From 008abfeb24b73c696e1a07f3f1d299f95d4efbb1 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 5 Oct 2023 01:15:10 +0000 Subject: [PATCH] Update dependencies and regenerate parser --- package-lock.json | 4 +- src/grammar.json | 38 +- src/parser.c | 156786 +++++++++++++++++++++---------------------- 3 files changed, 78363 insertions(+), 78465 deletions(-) diff --git a/package-lock.json b/package-lock.json index 981d0bf..1addb1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ }, "node_modules/tree-sitter-c": { "version": "0.20.6", - "resolved": "git+ssh://git@github.com/tree-sitter/tree-sitter-c.git#a2b7bac3b313efbaa683d9a276ff63cdc544d960", + "resolved": "git+ssh://git@github.com/tree-sitter/tree-sitter-c.git#f1075f2d65ecb62725821fd8a34ce68c1fa8ae51", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -49,7 +49,7 @@ "integrity": "sha512-W7tfG7vMOGtD30sHoZSSc/JVYiyDPEyQVso/Zz+/uQd0B0L46gtC+pHha5FFMRpil6fm/AoEcRWyOVi4+E/f8w==" }, "tree-sitter-c": { - "version": "git+ssh://git@github.com/tree-sitter/tree-sitter-c.git#a2b7bac3b313efbaa683d9a276ff63cdc544d960", + "version": "git+ssh://git@github.com/tree-sitter/tree-sitter-c.git#f1075f2d65ecb62725821fd8a34ce68c1fa8ae51", "dev": true, "from": "tree-sitter-c@git://github.com/tree-sitter/tree-sitter-c.git", "requires": { diff --git a/src/grammar.json b/src/grammar.json index bc0c632..fc7594f 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -1270,7 +1270,7 @@ "members": [ { "type": "PREC_LEFT", - "value": 11, + "value": 10, "content": { "type": "SEQ", "members": [ @@ -1303,7 +1303,7 @@ }, { "type": "PREC_LEFT", - "value": 11, + "value": 10, "content": { "type": "SEQ", "members": [ @@ -1336,7 +1336,7 @@ }, { "type": "PREC_LEFT", - "value": 12, + "value": 11, "content": { "type": "SEQ", "members": [ @@ -1369,7 +1369,7 @@ }, { "type": "PREC_LEFT", - "value": 12, + "value": 11, "content": { "type": "SEQ", "members": [ @@ -1402,7 +1402,7 @@ }, { "type": "PREC_LEFT", - "value": 12, + "value": 11, "content": { "type": "SEQ", "members": [ @@ -1798,7 +1798,7 @@ }, { "type": "PREC_LEFT", - "value": 10, + "value": 9, "content": { "type": "SEQ", "members": [ @@ -1831,7 +1831,7 @@ }, { "type": "PREC_LEFT", - "value": 10, + "value": 9, "content": { "type": "SEQ", "members": [ @@ -5839,7 +5839,7 @@ }, "pointer_expression": { "type": "PREC_LEFT", - "value": 13, + "value": 12, "content": { "type": "SEQ", "members": [ @@ -5918,7 +5918,7 @@ "members": [ { "type": "PREC_LEFT", - "value": 11, + "value": 10, "content": { "type": "SEQ", "members": [ @@ -5951,7 +5951,7 @@ }, { "type": "PREC_LEFT", - "value": 11, + "value": 10, "content": { "type": "SEQ", "members": [ @@ -5984,7 +5984,7 @@ }, { "type": "PREC_LEFT", - "value": 12, + "value": 11, "content": { "type": "SEQ", "members": [ @@ -6017,7 +6017,7 @@ }, { "type": "PREC_LEFT", - "value": 12, + "value": 11, "content": { "type": "SEQ", "members": [ @@ -6050,7 +6050,7 @@ }, { "type": "PREC_LEFT", - "value": 12, + "value": 11, "content": { "type": "SEQ", "members": [ @@ -6446,7 +6446,7 @@ }, { "type": "PREC_LEFT", - "value": 10, + "value": 9, "content": { "type": "SEQ", "members": [ @@ -6479,7 +6479,7 @@ }, { "type": "PREC_LEFT", - "value": 10, + "value": 9, "content": { "type": "SEQ", "members": [ @@ -6583,7 +6583,7 @@ }, "cast_expression": { "type": "PREC", - "value": 13, + "value": 12, "content": { "type": "SEQ", "members": [ @@ -6659,7 +6659,7 @@ }, "sizeof_expression": { "type": "PREC", - "value": 8, + "value": 13, "content": { "type": "SEQ", "members": [ @@ -6706,7 +6706,7 @@ }, "alignof_expression": { "type": "PREC", - "value": 8, + "value": 13, "content": { "type": "SEQ", "members": [ @@ -6761,7 +6761,7 @@ }, "offsetof_expression": { "type": "PREC", - "value": 9, + "value": 8, "content": { "type": "SEQ", "members": [ diff --git a/src/parser.c b/src/parser.c index 7c5544d..1ba0d42 100644 --- a/src/parser.c +++ b/src/parser.c @@ -14,7 +14,7 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 2063 +#define STATE_COUNT 2061 #define LARGE_STATE_COUNT 677 #define SYMBOL_COUNT 362 #define ALIAS_COUNT 3 @@ -3206,55 +3206,55 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [0] = 0, [1] = 1, [2] = 2, - [3] = 3, + [3] = 2, [4] = 2, - [5] = 2, - [6] = 3, + [5] = 5, + [6] = 5, [7] = 2, - [8] = 3, - [9] = 3, - [10] = 3, - [11] = 2, + [8] = 5, + [9] = 5, + [10] = 2, + [11] = 5, [12] = 12, [13] = 13, [14] = 14, [15] = 15, - [16] = 13, - [17] = 15, - [18] = 15, - [19] = 15, + [16] = 16, + [17] = 16, + [18] = 16, + [19] = 13, [20] = 20, [21] = 13, - [22] = 22, - [23] = 23, - [24] = 13, - [25] = 15, - [26] = 13, + [22] = 13, + [23] = 13, + [24] = 16, + [25] = 25, + [26] = 16, [27] = 14, [28] = 28, - [29] = 28, - [30] = 30, - [31] = 30, - [32] = 32, + [29] = 29, + [30] = 14, + [31] = 29, + [32] = 29, [33] = 33, - [34] = 33, - [35] = 35, - [36] = 33, - [37] = 30, - [38] = 35, - [39] = 35, + [34] = 34, + [35] = 34, + [36] = 28, + [37] = 29, + [38] = 33, + [39] = 28, [40] = 14, - [41] = 28, + [41] = 41, [42] = 33, - [43] = 35, + [43] = 28, [44] = 28, [45] = 45, - [46] = 14, - [47] = 28, - [48] = 30, - [49] = 35, - [50] = 30, - [51] = 33, + [46] = 33, + [47] = 34, + [48] = 34, + [49] = 33, + [50] = 29, + [51] = 34, [52] = 52, [53] = 53, [54] = 54, @@ -3262,31 +3262,31 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [56] = 56, [57] = 57, [58] = 58, - [59] = 56, - [60] = 57, - [61] = 54, - [62] = 58, + [59] = 58, + [60] = 54, + [61] = 56, + [62] = 57, [63] = 55, - [64] = 57, - [65] = 54, - [66] = 55, - [67] = 56, + [64] = 56, + [65] = 57, + [66] = 56, + [67] = 57, [68] = 55, - [69] = 57, + [69] = 58, [70] = 54, - [71] = 58, - [72] = 57, + [71] = 54, + [72] = 54, [73] = 58, - [74] = 56, - [75] = 54, + [74] = 55, + [75] = 57, [76] = 55, - [77] = 58, - [78] = 56, - [79] = 56, + [77] = 56, + [78] = 58, + [79] = 58, [80] = 55, - [81] = 54, - [82] = 58, - [83] = 57, + [81] = 57, + [82] = 56, + [83] = 54, [84] = 84, [85] = 84, [86] = 84, @@ -3348,9 +3348,9 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [142] = 142, [143] = 143, [144] = 144, - [145] = 90, + [145] = 145, [146] = 146, - [147] = 147, + [147] = 90, [148] = 148, [149] = 149, [150] = 150, @@ -3363,305 +3363,305 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [157] = 157, [158] = 158, [159] = 159, - [160] = 122, - [161] = 122, - [162] = 104, - [163] = 102, - [164] = 101, - [165] = 124, - [166] = 112, - [167] = 100, - [168] = 114, - [169] = 123, - [170] = 99, - [171] = 129, - [172] = 115, - [173] = 98, - [174] = 97, - [175] = 92, - [176] = 91, - [177] = 113, - [178] = 105, - [179] = 111, - [180] = 129, - [181] = 128, - [182] = 103, - [183] = 95, - [184] = 94, - [185] = 117, - [186] = 118, - [187] = 119, - [188] = 93, - [189] = 120, - [190] = 110, - [191] = 109, - [192] = 106, - [193] = 107, - [194] = 121, - [195] = 108, - [196] = 96, - [197] = 116, - [198] = 125, - [199] = 126, - [200] = 127, - [201] = 150, - [202] = 158, - [203] = 139, - [204] = 156, - [205] = 140, - [206] = 152, - [207] = 90, - [208] = 155, - [209] = 90, - [210] = 141, - [211] = 153, - [212] = 131, - [213] = 154, - [214] = 138, - [215] = 132, - [216] = 149, - [217] = 148, - [218] = 147, - [219] = 157, + [160] = 123, + [161] = 114, + [162] = 128, + [163] = 98, + [164] = 100, + [165] = 107, + [166] = 111, + [167] = 106, + [168] = 112, + [169] = 95, + [170] = 94, + [171] = 93, + [172] = 102, + [173] = 99, + [174] = 110, + [175] = 108, + [176] = 113, + [177] = 97, + [178] = 110, + [179] = 109, + [180] = 127, + [181] = 129, + [182] = 105, + [183] = 104, + [184] = 103, + [185] = 96, + [186] = 92, + [187] = 115, + [188] = 101, + [189] = 126, + [190] = 118, + [191] = 125, + [192] = 124, + [193] = 91, + [194] = 122, + [195] = 92, + [196] = 121, + [197] = 120, + [198] = 119, + [199] = 117, + [200] = 116, + [201] = 154, + [202] = 148, + [203] = 153, + [204] = 151, + [205] = 90, + [206] = 90, + [207] = 133, + [208] = 152, + [209] = 149, + [210] = 143, + [211] = 150, + [212] = 142, + [213] = 141, + [214] = 145, + [215] = 140, + [216] = 130, + [217] = 139, + [218] = 138, + [219] = 156, [220] = 90, - [221] = 130, - [222] = 159, - [223] = 146, - [224] = 143, - [225] = 134, - [226] = 137, - [227] = 135, - [228] = 144, - [229] = 133, - [230] = 142, - [231] = 151, - [232] = 136, - [233] = 96, - [234] = 120, - [235] = 99, - [236] = 124, - [237] = 123, - [238] = 122, - [239] = 100, - [240] = 96, - [241] = 126, - [242] = 121, - [243] = 95, - [244] = 124, - [245] = 94, - [246] = 105, - [247] = 101, - [248] = 105, - [249] = 93, - [250] = 102, - [251] = 129, - [252] = 128, - [253] = 127, - [254] = 120, - [255] = 104, - [256] = 119, - [257] = 126, - [258] = 118, - [259] = 117, - [260] = 125, - [261] = 116, - [262] = 123, - [263] = 104, + [221] = 136, + [222] = 135, + [223] = 157, + [224] = 131, + [225] = 144, + [226] = 155, + [227] = 132, + [228] = 159, + [229] = 137, + [230] = 146, + [231] = 158, + [232] = 134, + [233] = 106, + [234] = 102, + [235] = 120, + [236] = 121, + [237] = 122, + [238] = 91, + [239] = 124, + [240] = 125, + [241] = 123, + [242] = 126, + [243] = 127, + [244] = 107, + [245] = 112, + [246] = 113, + [247] = 116, + [248] = 117, + [249] = 119, + [250] = 120, + [251] = 121, + [252] = 122, + [253] = 129, + [254] = 128, + [255] = 91, + [256] = 124, + [257] = 125, + [258] = 127, + [259] = 129, + [260] = 111, + [261] = 129, + [262] = 128, + [263] = 118, [264] = 115, - [265] = 93, - [266] = 123, - [267] = 122, - [268] = 121, + [265] = 99, + [266] = 118, + [267] = 127, + [268] = 118, [269] = 115, - [270] = 91, - [271] = 114, - [272] = 120, - [273] = 102, - [274] = 95, - [275] = 101, - [276] = 119, - [277] = 118, - [278] = 117, - [279] = 112, - [280] = 100, - [281] = 98, - [282] = 97, - [283] = 92, - [284] = 125, - [285] = 111, - [286] = 121, - [287] = 113, - [288] = 91, - [289] = 114, - [290] = 108, - [291] = 94, - [292] = 103, + [270] = 126, + [271] = 125, + [272] = 96, + [273] = 113, + [274] = 112, + [275] = 124, + [276] = 105, + [277] = 106, + [278] = 104, + [279] = 91, + [280] = 103, + [281] = 114, + [282] = 115, + [283] = 117, + [284] = 122, + [285] = 116, + [286] = 108, + [287] = 121, + [288] = 120, + [289] = 119, + [290] = 119, + [291] = 101, + [292] = 92, [293] = 112, - [294] = 99, - [295] = 98, - [296] = 111, - [297] = 126, - [298] = 119, - [299] = 118, - [300] = 127, - [301] = 128, - [302] = 91, - [303] = 106, + [294] = 103, + [295] = 104, + [296] = 105, + [297] = 117, + [298] = 93, + [299] = 94, + [300] = 107, + [301] = 116, + [302] = 109, + [303] = 123, [304] = 97, - [305] = 110, - [306] = 113, - [307] = 109, - [308] = 107, - [309] = 108, - [310] = 108, - [311] = 125, - [312] = 107, - [313] = 106, - [314] = 117, - [315] = 115, + [305] = 114, + [306] = 101, + [307] = 98, + [308] = 100, + [309] = 95, + [310] = 113, + [311] = 100, + [312] = 97, + [313] = 101, + [314] = 92, + [315] = 111, [316] = 103, - [317] = 92, - [318] = 114, - [319] = 92, - [320] = 97, + [317] = 104, + [318] = 105, + [319] = 114, + [320] = 96, [321] = 98, - [322] = 99, + [322] = 110, [323] = 109, - [324] = 100, - [325] = 101, - [326] = 102, - [327] = 116, - [328] = 104, - [329] = 93, - [330] = 94, - [331] = 103, - [332] = 95, - [333] = 96, - [334] = 128, - [335] = 106, - [336] = 129, - [337] = 110, - [338] = 105, - [339] = 107, - [340] = 116, - [341] = 112, - [342] = 111, - [343] = 113, - [344] = 110, - [345] = 109, - [346] = 127, - [347] = 124, - [348] = 142, - [349] = 150, - [350] = 155, - [351] = 136, - [352] = 135, + [324] = 128, + [325] = 106, + [326] = 111, + [327] = 109, + [328] = 110, + [329] = 99, + [330] = 108, + [331] = 102, + [332] = 93, + [333] = 94, + [334] = 108, + [335] = 102, + [336] = 93, + [337] = 94, + [338] = 95, + [339] = 96, + [340] = 126, + [341] = 100, + [342] = 99, + [343] = 98, + [344] = 97, + [345] = 95, + [346] = 123, + [347] = 107, + [348] = 139, + [349] = 141, + [350] = 140, + [351] = 150, + [352] = 130, [353] = 159, - [354] = 159, - [355] = 157, - [356] = 151, - [357] = 130, - [358] = 132, - [359] = 134, - [360] = 137, - [361] = 138, - [362] = 151, - [363] = 133, - [364] = 139, - [365] = 152, - [366] = 135, - [367] = 156, - [368] = 158, - [369] = 134, - [370] = 133, - [371] = 154, - [372] = 153, - [373] = 140, - [374] = 153, - [375] = 155, - [376] = 131, - [377] = 137, - [378] = 141, - [379] = 132, - [380] = 149, - [381] = 144, - [382] = 130, - [383] = 148, - [384] = 147, - [385] = 146, - [386] = 158, - [387] = 157, - [388] = 156, - [389] = 146, - [390] = 154, - [391] = 152, - [392] = 144, - [393] = 131, - [394] = 143, - [395] = 147, - [396] = 143, - [397] = 142, - [398] = 136, - [399] = 138, - [400] = 148, - [401] = 149, - [402] = 150, - [403] = 141, - [404] = 139, - [405] = 140, - [406] = 130, - [407] = 141, - [408] = 135, - [409] = 157, - [410] = 139, - [411] = 156, - [412] = 136, - [413] = 133, - [414] = 140, - [415] = 148, - [416] = 158, - [417] = 159, - [418] = 147, - [419] = 419, + [354] = 152, + [355] = 139, + [356] = 138, + [357] = 138, + [358] = 158, + [359] = 157, + [360] = 130, + [361] = 132, + [362] = 133, + [363] = 153, + [364] = 134, + [365] = 136, + [366] = 145, + [367] = 150, + [368] = 135, + [369] = 157, + [370] = 159, + [371] = 151, + [372] = 158, + [373] = 154, + [374] = 149, + [375] = 142, + [376] = 151, + [377] = 156, + [378] = 131, + [379] = 145, + [380] = 143, + [381] = 140, + [382] = 141, + [383] = 142, + [384] = 143, + [385] = 149, + [386] = 132, + [387] = 153, + [388] = 152, + [389] = 155, + [390] = 133, + [391] = 134, + [392] = 154, + [393] = 156, + [394] = 148, + [395] = 131, + [396] = 146, + [397] = 137, + [398] = 144, + [399] = 137, + [400] = 144, + [401] = 135, + [402] = 136, + [403] = 146, + [404] = 148, + [405] = 155, + [406] = 141, + [407] = 149, + [408] = 136, + [409] = 130, + [410] = 140, + [411] = 152, + [412] = 157, + [413] = 132, + [414] = 143, + [415] = 139, + [416] = 146, + [417] = 148, + [418] = 153, + [419] = 155, [420] = 144, - [421] = 149, - [422] = 134, - [423] = 155, - [424] = 146, - [425] = 137, - [426] = 151, - [427] = 138, - [428] = 152, - [429] = 143, - [430] = 153, - [431] = 131, - [432] = 142, - [433] = 132, + [421] = 137, + [422] = 135, + [423] = 156, + [424] = 151, + [425] = 150, + [426] = 159, + [427] = 145, + [428] = 134, + [429] = 429, + [430] = 133, + [431] = 158, + [432] = 131, + [433] = 138, [434] = 154, - [435] = 150, + [435] = 142, [436] = 90, [437] = 437, [438] = 437, - [439] = 437, - [440] = 440, - [441] = 440, - [442] = 437, - [443] = 440, - [444] = 440, + [439] = 439, + [440] = 439, + [441] = 439, + [442] = 439, + [443] = 437, + [444] = 437, [445] = 445, [446] = 446, [447] = 446, [448] = 448, - [449] = 449, - [450] = 446, - [451] = 446, - [452] = 448, - [453] = 453, - [454] = 448, - [455] = 448, - [456] = 449, - [457] = 449, - [458] = 449, + [449] = 446, + [450] = 445, + [451] = 445, + [452] = 452, + [453] = 446, + [454] = 445, + [455] = 455, + [456] = 448, + [457] = 448, + [458] = 448, [459] = 459, [460] = 460, [461] = 461, @@ -3679,70 +3679,70 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [473] = 469, [474] = 468, [475] = 475, - [476] = 476, + [476] = 475, [477] = 477, - [478] = 478, - [479] = 477, - [480] = 475, + [478] = 477, + [479] = 479, + [480] = 479, [481] = 481, [482] = 482, [483] = 483, - [484] = 478, - [485] = 483, - [486] = 482, - [487] = 481, - [488] = 476, - [489] = 489, - [490] = 489, - [491] = 478, - [492] = 475, - [493] = 476, - [494] = 481, - [495] = 489, - [496] = 477, - [497] = 489, - [498] = 482, - [499] = 476, - [500] = 478, - [501] = 477, - [502] = 478, - [503] = 482, - [504] = 489, - [505] = 476, - [506] = 475, + [484] = 483, + [485] = 481, + [486] = 486, + [487] = 475, + [488] = 477, + [489] = 479, + [490] = 475, + [491] = 475, + [492] = 482, + [493] = 479, + [494] = 494, + [495] = 481, + [496] = 479, + [497] = 481, + [498] = 483, + [499] = 494, + [500] = 494, + [501] = 483, + [502] = 479, + [503] = 477, + [504] = 494, + [505] = 481, + [506] = 486, [507] = 477, - [508] = 477, - [509] = 482, - [510] = 481, - [511] = 481, - [512] = 478, - [513] = 483, - [514] = 475, - [515] = 476, - [516] = 483, - [517] = 481, + [508] = 483, + [509] = 481, + [510] = 482, + [511] = 482, + [512] = 486, + [513] = 482, + [514] = 483, + [515] = 486, + [516] = 486, + [517] = 477, [518] = 482, - [519] = 489, - [520] = 483, - [521] = 483, + [519] = 475, + [520] = 494, + [521] = 486, [522] = 522, [523] = 523, [524] = 524, - [525] = 525, - [526] = 525, - [527] = 525, + [525] = 524, + [526] = 523, + [527] = 524, [528] = 528, [529] = 528, - [530] = 524, - [531] = 524, - [532] = 524, + [530] = 530, + [531] = 530, + [532] = 528, [533] = 523, - [534] = 528, - [535] = 528, - [536] = 524, - [537] = 525, - [538] = 523, - [539] = 524, + [534] = 530, + [535] = 530, + [536] = 528, + [537] = 524, + [538] = 528, + [539] = 528, [540] = 523, [541] = 468, [542] = 542, @@ -3750,13 +3750,13 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [544] = 544, [545] = 468, [546] = 546, - [547] = 547, - [548] = 159, - [549] = 549, - [550] = 550, + [547] = 133, + [548] = 134, + [549] = 143, + [550] = 156, [551] = 551, - [552] = 552, - [553] = 553, + [552] = 149, + [553] = 152, [554] = 554, [555] = 555, [556] = 556, @@ -3765,84 +3765,84 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [559] = 559, [560] = 560, [561] = 561, - [562] = 151, - [563] = 157, - [564] = 143, - [565] = 131, + [562] = 562, + [563] = 563, + [564] = 564, + [565] = 565, [566] = 566, - [567] = 153, + [567] = 567, [568] = 568, - [569] = 549, - [570] = 157, - [571] = 547, - [572] = 546, - [573] = 553, + [569] = 546, + [570] = 560, + [571] = 156, + [572] = 562, + [573] = 563, [574] = 143, - [575] = 131, - [576] = 561, - [577] = 552, - [578] = 550, - [579] = 568, - [580] = 151, + [575] = 152, + [576] = 149, + [577] = 133, + [578] = 565, + [579] = 561, + [580] = 134, [581] = 566, [582] = 551, - [583] = 559, - [584] = 557, - [585] = 556, - [586] = 159, - [587] = 555, - [588] = 560, - [589] = 558, - [590] = 153, + [583] = 554, + [584] = 559, + [585] = 568, + [586] = 558, + [587] = 557, + [588] = 564, + [589] = 556, + [590] = 567, [591] = 591, [592] = 592, - [593] = 553, - [594] = 561, - [595] = 131, - [596] = 131, + [593] = 554, + [594] = 562, + [595] = 134, + [596] = 149, [597] = 561, - [598] = 546, - [599] = 143, - [600] = 153, - [601] = 553, - [602] = 552, - [603] = 546, - [604] = 159, - [605] = 552, - [606] = 547, - [607] = 157, - [608] = 151, - [609] = 568, - [610] = 568, - [611] = 566, - [612] = 559, - [613] = 549, - [614] = 157, - [615] = 550, - [616] = 551, - [617] = 555, - [618] = 556, - [619] = 566, - [620] = 143, - [621] = 559, - [622] = 551, - [623] = 549, - [624] = 555, - [625] = 557, - [626] = 558, - [627] = 556, + [598] = 156, + [599] = 152, + [600] = 562, + [601] = 568, + [602] = 563, + [603] = 564, + [604] = 152, + [605] = 156, + [606] = 567, + [607] = 565, + [608] = 557, + [609] = 149, + [610] = 560, + [611] = 133, + [612] = 566, + [613] = 143, + [614] = 556, + [615] = 133, + [616] = 560, + [617] = 561, + [618] = 558, + [619] = 551, + [620] = 551, + [621] = 566, + [622] = 556, + [623] = 559, + [624] = 546, + [625] = 546, + [626] = 563, + [627] = 564, [628] = 557, - [629] = 159, - [630] = 153, - [631] = 547, - [632] = 560, - [633] = 560, - [634] = 558, - [635] = 550, - [636] = 151, + [629] = 558, + [630] = 143, + [631] = 559, + [632] = 565, + [633] = 567, + [634] = 568, + [635] = 554, + [636] = 134, [637] = 637, [638] = 637, - [639] = 639, + [639] = 637, [640] = 640, [641] = 637, [642] = 637, @@ -3851,7 +3851,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [645] = 637, [646] = 637, [647] = 637, - [648] = 637, + [648] = 648, [649] = 649, [650] = 650, [651] = 651, @@ -3860,21 +3860,21 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [654] = 654, [655] = 655, [656] = 656, - [657] = 657, - [658] = 637, + [657] = 637, + [658] = 658, [659] = 659, [660] = 660, [661] = 661, [662] = 662, - [663] = 663, - [664] = 662, - [665] = 665, + [663] = 662, + [664] = 664, + [665] = 662, [666] = 666, [667] = 667, [668] = 662, [669] = 662, [670] = 670, - [671] = 662, + [671] = 671, [672] = 662, [673] = 673, [674] = 674, @@ -3885,39 +3885,39 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [679] = 679, [680] = 680, [681] = 681, - [682] = 680, - [683] = 680, + [682] = 682, + [683] = 683, [684] = 684, [685] = 685, [686] = 686, - [687] = 687, - [688] = 680, - [689] = 689, - [690] = 687, + [687] = 680, + [688] = 688, + [689] = 682, + [690] = 680, [691] = 691, - [692] = 680, - [693] = 693, + [692] = 692, + [693] = 682, [694] = 694, - [695] = 687, - [696] = 687, + [695] = 680, + [696] = 680, [697] = 697, - [698] = 698, + [698] = 682, [699] = 699, [700] = 700, [701] = 701, [702] = 702, - [703] = 701, - [704] = 704, + [703] = 703, + [704] = 702, [705] = 705, [706] = 706, [707] = 707, [708] = 708, - [709] = 709, - [710] = 706, - [711] = 701, - [712] = 701, + [709] = 702, + [710] = 710, + [711] = 711, + [712] = 707, [713] = 713, - [714] = 714, + [714] = 702, [715] = 715, [716] = 716, [717] = 717, @@ -3925,10 +3925,10 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [719] = 719, [720] = 720, [721] = 721, - [722] = 718, - [723] = 723, - [724] = 724, - [725] = 717, + [722] = 722, + [723] = 719, + [724] = 717, + [725] = 725, [726] = 726, [727] = 727, [728] = 728, @@ -3937,103 +3937,103 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [731] = 731, [732] = 732, [733] = 733, - [734] = 734, - [735] = 718, + [734] = 733, + [735] = 735, [736] = 736, - [737] = 728, - [738] = 733, - [739] = 720, - [740] = 731, - [741] = 736, - [742] = 721, - [743] = 743, - [744] = 723, + [737] = 731, + [738] = 730, + [739] = 729, + [740] = 740, + [741] = 741, + [742] = 742, + [743] = 728, + [744] = 727, [745] = 726, - [746] = 746, - [747] = 743, - [748] = 731, - [749] = 733, - [750] = 733, + [746] = 725, + [747] = 747, + [748] = 722, + [749] = 735, + [750] = 747, [751] = 751, - [752] = 733, - [753] = 733, - [754] = 754, - [755] = 755, - [756] = 719, - [757] = 757, - [758] = 736, - [759] = 721, - [760] = 719, - [761] = 730, - [762] = 762, - [763] = 717, - [764] = 764, - [765] = 765, - [766] = 723, - [767] = 718, - [768] = 720, + [752] = 732, + [753] = 735, + [754] = 732, + [755] = 736, + [756] = 731, + [757] = 729, + [758] = 728, + [759] = 727, + [760] = 726, + [761] = 725, + [762] = 731, + [763] = 730, + [764] = 729, + [765] = 728, + [766] = 727, + [767] = 726, + [768] = 768, [769] = 769, - [770] = 754, - [771] = 721, - [772] = 723, - [773] = 726, - [774] = 734, - [775] = 726, - [776] = 776, + [770] = 725, + [771] = 717, + [772] = 719, + [773] = 722, + [774] = 774, + [775] = 775, + [776] = 717, [777] = 777, - [778] = 765, - [779] = 777, - [780] = 729, - [781] = 720, - [782] = 732, - [783] = 734, - [784] = 730, - [785] = 717, - [786] = 731, - [787] = 736, - [788] = 729, - [789] = 777, - [790] = 732, - [791] = 732, - [792] = 719, - [793] = 793, - [794] = 765, - [795] = 734, - [796] = 777, - [797] = 765, - [798] = 729, - [799] = 730, + [778] = 778, + [779] = 779, + [780] = 730, + [781] = 775, + [782] = 782, + [783] = 719, + [784] = 722, + [785] = 782, + [786] = 775, + [787] = 732, + [788] = 720, + [789] = 778, + [790] = 735, + [791] = 778, + [792] = 733, + [793] = 733, + [794] = 775, + [795] = 782, + [796] = 733, + [797] = 782, + [798] = 733, + [799] = 778, [800] = 800, [801] = 801, - [802] = 801, - [803] = 803, - [804] = 801, - [805] = 805, - [806] = 801, + [802] = 802, + [803] = 801, + [804] = 802, + [805] = 801, + [806] = 800, [807] = 800, - [808] = 803, - [809] = 801, - [810] = 800, - [811] = 803, - [812] = 803, - [813] = 803, - [814] = 800, - [815] = 800, + [808] = 802, + [809] = 802, + [810] = 801, + [811] = 800, + [812] = 802, + [813] = 800, + [814] = 814, + [815] = 801, [816] = 816, [817] = 817, [818] = 818, [819] = 819, [820] = 666, - [821] = 665, - [822] = 663, - [823] = 542, + [821] = 664, + [822] = 671, + [823] = 823, [824] = 592, [825] = 825, - [826] = 826, - [827] = 543, - [828] = 591, + [826] = 543, + [827] = 591, + [828] = 542, [829] = 829, - [830] = 826, + [830] = 825, [831] = 831, [832] = 832, [833] = 833, @@ -4047,39 +4047,39 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [841] = 841, [842] = 842, [843] = 843, - [844] = 843, - [845] = 845, - [846] = 843, - [847] = 847, - [848] = 845, - [849] = 849, - [850] = 842, - [851] = 847, - [852] = 849, - [853] = 843, - [854] = 845, - [855] = 845, - [856] = 849, - [857] = 847, - [858] = 849, - [859] = 843, - [860] = 842, - [861] = 842, - [862] = 845, - [863] = 847, - [864] = 842, - [865] = 849, - [866] = 847, + [844] = 844, + [845] = 843, + [846] = 846, + [847] = 846, + [848] = 842, + [849] = 844, + [850] = 850, + [851] = 850, + [852] = 850, + [853] = 850, + [854] = 843, + [855] = 844, + [856] = 846, + [857] = 842, + [858] = 846, + [859] = 842, + [860] = 843, + [861] = 850, + [862] = 846, + [863] = 843, + [864] = 844, + [865] = 842, + [866] = 844, [867] = 867, - [868] = 868, + [868] = 867, [869] = 867, [870] = 870, [871] = 867, [872] = 872, - [873] = 867, + [873] = 873, [874] = 867, [875] = 867, - [876] = 829, + [876] = 823, [877] = 877, [878] = 878, [879] = 879, @@ -4093,7 +4093,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [887] = 887, [888] = 888, [889] = 889, - [890] = 890, + [890] = 825, [891] = 891, [892] = 892, [893] = 893, @@ -4119,89 +4119,89 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [913] = 913, [914] = 914, [915] = 915, - [916] = 826, + [916] = 916, [917] = 917, [918] = 918, [919] = 919, [920] = 920, - [921] = 921, - [922] = 872, + [921] = 873, + [922] = 922, [923] = 923, [924] = 924, [925] = 925, - [926] = 896, - [927] = 897, + [926] = 887, + [927] = 896, [928] = 542, - [929] = 543, - [930] = 905, - [931] = 889, - [932] = 892, - [933] = 912, - [934] = 934, - [935] = 882, - [936] = 907, - [937] = 895, - [938] = 904, - [939] = 908, - [940] = 878, - [941] = 899, - [942] = 901, - [943] = 888, - [944] = 913, - [945] = 890, - [946] = 877, - [947] = 893, + [929] = 877, + [930] = 915, + [931] = 901, + [932] = 888, + [933] = 909, + [934] = 910, + [935] = 911, + [936] = 913, + [937] = 906, + [938] = 878, + [939] = 939, + [940] = 907, + [941] = 884, + [942] = 904, + [943] = 543, + [944] = 903, + [945] = 881, + [946] = 905, + [947] = 900, [948] = 948, - [949] = 886, - [950] = 898, - [951] = 948, + [949] = 949, + [950] = 950, + [951] = 951, [952] = 952, - [953] = 953, - [954] = 954, - [955] = 955, + [953] = 951, + [954] = 951, + [955] = 879, [956] = 956, - [957] = 948, - [958] = 885, - [959] = 959, + [957] = 957, + [958] = 951, + [959] = 893, [960] = 960, [961] = 961, - [962] = 948, + [962] = 962, [963] = 963, [964] = 964, - [965] = 948, + [965] = 894, [966] = 966, - [967] = 967, + [967] = 917, [968] = 968, [969] = 969, - [970] = 970, - [971] = 917, + [970] = 951, + [971] = 971, [972] = 972, [973] = 973, [974] = 974, [975] = 975, - [976] = 91, + [976] = 976, [977] = 977, [978] = 978, [979] = 979, [980] = 980, - [981] = 113, + [981] = 981, [982] = 982, [983] = 983, - [984] = 984, - [985] = 985, + [984] = 118, + [985] = 115, [986] = 986, [987] = 987, [988] = 988, [989] = 989, - [990] = 95, - [991] = 991, + [990] = 990, + [991] = 113, [992] = 992, [993] = 993, - [994] = 994, + [994] = 99, [995] = 995, - [996] = 116, + [996] = 996, [997] = 997, - [998] = 124, + [998] = 998, [999] = 999, [1000] = 1000, [1001] = 1001, @@ -4209,7 +4209,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1003] = 1003, [1004] = 1004, [1005] = 1005, - [1006] = 1006, + [1006] = 96, [1007] = 1007, [1008] = 1008, [1009] = 1009, @@ -4218,29 +4218,29 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1012] = 1012, [1013] = 1013, [1014] = 1013, - [1015] = 1015, + [1015] = 1013, [1016] = 1013, - [1017] = 1013, + [1017] = 1017, [1018] = 1013, [1019] = 1019, [1020] = 1020, - [1021] = 1020, - [1022] = 907, + [1021] = 881, + [1022] = 896, [1023] = 1020, - [1024] = 895, + [1024] = 904, [1025] = 1020, - [1026] = 1020, - [1027] = 892, - [1028] = 899, - [1029] = 878, - [1030] = 877, - [1031] = 896, - [1032] = 890, - [1033] = 901, - [1034] = 889, - [1035] = 888, - [1036] = 897, - [1037] = 908, + [1026] = 911, + [1027] = 910, + [1028] = 1020, + [1029] = 909, + [1030] = 878, + [1031] = 903, + [1032] = 905, + [1033] = 913, + [1034] = 907, + [1035] = 906, + [1036] = 1020, + [1037] = 1037, [1038] = 1038, [1039] = 1039, [1040] = 1040, @@ -4258,120 +4258,120 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1052] = 1052, [1053] = 1053, [1054] = 1054, - [1055] = 1055, - [1056] = 1051, + [1055] = 1051, + [1056] = 1052, [1057] = 1057, [1058] = 1058, - [1059] = 1058, + [1059] = 1059, [1060] = 1060, [1061] = 1061, - [1062] = 1062, + [1062] = 1061, [1063] = 1063, - [1064] = 1064, + [1064] = 1063, [1065] = 1065, [1066] = 1066, - [1067] = 1067, - [1068] = 1060, - [1069] = 1069, + [1067] = 1063, + [1068] = 1068, + [1069] = 1061, [1070] = 1070, [1071] = 1071, - [1072] = 1069, - [1073] = 1073, - [1074] = 1061, + [1072] = 1071, + [1073] = 1060, + [1074] = 1071, [1075] = 1075, - [1076] = 1076, + [1076] = 1070, [1077] = 1077, - [1078] = 1078, - [1079] = 1060, - [1080] = 1063, - [1081] = 1063, + [1078] = 1066, + [1079] = 1079, + [1080] = 1080, + [1081] = 1081, [1082] = 1082, - [1083] = 1083, + [1083] = 1070, [1084] = 1084, [1085] = 1085, - [1086] = 1075, - [1087] = 1066, - [1088] = 1088, - [1089] = 1089, - [1090] = 1066, - [1091] = 1061, - [1092] = 1075, + [1086] = 1086, + [1087] = 1087, + [1088] = 1061, + [1089] = 1066, + [1090] = 1060, + [1091] = 1070, + [1092] = 1092, [1093] = 1063, [1094] = 1094, - [1095] = 1069, - [1096] = 1063, - [1097] = 1060, + [1095] = 1095, + [1096] = 1096, + [1097] = 1082, [1098] = 1098, - [1099] = 1061, - [1100] = 1075, - [1101] = 1069, - [1102] = 1075, - [1103] = 1069, - [1104] = 1066, + [1099] = 1060, + [1100] = 1060, + [1101] = 1060, + [1102] = 1070, + [1103] = 1071, + [1104] = 1071, [1105] = 1105, [1106] = 1106, - [1107] = 1060, - [1108] = 1108, + [1107] = 1107, + [1108] = 1066, [1109] = 1061, [1110] = 1110, - [1111] = 1111, - [1112] = 1088, - [1113] = 1066, - [1114] = 1069, + [1111] = 1066, + [1112] = 1112, + [1113] = 1113, + [1114] = 1063, [1115] = 1115, [1116] = 1116, [1117] = 1117, - [1118] = 1118, - [1119] = 1116, - [1120] = 896, - [1121] = 878, - [1122] = 899, - [1123] = 901, - [1124] = 1124, + [1118] = 911, + [1119] = 1119, + [1120] = 913, + [1121] = 1121, + [1122] = 1122, + [1123] = 1123, + [1124] = 1116, [1125] = 1125, - [1126] = 1126, + [1126] = 903, [1127] = 1127, - [1128] = 1128, - [1129] = 1129, + [1128] = 910, + [1129] = 1116, [1130] = 1130, - [1131] = 908, + [1131] = 881, [1132] = 1132, - [1133] = 1126, - [1134] = 892, - [1135] = 1124, - [1136] = 1116, - [1137] = 897, + [1133] = 904, + [1134] = 1117, + [1135] = 1135, + [1136] = 1136, + [1137] = 1137, [1138] = 1138, - [1139] = 877, + [1139] = 1139, [1140] = 1116, [1141] = 1141, - [1142] = 1116, - [1143] = 890, - [1144] = 1144, - [1145] = 907, - [1146] = 839, + [1142] = 1142, + [1143] = 1143, + [1144] = 836, + [1145] = 896, + [1146] = 909, [1147] = 1147, - [1148] = 1148, - [1149] = 1116, - [1150] = 1150, - [1151] = 1151, + [1148] = 905, + [1149] = 1117, + [1150] = 878, + [1151] = 906, [1152] = 1152, - [1153] = 895, - [1154] = 1124, - [1155] = 1155, - [1156] = 1156, - [1157] = 889, - [1158] = 1124, - [1159] = 1159, - [1160] = 888, + [1153] = 1116, + [1154] = 1154, + [1155] = 1117, + [1156] = 1116, + [1157] = 907, + [1158] = 1143, + [1159] = 1017, + [1160] = 1019, [1161] = 1161, [1162] = 1162, [1163] = 1163, - [1164] = 1015, - [1165] = 1019, - [1166] = 1042, - [1167] = 1038, - [1168] = 1040, + [1164] = 1039, + [1165] = 1040, + [1166] = 1037, + [1167] = 1167, + [1168] = 1168, [1169] = 1169, [1170] = 1170, [1171] = 1171, @@ -4384,17 +4384,17 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1178] = 1178, [1179] = 1179, [1180] = 1180, - [1181] = 1002, + [1181] = 999, [1182] = 1182, - [1183] = 1183, + [1183] = 1179, [1184] = 1184, - [1185] = 1185, - [1186] = 1185, - [1187] = 1187, - [1188] = 1185, - [1189] = 1187, - [1190] = 1182, - [1191] = 1187, + [1185] = 1184, + [1186] = 1186, + [1187] = 1186, + [1188] = 1186, + [1189] = 1184, + [1190] = 1190, + [1191] = 1191, [1192] = 1192, [1193] = 1193, [1194] = 1194, @@ -4403,146 +4403,146 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1197] = 1197, [1198] = 1198, [1199] = 1199, - [1200] = 1193, + [1200] = 1200, [1201] = 1201, - [1202] = 1202, - [1203] = 1203, - [1204] = 914, + [1202] = 1201, + [1203] = 1197, + [1204] = 1190, [1205] = 1205, [1206] = 1206, - [1207] = 1207, - [1208] = 1208, - [1209] = 1209, + [1207] = 1193, + [1208] = 1194, + [1209] = 1196, [1210] = 1210, - [1211] = 1211, + [1211] = 1200, [1212] = 1212, - [1213] = 1194, - [1214] = 1214, - [1215] = 1215, - [1216] = 1216, + [1213] = 1192, + [1214] = 1199, + [1215] = 1198, + [1216] = 1192, [1217] = 1217, - [1218] = 1194, - [1219] = 1197, - [1220] = 1198, + [1218] = 1218, + [1219] = 1219, + [1220] = 1220, [1221] = 1221, - [1222] = 1199, + [1222] = 1222, [1223] = 1223, - [1224] = 1201, + [1224] = 1224, [1225] = 1225, [1226] = 1226, - [1227] = 1202, - [1228] = 1207, - [1229] = 1209, - [1230] = 1211, - [1231] = 1214, + [1227] = 1205, + [1228] = 1228, + [1229] = 1229, + [1230] = 1230, + [1231] = 1231, [1232] = 1232, - [1233] = 1206, + [1233] = 1192, [1234] = 1234, - [1235] = 1235, + [1235] = 1190, [1236] = 1236, - [1237] = 1206, - [1238] = 1206, + [1237] = 1237, + [1238] = 891, [1239] = 1239, - [1240] = 1217, - [1241] = 1194, + [1240] = 1240, + [1241] = 1241, [1242] = 1242, [1243] = 1243, - [1244] = 1225, - [1245] = 1245, - [1246] = 1246, - [1247] = 1194, - [1248] = 1248, - [1249] = 1249, - [1250] = 1250, + [1244] = 1244, + [1245] = 1192, + [1246] = 1190, + [1247] = 1247, + [1248] = 1224, + [1249] = 1244, + [1250] = 1206, [1251] = 1251, - [1252] = 1252, - [1253] = 1253, + [1252] = 1232, + [1253] = 1217, [1254] = 1254, - [1255] = 1245, - [1256] = 1002, - [1257] = 1257, - [1258] = 1242, - [1259] = 1257, - [1260] = 1253, - [1261] = 1261, - [1262] = 1249, - [1263] = 1254, - [1264] = 1223, - [1265] = 1252, - [1266] = 1254, - [1267] = 1248, - [1268] = 1239, - [1269] = 1236, - [1270] = 1270, - [1271] = 1205, - [1272] = 1212, - [1273] = 1203, - [1274] = 914, - [1275] = 1235, - [1276] = 1257, - [1277] = 1257, - [1278] = 1234, - [1279] = 1221, - [1280] = 1280, - [1281] = 1254, - [1282] = 1254, - [1283] = 1261, - [1284] = 1215, - [1285] = 1196, - [1286] = 1195, + [1255] = 999, + [1256] = 1223, + [1257] = 1219, + [1258] = 1254, + [1259] = 1218, + [1260] = 1225, + [1261] = 1226, + [1262] = 1228, + [1263] = 1229, + [1264] = 1264, + [1265] = 1231, + [1266] = 1266, + [1267] = 891, + [1268] = 1240, + [1269] = 1234, + [1270] = 1264, + [1271] = 1237, + [1272] = 1191, + [1273] = 1239, + [1274] = 1274, + [1275] = 1275, + [1276] = 1266, + [1277] = 1230, + [1278] = 1241, + [1279] = 1264, + [1280] = 1236, + [1281] = 1264, + [1282] = 1266, + [1283] = 1264, + [1284] = 1266, + [1285] = 1285, + [1286] = 1017, [1287] = 1287, - [1288] = 1288, - [1289] = 1288, - [1290] = 1015, - [1291] = 1287, - [1292] = 1288, + [1288] = 1287, + [1289] = 1285, + [1290] = 1285, + [1291] = 1285, + [1292] = 1287, [1293] = 1287, - [1294] = 1288, - [1295] = 1288, - [1296] = 1287, - [1297] = 1287, + [1294] = 1287, + [1295] = 1285, + [1296] = 1296, + [1297] = 1297, [1298] = 1298, [1299] = 1299, - [1300] = 1300, + [1300] = 1299, [1301] = 1301, [1302] = 1301, - [1303] = 1300, - [1304] = 1300, - [1305] = 1305, - [1306] = 1305, - [1307] = 1300, - [1308] = 1301, - [1309] = 1305, - [1310] = 1305, - [1311] = 1301, - [1312] = 1305, + [1303] = 1299, + [1304] = 1301, + [1305] = 1298, + [1306] = 1301, + [1307] = 1298, + [1308] = 1298, + [1309] = 1299, + [1310] = 1301, + [1311] = 1311, + [1312] = 1312, [1313] = 1313, [1314] = 1314, - [1315] = 1315, + [1315] = 1314, [1316] = 1316, - [1317] = 1316, + [1317] = 1314, [1318] = 1318, - [1319] = 1316, - [1320] = 1320, + [1319] = 1319, + [1320] = 1319, [1321] = 1321, - [1322] = 1321, - [1323] = 1323, + [1322] = 1322, + [1323] = 1316, [1324] = 1324, - [1325] = 1325, - [1326] = 1326, - [1327] = 1321, - [1328] = 1325, - [1329] = 1329, + [1325] = 1319, + [1326] = 1316, + [1327] = 1327, + [1328] = 1314, + [1329] = 1319, [1330] = 1316, - [1331] = 1321, - [1332] = 1325, - [1333] = 1321, - [1334] = 1316, - [1335] = 1325, - [1336] = 1321, - [1337] = 1325, + [1331] = 1319, + [1332] = 1314, + [1333] = 1316, + [1334] = 1319, + [1335] = 1335, + [1336] = 1336, + [1337] = 1316, [1338] = 1338, - [1339] = 1325, + [1339] = 1339, [1340] = 1340, [1341] = 1341, [1342] = 1342, @@ -4553,54 +4553,54 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1347] = 1347, [1348] = 1348, [1349] = 1349, - [1350] = 1350, + [1350] = 1346, [1351] = 1351, - [1352] = 1348, + [1352] = 1352, [1353] = 1353, [1354] = 1354, [1355] = 1355, - [1356] = 1356, - [1357] = 1357, - [1358] = 1349, - [1359] = 1350, - [1360] = 1350, - [1361] = 1349, - [1362] = 1357, - [1363] = 1356, - [1364] = 1355, + [1356] = 1347, + [1357] = 1348, + [1358] = 1348, + [1359] = 1347, + [1360] = 1355, + [1361] = 1354, + [1362] = 1353, + [1363] = 1349, + [1364] = 1346, [1365] = 1351, - [1366] = 1348, + [1366] = 1352, [1367] = 1353, - [1368] = 1354, - [1369] = 1355, - [1370] = 1354, - [1371] = 1356, - [1372] = 1357, - [1373] = 1353, - [1374] = 1351, - [1375] = 1375, - [1376] = 1356, - [1377] = 1350, - [1378] = 1350, - [1379] = 1379, - [1380] = 1349, - [1381] = 1357, - [1382] = 1382, - [1383] = 1356, - [1384] = 1355, - [1385] = 1355, - [1386] = 1354, + [1368] = 1352, + [1369] = 1354, + [1370] = 1355, + [1371] = 1351, + [1372] = 1349, + [1373] = 1373, + [1374] = 1354, + [1375] = 1348, + [1376] = 1348, + [1377] = 1377, + [1378] = 1347, + [1379] = 1355, + [1380] = 1380, + [1381] = 1354, + [1382] = 1353, + [1383] = 1353, + [1384] = 1352, + [1385] = 1349, + [1386] = 1352, [1387] = 1351, - [1388] = 1354, - [1389] = 1353, - [1390] = 1390, - [1391] = 1391, - [1392] = 1348, - [1393] = 1351, - [1394] = 1357, - [1395] = 1349, - [1396] = 1353, - [1397] = 1348, + [1388] = 1388, + [1389] = 1389, + [1390] = 1346, + [1391] = 1349, + [1392] = 1355, + [1393] = 1347, + [1394] = 1351, + [1395] = 1346, + [1396] = 1396, + [1397] = 1397, [1398] = 1398, [1399] = 1399, [1400] = 1400, @@ -4620,73 +4620,73 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1414] = 1414, [1415] = 1415, [1416] = 1416, - [1417] = 1417, - [1418] = 1415, - [1419] = 1415, - [1420] = 1420, - [1421] = 1415, + [1417] = 1413, + [1418] = 1413, + [1419] = 1413, + [1420] = 1413, + [1421] = 1421, [1422] = 1422, - [1423] = 1415, + [1423] = 1423, [1424] = 1424, [1425] = 1425, [1426] = 1426, [1427] = 1427, - [1428] = 1428, + [1428] = 1422, [1429] = 1429, [1430] = 1430, - [1431] = 1424, + [1431] = 1426, [1432] = 1432, [1433] = 1433, - [1434] = 1428, + [1434] = 1434, [1435] = 1435, - [1436] = 1424, - [1437] = 1437, - [1438] = 1438, - [1439] = 1430, - [1440] = 1440, - [1441] = 1435, - [1442] = 1435, + [1436] = 1429, + [1437] = 1422, + [1438] = 1432, + [1439] = 1439, + [1440] = 1427, + [1441] = 1441, + [1442] = 1432, [1443] = 1443, - [1444] = 1444, + [1444] = 1427, [1445] = 1445, - [1446] = 1427, - [1447] = 1435, - [1448] = 1427, - [1449] = 1424, - [1450] = 1429, - [1451] = 1426, + [1446] = 1425, + [1447] = 1429, + [1448] = 1448, + [1449] = 1449, + [1450] = 1450, + [1451] = 1424, [1452] = 1452, - [1453] = 1453, - [1454] = 1429, - [1455] = 1455, - [1456] = 1456, - [1457] = 1430, - [1458] = 1429, - [1459] = 1459, - [1460] = 1435, - [1461] = 1426, - [1462] = 1425, - [1463] = 1455, - [1464] = 1455, - [1465] = 1426, - [1466] = 1455, - [1467] = 1425, - [1468] = 1428, - [1469] = 1430, - [1470] = 1470, + [1453] = 1429, + [1454] = 1454, + [1455] = 1425, + [1456] = 1432, + [1457] = 1432, + [1458] = 1424, + [1459] = 1424, + [1460] = 1460, + [1461] = 1422, + [1462] = 1450, + [1463] = 1426, + [1464] = 1460, + [1465] = 1450, + [1466] = 1460, + [1467] = 1450, + [1468] = 1460, + [1469] = 1450, + [1470] = 1425, [1471] = 1471, - [1472] = 1425, - [1473] = 1425, + [1472] = 1460, + [1473] = 1424, [1474] = 1426, - [1475] = 1455, - [1476] = 1476, - [1477] = 1427, - [1478] = 1428, - [1479] = 1429, - [1480] = 1430, - [1481] = 1427, - [1482] = 1424, - [1483] = 1428, + [1475] = 1475, + [1476] = 1427, + [1477] = 1426, + [1478] = 1425, + [1479] = 1422, + [1480] = 1427, + [1481] = 1429, + [1482] = 1482, + [1483] = 1483, [1484] = 1484, [1485] = 1485, [1486] = 1486, @@ -4738,60 +4738,60 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1532] = 1532, [1533] = 1533, [1534] = 1534, - [1535] = 1529, - [1536] = 1536, - [1537] = 1537, - [1538] = 1538, + [1535] = 1535, + [1536] = 1535, + [1537] = 1535, + [1538] = 1535, [1539] = 1539, - [1540] = 1531, - [1541] = 1531, - [1542] = 1531, + [1540] = 1528, + [1541] = 1533, + [1542] = 1542, [1543] = 1543, - [1544] = 1531, - [1545] = 1530, - [1546] = 1538, - [1547] = 1547, + [1544] = 1544, + [1545] = 1545, + [1546] = 1546, + [1547] = 1544, [1548] = 1548, [1549] = 1549, - [1550] = 1550, - [1551] = 1551, - [1552] = 1548, + [1550] = 1535, + [1551] = 1546, + [1552] = 1552, [1553] = 1553, [1554] = 1554, - [1555] = 1555, - [1556] = 1556, - [1557] = 1556, - [1558] = 1558, - [1559] = 1559, - [1560] = 1556, - [1561] = 1531, - [1562] = 1537, - [1563] = 1529, - [1564] = 1537, - [1565] = 1530, - [1566] = 1538, - [1567] = 1529, - [1568] = 1534, - [1569] = 1530, - [1570] = 1570, - [1571] = 1538, - [1572] = 1531, - [1573] = 1573, - [1574] = 1530, - [1575] = 1538, - [1576] = 1537, - [1577] = 1529, - [1578] = 1537, - [1579] = 1531, + [1555] = 1552, + [1556] = 1535, + [1557] = 1532, + [1558] = 1535, + [1559] = 1533, + [1560] = 1528, + [1561] = 1561, + [1562] = 1528, + [1563] = 1554, + [1564] = 1533, + [1565] = 1565, + [1566] = 1532, + [1567] = 1567, + [1568] = 1552, + [1569] = 1546, + [1570] = 1535, + [1571] = 1571, + [1572] = 1546, + [1573] = 1528, + [1574] = 1532, + [1575] = 1546, + [1576] = 1544, + [1577] = 1533, + [1578] = 1578, + [1579] = 1532, [1580] = 1580, - [1581] = 1581, - [1582] = 1534, - [1583] = 1548, - [1584] = 1534, - [1585] = 1585, - [1586] = 1531, + [1581] = 1554, + [1582] = 1554, + [1583] = 1535, + [1584] = 1584, + [1585] = 1554, + [1586] = 1586, [1587] = 1587, - [1588] = 1534, + [1588] = 1588, [1589] = 1589, [1590] = 1590, [1591] = 1591, @@ -4799,11 +4799,11 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1593] = 1593, [1594] = 1594, [1595] = 1595, - [1596] = 1596, + [1596] = 1590, [1597] = 1597, - [1598] = 1593, + [1598] = 1591, [1599] = 1599, - [1600] = 1594, + [1600] = 1600, [1601] = 1601, [1602] = 1602, [1603] = 1603, @@ -4811,18 +4811,18 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1605] = 1605, [1606] = 1606, [1607] = 1607, - [1608] = 1608, + [1608] = 1606, [1609] = 1609, [1610] = 1610, [1611] = 1611, [1612] = 1612, [1613] = 1613, [1614] = 1614, - [1615] = 1612, + [1615] = 1599, [1616] = 1616, - [1617] = 1596, - [1618] = 1618, - [1619] = 1609, + [1617] = 1617, + [1618] = 1614, + [1619] = 1619, [1620] = 1620, [1621] = 1621, [1622] = 1622, @@ -4832,440 +4832,438 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1626] = 1626, [1627] = 1627, [1628] = 1628, - [1629] = 1596, - [1630] = 1630, + [1629] = 1629, + [1630] = 1599, [1631] = 1631, [1632] = 1632, [1633] = 1633, [1634] = 1634, [1635] = 1635, [1636] = 1636, - [1637] = 1637, - [1638] = 1637, + [1637] = 1634, + [1638] = 1638, [1639] = 1639, [1640] = 1640, [1641] = 1641, [1642] = 1642, [1643] = 1643, - [1644] = 1639, - [1645] = 1645, - [1646] = 1646, - [1647] = 1594, - [1648] = 1648, - [1649] = 1649, - [1650] = 1646, + [1644] = 1644, + [1645] = 1591, + [1646] = 1644, + [1647] = 1625, + [1648] = 1629, + [1649] = 1640, + [1650] = 1650, [1651] = 1651, - [1652] = 1592, - [1653] = 1620, - [1654] = 1593, - [1655] = 1630, - [1656] = 1639, - [1657] = 1595, - [1658] = 1658, + [1652] = 1652, + [1653] = 1622, + [1654] = 1590, + [1655] = 1655, + [1656] = 1656, + [1657] = 1605, + [1658] = 1600, [1659] = 1659, - [1660] = 1604, - [1661] = 1661, - [1662] = 1621, - [1663] = 1608, - [1664] = 1664, - [1665] = 1646, - [1666] = 1609, - [1667] = 1667, - [1668] = 1620, - [1669] = 1596, + [1660] = 1594, + [1661] = 1606, + [1662] = 1662, + [1663] = 1605, + [1664] = 1617, + [1665] = 1644, + [1666] = 1599, + [1667] = 1629, + [1668] = 1622, + [1669] = 1669, [1670] = 1670, - [1671] = 1671, - [1672] = 1639, - [1673] = 1608, - [1674] = 1646, - [1675] = 1620, - [1676] = 1637, - [1677] = 1593, - [1678] = 1630, + [1671] = 1634, + [1672] = 1672, + [1673] = 1644, + [1674] = 1629, + [1675] = 1590, + [1676] = 1625, + [1677] = 1622, + [1678] = 1678, [1679] = 1679, [1680] = 1680, [1681] = 1681, [1682] = 1682, - [1683] = 1683, - [1684] = 1639, - [1685] = 1607, - [1686] = 1686, - [1687] = 1646, - [1688] = 1596, + [1683] = 1602, + [1684] = 1684, + [1685] = 1644, + [1686] = 1599, + [1687] = 1687, + [1688] = 1688, [1689] = 1689, - [1690] = 1690, - [1691] = 1691, - [1692] = 1620, - [1693] = 1608, + [1690] = 1629, + [1691] = 1606, + [1692] = 1622, + [1693] = 1693, [1694] = 1694, [1695] = 1695, - [1696] = 1696, + [1696] = 1694, [1697] = 1697, - [1698] = 1698, + [1698] = 1697, [1699] = 1699, [1700] = 1700, - [1701] = 1699, + [1701] = 1701, [1702] = 1702, - [1703] = 1696, + [1703] = 1695, [1704] = 1704, [1705] = 1705, - [1706] = 1697, - [1707] = 1698, + [1706] = 1706, + [1707] = 1707, [1708] = 1708, [1709] = 1709, [1710] = 1710, [1711] = 1711, - [1712] = 1712, - [1713] = 1713, - [1714] = 1713, - [1715] = 1698, - [1716] = 1713, + [1712] = 1705, + [1713] = 1711, + [1714] = 1714, + [1715] = 1715, + [1716] = 1716, [1717] = 1717, - [1718] = 1718, + [1718] = 1694, [1719] = 1719, [1720] = 1720, - [1721] = 1700, + [1721] = 1711, [1722] = 1722, [1723] = 1723, - [1724] = 1724, - [1725] = 1725, - [1726] = 1696, + [1724] = 1700, + [1725] = 1697, + [1726] = 1701, [1727] = 1727, - [1728] = 1699, + [1728] = 1695, [1729] = 1729, - [1730] = 1704, - [1731] = 1700, - [1732] = 1697, + [1730] = 1702, + [1731] = 1705, + [1732] = 1727, [1733] = 1733, - [1734] = 1705, - [1735] = 1729, - [1736] = 1736, - [1737] = 1737, - [1738] = 1698, - [1739] = 1699, + [1734] = 1734, + [1735] = 1735, + [1736] = 1711, + [1737] = 1695, + [1738] = 1702, + [1739] = 1701, [1740] = 1740, [1741] = 1697, - [1742] = 1705, - [1743] = 1704, - [1744] = 1713, - [1745] = 1704, - [1746] = 1699, - [1747] = 1747, - [1748] = 1729, - [1749] = 1729, - [1750] = 1700, - [1751] = 1751, - [1752] = 1708, - [1753] = 1713, - [1754] = 1697, - [1755] = 1705, + [1742] = 1742, + [1743] = 1694, + [1744] = 1697, + [1745] = 1727, + [1746] = 1695, + [1747] = 1727, + [1748] = 1748, + [1749] = 1704, + [1750] = 1695, + [1751] = 1711, + [1752] = 1702, + [1753] = 1701, + [1754] = 1694, + [1755] = 1699, [1756] = 1700, - [1757] = 1704, - [1758] = 1696, - [1759] = 1702, - [1760] = 1760, - [1761] = 1761, - [1762] = 1699, - [1763] = 1696, - [1764] = 1709, - [1765] = 1765, - [1766] = 1700, - [1767] = 1696, - [1768] = 1699, - [1769] = 1710, - [1770] = 1729, + [1757] = 1700, + [1758] = 1758, + [1759] = 1759, + [1760] = 1697, + [1761] = 1706, + [1762] = 1700, + [1763] = 1707, + [1764] = 1694, + [1765] = 1697, + [1766] = 1697, + [1767] = 1700, + [1768] = 1727, + [1769] = 1769, + [1770] = 1694, [1771] = 1771, - [1772] = 1700, - [1773] = 1708, - [1774] = 1699, - [1775] = 1698, - [1776] = 1697, + [1772] = 1697, + [1773] = 1704, + [1774] = 1694, + [1775] = 1701, + [1776] = 1694, [1777] = 1777, - [1778] = 1700, - [1779] = 1699, - [1780] = 1780, + [1778] = 1705, + [1779] = 1779, + [1780] = 1705, [1781] = 1781, - [1782] = 1713, + [1782] = 1782, [1783] = 1783, - [1784] = 1784, - [1785] = 1785, + [1784] = 1699, + [1785] = 1701, [1786] = 1702, - [1787] = 1704, - [1788] = 1705, - [1789] = 1700, + [1787] = 1711, + [1788] = 1788, + [1789] = 1789, [1790] = 1790, [1791] = 1791, [1792] = 1792, - [1793] = 1215, - [1794] = 1791, + [1793] = 1793, + [1794] = 1230, [1795] = 1795, - [1796] = 1792, + [1796] = 1796, [1797] = 1797, [1798] = 1798, - [1799] = 1790, + [1799] = 1792, [1800] = 1800, - [1801] = 1795, + [1801] = 1801, [1802] = 1802, [1803] = 1803, [1804] = 1804, [1805] = 1805, [1806] = 1806, [1807] = 1807, - [1808] = 1808, - [1809] = 1809, + [1808] = 1806, + [1809] = 1789, [1810] = 1791, - [1811] = 1807, + [1811] = 1811, [1812] = 1812, [1813] = 1813, - [1814] = 1814, + [1814] = 1788, [1815] = 1815, [1816] = 1816, [1817] = 1817, [1818] = 1818, - [1819] = 1809, + [1819] = 1819, [1820] = 1820, [1821] = 1821, - [1822] = 1822, - [1823] = 1823, + [1822] = 1791, + [1823] = 1793, [1824] = 1824, [1825] = 1825, [1826] = 1792, [1827] = 1827, [1828] = 1828, - [1829] = 1829, - [1830] = 1830, + [1829] = 1791, + [1830] = 1236, [1831] = 1831, - [1832] = 1205, + [1832] = 1832, [1833] = 1833, - [1834] = 1791, + [1834] = 1793, [1835] = 1835, [1836] = 1836, - [1837] = 1837, - [1838] = 1791, - [1839] = 1839, - [1840] = 1806, + [1837] = 1812, + [1838] = 1838, + [1839] = 1792, + [1840] = 1825, [1841] = 1841, - [1842] = 1828, - [1843] = 1802, + [1842] = 1842, + [1843] = 1800, [1844] = 1844, - [1845] = 1812, - [1846] = 1846, - [1847] = 1805, + [1845] = 1845, + [1846] = 1791, + [1847] = 1847, [1848] = 1848, [1849] = 1849, - [1850] = 1850, - [1851] = 1851, - [1852] = 1808, - [1853] = 1821, - [1854] = 1792, - [1855] = 1841, - [1856] = 1795, - [1857] = 1857, - [1858] = 1792, - [1859] = 1791, - [1860] = 1797, - [1861] = 1798, - [1862] = 1835, - [1863] = 1844, - [1864] = 1841, + [1850] = 1805, + [1851] = 1818, + [1852] = 1833, + [1853] = 1790, + [1854] = 1793, + [1855] = 1855, + [1856] = 1844, + [1857] = 1833, + [1858] = 1795, + [1859] = 1796, + [1860] = 1793, + [1861] = 1790, + [1862] = 1828, + [1863] = 1833, + [1864] = 1790, [1865] = 1792, - [1866] = 1835, - [1867] = 1841, - [1868] = 1830, - [1869] = 1795, - [1870] = 1800, - [1871] = 1804, - [1872] = 1829, - [1873] = 1835, + [1866] = 1827, + [1867] = 1802, + [1868] = 1798, + [1869] = 1793, + [1870] = 1804, + [1871] = 1871, + [1872] = 1872, + [1873] = 1806, [1874] = 1874, [1875] = 1828, [1876] = 1876, - [1877] = 1830, - [1878] = 1878, - [1879] = 1812, - [1880] = 1829, - [1881] = 1809, - [1882] = 1815, - [1883] = 1791, - [1884] = 1827, - [1885] = 1816, - [1886] = 1792, - [1887] = 1829, - [1888] = 1821, - [1889] = 1795, - [1890] = 1890, - [1891] = 1817, - [1892] = 1817, - [1893] = 1804, + [1877] = 1812, + [1878] = 1827, + [1879] = 1815, + [1880] = 1842, + [1881] = 1791, + [1882] = 1824, + [1883] = 1818, + [1884] = 1844, + [1885] = 1827, + [1886] = 1819, + [1887] = 1797, + [1888] = 1819, + [1889] = 1792, + [1890] = 1803, + [1891] = 1805, + [1892] = 1892, + [1893] = 1893, [1894] = 1894, - [1895] = 1844, - [1896] = 1890, - [1897] = 1797, - [1898] = 1798, - [1899] = 1827, - [1900] = 1900, - [1901] = 1808, - [1902] = 1902, - [1903] = 1805, - [1904] = 1807, - [1905] = 1800, - [1906] = 1806, - [1907] = 1846, + [1895] = 1795, + [1896] = 1796, + [1897] = 1824, + [1898] = 1898, + [1899] = 1845, + [1900] = 1844, + [1901] = 1802, + [1902] = 1800, + [1903] = 1798, + [1904] = 1842, + [1905] = 1894, + [1906] = 1906, + [1907] = 1803, [1908] = 1908, - [1909] = 1839, - [1910] = 1910, - [1911] = 1911, - [1912] = 1837, - [1913] = 1844, - [1914] = 1914, - [1915] = 1802, - [1916] = 1827, - [1917] = 1844, - [1918] = 1846, - [1919] = 1829, - [1920] = 1920, + [1909] = 1909, + [1910] = 1804, + [1911] = 1841, + [1912] = 1825, + [1913] = 1800, + [1914] = 1824, + [1915] = 1844, + [1916] = 1845, + [1917] = 1827, + [1918] = 1918, + [1919] = 1919, + [1920] = 1841, [1921] = 1921, - [1922] = 1922, - [1923] = 1815, - [1924] = 1924, - [1925] = 1809, - [1926] = 1822, + [1922] = 1892, + [1923] = 1923, + [1924] = 1806, + [1925] = 1793, + [1926] = 1791, [1927] = 1795, - [1928] = 1928, - [1929] = 1797, - [1930] = 1798, - [1931] = 1812, + [1928] = 1796, + [1929] = 1929, + [1930] = 1812, + [1931] = 1849, [1932] = 1932, - [1933] = 1802, + [1933] = 1798, [1934] = 1934, - [1935] = 1800, - [1936] = 1795, - [1937] = 1816, + [1935] = 1935, + [1936] = 1936, + [1937] = 1788, [1938] = 1938, - [1939] = 1939, + [1939] = 1815, [1940] = 1940, - [1941] = 1836, - [1942] = 1942, - [1943] = 1817, - [1944] = 1839, - [1945] = 1851, - [1946] = 1946, + [1941] = 1832, + [1942] = 1819, + [1943] = 1849, + [1944] = 1944, + [1945] = 1945, + [1946] = 1818, [1947] = 1947, - [1948] = 1821, - [1949] = 1792, - [1950] = 1818, - [1951] = 1951, - [1952] = 1797, - [1953] = 1835, - [1954] = 591, - [1955] = 1804, - [1956] = 1956, - [1957] = 1797, - [1958] = 1797, - [1959] = 1797, - [1960] = 1837, - [1961] = 1961, - [1962] = 1253, - [1963] = 1841, - [1964] = 1964, + [1948] = 1793, + [1949] = 1949, + [1950] = 1795, + [1951] = 1833, + [1952] = 1849, + [1953] = 591, + [1954] = 1954, + [1955] = 1795, + [1956] = 1795, + [1957] = 1795, + [1958] = 1790, + [1959] = 1959, + [1960] = 1960, + [1961] = 1219, + [1962] = 1835, + [1963] = 1963, + [1964] = 1797, [1965] = 1965, - [1966] = 1790, - [1967] = 1967, - [1968] = 1823, - [1969] = 1851, - [1970] = 1795, - [1971] = 1822, - [1972] = 1972, - [1973] = 1203, - [1974] = 1831, + [1966] = 1820, + [1967] = 1832, + [1968] = 1792, + [1969] = 1789, + [1970] = 1892, + [1971] = 1241, + [1972] = 1797, + [1973] = 1973, + [1974] = 1974, [1975] = 1975, [1976] = 1976, [1977] = 1977, - [1978] = 1818, - [1979] = 1979, - [1980] = 1804, - [1981] = 1790, - [1982] = 1815, - [1983] = 1818, - [1984] = 1831, - [1985] = 1808, - [1986] = 1833, - [1987] = 1890, - [1988] = 1836, - [1989] = 1837, - [1990] = 1965, - [1991] = 1839, - [1992] = 1805, - [1993] = 1806, - [1994] = 1975, - [1995] = 1975, - [1996] = 1795, - [1997] = 1828, - [1998] = 1802, - [1999] = 1844, - [2000] = 1816, - [2001] = 1807, - [2002] = 2002, - [2003] = 1846, - [2004] = 1804, - [2005] = 1805, - [2006] = 1809, - [2007] = 1851, - [2008] = 1836, - [2009] = 1822, - [2010] = 1825, - [2011] = 1975, - [2012] = 1791, - [2013] = 1806, - [2014] = 1833, - [2015] = 1808, - [2016] = 1812, - [2017] = 592, - [2018] = 2018, - [2019] = 1846, + [1978] = 1802, + [1979] = 1788, + [1980] = 1805, + [1981] = 1802, + [1982] = 1832, + [1983] = 1792, + [1984] = 1835, + [1985] = 1894, + [1986] = 1836, + [1987] = 1838, + [1988] = 1963, + [1989] = 1825, + [1990] = 1803, + [1991] = 1804, + [1992] = 1973, + [1993] = 1973, + [1994] = 1815, + [1995] = 1841, + [1996] = 1842, + [1997] = 1800, + [1998] = 1844, + [1999] = 1892, + [2000] = 2000, + [2001] = 1802, + [2002] = 1845, + [2003] = 1803, + [2004] = 1806, + [2005] = 1804, + [2006] = 1838, + [2007] = 1789, + [2008] = 1816, + [2009] = 1973, + [2010] = 1791, + [2011] = 1845, + [2012] = 1836, + [2013] = 1805, + [2014] = 1812, + [2015] = 592, + [2016] = 2016, + [2017] = 2017, + [2018] = 1818, + [2019] = 2019, [2020] = 1821, [2021] = 2021, - [2022] = 1824, + [2022] = 2022, [2023] = 2023, - [2024] = 2024, - [2025] = 2025, - [2026] = 1800, - [2027] = 1975, - [2028] = 1815, - [2029] = 1816, - [2030] = 1965, - [2031] = 2031, - [2032] = 1817, - [2033] = 2033, - [2034] = 1807, - [2035] = 1792, - [2036] = 1835, - [2037] = 1833, - [2038] = 1965, - [2039] = 1831, + [2024] = 1798, + [2025] = 1973, + [2026] = 1788, + [2027] = 1815, + [2028] = 1963, + [2029] = 2029, + [2030] = 1819, + [2031] = 1892, + [2032] = 1836, + [2033] = 1793, + [2034] = 1833, + [2035] = 1819, + [2036] = 1963, + [2037] = 1835, + [2038] = 2038, + [2039] = 2039, [2040] = 2040, [2041] = 2041, - [2042] = 2042, - [2043] = 2043, - [2044] = 1817, - [2045] = 1965, - [2046] = 2046, + [2042] = 1806, + [2043] = 1963, + [2044] = 2044, + [2045] = 2045, + [2046] = 1790, [2047] = 2047, [2048] = 2048, - [2049] = 1841, - [2050] = 2050, - [2051] = 1809, - [2052] = 1965, - [2053] = 1830, - [2054] = 1829, - [2055] = 2055, - [2056] = 2056, - [2057] = 1798, + [2049] = 1791, + [2050] = 1963, + [2051] = 1828, + [2052] = 1827, + [2053] = 2053, + [2054] = 1898, + [2055] = 1796, + [2056] = 1795, + [2057] = 2057, [2058] = 1797, - [2059] = 1900, - [2060] = 1790, - [2061] = 2061, - [2062] = 1791, + [2059] = 1838, + [2060] = 1792, }; static inline bool sym_number_literal_character_set_1(int32_t c) { @@ -6917,41 +6915,39 @@ static inline bool sym_identifier_character_set_3(int32_t c) { ? (c < 4193 ? (c < 2707 ? (c < 1994 - ? (c < 910 - ? (c < 736 - ? (c < 186 - ? (c < 'a' - ? (c < '_' - ? (c >= 'A' && c <= 'Z') - : c <= '_') - : (c <= 'z' || (c < 181 - ? c == 170 - : c <= 181))) - : (c <= 186 || (c < 248 - ? (c < 216 - ? (c >= 192 && c <= 214) - : c <= 246) - : (c <= 705 || (c >= 710 && c <= 721))))) - : (c <= 740 || (c < 891 - ? (c < 880 - ? (c < 750 - ? c == 748 - : c <= 750) - : (c <= 884 || (c >= 886 && c <= 887))) - : (c <= 893 || (c < 904 - ? (c < 902 - ? c == 895 - : c <= 902) - : (c <= 906 || c == 908)))))) - : (c <= 929 || (c < 1649 + ? (c < 931 + ? (c < 748 + ? (c < 192 + ? (c < 170 + ? (c < 'a' + ? (c >= 'A' && c <= '_') + : c <= 'z') + : (c <= 170 || (c < 186 + ? c == 181 + : c <= 186))) + : (c <= 214 || (c < 710 + ? (c < 248 + ? (c >= 216 && c <= 246) + : c <= 705) + : (c <= 721 || (c >= 736 && c <= 740))))) + : (c <= 748 || (c < 895 + ? (c < 886 + ? (c < 880 + ? c == 750 + : c <= 884) + : (c <= 887 || (c >= 891 && c <= 893))) + : (c <= 895 || (c < 908 + ? (c < 904 + ? c == 902 + : c <= 906) + : (c <= 908 || (c >= 910 && c <= 929))))))) + : (c <= 1013 || (c < 1649 ? (c < 1376 - ? (c < 1162 - ? (c < 1015 - ? (c >= 931 && c <= 1013) - : c <= 1153) - : (c <= 1327 || (c < 1369 - ? (c >= 1329 && c <= 1366) - : c <= 1369))) + ? (c < 1329 + ? (c < 1162 + ? (c >= 1015 && c <= 1153) + : c <= 1327) + : (c <= 1366 || c == 1369)) : (c <= 1416 || (c < 1568 ? (c < 1519 ? (c >= 1488 && c <= 1514) @@ -7721,39 +7717,41 @@ static inline bool sym_identifier_character_set_4(int32_t c) { ? (c < 4193 ? (c < 2707 ? (c < 1994 - ? (c < 931 - ? (c < 748 - ? (c < 192 - ? (c < 170 - ? (c < 'a' - ? (c >= 'A' && c <= '_') - : c <= 'z') - : (c <= 170 || (c < 186 - ? c == 181 - : c <= 186))) - : (c <= 214 || (c < 710 - ? (c < 248 - ? (c >= 216 && c <= 246) - : c <= 705) - : (c <= 721 || (c >= 736 && c <= 740))))) - : (c <= 748 || (c < 895 - ? (c < 886 - ? (c < 880 - ? c == 750 - : c <= 884) - : (c <= 887 || (c >= 891 && c <= 893))) - : (c <= 895 || (c < 908 - ? (c < 904 - ? c == 902 - : c <= 906) - : (c <= 908 || (c >= 910 && c <= 929))))))) - : (c <= 1013 || (c < 1649 + ? (c < 910 + ? (c < 736 + ? (c < 186 + ? (c < 'a' + ? (c < '_' + ? (c >= 'A' && c <= 'Z') + : c <= '_') + : (c <= 'z' || (c < 181 + ? c == 170 + : c <= 181))) + : (c <= 186 || (c < 248 + ? (c < 216 + ? (c >= 192 && c <= 214) + : c <= 246) + : (c <= 705 || (c >= 710 && c <= 721))))) + : (c <= 740 || (c < 891 + ? (c < 880 + ? (c < 750 + ? c == 748 + : c <= 750) + : (c <= 884 || (c >= 886 && c <= 887))) + : (c <= 893 || (c < 904 + ? (c < 902 + ? c == 895 + : c <= 902) + : (c <= 906 || c == 908)))))) + : (c <= 929 || (c < 1649 ? (c < 1376 - ? (c < 1329 - ? (c < 1162 - ? (c >= 1015 && c <= 1153) - : c <= 1327) - : (c <= 1366 || c == 1369)) + ? (c < 1162 + ? (c < 1015 + ? (c >= 931 && c <= 1013) + : c <= 1153) + : (c <= 1327 || (c < 1369 + ? (c >= 1329 && c <= 1366) + : c <= 1369))) : (c <= 1416 || (c < 1568 ? (c < 1519 ? (c >= 1488 && c <= 1514) @@ -9618,10 +9616,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'u') ADVANCE(97); END_STATE(); case 9: - if (lookahead == '\n') SKIP(48) + if (lookahead == '\n') SKIP(49) END_STATE(); case 10: - if (lookahead == '\n') SKIP(48) + if (lookahead == '\n') SKIP(49) if (lookahead == '\r') SKIP(9) if (lookahead == 'U') ADVANCE(105); if (lookahead == 'u') ADVANCE(97); @@ -9636,10 +9634,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'u') ADVANCE(97); END_STATE(); case 13: - if (lookahead == '\n') SKIP(49) + if (lookahead == '\n') SKIP(48) END_STATE(); case 14: - if (lookahead == '\n') SKIP(49) + if (lookahead == '\n') SKIP(48) if (lookahead == '\r') SKIP(13) if (lookahead == 'U') ADVANCE(105); if (lookahead == 'u') ADVANCE(97); @@ -9663,22 +9661,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'u') ADVANCE(97); END_STATE(); case 19: - if (lookahead == '\n') SKIP(46) + if (lookahead == '\n') SKIP(21) END_STATE(); case 20: - if (lookahead == '\n') SKIP(46) + if (lookahead == '\n') SKIP(21) if (lookahead == '\r') SKIP(19) - if (lookahead == 'U') ADVANCE(105); - if (lookahead == 'u') ADVANCE(97); END_STATE(); case 21: - if (lookahead == '\n') SKIP(23) - END_STATE(); - case 22: - if (lookahead == '\n') SKIP(23) - if (lookahead == '\r') SKIP(21) - END_STATE(); - case 23: if (lookahead == '\n') ADVANCE(120); if (lookahead == '!') ADVANCE(65); if (lookahead == '%') ADVANCE(194); @@ -9691,12 +9680,21 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '<') ADVANCE(212); if (lookahead == '=') ADVANCE(66); if (lookahead == '>') ADVANCE(208); - if (lookahead == '\\') SKIP(22) + if (lookahead == '\\') SKIP(20) if (lookahead == '^') ADVANCE(200); if (lookahead == '|') ADVANCE(199); if (lookahead == '\t' || lookahead == '\r' || - lookahead == ' ') SKIP(23) + lookahead == ' ') SKIP(21) + END_STATE(); + case 22: + if (lookahead == '\n') SKIP(46) + END_STATE(); + case 23: + if (lookahead == '\n') SKIP(46) + if (lookahead == '\r') SKIP(22) + if (lookahead == 'U') ADVANCE(105); + if (lookahead == 'u') ADVANCE(97); END_STATE(); case 24: if (lookahead == '\n') SKIP(51) @@ -10020,7 +10018,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '0') ADVANCE(249); if (lookahead == 'L') ADVANCE(296); if (lookahead == 'U') ADVANCE(297); - if (lookahead == '\\') ADVANCE(20); + if (lookahead == '\\') ADVANCE(23); if (sym_identifier_character_set_2(lookahead)) ADVANCE(300); if (lookahead == 'u') ADVANCE(298); if (lookahead == '~') ADVANCE(179); @@ -10067,28 +10065,29 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 48: if (lookahead == '!') ADVANCE(65); - if (lookahead == '#') ADVANCE(73); - if (lookahead == '%') ADVANCE(194); - if (lookahead == '&') ADVANCE(203); + if (lookahead == '#') ADVANCE(79); + if (lookahead == '%') ADVANCE(195); + if (lookahead == '&') ADVANCE(204); if (lookahead == '(') ADVANCE(176); if (lookahead == ')') ADVANCE(118); - if (lookahead == '*') ADVANCE(190); - if (lookahead == '+') ADVANCE(185); + if (lookahead == '*') ADVANCE(191); + if (lookahead == '+') ADVANCE(188); if (lookahead == ',') ADVANCE(117); - if (lookahead == '-') ADVANCE(180); - if (lookahead == '.') ADVANCE(60); - if (lookahead == '/') ADVANCE(192); + if (lookahead == '-') ADVANCE(183); + if (lookahead == '.') ADVANCE(242); + if (lookahead == '/') ADVANCE(193); if (lookahead == ':') ADVANCE(228); if (lookahead == ';') ADVANCE(217); - if (lookahead == '<') ADVANCE(212); + if (lookahead == '<') ADVANCE(211); if (lookahead == '=') ADVANCE(227); - if (lookahead == '>') ADVANCE(208); + if (lookahead == '>') ADVANCE(207); + if (lookahead == '?') ADVANCE(229); if (lookahead == '[') ADVANCE(224); - if (lookahead == '\\') ADVANCE(10); - if (lookahead == '^') ADVANCE(200); + if (lookahead == '\\') ADVANCE(14); + if (lookahead == ']') ADVANCE(71); + if (lookahead == '^') ADVANCE(201); if (sym_identifier_character_set_3(lookahead)) ADVANCE(300); - if (lookahead == '{') ADVANCE(221); - if (lookahead == '|') ADVANCE(199); + if (lookahead == '|') ADVANCE(198); if (lookahead == '}') ADVANCE(222); if (lookahead == '\t' || lookahead == '\n' || @@ -10097,29 +10096,28 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 49: if (lookahead == '!') ADVANCE(65); - if (lookahead == '#') ADVANCE(75); - if (lookahead == '%') ADVANCE(195); - if (lookahead == '&') ADVANCE(204); + if (lookahead == '#') ADVANCE(73); + if (lookahead == '%') ADVANCE(194); + if (lookahead == '&') ADVANCE(203); if (lookahead == '(') ADVANCE(176); if (lookahead == ')') ADVANCE(118); - if (lookahead == '*') ADVANCE(191); - if (lookahead == '+') ADVANCE(188); + if (lookahead == '*') ADVANCE(190); + if (lookahead == '+') ADVANCE(185); if (lookahead == ',') ADVANCE(117); - if (lookahead == '-') ADVANCE(183); - if (lookahead == '.') ADVANCE(242); - if (lookahead == '/') ADVANCE(193); + if (lookahead == '-') ADVANCE(180); + if (lookahead == '.') ADVANCE(60); + if (lookahead == '/') ADVANCE(192); if (lookahead == ':') ADVANCE(228); if (lookahead == ';') ADVANCE(217); - if (lookahead == '<') ADVANCE(211); + if (lookahead == '<') ADVANCE(212); if (lookahead == '=') ADVANCE(227); - if (lookahead == '>') ADVANCE(207); - if (lookahead == '?') ADVANCE(229); + if (lookahead == '>') ADVANCE(208); if (lookahead == '[') ADVANCE(224); - if (lookahead == '\\') ADVANCE(14); - if (lookahead == ']') ADVANCE(71); - if (lookahead == '^') ADVANCE(201); + if (lookahead == '\\') ADVANCE(10); + if (lookahead == '^') ADVANCE(200); if (sym_identifier_character_set_4(lookahead)) ADVANCE(300); - if (lookahead == '|') ADVANCE(198); + if (lookahead == '{') ADVANCE(221); + if (lookahead == '|') ADVANCE(199); if (lookahead == '}') ADVANCE(222); if (lookahead == '\t' || lookahead == '\n' || @@ -10149,7 +10147,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\\') ADVANCE(12); if (lookahead == ']') ADVANCE(225); if (lookahead == '^') ADVANCE(201); - if (sym_identifier_character_set_4(lookahead)) ADVANCE(300); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(300); if (lookahead == '{') ADVANCE(221); if (lookahead == '|') ADVANCE(198); if (lookahead == '}') ADVANCE(222); @@ -10182,12 +10180,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(52) END_STATE(); case 53: - if (lookahead == '#') ADVANCE(79); + if (lookahead == '#') ADVANCE(75); if (lookahead == '/') ADVANCE(55); if (lookahead == '[') ADVANCE(70); if (lookahead == '\\') ADVANCE(16); - if (sym_identifier_character_set_3(lookahead)) ADVANCE(300); - if (lookahead == '}') ADVANCE(222); + if (sym_identifier_character_set_4(lookahead)) ADVANCE(300); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || @@ -14106,9 +14103,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [27] = {.lex_state = 45}, [28] = {.lex_state = 110}, [29] = {.lex_state = 110}, - [30] = {.lex_state = 110}, + [30] = {.lex_state = 44}, [31] = {.lex_state = 110}, - [32] = {.lex_state = 44}, + [32] = {.lex_state = 110}, [33] = {.lex_state = 110}, [34] = {.lex_state = 110}, [35] = {.lex_state = 110}, @@ -14117,12 +14114,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [38] = {.lex_state = 110}, [39] = {.lex_state = 110}, [40] = {.lex_state = 110}, - [41] = {.lex_state = 110}, + [41] = {.lex_state = 44}, [42] = {.lex_state = 110}, [43] = {.lex_state = 110}, [44] = {.lex_state = 110}, [45] = {.lex_state = 44}, - [46] = {.lex_state = 44}, + [46] = {.lex_state = 110}, [47] = {.lex_state = 110}, [48] = {.lex_state = 110}, [49] = {.lex_state = 110}, @@ -14140,16 +14137,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [61] = {.lex_state = 45}, [62] = {.lex_state = 45}, [63] = {.lex_state = 45}, - [64] = {.lex_state = 44}, - [65] = {.lex_state = 110}, - [66] = {.lex_state = 110}, + [64] = {.lex_state = 110}, + [65] = {.lex_state = 44}, + [66] = {.lex_state = 44}, [67] = {.lex_state = 110}, - [68] = {.lex_state = 44}, + [68] = {.lex_state = 110}, [69] = {.lex_state = 110}, - [70] = {.lex_state = 44}, - [71] = {.lex_state = 44}, - [72] = {.lex_state = 110}, - [73] = {.lex_state = 110}, + [70] = {.lex_state = 110}, + [71] = {.lex_state = 110}, + [72] = {.lex_state = 44}, + [73] = {.lex_state = 44}, [74] = {.lex_state = 44}, [75] = {.lex_state = 110}, [76] = {.lex_state = 110}, @@ -14221,9 +14218,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [142] = {.lex_state = 42}, [143] = {.lex_state = 42}, [144] = {.lex_state = 42}, - [145] = {.lex_state = 45}, + [145] = {.lex_state = 42}, [146] = {.lex_state = 42}, - [147] = {.lex_state = 42}, + [147] = {.lex_state = 45}, [148] = {.lex_state = 42}, [149] = {.lex_state = 42}, [150] = {.lex_state = 42}, @@ -14237,7 +14234,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [158] = {.lex_state = 42}, [159] = {.lex_state = 42}, [160] = {.lex_state = 45}, - [161] = {.lex_state = 110}, + [161] = {.lex_state = 45}, [162] = {.lex_state = 45}, [163] = {.lex_state = 45}, [164] = {.lex_state = 45}, @@ -14247,10 +14244,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [168] = {.lex_state = 45}, [169] = {.lex_state = 45}, [170] = {.lex_state = 45}, - [171] = {.lex_state = 110}, + [171] = {.lex_state = 45}, [172] = {.lex_state = 45}, [173] = {.lex_state = 45}, - [174] = {.lex_state = 45}, + [174] = {.lex_state = 110}, [175] = {.lex_state = 45}, [176] = {.lex_state = 45}, [177] = {.lex_state = 45}, @@ -14271,7 +14268,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [192] = {.lex_state = 45}, [193] = {.lex_state = 45}, [194] = {.lex_state = 45}, - [195] = {.lex_state = 45}, + [195] = {.lex_state = 110}, [196] = {.lex_state = 45}, [197] = {.lex_state = 45}, [198] = {.lex_state = 45}, @@ -14281,11 +14278,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [202] = {.lex_state = 45}, [203] = {.lex_state = 45}, [204] = {.lex_state = 45}, - [205] = {.lex_state = 45}, - [206] = {.lex_state = 45}, - [207] = {.lex_state = 110}, + [205] = {.lex_state = 44}, + [206] = {.lex_state = 110}, + [207] = {.lex_state = 45}, [208] = {.lex_state = 45}, - [209] = {.lex_state = 110}, + [209] = {.lex_state = 45}, [210] = {.lex_state = 45}, [211] = {.lex_state = 45}, [212] = {.lex_state = 45}, @@ -14296,7 +14293,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [217] = {.lex_state = 45}, [218] = {.lex_state = 45}, [219] = {.lex_state = 45}, - [220] = {.lex_state = 44}, + [220] = {.lex_state = 110}, [221] = {.lex_state = 45}, [222] = {.lex_state = 45}, [223] = {.lex_state = 45}, @@ -14316,47 +14313,47 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [237] = {.lex_state = 110}, [238] = {.lex_state = 110}, [239] = {.lex_state = 110}, - [240] = {.lex_state = 44}, - [241] = {.lex_state = 110}, + [240] = {.lex_state = 110}, + [241] = {.lex_state = 44}, [242] = {.lex_state = 110}, [243] = {.lex_state = 110}, - [244] = {.lex_state = 110}, + [244] = {.lex_state = 44}, [245] = {.lex_state = 44}, [246] = {.lex_state = 110}, - [247] = {.lex_state = 110}, + [247] = {.lex_state = 44}, [248] = {.lex_state = 44}, [249] = {.lex_state = 44}, - [250] = {.lex_state = 110}, + [250] = {.lex_state = 44}, [251] = {.lex_state = 44}, [252] = {.lex_state = 44}, - [253] = {.lex_state = 44}, + [253] = {.lex_state = 110}, [254] = {.lex_state = 110}, - [255] = {.lex_state = 110}, - [256] = {.lex_state = 110}, + [255] = {.lex_state = 44}, + [256] = {.lex_state = 44}, [257] = {.lex_state = 44}, - [258] = {.lex_state = 110}, + [258] = {.lex_state = 44}, [259] = {.lex_state = 110}, - [260] = {.lex_state = 44}, - [261] = {.lex_state = 110}, - [262] = {.lex_state = 110}, - [263] = {.lex_state = 44}, + [260] = {.lex_state = 110}, + [261] = {.lex_state = 44}, + [262] = {.lex_state = 44}, + [263] = {.lex_state = 110}, [264] = {.lex_state = 110}, - [265] = {.lex_state = 110}, - [266] = {.lex_state = 44}, - [267] = {.lex_state = 44}, + [265] = {.lex_state = 44}, + [266] = {.lex_state = 110}, + [267] = {.lex_state = 110}, [268] = {.lex_state = 44}, - [269] = {.lex_state = 110}, + [269] = {.lex_state = 44}, [270] = {.lex_state = 110}, [271] = {.lex_state = 110}, [272] = {.lex_state = 44}, [273] = {.lex_state = 44}, - [274] = {.lex_state = 44}, - [275] = {.lex_state = 44}, - [276] = {.lex_state = 44}, - [277] = {.lex_state = 44}, - [278] = {.lex_state = 44}, + [274] = {.lex_state = 110}, + [275] = {.lex_state = 110}, + [276] = {.lex_state = 110}, + [277] = {.lex_state = 110}, + [278] = {.lex_state = 110}, [279] = {.lex_state = 110}, - [280] = {.lex_state = 44}, + [280] = {.lex_state = 110}, [281] = {.lex_state = 110}, [282] = {.lex_state = 110}, [283] = {.lex_state = 110}, @@ -14366,117 +14363,117 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [287] = {.lex_state = 110}, [288] = {.lex_state = 110}, [289] = {.lex_state = 110}, - [290] = {.lex_state = 44}, + [290] = {.lex_state = 110}, [291] = {.lex_state = 110}, [292] = {.lex_state = 110}, [293] = {.lex_state = 110}, - [294] = {.lex_state = 44}, - [295] = {.lex_state = 44}, + [294] = {.lex_state = 110}, + [295] = {.lex_state = 110}, [296] = {.lex_state = 110}, [297] = {.lex_state = 110}, [298] = {.lex_state = 110}, [299] = {.lex_state = 110}, [300] = {.lex_state = 110}, [301] = {.lex_state = 110}, - [302] = {.lex_state = 44}, + [302] = {.lex_state = 110}, [303] = {.lex_state = 110}, - [304] = {.lex_state = 44}, + [304] = {.lex_state = 110}, [305] = {.lex_state = 110}, - [306] = {.lex_state = 44}, + [306] = {.lex_state = 110}, [307] = {.lex_state = 110}, [308] = {.lex_state = 110}, [309] = {.lex_state = 110}, [310] = {.lex_state = 110}, - [311] = {.lex_state = 110}, - [312] = {.lex_state = 110}, - [313] = {.lex_state = 110}, - [314] = {.lex_state = 110}, - [315] = {.lex_state = 44}, - [316] = {.lex_state = 110}, + [311] = {.lex_state = 44}, + [312] = {.lex_state = 44}, + [313] = {.lex_state = 44}, + [314] = {.lex_state = 44}, + [315] = {.lex_state = 110}, + [316] = {.lex_state = 44}, [317] = {.lex_state = 44}, [318] = {.lex_state = 44}, - [319] = {.lex_state = 110}, + [319] = {.lex_state = 44}, [320] = {.lex_state = 110}, - [321] = {.lex_state = 110}, + [321] = {.lex_state = 44}, [322] = {.lex_state = 110}, - [323] = {.lex_state = 110}, + [323] = {.lex_state = 44}, [324] = {.lex_state = 110}, - [325] = {.lex_state = 110}, - [326] = {.lex_state = 110}, + [325] = {.lex_state = 44}, + [326] = {.lex_state = 44}, [327] = {.lex_state = 110}, - [328] = {.lex_state = 110}, + [328] = {.lex_state = 44}, [329] = {.lex_state = 110}, - [330] = {.lex_state = 110}, + [330] = {.lex_state = 44}, [331] = {.lex_state = 44}, - [332] = {.lex_state = 110}, - [333] = {.lex_state = 110}, + [332] = {.lex_state = 44}, + [333] = {.lex_state = 44}, [334] = {.lex_state = 110}, - [335] = {.lex_state = 44}, + [335] = {.lex_state = 110}, [336] = {.lex_state = 110}, [337] = {.lex_state = 110}, [338] = {.lex_state = 110}, - [339] = {.lex_state = 44}, + [339] = {.lex_state = 110}, [340] = {.lex_state = 44}, - [341] = {.lex_state = 44}, - [342] = {.lex_state = 44}, + [341] = {.lex_state = 110}, + [342] = {.lex_state = 110}, [343] = {.lex_state = 110}, - [344] = {.lex_state = 44}, + [344] = {.lex_state = 110}, [345] = {.lex_state = 44}, [346] = {.lex_state = 110}, - [347] = {.lex_state = 44}, + [347] = {.lex_state = 110}, [348] = {.lex_state = 44}, [349] = {.lex_state = 110}, [350] = {.lex_state = 110}, - [351] = {.lex_state = 110}, - [352] = {.lex_state = 110}, - [353] = {.lex_state = 110}, - [354] = {.lex_state = 44}, - [355] = {.lex_state = 44}, - [356] = {.lex_state = 44}, - [357] = {.lex_state = 110}, + [351] = {.lex_state = 44}, + [352] = {.lex_state = 44}, + [353] = {.lex_state = 44}, + [354] = {.lex_state = 110}, + [355] = {.lex_state = 110}, + [356] = {.lex_state = 110}, + [357] = {.lex_state = 44}, [358] = {.lex_state = 110}, [359] = {.lex_state = 44}, - [360] = {.lex_state = 44}, - [361] = {.lex_state = 44}, + [360] = {.lex_state = 110}, + [361] = {.lex_state = 110}, [362] = {.lex_state = 110}, [363] = {.lex_state = 44}, - [364] = {.lex_state = 44}, - [365] = {.lex_state = 44}, - [366] = {.lex_state = 44}, - [367] = {.lex_state = 44}, - [368] = {.lex_state = 44}, + [364] = {.lex_state = 110}, + [365] = {.lex_state = 110}, + [366] = {.lex_state = 110}, + [367] = {.lex_state = 110}, + [368] = {.lex_state = 110}, [369] = {.lex_state = 110}, [370] = {.lex_state = 110}, [371] = {.lex_state = 110}, - [372] = {.lex_state = 110}, + [372] = {.lex_state = 44}, [373] = {.lex_state = 44}, - [374] = {.lex_state = 44}, - [375] = {.lex_state = 44}, - [376] = {.lex_state = 110}, + [374] = {.lex_state = 110}, + [375] = {.lex_state = 110}, + [376] = {.lex_state = 44}, [377] = {.lex_state = 110}, [378] = {.lex_state = 44}, [379] = {.lex_state = 44}, [380] = {.lex_state = 110}, [381] = {.lex_state = 44}, [382] = {.lex_state = 44}, - [383] = {.lex_state = 110}, - [384] = {.lex_state = 110}, - [385] = {.lex_state = 110}, - [386] = {.lex_state = 110}, + [383] = {.lex_state = 44}, + [384] = {.lex_state = 44}, + [385] = {.lex_state = 44}, + [386] = {.lex_state = 44}, [387] = {.lex_state = 110}, - [388] = {.lex_state = 110}, + [388] = {.lex_state = 44}, [389] = {.lex_state = 44}, [390] = {.lex_state = 44}, - [391] = {.lex_state = 110}, + [391] = {.lex_state = 44}, [392] = {.lex_state = 110}, [393] = {.lex_state = 44}, - [394] = {.lex_state = 110}, - [395] = {.lex_state = 44}, + [394] = {.lex_state = 44}, + [395] = {.lex_state = 110}, [396] = {.lex_state = 44}, [397] = {.lex_state = 110}, [398] = {.lex_state = 44}, - [399] = {.lex_state = 110}, - [400] = {.lex_state = 44}, + [399] = {.lex_state = 44}, + [400] = {.lex_state = 110}, [401] = {.lex_state = 44}, [402] = {.lex_state = 44}, [403] = {.lex_state = 110}, @@ -14513,19 +14510,19 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [434] = {.lex_state = 110}, [435] = {.lex_state = 110}, [436] = {.lex_state = 110}, - [437] = {.lex_state = 48}, - [438] = {.lex_state = 48}, - [439] = {.lex_state = 48}, - [440] = {.lex_state = 48}, - [441] = {.lex_state = 48}, - [442] = {.lex_state = 48}, - [443] = {.lex_state = 48}, - [444] = {.lex_state = 48}, + [437] = {.lex_state = 49}, + [438] = {.lex_state = 49}, + [439] = {.lex_state = 49}, + [440] = {.lex_state = 49}, + [441] = {.lex_state = 49}, + [442] = {.lex_state = 49}, + [443] = {.lex_state = 49}, + [444] = {.lex_state = 49}, [445] = {.lex_state = 50}, [446] = {.lex_state = 50}, [447] = {.lex_state = 50}, - [448] = {.lex_state = 50}, - [449] = {.lex_state = 48}, + [448] = {.lex_state = 49}, + [449] = {.lex_state = 50}, [450] = {.lex_state = 50}, [451] = {.lex_state = 50}, [452] = {.lex_state = 50}, @@ -14533,23 +14530,23 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [454] = {.lex_state = 50}, [455] = {.lex_state = 50}, [456] = {.lex_state = 50}, - [457] = {.lex_state = 49}, + [457] = {.lex_state = 48}, [458] = {.lex_state = 53}, - [459] = {.lex_state = 49}, - [460] = {.lex_state = 49}, - [461] = {.lex_state = 53}, + [459] = {.lex_state = 48}, + [460] = {.lex_state = 53}, + [461] = {.lex_state = 48}, [462] = {.lex_state = 53}, - [463] = {.lex_state = 48}, - [464] = {.lex_state = 48}, - [465] = {.lex_state = 48}, - [466] = {.lex_state = 48}, - [467] = {.lex_state = 48}, + [463] = {.lex_state = 49}, + [464] = {.lex_state = 49}, + [465] = {.lex_state = 49}, + [466] = {.lex_state = 49}, + [467] = {.lex_state = 49}, [468] = {.lex_state = 41}, - [469] = {.lex_state = 48}, - [470] = {.lex_state = 48}, - [471] = {.lex_state = 48}, - [472] = {.lex_state = 48}, - [473] = {.lex_state = 48}, + [469] = {.lex_state = 49}, + [470] = {.lex_state = 49}, + [471] = {.lex_state = 49}, + [472] = {.lex_state = 49}, + [473] = {.lex_state = 49}, [474] = {.lex_state = 41}, [475] = {.lex_state = 110}, [476] = {.lex_state = 110}, @@ -14598,53 +14595,53 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [519] = {.lex_state = 110}, [520] = {.lex_state = 110}, [521] = {.lex_state = 110}, - [522] = {.lex_state = 48}, - [523] = {.lex_state = 48}, - [524] = {.lex_state = 48}, + [522] = {.lex_state = 49}, + [523] = {.lex_state = 110}, + [524] = {.lex_state = 110}, [525] = {.lex_state = 110}, [526] = {.lex_state = 110}, [527] = {.lex_state = 110}, - [528] = {.lex_state = 110}, - [529] = {.lex_state = 110}, - [530] = {.lex_state = 48}, - [531] = {.lex_state = 48}, - [532] = {.lex_state = 48}, - [533] = {.lex_state = 48}, - [534] = {.lex_state = 110}, - [535] = {.lex_state = 110}, - [536] = {.lex_state = 48}, + [528] = {.lex_state = 49}, + [529] = {.lex_state = 49}, + [530] = {.lex_state = 49}, + [531] = {.lex_state = 49}, + [532] = {.lex_state = 49}, + [533] = {.lex_state = 110}, + [534] = {.lex_state = 49}, + [535] = {.lex_state = 49}, + [536] = {.lex_state = 49}, [537] = {.lex_state = 110}, - [538] = {.lex_state = 48}, - [539] = {.lex_state = 48}, - [540] = {.lex_state = 48}, + [538] = {.lex_state = 49}, + [539] = {.lex_state = 49}, + [540] = {.lex_state = 110}, [541] = {.lex_state = 41}, [542] = {.lex_state = 110}, [543] = {.lex_state = 110}, - [544] = {.lex_state = 48}, + [544] = {.lex_state = 49}, [545] = {.lex_state = 41}, - [546] = {.lex_state = 48}, - [547] = {.lex_state = 48}, - [548] = {.lex_state = 48}, - [549] = {.lex_state = 48}, - [550] = {.lex_state = 48}, - [551] = {.lex_state = 48}, - [552] = {.lex_state = 48}, - [553] = {.lex_state = 48}, - [554] = {.lex_state = 110}, - [555] = {.lex_state = 48}, - [556] = {.lex_state = 48}, - [557] = {.lex_state = 48}, - [558] = {.lex_state = 48}, - [559] = {.lex_state = 48}, - [560] = {.lex_state = 48}, - [561] = {.lex_state = 48}, - [562] = {.lex_state = 48}, - [563] = {.lex_state = 48}, - [564] = {.lex_state = 48}, - [565] = {.lex_state = 48}, - [566] = {.lex_state = 48}, - [567] = {.lex_state = 48}, - [568] = {.lex_state = 48}, + [546] = {.lex_state = 49}, + [547] = {.lex_state = 49}, + [548] = {.lex_state = 49}, + [549] = {.lex_state = 49}, + [550] = {.lex_state = 49}, + [551] = {.lex_state = 49}, + [552] = {.lex_state = 49}, + [553] = {.lex_state = 49}, + [554] = {.lex_state = 49}, + [555] = {.lex_state = 110}, + [556] = {.lex_state = 49}, + [557] = {.lex_state = 49}, + [558] = {.lex_state = 49}, + [559] = {.lex_state = 49}, + [560] = {.lex_state = 49}, + [561] = {.lex_state = 49}, + [562] = {.lex_state = 49}, + [563] = {.lex_state = 49}, + [564] = {.lex_state = 49}, + [565] = {.lex_state = 49}, + [566] = {.lex_state = 49}, + [567] = {.lex_state = 49}, + [568] = {.lex_state = 49}, [569] = {.lex_state = 50}, [570] = {.lex_state = 50}, [571] = {.lex_state = 50}, @@ -14667,56 +14664,56 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [588] = {.lex_state = 50}, [589] = {.lex_state = 50}, [590] = {.lex_state = 50}, - [591] = {.lex_state = 48}, - [592] = {.lex_state = 48}, - [593] = {.lex_state = 53}, - [594] = {.lex_state = 53}, - [595] = {.lex_state = 49}, - [596] = {.lex_state = 53}, - [597] = {.lex_state = 49}, + [591] = {.lex_state = 49}, + [592] = {.lex_state = 49}, + [593] = {.lex_state = 48}, + [594] = {.lex_state = 48}, + [595] = {.lex_state = 53}, + [596] = {.lex_state = 48}, + [597] = {.lex_state = 53}, [598] = {.lex_state = 53}, [599] = {.lex_state = 53}, - [600] = {.lex_state = 49}, - [601] = {.lex_state = 49}, + [600] = {.lex_state = 53}, + [601] = {.lex_state = 48}, [602] = {.lex_state = 53}, - [603] = {.lex_state = 49}, - [604] = {.lex_state = 49}, - [605] = {.lex_state = 49}, - [606] = {.lex_state = 49}, - [607] = {.lex_state = 49}, - [608] = {.lex_state = 49}, - [609] = {.lex_state = 49}, + [603] = {.lex_state = 53}, + [604] = {.lex_state = 48}, + [605] = {.lex_state = 48}, + [606] = {.lex_state = 48}, + [607] = {.lex_state = 53}, + [608] = {.lex_state = 48}, + [609] = {.lex_state = 53}, [610] = {.lex_state = 53}, - [611] = {.lex_state = 49}, - [612] = {.lex_state = 49}, - [613] = {.lex_state = 49}, + [611] = {.lex_state = 48}, + [612] = {.lex_state = 53}, + [613] = {.lex_state = 48}, [614] = {.lex_state = 53}, - [615] = {.lex_state = 49}, - [616] = {.lex_state = 53}, - [617] = {.lex_state = 53}, - [618] = {.lex_state = 53}, - [619] = {.lex_state = 53}, - [620] = {.lex_state = 49}, - [621] = {.lex_state = 53}, - [622] = {.lex_state = 49}, - [623] = {.lex_state = 53}, - [624] = {.lex_state = 49}, - [625] = {.lex_state = 53}, - [626] = {.lex_state = 53}, - [627] = {.lex_state = 49}, - [628] = {.lex_state = 49}, + [615] = {.lex_state = 53}, + [616] = {.lex_state = 48}, + [617] = {.lex_state = 48}, + [618] = {.lex_state = 48}, + [619] = {.lex_state = 48}, + [620] = {.lex_state = 53}, + [621] = {.lex_state = 48}, + [622] = {.lex_state = 48}, + [623] = {.lex_state = 48}, + [624] = {.lex_state = 53}, + [625] = {.lex_state = 48}, + [626] = {.lex_state = 48}, + [627] = {.lex_state = 48}, + [628] = {.lex_state = 53}, [629] = {.lex_state = 53}, [630] = {.lex_state = 53}, [631] = {.lex_state = 53}, - [632] = {.lex_state = 49}, + [632] = {.lex_state = 48}, [633] = {.lex_state = 53}, - [634] = {.lex_state = 49}, + [634] = {.lex_state = 53}, [635] = {.lex_state = 53}, - [636] = {.lex_state = 53}, + [636] = {.lex_state = 48}, [637] = {.lex_state = 47}, [638] = {.lex_state = 47}, - [639] = {.lex_state = 48}, - [640] = {.lex_state = 48}, + [639] = {.lex_state = 47}, + [640] = {.lex_state = 49}, [641] = {.lex_state = 47}, [642] = {.lex_state = 47}, [643] = {.lex_state = 47}, @@ -14724,33 +14721,33 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [645] = {.lex_state = 47}, [646] = {.lex_state = 47}, [647] = {.lex_state = 47}, - [648] = {.lex_state = 47}, + [648] = {.lex_state = 49}, [649] = {.lex_state = 110}, - [650] = {.lex_state = 110}, + [650] = {.lex_state = 49}, [651] = {.lex_state = 110}, - [652] = {.lex_state = 47}, + [652] = {.lex_state = 110}, [653] = {.lex_state = 110}, - [654] = {.lex_state = 110}, + [654] = {.lex_state = 47}, [655] = {.lex_state = 110}, [656] = {.lex_state = 110}, - [657] = {.lex_state = 48}, - [658] = {.lex_state = 47}, + [657] = {.lex_state = 47}, + [658] = {.lex_state = 110}, [659] = {.lex_state = 110}, [660] = {.lex_state = 110}, [661] = {.lex_state = 110}, - [662] = {.lex_state = 48}, - [663] = {.lex_state = 48}, - [664] = {.lex_state = 48}, - [665] = {.lex_state = 48}, - [666] = {.lex_state = 48}, - [667] = {.lex_state = 48}, - [668] = {.lex_state = 48}, - [669] = {.lex_state = 48}, + [662] = {.lex_state = 49}, + [663] = {.lex_state = 49}, + [664] = {.lex_state = 49}, + [665] = {.lex_state = 49}, + [666] = {.lex_state = 49}, + [667] = {.lex_state = 49}, + [668] = {.lex_state = 49}, + [669] = {.lex_state = 49}, [670] = {.lex_state = 110}, - [671] = {.lex_state = 48}, - [672] = {.lex_state = 48}, + [671] = {.lex_state = 49}, + [672] = {.lex_state = 49}, [673] = {.lex_state = 110}, - [674] = {.lex_state = 48}, + [674] = {.lex_state = 49}, [675] = {.lex_state = 110}, [676] = {.lex_state = 110}, [677] = {.lex_state = 110}, @@ -14876,107 +14873,107 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [797] = {.lex_state = 110}, [798] = {.lex_state = 110}, [799] = {.lex_state = 110}, - [800] = {.lex_state = 48}, - [801] = {.lex_state = 48}, - [802] = {.lex_state = 48}, - [803] = {.lex_state = 48}, - [804] = {.lex_state = 48}, - [805] = {.lex_state = 47}, - [806] = {.lex_state = 48}, - [807] = {.lex_state = 48}, - [808] = {.lex_state = 48}, - [809] = {.lex_state = 48}, - [810] = {.lex_state = 48}, - [811] = {.lex_state = 48}, - [812] = {.lex_state = 48}, - [813] = {.lex_state = 48}, - [814] = {.lex_state = 48}, - [815] = {.lex_state = 48}, - [816] = {.lex_state = 48}, + [800] = {.lex_state = 49}, + [801] = {.lex_state = 49}, + [802] = {.lex_state = 49}, + [803] = {.lex_state = 49}, + [804] = {.lex_state = 49}, + [805] = {.lex_state = 49}, + [806] = {.lex_state = 49}, + [807] = {.lex_state = 49}, + [808] = {.lex_state = 49}, + [809] = {.lex_state = 49}, + [810] = {.lex_state = 49}, + [811] = {.lex_state = 49}, + [812] = {.lex_state = 49}, + [813] = {.lex_state = 49}, + [814] = {.lex_state = 47}, + [815] = {.lex_state = 49}, + [816] = {.lex_state = 49}, [817] = {.lex_state = 47}, [818] = {.lex_state = 47}, [819] = {.lex_state = 47}, - [820] = {.lex_state = 48}, - [821] = {.lex_state = 48}, - [822] = {.lex_state = 48}, + [820] = {.lex_state = 49}, + [821] = {.lex_state = 49}, + [822] = {.lex_state = 49}, [823] = {.lex_state = 110}, [824] = {.lex_state = 47}, [825] = {.lex_state = 47}, - [826] = {.lex_state = 47}, - [827] = {.lex_state = 110}, - [828] = {.lex_state = 47}, - [829] = {.lex_state = 110}, + [826] = {.lex_state = 110}, + [827] = {.lex_state = 47}, + [828] = {.lex_state = 110}, + [829] = {.lex_state = 47}, [830] = {.lex_state = 47}, [831] = {.lex_state = 50}, [832] = {.lex_state = 50}, [833] = {.lex_state = 50}, [834] = {.lex_state = 50}, [835] = {.lex_state = 50}, - [836] = {.lex_state = 50}, + [836] = {.lex_state = 110}, [837] = {.lex_state = 50}, [838] = {.lex_state = 50}, - [839] = {.lex_state = 110}, + [839] = {.lex_state = 50}, [840] = {.lex_state = 50}, [841] = {.lex_state = 50}, - [842] = {.lex_state = 48}, - [843] = {.lex_state = 48}, - [844] = {.lex_state = 48}, - [845] = {.lex_state = 48}, - [846] = {.lex_state = 48}, - [847] = {.lex_state = 48}, - [848] = {.lex_state = 48}, - [849] = {.lex_state = 48}, - [850] = {.lex_state = 48}, - [851] = {.lex_state = 48}, - [852] = {.lex_state = 48}, - [853] = {.lex_state = 48}, - [854] = {.lex_state = 48}, - [855] = {.lex_state = 48}, - [856] = {.lex_state = 48}, - [857] = {.lex_state = 48}, - [858] = {.lex_state = 48}, - [859] = {.lex_state = 48}, - [860] = {.lex_state = 48}, - [861] = {.lex_state = 48}, - [862] = {.lex_state = 48}, - [863] = {.lex_state = 48}, - [864] = {.lex_state = 48}, - [865] = {.lex_state = 48}, - [866] = {.lex_state = 48}, + [842] = {.lex_state = 49}, + [843] = {.lex_state = 49}, + [844] = {.lex_state = 49}, + [845] = {.lex_state = 49}, + [846] = {.lex_state = 49}, + [847] = {.lex_state = 49}, + [848] = {.lex_state = 49}, + [849] = {.lex_state = 49}, + [850] = {.lex_state = 49}, + [851] = {.lex_state = 49}, + [852] = {.lex_state = 49}, + [853] = {.lex_state = 49}, + [854] = {.lex_state = 49}, + [855] = {.lex_state = 49}, + [856] = {.lex_state = 49}, + [857] = {.lex_state = 49}, + [858] = {.lex_state = 49}, + [859] = {.lex_state = 49}, + [860] = {.lex_state = 49}, + [861] = {.lex_state = 49}, + [862] = {.lex_state = 49}, + [863] = {.lex_state = 49}, + [864] = {.lex_state = 49}, + [865] = {.lex_state = 49}, + [866] = {.lex_state = 49}, [867] = {.lex_state = 47}, - [868] = {.lex_state = 48}, + [868] = {.lex_state = 47}, [869] = {.lex_state = 47}, - [870] = {.lex_state = 48}, + [870] = {.lex_state = 49}, [871] = {.lex_state = 47}, - [872] = {.lex_state = 110}, - [873] = {.lex_state = 47}, + [872] = {.lex_state = 49}, + [873] = {.lex_state = 110}, [874] = {.lex_state = 47}, [875] = {.lex_state = 47}, [876] = {.lex_state = 50}, [877] = {.lex_state = 50}, [878] = {.lex_state = 50}, - [879] = {.lex_state = 50}, + [879] = {.lex_state = 48}, [880] = {.lex_state = 50}, [881] = {.lex_state = 50}, [882] = {.lex_state = 50}, [883] = {.lex_state = 50}, - [884] = {.lex_state = 48}, - [885] = {.lex_state = 49}, - [886] = {.lex_state = 49}, + [884] = {.lex_state = 50}, + [885] = {.lex_state = 50}, + [886] = {.lex_state = 50}, [887] = {.lex_state = 50}, [888] = {.lex_state = 50}, [889] = {.lex_state = 50}, - [890] = {.lex_state = 50}, + [890] = {.lex_state = 47}, [891] = {.lex_state = 50}, [892] = {.lex_state = 50}, - [893] = {.lex_state = 49}, - [894] = {.lex_state = 50}, + [893] = {.lex_state = 48}, + [894] = {.lex_state = 48}, [895] = {.lex_state = 50}, [896] = {.lex_state = 50}, [897] = {.lex_state = 50}, - [898] = {.lex_state = 49}, + [898] = {.lex_state = 50}, [899] = {.lex_state = 50}, - [900] = {.lex_state = 50}, + [900] = {.lex_state = 48}, [901] = {.lex_state = 50}, [902] = {.lex_state = 50}, [903] = {.lex_state = 50}, @@ -14988,123 +14985,123 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [909] = {.lex_state = 50}, [910] = {.lex_state = 50}, [911] = {.lex_state = 50}, - [912] = {.lex_state = 50}, + [912] = {.lex_state = 49}, [913] = {.lex_state = 50}, [914] = {.lex_state = 50}, [915] = {.lex_state = 50}, - [916] = {.lex_state = 47}, + [916] = {.lex_state = 50}, [917] = {.lex_state = 50}, - [918] = {.lex_state = 48}, - [919] = {.lex_state = 48}, - [920] = {.lex_state = 48}, - [921] = {.lex_state = 48}, - [922] = {.lex_state = 48}, - [923] = {.lex_state = 48}, - [924] = {.lex_state = 48}, - [925] = {.lex_state = 48}, + [918] = {.lex_state = 49}, + [919] = {.lex_state = 49}, + [920] = {.lex_state = 49}, + [921] = {.lex_state = 49}, + [922] = {.lex_state = 49}, + [923] = {.lex_state = 49}, + [924] = {.lex_state = 49}, + [925] = {.lex_state = 49}, [926] = {.lex_state = 50}, [927] = {.lex_state = 50}, - [928] = {.lex_state = 48}, - [929] = {.lex_state = 48}, + [928] = {.lex_state = 49}, + [929] = {.lex_state = 50}, [930] = {.lex_state = 50}, [931] = {.lex_state = 50}, [932] = {.lex_state = 50}, [933] = {.lex_state = 50}, - [934] = {.lex_state = 48}, + [934] = {.lex_state = 50}, [935] = {.lex_state = 50}, [936] = {.lex_state = 50}, [937] = {.lex_state = 50}, [938] = {.lex_state = 50}, - [939] = {.lex_state = 50}, + [939] = {.lex_state = 49}, [940] = {.lex_state = 50}, [941] = {.lex_state = 50}, [942] = {.lex_state = 50}, - [943] = {.lex_state = 50}, + [943] = {.lex_state = 49}, [944] = {.lex_state = 50}, [945] = {.lex_state = 50}, [946] = {.lex_state = 50}, [947] = {.lex_state = 50}, - [948] = {.lex_state = 47}, - [949] = {.lex_state = 50}, - [950] = {.lex_state = 50}, + [948] = {.lex_state = 49}, + [949] = {.lex_state = 49}, + [950] = {.lex_state = 49}, [951] = {.lex_state = 47}, - [952] = {.lex_state = 48}, - [953] = {.lex_state = 48}, - [954] = {.lex_state = 48}, - [955] = {.lex_state = 48}, - [956] = {.lex_state = 48}, - [957] = {.lex_state = 47}, - [958] = {.lex_state = 50}, - [959] = {.lex_state = 48}, - [960] = {.lex_state = 48}, - [961] = {.lex_state = 48}, - [962] = {.lex_state = 47}, - [963] = {.lex_state = 48}, - [964] = {.lex_state = 48}, - [965] = {.lex_state = 47}, - [966] = {.lex_state = 48}, - [967] = {.lex_state = 48}, - [968] = {.lex_state = 48}, - [969] = {.lex_state = 48}, - [970] = {.lex_state = 48}, - [971] = {.lex_state = 50}, - [972] = {.lex_state = 48}, - [973] = {.lex_state = 48}, - [974] = {.lex_state = 48}, - [975] = {.lex_state = 48}, - [976] = {.lex_state = 110}, - [977] = {.lex_state = 48}, - [978] = {.lex_state = 48}, - [979] = {.lex_state = 48}, - [980] = {.lex_state = 48}, - [981] = {.lex_state = 110}, - [982] = {.lex_state = 48}, - [983] = {.lex_state = 48}, - [984] = {.lex_state = 48}, - [985] = {.lex_state = 48}, - [986] = {.lex_state = 48}, - [987] = {.lex_state = 48}, - [988] = {.lex_state = 48}, - [989] = {.lex_state = 48}, - [990] = {.lex_state = 110}, - [991] = {.lex_state = 48}, - [992] = {.lex_state = 48}, - [993] = {.lex_state = 48}, - [994] = {.lex_state = 48}, - [995] = {.lex_state = 48}, - [996] = {.lex_state = 110}, - [997] = {.lex_state = 48}, - [998] = {.lex_state = 110}, - [999] = {.lex_state = 48}, - [1000] = {.lex_state = 48}, - [1001] = {.lex_state = 48}, - [1002] = {.lex_state = 48}, - [1003] = {.lex_state = 48}, - [1004] = {.lex_state = 48}, - [1005] = {.lex_state = 48}, - [1006] = {.lex_state = 48}, - [1007] = {.lex_state = 48}, - [1008] = {.lex_state = 48}, - [1009] = {.lex_state = 48}, - [1010] = {.lex_state = 48}, - [1011] = {.lex_state = 48}, - [1012] = {.lex_state = 48}, - [1013] = {.lex_state = 48}, - [1014] = {.lex_state = 48}, - [1015] = {.lex_state = 48}, - [1016] = {.lex_state = 48}, - [1017] = {.lex_state = 48}, - [1018] = {.lex_state = 48}, - [1019] = {.lex_state = 48}, - [1020] = {.lex_state = 48}, - [1021] = {.lex_state = 48}, + [952] = {.lex_state = 49}, + [953] = {.lex_state = 47}, + [954] = {.lex_state = 47}, + [955] = {.lex_state = 50}, + [956] = {.lex_state = 49}, + [957] = {.lex_state = 49}, + [958] = {.lex_state = 47}, + [959] = {.lex_state = 50}, + [960] = {.lex_state = 49}, + [961] = {.lex_state = 49}, + [962] = {.lex_state = 49}, + [963] = {.lex_state = 49}, + [964] = {.lex_state = 49}, + [965] = {.lex_state = 50}, + [966] = {.lex_state = 49}, + [967] = {.lex_state = 50}, + [968] = {.lex_state = 49}, + [969] = {.lex_state = 49}, + [970] = {.lex_state = 47}, + [971] = {.lex_state = 49}, + [972] = {.lex_state = 49}, + [973] = {.lex_state = 49}, + [974] = {.lex_state = 49}, + [975] = {.lex_state = 49}, + [976] = {.lex_state = 49}, + [977] = {.lex_state = 49}, + [978] = {.lex_state = 49}, + [979] = {.lex_state = 49}, + [980] = {.lex_state = 49}, + [981] = {.lex_state = 49}, + [982] = {.lex_state = 49}, + [983] = {.lex_state = 49}, + [984] = {.lex_state = 110}, + [985] = {.lex_state = 110}, + [986] = {.lex_state = 49}, + [987] = {.lex_state = 49}, + [988] = {.lex_state = 49}, + [989] = {.lex_state = 49}, + [990] = {.lex_state = 49}, + [991] = {.lex_state = 110}, + [992] = {.lex_state = 49}, + [993] = {.lex_state = 49}, + [994] = {.lex_state = 110}, + [995] = {.lex_state = 49}, + [996] = {.lex_state = 49}, + [997] = {.lex_state = 49}, + [998] = {.lex_state = 49}, + [999] = {.lex_state = 49}, + [1000] = {.lex_state = 49}, + [1001] = {.lex_state = 49}, + [1002] = {.lex_state = 49}, + [1003] = {.lex_state = 49}, + [1004] = {.lex_state = 49}, + [1005] = {.lex_state = 49}, + [1006] = {.lex_state = 110}, + [1007] = {.lex_state = 49}, + [1008] = {.lex_state = 49}, + [1009] = {.lex_state = 49}, + [1010] = {.lex_state = 49}, + [1011] = {.lex_state = 49}, + [1012] = {.lex_state = 49}, + [1013] = {.lex_state = 49}, + [1014] = {.lex_state = 49}, + [1015] = {.lex_state = 49}, + [1016] = {.lex_state = 49}, + [1017] = {.lex_state = 49}, + [1018] = {.lex_state = 49}, + [1019] = {.lex_state = 49}, + [1020] = {.lex_state = 49}, + [1021] = {.lex_state = 50}, [1022] = {.lex_state = 50}, - [1023] = {.lex_state = 48}, + [1023] = {.lex_state = 49}, [1024] = {.lex_state = 50}, - [1025] = {.lex_state = 48}, - [1026] = {.lex_state = 48}, + [1025] = {.lex_state = 49}, + [1026] = {.lex_state = 50}, [1027] = {.lex_state = 50}, - [1028] = {.lex_state = 50}, + [1028] = {.lex_state = 49}, [1029] = {.lex_state = 50}, [1030] = {.lex_state = 50}, [1031] = {.lex_state = 50}, @@ -15112,88 +15109,88 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1033] = {.lex_state = 50}, [1034] = {.lex_state = 50}, [1035] = {.lex_state = 50}, - [1036] = {.lex_state = 50}, - [1037] = {.lex_state = 50}, - [1038] = {.lex_state = 48}, - [1039] = {.lex_state = 48}, - [1040] = {.lex_state = 48}, - [1041] = {.lex_state = 48}, - [1042] = {.lex_state = 48}, - [1043] = {.lex_state = 48}, - [1044] = {.lex_state = 48}, - [1045] = {.lex_state = 48}, - [1046] = {.lex_state = 48}, - [1047] = {.lex_state = 48}, - [1048] = {.lex_state = 48}, - [1049] = {.lex_state = 48}, - [1050] = {.lex_state = 48}, + [1036] = {.lex_state = 49}, + [1037] = {.lex_state = 49}, + [1038] = {.lex_state = 49}, + [1039] = {.lex_state = 49}, + [1040] = {.lex_state = 49}, + [1041] = {.lex_state = 49}, + [1042] = {.lex_state = 49}, + [1043] = {.lex_state = 49}, + [1044] = {.lex_state = 49}, + [1045] = {.lex_state = 49}, + [1046] = {.lex_state = 49}, + [1047] = {.lex_state = 49}, + [1048] = {.lex_state = 49}, + [1049] = {.lex_state = 49}, + [1050] = {.lex_state = 50}, [1051] = {.lex_state = 50}, [1052] = {.lex_state = 50}, - [1053] = {.lex_state = 48}, + [1053] = {.lex_state = 50}, [1054] = {.lex_state = 50}, [1055] = {.lex_state = 50}, [1056] = {.lex_state = 50}, - [1057] = {.lex_state = 50}, + [1057] = {.lex_state = 49}, [1058] = {.lex_state = 50}, [1059] = {.lex_state = 50}, - [1060] = {.lex_state = 48}, - [1061] = {.lex_state = 48}, + [1060] = {.lex_state = 49}, + [1061] = {.lex_state = 50}, [1062] = {.lex_state = 50}, [1063] = {.lex_state = 50}, [1064] = {.lex_state = 50}, - [1065] = {.lex_state = 50}, - [1066] = {.lex_state = 48}, - [1067] = {.lex_state = 48}, - [1068] = {.lex_state = 48}, - [1069] = {.lex_state = 48}, - [1070] = {.lex_state = 50}, - [1071] = {.lex_state = 50}, - [1072] = {.lex_state = 48}, - [1073] = {.lex_state = 50}, - [1074] = {.lex_state = 48}, + [1065] = {.lex_state = 49}, + [1066] = {.lex_state = 49}, + [1067] = {.lex_state = 50}, + [1068] = {.lex_state = 50}, + [1069] = {.lex_state = 50}, + [1070] = {.lex_state = 49}, + [1071] = {.lex_state = 49}, + [1072] = {.lex_state = 49}, + [1073] = {.lex_state = 49}, + [1074] = {.lex_state = 49}, [1075] = {.lex_state = 50}, - [1076] = {.lex_state = 48}, - [1077] = {.lex_state = 48}, - [1078] = {.lex_state = 50}, - [1079] = {.lex_state = 48}, + [1076] = {.lex_state = 49}, + [1077] = {.lex_state = 50}, + [1078] = {.lex_state = 49}, + [1079] = {.lex_state = 50}, [1080] = {.lex_state = 50}, [1081] = {.lex_state = 50}, [1082] = {.lex_state = 50}, - [1083] = {.lex_state = 50}, - [1084] = {.lex_state = 48}, - [1085] = {.lex_state = 48}, + [1083] = {.lex_state = 49}, + [1084] = {.lex_state = 50}, + [1085] = {.lex_state = 50}, [1086] = {.lex_state = 50}, - [1087] = {.lex_state = 48}, + [1087] = {.lex_state = 50}, [1088] = {.lex_state = 50}, - [1089] = {.lex_state = 50}, - [1090] = {.lex_state = 48}, - [1091] = {.lex_state = 48}, + [1089] = {.lex_state = 49}, + [1090] = {.lex_state = 49}, + [1091] = {.lex_state = 49}, [1092] = {.lex_state = 50}, [1093] = {.lex_state = 50}, - [1094] = {.lex_state = 50}, - [1095] = {.lex_state = 48}, + [1094] = {.lex_state = 49}, + [1095] = {.lex_state = 50}, [1096] = {.lex_state = 50}, - [1097] = {.lex_state = 48}, + [1097] = {.lex_state = 50}, [1098] = {.lex_state = 50}, - [1099] = {.lex_state = 48}, - [1100] = {.lex_state = 50}, - [1101] = {.lex_state = 48}, - [1102] = {.lex_state = 50}, - [1103] = {.lex_state = 48}, - [1104] = {.lex_state = 48}, - [1105] = {.lex_state = 50}, + [1099] = {.lex_state = 49}, + [1100] = {.lex_state = 49}, + [1101] = {.lex_state = 49}, + [1102] = {.lex_state = 49}, + [1103] = {.lex_state = 49}, + [1104] = {.lex_state = 49}, + [1105] = {.lex_state = 49}, [1106] = {.lex_state = 50}, - [1107] = {.lex_state = 48}, - [1108] = {.lex_state = 50}, - [1109] = {.lex_state = 48}, - [1110] = {.lex_state = 50}, - [1111] = {.lex_state = 50}, - [1112] = {.lex_state = 50}, - [1113] = {.lex_state = 48}, - [1114] = {.lex_state = 48}, + [1107] = {.lex_state = 50}, + [1108] = {.lex_state = 49}, + [1109] = {.lex_state = 50}, + [1110] = {.lex_state = 49}, + [1111] = {.lex_state = 49}, + [1112] = {.lex_state = 49}, + [1113] = {.lex_state = 50}, + [1114] = {.lex_state = 50}, [1115] = {.lex_state = 50}, [1116] = {.lex_state = 50}, - [1117] = {.lex_state = 48}, + [1117] = {.lex_state = 50}, [1118] = {.lex_state = 50}, [1119] = {.lex_state = 50}, [1120] = {.lex_state = 50}, @@ -15202,340 +15199,340 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1123] = {.lex_state = 50}, [1124] = {.lex_state = 50}, [1125] = {.lex_state = 50}, - [1126] = {.lex_state = 48}, - [1127] = {.lex_state = 50}, + [1126] = {.lex_state = 50}, + [1127] = {.lex_state = 49}, [1128] = {.lex_state = 50}, [1129] = {.lex_state = 50}, - [1130] = {.lex_state = 48}, + [1130] = {.lex_state = 50}, [1131] = {.lex_state = 50}, [1132] = {.lex_state = 50}, - [1133] = {.lex_state = 48}, + [1133] = {.lex_state = 50}, [1134] = {.lex_state = 50}, - [1135] = {.lex_state = 50}, + [1135] = {.lex_state = 49}, [1136] = {.lex_state = 50}, [1137] = {.lex_state = 50}, - [1138] = {.lex_state = 48}, + [1138] = {.lex_state = 50}, [1139] = {.lex_state = 50}, [1140] = {.lex_state = 50}, [1141] = {.lex_state = 50}, - [1142] = {.lex_state = 50}, - [1143] = {.lex_state = 50}, - [1144] = {.lex_state = 50}, + [1142] = {.lex_state = 49}, + [1143] = {.lex_state = 49}, + [1144] = {.lex_state = 49}, [1145] = {.lex_state = 50}, - [1146] = {.lex_state = 48}, + [1146] = {.lex_state = 50}, [1147] = {.lex_state = 50}, [1148] = {.lex_state = 50}, [1149] = {.lex_state = 50}, - [1150] = {.lex_state = 48}, + [1150] = {.lex_state = 50}, [1151] = {.lex_state = 50}, - [1152] = {.lex_state = 50}, + [1152] = {.lex_state = 49}, [1153] = {.lex_state = 50}, [1154] = {.lex_state = 50}, [1155] = {.lex_state = 50}, [1156] = {.lex_state = 50}, [1157] = {.lex_state = 50}, - [1158] = {.lex_state = 50}, - [1159] = {.lex_state = 50}, - [1160] = {.lex_state = 50}, - [1161] = {.lex_state = 48}, + [1158] = {.lex_state = 49}, + [1159] = {.lex_state = 49}, + [1160] = {.lex_state = 49}, + [1161] = {.lex_state = 50}, [1162] = {.lex_state = 50}, - [1163] = {.lex_state = 50}, - [1164] = {.lex_state = 48}, - [1165] = {.lex_state = 48}, - [1166] = {.lex_state = 48}, - [1167] = {.lex_state = 48}, - [1168] = {.lex_state = 48}, - [1169] = {.lex_state = 48}, - [1170] = {.lex_state = 48}, - [1171] = {.lex_state = 48}, - [1172] = {.lex_state = 48}, - [1173] = {.lex_state = 48}, - [1174] = {.lex_state = 48}, - [1175] = {.lex_state = 48}, - [1176] = {.lex_state = 48}, - [1177] = {.lex_state = 48}, - [1178] = {.lex_state = 48}, - [1179] = {.lex_state = 48}, - [1180] = {.lex_state = 48}, - [1181] = {.lex_state = 48}, - [1182] = {.lex_state = 48}, - [1183] = {.lex_state = 48}, - [1184] = {.lex_state = 48}, + [1163] = {.lex_state = 49}, + [1164] = {.lex_state = 49}, + [1165] = {.lex_state = 49}, + [1166] = {.lex_state = 49}, + [1167] = {.lex_state = 49}, + [1168] = {.lex_state = 49}, + [1169] = {.lex_state = 49}, + [1170] = {.lex_state = 49}, + [1171] = {.lex_state = 49}, + [1172] = {.lex_state = 49}, + [1173] = {.lex_state = 49}, + [1174] = {.lex_state = 49}, + [1175] = {.lex_state = 49}, + [1176] = {.lex_state = 49}, + [1177] = {.lex_state = 49}, + [1178] = {.lex_state = 49}, + [1179] = {.lex_state = 49}, + [1180] = {.lex_state = 49}, + [1181] = {.lex_state = 49}, + [1182] = {.lex_state = 49}, + [1183] = {.lex_state = 21}, + [1184] = {.lex_state = 46}, [1185] = {.lex_state = 46}, - [1186] = {.lex_state = 46}, - [1187] = {.lex_state = 48}, - [1188] = {.lex_state = 46}, - [1189] = {.lex_state = 48}, - [1190] = {.lex_state = 23}, - [1191] = {.lex_state = 48}, - [1192] = {.lex_state = 48}, + [1186] = {.lex_state = 49}, + [1187] = {.lex_state = 49}, + [1188] = {.lex_state = 49}, + [1189] = {.lex_state = 46}, + [1190] = {.lex_state = 46}, + [1191] = {.lex_state = 49}, + [1192] = {.lex_state = 46}, [1193] = {.lex_state = 46}, [1194] = {.lex_state = 46}, - [1195] = {.lex_state = 48}, - [1196] = {.lex_state = 48}, + [1195] = {.lex_state = 49}, + [1196] = {.lex_state = 46}, [1197] = {.lex_state = 46}, [1198] = {.lex_state = 46}, [1199] = {.lex_state = 46}, [1200] = {.lex_state = 46}, [1201] = {.lex_state = 46}, [1202] = {.lex_state = 46}, - [1203] = {.lex_state = 48}, - [1204] = {.lex_state = 48}, - [1205] = {.lex_state = 48}, + [1203] = {.lex_state = 46}, + [1204] = {.lex_state = 46}, + [1205] = {.lex_state = 46}, [1206] = {.lex_state = 46}, [1207] = {.lex_state = 46}, [1208] = {.lex_state = 46}, [1209] = {.lex_state = 46}, - [1210] = {.lex_state = 48}, + [1210] = {.lex_state = 46}, [1211] = {.lex_state = 46}, - [1212] = {.lex_state = 48}, + [1212] = {.lex_state = 46}, [1213] = {.lex_state = 46}, [1214] = {.lex_state = 46}, - [1215] = {.lex_state = 48}, - [1216] = {.lex_state = 48}, - [1217] = {.lex_state = 46}, - [1218] = {.lex_state = 46}, - [1219] = {.lex_state = 46}, - [1220] = {.lex_state = 46}, - [1221] = {.lex_state = 48}, - [1222] = {.lex_state = 46}, - [1223] = {.lex_state = 48}, + [1215] = {.lex_state = 46}, + [1216] = {.lex_state = 46}, + [1217] = {.lex_state = 49}, + [1218] = {.lex_state = 49}, + [1219] = {.lex_state = 49}, + [1220] = {.lex_state = 49}, + [1221] = {.lex_state = 49}, + [1222] = {.lex_state = 49}, + [1223] = {.lex_state = 49}, [1224] = {.lex_state = 46}, - [1225] = {.lex_state = 46}, - [1226] = {.lex_state = 48}, + [1225] = {.lex_state = 49}, + [1226] = {.lex_state = 49}, [1227] = {.lex_state = 46}, - [1228] = {.lex_state = 46}, - [1229] = {.lex_state = 46}, - [1230] = {.lex_state = 46}, - [1231] = {.lex_state = 46}, - [1232] = {.lex_state = 46}, + [1228] = {.lex_state = 49}, + [1229] = {.lex_state = 49}, + [1230] = {.lex_state = 49}, + [1231] = {.lex_state = 49}, + [1232] = {.lex_state = 49}, [1233] = {.lex_state = 46}, - [1234] = {.lex_state = 48}, - [1235] = {.lex_state = 48}, - [1236] = {.lex_state = 48}, - [1237] = {.lex_state = 46}, - [1238] = {.lex_state = 46}, - [1239] = {.lex_state = 48}, - [1240] = {.lex_state = 46}, - [1241] = {.lex_state = 46}, - [1242] = {.lex_state = 48}, - [1243] = {.lex_state = 48}, + [1234] = {.lex_state = 49}, + [1235] = {.lex_state = 46}, + [1236] = {.lex_state = 49}, + [1237] = {.lex_state = 49}, + [1238] = {.lex_state = 49}, + [1239] = {.lex_state = 49}, + [1240] = {.lex_state = 49}, + [1241] = {.lex_state = 49}, + [1242] = {.lex_state = 49}, + [1243] = {.lex_state = 49}, [1244] = {.lex_state = 46}, - [1245] = {.lex_state = 48}, + [1245] = {.lex_state = 46}, [1246] = {.lex_state = 46}, - [1247] = {.lex_state = 46}, - [1248] = {.lex_state = 48}, - [1249] = {.lex_state = 48}, - [1250] = {.lex_state = 48}, - [1251] = {.lex_state = 48}, - [1252] = {.lex_state = 48}, - [1253] = {.lex_state = 48}, - [1254] = {.lex_state = 23}, - [1255] = {.lex_state = 23}, - [1256] = {.lex_state = 48}, - [1257] = {.lex_state = 23}, - [1258] = {.lex_state = 23}, - [1259] = {.lex_state = 23}, - [1260] = {.lex_state = 23}, - [1261] = {.lex_state = 48}, - [1262] = {.lex_state = 23}, - [1263] = {.lex_state = 23}, - [1264] = {.lex_state = 23}, - [1265] = {.lex_state = 23}, - [1266] = {.lex_state = 23}, - [1267] = {.lex_state = 23}, - [1268] = {.lex_state = 23}, - [1269] = {.lex_state = 23}, - [1270] = {.lex_state = 23}, - [1271] = {.lex_state = 23}, - [1272] = {.lex_state = 23}, - [1273] = {.lex_state = 23}, - [1274] = {.lex_state = 23}, - [1275] = {.lex_state = 23}, - [1276] = {.lex_state = 23}, - [1277] = {.lex_state = 23}, - [1278] = {.lex_state = 23}, - [1279] = {.lex_state = 23}, - [1280] = {.lex_state = 23}, - [1281] = {.lex_state = 23}, - [1282] = {.lex_state = 23}, - [1283] = {.lex_state = 48}, - [1284] = {.lex_state = 23}, - [1285] = {.lex_state = 23}, - [1286] = {.lex_state = 23}, - [1287] = {.lex_state = 48}, - [1288] = {.lex_state = 48}, - [1289] = {.lex_state = 48}, - [1290] = {.lex_state = 48}, - [1291] = {.lex_state = 48}, - [1292] = {.lex_state = 48}, - [1293] = {.lex_state = 48}, - [1294] = {.lex_state = 48}, - [1295] = {.lex_state = 48}, - [1296] = {.lex_state = 48}, - [1297] = {.lex_state = 48}, - [1298] = {.lex_state = 48}, - [1299] = {.lex_state = 48}, - [1300] = {.lex_state = 48}, - [1301] = {.lex_state = 48}, - [1302] = {.lex_state = 48}, - [1303] = {.lex_state = 48}, - [1304] = {.lex_state = 48}, - [1305] = {.lex_state = 48}, - [1306] = {.lex_state = 48}, - [1307] = {.lex_state = 48}, - [1308] = {.lex_state = 48}, - [1309] = {.lex_state = 48}, - [1310] = {.lex_state = 48}, - [1311] = {.lex_state = 48}, - [1312] = {.lex_state = 48}, - [1313] = {.lex_state = 48}, - [1314] = {.lex_state = 48}, - [1315] = {.lex_state = 48}, - [1316] = {.lex_state = 48}, - [1317] = {.lex_state = 48}, - [1318] = {.lex_state = 48}, - [1319] = {.lex_state = 48}, - [1320] = {.lex_state = 48}, - [1321] = {.lex_state = 48}, - [1322] = {.lex_state = 48}, - [1323] = {.lex_state = 48}, - [1324] = {.lex_state = 48}, - [1325] = {.lex_state = 48}, - [1326] = {.lex_state = 48}, - [1327] = {.lex_state = 48}, - [1328] = {.lex_state = 48}, - [1329] = {.lex_state = 48}, - [1330] = {.lex_state = 48}, - [1331] = {.lex_state = 48}, - [1332] = {.lex_state = 48}, - [1333] = {.lex_state = 48}, - [1334] = {.lex_state = 48}, - [1335] = {.lex_state = 48}, - [1336] = {.lex_state = 48}, - [1337] = {.lex_state = 48}, - [1338] = {.lex_state = 48}, - [1339] = {.lex_state = 48}, - [1340] = {.lex_state = 48}, - [1341] = {.lex_state = 48}, - [1342] = {.lex_state = 48}, - [1343] = {.lex_state = 48}, - [1344] = {.lex_state = 48}, - [1345] = {.lex_state = 48}, - [1346] = {.lex_state = 48}, - [1347] = {.lex_state = 48}, - [1348] = {.lex_state = 48}, - [1349] = {.lex_state = 48}, - [1350] = {.lex_state = 48}, - [1351] = {.lex_state = 48}, - [1352] = {.lex_state = 48}, - [1353] = {.lex_state = 48}, - [1354] = {.lex_state = 48}, - [1355] = {.lex_state = 48}, - [1356] = {.lex_state = 48}, - [1357] = {.lex_state = 48}, - [1358] = {.lex_state = 48}, - [1359] = {.lex_state = 48}, - [1360] = {.lex_state = 48}, - [1361] = {.lex_state = 48}, - [1362] = {.lex_state = 48}, - [1363] = {.lex_state = 48}, - [1364] = {.lex_state = 48}, - [1365] = {.lex_state = 48}, - [1366] = {.lex_state = 48}, - [1367] = {.lex_state = 48}, - [1368] = {.lex_state = 48}, - [1369] = {.lex_state = 48}, - [1370] = {.lex_state = 48}, - [1371] = {.lex_state = 48}, - [1372] = {.lex_state = 48}, - [1373] = {.lex_state = 48}, - [1374] = {.lex_state = 48}, - [1375] = {.lex_state = 48}, - [1376] = {.lex_state = 48}, - [1377] = {.lex_state = 48}, - [1378] = {.lex_state = 48}, - [1379] = {.lex_state = 48}, - [1380] = {.lex_state = 48}, - [1381] = {.lex_state = 48}, - [1382] = {.lex_state = 48}, - [1383] = {.lex_state = 48}, - [1384] = {.lex_state = 48}, - [1385] = {.lex_state = 48}, - [1386] = {.lex_state = 48}, - [1387] = {.lex_state = 48}, - [1388] = {.lex_state = 48}, - [1389] = {.lex_state = 48}, - [1390] = {.lex_state = 48}, - [1391] = {.lex_state = 48}, - [1392] = {.lex_state = 48}, - [1393] = {.lex_state = 48}, - [1394] = {.lex_state = 48}, - [1395] = {.lex_state = 48}, - [1396] = {.lex_state = 48}, - [1397] = {.lex_state = 48}, - [1398] = {.lex_state = 48}, - [1399] = {.lex_state = 48}, - [1400] = {.lex_state = 48}, - [1401] = {.lex_state = 48}, - [1402] = {.lex_state = 48}, - [1403] = {.lex_state = 48}, - [1404] = {.lex_state = 0}, - [1405] = {.lex_state = 0}, - [1406] = {.lex_state = 48}, - [1407] = {.lex_state = 48}, - [1408] = {.lex_state = 48}, - [1409] = {.lex_state = 48}, - [1410] = {.lex_state = 48}, - [1411] = {.lex_state = 48}, - [1412] = {.lex_state = 48}, - [1413] = {.lex_state = 48}, - [1414] = {.lex_state = 48}, - [1415] = {.lex_state = 51}, - [1416] = {.lex_state = 48}, - [1417] = {.lex_state = 0}, + [1247] = {.lex_state = 49}, + [1248] = {.lex_state = 46}, + [1249] = {.lex_state = 46}, + [1250] = {.lex_state = 46}, + [1251] = {.lex_state = 46}, + [1252] = {.lex_state = 21}, + [1253] = {.lex_state = 21}, + [1254] = {.lex_state = 49}, + [1255] = {.lex_state = 49}, + [1256] = {.lex_state = 21}, + [1257] = {.lex_state = 21}, + [1258] = {.lex_state = 49}, + [1259] = {.lex_state = 21}, + [1260] = {.lex_state = 21}, + [1261] = {.lex_state = 21}, + [1262] = {.lex_state = 21}, + [1263] = {.lex_state = 21}, + [1264] = {.lex_state = 21}, + [1265] = {.lex_state = 21}, + [1266] = {.lex_state = 21}, + [1267] = {.lex_state = 21}, + [1268] = {.lex_state = 21}, + [1269] = {.lex_state = 21}, + [1270] = {.lex_state = 21}, + [1271] = {.lex_state = 21}, + [1272] = {.lex_state = 21}, + [1273] = {.lex_state = 21}, + [1274] = {.lex_state = 21}, + [1275] = {.lex_state = 21}, + [1276] = {.lex_state = 21}, + [1277] = {.lex_state = 21}, + [1278] = {.lex_state = 21}, + [1279] = {.lex_state = 21}, + [1280] = {.lex_state = 21}, + [1281] = {.lex_state = 21}, + [1282] = {.lex_state = 21}, + [1283] = {.lex_state = 21}, + [1284] = {.lex_state = 21}, + [1285] = {.lex_state = 49}, + [1286] = {.lex_state = 49}, + [1287] = {.lex_state = 49}, + [1288] = {.lex_state = 49}, + [1289] = {.lex_state = 49}, + [1290] = {.lex_state = 49}, + [1291] = {.lex_state = 49}, + [1292] = {.lex_state = 49}, + [1293] = {.lex_state = 49}, + [1294] = {.lex_state = 49}, + [1295] = {.lex_state = 49}, + [1296] = {.lex_state = 49}, + [1297] = {.lex_state = 49}, + [1298] = {.lex_state = 49}, + [1299] = {.lex_state = 49}, + [1300] = {.lex_state = 49}, + [1301] = {.lex_state = 49}, + [1302] = {.lex_state = 49}, + [1303] = {.lex_state = 49}, + [1304] = {.lex_state = 49}, + [1305] = {.lex_state = 49}, + [1306] = {.lex_state = 49}, + [1307] = {.lex_state = 49}, + [1308] = {.lex_state = 49}, + [1309] = {.lex_state = 49}, + [1310] = {.lex_state = 49}, + [1311] = {.lex_state = 49}, + [1312] = {.lex_state = 49}, + [1313] = {.lex_state = 49}, + [1314] = {.lex_state = 49}, + [1315] = {.lex_state = 49}, + [1316] = {.lex_state = 49}, + [1317] = {.lex_state = 49}, + [1318] = {.lex_state = 49}, + [1319] = {.lex_state = 49}, + [1320] = {.lex_state = 49}, + [1321] = {.lex_state = 49}, + [1322] = {.lex_state = 49}, + [1323] = {.lex_state = 49}, + [1324] = {.lex_state = 49}, + [1325] = {.lex_state = 49}, + [1326] = {.lex_state = 49}, + [1327] = {.lex_state = 49}, + [1328] = {.lex_state = 49}, + [1329] = {.lex_state = 49}, + [1330] = {.lex_state = 49}, + [1331] = {.lex_state = 49}, + [1332] = {.lex_state = 49}, + [1333] = {.lex_state = 49}, + [1334] = {.lex_state = 49}, + [1335] = {.lex_state = 49}, + [1336] = {.lex_state = 49}, + [1337] = {.lex_state = 49}, + [1338] = {.lex_state = 49}, + [1339] = {.lex_state = 49}, + [1340] = {.lex_state = 49}, + [1341] = {.lex_state = 49}, + [1342] = {.lex_state = 49}, + [1343] = {.lex_state = 49}, + [1344] = {.lex_state = 49}, + [1345] = {.lex_state = 49}, + [1346] = {.lex_state = 49}, + [1347] = {.lex_state = 49}, + [1348] = {.lex_state = 49}, + [1349] = {.lex_state = 49}, + [1350] = {.lex_state = 49}, + [1351] = {.lex_state = 49}, + [1352] = {.lex_state = 49}, + [1353] = {.lex_state = 49}, + [1354] = {.lex_state = 49}, + [1355] = {.lex_state = 49}, + [1356] = {.lex_state = 49}, + [1357] = {.lex_state = 49}, + [1358] = {.lex_state = 49}, + [1359] = {.lex_state = 49}, + [1360] = {.lex_state = 49}, + [1361] = {.lex_state = 49}, + [1362] = {.lex_state = 49}, + [1363] = {.lex_state = 49}, + [1364] = {.lex_state = 49}, + [1365] = {.lex_state = 49}, + [1366] = {.lex_state = 49}, + [1367] = {.lex_state = 49}, + [1368] = {.lex_state = 49}, + [1369] = {.lex_state = 49}, + [1370] = {.lex_state = 49}, + [1371] = {.lex_state = 49}, + [1372] = {.lex_state = 49}, + [1373] = {.lex_state = 49}, + [1374] = {.lex_state = 49}, + [1375] = {.lex_state = 49}, + [1376] = {.lex_state = 49}, + [1377] = {.lex_state = 49}, + [1378] = {.lex_state = 49}, + [1379] = {.lex_state = 49}, + [1380] = {.lex_state = 49}, + [1381] = {.lex_state = 49}, + [1382] = {.lex_state = 49}, + [1383] = {.lex_state = 49}, + [1384] = {.lex_state = 49}, + [1385] = {.lex_state = 49}, + [1386] = {.lex_state = 49}, + [1387] = {.lex_state = 49}, + [1388] = {.lex_state = 49}, + [1389] = {.lex_state = 49}, + [1390] = {.lex_state = 49}, + [1391] = {.lex_state = 49}, + [1392] = {.lex_state = 49}, + [1393] = {.lex_state = 49}, + [1394] = {.lex_state = 49}, + [1395] = {.lex_state = 49}, + [1396] = {.lex_state = 49}, + [1397] = {.lex_state = 49}, + [1398] = {.lex_state = 49}, + [1399] = {.lex_state = 49}, + [1400] = {.lex_state = 49}, + [1401] = {.lex_state = 0}, + [1402] = {.lex_state = 49}, + [1403] = {.lex_state = 0}, + [1404] = {.lex_state = 49}, + [1405] = {.lex_state = 49}, + [1406] = {.lex_state = 49}, + [1407] = {.lex_state = 49}, + [1408] = {.lex_state = 49}, + [1409] = {.lex_state = 49}, + [1410] = {.lex_state = 49}, + [1411] = {.lex_state = 49}, + [1412] = {.lex_state = 49}, + [1413] = {.lex_state = 51}, + [1414] = {.lex_state = 49}, + [1415] = {.lex_state = 49}, + [1416] = {.lex_state = 0}, + [1417] = {.lex_state = 51}, [1418] = {.lex_state = 51}, [1419] = {.lex_state = 51}, - [1420] = {.lex_state = 0}, - [1421] = {.lex_state = 51}, - [1422] = {.lex_state = 48}, - [1423] = {.lex_state = 51}, + [1420] = {.lex_state = 51}, + [1421] = {.lex_state = 0}, + [1422] = {.lex_state = 110}, + [1423] = {.lex_state = 110}, [1424] = {.lex_state = 110}, [1425] = {.lex_state = 110}, [1426] = {.lex_state = 110}, [1427] = {.lex_state = 110}, [1428] = {.lex_state = 110}, [1429] = {.lex_state = 110}, - [1430] = {.lex_state = 110}, + [1430] = {.lex_state = 0}, [1431] = {.lex_state = 110}, - [1432] = {.lex_state = 48}, - [1433] = {.lex_state = 0}, + [1432] = {.lex_state = 110}, + [1433] = {.lex_state = 49}, [1434] = {.lex_state = 110}, - [1435] = {.lex_state = 110}, + [1435] = {.lex_state = 49}, [1436] = {.lex_state = 110}, [1437] = {.lex_state = 110}, - [1438] = {.lex_state = 48}, - [1439] = {.lex_state = 110}, - [1440] = {.lex_state = 47}, - [1441] = {.lex_state = 110}, + [1438] = {.lex_state = 110}, + [1439] = {.lex_state = 49}, + [1440] = {.lex_state = 110}, + [1441] = {.lex_state = 49}, [1442] = {.lex_state = 110}, - [1443] = {.lex_state = 48}, - [1444] = {.lex_state = 48}, - [1445] = {.lex_state = 48}, + [1443] = {.lex_state = 47}, + [1444] = {.lex_state = 110}, + [1445] = {.lex_state = 49}, [1446] = {.lex_state = 110}, [1447] = {.lex_state = 110}, - [1448] = {.lex_state = 110}, - [1449] = {.lex_state = 110}, + [1448] = {.lex_state = 49}, + [1449] = {.lex_state = 49}, [1450] = {.lex_state = 110}, [1451] = {.lex_state = 110}, - [1452] = {.lex_state = 48}, - [1453] = {.lex_state = 0}, - [1454] = {.lex_state = 110}, + [1452] = {.lex_state = 0}, + [1453] = {.lex_state = 110}, + [1454] = {.lex_state = 0}, [1455] = {.lex_state = 110}, - [1456] = {.lex_state = 0}, + [1456] = {.lex_state = 110}, [1457] = {.lex_state = 110}, [1458] = {.lex_state = 110}, - [1459] = {.lex_state = 48}, + [1459] = {.lex_state = 110}, [1460] = {.lex_state = 110}, [1461] = {.lex_state = 110}, [1462] = {.lex_state = 110}, @@ -15547,598 +15544,596 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1468] = {.lex_state = 110}, [1469] = {.lex_state = 110}, [1470] = {.lex_state = 110}, - [1471] = {.lex_state = 48}, + [1471] = {.lex_state = 49}, [1472] = {.lex_state = 110}, [1473] = {.lex_state = 110}, [1474] = {.lex_state = 110}, - [1475] = {.lex_state = 110}, - [1476] = {.lex_state = 47}, + [1475] = {.lex_state = 47}, + [1476] = {.lex_state = 110}, [1477] = {.lex_state = 110}, [1478] = {.lex_state = 110}, [1479] = {.lex_state = 110}, [1480] = {.lex_state = 110}, [1481] = {.lex_state = 110}, [1482] = {.lex_state = 110}, - [1483] = {.lex_state = 110}, - [1484] = {.lex_state = 48}, - [1485] = {.lex_state = 110}, - [1486] = {.lex_state = 48}, - [1487] = {.lex_state = 48}, - [1488] = {.lex_state = 48}, - [1489] = {.lex_state = 48}, - [1490] = {.lex_state = 48}, + [1483] = {.lex_state = 49}, + [1484] = {.lex_state = 49}, + [1485] = {.lex_state = 49}, + [1486] = {.lex_state = 49}, + [1487] = {.lex_state = 49}, + [1488] = {.lex_state = 49}, + [1489] = {.lex_state = 110}, + [1490] = {.lex_state = 49}, [1491] = {.lex_state = 110}, - [1492] = {.lex_state = 48}, - [1493] = {.lex_state = 48}, - [1494] = {.lex_state = 110}, - [1495] = {.lex_state = 48}, - [1496] = {.lex_state = 48}, + [1492] = {.lex_state = 49}, + [1493] = {.lex_state = 49}, + [1494] = {.lex_state = 49}, + [1495] = {.lex_state = 0}, + [1496] = {.lex_state = 110}, [1497] = {.lex_state = 110}, - [1498] = {.lex_state = 48}, - [1499] = {.lex_state = 110}, + [1498] = {.lex_state = 110}, + [1499] = {.lex_state = 0}, [1500] = {.lex_state = 110}, [1501] = {.lex_state = 110}, - [1502] = {.lex_state = 110}, - [1503] = {.lex_state = 0}, - [1504] = {.lex_state = 48}, - [1505] = {.lex_state = 0}, - [1506] = {.lex_state = 110}, + [1502] = {.lex_state = 49}, + [1503] = {.lex_state = 49}, + [1504] = {.lex_state = 110}, + [1505] = {.lex_state = 110}, + [1506] = {.lex_state = 0}, [1507] = {.lex_state = 110}, - [1508] = {.lex_state = 110}, - [1509] = {.lex_state = 0}, - [1510] = {.lex_state = 0}, - [1511] = {.lex_state = 48}, + [1508] = {.lex_state = 0}, + [1509] = {.lex_state = 49}, + [1510] = {.lex_state = 110}, + [1511] = {.lex_state = 110}, [1512] = {.lex_state = 110}, - [1513] = {.lex_state = 110}, - [1514] = {.lex_state = 110}, + [1513] = {.lex_state = 49}, + [1514] = {.lex_state = 42}, [1515] = {.lex_state = 110}, [1516] = {.lex_state = 110}, - [1517] = {.lex_state = 48}, - [1518] = {.lex_state = 48}, + [1517] = {.lex_state = 110}, + [1518] = {.lex_state = 110}, [1519] = {.lex_state = 110}, [1520] = {.lex_state = 110}, - [1521] = {.lex_state = 42}, + [1521] = {.lex_state = 110}, [1522] = {.lex_state = 110}, [1523] = {.lex_state = 110}, - [1524] = {.lex_state = 110}, + [1524] = {.lex_state = 49}, [1525] = {.lex_state = 110}, [1526] = {.lex_state = 110}, - [1527] = {.lex_state = 110}, - [1528] = {.lex_state = 110}, - [1529] = {.lex_state = 48}, - [1530] = {.lex_state = 48}, - [1531] = {.lex_state = 26}, - [1532] = {.lex_state = 0}, - [1533] = {.lex_state = 0}, - [1534] = {.lex_state = 48}, - [1535] = {.lex_state = 48}, - [1536] = {.lex_state = 48}, - [1537] = {.lex_state = 48}, - [1538] = {.lex_state = 48}, - [1539] = {.lex_state = 0}, - [1540] = {.lex_state = 26}, - [1541] = {.lex_state = 26}, - [1542] = {.lex_state = 26}, - [1543] = {.lex_state = 48}, - [1544] = {.lex_state = 26}, - [1545] = {.lex_state = 48}, - [1546] = {.lex_state = 48}, - [1547] = {.lex_state = 42}, - [1548] = {.lex_state = 31}, - [1549] = {.lex_state = 48}, - [1550] = {.lex_state = 48}, - [1551] = {.lex_state = 48}, + [1527] = {.lex_state = 0}, + [1528] = {.lex_state = 49}, + [1529] = {.lex_state = 0}, + [1530] = {.lex_state = 0}, + [1531] = {.lex_state = 49}, + [1532] = {.lex_state = 49}, + [1533] = {.lex_state = 49}, + [1534] = {.lex_state = 0}, + [1535] = {.lex_state = 26}, + [1536] = {.lex_state = 26}, + [1537] = {.lex_state = 26}, + [1538] = {.lex_state = 26}, + [1539] = {.lex_state = 49}, + [1540] = {.lex_state = 49}, + [1541] = {.lex_state = 49}, + [1542] = {.lex_state = 42}, + [1543] = {.lex_state = 49}, + [1544] = {.lex_state = 31}, + [1545] = {.lex_state = 49}, + [1546] = {.lex_state = 49}, + [1547] = {.lex_state = 31}, + [1548] = {.lex_state = 49}, + [1549] = {.lex_state = 49}, + [1550] = {.lex_state = 26}, + [1551] = {.lex_state = 49}, [1552] = {.lex_state = 31}, - [1553] = {.lex_state = 48}, - [1554] = {.lex_state = 0}, - [1555] = {.lex_state = 0}, - [1556] = {.lex_state = 31}, - [1557] = {.lex_state = 31}, - [1558] = {.lex_state = 0}, - [1559] = {.lex_state = 0}, - [1560] = {.lex_state = 31}, - [1561] = {.lex_state = 26}, - [1562] = {.lex_state = 48}, - [1563] = {.lex_state = 48}, - [1564] = {.lex_state = 48}, - [1565] = {.lex_state = 48}, - [1566] = {.lex_state = 48}, - [1567] = {.lex_state = 48}, - [1568] = {.lex_state = 48}, - [1569] = {.lex_state = 48}, - [1570] = {.lex_state = 31}, - [1571] = {.lex_state = 48}, - [1572] = {.lex_state = 26}, - [1573] = {.lex_state = 48}, - [1574] = {.lex_state = 48}, - [1575] = {.lex_state = 48}, - [1576] = {.lex_state = 48}, - [1577] = {.lex_state = 48}, - [1578] = {.lex_state = 48}, - [1579] = {.lex_state = 26}, - [1580] = {.lex_state = 48}, - [1581] = {.lex_state = 0}, - [1582] = {.lex_state = 48}, - [1583] = {.lex_state = 31}, - [1584] = {.lex_state = 48}, - [1585] = {.lex_state = 110}, - [1586] = {.lex_state = 26}, + [1553] = {.lex_state = 0}, + [1554] = {.lex_state = 49}, + [1555] = {.lex_state = 31}, + [1556] = {.lex_state = 26}, + [1557] = {.lex_state = 49}, + [1558] = {.lex_state = 26}, + [1559] = {.lex_state = 49}, + [1560] = {.lex_state = 49}, + [1561] = {.lex_state = 0}, + [1562] = {.lex_state = 49}, + [1563] = {.lex_state = 49}, + [1564] = {.lex_state = 49}, + [1565] = {.lex_state = 0}, + [1566] = {.lex_state = 49}, + [1567] = {.lex_state = 31}, + [1568] = {.lex_state = 31}, + [1569] = {.lex_state = 49}, + [1570] = {.lex_state = 26}, + [1571] = {.lex_state = 49}, + [1572] = {.lex_state = 49}, + [1573] = {.lex_state = 49}, + [1574] = {.lex_state = 49}, + [1575] = {.lex_state = 49}, + [1576] = {.lex_state = 31}, + [1577] = {.lex_state = 49}, + [1578] = {.lex_state = 110}, + [1579] = {.lex_state = 49}, + [1580] = {.lex_state = 49}, + [1581] = {.lex_state = 49}, + [1582] = {.lex_state = 49}, + [1583] = {.lex_state = 26}, + [1584] = {.lex_state = 0}, + [1585] = {.lex_state = 49}, + [1586] = {.lex_state = 0}, [1587] = {.lex_state = 0}, - [1588] = {.lex_state = 48}, - [1589] = {.lex_state = 48}, - [1590] = {.lex_state = 48}, + [1588] = {.lex_state = 42}, + [1589] = {.lex_state = 0}, + [1590] = {.lex_state = 49}, [1591] = {.lex_state = 0}, [1592] = {.lex_state = 0}, - [1593] = {.lex_state = 48}, + [1593] = {.lex_state = 49}, [1594] = {.lex_state = 0}, [1595] = {.lex_state = 0}, - [1596] = {.lex_state = 28}, - [1597] = {.lex_state = 0}, - [1598] = {.lex_state = 48}, - [1599] = {.lex_state = 48}, + [1596] = {.lex_state = 49}, + [1597] = {.lex_state = 49}, + [1598] = {.lex_state = 0}, + [1599] = {.lex_state = 28}, [1600] = {.lex_state = 0}, - [1601] = {.lex_state = 48}, + [1601] = {.lex_state = 0}, [1602] = {.lex_state = 0}, [1603] = {.lex_state = 0}, [1604] = {.lex_state = 0}, - [1605] = {.lex_state = 0}, - [1606] = {.lex_state = 0}, + [1605] = {.lex_state = 42}, + [1606] = {.lex_state = 49}, [1607] = {.lex_state = 0}, - [1608] = {.lex_state = 48}, - [1609] = {.lex_state = 42}, + [1608] = {.lex_state = 49}, + [1609] = {.lex_state = 0}, [1610] = {.lex_state = 0}, [1611] = {.lex_state = 0}, - [1612] = {.lex_state = 48}, - [1613] = {.lex_state = 0}, - [1614] = {.lex_state = 0}, - [1615] = {.lex_state = 48}, + [1612] = {.lex_state = 0}, + [1613] = {.lex_state = 110}, + [1614] = {.lex_state = 49}, + [1615] = {.lex_state = 28}, [1616] = {.lex_state = 0}, - [1617] = {.lex_state = 28}, - [1618] = {.lex_state = 110}, - [1619] = {.lex_state = 42}, - [1620] = {.lex_state = 0}, + [1617] = {.lex_state = 0}, + [1618] = {.lex_state = 49}, + [1619] = {.lex_state = 0}, + [1620] = {.lex_state = 110}, [1621] = {.lex_state = 0}, [1622] = {.lex_state = 0}, - [1623] = {.lex_state = 110}, + [1623] = {.lex_state = 0}, [1624] = {.lex_state = 0}, - [1625] = {.lex_state = 0}, + [1625] = {.lex_state = 42}, [1626] = {.lex_state = 0}, - [1627] = {.lex_state = 0}, + [1627] = {.lex_state = 49}, [1628] = {.lex_state = 0}, - [1629] = {.lex_state = 28}, - [1630] = {.lex_state = 42}, - [1631] = {.lex_state = 48}, + [1629] = {.lex_state = 0}, + [1630] = {.lex_state = 28}, + [1631] = {.lex_state = 49}, [1632] = {.lex_state = 0}, - [1633] = {.lex_state = 0}, - [1634] = {.lex_state = 0}, - [1635] = {.lex_state = 48}, + [1633] = {.lex_state = 49}, + [1634] = {.lex_state = 49}, + [1635] = {.lex_state = 0}, [1636] = {.lex_state = 0}, - [1637] = {.lex_state = 48}, - [1638] = {.lex_state = 48}, + [1637] = {.lex_state = 49}, + [1638] = {.lex_state = 0}, [1639] = {.lex_state = 0}, - [1640] = {.lex_state = 42}, - [1641] = {.lex_state = 0}, + [1640] = {.lex_state = 0}, + [1641] = {.lex_state = 49}, [1642] = {.lex_state = 0}, [1643] = {.lex_state = 0}, [1644] = {.lex_state = 0}, [1645] = {.lex_state = 0}, [1646] = {.lex_state = 0}, - [1647] = {.lex_state = 0}, + [1647] = {.lex_state = 42}, [1648] = {.lex_state = 0}, [1649] = {.lex_state = 0}, [1650] = {.lex_state = 0}, [1651] = {.lex_state = 0}, - [1652] = {.lex_state = 0}, + [1652] = {.lex_state = 49}, [1653] = {.lex_state = 0}, - [1654] = {.lex_state = 48}, - [1655] = {.lex_state = 42}, + [1654] = {.lex_state = 49}, + [1655] = {.lex_state = 0}, [1656] = {.lex_state = 0}, - [1657] = {.lex_state = 0}, + [1657] = {.lex_state = 42}, [1658] = {.lex_state = 0}, [1659] = {.lex_state = 0}, [1660] = {.lex_state = 0}, - [1661] = {.lex_state = 0}, + [1661] = {.lex_state = 49}, [1662] = {.lex_state = 0}, - [1663] = {.lex_state = 48}, + [1663] = {.lex_state = 42}, [1664] = {.lex_state = 0}, [1665] = {.lex_state = 0}, - [1666] = {.lex_state = 42}, + [1666] = {.lex_state = 28}, [1667] = {.lex_state = 0}, [1668] = {.lex_state = 0}, - [1669] = {.lex_state = 28}, + [1669] = {.lex_state = 0}, [1670] = {.lex_state = 0}, - [1671] = {.lex_state = 0}, + [1671] = {.lex_state = 49}, [1672] = {.lex_state = 0}, - [1673] = {.lex_state = 48}, + [1673] = {.lex_state = 0}, [1674] = {.lex_state = 0}, - [1675] = {.lex_state = 0}, - [1676] = {.lex_state = 48}, - [1677] = {.lex_state = 48}, - [1678] = {.lex_state = 42}, + [1675] = {.lex_state = 49}, + [1676] = {.lex_state = 42}, + [1677] = {.lex_state = 0}, + [1678] = {.lex_state = 0}, [1679] = {.lex_state = 0}, [1680] = {.lex_state = 0}, [1681] = {.lex_state = 0}, [1682] = {.lex_state = 0}, [1683] = {.lex_state = 0}, - [1684] = {.lex_state = 0}, + [1684] = {.lex_state = 49}, [1685] = {.lex_state = 0}, - [1686] = {.lex_state = 48}, + [1686] = {.lex_state = 28}, [1687] = {.lex_state = 0}, - [1688] = {.lex_state = 28}, + [1688] = {.lex_state = 0}, [1689] = {.lex_state = 0}, [1690] = {.lex_state = 0}, - [1691] = {.lex_state = 0}, + [1691] = {.lex_state = 49}, [1692] = {.lex_state = 0}, - [1693] = {.lex_state = 48}, - [1694] = {.lex_state = 0}, - [1695] = {.lex_state = 48}, - [1696] = {.lex_state = 48}, - [1697] = {.lex_state = 110}, - [1698] = {.lex_state = 0}, - [1699] = {.lex_state = 27}, - [1700] = {.lex_state = 27}, - [1701] = {.lex_state = 27}, - [1702] = {.lex_state = 48}, - [1703] = {.lex_state = 48}, - [1704] = {.lex_state = 110}, - [1705] = {.lex_state = 110}, + [1693] = {.lex_state = 0}, + [1694] = {.lex_state = 27}, + [1695] = {.lex_state = 110}, + [1696] = {.lex_state = 27}, + [1697] = {.lex_state = 27}, + [1698] = {.lex_state = 27}, + [1699] = {.lex_state = 49}, + [1700] = {.lex_state = 49}, + [1701] = {.lex_state = 110}, + [1702] = {.lex_state = 110}, + [1703] = {.lex_state = 110}, + [1704] = {.lex_state = 35}, + [1705] = {.lex_state = 0}, [1706] = {.lex_state = 110}, - [1707] = {.lex_state = 0}, - [1708] = {.lex_state = 35}, + [1707] = {.lex_state = 49}, + [1708] = {.lex_state = 49}, [1709] = {.lex_state = 110}, - [1710] = {.lex_state = 48}, - [1711] = {.lex_state = 110}, - [1712] = {.lex_state = 48}, - [1713] = {.lex_state = 48}, - [1714] = {.lex_state = 48}, + [1710] = {.lex_state = 0}, + [1711] = {.lex_state = 49}, + [1712] = {.lex_state = 0}, + [1713] = {.lex_state = 49}, + [1714] = {.lex_state = 110}, [1715] = {.lex_state = 0}, - [1716] = {.lex_state = 48}, - [1717] = {.lex_state = 110}, - [1718] = {.lex_state = 0}, + [1716] = {.lex_state = 0}, + [1717] = {.lex_state = 27}, + [1718] = {.lex_state = 27}, [1719] = {.lex_state = 0}, [1720] = {.lex_state = 0}, - [1721] = {.lex_state = 27}, - [1722] = {.lex_state = 27}, + [1721] = {.lex_state = 49}, + [1722] = {.lex_state = 0}, [1723] = {.lex_state = 0}, - [1724] = {.lex_state = 0}, - [1725] = {.lex_state = 0}, - [1726] = {.lex_state = 48}, - [1727] = {.lex_state = 0}, - [1728] = {.lex_state = 27}, - [1729] = {.lex_state = 110}, + [1724] = {.lex_state = 49}, + [1725] = {.lex_state = 27}, + [1726] = {.lex_state = 110}, + [1727] = {.lex_state = 110}, + [1728] = {.lex_state = 110}, + [1729] = {.lex_state = 0}, [1730] = {.lex_state = 110}, - [1731] = {.lex_state = 27}, + [1731] = {.lex_state = 0}, [1732] = {.lex_state = 110}, [1733] = {.lex_state = 0}, - [1734] = {.lex_state = 110}, - [1735] = {.lex_state = 110}, - [1736] = {.lex_state = 42}, - [1737] = {.lex_state = 48}, - [1738] = {.lex_state = 0}, - [1739] = {.lex_state = 27}, + [1734] = {.lex_state = 42}, + [1735] = {.lex_state = 49}, + [1736] = {.lex_state = 49}, + [1737] = {.lex_state = 110}, + [1738] = {.lex_state = 110}, + [1739] = {.lex_state = 110}, [1740] = {.lex_state = 0}, - [1741] = {.lex_state = 110}, - [1742] = {.lex_state = 110}, - [1743] = {.lex_state = 110}, - [1744] = {.lex_state = 48}, + [1741] = {.lex_state = 27}, + [1742] = {.lex_state = 49}, + [1743] = {.lex_state = 27}, + [1744] = {.lex_state = 27}, [1745] = {.lex_state = 110}, - [1746] = {.lex_state = 27}, - [1747] = {.lex_state = 48}, - [1748] = {.lex_state = 110}, - [1749] = {.lex_state = 110}, - [1750] = {.lex_state = 27}, - [1751] = {.lex_state = 0}, - [1752] = {.lex_state = 35}, - [1753] = {.lex_state = 48}, - [1754] = {.lex_state = 110}, - [1755] = {.lex_state = 110}, - [1756] = {.lex_state = 27}, - [1757] = {.lex_state = 110}, - [1758] = {.lex_state = 48}, - [1759] = {.lex_state = 48}, - [1760] = {.lex_state = 0}, - [1761] = {.lex_state = 42}, - [1762] = {.lex_state = 27}, - [1763] = {.lex_state = 48}, - [1764] = {.lex_state = 110}, - [1765] = {.lex_state = 0}, + [1746] = {.lex_state = 110}, + [1747] = {.lex_state = 110}, + [1748] = {.lex_state = 0}, + [1749] = {.lex_state = 35}, + [1750] = {.lex_state = 110}, + [1751] = {.lex_state = 49}, + [1752] = {.lex_state = 110}, + [1753] = {.lex_state = 110}, + [1754] = {.lex_state = 27}, + [1755] = {.lex_state = 49}, + [1756] = {.lex_state = 49}, + [1757] = {.lex_state = 49}, + [1758] = {.lex_state = 42}, + [1759] = {.lex_state = 0}, + [1760] = {.lex_state = 27}, + [1761] = {.lex_state = 110}, + [1762] = {.lex_state = 49}, + [1763] = {.lex_state = 49}, + [1764] = {.lex_state = 27}, + [1765] = {.lex_state = 27}, [1766] = {.lex_state = 27}, - [1767] = {.lex_state = 48}, - [1768] = {.lex_state = 27}, - [1769] = {.lex_state = 48}, - [1770] = {.lex_state = 110}, + [1767] = {.lex_state = 49}, + [1768] = {.lex_state = 110}, + [1769] = {.lex_state = 27}, + [1770] = {.lex_state = 27}, [1771] = {.lex_state = 0}, [1772] = {.lex_state = 27}, [1773] = {.lex_state = 35}, [1774] = {.lex_state = 27}, - [1775] = {.lex_state = 0}, - [1776] = {.lex_state = 110}, - [1777] = {.lex_state = 27}, - [1778] = {.lex_state = 27}, - [1779] = {.lex_state = 27}, - [1780] = {.lex_state = 48}, - [1781] = {.lex_state = 0}, - [1782] = {.lex_state = 48}, - [1783] = {.lex_state = 27}, - [1784] = {.lex_state = 0}, - [1785] = {.lex_state = 42}, - [1786] = {.lex_state = 48}, - [1787] = {.lex_state = 110}, - [1788] = {.lex_state = 110}, - [1789] = {.lex_state = 27}, - [1790] = {.lex_state = 41}, + [1775] = {.lex_state = 110}, + [1776] = {.lex_state = 27}, + [1777] = {.lex_state = 0}, + [1778] = {.lex_state = 0}, + [1779] = {.lex_state = 0}, + [1780] = {.lex_state = 0}, + [1781] = {.lex_state = 49}, + [1782] = {.lex_state = 27}, + [1783] = {.lex_state = 42}, + [1784] = {.lex_state = 49}, + [1785] = {.lex_state = 110}, + [1786] = {.lex_state = 110}, + [1787] = {.lex_state = 49}, + [1788] = {.lex_state = 0}, + [1789] = {.lex_state = 0}, + [1790] = {.lex_state = 0}, [1791] = {.lex_state = 28}, [1792] = {.lex_state = 28}, [1793] = {.lex_state = 28}, [1794] = {.lex_state = 28}, - [1795] = {.lex_state = 28}, - [1796] = {.lex_state = 28}, - [1797] = {.lex_state = 48}, - [1798] = {.lex_state = 48}, - [1799] = {.lex_state = 41}, - [1800] = {.lex_state = 48}, - [1801] = {.lex_state = 28}, - [1802] = {.lex_state = 41}, - [1803] = {.lex_state = 41}, + [1795] = {.lex_state = 49}, + [1796] = {.lex_state = 49}, + [1797] = {.lex_state = 41}, + [1798] = {.lex_state = 49}, + [1799] = {.lex_state = 28}, + [1800] = {.lex_state = 41}, + [1801] = {.lex_state = 41}, + [1802] = {.lex_state = 0}, + [1803] = {.lex_state = 0}, [1804] = {.lex_state = 0}, - [1805] = {.lex_state = 0}, + [1805] = {.lex_state = 41}, [1806] = {.lex_state = 0}, [1807] = {.lex_state = 0}, - [1808] = {.lex_state = 41}, + [1808] = {.lex_state = 0}, [1809] = {.lex_state = 0}, [1810] = {.lex_state = 28}, [1811] = {.lex_state = 0}, [1812] = {.lex_state = 28}, - [1813] = {.lex_state = 0}, - [1814] = {.lex_state = 48}, + [1813] = {.lex_state = 49}, + [1814] = {.lex_state = 0}, [1815] = {.lex_state = 0}, [1816] = {.lex_state = 0}, [1817] = {.lex_state = 0}, [1818] = {.lex_state = 41}, [1819] = {.lex_state = 0}, - [1820] = {.lex_state = 0}, - [1821] = {.lex_state = 41}, - [1822] = {.lex_state = 0}, - [1823] = {.lex_state = 48}, - [1824] = {.lex_state = 0}, + [1820] = {.lex_state = 49}, + [1821] = {.lex_state = 0}, + [1822] = {.lex_state = 28}, + [1823] = {.lex_state = 28}, + [1824] = {.lex_state = 49}, [1825] = {.lex_state = 0}, [1826] = {.lex_state = 28}, - [1827] = {.lex_state = 48}, - [1828] = {.lex_state = 41}, - [1829] = {.lex_state = 0}, - [1830] = {.lex_state = 0}, + [1827] = {.lex_state = 0}, + [1828] = {.lex_state = 0}, + [1829] = {.lex_state = 28}, + [1830] = {.lex_state = 28}, [1831] = {.lex_state = 0}, - [1832] = {.lex_state = 28}, - [1833] = {.lex_state = 41}, + [1832] = {.lex_state = 41}, + [1833] = {.lex_state = 0}, [1834] = {.lex_state = 28}, [1835] = {.lex_state = 0}, [1836] = {.lex_state = 41}, - [1837] = {.lex_state = 0}, - [1838] = {.lex_state = 28}, - [1839] = {.lex_state = 0}, + [1837] = {.lex_state = 28}, + [1838] = {.lex_state = 41}, + [1839] = {.lex_state = 28}, [1840] = {.lex_state = 0}, [1841] = {.lex_state = 0}, [1842] = {.lex_state = 41}, [1843] = {.lex_state = 41}, [1844] = {.lex_state = 0}, - [1845] = {.lex_state = 28}, - [1846] = {.lex_state = 0}, + [1845] = {.lex_state = 0}, + [1846] = {.lex_state = 28}, [1847] = {.lex_state = 0}, [1848] = {.lex_state = 0}, [1849] = {.lex_state = 0}, - [1850] = {.lex_state = 0}, - [1851] = {.lex_state = 0}, - [1852] = {.lex_state = 41}, - [1853] = {.lex_state = 41}, + [1850] = {.lex_state = 41}, + [1851] = {.lex_state = 41}, + [1852] = {.lex_state = 0}, + [1853] = {.lex_state = 0}, [1854] = {.lex_state = 28}, [1855] = {.lex_state = 0}, - [1856] = {.lex_state = 28}, + [1856] = {.lex_state = 0}, [1857] = {.lex_state = 0}, - [1858] = {.lex_state = 28}, - [1859] = {.lex_state = 28}, - [1860] = {.lex_state = 48}, - [1861] = {.lex_state = 48}, + [1858] = {.lex_state = 49}, + [1859] = {.lex_state = 49}, + [1860] = {.lex_state = 28}, + [1861] = {.lex_state = 0}, [1862] = {.lex_state = 0}, [1863] = {.lex_state = 0}, [1864] = {.lex_state = 0}, [1865] = {.lex_state = 28}, [1866] = {.lex_state = 0}, [1867] = {.lex_state = 0}, - [1868] = {.lex_state = 0}, + [1868] = {.lex_state = 49}, [1869] = {.lex_state = 28}, - [1870] = {.lex_state = 48}, + [1870] = {.lex_state = 0}, [1871] = {.lex_state = 0}, [1872] = {.lex_state = 0}, [1873] = {.lex_state = 0}, [1874] = {.lex_state = 0}, - [1875] = {.lex_state = 41}, + [1875] = {.lex_state = 0}, [1876] = {.lex_state = 0}, - [1877] = {.lex_state = 0}, + [1877] = {.lex_state = 28}, [1878] = {.lex_state = 0}, - [1879] = {.lex_state = 28}, - [1880] = {.lex_state = 0}, - [1881] = {.lex_state = 0}, - [1882] = {.lex_state = 0}, - [1883] = {.lex_state = 28}, - [1884] = {.lex_state = 48}, + [1879] = {.lex_state = 0}, + [1880] = {.lex_state = 41}, + [1881] = {.lex_state = 28}, + [1882] = {.lex_state = 49}, + [1883] = {.lex_state = 41}, + [1884] = {.lex_state = 0}, [1885] = {.lex_state = 0}, - [1886] = {.lex_state = 28}, - [1887] = {.lex_state = 0}, - [1888] = {.lex_state = 41}, + [1886] = {.lex_state = 0}, + [1887] = {.lex_state = 41}, + [1888] = {.lex_state = 0}, [1889] = {.lex_state = 28}, [1890] = {.lex_state = 0}, - [1891] = {.lex_state = 0}, + [1891] = {.lex_state = 41}, [1892] = {.lex_state = 0}, [1893] = {.lex_state = 0}, [1894] = {.lex_state = 0}, - [1895] = {.lex_state = 0}, - [1896] = {.lex_state = 0}, - [1897] = {.lex_state = 48}, - [1898] = {.lex_state = 48}, - [1899] = {.lex_state = 48}, - [1900] = {.lex_state = 48}, - [1901] = {.lex_state = 41}, - [1902] = {.lex_state = 0}, - [1903] = {.lex_state = 0}, - [1904] = {.lex_state = 0}, - [1905] = {.lex_state = 48}, + [1895] = {.lex_state = 49}, + [1896] = {.lex_state = 49}, + [1897] = {.lex_state = 49}, + [1898] = {.lex_state = 49}, + [1899] = {.lex_state = 0}, + [1900] = {.lex_state = 0}, + [1901] = {.lex_state = 0}, + [1902] = {.lex_state = 41}, + [1903] = {.lex_state = 49}, + [1904] = {.lex_state = 41}, + [1905] = {.lex_state = 0}, [1906] = {.lex_state = 0}, [1907] = {.lex_state = 0}, [1908] = {.lex_state = 0}, - [1909] = {.lex_state = 0}, + [1909] = {.lex_state = 41}, [1910] = {.lex_state = 0}, - [1911] = {.lex_state = 41}, + [1911] = {.lex_state = 0}, [1912] = {.lex_state = 0}, - [1913] = {.lex_state = 0}, - [1914] = {.lex_state = 0}, - [1915] = {.lex_state = 41}, - [1916] = {.lex_state = 48}, + [1913] = {.lex_state = 41}, + [1914] = {.lex_state = 49}, + [1915] = {.lex_state = 0}, + [1916] = {.lex_state = 0}, [1917] = {.lex_state = 0}, - [1918] = {.lex_state = 0}, - [1919] = {.lex_state = 0}, - [1920] = {.lex_state = 110}, - [1921] = {.lex_state = 48}, + [1918] = {.lex_state = 110}, + [1919] = {.lex_state = 49}, + [1920] = {.lex_state = 0}, + [1921] = {.lex_state = 0}, [1922] = {.lex_state = 0}, [1923] = {.lex_state = 0}, [1924] = {.lex_state = 0}, - [1925] = {.lex_state = 0}, - [1926] = {.lex_state = 0}, - [1927] = {.lex_state = 28}, - [1928] = {.lex_state = 0}, - [1929] = {.lex_state = 48}, - [1930] = {.lex_state = 48}, - [1931] = {.lex_state = 28}, - [1932] = {.lex_state = 48}, - [1933] = {.lex_state = 41}, - [1934] = {.lex_state = 0}, - [1935] = {.lex_state = 48}, - [1936] = {.lex_state = 28}, + [1925] = {.lex_state = 28}, + [1926] = {.lex_state = 28}, + [1927] = {.lex_state = 49}, + [1928] = {.lex_state = 49}, + [1929] = {.lex_state = 0}, + [1930] = {.lex_state = 28}, + [1931] = {.lex_state = 0}, + [1932] = {.lex_state = 0}, + [1933] = {.lex_state = 49}, + [1934] = {.lex_state = 41}, + [1935] = {.lex_state = 49}, + [1936] = {.lex_state = 0}, [1937] = {.lex_state = 0}, - [1938] = {.lex_state = 0}, - [1939] = {.lex_state = 110}, - [1940] = {.lex_state = 41}, + [1938] = {.lex_state = 41}, + [1939] = {.lex_state = 0}, + [1940] = {.lex_state = 0}, [1941] = {.lex_state = 41}, [1942] = {.lex_state = 0}, [1943] = {.lex_state = 0}, - [1944] = {.lex_state = 0}, - [1945] = {.lex_state = 0}, - [1946] = {.lex_state = 48}, + [1944] = {.lex_state = 49}, + [1945] = {.lex_state = 110}, + [1946] = {.lex_state = 41}, [1947] = {.lex_state = 110}, - [1948] = {.lex_state = 41}, - [1949] = {.lex_state = 28}, - [1950] = {.lex_state = 41}, - [1951] = {.lex_state = 48}, - [1952] = {.lex_state = 48}, - [1953] = {.lex_state = 0}, - [1954] = {.lex_state = 28}, - [1955] = {.lex_state = 0}, - [1956] = {.lex_state = 0}, - [1957] = {.lex_state = 48}, - [1958] = {.lex_state = 48}, - [1959] = {.lex_state = 48}, + [1948] = {.lex_state = 28}, + [1949] = {.lex_state = 49}, + [1950] = {.lex_state = 49}, + [1951] = {.lex_state = 0}, + [1952] = {.lex_state = 0}, + [1953] = {.lex_state = 28}, + [1954] = {.lex_state = 0}, + [1955] = {.lex_state = 49}, + [1956] = {.lex_state = 49}, + [1957] = {.lex_state = 49}, + [1958] = {.lex_state = 0}, + [1959] = {.lex_state = 49}, [1960] = {.lex_state = 0}, - [1961] = {.lex_state = 48}, - [1962] = {.lex_state = 28}, - [1963] = {.lex_state = 0}, - [1964] = {.lex_state = 0}, - [1965] = {.lex_state = 110}, - [1966] = {.lex_state = 41}, - [1967] = {.lex_state = 48}, - [1968] = {.lex_state = 48}, + [1961] = {.lex_state = 28}, + [1962] = {.lex_state = 0}, + [1963] = {.lex_state = 110}, + [1964] = {.lex_state = 41}, + [1965] = {.lex_state = 49}, + [1966] = {.lex_state = 49}, + [1967] = {.lex_state = 41}, + [1968] = {.lex_state = 28}, [1969] = {.lex_state = 0}, - [1970] = {.lex_state = 28}, - [1971] = {.lex_state = 0}, + [1970] = {.lex_state = 0}, + [1971] = {.lex_state = 28}, [1972] = {.lex_state = 41}, - [1973] = {.lex_state = 28}, - [1974] = {.lex_state = 0}, - [1975] = {.lex_state = 48}, - [1976] = {.lex_state = 48}, - [1977] = {.lex_state = 41}, - [1978] = {.lex_state = 41}, + [1973] = {.lex_state = 49}, + [1974] = {.lex_state = 49}, + [1975] = {.lex_state = 41}, + [1976] = {.lex_state = 41}, + [1977] = {.lex_state = 0}, + [1978] = {.lex_state = 0}, [1979] = {.lex_state = 0}, - [1980] = {.lex_state = 0}, - [1981] = {.lex_state = 41}, - [1982] = {.lex_state = 0}, - [1983] = {.lex_state = 41}, + [1980] = {.lex_state = 41}, + [1981] = {.lex_state = 0}, + [1982] = {.lex_state = 41}, + [1983] = {.lex_state = 28}, [1984] = {.lex_state = 0}, - [1985] = {.lex_state = 41}, + [1985] = {.lex_state = 0}, [1986] = {.lex_state = 41}, - [1987] = {.lex_state = 0}, - [1988] = {.lex_state = 41}, + [1987] = {.lex_state = 41}, + [1988] = {.lex_state = 110}, [1989] = {.lex_state = 0}, - [1990] = {.lex_state = 110}, + [1990] = {.lex_state = 0}, [1991] = {.lex_state = 0}, - [1992] = {.lex_state = 0}, - [1993] = {.lex_state = 0}, - [1994] = {.lex_state = 48}, - [1995] = {.lex_state = 48}, - [1996] = {.lex_state = 28}, + [1992] = {.lex_state = 49}, + [1993] = {.lex_state = 49}, + [1994] = {.lex_state = 0}, + [1995] = {.lex_state = 0}, + [1996] = {.lex_state = 41}, [1997] = {.lex_state = 41}, - [1998] = {.lex_state = 41}, + [1998] = {.lex_state = 0}, [1999] = {.lex_state = 0}, - [2000] = {.lex_state = 0}, + [2000] = {.lex_state = 49}, [2001] = {.lex_state = 0}, - [2002] = {.lex_state = 48}, + [2002] = {.lex_state = 0}, [2003] = {.lex_state = 0}, [2004] = {.lex_state = 0}, [2005] = {.lex_state = 0}, - [2006] = {.lex_state = 0}, + [2006] = {.lex_state = 41}, [2007] = {.lex_state = 0}, - [2008] = {.lex_state = 41}, - [2009] = {.lex_state = 0}, - [2010] = {.lex_state = 0}, - [2011] = {.lex_state = 48}, - [2012] = {.lex_state = 28}, - [2013] = {.lex_state = 0}, - [2014] = {.lex_state = 41}, - [2015] = {.lex_state = 41}, - [2016] = {.lex_state = 28}, - [2017] = {.lex_state = 28}, - [2018] = {.lex_state = 0}, + [2008] = {.lex_state = 0}, + [2009] = {.lex_state = 49}, + [2010] = {.lex_state = 28}, + [2011] = {.lex_state = 0}, + [2012] = {.lex_state = 41}, + [2013] = {.lex_state = 41}, + [2014] = {.lex_state = 28}, + [2015] = {.lex_state = 28}, + [2016] = {.lex_state = 0}, + [2017] = {.lex_state = 0}, + [2018] = {.lex_state = 41}, [2019] = {.lex_state = 0}, - [2020] = {.lex_state = 41}, - [2021] = {.lex_state = 0}, - [2022] = {.lex_state = 0}, + [2020] = {.lex_state = 0}, + [2021] = {.lex_state = 110}, + [2022] = {.lex_state = 110}, [2023] = {.lex_state = 110}, - [2024] = {.lex_state = 110}, - [2025] = {.lex_state = 110}, - [2026] = {.lex_state = 48}, - [2027] = {.lex_state = 48}, - [2028] = {.lex_state = 0}, - [2029] = {.lex_state = 0}, - [2030] = {.lex_state = 110}, + [2024] = {.lex_state = 49}, + [2025] = {.lex_state = 49}, + [2026] = {.lex_state = 0}, + [2027] = {.lex_state = 0}, + [2028] = {.lex_state = 110}, + [2029] = {.lex_state = 49}, + [2030] = {.lex_state = 0}, [2031] = {.lex_state = 0}, - [2032] = {.lex_state = 0}, - [2033] = {.lex_state = 48}, + [2032] = {.lex_state = 41}, + [2033] = {.lex_state = 28}, [2034] = {.lex_state = 0}, - [2035] = {.lex_state = 28}, - [2036] = {.lex_state = 0}, - [2037] = {.lex_state = 41}, - [2038] = {.lex_state = 110}, + [2035] = {.lex_state = 0}, + [2036] = {.lex_state = 110}, + [2037] = {.lex_state = 0}, + [2038] = {.lex_state = 0}, [2039] = {.lex_state = 0}, [2040] = {.lex_state = 0}, - [2041] = {.lex_state = 0}, + [2041] = {.lex_state = 110}, [2042] = {.lex_state = 0}, [2043] = {.lex_state = 110}, [2044] = {.lex_state = 0}, - [2045] = {.lex_state = 110}, + [2045] = {.lex_state = 49}, [2046] = {.lex_state = 0}, - [2047] = {.lex_state = 48}, - [2048] = {.lex_state = 0}, - [2049] = {.lex_state = 0}, + [2047] = {.lex_state = 0}, + [2048] = {.lex_state = 110}, + [2049] = {.lex_state = 28}, [2050] = {.lex_state = 110}, [2051] = {.lex_state = 0}, - [2052] = {.lex_state = 110}, - [2053] = {.lex_state = 0}, - [2054] = {.lex_state = 0}, - [2055] = {.lex_state = 110}, - [2056] = {.lex_state = 48}, - [2057] = {.lex_state = 48}, - [2058] = {.lex_state = 48}, - [2059] = {.lex_state = 48}, - [2060] = {.lex_state = 41}, - [2061] = {.lex_state = 41}, - [2062] = {.lex_state = 28}, + [2052] = {.lex_state = 0}, + [2053] = {.lex_state = 110}, + [2054] = {.lex_state = 49}, + [2055] = {.lex_state = 49}, + [2056] = {.lex_state = 49}, + [2057] = {.lex_state = 49}, + [2058] = {.lex_state = 41}, + [2059] = {.lex_state = 41}, + [2060] = {.lex_state = 28}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -16324,76 +16319,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(1), }, [1] = { - [sym_translation_unit] = STATE(2018), - [sym_preproc_include] = STATE(53), - [sym_preproc_def] = STATE(53), - [sym_preproc_function_def] = STATE(53), - [sym_preproc_call] = STATE(53), - [sym_preproc_if] = STATE(53), - [sym_preproc_ifdef] = STATE(53), - [sym_function_definition] = STATE(53), - [sym_declaration] = STATE(53), - [sym_type_definition] = STATE(53), + [sym_translation_unit] = STATE(2016), + [sym_preproc_include] = STATE(52), + [sym_preproc_def] = STATE(52), + [sym_preproc_function_def] = STATE(52), + [sym_preproc_call] = STATE(52), + [sym_preproc_if] = STATE(52), + [sym_preproc_ifdef] = STATE(52), + [sym_function_definition] = STATE(52), + [sym_declaration] = STATE(52), + [sym_type_definition] = STATE(52), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1317), - [sym_linkage_specification] = STATE(53), + [sym__declaration_specifiers] = STATE(1315), + [sym_linkage_specification] = STATE(52), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(858), - [sym_compound_statement] = STATE(53), + [sym_ms_call_modifier] = STATE(850), + [sym_compound_statement] = STATE(52), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1016), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_attributed_statement] = STATE(53), - [sym_labeled_statement] = STATE(53), - [sym__top_level_expression_statement] = STATE(53), - [sym_if_statement] = STATE(53), - [sym_switch_statement] = STATE(53), - [sym_case_statement] = STATE(53), - [sym_while_statement] = STATE(53), - [sym_do_statement] = STATE(53), - [sym_for_statement] = STATE(53), - [sym_return_statement] = STATE(53), - [sym_break_statement] = STATE(53), - [sym_continue_statement] = STATE(53), - [sym_goto_statement] = STATE(53), + [sym__type_specifier] = STATE(1018), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(52), + [sym_labeled_statement] = STATE(52), + [sym__top_level_expression_statement] = STATE(52), + [sym_if_statement] = STATE(52), + [sym_switch_statement] = STATE(52), + [sym_case_statement] = STATE(52), + [sym_while_statement] = STATE(52), + [sym_do_statement] = STATE(52), + [sym_for_statement] = STATE(52), + [sym_return_statement] = STATE(52), + [sym_break_statement] = STATE(52), + [sym_continue_statement] = STATE(52), + [sym_goto_statement] = STATE(52), [sym__expression] = STATE(1162), - [sym__expression_not_binary] = STATE(1163), - [sym_conditional_expression] = STATE(1163), - [sym_assignment_expression] = STATE(1163), + [sym__expression_not_binary] = STATE(1161), + [sym_conditional_expression] = STATE(1161), + [sym_assignment_expression] = STATE(1161), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(1163), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(1163), - [sym_cast_expression] = STATE(1163), - [sym_sizeof_expression] = STATE(1163), - [sym_alignof_expression] = STATE(1163), - [sym_offsetof_expression] = STATE(1163), - [sym_generic_expression] = STATE(1163), + [sym_unary_expression] = STATE(1161), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(1161), + [sym_cast_expression] = STATE(1161), + [sym_sizeof_expression] = STATE(1161), + [sym_alignof_expression] = STATE(1161), + [sym_offsetof_expression] = STATE(1161), + [sym_generic_expression] = STATE(1161), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(1163), + [sym_gnu_asm_expression] = STATE(1161), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(1163), + [sym_compound_literal_expression] = STATE(1161), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(1163), - [sym_concatenated_string] = STATE(1163), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(1163), - [sym__empty_declaration] = STATE(53), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(524), - [sym_layout_specification] = STATE(524), - [aux_sym_translation_unit_repeat1] = STATE(53), - [aux_sym_declaration_repeat1] = STATE(524), + [sym_char_literal] = STATE(1161), + [sym_concatenated_string] = STATE(1161), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(1161), + [sym__empty_declaration] = STATE(52), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(532), + [sym_layout_specification] = STATE(532), + [aux_sym_translation_unit_repeat1] = STATE(52), + [aux_sym_declaration_repeat1] = STATE(532), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(517), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(518), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [ts_builtin_sym_end] = ACTIONS(5), [sym_identifier] = ACTIONS(7), [aux_sym_preproc_include_token1] = ACTIONS(9), @@ -16525,79 +16520,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [2] = { - [sym_preproc_include] = STATE(14), - [sym_preproc_def] = STATE(14), - [sym_preproc_function_def] = STATE(14), - [sym_preproc_call] = STATE(14), - [sym_preproc_if] = STATE(14), - [sym_preproc_ifdef] = STATE(14), - [sym_preproc_else] = STATE(1901), - [sym_preproc_elif] = STATE(1901), - [sym_preproc_elifdef] = STATE(1901), - [sym_function_definition] = STATE(14), - [sym_declaration] = STATE(14), - [sym_type_definition] = STATE(14), + [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(1964), + [sym_preproc_elif] = STATE(1964), + [sym_preproc_elifdef] = STATE(1964), + [sym_function_definition] = STATE(6), + [sym_declaration] = STATE(6), + [sym_type_definition] = STATE(6), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1330), - [sym_linkage_specification] = STATE(14), + [sym__declaration_specifiers] = STATE(1328), + [sym_linkage_specification] = STATE(6), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(849), - [sym_compound_statement] = STATE(14), + [sym_ms_call_modifier] = STATE(852), + [sym_compound_statement] = STATE(6), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1013), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_attributed_statement] = STATE(14), - [sym_labeled_statement] = STATE(14), - [sym_expression_statement] = STATE(14), - [sym_if_statement] = STATE(14), - [sym_switch_statement] = STATE(14), - [sym_case_statement] = STATE(14), - [sym_while_statement] = STATE(14), - [sym_do_statement] = STATE(14), - [sym_for_statement] = STATE(14), - [sym_return_statement] = STATE(14), - [sym_break_statement] = STATE(14), - [sym_continue_statement] = STATE(14), - [sym_goto_statement] = STATE(14), - [sym__expression] = STATE(1081), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1811), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(1014), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [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(1069), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1922), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(14), - [sym_macro_type_specifier] = STATE(1000), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(6), + [sym_macro_type_specifier] = STATE(997), [sym_extension_storage_class] = STATE(536), [sym_layout_specification] = STATE(536), - [aux_sym_preproc_if_repeat1] = STATE(14), + [aux_sym_preproc_if_repeat1] = STATE(6), [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(487), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(482), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(111), [aux_sym_preproc_include_token1] = ACTIONS(113), [aux_sym_preproc_def_token1] = ACTIONS(115), @@ -16734,79 +16729,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [3] = { - [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(1799), - [sym_preproc_elif] = STATE(1799), - [sym_preproc_elifdef] = STATE(1799), - [sym_function_definition] = STATE(2), - [sym_declaration] = STATE(2), - [sym_type_definition] = STATE(2), + [sym_preproc_include] = STATE(5), + [sym_preproc_def] = STATE(5), + [sym_preproc_function_def] = STATE(5), + [sym_preproc_call] = STATE(5), + [sym_preproc_if] = STATE(5), + [sym_preproc_ifdef] = STATE(5), + [sym_preproc_else] = STATE(1797), + [sym_preproc_elif] = STATE(1797), + [sym_preproc_elifdef] = STATE(1797), + [sym_function_definition] = STATE(5), + [sym_declaration] = STATE(5), + [sym_type_definition] = STATE(5), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1330), - [sym_linkage_specification] = STATE(2), + [sym__declaration_specifiers] = STATE(1328), + [sym_linkage_specification] = STATE(5), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(849), - [sym_compound_statement] = STATE(2), + [sym_ms_call_modifier] = STATE(852), + [sym_compound_statement] = STATE(5), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1013), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [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(1081), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1811), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(1014), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [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(1069), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1922), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(2), - [sym_macro_type_specifier] = STATE(1000), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(5), + [sym_macro_type_specifier] = STATE(997), [sym_extension_storage_class] = STATE(536), [sym_layout_specification] = STATE(536), - [aux_sym_preproc_if_repeat1] = STATE(2), + [aux_sym_preproc_if_repeat1] = STATE(5), [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(487), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(482), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(111), [aux_sym_preproc_include_token1] = ACTIONS(113), [aux_sym_preproc_def_token1] = ACTIONS(115), @@ -16943,33 +16938,242 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [4] = { + [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(2058), + [sym_preproc_elif] = STATE(2058), + [sym_preproc_elifdef] = STATE(2058), + [sym_function_definition] = STATE(11), + [sym_declaration] = STATE(11), + [sym_type_definition] = STATE(11), + [sym__declaration_modifiers] = STATE(870), + [sym__declaration_specifiers] = STATE(1328), + [sym_linkage_specification] = STATE(11), + [sym_attribute_specifier] = STATE(870), + [sym_attribute_declaration] = STATE(555), + [sym_ms_declspec_modifier] = STATE(870), + [sym_ms_call_modifier] = STATE(852), + [sym_compound_statement] = STATE(11), + [sym_storage_class_specifier] = STATE(870), + [sym_type_qualifier] = STATE(870), + [sym__type_specifier] = STATE(1014), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [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(1069), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1922), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), + [sym_pointer_expression] = STATE(917), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), + [sym_subscript_expression] = STATE(917), + [sym_call_expression] = STATE(917), + [sym_gnu_asm_expression] = STATE(897), + [sym_field_expression] = STATE(917), + [sym_compound_literal_expression] = STATE(897), + [sym_parenthesized_expression] = STATE(917), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(11), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(536), + [sym_layout_specification] = STATE(536), + [aux_sym_preproc_if_repeat1] = STATE(11), + [aux_sym_declaration_repeat1] = STATE(536), + [aux_sym__declaration_specifiers_repeat1] = STATE(870), + [aux_sym_attributed_declarator_repeat1] = STATE(482), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [sym_identifier] = ACTIONS(111), + [aux_sym_preproc_include_token1] = ACTIONS(113), + [aux_sym_preproc_def_token1] = ACTIONS(115), + [aux_sym_preproc_if_token1] = ACTIONS(117), + [aux_sym_preproc_if_token2] = ACTIONS(175), + [aux_sym_preproc_ifdef_token1] = ACTIONS(121), + [aux_sym_preproc_ifdef_token2] = ACTIONS(121), + [aux_sym_preproc_else_token1] = ACTIONS(123), + [aux_sym_preproc_elif_token1] = ACTIONS(125), + [aux_sym_preproc_elifdef_token1] = ACTIONS(127), + [aux_sym_preproc_elifdef_token2] = ACTIONS(127), + [sym_preproc_directive] = ACTIONS(129), + [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_subroutine] = ACTIONS(131), + [anon_sym_invariant] = ACTIONS(133), + [anon_sym_precise] = ACTIONS(133), + [anon_sym_SEMI] = ACTIONS(135), + [anon_sym_in] = ACTIONS(137), + [anon_sym_out] = ACTIONS(137), + [anon_sym_inout] = ACTIONS(137), + [anon_sym_uniform] = ACTIONS(137), + [anon_sym_shared] = ACTIONS(137), + [anon_sym_attribute] = ACTIONS(137), + [anon_sym_varying] = ACTIONS(137), + [anon_sym_buffer] = ACTIONS(137), + [anon_sym_coherent] = ACTIONS(137), + [anon_sym_readonly] = ACTIONS(137), + [anon_sym_writeonly] = ACTIONS(137), + [anon_sym_precision] = ACTIONS(137), + [anon_sym_highp] = ACTIONS(137), + [anon_sym_mediump] = ACTIONS(137), + [anon_sym_lowp] = ACTIONS(137), + [anon_sym_centroid] = ACTIONS(137), + [anon_sym_sample] = ACTIONS(137), + [anon_sym_patch] = ACTIONS(137), + [anon_sym_smooth] = ACTIONS(137), + [anon_sym_flat] = ACTIONS(137), + [anon_sym_noperspective] = ACTIONS(137), + [anon_sym___extension__] = ACTIONS(139), + [anon_sym_typedef] = ACTIONS(141), + [anon_sym_extern] = ACTIONS(143), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_LBRACK_LBRACK] = ACTIONS(41), + [anon_sym___declspec] = ACTIONS(43), + [anon_sym___cdecl] = ACTIONS(45), + [anon_sym___clrcall] = ACTIONS(45), + [anon_sym___stdcall] = ACTIONS(45), + [anon_sym___fastcall] = ACTIONS(45), + [anon_sym___thiscall] = ACTIONS(45), + [anon_sym___vectorcall] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(145), + [anon_sym_signed] = ACTIONS(49), + [anon_sym_unsigned] = ACTIONS(49), + [anon_sym_long] = ACTIONS(49), + [anon_sym_short] = ACTIONS(49), + [anon_sym_static] = ACTIONS(51), + [anon_sym_auto] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym___inline] = ACTIONS(51), + [anon_sym___inline__] = ACTIONS(51), + [anon_sym___forceinline] = ACTIONS(51), + [anon_sym_thread_local] = ACTIONS(51), + [anon_sym___thread] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym___restrict__] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym__Noreturn] = ACTIONS(53), + [anon_sym_noreturn] = ACTIONS(53), + [sym_primitive_type] = ACTIONS(55), + [anon_sym_enum] = ACTIONS(57), + [anon_sym_struct] = ACTIONS(59), + [anon_sym_union] = ACTIONS(61), + [anon_sym_if] = ACTIONS(147), + [anon_sym_switch] = ACTIONS(149), + [anon_sym_case] = ACTIONS(151), + [anon_sym_default] = ACTIONS(153), + [anon_sym_while] = ACTIONS(155), + [anon_sym_do] = ACTIONS(157), + [anon_sym_for] = ACTIONS(159), + [anon_sym_return] = ACTIONS(161), + [anon_sym_break] = ACTIONS(163), + [anon_sym_continue] = ACTIONS(165), + [anon_sym_goto] = ACTIONS(167), + [anon_sym_DASH_DASH] = ACTIONS(85), + [anon_sym_PLUS_PLUS] = ACTIONS(85), + [anon_sym_sizeof] = ACTIONS(87), + [anon_sym___alignof__] = ACTIONS(89), + [anon_sym___alignof] = ACTIONS(89), + [anon_sym__alignof] = ACTIONS(89), + [anon_sym_alignof] = ACTIONS(89), + [anon_sym__Alignof] = ACTIONS(89), + [anon_sym_offsetof] = ACTIONS(91), + [anon_sym__Generic] = ACTIONS(93), + [anon_sym_asm] = ACTIONS(95), + [anon_sym___asm__] = ACTIONS(95), + [sym_number_literal] = ACTIONS(169), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(171), + [sym_false] = ACTIONS(171), + [anon_sym_NULL] = ACTIONS(105), + [anon_sym_nullptr] = ACTIONS(105), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(107), + [anon_sym_rayPayloadInEXT] = ACTIONS(107), + [anon_sym_hitAttributeEXT] = ACTIONS(107), + [anon_sym_callableDataEXT] = ACTIONS(107), + [anon_sym_callableDataInEXT] = ACTIONS(107), + [anon_sym_shaderRecordEXT] = ACTIONS(107), + [anon_sym_rayPayloadNV] = ACTIONS(107), + [anon_sym_rayPayloadInNV] = ACTIONS(107), + [anon_sym_hitAttributeNV] = ACTIONS(107), + [anon_sym_callableDataNV] = ACTIONS(107), + [anon_sym_callableDataInNV] = ACTIONS(107), + [anon_sym_shaderRecordNV] = ACTIONS(107), + [anon_sym_layout] = ACTIONS(109), + }, + [5] = { [sym_preproc_include] = STATE(14), [sym_preproc_def] = STATE(14), [sym_preproc_function_def] = STATE(14), [sym_preproc_call] = STATE(14), [sym_preproc_if] = STATE(14), [sym_preproc_ifdef] = STATE(14), - [sym_preproc_else] = STATE(1852), - [sym_preproc_elif] = STATE(1852), - [sym_preproc_elifdef] = STATE(1852), + [sym_preproc_else] = STATE(1891), + [sym_preproc_elif] = STATE(1891), + [sym_preproc_elifdef] = STATE(1891), [sym_function_definition] = STATE(14), [sym_declaration] = STATE(14), [sym_type_definition] = STATE(14), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1330), + [sym__declaration_specifiers] = STATE(1328), [sym_linkage_specification] = STATE(14), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(849), + [sym_ms_call_modifier] = STATE(852), [sym_compound_statement] = STATE(14), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1013), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), + [sym__type_specifier] = STATE(1014), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), [sym_attributed_statement] = STATE(14), [sym_labeled_statement] = STATE(14), [sym_expression_statement] = STATE(14), @@ -16983,44 +17187,44 @@ 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(1081), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1811), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__expression] = STATE(1069), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1922), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), [sym__empty_declaration] = STATE(14), - [sym_macro_type_specifier] = STATE(1000), + [sym_macro_type_specifier] = STATE(997), [sym_extension_storage_class] = STATE(536), [sym_layout_specification] = STATE(536), [aux_sym_preproc_if_repeat1] = STATE(14), [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(487), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(482), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(111), [aux_sym_preproc_include_token1] = ACTIONS(113), [aux_sym_preproc_def_token1] = ACTIONS(115), [aux_sym_preproc_if_token1] = ACTIONS(117), - [aux_sym_preproc_if_token2] = ACTIONS(175), + [aux_sym_preproc_if_token2] = ACTIONS(177), [aux_sym_preproc_ifdef_token1] = ACTIONS(121), [aux_sym_preproc_ifdef_token2] = ACTIONS(121), [aux_sym_preproc_else_token1] = ACTIONS(123), @@ -17151,34 +17355,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(107), [anon_sym_layout] = ACTIONS(109), }, - [5] = { + [6] = { [sym_preproc_include] = STATE(14), [sym_preproc_def] = STATE(14), [sym_preproc_function_def] = STATE(14), [sym_preproc_call] = STATE(14), [sym_preproc_if] = STATE(14), [sym_preproc_ifdef] = STATE(14), - [sym_preproc_else] = STATE(2015), - [sym_preproc_elif] = STATE(2015), - [sym_preproc_elifdef] = STATE(2015), + [sym_preproc_else] = STATE(1805), + [sym_preproc_elif] = STATE(1805), + [sym_preproc_elifdef] = STATE(1805), [sym_function_definition] = STATE(14), [sym_declaration] = STATE(14), [sym_type_definition] = STATE(14), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1330), + [sym__declaration_specifiers] = STATE(1328), [sym_linkage_specification] = STATE(14), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(849), + [sym_ms_call_modifier] = STATE(852), [sym_compound_statement] = STATE(14), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1013), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), + [sym__type_specifier] = STATE(1014), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), [sym_attributed_statement] = STATE(14), [sym_labeled_statement] = STATE(14), [sym_expression_statement] = STATE(14), @@ -17192,44 +17396,44 @@ 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(1081), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1811), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__expression] = STATE(1069), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1922), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), [sym__empty_declaration] = STATE(14), - [sym_macro_type_specifier] = STATE(1000), + [sym_macro_type_specifier] = STATE(997), [sym_extension_storage_class] = STATE(536), [sym_layout_specification] = STATE(536), [aux_sym_preproc_if_repeat1] = STATE(14), [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(487), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(482), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(111), [aux_sym_preproc_include_token1] = ACTIONS(113), [aux_sym_preproc_def_token1] = ACTIONS(115), [aux_sym_preproc_if_token1] = ACTIONS(117), - [aux_sym_preproc_if_token2] = ACTIONS(177), + [aux_sym_preproc_if_token2] = ACTIONS(179), [aux_sym_preproc_ifdef_token1] = ACTIONS(121), [aux_sym_preproc_ifdef_token2] = ACTIONS(121), [aux_sym_preproc_else_token1] = ACTIONS(123), @@ -17360,85 +17564,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(107), [anon_sym_layout] = ACTIONS(109), }, - [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(1790), - [sym_preproc_elif] = STATE(1790), - [sym_preproc_elifdef] = STATE(1790), - [sym_function_definition] = STATE(4), - [sym_declaration] = STATE(4), - [sym_type_definition] = STATE(4), + [7] = { + [sym_preproc_include] = STATE(9), + [sym_preproc_def] = STATE(9), + [sym_preproc_function_def] = STATE(9), + [sym_preproc_call] = STATE(9), + [sym_preproc_if] = STATE(9), + [sym_preproc_ifdef] = STATE(9), + [sym_preproc_else] = STATE(1972), + [sym_preproc_elif] = STATE(1972), + [sym_preproc_elifdef] = STATE(1972), + [sym_function_definition] = STATE(9), + [sym_declaration] = STATE(9), + [sym_type_definition] = STATE(9), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1330), - [sym_linkage_specification] = STATE(4), + [sym__declaration_specifiers] = STATE(1328), + [sym_linkage_specification] = STATE(9), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(849), - [sym_compound_statement] = STATE(4), + [sym_ms_call_modifier] = STATE(852), + [sym_compound_statement] = STATE(9), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1013), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [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(1081), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1811), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(1014), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(9), + [sym_labeled_statement] = STATE(9), + [sym_expression_statement] = STATE(9), + [sym_if_statement] = STATE(9), + [sym_switch_statement] = STATE(9), + [sym_case_statement] = STATE(9), + [sym_while_statement] = STATE(9), + [sym_do_statement] = STATE(9), + [sym_for_statement] = STATE(9), + [sym_return_statement] = STATE(9), + [sym_break_statement] = STATE(9), + [sym_continue_statement] = STATE(9), + [sym_goto_statement] = STATE(9), + [sym__expression] = STATE(1069), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1922), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(4), - [sym_macro_type_specifier] = STATE(1000), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(9), + [sym_macro_type_specifier] = STATE(997), [sym_extension_storage_class] = STATE(536), [sym_layout_specification] = STATE(536), - [aux_sym_preproc_if_repeat1] = STATE(4), + [aux_sym_preproc_if_repeat1] = STATE(9), [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(487), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(482), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(111), [aux_sym_preproc_include_token1] = ACTIONS(113), [aux_sym_preproc_def_token1] = ACTIONS(115), [aux_sym_preproc_if_token1] = ACTIONS(117), - [aux_sym_preproc_if_token2] = ACTIONS(179), + [aux_sym_preproc_if_token2] = ACTIONS(181), [aux_sym_preproc_ifdef_token1] = ACTIONS(121), [aux_sym_preproc_ifdef_token2] = ACTIONS(121), [aux_sym_preproc_else_token1] = ACTIONS(123), @@ -17569,34 +17773,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(107), [anon_sym_layout] = ACTIONS(109), }, - [7] = { + [8] = { [sym_preproc_include] = STATE(14), [sym_preproc_def] = STATE(14), [sym_preproc_function_def] = STATE(14), [sym_preproc_call] = STATE(14), [sym_preproc_if] = STATE(14), [sym_preproc_ifdef] = STATE(14), - [sym_preproc_else] = STATE(1985), - [sym_preproc_elif] = STATE(1985), - [sym_preproc_elifdef] = STATE(1985), + [sym_preproc_else] = STATE(1850), + [sym_preproc_elif] = STATE(1850), + [sym_preproc_elifdef] = STATE(1850), [sym_function_definition] = STATE(14), [sym_declaration] = STATE(14), [sym_type_definition] = STATE(14), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1330), + [sym__declaration_specifiers] = STATE(1328), [sym_linkage_specification] = STATE(14), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(849), + [sym_ms_call_modifier] = STATE(852), [sym_compound_statement] = STATE(14), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1013), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), + [sym__type_specifier] = STATE(1014), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), [sym_attributed_statement] = STATE(14), [sym_labeled_statement] = STATE(14), [sym_expression_statement] = STATE(14), @@ -17610,248 +17814,39 @@ 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(1081), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1811), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__expression] = STATE(1069), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1922), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), [sym__empty_declaration] = STATE(14), - [sym_macro_type_specifier] = STATE(1000), + [sym_macro_type_specifier] = STATE(997), [sym_extension_storage_class] = STATE(536), [sym_layout_specification] = STATE(536), [aux_sym_preproc_if_repeat1] = STATE(14), [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(487), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [sym_identifier] = ACTIONS(111), - [aux_sym_preproc_include_token1] = ACTIONS(113), - [aux_sym_preproc_def_token1] = ACTIONS(115), - [aux_sym_preproc_if_token1] = ACTIONS(117), - [aux_sym_preproc_if_token2] = ACTIONS(181), - [aux_sym_preproc_ifdef_token1] = ACTIONS(121), - [aux_sym_preproc_ifdef_token2] = ACTIONS(121), - [aux_sym_preproc_else_token1] = ACTIONS(123), - [aux_sym_preproc_elif_token1] = ACTIONS(125), - [aux_sym_preproc_elifdef_token1] = ACTIONS(127), - [aux_sym_preproc_elifdef_token2] = ACTIONS(127), - [sym_preproc_directive] = ACTIONS(129), - [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_subroutine] = ACTIONS(131), - [anon_sym_invariant] = ACTIONS(133), - [anon_sym_precise] = ACTIONS(133), - [anon_sym_SEMI] = ACTIONS(135), - [anon_sym_in] = ACTIONS(137), - [anon_sym_out] = ACTIONS(137), - [anon_sym_inout] = ACTIONS(137), - [anon_sym_uniform] = ACTIONS(137), - [anon_sym_shared] = ACTIONS(137), - [anon_sym_attribute] = ACTIONS(137), - [anon_sym_varying] = ACTIONS(137), - [anon_sym_buffer] = ACTIONS(137), - [anon_sym_coherent] = ACTIONS(137), - [anon_sym_readonly] = ACTIONS(137), - [anon_sym_writeonly] = ACTIONS(137), - [anon_sym_precision] = ACTIONS(137), - [anon_sym_highp] = ACTIONS(137), - [anon_sym_mediump] = ACTIONS(137), - [anon_sym_lowp] = ACTIONS(137), - [anon_sym_centroid] = ACTIONS(137), - [anon_sym_sample] = ACTIONS(137), - [anon_sym_patch] = ACTIONS(137), - [anon_sym_smooth] = ACTIONS(137), - [anon_sym_flat] = ACTIONS(137), - [anon_sym_noperspective] = ACTIONS(137), - [anon_sym___extension__] = ACTIONS(139), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_extern] = ACTIONS(143), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(41), - [anon_sym___declspec] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(45), - [anon_sym___clrcall] = ACTIONS(45), - [anon_sym___stdcall] = ACTIONS(45), - [anon_sym___fastcall] = ACTIONS(45), - [anon_sym___thiscall] = ACTIONS(45), - [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(145), - [anon_sym_signed] = ACTIONS(49), - [anon_sym_unsigned] = ACTIONS(49), - [anon_sym_long] = ACTIONS(49), - [anon_sym_short] = ACTIONS(49), - [anon_sym_static] = ACTIONS(51), - [anon_sym_auto] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym___inline] = ACTIONS(51), - [anon_sym___inline__] = ACTIONS(51), - [anon_sym___forceinline] = ACTIONS(51), - [anon_sym_thread_local] = ACTIONS(51), - [anon_sym___thread] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym___restrict__] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym__Noreturn] = ACTIONS(53), - [anon_sym_noreturn] = ACTIONS(53), - [sym_primitive_type] = ACTIONS(55), - [anon_sym_enum] = ACTIONS(57), - [anon_sym_struct] = ACTIONS(59), - [anon_sym_union] = ACTIONS(61), - [anon_sym_if] = ACTIONS(147), - [anon_sym_switch] = ACTIONS(149), - [anon_sym_case] = ACTIONS(151), - [anon_sym_default] = ACTIONS(153), - [anon_sym_while] = ACTIONS(155), - [anon_sym_do] = ACTIONS(157), - [anon_sym_for] = ACTIONS(159), - [anon_sym_return] = ACTIONS(161), - [anon_sym_break] = ACTIONS(163), - [anon_sym_continue] = ACTIONS(165), - [anon_sym_goto] = ACTIONS(167), - [anon_sym_DASH_DASH] = ACTIONS(85), - [anon_sym_PLUS_PLUS] = ACTIONS(85), - [anon_sym_sizeof] = ACTIONS(87), - [anon_sym___alignof__] = ACTIONS(89), - [anon_sym___alignof] = ACTIONS(89), - [anon_sym__alignof] = ACTIONS(89), - [anon_sym_alignof] = ACTIONS(89), - [anon_sym__Alignof] = ACTIONS(89), - [anon_sym_offsetof] = ACTIONS(91), - [anon_sym__Generic] = ACTIONS(93), - [anon_sym_asm] = ACTIONS(95), - [anon_sym___asm__] = ACTIONS(95), - [sym_number_literal] = ACTIONS(169), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(171), - [sym_false] = ACTIONS(171), - [anon_sym_NULL] = ACTIONS(105), - [anon_sym_nullptr] = ACTIONS(105), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(107), - [anon_sym_rayPayloadInEXT] = ACTIONS(107), - [anon_sym_hitAttributeEXT] = ACTIONS(107), - [anon_sym_callableDataEXT] = ACTIONS(107), - [anon_sym_callableDataInEXT] = ACTIONS(107), - [anon_sym_shaderRecordEXT] = ACTIONS(107), - [anon_sym_rayPayloadNV] = ACTIONS(107), - [anon_sym_rayPayloadInNV] = ACTIONS(107), - [anon_sym_hitAttributeNV] = ACTIONS(107), - [anon_sym_callableDataNV] = ACTIONS(107), - [anon_sym_callableDataInNV] = ACTIONS(107), - [anon_sym_shaderRecordNV] = ACTIONS(107), - [anon_sym_layout] = ACTIONS(109), - }, - [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(1981), - [sym_preproc_elif] = STATE(1981), - [sym_preproc_elifdef] = STATE(1981), - [sym_function_definition] = STATE(7), - [sym_declaration] = STATE(7), - [sym_type_definition] = STATE(7), - [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1330), - [sym_linkage_specification] = STATE(7), - [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), - [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(849), - [sym_compound_statement] = STATE(7), - [sym_storage_class_specifier] = STATE(870), - [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1013), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [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(1081), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1811), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), - [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), - [sym_subscript_expression] = STATE(917), - [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), - [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), - [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(7), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(536), - [sym_layout_specification] = STATE(536), - [aux_sym_preproc_if_repeat1] = STATE(7), - [aux_sym_declaration_repeat1] = STATE(536), - [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(487), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(482), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(111), [aux_sym_preproc_include_token1] = ACTIONS(113), [aux_sym_preproc_def_token1] = ACTIONS(115), @@ -17988,79 +17983,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [9] = { - [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(2060), - [sym_preproc_elif] = STATE(2060), - [sym_preproc_elifdef] = STATE(2060), - [sym_function_definition] = STATE(5), - [sym_declaration] = STATE(5), - [sym_type_definition] = STATE(5), + [sym_preproc_include] = STATE(14), + [sym_preproc_def] = STATE(14), + [sym_preproc_function_def] = STATE(14), + [sym_preproc_call] = STATE(14), + [sym_preproc_if] = STATE(14), + [sym_preproc_ifdef] = STATE(14), + [sym_preproc_else] = STATE(1980), + [sym_preproc_elif] = STATE(1980), + [sym_preproc_elifdef] = STATE(1980), + [sym_function_definition] = STATE(14), + [sym_declaration] = STATE(14), + [sym_type_definition] = STATE(14), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1330), - [sym_linkage_specification] = STATE(5), + [sym__declaration_specifiers] = STATE(1328), + [sym_linkage_specification] = STATE(14), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(849), - [sym_compound_statement] = STATE(5), + [sym_ms_call_modifier] = STATE(852), + [sym_compound_statement] = STATE(14), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1013), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [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(1081), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1811), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(1014), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(14), + [sym_labeled_statement] = STATE(14), + [sym_expression_statement] = STATE(14), + [sym_if_statement] = STATE(14), + [sym_switch_statement] = STATE(14), + [sym_case_statement] = STATE(14), + [sym_while_statement] = STATE(14), + [sym_do_statement] = STATE(14), + [sym_for_statement] = STATE(14), + [sym_return_statement] = STATE(14), + [sym_break_statement] = STATE(14), + [sym_continue_statement] = STATE(14), + [sym_goto_statement] = STATE(14), + [sym__expression] = STATE(1069), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1922), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(5), - [sym_macro_type_specifier] = STATE(1000), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(14), + [sym_macro_type_specifier] = STATE(997), [sym_extension_storage_class] = STATE(536), [sym_layout_specification] = STATE(536), - [aux_sym_preproc_if_repeat1] = STATE(5), + [aux_sym_preproc_if_repeat1] = STATE(14), [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(487), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(482), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(111), [aux_sym_preproc_include_token1] = ACTIONS(113), [aux_sym_preproc_def_token1] = ACTIONS(115), @@ -18197,79 +18192,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [10] = { - [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(1966), - [sym_preproc_elif] = STATE(1966), - [sym_preproc_elifdef] = STATE(1966), - [sym_function_definition] = STATE(11), - [sym_declaration] = STATE(11), - [sym_type_definition] = STATE(11), + [sym_preproc_include] = STATE(8), + [sym_preproc_def] = STATE(8), + [sym_preproc_function_def] = STATE(8), + [sym_preproc_call] = STATE(8), + [sym_preproc_if] = STATE(8), + [sym_preproc_ifdef] = STATE(8), + [sym_preproc_else] = STATE(1887), + [sym_preproc_elif] = STATE(1887), + [sym_preproc_elifdef] = STATE(1887), + [sym_function_definition] = STATE(8), + [sym_declaration] = STATE(8), + [sym_type_definition] = STATE(8), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1330), - [sym_linkage_specification] = STATE(11), + [sym__declaration_specifiers] = STATE(1328), + [sym_linkage_specification] = STATE(8), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(849), - [sym_compound_statement] = STATE(11), + [sym_ms_call_modifier] = STATE(852), + [sym_compound_statement] = STATE(8), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1013), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [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(1081), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1811), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(1014), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(8), + [sym_labeled_statement] = STATE(8), + [sym_expression_statement] = STATE(8), + [sym_if_statement] = STATE(8), + [sym_switch_statement] = STATE(8), + [sym_case_statement] = STATE(8), + [sym_while_statement] = STATE(8), + [sym_do_statement] = STATE(8), + [sym_for_statement] = STATE(8), + [sym_return_statement] = STATE(8), + [sym_break_statement] = STATE(8), + [sym_continue_statement] = STATE(8), + [sym_goto_statement] = STATE(8), + [sym__expression] = STATE(1069), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1922), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(11), - [sym_macro_type_specifier] = STATE(1000), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(8), + [sym_macro_type_specifier] = STATE(997), [sym_extension_storage_class] = STATE(536), [sym_layout_specification] = STATE(536), - [aux_sym_preproc_if_repeat1] = STATE(11), + [aux_sym_preproc_if_repeat1] = STATE(8), [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(487), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(482), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(111), [aux_sym_preproc_include_token1] = ACTIONS(113), [aux_sym_preproc_def_token1] = ACTIONS(115), @@ -18412,27 +18407,27 @@ 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(1808), - [sym_preproc_elif] = STATE(1808), - [sym_preproc_elifdef] = STATE(1808), + [sym_preproc_else] = STATE(2013), + [sym_preproc_elif] = STATE(2013), + [sym_preproc_elifdef] = STATE(2013), [sym_function_definition] = STATE(14), [sym_declaration] = STATE(14), [sym_type_definition] = STATE(14), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1330), + [sym__declaration_specifiers] = STATE(1328), [sym_linkage_specification] = STATE(14), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(849), + [sym_ms_call_modifier] = STATE(852), [sym_compound_statement] = STATE(14), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1013), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), + [sym__type_specifier] = STATE(1014), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), [sym_attributed_statement] = STATE(14), [sym_labeled_statement] = STATE(14), [sym_expression_statement] = STATE(14), @@ -18446,39 +18441,39 @@ 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(1081), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1811), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__expression] = STATE(1069), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1922), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), [sym__empty_declaration] = STATE(14), - [sym_macro_type_specifier] = STATE(1000), + [sym_macro_type_specifier] = STATE(997), [sym_extension_storage_class] = STATE(536), [sym_layout_specification] = STATE(536), [aux_sym_preproc_if_repeat1] = STATE(14), [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(487), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(482), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(111), [aux_sym_preproc_include_token1] = ACTIONS(113), [aux_sym_preproc_def_token1] = ACTIONS(115), @@ -18615,78 +18610,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [12] = { - [sym_preproc_include] = STATE(27), - [sym_preproc_def] = STATE(27), - [sym_preproc_function_def] = STATE(27), - [sym_preproc_call] = STATE(27), - [sym_preproc_if] = STATE(27), - [sym_preproc_ifdef] = STATE(27), - [sym_preproc_else] = STATE(1977), - [sym_preproc_elif] = STATE(1977), - [sym_function_definition] = STATE(27), - [sym_declaration] = STATE(27), - [sym_type_definition] = STATE(27), + [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(1801), + [sym_preproc_elif] = STATE(1801), + [sym_function_definition] = STATE(20), + [sym_declaration] = STATE(20), + [sym_type_definition] = STATE(20), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1319), - [sym_linkage_specification] = STATE(27), + [sym__declaration_specifiers] = STATE(1317), + [sym_linkage_specification] = STATE(20), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(865), - [sym_compound_statement] = STATE(27), + [sym_ms_call_modifier] = STATE(853), + [sym_compound_statement] = STATE(20), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1017), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_attributed_statement] = STATE(27), - [sym_labeled_statement] = STATE(27), - [sym_expression_statement] = STATE(27), - [sym_if_statement] = STATE(27), - [sym_switch_statement] = STATE(27), - [sym_case_statement] = STATE(27), - [sym_while_statement] = STATE(27), - [sym_do_statement] = STATE(27), - [sym_for_statement] = STATE(27), - [sym_return_statement] = STATE(27), - [sym_break_statement] = STATE(27), - [sym_continue_statement] = STATE(27), - [sym_goto_statement] = STATE(27), - [sym__expression] = STATE(1080), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1807), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(1013), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [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(1062), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1892), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(27), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(530), - [sym_layout_specification] = STATE(530), - [aux_sym_preproc_if_repeat1] = STATE(27), - [aux_sym_declaration_repeat1] = STATE(530), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(20), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(539), + [sym_layout_specification] = STATE(539), + [aux_sym_preproc_if_repeat1] = STATE(20), + [aux_sym_declaration_repeat1] = STATE(539), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(494), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(492), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(191), [aux_sym_preproc_include_token1] = ACTIONS(193), [aux_sym_preproc_def_token1] = ACTIONS(195), @@ -18821,78 +18816,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [13] = { - [sym_preproc_include] = STATE(25), - [sym_preproc_def] = STATE(25), - [sym_preproc_function_def] = STATE(25), - [sym_preproc_call] = STATE(25), - [sym_preproc_if] = STATE(25), - [sym_preproc_ifdef] = STATE(25), - [sym_preproc_else] = STATE(1821), - [sym_preproc_elif] = STATE(1821), - [sym_function_definition] = STATE(25), - [sym_declaration] = STATE(25), - [sym_type_definition] = STATE(25), + [sym_preproc_include] = STATE(27), + [sym_preproc_def] = STATE(27), + [sym_preproc_function_def] = STATE(27), + [sym_preproc_call] = STATE(27), + [sym_preproc_if] = STATE(27), + [sym_preproc_ifdef] = STATE(27), + [sym_preproc_else] = STATE(1997), + [sym_preproc_elif] = STATE(1997), + [sym_function_definition] = STATE(27), + [sym_declaration] = STATE(27), + [sym_type_definition] = STATE(27), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1319), - [sym_linkage_specification] = STATE(25), + [sym__declaration_specifiers] = STATE(1317), + [sym_linkage_specification] = STATE(27), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(865), - [sym_compound_statement] = STATE(25), + [sym_ms_call_modifier] = STATE(853), + [sym_compound_statement] = STATE(27), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1017), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [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(1080), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1807), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(1013), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(27), + [sym_labeled_statement] = STATE(27), + [sym_expression_statement] = STATE(27), + [sym_if_statement] = STATE(27), + [sym_switch_statement] = STATE(27), + [sym_case_statement] = STATE(27), + [sym_while_statement] = STATE(27), + [sym_do_statement] = STATE(27), + [sym_for_statement] = STATE(27), + [sym_return_statement] = STATE(27), + [sym_break_statement] = STATE(27), + [sym_continue_statement] = STATE(27), + [sym_goto_statement] = STATE(27), + [sym__expression] = STATE(1062), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1892), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(25), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(530), - [sym_layout_specification] = STATE(530), - [aux_sym_preproc_if_repeat1] = STATE(25), - [aux_sym_declaration_repeat1] = STATE(530), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(27), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(539), + [sym_layout_specification] = STATE(539), + [aux_sym_preproc_if_repeat1] = STATE(27), + [aux_sym_declaration_repeat1] = STATE(539), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(494), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(492), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(191), [aux_sym_preproc_include_token1] = ACTIONS(193), [aux_sym_preproc_def_token1] = ACTIONS(195), @@ -19037,20 +19032,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_declaration] = STATE(14), [sym_type_definition] = STATE(14), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1330), + [sym__declaration_specifiers] = STATE(1328), [sym_linkage_specification] = STATE(14), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(849), + [sym_ms_call_modifier] = STATE(852), [sym_compound_statement] = STATE(14), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1013), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), + [sym__type_specifier] = STATE(1014), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), [sym_attributed_statement] = STATE(14), [sym_labeled_statement] = STATE(14), [sym_expression_statement] = STATE(14), @@ -19064,39 +19059,39 @@ 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(1081), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1811), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__expression] = STATE(1069), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1922), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), [sym__empty_declaration] = STATE(14), - [sym_macro_type_specifier] = STATE(1000), + [sym_macro_type_specifier] = STATE(997), [sym_extension_storage_class] = STATE(536), [sym_layout_specification] = STATE(536), [aux_sym_preproc_if_repeat1] = STATE(14), [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(487), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(482), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(245), [aux_sym_preproc_include_token1] = ACTIONS(248), [aux_sym_preproc_def_token1] = ACTIONS(251), @@ -19239,26 +19234,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(27), [sym_preproc_if] = STATE(27), [sym_preproc_ifdef] = STATE(27), - [sym_preproc_else] = STATE(1933), - [sym_preproc_elif] = STATE(1933), + [sym_preproc_else] = STATE(1934), + [sym_preproc_elif] = STATE(1934), [sym_function_definition] = STATE(27), [sym_declaration] = STATE(27), [sym_type_definition] = STATE(27), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1319), + [sym__declaration_specifiers] = STATE(1317), [sym_linkage_specification] = STATE(27), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(865), + [sym_ms_call_modifier] = STATE(853), [sym_compound_statement] = STATE(27), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1017), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), + [sym__type_specifier] = STATE(1013), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), [sym_attributed_statement] = STATE(27), [sym_labeled_statement] = STATE(27), [sym_expression_statement] = STATE(27), @@ -19272,39 +19267,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(27), [sym_continue_statement] = STATE(27), [sym_goto_statement] = STATE(27), - [sym__expression] = STATE(1080), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1807), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__expression] = STATE(1062), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1892), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), [sym__empty_declaration] = STATE(27), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(530), - [sym_layout_specification] = STATE(530), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(539), + [sym_layout_specification] = STATE(539), [aux_sym_preproc_if_repeat1] = STATE(27), - [aux_sym_declaration_repeat1] = STATE(530), + [aux_sym_declaration_repeat1] = STATE(539), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(494), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(492), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(191), [aux_sym_preproc_include_token1] = ACTIONS(193), [aux_sym_preproc_def_token1] = ACTIONS(195), @@ -19439,78 +19434,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [16] = { - [sym_preproc_include] = STATE(15), - [sym_preproc_def] = STATE(15), - [sym_preproc_function_def] = STATE(15), - [sym_preproc_call] = STATE(15), - [sym_preproc_if] = STATE(15), - [sym_preproc_ifdef] = STATE(15), - [sym_preproc_else] = STATE(1888), - [sym_preproc_elif] = STATE(1888), - [sym_function_definition] = STATE(15), - [sym_declaration] = STATE(15), - [sym_type_definition] = STATE(15), + [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(2018), + [sym_preproc_elif] = STATE(2018), + [sym_function_definition] = STATE(13), + [sym_declaration] = STATE(13), + [sym_type_definition] = STATE(13), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1319), - [sym_linkage_specification] = STATE(15), + [sym__declaration_specifiers] = STATE(1317), + [sym_linkage_specification] = STATE(13), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(865), - [sym_compound_statement] = STATE(15), + [sym_ms_call_modifier] = STATE(853), + [sym_compound_statement] = STATE(13), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1017), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_attributed_statement] = STATE(15), - [sym_labeled_statement] = STATE(15), - [sym_expression_statement] = STATE(15), - [sym_if_statement] = STATE(15), - [sym_switch_statement] = STATE(15), - [sym_case_statement] = STATE(15), - [sym_while_statement] = STATE(15), - [sym_do_statement] = STATE(15), - [sym_for_statement] = STATE(15), - [sym_return_statement] = STATE(15), - [sym_break_statement] = STATE(15), - [sym_continue_statement] = STATE(15), - [sym_goto_statement] = STATE(15), - [sym__expression] = STATE(1080), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1807), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(1013), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [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(1062), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1892), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(15), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(530), - [sym_layout_specification] = STATE(530), - [aux_sym_preproc_if_repeat1] = STATE(15), - [aux_sym_declaration_repeat1] = STATE(530), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(13), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(539), + [sym_layout_specification] = STATE(539), + [aux_sym_preproc_if_repeat1] = STATE(13), + [aux_sym_declaration_repeat1] = STATE(539), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(494), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(492), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(191), [aux_sym_preproc_include_token1] = ACTIONS(193), [aux_sym_preproc_def_token1] = ACTIONS(195), @@ -19645,78 +19640,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [17] = { - [sym_preproc_include] = STATE(27), - [sym_preproc_def] = STATE(27), - [sym_preproc_function_def] = STATE(27), - [sym_preproc_call] = STATE(27), - [sym_preproc_if] = STATE(27), - [sym_preproc_ifdef] = STATE(27), - [sym_preproc_else] = STATE(1998), - [sym_preproc_elif] = STATE(1998), - [sym_function_definition] = STATE(27), - [sym_declaration] = STATE(27), - [sym_type_definition] = STATE(27), + [sym_preproc_include] = STATE(22), + [sym_preproc_def] = STATE(22), + [sym_preproc_function_def] = STATE(22), + [sym_preproc_call] = STATE(22), + [sym_preproc_if] = STATE(22), + [sym_preproc_ifdef] = STATE(22), + [sym_preproc_else] = STATE(1851), + [sym_preproc_elif] = STATE(1851), + [sym_function_definition] = STATE(22), + [sym_declaration] = STATE(22), + [sym_type_definition] = STATE(22), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1319), - [sym_linkage_specification] = STATE(27), + [sym__declaration_specifiers] = STATE(1317), + [sym_linkage_specification] = STATE(22), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(865), - [sym_compound_statement] = STATE(27), + [sym_ms_call_modifier] = STATE(853), + [sym_compound_statement] = STATE(22), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1017), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_attributed_statement] = STATE(27), - [sym_labeled_statement] = STATE(27), - [sym_expression_statement] = STATE(27), - [sym_if_statement] = STATE(27), - [sym_switch_statement] = STATE(27), - [sym_case_statement] = STATE(27), - [sym_while_statement] = STATE(27), - [sym_do_statement] = STATE(27), - [sym_for_statement] = STATE(27), - [sym_return_statement] = STATE(27), - [sym_break_statement] = STATE(27), - [sym_continue_statement] = STATE(27), - [sym_goto_statement] = STATE(27), - [sym__expression] = STATE(1080), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1807), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(1013), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [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(1062), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1892), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(27), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(530), - [sym_layout_specification] = STATE(530), - [aux_sym_preproc_if_repeat1] = STATE(27), - [aux_sym_declaration_repeat1] = STATE(530), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(22), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(539), + [sym_layout_specification] = STATE(539), + [aux_sym_preproc_if_repeat1] = STATE(22), + [aux_sym_declaration_repeat1] = STATE(539), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(494), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(492), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(191), [aux_sym_preproc_include_token1] = ACTIONS(193), [aux_sym_preproc_def_token1] = ACTIONS(195), @@ -19851,78 +19846,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [18] = { - [sym_preproc_include] = STATE(27), - [sym_preproc_def] = STATE(27), - [sym_preproc_function_def] = STATE(27), - [sym_preproc_call] = STATE(27), - [sym_preproc_if] = STATE(27), - [sym_preproc_ifdef] = STATE(27), - [sym_preproc_else] = STATE(1915), - [sym_preproc_elif] = STATE(1915), - [sym_function_definition] = STATE(27), - [sym_declaration] = STATE(27), - [sym_type_definition] = STATE(27), + [sym_preproc_include] = STATE(19), + [sym_preproc_def] = STATE(19), + [sym_preproc_function_def] = STATE(19), + [sym_preproc_call] = STATE(19), + [sym_preproc_if] = STATE(19), + [sym_preproc_ifdef] = STATE(19), + [sym_preproc_else] = STATE(1946), + [sym_preproc_elif] = STATE(1946), + [sym_function_definition] = STATE(19), + [sym_declaration] = STATE(19), + [sym_type_definition] = STATE(19), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1319), - [sym_linkage_specification] = STATE(27), + [sym__declaration_specifiers] = STATE(1317), + [sym_linkage_specification] = STATE(19), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(865), - [sym_compound_statement] = STATE(27), + [sym_ms_call_modifier] = STATE(853), + [sym_compound_statement] = STATE(19), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1017), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_attributed_statement] = STATE(27), - [sym_labeled_statement] = STATE(27), - [sym_expression_statement] = STATE(27), - [sym_if_statement] = STATE(27), - [sym_switch_statement] = STATE(27), - [sym_case_statement] = STATE(27), - [sym_while_statement] = STATE(27), - [sym_do_statement] = STATE(27), - [sym_for_statement] = STATE(27), - [sym_return_statement] = STATE(27), - [sym_break_statement] = STATE(27), - [sym_continue_statement] = STATE(27), - [sym_goto_statement] = STATE(27), - [sym__expression] = STATE(1080), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1807), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(1013), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(19), + [sym_labeled_statement] = STATE(19), + [sym_expression_statement] = STATE(19), + [sym_if_statement] = STATE(19), + [sym_switch_statement] = STATE(19), + [sym_case_statement] = STATE(19), + [sym_while_statement] = STATE(19), + [sym_do_statement] = STATE(19), + [sym_for_statement] = STATE(19), + [sym_return_statement] = STATE(19), + [sym_break_statement] = STATE(19), + [sym_continue_statement] = STATE(19), + [sym_goto_statement] = STATE(19), + [sym__expression] = STATE(1062), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1892), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(27), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(530), - [sym_layout_specification] = STATE(530), - [aux_sym_preproc_if_repeat1] = STATE(27), - [aux_sym_declaration_repeat1] = STATE(530), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(19), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(539), + [sym_layout_specification] = STATE(539), + [aux_sym_preproc_if_repeat1] = STATE(19), + [aux_sym_declaration_repeat1] = STATE(539), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(494), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(492), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(191), [aux_sym_preproc_include_token1] = ACTIONS(193), [aux_sym_preproc_def_token1] = ACTIONS(195), @@ -20063,26 +20058,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(27), [sym_preproc_if] = STATE(27), [sym_preproc_ifdef] = STATE(27), - [sym_preproc_else] = STATE(1843), - [sym_preproc_elif] = STATE(1843), + [sym_preproc_else] = STATE(1913), + [sym_preproc_elif] = STATE(1913), [sym_function_definition] = STATE(27), [sym_declaration] = STATE(27), [sym_type_definition] = STATE(27), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1319), + [sym__declaration_specifiers] = STATE(1317), [sym_linkage_specification] = STATE(27), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(865), + [sym_ms_call_modifier] = STATE(853), [sym_compound_statement] = STATE(27), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1017), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), + [sym__type_specifier] = STATE(1013), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), [sym_attributed_statement] = STATE(27), [sym_labeled_statement] = STATE(27), [sym_expression_statement] = STATE(27), @@ -20096,39 +20091,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(27), [sym_continue_statement] = STATE(27), [sym_goto_statement] = STATE(27), - [sym__expression] = STATE(1080), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1807), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__expression] = STATE(1062), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1892), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), [sym__empty_declaration] = STATE(27), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(530), - [sym_layout_specification] = STATE(530), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(539), + [sym_layout_specification] = STATE(539), [aux_sym_preproc_if_repeat1] = STATE(27), - [aux_sym_declaration_repeat1] = STATE(530), + [aux_sym_declaration_repeat1] = STATE(539), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(494), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(492), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(191), [aux_sym_preproc_include_token1] = ACTIONS(193), [aux_sym_preproc_def_token1] = ACTIONS(195), @@ -20263,78 +20258,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [20] = { - [sym_preproc_include] = STATE(23), - [sym_preproc_def] = STATE(23), - [sym_preproc_function_def] = STATE(23), - [sym_preproc_call] = STATE(23), - [sym_preproc_if] = STATE(23), - [sym_preproc_ifdef] = STATE(23), - [sym_preproc_else] = STATE(1972), - [sym_preproc_elif] = STATE(1972), - [sym_function_definition] = STATE(23), - [sym_declaration] = STATE(23), - [sym_type_definition] = STATE(23), + [sym_preproc_include] = STATE(27), + [sym_preproc_def] = STATE(27), + [sym_preproc_function_def] = STATE(27), + [sym_preproc_call] = STATE(27), + [sym_preproc_if] = STATE(27), + [sym_preproc_ifdef] = STATE(27), + [sym_preproc_else] = STATE(1976), + [sym_preproc_elif] = STATE(1976), + [sym_function_definition] = STATE(27), + [sym_declaration] = STATE(27), + [sym_type_definition] = STATE(27), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1319), - [sym_linkage_specification] = STATE(23), + [sym__declaration_specifiers] = STATE(1317), + [sym_linkage_specification] = STATE(27), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(865), - [sym_compound_statement] = STATE(23), + [sym_ms_call_modifier] = STATE(853), + [sym_compound_statement] = STATE(27), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1017), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [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(1080), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1807), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(1013), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(27), + [sym_labeled_statement] = STATE(27), + [sym_expression_statement] = STATE(27), + [sym_if_statement] = STATE(27), + [sym_switch_statement] = STATE(27), + [sym_case_statement] = STATE(27), + [sym_while_statement] = STATE(27), + [sym_do_statement] = STATE(27), + [sym_for_statement] = STATE(27), + [sym_return_statement] = STATE(27), + [sym_break_statement] = STATE(27), + [sym_continue_statement] = STATE(27), + [sym_goto_statement] = STATE(27), + [sym__expression] = STATE(1062), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1892), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(23), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(530), - [sym_layout_specification] = STATE(530), - [aux_sym_preproc_if_repeat1] = STATE(23), - [aux_sym_declaration_repeat1] = STATE(530), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(27), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(539), + [sym_layout_specification] = STATE(539), + [aux_sym_preproc_if_repeat1] = STATE(27), + [aux_sym_declaration_repeat1] = STATE(539), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(494), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(492), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(191), [aux_sym_preproc_include_token1] = ACTIONS(193), [aux_sym_preproc_def_token1] = ACTIONS(195), @@ -20469,78 +20464,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [21] = { - [sym_preproc_include] = STATE(19), - [sym_preproc_def] = STATE(19), - [sym_preproc_function_def] = STATE(19), - [sym_preproc_call] = STATE(19), - [sym_preproc_if] = STATE(19), - [sym_preproc_ifdef] = STATE(19), - [sym_preproc_else] = STATE(1853), - [sym_preproc_elif] = STATE(1853), - [sym_function_definition] = STATE(19), - [sym_declaration] = STATE(19), - [sym_type_definition] = STATE(19), + [sym_preproc_include] = STATE(27), + [sym_preproc_def] = STATE(27), + [sym_preproc_function_def] = STATE(27), + [sym_preproc_call] = STATE(27), + [sym_preproc_if] = STATE(27), + [sym_preproc_ifdef] = STATE(27), + [sym_preproc_else] = STATE(1902), + [sym_preproc_elif] = STATE(1902), + [sym_function_definition] = STATE(27), + [sym_declaration] = STATE(27), + [sym_type_definition] = STATE(27), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1319), - [sym_linkage_specification] = STATE(19), + [sym__declaration_specifiers] = STATE(1317), + [sym_linkage_specification] = STATE(27), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(865), - [sym_compound_statement] = STATE(19), + [sym_ms_call_modifier] = STATE(853), + [sym_compound_statement] = STATE(27), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1017), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_attributed_statement] = STATE(19), - [sym_labeled_statement] = STATE(19), - [sym_expression_statement] = STATE(19), - [sym_if_statement] = STATE(19), - [sym_switch_statement] = STATE(19), - [sym_case_statement] = STATE(19), - [sym_while_statement] = STATE(19), - [sym_do_statement] = STATE(19), - [sym_for_statement] = STATE(19), - [sym_return_statement] = STATE(19), - [sym_break_statement] = STATE(19), - [sym_continue_statement] = STATE(19), - [sym_goto_statement] = STATE(19), - [sym__expression] = STATE(1080), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1807), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(1013), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(27), + [sym_labeled_statement] = STATE(27), + [sym_expression_statement] = STATE(27), + [sym_if_statement] = STATE(27), + [sym_switch_statement] = STATE(27), + [sym_case_statement] = STATE(27), + [sym_while_statement] = STATE(27), + [sym_do_statement] = STATE(27), + [sym_for_statement] = STATE(27), + [sym_return_statement] = STATE(27), + [sym_break_statement] = STATE(27), + [sym_continue_statement] = STATE(27), + [sym_goto_statement] = STATE(27), + [sym__expression] = STATE(1062), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1892), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(19), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(530), - [sym_layout_specification] = STATE(530), - [aux_sym_preproc_if_repeat1] = STATE(19), - [aux_sym_declaration_repeat1] = STATE(530), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(27), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(539), + [sym_layout_specification] = STATE(539), + [aux_sym_preproc_if_repeat1] = STATE(27), + [aux_sym_declaration_repeat1] = STATE(539), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(494), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(492), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(191), [aux_sym_preproc_include_token1] = ACTIONS(193), [aux_sym_preproc_def_token1] = ACTIONS(195), @@ -20675,78 +20670,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [22] = { - [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(1803), - [sym_preproc_elif] = STATE(1803), - [sym_function_definition] = STATE(12), - [sym_declaration] = STATE(12), - [sym_type_definition] = STATE(12), + [sym_preproc_include] = STATE(27), + [sym_preproc_def] = STATE(27), + [sym_preproc_function_def] = STATE(27), + [sym_preproc_call] = STATE(27), + [sym_preproc_if] = STATE(27), + [sym_preproc_ifdef] = STATE(27), + [sym_preproc_else] = STATE(1843), + [sym_preproc_elif] = STATE(1843), + [sym_function_definition] = STATE(27), + [sym_declaration] = STATE(27), + [sym_type_definition] = STATE(27), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1319), - [sym_linkage_specification] = STATE(12), + [sym__declaration_specifiers] = STATE(1317), + [sym_linkage_specification] = STATE(27), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(865), - [sym_compound_statement] = STATE(12), + [sym_ms_call_modifier] = STATE(853), + [sym_compound_statement] = STATE(27), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1017), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [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(1080), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1807), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(1013), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(27), + [sym_labeled_statement] = STATE(27), + [sym_expression_statement] = STATE(27), + [sym_if_statement] = STATE(27), + [sym_switch_statement] = STATE(27), + [sym_case_statement] = STATE(27), + [sym_while_statement] = STATE(27), + [sym_do_statement] = STATE(27), + [sym_for_statement] = STATE(27), + [sym_return_statement] = STATE(27), + [sym_break_statement] = STATE(27), + [sym_continue_statement] = STATE(27), + [sym_goto_statement] = STATE(27), + [sym__expression] = STATE(1062), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1892), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(12), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(530), - [sym_layout_specification] = STATE(530), - [aux_sym_preproc_if_repeat1] = STATE(12), - [aux_sym_declaration_repeat1] = STATE(530), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(27), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(539), + [sym_layout_specification] = STATE(539), + [aux_sym_preproc_if_repeat1] = STATE(27), + [aux_sym_declaration_repeat1] = STATE(539), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(494), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(492), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(191), [aux_sym_preproc_include_token1] = ACTIONS(193), [aux_sym_preproc_def_token1] = ACTIONS(195), @@ -20887,26 +20882,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(27), [sym_preproc_if] = STATE(27), [sym_preproc_ifdef] = STATE(27), - [sym_preproc_else] = STATE(2061), - [sym_preproc_elif] = STATE(2061), + [sym_preproc_else] = STATE(1800), + [sym_preproc_elif] = STATE(1800), [sym_function_definition] = STATE(27), [sym_declaration] = STATE(27), [sym_type_definition] = STATE(27), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1319), + [sym__declaration_specifiers] = STATE(1317), [sym_linkage_specification] = STATE(27), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(865), + [sym_ms_call_modifier] = STATE(853), [sym_compound_statement] = STATE(27), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1017), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), + [sym__type_specifier] = STATE(1013), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), [sym_attributed_statement] = STATE(27), [sym_labeled_statement] = STATE(27), [sym_expression_statement] = STATE(27), @@ -20920,39 +20915,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(27), [sym_continue_statement] = STATE(27), [sym_goto_statement] = STATE(27), - [sym__expression] = STATE(1080), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1807), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__expression] = STATE(1062), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1892), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), [sym__empty_declaration] = STATE(27), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(530), - [sym_layout_specification] = STATE(530), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(539), + [sym_layout_specification] = STATE(539), [aux_sym_preproc_if_repeat1] = STATE(27), - [aux_sym_declaration_repeat1] = STATE(530), + [aux_sym_declaration_repeat1] = STATE(539), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(494), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(492), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(191), [aux_sym_preproc_include_token1] = ACTIONS(193), [aux_sym_preproc_def_token1] = ACTIONS(195), @@ -21087,78 +21082,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [24] = { - [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(1948), - [sym_preproc_elif] = STATE(1948), - [sym_function_definition] = STATE(18), - [sym_declaration] = STATE(18), - [sym_type_definition] = STATE(18), + [sym_preproc_include] = STATE(21), + [sym_preproc_def] = STATE(21), + [sym_preproc_function_def] = STATE(21), + [sym_preproc_call] = STATE(21), + [sym_preproc_if] = STATE(21), + [sym_preproc_ifdef] = STATE(21), + [sym_preproc_else] = STATE(1883), + [sym_preproc_elif] = STATE(1883), + [sym_function_definition] = STATE(21), + [sym_declaration] = STATE(21), + [sym_type_definition] = STATE(21), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1319), - [sym_linkage_specification] = STATE(18), + [sym__declaration_specifiers] = STATE(1317), + [sym_linkage_specification] = STATE(21), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(865), - [sym_compound_statement] = STATE(18), + [sym_ms_call_modifier] = STATE(853), + [sym_compound_statement] = STATE(21), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1017), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [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(1080), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1807), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(1013), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(21), + [sym_labeled_statement] = STATE(21), + [sym_expression_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_switch_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_while_statement] = STATE(21), + [sym_do_statement] = STATE(21), + [sym_for_statement] = STATE(21), + [sym_return_statement] = STATE(21), + [sym_break_statement] = STATE(21), + [sym_continue_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__expression] = STATE(1062), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1892), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(18), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(530), - [sym_layout_specification] = STATE(530), - [aux_sym_preproc_if_repeat1] = STATE(18), - [aux_sym_declaration_repeat1] = STATE(530), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(21), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(539), + [sym_layout_specification] = STATE(539), + [aux_sym_preproc_if_repeat1] = STATE(21), + [aux_sym_declaration_repeat1] = STATE(539), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(494), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(492), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(191), [aux_sym_preproc_include_token1] = ACTIONS(193), [aux_sym_preproc_def_token1] = ACTIONS(195), @@ -21293,78 +21288,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [25] = { - [sym_preproc_include] = STATE(27), - [sym_preproc_def] = STATE(27), - [sym_preproc_function_def] = STATE(27), - [sym_preproc_call] = STATE(27), - [sym_preproc_if] = STATE(27), - [sym_preproc_ifdef] = STATE(27), - [sym_preproc_else] = STATE(1802), - [sym_preproc_elif] = STATE(1802), - [sym_function_definition] = STATE(27), - [sym_declaration] = STATE(27), - [sym_type_definition] = STATE(27), + [sym_preproc_include] = STATE(15), + [sym_preproc_def] = STATE(15), + [sym_preproc_function_def] = STATE(15), + [sym_preproc_call] = STATE(15), + [sym_preproc_if] = STATE(15), + [sym_preproc_ifdef] = STATE(15), + [sym_preproc_else] = STATE(1975), + [sym_preproc_elif] = STATE(1975), + [sym_function_definition] = STATE(15), + [sym_declaration] = STATE(15), + [sym_type_definition] = STATE(15), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1319), - [sym_linkage_specification] = STATE(27), + [sym__declaration_specifiers] = STATE(1317), + [sym_linkage_specification] = STATE(15), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(865), - [sym_compound_statement] = STATE(27), + [sym_ms_call_modifier] = STATE(853), + [sym_compound_statement] = STATE(15), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1017), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_attributed_statement] = STATE(27), - [sym_labeled_statement] = STATE(27), - [sym_expression_statement] = STATE(27), - [sym_if_statement] = STATE(27), - [sym_switch_statement] = STATE(27), - [sym_case_statement] = STATE(27), - [sym_while_statement] = STATE(27), - [sym_do_statement] = STATE(27), - [sym_for_statement] = STATE(27), - [sym_return_statement] = STATE(27), - [sym_break_statement] = STATE(27), - [sym_continue_statement] = STATE(27), - [sym_goto_statement] = STATE(27), - [sym__expression] = STATE(1080), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1807), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(1013), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(15), + [sym_labeled_statement] = STATE(15), + [sym_expression_statement] = STATE(15), + [sym_if_statement] = STATE(15), + [sym_switch_statement] = STATE(15), + [sym_case_statement] = STATE(15), + [sym_while_statement] = STATE(15), + [sym_do_statement] = STATE(15), + [sym_for_statement] = STATE(15), + [sym_return_statement] = STATE(15), + [sym_break_statement] = STATE(15), + [sym_continue_statement] = STATE(15), + [sym_goto_statement] = STATE(15), + [sym__expression] = STATE(1062), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1892), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(27), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(530), - [sym_layout_specification] = STATE(530), - [aux_sym_preproc_if_repeat1] = STATE(27), - [aux_sym_declaration_repeat1] = STATE(530), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(15), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(539), + [sym_layout_specification] = STATE(539), + [aux_sym_preproc_if_repeat1] = STATE(15), + [aux_sym_declaration_repeat1] = STATE(539), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(494), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(492), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(191), [aux_sym_preproc_include_token1] = ACTIONS(193), [aux_sym_preproc_def_token1] = ACTIONS(195), @@ -21499,78 +21494,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [26] = { - [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(2020), - [sym_preproc_elif] = STATE(2020), - [sym_function_definition] = STATE(17), - [sym_declaration] = STATE(17), - [sym_type_definition] = STATE(17), + [sym_preproc_include] = STATE(23), + [sym_preproc_def] = STATE(23), + [sym_preproc_function_def] = STATE(23), + [sym_preproc_call] = STATE(23), + [sym_preproc_if] = STATE(23), + [sym_preproc_ifdef] = STATE(23), + [sym_preproc_else] = STATE(1818), + [sym_preproc_elif] = STATE(1818), + [sym_function_definition] = STATE(23), + [sym_declaration] = STATE(23), + [sym_type_definition] = STATE(23), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1319), - [sym_linkage_specification] = STATE(17), + [sym__declaration_specifiers] = STATE(1317), + [sym_linkage_specification] = STATE(23), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(865), - [sym_compound_statement] = STATE(17), + [sym_ms_call_modifier] = STATE(853), + [sym_compound_statement] = STATE(23), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1017), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [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(1080), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1807), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(1013), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [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(1062), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1892), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(17), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(530), - [sym_layout_specification] = STATE(530), - [aux_sym_preproc_if_repeat1] = STATE(17), - [aux_sym_declaration_repeat1] = STATE(530), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(23), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(539), + [sym_layout_specification] = STATE(539), + [aux_sym_preproc_if_repeat1] = STATE(23), + [aux_sym_declaration_repeat1] = STATE(539), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(494), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(492), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(191), [aux_sym_preproc_include_token1] = ACTIONS(193), [aux_sym_preproc_def_token1] = ACTIONS(195), @@ -21715,20 +21710,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_declaration] = STATE(27), [sym_type_definition] = STATE(27), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1319), + [sym__declaration_specifiers] = STATE(1317), [sym_linkage_specification] = STATE(27), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(865), + [sym_ms_call_modifier] = STATE(853), [sym_compound_statement] = STATE(27), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1017), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), + [sym__type_specifier] = STATE(1013), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), [sym_attributed_statement] = STATE(27), [sym_labeled_statement] = STATE(27), [sym_expression_statement] = STATE(27), @@ -21742,39 +21737,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(27), [sym_continue_statement] = STATE(27), [sym_goto_statement] = STATE(27), - [sym__expression] = STATE(1080), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1807), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__expression] = STATE(1062), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1892), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), [sym__empty_declaration] = STATE(27), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(530), - [sym_layout_specification] = STATE(530), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(539), + [sym_layout_specification] = STATE(539), [aux_sym_preproc_if_repeat1] = STATE(27), - [aux_sym_declaration_repeat1] = STATE(530), + [aux_sym_declaration_repeat1] = STATE(539), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(494), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(492), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(430), [aux_sym_preproc_include_token1] = ACTIONS(433), [aux_sym_preproc_def_token1] = ACTIONS(436), @@ -21919,20 +21914,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_declaration] = STATE(40), [sym_type_definition] = STATE(40), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1316), + [sym__declaration_specifiers] = STATE(1314), [sym_linkage_specification] = STATE(40), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(856), + [sym_ms_call_modifier] = STATE(851), [sym_compound_statement] = STATE(40), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1018), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), + [sym__type_specifier] = STATE(1015), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), [sym_attributed_statement] = STATE(40), [sym_labeled_statement] = STATE(40), [sym_expression_statement] = STATE(40), @@ -21946,39 +21941,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(40), [sym_continue_statement] = STATE(40), [sym_goto_statement] = STATE(40), - [sym__expression] = STATE(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), [sym__empty_declaration] = STATE(40), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(531), - [sym_layout_specification] = STATE(531), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), [aux_sym_preproc_if_repeat1] = STATE(40), - [aux_sym_declaration_repeat1] = STATE(531), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(481), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(511), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(505), [aux_sym_preproc_include_token1] = ACTIONS(507), [aux_sym_preproc_def_token1] = ACTIONS(509), @@ -22111,76 +22106,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [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_preproc_include] = STATE(44), + [sym_preproc_def] = STATE(44), + [sym_preproc_function_def] = STATE(44), + [sym_preproc_call] = STATE(44), + [sym_preproc_if] = STATE(44), + [sym_preproc_ifdef] = STATE(44), + [sym_function_definition] = STATE(44), + [sym_declaration] = STATE(44), + [sym_type_definition] = STATE(44), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1316), - [sym_linkage_specification] = STATE(40), + [sym__declaration_specifiers] = STATE(1314), + [sym_linkage_specification] = STATE(44), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(856), - [sym_compound_statement] = STATE(40), + [sym_ms_call_modifier] = STATE(851), + [sym_compound_statement] = STATE(44), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1018), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [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(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(1015), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(44), + [sym_labeled_statement] = STATE(44), + [sym_expression_statement] = STATE(44), + [sym_if_statement] = STATE(44), + [sym_switch_statement] = STATE(44), + [sym_case_statement] = STATE(44), + [sym_while_statement] = STATE(44), + [sym_do_statement] = STATE(44), + [sym_for_statement] = STATE(44), + [sym_return_statement] = STATE(44), + [sym_break_statement] = STATE(44), + [sym_continue_statement] = STATE(44), + [sym_goto_statement] = STATE(44), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(40), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(531), - [sym_layout_specification] = STATE(531), - [aux_sym_preproc_if_repeat1] = STATE(40), - [aux_sym_declaration_repeat1] = STATE(531), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(44), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_preproc_if_repeat1] = STATE(44), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(481), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(511), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(505), [aux_sym_preproc_include_token1] = ACTIONS(507), [aux_sym_preproc_def_token1] = ACTIONS(509), @@ -22313,76 +22308,278 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [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_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(870), - [sym__declaration_specifiers] = STATE(1316), - [sym_linkage_specification] = STATE(40), + [sym__declaration_specifiers] = STATE(1332), + [sym_linkage_specification] = STATE(30), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(856), - [sym_compound_statement] = STATE(40), + [sym_ms_call_modifier] = STATE(861), + [sym_compound_statement] = STATE(30), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1018), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [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(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(1016), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [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(1109), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(2031), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(40), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(531), - [sym_layout_specification] = STATE(531), - [aux_sym_preproc_if_repeat1] = STATE(40), - [aux_sym_declaration_repeat1] = STATE(531), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(30), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(528), + [sym_layout_specification] = STATE(528), + [aux_sym_preproc_if_repeat1] = STATE(30), + [aux_sym_declaration_repeat1] = STATE(528), + [aux_sym__declaration_specifiers_repeat1] = STATE(870), + [aux_sym_attributed_declarator_repeat1] = STATE(513), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [sym_identifier] = ACTIONS(559), + [aux_sym_preproc_include_token1] = ACTIONS(562), + [aux_sym_preproc_def_token1] = ACTIONS(565), + [aux_sym_preproc_if_token1] = ACTIONS(568), + [aux_sym_preproc_if_token2] = ACTIONS(257), + [aux_sym_preproc_ifdef_token1] = ACTIONS(571), + [aux_sym_preproc_ifdef_token2] = ACTIONS(571), + [sym_preproc_directive] = ACTIONS(574), + [anon_sym_LPAREN2] = ACTIONS(265), + [anon_sym_BANG] = ACTIONS(268), + [anon_sym_TILDE] = ACTIONS(268), + [anon_sym_DASH] = ACTIONS(271), + [anon_sym_PLUS] = ACTIONS(271), + [anon_sym_STAR] = ACTIONS(274), + [anon_sym_AMP] = ACTIONS(274), + [anon_sym_subroutine] = ACTIONS(577), + [anon_sym_invariant] = ACTIONS(580), + [anon_sym_precise] = ACTIONS(580), + [anon_sym_SEMI] = ACTIONS(583), + [anon_sym_in] = ACTIONS(586), + [anon_sym_out] = ACTIONS(586), + [anon_sym_inout] = ACTIONS(586), + [anon_sym_uniform] = ACTIONS(586), + [anon_sym_shared] = ACTIONS(586), + [anon_sym_attribute] = ACTIONS(586), + [anon_sym_varying] = ACTIONS(586), + [anon_sym_buffer] = ACTIONS(586), + [anon_sym_coherent] = ACTIONS(586), + [anon_sym_readonly] = ACTIONS(586), + [anon_sym_writeonly] = ACTIONS(586), + [anon_sym_precision] = ACTIONS(586), + [anon_sym_highp] = ACTIONS(586), + [anon_sym_mediump] = ACTIONS(586), + [anon_sym_lowp] = ACTIONS(586), + [anon_sym_centroid] = ACTIONS(586), + [anon_sym_sample] = ACTIONS(586), + [anon_sym_patch] = ACTIONS(586), + [anon_sym_smooth] = ACTIONS(586), + [anon_sym_flat] = ACTIONS(586), + [anon_sym_noperspective] = ACTIONS(586), + [anon_sym___extension__] = ACTIONS(589), + [anon_sym_typedef] = ACTIONS(592), + [anon_sym_extern] = ACTIONS(595), + [anon_sym___attribute__] = ACTIONS(298), + [anon_sym_LBRACK_LBRACK] = ACTIONS(301), + [anon_sym___declspec] = ACTIONS(304), + [anon_sym___cdecl] = ACTIONS(307), + [anon_sym___clrcall] = ACTIONS(307), + [anon_sym___stdcall] = ACTIONS(307), + [anon_sym___fastcall] = ACTIONS(307), + [anon_sym___thiscall] = ACTIONS(307), + [anon_sym___vectorcall] = ACTIONS(307), + [anon_sym_LBRACE] = ACTIONS(598), + [anon_sym_signed] = ACTIONS(313), + [anon_sym_unsigned] = ACTIONS(313), + [anon_sym_long] = ACTIONS(313), + [anon_sym_short] = ACTIONS(313), + [anon_sym_static] = ACTIONS(316), + [anon_sym_auto] = ACTIONS(316), + [anon_sym_register] = ACTIONS(316), + [anon_sym_inline] = ACTIONS(316), + [anon_sym___inline] = ACTIONS(316), + [anon_sym___inline__] = ACTIONS(316), + [anon_sym___forceinline] = ACTIONS(316), + [anon_sym_thread_local] = ACTIONS(316), + [anon_sym___thread] = ACTIONS(316), + [anon_sym_const] = ACTIONS(319), + [anon_sym_constexpr] = ACTIONS(319), + [anon_sym_volatile] = ACTIONS(319), + [anon_sym_restrict] = ACTIONS(319), + [anon_sym___restrict__] = ACTIONS(319), + [anon_sym__Atomic] = ACTIONS(319), + [anon_sym__Noreturn] = ACTIONS(319), + [anon_sym_noreturn] = ACTIONS(319), + [sym_primitive_type] = ACTIONS(322), + [anon_sym_enum] = ACTIONS(325), + [anon_sym_struct] = ACTIONS(328), + [anon_sym_union] = ACTIONS(331), + [anon_sym_if] = ACTIONS(601), + [anon_sym_switch] = ACTIONS(604), + [anon_sym_case] = ACTIONS(607), + [anon_sym_default] = ACTIONS(610), + [anon_sym_while] = ACTIONS(613), + [anon_sym_do] = ACTIONS(616), + [anon_sym_for] = ACTIONS(619), + [anon_sym_return] = ACTIONS(622), + [anon_sym_break] = ACTIONS(625), + [anon_sym_continue] = ACTIONS(628), + [anon_sym_goto] = ACTIONS(631), + [anon_sym_DASH_DASH] = ACTIONS(367), + [anon_sym_PLUS_PLUS] = ACTIONS(367), + [anon_sym_sizeof] = ACTIONS(370), + [anon_sym___alignof__] = ACTIONS(373), + [anon_sym___alignof] = ACTIONS(373), + [anon_sym__alignof] = ACTIONS(373), + [anon_sym_alignof] = ACTIONS(373), + [anon_sym__Alignof] = ACTIONS(373), + [anon_sym_offsetof] = ACTIONS(376), + [anon_sym__Generic] = ACTIONS(379), + [anon_sym_asm] = ACTIONS(382), + [anon_sym___asm__] = ACTIONS(382), + [sym_number_literal] = ACTIONS(385), + [anon_sym_L_SQUOTE] = ACTIONS(388), + [anon_sym_u_SQUOTE] = ACTIONS(388), + [anon_sym_U_SQUOTE] = ACTIONS(388), + [anon_sym_u8_SQUOTE] = ACTIONS(388), + [anon_sym_SQUOTE] = ACTIONS(388), + [anon_sym_L_DQUOTE] = ACTIONS(391), + [anon_sym_u_DQUOTE] = ACTIONS(391), + [anon_sym_U_DQUOTE] = ACTIONS(391), + [anon_sym_u8_DQUOTE] = ACTIONS(391), + [anon_sym_DQUOTE] = ACTIONS(391), + [sym_true] = ACTIONS(394), + [sym_false] = ACTIONS(394), + [anon_sym_NULL] = ACTIONS(397), + [anon_sym_nullptr] = ACTIONS(397), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(400), + [anon_sym_rayPayloadInEXT] = ACTIONS(400), + [anon_sym_hitAttributeEXT] = ACTIONS(400), + [anon_sym_callableDataEXT] = ACTIONS(400), + [anon_sym_callableDataInEXT] = ACTIONS(400), + [anon_sym_shaderRecordEXT] = ACTIONS(400), + [anon_sym_rayPayloadNV] = ACTIONS(400), + [anon_sym_rayPayloadInNV] = ACTIONS(400), + [anon_sym_hitAttributeNV] = ACTIONS(400), + [anon_sym_callableDataNV] = ACTIONS(400), + [anon_sym_callableDataInNV] = ACTIONS(400), + [anon_sym_shaderRecordNV] = ACTIONS(400), + [anon_sym_layout] = ACTIONS(403), + }, + [31] = { + [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(870), + [sym__declaration_specifiers] = STATE(1314), + [sym_linkage_specification] = STATE(36), + [sym_attribute_specifier] = STATE(870), + [sym_attribute_declaration] = STATE(555), + [sym_ms_declspec_modifier] = STATE(870), + [sym_ms_call_modifier] = STATE(851), + [sym_compound_statement] = STATE(36), + [sym_storage_class_specifier] = STATE(870), + [sym_type_qualifier] = STATE(870), + [sym__type_specifier] = STATE(1015), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [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(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), + [sym_pointer_expression] = STATE(917), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), + [sym_subscript_expression] = STATE(917), + [sym_call_expression] = STATE(917), + [sym_gnu_asm_expression] = STATE(897), + [sym_field_expression] = STATE(917), + [sym_compound_literal_expression] = STATE(897), + [sym_parenthesized_expression] = STATE(917), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(36), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_preproc_if_repeat1] = STATE(36), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(481), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(511), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(505), [aux_sym_preproc_include_token1] = ACTIONS(507), [aux_sym_preproc_def_token1] = ACTIONS(509), @@ -22435,7 +22632,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(531), - [anon_sym_RBRACE] = ACTIONS(559), + [anon_sym_RBRACE] = ACTIONS(634), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -22514,77 +22711,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(107), [anon_sym_layout] = ACTIONS(109), }, - [31] = { - [sym_preproc_include] = STATE(40), - [sym_preproc_def] = STATE(40), - [sym_preproc_function_def] = STATE(40), - [sym_preproc_call] = STATE(40), - [sym_preproc_if] = STATE(40), - [sym_preproc_ifdef] = STATE(40), - [sym_function_definition] = STATE(40), - [sym_declaration] = STATE(40), - [sym_type_definition] = STATE(40), + [32] = { + [sym_preproc_include] = STATE(43), + [sym_preproc_def] = STATE(43), + [sym_preproc_function_def] = STATE(43), + [sym_preproc_call] = STATE(43), + [sym_preproc_if] = STATE(43), + [sym_preproc_ifdef] = STATE(43), + [sym_function_definition] = STATE(43), + [sym_declaration] = STATE(43), + [sym_type_definition] = STATE(43), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1316), - [sym_linkage_specification] = STATE(40), + [sym__declaration_specifiers] = STATE(1314), + [sym_linkage_specification] = STATE(43), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(856), - [sym_compound_statement] = STATE(40), + [sym_ms_call_modifier] = STATE(851), + [sym_compound_statement] = STATE(43), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1018), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [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(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(1015), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(43), + [sym_labeled_statement] = STATE(43), + [sym_expression_statement] = STATE(43), + [sym_if_statement] = STATE(43), + [sym_switch_statement] = STATE(43), + [sym_case_statement] = STATE(43), + [sym_while_statement] = STATE(43), + [sym_do_statement] = STATE(43), + [sym_for_statement] = STATE(43), + [sym_return_statement] = STATE(43), + [sym_break_statement] = STATE(43), + [sym_continue_statement] = STATE(43), + [sym_goto_statement] = STATE(43), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(40), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(531), - [sym_layout_specification] = STATE(531), - [aux_sym_preproc_if_repeat1] = STATE(40), - [aux_sym_declaration_repeat1] = STATE(531), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(43), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_preproc_if_repeat1] = STATE(43), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(481), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(511), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(505), [aux_sym_preproc_include_token1] = ACTIONS(507), [aux_sym_preproc_def_token1] = ACTIONS(509), @@ -22637,7 +22834,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(531), - [anon_sym_RBRACE] = ACTIONS(561), + [anon_sym_RBRACE] = ACTIONS(636), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -22716,85 +22913,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(107), [anon_sym_layout] = ACTIONS(109), }, - [32] = { - [sym_preproc_include] = STATE(46), - [sym_preproc_def] = STATE(46), - [sym_preproc_function_def] = STATE(46), - [sym_preproc_call] = STATE(46), - [sym_preproc_if] = STATE(46), - [sym_preproc_ifdef] = STATE(46), - [sym_function_definition] = STATE(46), - [sym_declaration] = STATE(46), - [sym_type_definition] = STATE(46), + [33] = { + [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(870), - [sym__declaration_specifiers] = STATE(1334), - [sym_linkage_specification] = STATE(46), + [sym__declaration_specifiers] = STATE(1314), + [sym_linkage_specification] = STATE(35), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(852), - [sym_compound_statement] = STATE(46), + [sym_ms_call_modifier] = STATE(851), + [sym_compound_statement] = STATE(35), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1014), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_attributed_statement] = STATE(46), - [sym_labeled_statement] = STATE(46), - [sym_expression_statement] = STATE(46), - [sym_if_statement] = STATE(46), - [sym_switch_statement] = STATE(46), - [sym_case_statement] = STATE(46), - [sym_while_statement] = STATE(46), - [sym_do_statement] = STATE(46), - [sym_for_statement] = STATE(46), - [sym_return_statement] = STATE(46), - [sym_break_statement] = STATE(46), - [sym_continue_statement] = STATE(46), - [sym_goto_statement] = STATE(46), - [sym__expression] = STATE(1063), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2034), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(1015), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [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(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(46), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(539), - [sym_layout_specification] = STATE(539), - [aux_sym_preproc_if_repeat1] = STATE(46), - [aux_sym_declaration_repeat1] = STATE(539), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(35), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_preproc_if_repeat1] = STATE(35), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(510), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [sym_identifier] = ACTIONS(563), - [aux_sym_preproc_include_token1] = ACTIONS(565), - [aux_sym_preproc_def_token1] = ACTIONS(567), - [aux_sym_preproc_if_token1] = ACTIONS(569), - [aux_sym_preproc_if_token2] = ACTIONS(571), - [aux_sym_preproc_ifdef_token1] = ACTIONS(573), - [aux_sym_preproc_ifdef_token2] = ACTIONS(573), - [sym_preproc_directive] = ACTIONS(575), + [aux_sym_attributed_declarator_repeat1] = STATE(511), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [sym_identifier] = ACTIONS(505), + [aux_sym_preproc_include_token1] = ACTIONS(507), + [aux_sym_preproc_def_token1] = ACTIONS(509), + [aux_sym_preproc_if_token1] = ACTIONS(511), + [aux_sym_preproc_ifdef_token1] = ACTIONS(513), + [aux_sym_preproc_ifdef_token2] = ACTIONS(513), + [sym_preproc_directive] = ACTIONS(515), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -22802,34 +22998,34 @@ 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_subroutine] = ACTIONS(577), - [anon_sym_invariant] = ACTIONS(579), - [anon_sym_precise] = ACTIONS(579), - [anon_sym_SEMI] = ACTIONS(581), - [anon_sym_in] = ACTIONS(583), - [anon_sym_out] = ACTIONS(583), - [anon_sym_inout] = ACTIONS(583), - [anon_sym_uniform] = ACTIONS(583), - [anon_sym_shared] = ACTIONS(583), - [anon_sym_attribute] = ACTIONS(583), - [anon_sym_varying] = ACTIONS(583), - [anon_sym_buffer] = ACTIONS(583), - [anon_sym_coherent] = ACTIONS(583), - [anon_sym_readonly] = ACTIONS(583), - [anon_sym_writeonly] = ACTIONS(583), - [anon_sym_precision] = ACTIONS(583), - [anon_sym_highp] = ACTIONS(583), - [anon_sym_mediump] = ACTIONS(583), - [anon_sym_lowp] = ACTIONS(583), - [anon_sym_centroid] = ACTIONS(583), - [anon_sym_sample] = ACTIONS(583), - [anon_sym_patch] = ACTIONS(583), - [anon_sym_smooth] = ACTIONS(583), - [anon_sym_flat] = ACTIONS(583), - [anon_sym_noperspective] = ACTIONS(583), - [anon_sym___extension__] = ACTIONS(585), - [anon_sym_typedef] = ACTIONS(587), - [anon_sym_extern] = ACTIONS(589), + [anon_sym_subroutine] = ACTIONS(517), + [anon_sym_invariant] = ACTIONS(519), + [anon_sym_precise] = ACTIONS(519), + [anon_sym_SEMI] = ACTIONS(521), + [anon_sym_in] = ACTIONS(523), + [anon_sym_out] = ACTIONS(523), + [anon_sym_inout] = ACTIONS(523), + [anon_sym_uniform] = ACTIONS(523), + [anon_sym_shared] = ACTIONS(523), + [anon_sym_attribute] = ACTIONS(523), + [anon_sym_varying] = ACTIONS(523), + [anon_sym_buffer] = ACTIONS(523), + [anon_sym_coherent] = ACTIONS(523), + [anon_sym_readonly] = ACTIONS(523), + [anon_sym_writeonly] = ACTIONS(523), + [anon_sym_precision] = ACTIONS(523), + [anon_sym_highp] = ACTIONS(523), + [anon_sym_mediump] = ACTIONS(523), + [anon_sym_lowp] = ACTIONS(523), + [anon_sym_centroid] = ACTIONS(523), + [anon_sym_sample] = ACTIONS(523), + [anon_sym_patch] = ACTIONS(523), + [anon_sym_smooth] = ACTIONS(523), + [anon_sym_flat] = ACTIONS(523), + [anon_sym_noperspective] = ACTIONS(523), + [anon_sym___extension__] = ACTIONS(525), + [anon_sym_typedef] = ACTIONS(527), + [anon_sym_extern] = ACTIONS(529), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), @@ -22839,7 +23035,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(591), + [anon_sym_LBRACE] = ACTIONS(531), + [anon_sym_RBRACE] = ACTIONS(638), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -22865,17 +23062,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(57), [anon_sym_struct] = ACTIONS(59), [anon_sym_union] = ACTIONS(61), - [anon_sym_if] = ACTIONS(593), - [anon_sym_switch] = ACTIONS(595), - [anon_sym_case] = ACTIONS(597), - [anon_sym_default] = ACTIONS(599), - [anon_sym_while] = ACTIONS(601), - [anon_sym_do] = ACTIONS(603), - [anon_sym_for] = ACTIONS(605), - [anon_sym_return] = ACTIONS(607), - [anon_sym_break] = ACTIONS(609), - [anon_sym_continue] = ACTIONS(611), - [anon_sym_goto] = ACTIONS(613), + [anon_sym_if] = ACTIONS(535), + [anon_sym_switch] = ACTIONS(537), + [anon_sym_case] = ACTIONS(539), + [anon_sym_default] = ACTIONS(541), + [anon_sym_while] = ACTIONS(543), + [anon_sym_do] = ACTIONS(545), + [anon_sym_for] = ACTIONS(547), + [anon_sym_return] = ACTIONS(549), + [anon_sym_break] = ACTIONS(551), + [anon_sym_continue] = ACTIONS(553), + [anon_sym_goto] = ACTIONS(555), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -22918,77 +23115,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(107), [anon_sym_layout] = ACTIONS(109), }, - [33] = { - [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), + [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(870), - [sym__declaration_specifiers] = STATE(1316), - [sym_linkage_specification] = STATE(37), + [sym__declaration_specifiers] = STATE(1314), + [sym_linkage_specification] = STATE(40), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(856), - [sym_compound_statement] = STATE(37), + [sym_ms_call_modifier] = STATE(851), + [sym_compound_statement] = STATE(40), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1018), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [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(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(1015), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [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(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(37), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(531), - [sym_layout_specification] = STATE(531), - [aux_sym_preproc_if_repeat1] = STATE(37), - [aux_sym_declaration_repeat1] = STATE(531), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(40), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_preproc_if_repeat1] = STATE(40), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(481), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(511), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(505), [aux_sym_preproc_include_token1] = ACTIONS(507), [aux_sym_preproc_def_token1] = ACTIONS(509), @@ -23041,7 +23238,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(531), - [anon_sym_RBRACE] = ACTIONS(615), + [anon_sym_RBRACE] = ACTIONS(640), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -23120,77 +23317,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(107), [anon_sym_layout] = ACTIONS(109), }, - [34] = { - [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), + [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(870), - [sym__declaration_specifiers] = STATE(1316), - [sym_linkage_specification] = STATE(30), + [sym__declaration_specifiers] = STATE(1314), + [sym_linkage_specification] = STATE(40), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(856), - [sym_compound_statement] = STATE(30), + [sym_ms_call_modifier] = STATE(851), + [sym_compound_statement] = STATE(40), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1018), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [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(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(1015), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [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(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(30), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(531), - [sym_layout_specification] = STATE(531), - [aux_sym_preproc_if_repeat1] = STATE(30), - [aux_sym_declaration_repeat1] = STATE(531), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(40), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_preproc_if_repeat1] = STATE(40), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(481), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(511), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(505), [aux_sym_preproc_include_token1] = ACTIONS(507), [aux_sym_preproc_def_token1] = ACTIONS(509), @@ -23243,209 +23440,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(531), - [anon_sym_RBRACE] = ACTIONS(617), - [anon_sym_signed] = ACTIONS(49), - [anon_sym_unsigned] = ACTIONS(49), - [anon_sym_long] = ACTIONS(49), - [anon_sym_short] = ACTIONS(49), - [anon_sym_static] = ACTIONS(51), - [anon_sym_auto] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym___inline] = ACTIONS(51), - [anon_sym___inline__] = ACTIONS(51), - [anon_sym___forceinline] = ACTIONS(51), - [anon_sym_thread_local] = ACTIONS(51), - [anon_sym___thread] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym___restrict__] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym__Noreturn] = ACTIONS(53), - [anon_sym_noreturn] = ACTIONS(53), - [sym_primitive_type] = ACTIONS(55), - [anon_sym_enum] = ACTIONS(57), - [anon_sym_struct] = ACTIONS(59), - [anon_sym_union] = ACTIONS(61), - [anon_sym_if] = ACTIONS(535), - [anon_sym_switch] = ACTIONS(537), - [anon_sym_case] = ACTIONS(539), - [anon_sym_default] = ACTIONS(541), - [anon_sym_while] = ACTIONS(543), - [anon_sym_do] = ACTIONS(545), - [anon_sym_for] = ACTIONS(547), - [anon_sym_return] = ACTIONS(549), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_goto] = ACTIONS(555), - [anon_sym_DASH_DASH] = ACTIONS(85), - [anon_sym_PLUS_PLUS] = ACTIONS(85), - [anon_sym_sizeof] = ACTIONS(87), - [anon_sym___alignof__] = ACTIONS(89), - [anon_sym___alignof] = ACTIONS(89), - [anon_sym__alignof] = ACTIONS(89), - [anon_sym_alignof] = ACTIONS(89), - [anon_sym__Alignof] = ACTIONS(89), - [anon_sym_offsetof] = ACTIONS(91), - [anon_sym__Generic] = ACTIONS(93), - [anon_sym_asm] = ACTIONS(95), - [anon_sym___asm__] = ACTIONS(95), - [sym_number_literal] = ACTIONS(169), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(171), - [sym_false] = ACTIONS(171), - [anon_sym_NULL] = ACTIONS(105), - [anon_sym_nullptr] = ACTIONS(105), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(107), - [anon_sym_rayPayloadInEXT] = ACTIONS(107), - [anon_sym_hitAttributeEXT] = ACTIONS(107), - [anon_sym_callableDataEXT] = ACTIONS(107), - [anon_sym_callableDataInEXT] = ACTIONS(107), - [anon_sym_shaderRecordEXT] = ACTIONS(107), - [anon_sym_rayPayloadNV] = ACTIONS(107), - [anon_sym_rayPayloadInNV] = ACTIONS(107), - [anon_sym_hitAttributeNV] = ACTIONS(107), - [anon_sym_callableDataNV] = ACTIONS(107), - [anon_sym_callableDataInNV] = ACTIONS(107), - [anon_sym_shaderRecordNV] = ACTIONS(107), - [anon_sym_layout] = ACTIONS(109), - }, - [35] = { - [sym_preproc_include] = STATE(47), - [sym_preproc_def] = STATE(47), - [sym_preproc_function_def] = STATE(47), - [sym_preproc_call] = STATE(47), - [sym_preproc_if] = STATE(47), - [sym_preproc_ifdef] = STATE(47), - [sym_function_definition] = STATE(47), - [sym_declaration] = STATE(47), - [sym_type_definition] = STATE(47), - [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1316), - [sym_linkage_specification] = STATE(47), - [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), - [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(856), - [sym_compound_statement] = STATE(47), - [sym_storage_class_specifier] = STATE(870), - [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1018), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_attributed_statement] = STATE(47), - [sym_labeled_statement] = STATE(47), - [sym_expression_statement] = STATE(47), - [sym_if_statement] = STATE(47), - [sym_switch_statement] = STATE(47), - [sym_case_statement] = STATE(47), - [sym_while_statement] = STATE(47), - [sym_do_statement] = STATE(47), - [sym_for_statement] = STATE(47), - [sym_return_statement] = STATE(47), - [sym_break_statement] = STATE(47), - [sym_continue_statement] = STATE(47), - [sym_goto_statement] = STATE(47), - [sym__expression] = STATE(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), - [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), - [sym_subscript_expression] = STATE(917), - [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), - [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), - [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(47), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(531), - [sym_layout_specification] = STATE(531), - [aux_sym_preproc_if_repeat1] = STATE(47), - [aux_sym_declaration_repeat1] = STATE(531), - [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(481), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [sym_identifier] = ACTIONS(505), - [aux_sym_preproc_include_token1] = ACTIONS(507), - [aux_sym_preproc_def_token1] = ACTIONS(509), - [aux_sym_preproc_if_token1] = ACTIONS(511), - [aux_sym_preproc_ifdef_token1] = ACTIONS(513), - [aux_sym_preproc_ifdef_token2] = ACTIONS(513), - [sym_preproc_directive] = ACTIONS(515), - [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_subroutine] = ACTIONS(517), - [anon_sym_invariant] = ACTIONS(519), - [anon_sym_precise] = ACTIONS(519), - [anon_sym_SEMI] = ACTIONS(521), - [anon_sym_in] = ACTIONS(523), - [anon_sym_out] = ACTIONS(523), - [anon_sym_inout] = ACTIONS(523), - [anon_sym_uniform] = ACTIONS(523), - [anon_sym_shared] = ACTIONS(523), - [anon_sym_attribute] = ACTIONS(523), - [anon_sym_varying] = ACTIONS(523), - [anon_sym_buffer] = ACTIONS(523), - [anon_sym_coherent] = ACTIONS(523), - [anon_sym_readonly] = ACTIONS(523), - [anon_sym_writeonly] = ACTIONS(523), - [anon_sym_precision] = ACTIONS(523), - [anon_sym_highp] = ACTIONS(523), - [anon_sym_mediump] = ACTIONS(523), - [anon_sym_lowp] = ACTIONS(523), - [anon_sym_centroid] = ACTIONS(523), - [anon_sym_sample] = ACTIONS(523), - [anon_sym_patch] = ACTIONS(523), - [anon_sym_smooth] = ACTIONS(523), - [anon_sym_flat] = ACTIONS(523), - [anon_sym_noperspective] = ACTIONS(523), - [anon_sym___extension__] = ACTIONS(525), - [anon_sym_typedef] = ACTIONS(527), - [anon_sym_extern] = ACTIONS(529), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(41), - [anon_sym___declspec] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(45), - [anon_sym___clrcall] = ACTIONS(45), - [anon_sym___stdcall] = ACTIONS(45), - [anon_sym___fastcall] = ACTIONS(45), - [anon_sym___thiscall] = ACTIONS(45), - [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(531), - [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(642), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -23525,76 +23520,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [36] = { - [sym_preproc_include] = STATE(50), - [sym_preproc_def] = STATE(50), - [sym_preproc_function_def] = STATE(50), - [sym_preproc_call] = STATE(50), - [sym_preproc_if] = STATE(50), - [sym_preproc_ifdef] = STATE(50), - [sym_function_definition] = STATE(50), - [sym_declaration] = STATE(50), - [sym_type_definition] = STATE(50), + [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(870), - [sym__declaration_specifiers] = STATE(1316), - [sym_linkage_specification] = STATE(50), + [sym__declaration_specifiers] = STATE(1314), + [sym_linkage_specification] = STATE(40), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(856), - [sym_compound_statement] = STATE(50), + [sym_ms_call_modifier] = STATE(851), + [sym_compound_statement] = STATE(40), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1018), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_attributed_statement] = STATE(50), - [sym_labeled_statement] = STATE(50), - [sym_expression_statement] = STATE(50), - [sym_if_statement] = STATE(50), - [sym_switch_statement] = STATE(50), - [sym_case_statement] = STATE(50), - [sym_while_statement] = STATE(50), - [sym_do_statement] = STATE(50), - [sym_for_statement] = STATE(50), - [sym_return_statement] = STATE(50), - [sym_break_statement] = STATE(50), - [sym_continue_statement] = STATE(50), - [sym_goto_statement] = STATE(50), - [sym__expression] = STATE(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(1015), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [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(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(50), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(531), - [sym_layout_specification] = STATE(531), - [aux_sym_preproc_if_repeat1] = STATE(50), - [aux_sym_declaration_repeat1] = STATE(531), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(40), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_preproc_if_repeat1] = STATE(40), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(481), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(511), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(505), [aux_sym_preproc_include_token1] = ACTIONS(507), [aux_sym_preproc_def_token1] = ACTIONS(509), @@ -23647,7 +23642,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(531), - [anon_sym_RBRACE] = ACTIONS(621), + [anon_sym_RBRACE] = ACTIONS(644), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -23727,76 +23722,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [37] = { - [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_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(870), - [sym__declaration_specifiers] = STATE(1316), - [sym_linkage_specification] = STATE(40), + [sym__declaration_specifiers] = STATE(1314), + [sym_linkage_specification] = STATE(39), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(856), - [sym_compound_statement] = STATE(40), + [sym_ms_call_modifier] = STATE(851), + [sym_compound_statement] = STATE(39), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1018), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [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(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(1015), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [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(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(40), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(531), - [sym_layout_specification] = STATE(531), - [aux_sym_preproc_if_repeat1] = STATE(40), - [aux_sym_declaration_repeat1] = STATE(531), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(39), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_preproc_if_repeat1] = STATE(39), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(481), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(511), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(505), [aux_sym_preproc_include_token1] = ACTIONS(507), [aux_sym_preproc_def_token1] = ACTIONS(509), @@ -23849,7 +23844,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(531), - [anon_sym_RBRACE] = ACTIONS(623), + [anon_sym_RBRACE] = ACTIONS(646), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -23929,76 +23924,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [38] = { - [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_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(870), - [sym__declaration_specifiers] = STATE(1316), - [sym_linkage_specification] = STATE(41), + [sym__declaration_specifiers] = STATE(1314), + [sym_linkage_specification] = STATE(34), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(856), - [sym_compound_statement] = STATE(41), + [sym_ms_call_modifier] = STATE(851), + [sym_compound_statement] = STATE(34), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1018), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [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(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(1015), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [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(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(41), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(531), - [sym_layout_specification] = STATE(531), - [aux_sym_preproc_if_repeat1] = STATE(41), - [aux_sym_declaration_repeat1] = STATE(531), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(34), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_preproc_if_repeat1] = STATE(34), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(481), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(511), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(505), [aux_sym_preproc_include_token1] = ACTIONS(507), [aux_sym_preproc_def_token1] = ACTIONS(509), @@ -24051,7 +24046,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(531), - [anon_sym_RBRACE] = ACTIONS(625), + [anon_sym_RBRACE] = ACTIONS(648), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -24131,76 +24126,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [39] = { - [sym_preproc_include] = STATE(44), - [sym_preproc_def] = STATE(44), - [sym_preproc_function_def] = STATE(44), - [sym_preproc_call] = STATE(44), - [sym_preproc_if] = STATE(44), - [sym_preproc_ifdef] = STATE(44), - [sym_function_definition] = STATE(44), - [sym_declaration] = STATE(44), - [sym_type_definition] = STATE(44), + [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(870), - [sym__declaration_specifiers] = STATE(1316), - [sym_linkage_specification] = STATE(44), + [sym__declaration_specifiers] = STATE(1314), + [sym_linkage_specification] = STATE(40), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(856), - [sym_compound_statement] = STATE(44), + [sym_ms_call_modifier] = STATE(851), + [sym_compound_statement] = STATE(40), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1018), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_attributed_statement] = STATE(44), - [sym_labeled_statement] = STATE(44), - [sym_expression_statement] = STATE(44), - [sym_if_statement] = STATE(44), - [sym_switch_statement] = STATE(44), - [sym_case_statement] = STATE(44), - [sym_while_statement] = STATE(44), - [sym_do_statement] = STATE(44), - [sym_for_statement] = STATE(44), - [sym_return_statement] = STATE(44), - [sym_break_statement] = STATE(44), - [sym_continue_statement] = STATE(44), - [sym_goto_statement] = STATE(44), - [sym__expression] = STATE(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(1015), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [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(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(44), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(531), - [sym_layout_specification] = STATE(531), - [aux_sym_preproc_if_repeat1] = STATE(44), - [aux_sym_declaration_repeat1] = STATE(531), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(40), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_preproc_if_repeat1] = STATE(40), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(481), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(511), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(505), [aux_sym_preproc_include_token1] = ACTIONS(507), [aux_sym_preproc_def_token1] = ACTIONS(509), @@ -24253,7 +24248,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(531), - [anon_sym_RBRACE] = ACTIONS(627), + [anon_sym_RBRACE] = ACTIONS(650), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -24343,20 +24338,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_declaration] = STATE(40), [sym_type_definition] = STATE(40), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1316), + [sym__declaration_specifiers] = STATE(1314), [sym_linkage_specification] = STATE(40), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(856), + [sym_ms_call_modifier] = STATE(851), [sym_compound_statement] = STATE(40), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1018), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), + [sym__type_specifier] = STATE(1015), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), [sym_attributed_statement] = STATE(40), [sym_labeled_statement] = STATE(40), [sym_expression_statement] = STATE(40), @@ -24370,46 +24365,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(40), [sym_continue_statement] = STATE(40), [sym_goto_statement] = STATE(40), - [sym__expression] = STATE(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), [sym__empty_declaration] = STATE(40), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(531), - [sym_layout_specification] = STATE(531), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), [aux_sym_preproc_if_repeat1] = STATE(40), - [aux_sym_declaration_repeat1] = STATE(531), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(481), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [sym_identifier] = ACTIONS(629), - [aux_sym_preproc_include_token1] = ACTIONS(632), - [aux_sym_preproc_def_token1] = ACTIONS(635), - [aux_sym_preproc_if_token1] = ACTIONS(638), - [aux_sym_preproc_ifdef_token1] = ACTIONS(641), - [aux_sym_preproc_ifdef_token2] = ACTIONS(641), - [sym_preproc_directive] = ACTIONS(644), + [aux_sym_attributed_declarator_repeat1] = STATE(511), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [sym_identifier] = ACTIONS(652), + [aux_sym_preproc_include_token1] = ACTIONS(655), + [aux_sym_preproc_def_token1] = ACTIONS(658), + [aux_sym_preproc_if_token1] = ACTIONS(661), + [aux_sym_preproc_ifdef_token1] = ACTIONS(664), + [aux_sym_preproc_ifdef_token2] = ACTIONS(664), + [sym_preproc_directive] = ACTIONS(667), [anon_sym_LPAREN2] = ACTIONS(265), [anon_sym_BANG] = ACTIONS(268), [anon_sym_TILDE] = ACTIONS(268), @@ -24417,34 +24412,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(271), [anon_sym_STAR] = ACTIONS(274), [anon_sym_AMP] = ACTIONS(274), - [anon_sym_subroutine] = ACTIONS(647), - [anon_sym_invariant] = ACTIONS(650), - [anon_sym_precise] = ACTIONS(650), - [anon_sym_SEMI] = ACTIONS(653), - [anon_sym_in] = ACTIONS(656), - [anon_sym_out] = ACTIONS(656), - [anon_sym_inout] = ACTIONS(656), - [anon_sym_uniform] = ACTIONS(656), - [anon_sym_shared] = ACTIONS(656), - [anon_sym_attribute] = ACTIONS(656), - [anon_sym_varying] = ACTIONS(656), - [anon_sym_buffer] = ACTIONS(656), - [anon_sym_coherent] = ACTIONS(656), - [anon_sym_readonly] = ACTIONS(656), - [anon_sym_writeonly] = ACTIONS(656), - [anon_sym_precision] = ACTIONS(656), - [anon_sym_highp] = ACTIONS(656), - [anon_sym_mediump] = ACTIONS(656), - [anon_sym_lowp] = ACTIONS(656), - [anon_sym_centroid] = ACTIONS(656), - [anon_sym_sample] = ACTIONS(656), - [anon_sym_patch] = ACTIONS(656), - [anon_sym_smooth] = ACTIONS(656), - [anon_sym_flat] = ACTIONS(656), - [anon_sym_noperspective] = ACTIONS(656), - [anon_sym___extension__] = ACTIONS(659), - [anon_sym_typedef] = ACTIONS(662), - [anon_sym_extern] = ACTIONS(665), + [anon_sym_subroutine] = ACTIONS(670), + [anon_sym_invariant] = ACTIONS(673), + [anon_sym_precise] = ACTIONS(673), + [anon_sym_SEMI] = ACTIONS(676), + [anon_sym_in] = ACTIONS(679), + [anon_sym_out] = ACTIONS(679), + [anon_sym_inout] = ACTIONS(679), + [anon_sym_uniform] = ACTIONS(679), + [anon_sym_shared] = ACTIONS(679), + [anon_sym_attribute] = ACTIONS(679), + [anon_sym_varying] = ACTIONS(679), + [anon_sym_buffer] = ACTIONS(679), + [anon_sym_coherent] = ACTIONS(679), + [anon_sym_readonly] = ACTIONS(679), + [anon_sym_writeonly] = ACTIONS(679), + [anon_sym_precision] = ACTIONS(679), + [anon_sym_highp] = ACTIONS(679), + [anon_sym_mediump] = ACTIONS(679), + [anon_sym_lowp] = ACTIONS(679), + [anon_sym_centroid] = ACTIONS(679), + [anon_sym_sample] = ACTIONS(679), + [anon_sym_patch] = ACTIONS(679), + [anon_sym_smooth] = ACTIONS(679), + [anon_sym_flat] = ACTIONS(679), + [anon_sym_noperspective] = ACTIONS(679), + [anon_sym___extension__] = ACTIONS(682), + [anon_sym_typedef] = ACTIONS(685), + [anon_sym_extern] = ACTIONS(688), [anon_sym___attribute__] = ACTIONS(298), [anon_sym_LBRACK_LBRACK] = ACTIONS(301), [anon_sym___declspec] = ACTIONS(304), @@ -24454,8 +24449,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(307), [anon_sym___thiscall] = ACTIONS(307), [anon_sym___vectorcall] = ACTIONS(307), - [anon_sym_LBRACE] = ACTIONS(668), - [anon_sym_RBRACE] = ACTIONS(671), + [anon_sym_LBRACE] = ACTIONS(691), + [anon_sym_RBRACE] = ACTIONS(694), [anon_sym_signed] = ACTIONS(313), [anon_sym_unsigned] = ACTIONS(313), [anon_sym_long] = ACTIONS(313), @@ -24481,17 +24476,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(325), [anon_sym_struct] = ACTIONS(328), [anon_sym_union] = ACTIONS(331), - [anon_sym_if] = ACTIONS(673), - [anon_sym_switch] = ACTIONS(676), - [anon_sym_case] = ACTIONS(679), - [anon_sym_default] = ACTIONS(682), - [anon_sym_while] = ACTIONS(685), - [anon_sym_do] = ACTIONS(688), - [anon_sym_for] = ACTIONS(691), - [anon_sym_return] = ACTIONS(694), - [anon_sym_break] = ACTIONS(697), - [anon_sym_continue] = ACTIONS(700), - [anon_sym_goto] = ACTIONS(703), + [anon_sym_if] = ACTIONS(696), + [anon_sym_switch] = ACTIONS(699), + [anon_sym_case] = ACTIONS(702), + [anon_sym_default] = ACTIONS(705), + [anon_sym_while] = ACTIONS(708), + [anon_sym_do] = ACTIONS(711), + [anon_sym_for] = ACTIONS(714), + [anon_sym_return] = ACTIONS(717), + [anon_sym_break] = ACTIONS(720), + [anon_sym_continue] = ACTIONS(723), + [anon_sym_goto] = ACTIONS(726), [anon_sym_DASH_DASH] = ACTIONS(367), [anon_sym_PLUS_PLUS] = ACTIONS(367), [anon_sym_sizeof] = ACTIONS(370), @@ -24535,76 +24530,278 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(403), }, [41] = { - [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_preproc_include] = STATE(45), + [sym_preproc_def] = STATE(45), + [sym_preproc_function_def] = STATE(45), + [sym_preproc_call] = STATE(45), + [sym_preproc_if] = STATE(45), + [sym_preproc_ifdef] = STATE(45), + [sym_function_definition] = STATE(45), + [sym_declaration] = STATE(45), + [sym_type_definition] = STATE(45), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1316), - [sym_linkage_specification] = STATE(40), + [sym__declaration_specifiers] = STATE(1332), + [sym_linkage_specification] = STATE(45), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(856), - [sym_compound_statement] = STATE(40), + [sym_ms_call_modifier] = STATE(861), + [sym_compound_statement] = STATE(45), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1018), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [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(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(1016), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(45), + [sym_labeled_statement] = STATE(45), + [sym_expression_statement] = STATE(45), + [sym_if_statement] = STATE(45), + [sym_switch_statement] = STATE(45), + [sym_case_statement] = STATE(45), + [sym_while_statement] = STATE(45), + [sym_do_statement] = STATE(45), + [sym_for_statement] = STATE(45), + [sym_return_statement] = STATE(45), + [sym_break_statement] = STATE(45), + [sym_continue_statement] = STATE(45), + [sym_goto_statement] = STATE(45), + [sym__expression] = STATE(1109), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(2031), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(40), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(531), - [sym_layout_specification] = STATE(531), - [aux_sym_preproc_if_repeat1] = STATE(40), - [aux_sym_declaration_repeat1] = STATE(531), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(45), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(528), + [sym_layout_specification] = STATE(528), + [aux_sym_preproc_if_repeat1] = STATE(45), + [aux_sym_declaration_repeat1] = STATE(528), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(481), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(513), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [sym_identifier] = ACTIONS(729), + [aux_sym_preproc_include_token1] = ACTIONS(731), + [aux_sym_preproc_def_token1] = ACTIONS(733), + [aux_sym_preproc_if_token1] = ACTIONS(735), + [aux_sym_preproc_if_token2] = ACTIONS(737), + [aux_sym_preproc_ifdef_token1] = ACTIONS(739), + [aux_sym_preproc_ifdef_token2] = ACTIONS(739), + [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_subroutine] = ACTIONS(743), + [anon_sym_invariant] = ACTIONS(745), + [anon_sym_precise] = ACTIONS(745), + [anon_sym_SEMI] = ACTIONS(747), + [anon_sym_in] = ACTIONS(749), + [anon_sym_out] = ACTIONS(749), + [anon_sym_inout] = ACTIONS(749), + [anon_sym_uniform] = ACTIONS(749), + [anon_sym_shared] = ACTIONS(749), + [anon_sym_attribute] = ACTIONS(749), + [anon_sym_varying] = ACTIONS(749), + [anon_sym_buffer] = ACTIONS(749), + [anon_sym_coherent] = ACTIONS(749), + [anon_sym_readonly] = ACTIONS(749), + [anon_sym_writeonly] = ACTIONS(749), + [anon_sym_precision] = ACTIONS(749), + [anon_sym_highp] = ACTIONS(749), + [anon_sym_mediump] = ACTIONS(749), + [anon_sym_lowp] = ACTIONS(749), + [anon_sym_centroid] = ACTIONS(749), + [anon_sym_sample] = ACTIONS(749), + [anon_sym_patch] = ACTIONS(749), + [anon_sym_smooth] = ACTIONS(749), + [anon_sym_flat] = ACTIONS(749), + [anon_sym_noperspective] = ACTIONS(749), + [anon_sym___extension__] = ACTIONS(751), + [anon_sym_typedef] = ACTIONS(753), + [anon_sym_extern] = ACTIONS(755), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_LBRACK_LBRACK] = ACTIONS(41), + [anon_sym___declspec] = ACTIONS(43), + [anon_sym___cdecl] = ACTIONS(45), + [anon_sym___clrcall] = ACTIONS(45), + [anon_sym___stdcall] = ACTIONS(45), + [anon_sym___fastcall] = ACTIONS(45), + [anon_sym___thiscall] = ACTIONS(45), + [anon_sym___vectorcall] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(757), + [anon_sym_signed] = ACTIONS(49), + [anon_sym_unsigned] = ACTIONS(49), + [anon_sym_long] = ACTIONS(49), + [anon_sym_short] = ACTIONS(49), + [anon_sym_static] = ACTIONS(51), + [anon_sym_auto] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym___inline] = ACTIONS(51), + [anon_sym___inline__] = ACTIONS(51), + [anon_sym___forceinline] = ACTIONS(51), + [anon_sym_thread_local] = ACTIONS(51), + [anon_sym___thread] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym___restrict__] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym__Noreturn] = ACTIONS(53), + [anon_sym_noreturn] = ACTIONS(53), + [sym_primitive_type] = ACTIONS(55), + [anon_sym_enum] = ACTIONS(57), + [anon_sym_struct] = ACTIONS(59), + [anon_sym_union] = ACTIONS(61), + [anon_sym_if] = ACTIONS(759), + [anon_sym_switch] = ACTIONS(761), + [anon_sym_case] = ACTIONS(763), + [anon_sym_default] = ACTIONS(765), + [anon_sym_while] = ACTIONS(767), + [anon_sym_do] = ACTIONS(769), + [anon_sym_for] = ACTIONS(771), + [anon_sym_return] = ACTIONS(773), + [anon_sym_break] = ACTIONS(775), + [anon_sym_continue] = ACTIONS(777), + [anon_sym_goto] = ACTIONS(779), + [anon_sym_DASH_DASH] = ACTIONS(85), + [anon_sym_PLUS_PLUS] = ACTIONS(85), + [anon_sym_sizeof] = ACTIONS(87), + [anon_sym___alignof__] = ACTIONS(89), + [anon_sym___alignof] = ACTIONS(89), + [anon_sym__alignof] = ACTIONS(89), + [anon_sym_alignof] = ACTIONS(89), + [anon_sym__Alignof] = ACTIONS(89), + [anon_sym_offsetof] = ACTIONS(91), + [anon_sym__Generic] = ACTIONS(93), + [anon_sym_asm] = ACTIONS(95), + [anon_sym___asm__] = ACTIONS(95), + [sym_number_literal] = ACTIONS(169), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(171), + [sym_false] = ACTIONS(171), + [anon_sym_NULL] = ACTIONS(105), + [anon_sym_nullptr] = ACTIONS(105), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(107), + [anon_sym_rayPayloadInEXT] = ACTIONS(107), + [anon_sym_hitAttributeEXT] = ACTIONS(107), + [anon_sym_callableDataEXT] = ACTIONS(107), + [anon_sym_callableDataInEXT] = ACTIONS(107), + [anon_sym_shaderRecordEXT] = ACTIONS(107), + [anon_sym_rayPayloadNV] = ACTIONS(107), + [anon_sym_rayPayloadInNV] = ACTIONS(107), + [anon_sym_hitAttributeNV] = ACTIONS(107), + [anon_sym_callableDataNV] = ACTIONS(107), + [anon_sym_callableDataInNV] = ACTIONS(107), + [anon_sym_shaderRecordNV] = ACTIONS(107), + [anon_sym_layout] = ACTIONS(109), + }, + [42] = { + [sym_preproc_include] = STATE(47), + [sym_preproc_def] = STATE(47), + [sym_preproc_function_def] = STATE(47), + [sym_preproc_call] = STATE(47), + [sym_preproc_if] = STATE(47), + [sym_preproc_ifdef] = STATE(47), + [sym_function_definition] = STATE(47), + [sym_declaration] = STATE(47), + [sym_type_definition] = STATE(47), + [sym__declaration_modifiers] = STATE(870), + [sym__declaration_specifiers] = STATE(1314), + [sym_linkage_specification] = STATE(47), + [sym_attribute_specifier] = STATE(870), + [sym_attribute_declaration] = STATE(555), + [sym_ms_declspec_modifier] = STATE(870), + [sym_ms_call_modifier] = STATE(851), + [sym_compound_statement] = STATE(47), + [sym_storage_class_specifier] = STATE(870), + [sym_type_qualifier] = STATE(870), + [sym__type_specifier] = STATE(1015), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(47), + [sym_labeled_statement] = STATE(47), + [sym_expression_statement] = STATE(47), + [sym_if_statement] = STATE(47), + [sym_switch_statement] = STATE(47), + [sym_case_statement] = STATE(47), + [sym_while_statement] = STATE(47), + [sym_do_statement] = STATE(47), + [sym_for_statement] = STATE(47), + [sym_return_statement] = STATE(47), + [sym_break_statement] = STATE(47), + [sym_continue_statement] = STATE(47), + [sym_goto_statement] = STATE(47), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), + [sym_pointer_expression] = STATE(917), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), + [sym_subscript_expression] = STATE(917), + [sym_call_expression] = STATE(917), + [sym_gnu_asm_expression] = STATE(897), + [sym_field_expression] = STATE(917), + [sym_compound_literal_expression] = STATE(897), + [sym_parenthesized_expression] = STATE(917), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(47), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_preproc_if_repeat1] = STATE(47), + [aux_sym_declaration_repeat1] = STATE(538), + [aux_sym__declaration_specifiers_repeat1] = STATE(870), + [aux_sym_attributed_declarator_repeat1] = STATE(511), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(505), [aux_sym_preproc_include_token1] = ACTIONS(507), [aux_sym_preproc_def_token1] = ACTIONS(509), @@ -24657,7 +24854,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(531), - [anon_sym_RBRACE] = ACTIONS(706), + [anon_sym_RBRACE] = ACTIONS(781), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -24736,77 +24933,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(107), [anon_sym_layout] = ACTIONS(109), }, - [42] = { - [sym_preproc_include] = STATE(48), - [sym_preproc_def] = STATE(48), - [sym_preproc_function_def] = STATE(48), - [sym_preproc_call] = STATE(48), - [sym_preproc_if] = STATE(48), - [sym_preproc_ifdef] = STATE(48), - [sym_function_definition] = STATE(48), - [sym_declaration] = STATE(48), - [sym_type_definition] = STATE(48), + [43] = { + [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(870), - [sym__declaration_specifiers] = STATE(1316), - [sym_linkage_specification] = STATE(48), + [sym__declaration_specifiers] = STATE(1314), + [sym_linkage_specification] = STATE(40), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(856), - [sym_compound_statement] = STATE(48), + [sym_ms_call_modifier] = STATE(851), + [sym_compound_statement] = STATE(40), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1018), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_attributed_statement] = STATE(48), - [sym_labeled_statement] = STATE(48), - [sym_expression_statement] = STATE(48), - [sym_if_statement] = STATE(48), - [sym_switch_statement] = STATE(48), - [sym_case_statement] = STATE(48), - [sym_while_statement] = STATE(48), - [sym_do_statement] = STATE(48), - [sym_for_statement] = STATE(48), - [sym_return_statement] = STATE(48), - [sym_break_statement] = STATE(48), - [sym_continue_statement] = STATE(48), - [sym_goto_statement] = STATE(48), - [sym__expression] = STATE(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(1015), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [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(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(48), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(531), - [sym_layout_specification] = STATE(531), - [aux_sym_preproc_if_repeat1] = STATE(48), - [aux_sym_declaration_repeat1] = STATE(531), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(40), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_preproc_if_repeat1] = STATE(40), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(481), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(511), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(505), [aux_sym_preproc_include_token1] = ACTIONS(507), [aux_sym_preproc_def_token1] = ACTIONS(509), @@ -24859,7 +25056,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(531), - [anon_sym_RBRACE] = ACTIONS(708), + [anon_sym_RBRACE] = ACTIONS(783), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -24938,77 +25135,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(107), [anon_sym_layout] = ACTIONS(109), }, - [43] = { - [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), + [44] = { + [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(870), - [sym__declaration_specifiers] = STATE(1316), - [sym_linkage_specification] = STATE(29), + [sym__declaration_specifiers] = STATE(1314), + [sym_linkage_specification] = STATE(40), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(856), - [sym_compound_statement] = STATE(29), + [sym_ms_call_modifier] = STATE(851), + [sym_compound_statement] = STATE(40), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1018), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [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(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(1015), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [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(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(29), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(531), - [sym_layout_specification] = STATE(531), - [aux_sym_preproc_if_repeat1] = STATE(29), - [aux_sym_declaration_repeat1] = STATE(531), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(40), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_preproc_if_repeat1] = STATE(40), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(481), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(511), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(505), [aux_sym_preproc_include_token1] = ACTIONS(507), [aux_sym_preproc_def_token1] = ACTIONS(509), @@ -25061,7 +25258,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(531), - [anon_sym_RBRACE] = ACTIONS(710), + [anon_sym_RBRACE] = ACTIONS(785), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -25140,84 +25337,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(107), [anon_sym_layout] = ACTIONS(109), }, - [44] = { - [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), + [45] = { + [sym_preproc_include] = STATE(30), + [sym_preproc_def] = STATE(30), + [sym_preproc_function_def] = STATE(30), + [sym_preproc_call] = STATE(30), + [sym_preproc_if] = STATE(30), + [sym_preproc_ifdef] = STATE(30), + [sym_function_definition] = STATE(30), + [sym_declaration] = STATE(30), + [sym_type_definition] = STATE(30), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1316), - [sym_linkage_specification] = STATE(40), + [sym__declaration_specifiers] = STATE(1332), + [sym_linkage_specification] = STATE(30), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(856), - [sym_compound_statement] = STATE(40), + [sym_ms_call_modifier] = STATE(861), + [sym_compound_statement] = STATE(30), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1018), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [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(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(1016), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [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(1109), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(2031), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(40), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(531), - [sym_layout_specification] = STATE(531), - [aux_sym_preproc_if_repeat1] = STATE(40), - [aux_sym_declaration_repeat1] = STATE(531), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(30), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(528), + [sym_layout_specification] = STATE(528), + [aux_sym_preproc_if_repeat1] = STATE(30), + [aux_sym_declaration_repeat1] = STATE(528), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(481), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [sym_identifier] = ACTIONS(505), - [aux_sym_preproc_include_token1] = ACTIONS(507), - [aux_sym_preproc_def_token1] = ACTIONS(509), - [aux_sym_preproc_if_token1] = ACTIONS(511), - [aux_sym_preproc_ifdef_token1] = ACTIONS(513), - [aux_sym_preproc_ifdef_token2] = ACTIONS(513), - [sym_preproc_directive] = ACTIONS(515), + [aux_sym_attributed_declarator_repeat1] = STATE(513), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [sym_identifier] = ACTIONS(729), + [aux_sym_preproc_include_token1] = ACTIONS(731), + [aux_sym_preproc_def_token1] = ACTIONS(733), + [aux_sym_preproc_if_token1] = ACTIONS(735), + [aux_sym_preproc_if_token2] = ACTIONS(787), + [aux_sym_preproc_ifdef_token1] = ACTIONS(739), + [aux_sym_preproc_ifdef_token2] = ACTIONS(739), + [sym_preproc_directive] = ACTIONS(741), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -25225,34 +25423,34 @@ 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_subroutine] = ACTIONS(517), - [anon_sym_invariant] = ACTIONS(519), - [anon_sym_precise] = ACTIONS(519), - [anon_sym_SEMI] = ACTIONS(521), - [anon_sym_in] = ACTIONS(523), - [anon_sym_out] = ACTIONS(523), - [anon_sym_inout] = ACTIONS(523), - [anon_sym_uniform] = ACTIONS(523), - [anon_sym_shared] = ACTIONS(523), - [anon_sym_attribute] = ACTIONS(523), - [anon_sym_varying] = ACTIONS(523), - [anon_sym_buffer] = ACTIONS(523), - [anon_sym_coherent] = ACTIONS(523), - [anon_sym_readonly] = ACTIONS(523), - [anon_sym_writeonly] = ACTIONS(523), - [anon_sym_precision] = ACTIONS(523), - [anon_sym_highp] = ACTIONS(523), - [anon_sym_mediump] = ACTIONS(523), - [anon_sym_lowp] = ACTIONS(523), - [anon_sym_centroid] = ACTIONS(523), - [anon_sym_sample] = ACTIONS(523), - [anon_sym_patch] = ACTIONS(523), - [anon_sym_smooth] = ACTIONS(523), - [anon_sym_flat] = ACTIONS(523), - [anon_sym_noperspective] = ACTIONS(523), - [anon_sym___extension__] = ACTIONS(525), - [anon_sym_typedef] = ACTIONS(527), - [anon_sym_extern] = ACTIONS(529), + [anon_sym_subroutine] = ACTIONS(743), + [anon_sym_invariant] = ACTIONS(745), + [anon_sym_precise] = ACTIONS(745), + [anon_sym_SEMI] = ACTIONS(747), + [anon_sym_in] = ACTIONS(749), + [anon_sym_out] = ACTIONS(749), + [anon_sym_inout] = ACTIONS(749), + [anon_sym_uniform] = ACTIONS(749), + [anon_sym_shared] = ACTIONS(749), + [anon_sym_attribute] = ACTIONS(749), + [anon_sym_varying] = ACTIONS(749), + [anon_sym_buffer] = ACTIONS(749), + [anon_sym_coherent] = ACTIONS(749), + [anon_sym_readonly] = ACTIONS(749), + [anon_sym_writeonly] = ACTIONS(749), + [anon_sym_precision] = ACTIONS(749), + [anon_sym_highp] = ACTIONS(749), + [anon_sym_mediump] = ACTIONS(749), + [anon_sym_lowp] = ACTIONS(749), + [anon_sym_centroid] = ACTIONS(749), + [anon_sym_sample] = ACTIONS(749), + [anon_sym_patch] = ACTIONS(749), + [anon_sym_smooth] = ACTIONS(749), + [anon_sym_flat] = ACTIONS(749), + [anon_sym_noperspective] = ACTIONS(749), + [anon_sym___extension__] = ACTIONS(751), + [anon_sym_typedef] = ACTIONS(753), + [anon_sym_extern] = ACTIONS(755), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), @@ -25262,8 +25460,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(531), - [anon_sym_RBRACE] = ACTIONS(712), + [anon_sym_LBRACE] = ACTIONS(757), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -25289,17 +25486,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(57), [anon_sym_struct] = ACTIONS(59), [anon_sym_union] = ACTIONS(61), - [anon_sym_if] = ACTIONS(535), - [anon_sym_switch] = ACTIONS(537), - [anon_sym_case] = ACTIONS(539), - [anon_sym_default] = ACTIONS(541), - [anon_sym_while] = ACTIONS(543), - [anon_sym_do] = ACTIONS(545), - [anon_sym_for] = ACTIONS(547), - [anon_sym_return] = ACTIONS(549), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_goto] = ACTIONS(555), + [anon_sym_if] = ACTIONS(759), + [anon_sym_switch] = ACTIONS(761), + [anon_sym_case] = ACTIONS(763), + [anon_sym_default] = ACTIONS(765), + [anon_sym_while] = ACTIONS(767), + [anon_sym_do] = ACTIONS(769), + [anon_sym_for] = ACTIONS(771), + [anon_sym_return] = ACTIONS(773), + [anon_sym_break] = ACTIONS(775), + [anon_sym_continue] = ACTIONS(777), + [anon_sym_goto] = ACTIONS(779), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -25342,85 +25539,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(107), [anon_sym_layout] = ACTIONS(109), }, - [45] = { - [sym_preproc_include] = STATE(32), - [sym_preproc_def] = STATE(32), - [sym_preproc_function_def] = STATE(32), - [sym_preproc_call] = STATE(32), - [sym_preproc_if] = STATE(32), - [sym_preproc_ifdef] = STATE(32), - [sym_function_definition] = STATE(32), - [sym_declaration] = STATE(32), - [sym_type_definition] = STATE(32), + [46] = { + [sym_preproc_include] = STATE(48), + [sym_preproc_def] = STATE(48), + [sym_preproc_function_def] = STATE(48), + [sym_preproc_call] = STATE(48), + [sym_preproc_if] = STATE(48), + [sym_preproc_ifdef] = STATE(48), + [sym_function_definition] = STATE(48), + [sym_declaration] = STATE(48), + [sym_type_definition] = STATE(48), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1334), - [sym_linkage_specification] = STATE(32), + [sym__declaration_specifiers] = STATE(1314), + [sym_linkage_specification] = STATE(48), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(852), - [sym_compound_statement] = STATE(32), + [sym_ms_call_modifier] = STATE(851), + [sym_compound_statement] = STATE(48), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1014), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_attributed_statement] = STATE(32), - [sym_labeled_statement] = STATE(32), - [sym_expression_statement] = STATE(32), - [sym_if_statement] = STATE(32), - [sym_switch_statement] = STATE(32), - [sym_case_statement] = STATE(32), - [sym_while_statement] = STATE(32), - [sym_do_statement] = STATE(32), - [sym_for_statement] = STATE(32), - [sym_return_statement] = STATE(32), - [sym_break_statement] = STATE(32), - [sym_continue_statement] = STATE(32), - [sym_goto_statement] = STATE(32), - [sym__expression] = STATE(1063), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2034), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(1015), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(48), + [sym_labeled_statement] = STATE(48), + [sym_expression_statement] = STATE(48), + [sym_if_statement] = STATE(48), + [sym_switch_statement] = STATE(48), + [sym_case_statement] = STATE(48), + [sym_while_statement] = STATE(48), + [sym_do_statement] = STATE(48), + [sym_for_statement] = STATE(48), + [sym_return_statement] = STATE(48), + [sym_break_statement] = STATE(48), + [sym_continue_statement] = STATE(48), + [sym_goto_statement] = STATE(48), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(32), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(539), - [sym_layout_specification] = STATE(539), - [aux_sym_preproc_if_repeat1] = STATE(32), - [aux_sym_declaration_repeat1] = STATE(539), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(48), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_preproc_if_repeat1] = STATE(48), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(510), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [sym_identifier] = ACTIONS(563), - [aux_sym_preproc_include_token1] = ACTIONS(565), - [aux_sym_preproc_def_token1] = ACTIONS(567), - [aux_sym_preproc_if_token1] = ACTIONS(569), - [aux_sym_preproc_if_token2] = ACTIONS(714), - [aux_sym_preproc_ifdef_token1] = ACTIONS(573), - [aux_sym_preproc_ifdef_token2] = ACTIONS(573), - [sym_preproc_directive] = ACTIONS(575), + [aux_sym_attributed_declarator_repeat1] = STATE(511), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [sym_identifier] = ACTIONS(505), + [aux_sym_preproc_include_token1] = ACTIONS(507), + [aux_sym_preproc_def_token1] = ACTIONS(509), + [aux_sym_preproc_if_token1] = ACTIONS(511), + [aux_sym_preproc_ifdef_token1] = ACTIONS(513), + [aux_sym_preproc_ifdef_token2] = ACTIONS(513), + [sym_preproc_directive] = ACTIONS(515), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -25428,34 +25624,34 @@ 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_subroutine] = ACTIONS(577), - [anon_sym_invariant] = ACTIONS(579), - [anon_sym_precise] = ACTIONS(579), - [anon_sym_SEMI] = ACTIONS(581), - [anon_sym_in] = ACTIONS(583), - [anon_sym_out] = ACTIONS(583), - [anon_sym_inout] = ACTIONS(583), - [anon_sym_uniform] = ACTIONS(583), - [anon_sym_shared] = ACTIONS(583), - [anon_sym_attribute] = ACTIONS(583), - [anon_sym_varying] = ACTIONS(583), - [anon_sym_buffer] = ACTIONS(583), - [anon_sym_coherent] = ACTIONS(583), - [anon_sym_readonly] = ACTIONS(583), - [anon_sym_writeonly] = ACTIONS(583), - [anon_sym_precision] = ACTIONS(583), - [anon_sym_highp] = ACTIONS(583), - [anon_sym_mediump] = ACTIONS(583), - [anon_sym_lowp] = ACTIONS(583), - [anon_sym_centroid] = ACTIONS(583), - [anon_sym_sample] = ACTIONS(583), - [anon_sym_patch] = ACTIONS(583), - [anon_sym_smooth] = ACTIONS(583), - [anon_sym_flat] = ACTIONS(583), - [anon_sym_noperspective] = ACTIONS(583), - [anon_sym___extension__] = ACTIONS(585), - [anon_sym_typedef] = ACTIONS(587), - [anon_sym_extern] = ACTIONS(589), + [anon_sym_subroutine] = ACTIONS(517), + [anon_sym_invariant] = ACTIONS(519), + [anon_sym_precise] = ACTIONS(519), + [anon_sym_SEMI] = ACTIONS(521), + [anon_sym_in] = ACTIONS(523), + [anon_sym_out] = ACTIONS(523), + [anon_sym_inout] = ACTIONS(523), + [anon_sym_uniform] = ACTIONS(523), + [anon_sym_shared] = ACTIONS(523), + [anon_sym_attribute] = ACTIONS(523), + [anon_sym_varying] = ACTIONS(523), + [anon_sym_buffer] = ACTIONS(523), + [anon_sym_coherent] = ACTIONS(523), + [anon_sym_readonly] = ACTIONS(523), + [anon_sym_writeonly] = ACTIONS(523), + [anon_sym_precision] = ACTIONS(523), + [anon_sym_highp] = ACTIONS(523), + [anon_sym_mediump] = ACTIONS(523), + [anon_sym_lowp] = ACTIONS(523), + [anon_sym_centroid] = ACTIONS(523), + [anon_sym_sample] = ACTIONS(523), + [anon_sym_patch] = ACTIONS(523), + [anon_sym_smooth] = ACTIONS(523), + [anon_sym_flat] = ACTIONS(523), + [anon_sym_noperspective] = ACTIONS(523), + [anon_sym___extension__] = ACTIONS(525), + [anon_sym_typedef] = ACTIONS(527), + [anon_sym_extern] = ACTIONS(529), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), @@ -25465,7 +25661,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(591), + [anon_sym_LBRACE] = ACTIONS(531), + [anon_sym_RBRACE] = ACTIONS(789), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -25491,17 +25688,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(57), [anon_sym_struct] = ACTIONS(59), [anon_sym_union] = ACTIONS(61), - [anon_sym_if] = ACTIONS(593), - [anon_sym_switch] = ACTIONS(595), - [anon_sym_case] = ACTIONS(597), - [anon_sym_default] = ACTIONS(599), - [anon_sym_while] = ACTIONS(601), - [anon_sym_do] = ACTIONS(603), - [anon_sym_for] = ACTIONS(605), - [anon_sym_return] = ACTIONS(607), - [anon_sym_break] = ACTIONS(609), - [anon_sym_continue] = ACTIONS(611), - [anon_sym_goto] = ACTIONS(613), + [anon_sym_if] = ACTIONS(535), + [anon_sym_switch] = ACTIONS(537), + [anon_sym_case] = ACTIONS(539), + [anon_sym_default] = ACTIONS(541), + [anon_sym_while] = ACTIONS(543), + [anon_sym_do] = ACTIONS(545), + [anon_sym_for] = ACTIONS(547), + [anon_sym_return] = ACTIONS(549), + [anon_sym_break] = ACTIONS(551), + [anon_sym_continue] = ACTIONS(553), + [anon_sym_goto] = ACTIONS(555), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -25544,208 +25741,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(107), [anon_sym_layout] = ACTIONS(109), }, - [46] = { - [sym_preproc_include] = STATE(46), - [sym_preproc_def] = STATE(46), - [sym_preproc_function_def] = STATE(46), - [sym_preproc_call] = STATE(46), - [sym_preproc_if] = STATE(46), - [sym_preproc_ifdef] = STATE(46), - [sym_function_definition] = STATE(46), - [sym_declaration] = STATE(46), - [sym_type_definition] = STATE(46), - [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1334), - [sym_linkage_specification] = STATE(46), - [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), - [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(852), - [sym_compound_statement] = STATE(46), - [sym_storage_class_specifier] = STATE(870), - [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1014), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_attributed_statement] = STATE(46), - [sym_labeled_statement] = STATE(46), - [sym_expression_statement] = STATE(46), - [sym_if_statement] = STATE(46), - [sym_switch_statement] = STATE(46), - [sym_case_statement] = STATE(46), - [sym_while_statement] = STATE(46), - [sym_do_statement] = STATE(46), - [sym_for_statement] = STATE(46), - [sym_return_statement] = STATE(46), - [sym_break_statement] = STATE(46), - [sym_continue_statement] = STATE(46), - [sym_goto_statement] = STATE(46), - [sym__expression] = STATE(1063), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2034), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), - [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), - [sym_subscript_expression] = STATE(917), - [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), - [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), - [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(46), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(539), - [sym_layout_specification] = STATE(539), - [aux_sym_preproc_if_repeat1] = STATE(46), - [aux_sym_declaration_repeat1] = STATE(539), - [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(510), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [sym_identifier] = ACTIONS(716), - [aux_sym_preproc_include_token1] = ACTIONS(719), - [aux_sym_preproc_def_token1] = ACTIONS(722), - [aux_sym_preproc_if_token1] = ACTIONS(725), - [aux_sym_preproc_if_token2] = ACTIONS(257), - [aux_sym_preproc_ifdef_token1] = ACTIONS(728), - [aux_sym_preproc_ifdef_token2] = ACTIONS(728), - [sym_preproc_directive] = ACTIONS(731), - [anon_sym_LPAREN2] = ACTIONS(265), - [anon_sym_BANG] = ACTIONS(268), - [anon_sym_TILDE] = ACTIONS(268), - [anon_sym_DASH] = ACTIONS(271), - [anon_sym_PLUS] = ACTIONS(271), - [anon_sym_STAR] = ACTIONS(274), - [anon_sym_AMP] = ACTIONS(274), - [anon_sym_subroutine] = ACTIONS(734), - [anon_sym_invariant] = ACTIONS(737), - [anon_sym_precise] = ACTIONS(737), - [anon_sym_SEMI] = ACTIONS(740), - [anon_sym_in] = ACTIONS(743), - [anon_sym_out] = ACTIONS(743), - [anon_sym_inout] = ACTIONS(743), - [anon_sym_uniform] = ACTIONS(743), - [anon_sym_shared] = ACTIONS(743), - [anon_sym_attribute] = ACTIONS(743), - [anon_sym_varying] = ACTIONS(743), - [anon_sym_buffer] = ACTIONS(743), - [anon_sym_coherent] = ACTIONS(743), - [anon_sym_readonly] = ACTIONS(743), - [anon_sym_writeonly] = ACTIONS(743), - [anon_sym_precision] = ACTIONS(743), - [anon_sym_highp] = ACTIONS(743), - [anon_sym_mediump] = ACTIONS(743), - [anon_sym_lowp] = ACTIONS(743), - [anon_sym_centroid] = ACTIONS(743), - [anon_sym_sample] = ACTIONS(743), - [anon_sym_patch] = ACTIONS(743), - [anon_sym_smooth] = ACTIONS(743), - [anon_sym_flat] = ACTIONS(743), - [anon_sym_noperspective] = ACTIONS(743), - [anon_sym___extension__] = ACTIONS(746), - [anon_sym_typedef] = ACTIONS(749), - [anon_sym_extern] = ACTIONS(752), - [anon_sym___attribute__] = ACTIONS(298), - [anon_sym_LBRACK_LBRACK] = ACTIONS(301), - [anon_sym___declspec] = ACTIONS(304), - [anon_sym___cdecl] = ACTIONS(307), - [anon_sym___clrcall] = ACTIONS(307), - [anon_sym___stdcall] = ACTIONS(307), - [anon_sym___fastcall] = ACTIONS(307), - [anon_sym___thiscall] = ACTIONS(307), - [anon_sym___vectorcall] = ACTIONS(307), - [anon_sym_LBRACE] = ACTIONS(755), - [anon_sym_signed] = ACTIONS(313), - [anon_sym_unsigned] = ACTIONS(313), - [anon_sym_long] = ACTIONS(313), - [anon_sym_short] = ACTIONS(313), - [anon_sym_static] = ACTIONS(316), - [anon_sym_auto] = ACTIONS(316), - [anon_sym_register] = ACTIONS(316), - [anon_sym_inline] = ACTIONS(316), - [anon_sym___inline] = ACTIONS(316), - [anon_sym___inline__] = ACTIONS(316), - [anon_sym___forceinline] = ACTIONS(316), - [anon_sym_thread_local] = ACTIONS(316), - [anon_sym___thread] = ACTIONS(316), - [anon_sym_const] = ACTIONS(319), - [anon_sym_constexpr] = ACTIONS(319), - [anon_sym_volatile] = ACTIONS(319), - [anon_sym_restrict] = ACTIONS(319), - [anon_sym___restrict__] = ACTIONS(319), - [anon_sym__Atomic] = ACTIONS(319), - [anon_sym__Noreturn] = ACTIONS(319), - [anon_sym_noreturn] = ACTIONS(319), - [sym_primitive_type] = ACTIONS(322), - [anon_sym_enum] = ACTIONS(325), - [anon_sym_struct] = ACTIONS(328), - [anon_sym_union] = ACTIONS(331), - [anon_sym_if] = ACTIONS(758), - [anon_sym_switch] = ACTIONS(761), - [anon_sym_case] = ACTIONS(764), - [anon_sym_default] = ACTIONS(767), - [anon_sym_while] = ACTIONS(770), - [anon_sym_do] = ACTIONS(773), - [anon_sym_for] = ACTIONS(776), - [anon_sym_return] = ACTIONS(779), - [anon_sym_break] = ACTIONS(782), - [anon_sym_continue] = ACTIONS(785), - [anon_sym_goto] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(367), - [anon_sym_PLUS_PLUS] = ACTIONS(367), - [anon_sym_sizeof] = ACTIONS(370), - [anon_sym___alignof__] = ACTIONS(373), - [anon_sym___alignof] = ACTIONS(373), - [anon_sym__alignof] = ACTIONS(373), - [anon_sym_alignof] = ACTIONS(373), - [anon_sym__Alignof] = ACTIONS(373), - [anon_sym_offsetof] = ACTIONS(376), - [anon_sym__Generic] = ACTIONS(379), - [anon_sym_asm] = ACTIONS(382), - [anon_sym___asm__] = ACTIONS(382), - [sym_number_literal] = ACTIONS(385), - [anon_sym_L_SQUOTE] = ACTIONS(388), - [anon_sym_u_SQUOTE] = ACTIONS(388), - [anon_sym_U_SQUOTE] = ACTIONS(388), - [anon_sym_u8_SQUOTE] = ACTIONS(388), - [anon_sym_SQUOTE] = ACTIONS(388), - [anon_sym_L_DQUOTE] = ACTIONS(391), - [anon_sym_u_DQUOTE] = ACTIONS(391), - [anon_sym_U_DQUOTE] = ACTIONS(391), - [anon_sym_u8_DQUOTE] = ACTIONS(391), - [anon_sym_DQUOTE] = ACTIONS(391), - [sym_true] = ACTIONS(394), - [sym_false] = ACTIONS(394), - [anon_sym_NULL] = ACTIONS(397), - [anon_sym_nullptr] = ACTIONS(397), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(400), - [anon_sym_rayPayloadInEXT] = ACTIONS(400), - [anon_sym_hitAttributeEXT] = ACTIONS(400), - [anon_sym_callableDataEXT] = ACTIONS(400), - [anon_sym_callableDataInEXT] = ACTIONS(400), - [anon_sym_shaderRecordEXT] = ACTIONS(400), - [anon_sym_rayPayloadNV] = ACTIONS(400), - [anon_sym_rayPayloadInNV] = ACTIONS(400), - [anon_sym_hitAttributeNV] = ACTIONS(400), - [anon_sym_callableDataNV] = ACTIONS(400), - [anon_sym_callableDataInNV] = ACTIONS(400), - [anon_sym_shaderRecordNV] = ACTIONS(400), - [anon_sym_layout] = ACTIONS(403), - }, [47] = { [sym_preproc_include] = STATE(40), [sym_preproc_def] = STATE(40), @@ -25757,20 +25752,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_declaration] = STATE(40), [sym_type_definition] = STATE(40), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1316), + [sym__declaration_specifiers] = STATE(1314), [sym_linkage_specification] = STATE(40), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(856), + [sym_ms_call_modifier] = STATE(851), [sym_compound_statement] = STATE(40), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1018), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), + [sym__type_specifier] = STATE(1015), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), [sym_attributed_statement] = STATE(40), [sym_labeled_statement] = STATE(40), [sym_expression_statement] = STATE(40), @@ -25784,39 +25779,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(40), [sym_continue_statement] = STATE(40), [sym_goto_statement] = STATE(40), - [sym__expression] = STATE(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), [sym__empty_declaration] = STATE(40), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(531), - [sym_layout_specification] = STATE(531), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), [aux_sym_preproc_if_repeat1] = STATE(40), - [aux_sym_declaration_repeat1] = STATE(531), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(481), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(511), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(505), [aux_sym_preproc_include_token1] = ACTIONS(507), [aux_sym_preproc_def_token1] = ACTIONS(509), @@ -25959,20 +25954,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_declaration] = STATE(40), [sym_type_definition] = STATE(40), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1316), + [sym__declaration_specifiers] = STATE(1314), [sym_linkage_specification] = STATE(40), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(856), + [sym_ms_call_modifier] = STATE(851), [sym_compound_statement] = STATE(40), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1018), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), + [sym__type_specifier] = STATE(1015), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), [sym_attributed_statement] = STATE(40), [sym_labeled_statement] = STATE(40), [sym_expression_statement] = STATE(40), @@ -25986,39 +25981,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(40), [sym_continue_statement] = STATE(40), [sym_goto_statement] = STATE(40), - [sym__expression] = STATE(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), [sym__empty_declaration] = STATE(40), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(531), - [sym_layout_specification] = STATE(531), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), [aux_sym_preproc_if_repeat1] = STATE(40), - [aux_sym_declaration_repeat1] = STATE(531), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(481), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(511), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(505), [aux_sym_preproc_include_token1] = ACTIONS(507), [aux_sym_preproc_def_token1] = ACTIONS(509), @@ -26151,76 +26146,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [49] = { - [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_preproc_include] = STATE(51), + [sym_preproc_def] = STATE(51), + [sym_preproc_function_def] = STATE(51), + [sym_preproc_call] = STATE(51), + [sym_preproc_if] = STATE(51), + [sym_preproc_ifdef] = STATE(51), + [sym_function_definition] = STATE(51), + [sym_declaration] = STATE(51), + [sym_type_definition] = STATE(51), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1316), - [sym_linkage_specification] = STATE(28), + [sym__declaration_specifiers] = STATE(1314), + [sym_linkage_specification] = STATE(51), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(856), - [sym_compound_statement] = STATE(28), + [sym_ms_call_modifier] = STATE(851), + [sym_compound_statement] = STATE(51), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1018), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [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(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(1015), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(51), + [sym_labeled_statement] = STATE(51), + [sym_expression_statement] = STATE(51), + [sym_if_statement] = STATE(51), + [sym_switch_statement] = STATE(51), + [sym_case_statement] = STATE(51), + [sym_while_statement] = STATE(51), + [sym_do_statement] = STATE(51), + [sym_for_statement] = STATE(51), + [sym_return_statement] = STATE(51), + [sym_break_statement] = STATE(51), + [sym_continue_statement] = STATE(51), + [sym_goto_statement] = STATE(51), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(28), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(531), - [sym_layout_specification] = STATE(531), - [aux_sym_preproc_if_repeat1] = STATE(28), - [aux_sym_declaration_repeat1] = STATE(531), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(51), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_preproc_if_repeat1] = STATE(51), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(481), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(511), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(505), [aux_sym_preproc_include_token1] = ACTIONS(507), [aux_sym_preproc_def_token1] = ACTIONS(509), @@ -26353,76 +26348,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [50] = { - [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_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(870), - [sym__declaration_specifiers] = STATE(1316), - [sym_linkage_specification] = STATE(40), + [sym__declaration_specifiers] = STATE(1314), + [sym_linkage_specification] = STATE(28), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(856), - [sym_compound_statement] = STATE(40), + [sym_ms_call_modifier] = STATE(851), + [sym_compound_statement] = STATE(28), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1018), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [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(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(1015), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [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(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(40), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(531), - [sym_layout_specification] = STATE(531), - [aux_sym_preproc_if_repeat1] = STATE(40), - [aux_sym_declaration_repeat1] = STATE(531), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(28), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_preproc_if_repeat1] = STATE(28), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(481), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(511), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(505), [aux_sym_preproc_include_token1] = ACTIONS(507), [aux_sym_preproc_def_token1] = ACTIONS(509), @@ -26555,76 +26550,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [51] = { - [sym_preproc_include] = STATE(31), - [sym_preproc_def] = STATE(31), - [sym_preproc_function_def] = STATE(31), - [sym_preproc_call] = STATE(31), - [sym_preproc_if] = STATE(31), - [sym_preproc_ifdef] = STATE(31), - [sym_function_definition] = STATE(31), - [sym_declaration] = STATE(31), - [sym_type_definition] = STATE(31), + [sym_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(870), - [sym__declaration_specifiers] = STATE(1316), - [sym_linkage_specification] = STATE(31), + [sym__declaration_specifiers] = STATE(1314), + [sym_linkage_specification] = STATE(40), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(856), - [sym_compound_statement] = STATE(31), + [sym_ms_call_modifier] = STATE(851), + [sym_compound_statement] = STATE(40), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1018), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_attributed_statement] = STATE(31), - [sym_labeled_statement] = STATE(31), - [sym_expression_statement] = STATE(31), - [sym_if_statement] = STATE(31), - [sym_switch_statement] = STATE(31), - [sym_case_statement] = STATE(31), - [sym_while_statement] = STATE(31), - [sym_do_statement] = STATE(31), - [sym_for_statement] = STATE(31), - [sym_return_statement] = STATE(31), - [sym_break_statement] = STATE(31), - [sym_continue_statement] = STATE(31), - [sym_goto_statement] = STATE(31), - [sym__expression] = STATE(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(1015), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [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(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym__empty_declaration] = STATE(31), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(531), - [sym_layout_specification] = STATE(531), - [aux_sym_preproc_if_repeat1] = STATE(31), - [aux_sym_declaration_repeat1] = STATE(531), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym__empty_declaration] = STATE(40), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_preproc_if_repeat1] = STATE(40), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(481), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(511), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(505), [aux_sym_preproc_include_token1] = ACTIONS(507), [aux_sym_preproc_def_token1] = ACTIONS(509), @@ -26757,276 +26752,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [52] = { - [sym_preproc_include] = STATE(52), - [sym_preproc_def] = STATE(52), - [sym_preproc_function_def] = STATE(52), - [sym_preproc_call] = STATE(52), - [sym_preproc_if] = STATE(52), - [sym_preproc_ifdef] = STATE(52), - [sym_function_definition] = STATE(52), - [sym_declaration] = STATE(52), - [sym_type_definition] = STATE(52), + [sym_preproc_include] = STATE(53), + [sym_preproc_def] = STATE(53), + [sym_preproc_function_def] = STATE(53), + [sym_preproc_call] = STATE(53), + [sym_preproc_if] = STATE(53), + [sym_preproc_ifdef] = STATE(53), + [sym_function_definition] = STATE(53), + [sym_declaration] = STATE(53), + [sym_type_definition] = STATE(53), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1317), - [sym_linkage_specification] = STATE(52), + [sym__declaration_specifiers] = STATE(1315), + [sym_linkage_specification] = STATE(53), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(858), - [sym_compound_statement] = STATE(52), + [sym_ms_call_modifier] = STATE(850), + [sym_compound_statement] = STATE(53), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1016), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_attributed_statement] = STATE(52), - [sym_labeled_statement] = STATE(52), - [sym__top_level_expression_statement] = STATE(52), - [sym_if_statement] = STATE(52), - [sym_switch_statement] = STATE(52), - [sym_case_statement] = STATE(52), - [sym_while_statement] = STATE(52), - [sym_do_statement] = STATE(52), - [sym_for_statement] = STATE(52), - [sym_return_statement] = STATE(52), - [sym_break_statement] = STATE(52), - [sym_continue_statement] = STATE(52), - [sym_goto_statement] = STATE(52), + [sym__type_specifier] = STATE(1018), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(53), + [sym_labeled_statement] = STATE(53), + [sym__top_level_expression_statement] = STATE(53), + [sym_if_statement] = STATE(53), + [sym_switch_statement] = STATE(53), + [sym_case_statement] = STATE(53), + [sym_while_statement] = STATE(53), + [sym_do_statement] = STATE(53), + [sym_for_statement] = STATE(53), + [sym_return_statement] = STATE(53), + [sym_break_statement] = STATE(53), + [sym_continue_statement] = STATE(53), + [sym_goto_statement] = STATE(53), [sym__expression] = STATE(1162), - [sym__expression_not_binary] = STATE(1163), - [sym_conditional_expression] = STATE(1163), - [sym_assignment_expression] = STATE(1163), + [sym__expression_not_binary] = STATE(1161), + [sym_conditional_expression] = STATE(1161), + [sym_assignment_expression] = STATE(1161), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(1163), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(1163), - [sym_cast_expression] = STATE(1163), - [sym_sizeof_expression] = STATE(1163), - [sym_alignof_expression] = STATE(1163), - [sym_offsetof_expression] = STATE(1163), - [sym_generic_expression] = STATE(1163), + [sym_unary_expression] = STATE(1161), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(1161), + [sym_cast_expression] = STATE(1161), + [sym_sizeof_expression] = STATE(1161), + [sym_alignof_expression] = STATE(1161), + [sym_offsetof_expression] = STATE(1161), + [sym_generic_expression] = STATE(1161), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(1163), + [sym_gnu_asm_expression] = STATE(1161), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(1163), + [sym_compound_literal_expression] = STATE(1161), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(1163), - [sym_concatenated_string] = STATE(1163), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(1163), - [sym__empty_declaration] = STATE(52), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(524), - [sym_layout_specification] = STATE(524), - [aux_sym_translation_unit_repeat1] = STATE(52), - [aux_sym_declaration_repeat1] = STATE(524), + [sym_char_literal] = STATE(1161), + [sym_concatenated_string] = STATE(1161), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(1161), + [sym__empty_declaration] = STATE(53), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(532), + [sym_layout_specification] = STATE(532), + [aux_sym_translation_unit_repeat1] = STATE(53), + [aux_sym_declaration_repeat1] = STATE(532), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(517), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(518), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [ts_builtin_sym_end] = ACTIONS(801), - [sym_identifier] = ACTIONS(803), - [aux_sym_preproc_include_token1] = ACTIONS(806), - [aux_sym_preproc_def_token1] = ACTIONS(809), - [aux_sym_preproc_if_token1] = ACTIONS(812), - [aux_sym_preproc_ifdef_token1] = ACTIONS(815), - [aux_sym_preproc_ifdef_token2] = ACTIONS(815), - [sym_preproc_directive] = ACTIONS(818), - [anon_sym_LPAREN2] = ACTIONS(821), - [anon_sym_BANG] = ACTIONS(824), - [anon_sym_TILDE] = ACTIONS(824), - [anon_sym_DASH] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(827), - [anon_sym_STAR] = ACTIONS(830), - [anon_sym_AMP] = ACTIONS(830), - [anon_sym_subroutine] = ACTIONS(833), - [anon_sym_invariant] = ACTIONS(836), - [anon_sym_precise] = ACTIONS(836), - [anon_sym_in] = ACTIONS(839), - [anon_sym_out] = ACTIONS(839), - [anon_sym_inout] = ACTIONS(839), - [anon_sym_uniform] = ACTIONS(839), - [anon_sym_shared] = ACTIONS(839), - [anon_sym_attribute] = ACTIONS(839), - [anon_sym_varying] = ACTIONS(839), - [anon_sym_buffer] = ACTIONS(839), - [anon_sym_coherent] = ACTIONS(839), - [anon_sym_readonly] = ACTIONS(839), - [anon_sym_writeonly] = ACTIONS(839), - [anon_sym_precision] = ACTIONS(839), - [anon_sym_highp] = ACTIONS(839), - [anon_sym_mediump] = ACTIONS(839), - [anon_sym_lowp] = ACTIONS(839), - [anon_sym_centroid] = ACTIONS(839), - [anon_sym_sample] = ACTIONS(839), - [anon_sym_patch] = ACTIONS(839), - [anon_sym_smooth] = ACTIONS(839), - [anon_sym_flat] = ACTIONS(839), - [anon_sym_noperspective] = ACTIONS(839), - [anon_sym___extension__] = ACTIONS(842), - [anon_sym_typedef] = ACTIONS(845), - [anon_sym_extern] = ACTIONS(848), - [anon_sym___attribute__] = ACTIONS(851), - [anon_sym_LBRACK_LBRACK] = ACTIONS(854), - [anon_sym___declspec] = ACTIONS(857), - [anon_sym___cdecl] = ACTIONS(860), - [anon_sym___clrcall] = ACTIONS(860), - [anon_sym___stdcall] = ACTIONS(860), - [anon_sym___fastcall] = ACTIONS(860), - [anon_sym___thiscall] = ACTIONS(860), - [anon_sym___vectorcall] = ACTIONS(860), - [anon_sym_LBRACE] = ACTIONS(863), - [anon_sym_signed] = ACTIONS(866), - [anon_sym_unsigned] = ACTIONS(866), - [anon_sym_long] = ACTIONS(866), - [anon_sym_short] = ACTIONS(866), - [anon_sym_static] = ACTIONS(869), - [anon_sym_auto] = ACTIONS(869), - [anon_sym_register] = ACTIONS(869), - [anon_sym_inline] = ACTIONS(869), - [anon_sym___inline] = ACTIONS(869), - [anon_sym___inline__] = ACTIONS(869), - [anon_sym___forceinline] = ACTIONS(869), - [anon_sym_thread_local] = ACTIONS(869), - [anon_sym___thread] = ACTIONS(869), - [anon_sym_const] = ACTIONS(872), - [anon_sym_constexpr] = ACTIONS(872), - [anon_sym_volatile] = ACTIONS(872), - [anon_sym_restrict] = ACTIONS(872), - [anon_sym___restrict__] = ACTIONS(872), - [anon_sym__Atomic] = ACTIONS(872), - [anon_sym__Noreturn] = ACTIONS(872), - [anon_sym_noreturn] = ACTIONS(872), - [sym_primitive_type] = ACTIONS(875), - [anon_sym_enum] = ACTIONS(878), - [anon_sym_struct] = ACTIONS(881), - [anon_sym_union] = ACTIONS(884), - [anon_sym_if] = ACTIONS(887), - [anon_sym_switch] = ACTIONS(890), - [anon_sym_case] = ACTIONS(893), - [anon_sym_default] = ACTIONS(896), - [anon_sym_while] = ACTIONS(899), - [anon_sym_do] = ACTIONS(902), - [anon_sym_for] = ACTIONS(905), - [anon_sym_return] = ACTIONS(908), - [anon_sym_break] = ACTIONS(911), - [anon_sym_continue] = ACTIONS(914), - [anon_sym_goto] = ACTIONS(917), - [anon_sym_DASH_DASH] = ACTIONS(920), - [anon_sym_PLUS_PLUS] = ACTIONS(920), - [anon_sym_sizeof] = ACTIONS(923), - [anon_sym___alignof__] = ACTIONS(926), - [anon_sym___alignof] = ACTIONS(926), - [anon_sym__alignof] = ACTIONS(926), - [anon_sym_alignof] = ACTIONS(926), - [anon_sym__Alignof] = ACTIONS(926), - [anon_sym_offsetof] = ACTIONS(929), - [anon_sym__Generic] = ACTIONS(932), - [anon_sym_asm] = ACTIONS(935), - [anon_sym___asm__] = ACTIONS(935), - [sym_number_literal] = ACTIONS(938), - [anon_sym_L_SQUOTE] = ACTIONS(941), - [anon_sym_u_SQUOTE] = ACTIONS(941), - [anon_sym_U_SQUOTE] = ACTIONS(941), - [anon_sym_u8_SQUOTE] = ACTIONS(941), - [anon_sym_SQUOTE] = ACTIONS(941), - [anon_sym_L_DQUOTE] = ACTIONS(944), - [anon_sym_u_DQUOTE] = ACTIONS(944), - [anon_sym_U_DQUOTE] = ACTIONS(944), - [anon_sym_u8_DQUOTE] = ACTIONS(944), - [anon_sym_DQUOTE] = ACTIONS(944), - [sym_true] = ACTIONS(947), - [sym_false] = ACTIONS(947), - [anon_sym_NULL] = ACTIONS(950), - [anon_sym_nullptr] = ACTIONS(950), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(953), - [anon_sym_rayPayloadInEXT] = ACTIONS(953), - [anon_sym_hitAttributeEXT] = ACTIONS(953), - [anon_sym_callableDataEXT] = ACTIONS(953), - [anon_sym_callableDataInEXT] = ACTIONS(953), - [anon_sym_shaderRecordEXT] = ACTIONS(953), - [anon_sym_rayPayloadNV] = ACTIONS(953), - [anon_sym_rayPayloadInNV] = ACTIONS(953), - [anon_sym_hitAttributeNV] = ACTIONS(953), - [anon_sym_callableDataNV] = ACTIONS(953), - [anon_sym_callableDataInNV] = ACTIONS(953), - [anon_sym_shaderRecordNV] = ACTIONS(953), - [anon_sym_layout] = ACTIONS(956), - }, - [53] = { - [sym_preproc_include] = STATE(52), - [sym_preproc_def] = STATE(52), - [sym_preproc_function_def] = STATE(52), - [sym_preproc_call] = STATE(52), - [sym_preproc_if] = STATE(52), - [sym_preproc_ifdef] = STATE(52), - [sym_function_definition] = STATE(52), - [sym_declaration] = STATE(52), - [sym_type_definition] = STATE(52), - [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1317), - [sym_linkage_specification] = STATE(52), - [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), - [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(858), - [sym_compound_statement] = STATE(52), - [sym_storage_class_specifier] = STATE(870), - [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(1016), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_attributed_statement] = STATE(52), - [sym_labeled_statement] = STATE(52), - [sym__top_level_expression_statement] = STATE(52), - [sym_if_statement] = STATE(52), - [sym_switch_statement] = STATE(52), - [sym_case_statement] = STATE(52), - [sym_while_statement] = STATE(52), - [sym_do_statement] = STATE(52), - [sym_for_statement] = STATE(52), - [sym_return_statement] = STATE(52), - [sym_break_statement] = STATE(52), - [sym_continue_statement] = STATE(52), - [sym_goto_statement] = STATE(52), - [sym__expression] = STATE(1162), - [sym__expression_not_binary] = STATE(1163), - [sym_conditional_expression] = STATE(1163), - [sym_assignment_expression] = STATE(1163), - [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(1163), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(1163), - [sym_cast_expression] = STATE(1163), - [sym_sizeof_expression] = STATE(1163), - [sym_alignof_expression] = STATE(1163), - [sym_offsetof_expression] = STATE(1163), - [sym_generic_expression] = STATE(1163), - [sym_subscript_expression] = STATE(917), - [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(1163), - [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(1163), - [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(1163), - [sym_concatenated_string] = STATE(1163), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(1163), - [sym__empty_declaration] = STATE(52), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(524), - [sym_layout_specification] = STATE(524), - [aux_sym_translation_unit_repeat1] = STATE(52), - [aux_sym_declaration_repeat1] = STATE(524), - [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(517), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [ts_builtin_sym_end] = ACTIONS(959), [sym_identifier] = ACTIONS(7), [aux_sym_preproc_include_token1] = ACTIONS(9), [aux_sym_preproc_def_token1] = ACTIONS(11), @@ -27156,66 +26951,266 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(107), [anon_sym_layout] = ACTIONS(109), }, + [53] = { + [sym_preproc_include] = STATE(53), + [sym_preproc_def] = STATE(53), + [sym_preproc_function_def] = STATE(53), + [sym_preproc_call] = STATE(53), + [sym_preproc_if] = STATE(53), + [sym_preproc_ifdef] = STATE(53), + [sym_function_definition] = STATE(53), + [sym_declaration] = STATE(53), + [sym_type_definition] = STATE(53), + [sym__declaration_modifiers] = STATE(870), + [sym__declaration_specifiers] = STATE(1315), + [sym_linkage_specification] = STATE(53), + [sym_attribute_specifier] = STATE(870), + [sym_attribute_declaration] = STATE(555), + [sym_ms_declspec_modifier] = STATE(870), + [sym_ms_call_modifier] = STATE(850), + [sym_compound_statement] = STATE(53), + [sym_storage_class_specifier] = STATE(870), + [sym_type_qualifier] = STATE(870), + [sym__type_specifier] = STATE(1018), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(53), + [sym_labeled_statement] = STATE(53), + [sym__top_level_expression_statement] = STATE(53), + [sym_if_statement] = STATE(53), + [sym_switch_statement] = STATE(53), + [sym_case_statement] = STATE(53), + [sym_while_statement] = STATE(53), + [sym_do_statement] = STATE(53), + [sym_for_statement] = STATE(53), + [sym_return_statement] = STATE(53), + [sym_break_statement] = STATE(53), + [sym_continue_statement] = STATE(53), + [sym_goto_statement] = STATE(53), + [sym__expression] = STATE(1162), + [sym__expression_not_binary] = STATE(1161), + [sym_conditional_expression] = STATE(1161), + [sym_assignment_expression] = STATE(1161), + [sym_pointer_expression] = STATE(917), + [sym_unary_expression] = STATE(1161), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(1161), + [sym_cast_expression] = STATE(1161), + [sym_sizeof_expression] = STATE(1161), + [sym_alignof_expression] = STATE(1161), + [sym_offsetof_expression] = STATE(1161), + [sym_generic_expression] = STATE(1161), + [sym_subscript_expression] = STATE(917), + [sym_call_expression] = STATE(917), + [sym_gnu_asm_expression] = STATE(1161), + [sym_field_expression] = STATE(917), + [sym_compound_literal_expression] = STATE(1161), + [sym_parenthesized_expression] = STATE(917), + [sym_char_literal] = STATE(1161), + [sym_concatenated_string] = STATE(1161), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(1161), + [sym__empty_declaration] = STATE(53), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(532), + [sym_layout_specification] = STATE(532), + [aux_sym_translation_unit_repeat1] = STATE(53), + [aux_sym_declaration_repeat1] = STATE(532), + [aux_sym__declaration_specifiers_repeat1] = STATE(870), + [aux_sym_attributed_declarator_repeat1] = STATE(518), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [ts_builtin_sym_end] = ACTIONS(803), + [sym_identifier] = ACTIONS(805), + [aux_sym_preproc_include_token1] = ACTIONS(808), + [aux_sym_preproc_def_token1] = ACTIONS(811), + [aux_sym_preproc_if_token1] = ACTIONS(814), + [aux_sym_preproc_ifdef_token1] = ACTIONS(817), + [aux_sym_preproc_ifdef_token2] = ACTIONS(817), + [sym_preproc_directive] = ACTIONS(820), + [anon_sym_LPAREN2] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(826), + [anon_sym_TILDE] = ACTIONS(826), + [anon_sym_DASH] = ACTIONS(829), + [anon_sym_PLUS] = ACTIONS(829), + [anon_sym_STAR] = ACTIONS(832), + [anon_sym_AMP] = ACTIONS(832), + [anon_sym_subroutine] = ACTIONS(835), + [anon_sym_invariant] = ACTIONS(838), + [anon_sym_precise] = ACTIONS(838), + [anon_sym_in] = ACTIONS(841), + [anon_sym_out] = ACTIONS(841), + [anon_sym_inout] = ACTIONS(841), + [anon_sym_uniform] = ACTIONS(841), + [anon_sym_shared] = ACTIONS(841), + [anon_sym_attribute] = ACTIONS(841), + [anon_sym_varying] = ACTIONS(841), + [anon_sym_buffer] = ACTIONS(841), + [anon_sym_coherent] = ACTIONS(841), + [anon_sym_readonly] = ACTIONS(841), + [anon_sym_writeonly] = ACTIONS(841), + [anon_sym_precision] = ACTIONS(841), + [anon_sym_highp] = ACTIONS(841), + [anon_sym_mediump] = ACTIONS(841), + [anon_sym_lowp] = ACTIONS(841), + [anon_sym_centroid] = ACTIONS(841), + [anon_sym_sample] = ACTIONS(841), + [anon_sym_patch] = ACTIONS(841), + [anon_sym_smooth] = ACTIONS(841), + [anon_sym_flat] = ACTIONS(841), + [anon_sym_noperspective] = ACTIONS(841), + [anon_sym___extension__] = ACTIONS(844), + [anon_sym_typedef] = ACTIONS(847), + [anon_sym_extern] = ACTIONS(850), + [anon_sym___attribute__] = ACTIONS(853), + [anon_sym_LBRACK_LBRACK] = ACTIONS(856), + [anon_sym___declspec] = ACTIONS(859), + [anon_sym___cdecl] = ACTIONS(862), + [anon_sym___clrcall] = ACTIONS(862), + [anon_sym___stdcall] = ACTIONS(862), + [anon_sym___fastcall] = ACTIONS(862), + [anon_sym___thiscall] = ACTIONS(862), + [anon_sym___vectorcall] = ACTIONS(862), + [anon_sym_LBRACE] = ACTIONS(865), + [anon_sym_signed] = ACTIONS(868), + [anon_sym_unsigned] = ACTIONS(868), + [anon_sym_long] = ACTIONS(868), + [anon_sym_short] = ACTIONS(868), + [anon_sym_static] = ACTIONS(871), + [anon_sym_auto] = ACTIONS(871), + [anon_sym_register] = ACTIONS(871), + [anon_sym_inline] = ACTIONS(871), + [anon_sym___inline] = ACTIONS(871), + [anon_sym___inline__] = ACTIONS(871), + [anon_sym___forceinline] = ACTIONS(871), + [anon_sym_thread_local] = ACTIONS(871), + [anon_sym___thread] = ACTIONS(871), + [anon_sym_const] = ACTIONS(874), + [anon_sym_constexpr] = ACTIONS(874), + [anon_sym_volatile] = ACTIONS(874), + [anon_sym_restrict] = ACTIONS(874), + [anon_sym___restrict__] = ACTIONS(874), + [anon_sym__Atomic] = ACTIONS(874), + [anon_sym__Noreturn] = ACTIONS(874), + [anon_sym_noreturn] = ACTIONS(874), + [sym_primitive_type] = ACTIONS(877), + [anon_sym_enum] = ACTIONS(880), + [anon_sym_struct] = ACTIONS(883), + [anon_sym_union] = ACTIONS(886), + [anon_sym_if] = ACTIONS(889), + [anon_sym_switch] = ACTIONS(892), + [anon_sym_case] = ACTIONS(895), + [anon_sym_default] = ACTIONS(898), + [anon_sym_while] = ACTIONS(901), + [anon_sym_do] = ACTIONS(904), + [anon_sym_for] = ACTIONS(907), + [anon_sym_return] = ACTIONS(910), + [anon_sym_break] = ACTIONS(913), + [anon_sym_continue] = ACTIONS(916), + [anon_sym_goto] = ACTIONS(919), + [anon_sym_DASH_DASH] = ACTIONS(922), + [anon_sym_PLUS_PLUS] = ACTIONS(922), + [anon_sym_sizeof] = ACTIONS(925), + [anon_sym___alignof__] = ACTIONS(928), + [anon_sym___alignof] = ACTIONS(928), + [anon_sym__alignof] = ACTIONS(928), + [anon_sym_alignof] = ACTIONS(928), + [anon_sym__Alignof] = ACTIONS(928), + [anon_sym_offsetof] = ACTIONS(931), + [anon_sym__Generic] = ACTIONS(934), + [anon_sym_asm] = ACTIONS(937), + [anon_sym___asm__] = ACTIONS(937), + [sym_number_literal] = ACTIONS(940), + [anon_sym_L_SQUOTE] = ACTIONS(943), + [anon_sym_u_SQUOTE] = ACTIONS(943), + [anon_sym_U_SQUOTE] = ACTIONS(943), + [anon_sym_u8_SQUOTE] = ACTIONS(943), + [anon_sym_SQUOTE] = ACTIONS(943), + [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(949), + [sym_false] = ACTIONS(949), + [anon_sym_NULL] = ACTIONS(952), + [anon_sym_nullptr] = ACTIONS(952), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(955), + [anon_sym_rayPayloadInEXT] = ACTIONS(955), + [anon_sym_hitAttributeEXT] = ACTIONS(955), + [anon_sym_callableDataEXT] = ACTIONS(955), + [anon_sym_callableDataInEXT] = ACTIONS(955), + [anon_sym_shaderRecordEXT] = ACTIONS(955), + [anon_sym_rayPayloadNV] = ACTIONS(955), + [anon_sym_rayPayloadInNV] = ACTIONS(955), + [anon_sym_hitAttributeNV] = ACTIONS(955), + [anon_sym_callableDataNV] = ACTIONS(955), + [anon_sym_callableDataInNV] = ACTIONS(955), + [anon_sym_shaderRecordNV] = ACTIONS(955), + [anon_sym_layout] = ACTIONS(958), + }, [54] = { - [sym_declaration] = STATE(57), - [sym_type_definition] = STATE(57), + [sym_declaration] = STATE(55), + [sym_type_definition] = STATE(55), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1339), + [sym__declaration_specifiers] = STATE(1337), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_compound_statement] = STATE(57), + [sym_compound_statement] = STATE(55), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [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(1081), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1811), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [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(1069), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1922), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), [sym_extension_storage_class] = STATE(536), [sym_layout_specification] = STATE(536), [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(487), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [aux_sym_case_statement_repeat1] = STATE(57), + [aux_sym_attributed_declarator_repeat1] = STATE(482), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [aux_sym_case_statement_repeat1] = STATE(55), [sym_identifier] = ACTIONS(961), [aux_sym_preproc_include_token1] = ACTIONS(963), [aux_sym_preproc_def_token1] = ACTIONS(963), @@ -27353,77 +27348,273 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [55] = { - [sym_declaration] = STATE(58), - [sym_type_definition] = STATE(58), + [sym_declaration] = STATE(55), + [sym_type_definition] = STATE(55), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1339), + [sym__declaration_specifiers] = STATE(1337), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_compound_statement] = STATE(58), + [sym_compound_statement] = STATE(55), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [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(1081), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1811), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [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(1069), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1922), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), [sym_extension_storage_class] = STATE(536), [sym_layout_specification] = STATE(536), [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(487), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [aux_sym_case_statement_repeat1] = STATE(58), + [aux_sym_attributed_declarator_repeat1] = STATE(482), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [aux_sym_case_statement_repeat1] = STATE(55), + [sym_identifier] = ACTIONS(965), + [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), + [aux_sym_preproc_elifdef_token1] = ACTIONS(968), + [aux_sym_preproc_elifdef_token2] = ACTIONS(968), + [sym_preproc_directive] = ACTIONS(968), + [anon_sym_LPAREN2] = ACTIONS(970), + [anon_sym_BANG] = ACTIONS(973), + [anon_sym_TILDE] = ACTIONS(973), + [anon_sym_DASH] = ACTIONS(976), + [anon_sym_PLUS] = ACTIONS(976), + [anon_sym_STAR] = ACTIONS(979), + [anon_sym_AMP] = ACTIONS(979), + [anon_sym_subroutine] = ACTIONS(982), + [anon_sym_invariant] = ACTIONS(985), + [anon_sym_precise] = ACTIONS(985), + [anon_sym_SEMI] = ACTIONS(988), + [anon_sym_in] = ACTIONS(982), + [anon_sym_out] = ACTIONS(982), + [anon_sym_inout] = ACTIONS(982), + [anon_sym_uniform] = ACTIONS(982), + [anon_sym_shared] = ACTIONS(982), + [anon_sym_attribute] = ACTIONS(982), + [anon_sym_varying] = ACTIONS(982), + [anon_sym_buffer] = ACTIONS(982), + [anon_sym_coherent] = ACTIONS(982), + [anon_sym_readonly] = ACTIONS(982), + [anon_sym_writeonly] = ACTIONS(982), + [anon_sym_precision] = ACTIONS(982), + [anon_sym_highp] = ACTIONS(982), + [anon_sym_mediump] = ACTIONS(982), + [anon_sym_lowp] = ACTIONS(982), + [anon_sym_centroid] = ACTIONS(982), + [anon_sym_sample] = ACTIONS(982), + [anon_sym_patch] = ACTIONS(982), + [anon_sym_smooth] = ACTIONS(982), + [anon_sym_flat] = ACTIONS(982), + [anon_sym_noperspective] = ACTIONS(982), + [anon_sym___extension__] = ACTIONS(991), + [anon_sym_typedef] = ACTIONS(994), + [anon_sym_extern] = ACTIONS(997), + [anon_sym___attribute__] = ACTIONS(1000), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1003), + [anon_sym___declspec] = ACTIONS(1006), + [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(1009), + [anon_sym_signed] = ACTIONS(1012), + [anon_sym_unsigned] = ACTIONS(1012), + [anon_sym_long] = ACTIONS(1012), + [anon_sym_short] = ACTIONS(1012), + [anon_sym_static] = ACTIONS(997), + [anon_sym_auto] = ACTIONS(997), + [anon_sym_register] = ACTIONS(997), + [anon_sym_inline] = ACTIONS(997), + [anon_sym___inline] = ACTIONS(997), + [anon_sym___inline__] = ACTIONS(997), + [anon_sym___forceinline] = ACTIONS(997), + [anon_sym_thread_local] = ACTIONS(997), + [anon_sym___thread] = ACTIONS(997), + [anon_sym_const] = ACTIONS(1015), + [anon_sym_constexpr] = ACTIONS(1015), + [anon_sym_volatile] = ACTIONS(1015), + [anon_sym_restrict] = ACTIONS(1015), + [anon_sym___restrict__] = ACTIONS(1015), + [anon_sym__Atomic] = ACTIONS(1015), + [anon_sym__Noreturn] = ACTIONS(1015), + [anon_sym_noreturn] = ACTIONS(1015), + [sym_primitive_type] = ACTIONS(1018), + [anon_sym_enum] = ACTIONS(1021), + [anon_sym_struct] = ACTIONS(1024), + [anon_sym_union] = ACTIONS(1027), + [anon_sym_if] = ACTIONS(1030), + [anon_sym_else] = ACTIONS(968), + [anon_sym_switch] = ACTIONS(1033), + [anon_sym_case] = ACTIONS(968), + [anon_sym_default] = ACTIONS(968), + [anon_sym_while] = ACTIONS(1036), + [anon_sym_do] = ACTIONS(1039), + [anon_sym_for] = ACTIONS(1042), + [anon_sym_return] = ACTIONS(1045), + [anon_sym_break] = ACTIONS(1048), + [anon_sym_continue] = ACTIONS(1051), + [anon_sym_goto] = ACTIONS(1054), + [anon_sym_DASH_DASH] = ACTIONS(1057), + [anon_sym_PLUS_PLUS] = ACTIONS(1057), + [anon_sym_sizeof] = ACTIONS(1060), + [anon_sym___alignof__] = ACTIONS(1063), + [anon_sym___alignof] = ACTIONS(1063), + [anon_sym__alignof] = ACTIONS(1063), + [anon_sym_alignof] = ACTIONS(1063), + [anon_sym__Alignof] = ACTIONS(1063), + [anon_sym_offsetof] = ACTIONS(1066), + [anon_sym__Generic] = ACTIONS(1069), + [anon_sym_asm] = ACTIONS(1072), + [anon_sym___asm__] = ACTIONS(1072), + [sym_number_literal] = ACTIONS(1075), + [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(1081), + [anon_sym_u_DQUOTE] = ACTIONS(1081), + [anon_sym_U_DQUOTE] = ACTIONS(1081), + [anon_sym_u8_DQUOTE] = ACTIONS(1081), + [anon_sym_DQUOTE] = ACTIONS(1081), + [sym_true] = ACTIONS(1084), + [sym_false] = ACTIONS(1084), + [anon_sym_NULL] = ACTIONS(1087), + [anon_sym_nullptr] = ACTIONS(1087), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1090), + [anon_sym_rayPayloadInEXT] = ACTIONS(1090), + [anon_sym_hitAttributeEXT] = ACTIONS(1090), + [anon_sym_callableDataEXT] = ACTIONS(1090), + [anon_sym_callableDataInEXT] = ACTIONS(1090), + [anon_sym_shaderRecordEXT] = ACTIONS(1090), + [anon_sym_rayPayloadNV] = ACTIONS(1090), + [anon_sym_rayPayloadInNV] = ACTIONS(1090), + [anon_sym_hitAttributeNV] = ACTIONS(1090), + [anon_sym_callableDataNV] = ACTIONS(1090), + [anon_sym_callableDataInNV] = ACTIONS(1090), + [anon_sym_shaderRecordNV] = ACTIONS(1090), + [anon_sym_layout] = ACTIONS(1093), + }, + [56] = { + [sym_declaration] = STATE(54), + [sym_type_definition] = STATE(54), + [sym__declaration_modifiers] = STATE(870), + [sym__declaration_specifiers] = STATE(1337), + [sym_attribute_specifier] = STATE(870), + [sym_attribute_declaration] = STATE(555), + [sym_ms_declspec_modifier] = STATE(870), + [sym_compound_statement] = STATE(54), + [sym_storage_class_specifier] = STATE(870), + [sym_type_qualifier] = STATE(870), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [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(1069), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1922), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), + [sym_pointer_expression] = STATE(917), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), + [sym_subscript_expression] = STATE(917), + [sym_call_expression] = STATE(917), + [sym_gnu_asm_expression] = STATE(897), + [sym_field_expression] = STATE(917), + [sym_compound_literal_expression] = STATE(897), + [sym_parenthesized_expression] = STATE(917), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(536), + [sym_layout_specification] = STATE(536), + [aux_sym_declaration_repeat1] = STATE(536), + [aux_sym__declaration_specifiers_repeat1] = STATE(870), + [aux_sym_attributed_declarator_repeat1] = STATE(482), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [aux_sym_case_statement_repeat1] = STATE(54), [sym_identifier] = ACTIONS(961), - [aux_sym_preproc_include_token1] = ACTIONS(965), - [aux_sym_preproc_def_token1] = ACTIONS(965), - [aux_sym_preproc_if_token1] = ACTIONS(965), - [aux_sym_preproc_if_token2] = ACTIONS(965), - [aux_sym_preproc_ifdef_token1] = ACTIONS(965), - [aux_sym_preproc_ifdef_token2] = ACTIONS(965), - [aux_sym_preproc_else_token1] = ACTIONS(965), - [aux_sym_preproc_elif_token1] = ACTIONS(965), - [aux_sym_preproc_elifdef_token1] = ACTIONS(965), - [aux_sym_preproc_elifdef_token2] = ACTIONS(965), - [sym_preproc_directive] = ACTIONS(965), + [aux_sym_preproc_include_token1] = ACTIONS(1096), + [aux_sym_preproc_def_token1] = ACTIONS(1096), + [aux_sym_preproc_if_token1] = ACTIONS(1096), + [aux_sym_preproc_if_token2] = ACTIONS(1096), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1096), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1096), + [aux_sym_preproc_else_token1] = ACTIONS(1096), + [aux_sym_preproc_elif_token1] = ACTIONS(1096), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1096), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1096), + [sym_preproc_directive] = ACTIONS(1096), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -27462,12 +27653,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(965), - [anon_sym___clrcall] = ACTIONS(965), - [anon_sym___stdcall] = ACTIONS(965), - [anon_sym___fastcall] = ACTIONS(965), - [anon_sym___thiscall] = ACTIONS(965), - [anon_sym___vectorcall] = ACTIONS(965), + [anon_sym___cdecl] = ACTIONS(1096), + [anon_sym___clrcall] = ACTIONS(1096), + [anon_sym___stdcall] = ACTIONS(1096), + [anon_sym___fastcall] = ACTIONS(1096), + [anon_sym___thiscall] = ACTIONS(1096), + [anon_sym___vectorcall] = ACTIONS(1096), [anon_sym_LBRACE] = ACTIONS(145), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), @@ -27495,10 +27686,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(59), [anon_sym_union] = ACTIONS(61), [anon_sym_if] = ACTIONS(147), - [anon_sym_else] = ACTIONS(965), + [anon_sym_else] = ACTIONS(1096), [anon_sym_switch] = ACTIONS(149), - [anon_sym_case] = ACTIONS(965), - [anon_sym_default] = ACTIONS(965), + [anon_sym_case] = ACTIONS(1096), + [anon_sym_default] = ACTIONS(1096), [anon_sym_while] = ACTIONS(155), [anon_sym_do] = ACTIONS(157), [anon_sym_for] = ACTIONS(159), @@ -27548,78 +27739,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(107), [anon_sym_layout] = ACTIONS(109), }, - [56] = { - [sym_declaration] = STATE(54), - [sym_type_definition] = STATE(54), + [57] = { + [sym_declaration] = STATE(55), + [sym_type_definition] = STATE(55), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1339), + [sym__declaration_specifiers] = STATE(1337), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_compound_statement] = STATE(54), + [sym_compound_statement] = STATE(55), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [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(1081), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1811), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [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(1069), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1922), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), [sym_extension_storage_class] = STATE(536), [sym_layout_specification] = STATE(536), [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(487), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [aux_sym_case_statement_repeat1] = STATE(54), + [aux_sym_attributed_declarator_repeat1] = STATE(482), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [aux_sym_case_statement_repeat1] = STATE(55), [sym_identifier] = ACTIONS(961), - [aux_sym_preproc_include_token1] = ACTIONS(967), - [aux_sym_preproc_def_token1] = ACTIONS(967), - [aux_sym_preproc_if_token1] = ACTIONS(967), - [aux_sym_preproc_if_token2] = ACTIONS(967), - [aux_sym_preproc_ifdef_token1] = ACTIONS(967), - [aux_sym_preproc_ifdef_token2] = ACTIONS(967), - [aux_sym_preproc_else_token1] = ACTIONS(967), - [aux_sym_preproc_elif_token1] = ACTIONS(967), - [aux_sym_preproc_elifdef_token1] = ACTIONS(967), - [aux_sym_preproc_elifdef_token2] = ACTIONS(967), - [sym_preproc_directive] = ACTIONS(967), + [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), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1098), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1098), + [sym_preproc_directive] = ACTIONS(1098), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -27658,12 +27849,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(967), - [anon_sym___clrcall] = ACTIONS(967), - [anon_sym___stdcall] = ACTIONS(967), - [anon_sym___fastcall] = ACTIONS(967), - [anon_sym___thiscall] = ACTIONS(967), - [anon_sym___vectorcall] = ACTIONS(967), + [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(145), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), @@ -27691,10 +27882,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(59), [anon_sym_union] = ACTIONS(61), [anon_sym_if] = ACTIONS(147), - [anon_sym_else] = ACTIONS(967), + [anon_sym_else] = ACTIONS(1098), [anon_sym_switch] = ACTIONS(149), - [anon_sym_case] = ACTIONS(967), - [anon_sym_default] = ACTIONS(967), + [anon_sym_case] = ACTIONS(1098), + [anon_sym_default] = ACTIONS(1098), [anon_sym_while] = ACTIONS(155), [anon_sym_do] = ACTIONS(157), [anon_sym_for] = ACTIONS(159), @@ -27744,218 +27935,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(107), [anon_sym_layout] = ACTIONS(109), }, - [57] = { - [sym_declaration] = STATE(57), - [sym_type_definition] = STATE(57), - [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1339), - [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), - [sym_ms_declspec_modifier] = STATE(870), - [sym_compound_statement] = STATE(57), - [sym_storage_class_specifier] = STATE(870), - [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [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(1081), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1811), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), - [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), - [sym_subscript_expression] = STATE(917), - [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), - [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), - [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(536), - [sym_layout_specification] = STATE(536), - [aux_sym_declaration_repeat1] = STATE(536), - [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(487), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [aux_sym_case_statement_repeat1] = STATE(57), - [sym_identifier] = ACTIONS(969), - [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), - [aux_sym_preproc_elifdef_token1] = ACTIONS(972), - [aux_sym_preproc_elifdef_token2] = ACTIONS(972), - [sym_preproc_directive] = ACTIONS(972), - [anon_sym_LPAREN2] = ACTIONS(974), - [anon_sym_BANG] = ACTIONS(977), - [anon_sym_TILDE] = ACTIONS(977), - [anon_sym_DASH] = ACTIONS(980), - [anon_sym_PLUS] = ACTIONS(980), - [anon_sym_STAR] = ACTIONS(983), - [anon_sym_AMP] = ACTIONS(983), - [anon_sym_subroutine] = ACTIONS(986), - [anon_sym_invariant] = ACTIONS(989), - [anon_sym_precise] = ACTIONS(989), - [anon_sym_SEMI] = ACTIONS(992), - [anon_sym_in] = ACTIONS(986), - [anon_sym_out] = ACTIONS(986), - [anon_sym_inout] = ACTIONS(986), - [anon_sym_uniform] = ACTIONS(986), - [anon_sym_shared] = ACTIONS(986), - [anon_sym_attribute] = ACTIONS(986), - [anon_sym_varying] = ACTIONS(986), - [anon_sym_buffer] = ACTIONS(986), - [anon_sym_coherent] = ACTIONS(986), - [anon_sym_readonly] = ACTIONS(986), - [anon_sym_writeonly] = ACTIONS(986), - [anon_sym_precision] = ACTIONS(986), - [anon_sym_highp] = ACTIONS(986), - [anon_sym_mediump] = ACTIONS(986), - [anon_sym_lowp] = ACTIONS(986), - [anon_sym_centroid] = ACTIONS(986), - [anon_sym_sample] = ACTIONS(986), - [anon_sym_patch] = ACTIONS(986), - [anon_sym_smooth] = ACTIONS(986), - [anon_sym_flat] = ACTIONS(986), - [anon_sym_noperspective] = ACTIONS(986), - [anon_sym___extension__] = ACTIONS(995), - [anon_sym_typedef] = ACTIONS(998), - [anon_sym_extern] = ACTIONS(1001), - [anon_sym___attribute__] = ACTIONS(1004), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1007), - [anon_sym___declspec] = ACTIONS(1010), - [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(1013), - [anon_sym_signed] = ACTIONS(1016), - [anon_sym_unsigned] = ACTIONS(1016), - [anon_sym_long] = ACTIONS(1016), - [anon_sym_short] = ACTIONS(1016), - [anon_sym_static] = ACTIONS(1001), - [anon_sym_auto] = ACTIONS(1001), - [anon_sym_register] = ACTIONS(1001), - [anon_sym_inline] = ACTIONS(1001), - [anon_sym___inline] = ACTIONS(1001), - [anon_sym___inline__] = ACTIONS(1001), - [anon_sym___forceinline] = ACTIONS(1001), - [anon_sym_thread_local] = ACTIONS(1001), - [anon_sym___thread] = ACTIONS(1001), - [anon_sym_const] = ACTIONS(1019), - [anon_sym_constexpr] = ACTIONS(1019), - [anon_sym_volatile] = ACTIONS(1019), - [anon_sym_restrict] = ACTIONS(1019), - [anon_sym___restrict__] = ACTIONS(1019), - [anon_sym__Atomic] = ACTIONS(1019), - [anon_sym__Noreturn] = ACTIONS(1019), - [anon_sym_noreturn] = ACTIONS(1019), - [sym_primitive_type] = ACTIONS(1022), - [anon_sym_enum] = ACTIONS(1025), - [anon_sym_struct] = ACTIONS(1028), - [anon_sym_union] = ACTIONS(1031), - [anon_sym_if] = ACTIONS(1034), - [anon_sym_else] = ACTIONS(972), - [anon_sym_switch] = ACTIONS(1037), - [anon_sym_case] = ACTIONS(972), - [anon_sym_default] = ACTIONS(972), - [anon_sym_while] = ACTIONS(1040), - [anon_sym_do] = ACTIONS(1043), - [anon_sym_for] = ACTIONS(1046), - [anon_sym_return] = ACTIONS(1049), - [anon_sym_break] = ACTIONS(1052), - [anon_sym_continue] = ACTIONS(1055), - [anon_sym_goto] = ACTIONS(1058), - [anon_sym_DASH_DASH] = ACTIONS(1061), - [anon_sym_PLUS_PLUS] = ACTIONS(1061), - [anon_sym_sizeof] = ACTIONS(1064), - [anon_sym___alignof__] = ACTIONS(1067), - [anon_sym___alignof] = ACTIONS(1067), - [anon_sym__alignof] = ACTIONS(1067), - [anon_sym_alignof] = ACTIONS(1067), - [anon_sym__Alignof] = ACTIONS(1067), - [anon_sym_offsetof] = ACTIONS(1070), - [anon_sym__Generic] = ACTIONS(1073), - [anon_sym_asm] = ACTIONS(1076), - [anon_sym___asm__] = ACTIONS(1076), - [sym_number_literal] = ACTIONS(1079), - [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(1085), - [anon_sym_u_DQUOTE] = ACTIONS(1085), - [anon_sym_U_DQUOTE] = ACTIONS(1085), - [anon_sym_u8_DQUOTE] = ACTIONS(1085), - [anon_sym_DQUOTE] = ACTIONS(1085), - [sym_true] = ACTIONS(1088), - [sym_false] = ACTIONS(1088), - [anon_sym_NULL] = ACTIONS(1091), - [anon_sym_nullptr] = ACTIONS(1091), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1094), - [anon_sym_rayPayloadInEXT] = ACTIONS(1094), - [anon_sym_hitAttributeEXT] = ACTIONS(1094), - [anon_sym_callableDataEXT] = ACTIONS(1094), - [anon_sym_callableDataInEXT] = ACTIONS(1094), - [anon_sym_shaderRecordEXT] = ACTIONS(1094), - [anon_sym_rayPayloadNV] = ACTIONS(1094), - [anon_sym_rayPayloadInNV] = ACTIONS(1094), - [anon_sym_hitAttributeNV] = ACTIONS(1094), - [anon_sym_callableDataNV] = ACTIONS(1094), - [anon_sym_callableDataInNV] = ACTIONS(1094), - [anon_sym_shaderRecordNV] = ACTIONS(1094), - [anon_sym_layout] = ACTIONS(1097), - }, [58] = { [sym_declaration] = STATE(57), [sym_type_definition] = STATE(57), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1339), + [sym__declaration_specifiers] = STATE(1337), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), [sym_compound_statement] = STATE(57), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), [sym_attributed_statement] = STATE(57), [sym_labeled_statement] = STATE(57), [sym_expression_statement] = STATE(57), @@ -27968,37 +27963,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(57), [sym_continue_statement] = STATE(57), [sym_goto_statement] = STATE(57), - [sym__expression] = STATE(1081), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1811), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__expression] = STATE(1069), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1922), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), [sym_extension_storage_class] = STATE(536), [sym_layout_specification] = STATE(536), [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(487), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(482), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [aux_sym_case_statement_repeat1] = STATE(57), [sym_identifier] = ACTIONS(961), [aux_sym_preproc_include_token1] = ACTIONS(1100), @@ -28137,75 +28132,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [59] = { - [sym_declaration] = STATE(61), - [sym_type_definition] = STATE(61), + [sym_declaration] = STATE(62), + [sym_type_definition] = STATE(62), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1332), + [sym__declaration_specifiers] = STATE(1330), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_compound_statement] = STATE(61), + [sym_compound_statement] = STATE(62), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [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(1080), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1807), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [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(1062), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1892), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(530), - [sym_layout_specification] = STATE(530), - [aux_sym_declaration_repeat1] = STATE(530), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(539), + [sym_layout_specification] = STATE(539), + [aux_sym_declaration_repeat1] = STATE(539), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(494), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [aux_sym_case_statement_repeat1] = STATE(61), + [aux_sym_attributed_declarator_repeat1] = STATE(492), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [aux_sym_case_statement_repeat1] = STATE(62), [sym_identifier] = ACTIONS(1102), - [aux_sym_preproc_include_token1] = ACTIONS(967), - [aux_sym_preproc_def_token1] = ACTIONS(967), - [aux_sym_preproc_if_token1] = ACTIONS(967), - [aux_sym_preproc_if_token2] = ACTIONS(967), - [aux_sym_preproc_ifdef_token1] = ACTIONS(967), - [aux_sym_preproc_ifdef_token2] = ACTIONS(967), - [aux_sym_preproc_else_token1] = ACTIONS(967), - [aux_sym_preproc_elif_token1] = ACTIONS(967), - [sym_preproc_directive] = ACTIONS(967), + [aux_sym_preproc_include_token1] = ACTIONS(1100), + [aux_sym_preproc_def_token1] = ACTIONS(1100), + [aux_sym_preproc_if_token1] = ACTIONS(1100), + [aux_sym_preproc_if_token2] = ACTIONS(1100), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1100), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1100), + [aux_sym_preproc_else_token1] = ACTIONS(1100), + [aux_sym_preproc_elif_token1] = ACTIONS(1100), + [sym_preproc_directive] = ACTIONS(1100), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -28244,12 +28239,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(967), - [anon_sym___clrcall] = ACTIONS(967), - [anon_sym___stdcall] = ACTIONS(967), - [anon_sym___fastcall] = ACTIONS(967), - [anon_sym___thiscall] = ACTIONS(967), - [anon_sym___vectorcall] = ACTIONS(967), + [anon_sym___cdecl] = ACTIONS(1100), + [anon_sym___clrcall] = ACTIONS(1100), + [anon_sym___stdcall] = ACTIONS(1100), + [anon_sym___fastcall] = ACTIONS(1100), + [anon_sym___thiscall] = ACTIONS(1100), + [anon_sym___vectorcall] = ACTIONS(1100), [anon_sym_LBRACE] = ACTIONS(219), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), @@ -28277,10 +28272,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(59), [anon_sym_union] = ACTIONS(61), [anon_sym_if] = ACTIONS(221), - [anon_sym_else] = ACTIONS(967), + [anon_sym_else] = ACTIONS(1100), [anon_sym_switch] = ACTIONS(223), - [anon_sym_case] = ACTIONS(967), - [anon_sym_default] = ACTIONS(967), + [anon_sym_case] = ACTIONS(1100), + [anon_sym_default] = ACTIONS(1100), [anon_sym_while] = ACTIONS(229), [anon_sym_do] = ACTIONS(231), [anon_sym_for] = ACTIONS(233), @@ -28331,259 +28326,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [60] = { - [sym_declaration] = STATE(60), - [sym_type_definition] = STATE(60), + [sym_declaration] = STATE(63), + [sym_type_definition] = STATE(63), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1332), - [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), - [sym_ms_declspec_modifier] = STATE(870), - [sym_compound_statement] = STATE(60), - [sym_storage_class_specifier] = STATE(870), - [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [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(1080), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1807), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), - [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), - [sym_subscript_expression] = STATE(917), - [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), - [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), - [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(530), - [sym_layout_specification] = STATE(530), - [aux_sym_declaration_repeat1] = STATE(530), - [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(494), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [aux_sym_case_statement_repeat1] = STATE(60), - [sym_identifier] = ACTIONS(1104), - [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(977), - [anon_sym_TILDE] = ACTIONS(977), - [anon_sym_DASH] = ACTIONS(980), - [anon_sym_PLUS] = ACTIONS(980), - [anon_sym_STAR] = ACTIONS(983), - [anon_sym_AMP] = ACTIONS(983), - [anon_sym_subroutine] = ACTIONS(1107), - [anon_sym_invariant] = ACTIONS(1110), - [anon_sym_precise] = ACTIONS(1110), - [anon_sym_SEMI] = ACTIONS(1113), - [anon_sym_in] = ACTIONS(1107), - [anon_sym_out] = ACTIONS(1107), - [anon_sym_inout] = ACTIONS(1107), - [anon_sym_uniform] = ACTIONS(1107), - [anon_sym_shared] = ACTIONS(1107), - [anon_sym_attribute] = ACTIONS(1107), - [anon_sym_varying] = ACTIONS(1107), - [anon_sym_buffer] = ACTIONS(1107), - [anon_sym_coherent] = ACTIONS(1107), - [anon_sym_readonly] = ACTIONS(1107), - [anon_sym_writeonly] = ACTIONS(1107), - [anon_sym_precision] = ACTIONS(1107), - [anon_sym_highp] = ACTIONS(1107), - [anon_sym_mediump] = ACTIONS(1107), - [anon_sym_lowp] = ACTIONS(1107), - [anon_sym_centroid] = ACTIONS(1107), - [anon_sym_sample] = ACTIONS(1107), - [anon_sym_patch] = ACTIONS(1107), - [anon_sym_smooth] = ACTIONS(1107), - [anon_sym_flat] = ACTIONS(1107), - [anon_sym_noperspective] = ACTIONS(1107), - [anon_sym___extension__] = ACTIONS(1116), - [anon_sym_typedef] = ACTIONS(1119), - [anon_sym_extern] = ACTIONS(1001), - [anon_sym___attribute__] = ACTIONS(1004), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1007), - [anon_sym___declspec] = ACTIONS(1010), - [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(1122), - [anon_sym_signed] = ACTIONS(1016), - [anon_sym_unsigned] = ACTIONS(1016), - [anon_sym_long] = ACTIONS(1016), - [anon_sym_short] = ACTIONS(1016), - [anon_sym_static] = ACTIONS(1001), - [anon_sym_auto] = ACTIONS(1001), - [anon_sym_register] = ACTIONS(1001), - [anon_sym_inline] = ACTIONS(1001), - [anon_sym___inline] = ACTIONS(1001), - [anon_sym___inline__] = ACTIONS(1001), - [anon_sym___forceinline] = ACTIONS(1001), - [anon_sym_thread_local] = ACTIONS(1001), - [anon_sym___thread] = ACTIONS(1001), - [anon_sym_const] = ACTIONS(1019), - [anon_sym_constexpr] = ACTIONS(1019), - [anon_sym_volatile] = ACTIONS(1019), - [anon_sym_restrict] = ACTIONS(1019), - [anon_sym___restrict__] = ACTIONS(1019), - [anon_sym__Atomic] = ACTIONS(1019), - [anon_sym__Noreturn] = ACTIONS(1019), - [anon_sym_noreturn] = ACTIONS(1019), - [sym_primitive_type] = ACTIONS(1022), - [anon_sym_enum] = ACTIONS(1025), - [anon_sym_struct] = ACTIONS(1028), - [anon_sym_union] = ACTIONS(1031), - [anon_sym_if] = ACTIONS(1125), - [anon_sym_else] = ACTIONS(972), - [anon_sym_switch] = ACTIONS(1128), - [anon_sym_case] = ACTIONS(972), - [anon_sym_default] = ACTIONS(972), - [anon_sym_while] = ACTIONS(1131), - [anon_sym_do] = ACTIONS(1134), - [anon_sym_for] = ACTIONS(1137), - [anon_sym_return] = ACTIONS(1140), - [anon_sym_break] = ACTIONS(1143), - [anon_sym_continue] = ACTIONS(1146), - [anon_sym_goto] = ACTIONS(1149), - [anon_sym_DASH_DASH] = ACTIONS(1061), - [anon_sym_PLUS_PLUS] = ACTIONS(1061), - [anon_sym_sizeof] = ACTIONS(1064), - [anon_sym___alignof__] = ACTIONS(1067), - [anon_sym___alignof] = ACTIONS(1067), - [anon_sym__alignof] = ACTIONS(1067), - [anon_sym_alignof] = ACTIONS(1067), - [anon_sym__Alignof] = ACTIONS(1067), - [anon_sym_offsetof] = ACTIONS(1070), - [anon_sym__Generic] = ACTIONS(1073), - [anon_sym_asm] = ACTIONS(1076), - [anon_sym___asm__] = ACTIONS(1076), - [sym_number_literal] = ACTIONS(1079), - [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(1085), - [anon_sym_u_DQUOTE] = ACTIONS(1085), - [anon_sym_U_DQUOTE] = ACTIONS(1085), - [anon_sym_u8_DQUOTE] = ACTIONS(1085), - [anon_sym_DQUOTE] = ACTIONS(1085), - [sym_true] = ACTIONS(1088), - [sym_false] = ACTIONS(1088), - [anon_sym_NULL] = ACTIONS(1091), - [anon_sym_nullptr] = ACTIONS(1091), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1094), - [anon_sym_rayPayloadInEXT] = ACTIONS(1094), - [anon_sym_hitAttributeEXT] = ACTIONS(1094), - [anon_sym_callableDataEXT] = ACTIONS(1094), - [anon_sym_callableDataInEXT] = ACTIONS(1094), - [anon_sym_shaderRecordEXT] = ACTIONS(1094), - [anon_sym_rayPayloadNV] = ACTIONS(1094), - [anon_sym_rayPayloadInNV] = ACTIONS(1094), - [anon_sym_hitAttributeNV] = ACTIONS(1094), - [anon_sym_callableDataNV] = ACTIONS(1094), - [anon_sym_callableDataInNV] = ACTIONS(1094), - [anon_sym_shaderRecordNV] = ACTIONS(1094), - [anon_sym_layout] = ACTIONS(1097), - }, - [61] = { - [sym_declaration] = STATE(60), - [sym_type_definition] = STATE(60), - [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1332), + [sym__declaration_specifiers] = STATE(1330), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_compound_statement] = STATE(60), + [sym_compound_statement] = STATE(63), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [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(1080), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1807), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(63), + [sym_labeled_statement] = STATE(63), + [sym_expression_statement] = STATE(63), + [sym_if_statement] = STATE(63), + [sym_switch_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_do_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_return_statement] = STATE(63), + [sym_break_statement] = STATE(63), + [sym_continue_statement] = STATE(63), + [sym_goto_statement] = STATE(63), + [sym__expression] = STATE(1062), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1892), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(530), - [sym_layout_specification] = STATE(530), - [aux_sym_declaration_repeat1] = STATE(530), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(539), + [sym_layout_specification] = STATE(539), + [aux_sym_declaration_repeat1] = STATE(539), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(494), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [aux_sym_case_statement_repeat1] = STATE(60), + [aux_sym_attributed_declarator_repeat1] = STATE(492), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [aux_sym_case_statement_repeat1] = STATE(63), [sym_identifier] = ACTIONS(1102), [aux_sym_preproc_include_token1] = ACTIONS(963), [aux_sym_preproc_def_token1] = ACTIONS(963), @@ -28718,22 +28519,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(107), [anon_sym_layout] = ACTIONS(109), }, - [62] = { + [61] = { [sym_declaration] = STATE(60), [sym_type_definition] = STATE(60), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1332), + [sym__declaration_specifiers] = STATE(1330), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), [sym_compound_statement] = STATE(60), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), [sym_attributed_statement] = STATE(60), [sym_labeled_statement] = STATE(60), [sym_expression_statement] = STATE(60), @@ -28746,48 +28547,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(60), [sym_continue_statement] = STATE(60), [sym_goto_statement] = STATE(60), - [sym__expression] = STATE(1080), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1807), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__expression] = STATE(1062), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1892), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(530), - [sym_layout_specification] = STATE(530), - [aux_sym_declaration_repeat1] = STATE(530), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(539), + [sym_layout_specification] = STATE(539), + [aux_sym_declaration_repeat1] = STATE(539), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(494), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(492), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [aux_sym_case_statement_repeat1] = STATE(60), [sym_identifier] = ACTIONS(1102), - [aux_sym_preproc_include_token1] = ACTIONS(1100), - [aux_sym_preproc_def_token1] = ACTIONS(1100), - [aux_sym_preproc_if_token1] = ACTIONS(1100), - [aux_sym_preproc_if_token2] = ACTIONS(1100), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1100), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1100), - [aux_sym_preproc_else_token1] = ACTIONS(1100), - [aux_sym_preproc_elif_token1] = ACTIONS(1100), - [sym_preproc_directive] = ACTIONS(1100), + [aux_sym_preproc_include_token1] = ACTIONS(1096), + [aux_sym_preproc_def_token1] = ACTIONS(1096), + [aux_sym_preproc_if_token1] = ACTIONS(1096), + [aux_sym_preproc_if_token2] = ACTIONS(1096), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1096), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1096), + [aux_sym_preproc_else_token1] = ACTIONS(1096), + [aux_sym_preproc_elif_token1] = ACTIONS(1096), + [sym_preproc_directive] = ACTIONS(1096), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -28826,12 +28627,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(1100), - [anon_sym___clrcall] = ACTIONS(1100), - [anon_sym___stdcall] = ACTIONS(1100), - [anon_sym___fastcall] = ACTIONS(1100), - [anon_sym___thiscall] = ACTIONS(1100), - [anon_sym___vectorcall] = ACTIONS(1100), + [anon_sym___cdecl] = ACTIONS(1096), + [anon_sym___clrcall] = ACTIONS(1096), + [anon_sym___stdcall] = ACTIONS(1096), + [anon_sym___fastcall] = ACTIONS(1096), + [anon_sym___thiscall] = ACTIONS(1096), + [anon_sym___vectorcall] = ACTIONS(1096), [anon_sym_LBRACE] = ACTIONS(219), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), @@ -28859,10 +28660,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(59), [anon_sym_union] = ACTIONS(61), [anon_sym_if] = ACTIONS(221), - [anon_sym_else] = ACTIONS(1100), + [anon_sym_else] = ACTIONS(1096), [anon_sym_switch] = ACTIONS(223), - [anon_sym_case] = ACTIONS(1100), - [anon_sym_default] = ACTIONS(1100), + [anon_sym_case] = ACTIONS(1096), + [anon_sym_default] = ACTIONS(1096), [anon_sym_while] = ACTIONS(229), [anon_sym_do] = ACTIONS(231), [anon_sym_for] = ACTIONS(233), @@ -28912,76 +28713,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(107), [anon_sym_layout] = ACTIONS(109), }, - [63] = { - [sym_declaration] = STATE(62), - [sym_type_definition] = STATE(62), + [62] = { + [sym_declaration] = STATE(63), + [sym_type_definition] = STATE(63), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1332), + [sym__declaration_specifiers] = STATE(1330), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_compound_statement] = STATE(62), + [sym_compound_statement] = STATE(63), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [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(1080), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1807), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(63), + [sym_labeled_statement] = STATE(63), + [sym_expression_statement] = STATE(63), + [sym_if_statement] = STATE(63), + [sym_switch_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_do_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_return_statement] = STATE(63), + [sym_break_statement] = STATE(63), + [sym_continue_statement] = STATE(63), + [sym_goto_statement] = STATE(63), + [sym__expression] = STATE(1062), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1892), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(530), - [sym_layout_specification] = STATE(530), - [aux_sym_declaration_repeat1] = STATE(530), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(539), + [sym_layout_specification] = STATE(539), + [aux_sym_declaration_repeat1] = STATE(539), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(494), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [aux_sym_case_statement_repeat1] = STATE(62), + [aux_sym_attributed_declarator_repeat1] = STATE(492), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [aux_sym_case_statement_repeat1] = STATE(63), [sym_identifier] = ACTIONS(1102), - [aux_sym_preproc_include_token1] = ACTIONS(965), - [aux_sym_preproc_def_token1] = ACTIONS(965), - [aux_sym_preproc_if_token1] = ACTIONS(965), - [aux_sym_preproc_if_token2] = ACTIONS(965), - [aux_sym_preproc_ifdef_token1] = ACTIONS(965), - [aux_sym_preproc_ifdef_token2] = ACTIONS(965), - [aux_sym_preproc_else_token1] = ACTIONS(965), - [aux_sym_preproc_elif_token1] = ACTIONS(965), - [sym_preproc_directive] = ACTIONS(965), + [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(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -29020,12 +28821,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(965), - [anon_sym___clrcall] = ACTIONS(965), - [anon_sym___stdcall] = ACTIONS(965), - [anon_sym___fastcall] = ACTIONS(965), - [anon_sym___thiscall] = ACTIONS(965), - [anon_sym___vectorcall] = ACTIONS(965), + [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(219), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), @@ -29053,10 +28854,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(59), [anon_sym_union] = ACTIONS(61), [anon_sym_if] = ACTIONS(221), - [anon_sym_else] = ACTIONS(965), + [anon_sym_else] = ACTIONS(1098), [anon_sym_switch] = ACTIONS(223), - [anon_sym_case] = ACTIONS(965), - [anon_sym_default] = ACTIONS(965), + [anon_sym_case] = ACTIONS(1098), + [anon_sym_default] = ACTIONS(1098), [anon_sym_while] = ACTIONS(229), [anon_sym_do] = ACTIONS(231), [anon_sym_for] = ACTIONS(233), @@ -29106,266 +28907,460 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(107), [anon_sym_layout] = ACTIONS(109), }, - [64] = { - [sym_declaration] = STATE(64), - [sym_type_definition] = STATE(64), + [63] = { + [sym_declaration] = STATE(63), + [sym_type_definition] = STATE(63), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1335), + [sym__declaration_specifiers] = STATE(1330), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_compound_statement] = STATE(64), + [sym_compound_statement] = STATE(63), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_attributed_statement] = STATE(64), - [sym_labeled_statement] = STATE(64), - [sym_expression_statement] = STATE(64), - [sym_if_statement] = STATE(64), - [sym_switch_statement] = STATE(64), - [sym_while_statement] = STATE(64), - [sym_do_statement] = STATE(64), - [sym_for_statement] = STATE(64), - [sym_return_statement] = STATE(64), - [sym_break_statement] = STATE(64), - [sym_continue_statement] = STATE(64), - [sym_goto_statement] = STATE(64), - [sym__expression] = STATE(1063), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2034), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(63), + [sym_labeled_statement] = STATE(63), + [sym_expression_statement] = STATE(63), + [sym_if_statement] = STATE(63), + [sym_switch_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_do_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_return_statement] = STATE(63), + [sym_break_statement] = STATE(63), + [sym_continue_statement] = STATE(63), + [sym_goto_statement] = STATE(63), + [sym__expression] = STATE(1062), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1892), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), [sym_extension_storage_class] = STATE(539), [sym_layout_specification] = STATE(539), [aux_sym_declaration_repeat1] = STATE(539), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(510), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [aux_sym_case_statement_repeat1] = STATE(64), + [aux_sym_attributed_declarator_repeat1] = STATE(492), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [aux_sym_case_statement_repeat1] = STATE(63), + [sym_identifier] = ACTIONS(1104), + [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(973), + [anon_sym_TILDE] = ACTIONS(973), + [anon_sym_DASH] = ACTIONS(976), + [anon_sym_PLUS] = ACTIONS(976), + [anon_sym_STAR] = ACTIONS(979), + [anon_sym_AMP] = ACTIONS(979), + [anon_sym_subroutine] = ACTIONS(1107), + [anon_sym_invariant] = ACTIONS(1110), + [anon_sym_precise] = ACTIONS(1110), + [anon_sym_SEMI] = ACTIONS(1113), + [anon_sym_in] = ACTIONS(1107), + [anon_sym_out] = ACTIONS(1107), + [anon_sym_inout] = ACTIONS(1107), + [anon_sym_uniform] = ACTIONS(1107), + [anon_sym_shared] = ACTIONS(1107), + [anon_sym_attribute] = ACTIONS(1107), + [anon_sym_varying] = ACTIONS(1107), + [anon_sym_buffer] = ACTIONS(1107), + [anon_sym_coherent] = ACTIONS(1107), + [anon_sym_readonly] = ACTIONS(1107), + [anon_sym_writeonly] = ACTIONS(1107), + [anon_sym_precision] = ACTIONS(1107), + [anon_sym_highp] = ACTIONS(1107), + [anon_sym_mediump] = ACTIONS(1107), + [anon_sym_lowp] = ACTIONS(1107), + [anon_sym_centroid] = ACTIONS(1107), + [anon_sym_sample] = ACTIONS(1107), + [anon_sym_patch] = ACTIONS(1107), + [anon_sym_smooth] = ACTIONS(1107), + [anon_sym_flat] = ACTIONS(1107), + [anon_sym_noperspective] = ACTIONS(1107), + [anon_sym___extension__] = ACTIONS(1116), + [anon_sym_typedef] = ACTIONS(1119), + [anon_sym_extern] = ACTIONS(997), + [anon_sym___attribute__] = ACTIONS(1000), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1003), + [anon_sym___declspec] = ACTIONS(1006), + [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(1122), + [anon_sym_signed] = ACTIONS(1012), + [anon_sym_unsigned] = ACTIONS(1012), + [anon_sym_long] = ACTIONS(1012), + [anon_sym_short] = ACTIONS(1012), + [anon_sym_static] = ACTIONS(997), + [anon_sym_auto] = ACTIONS(997), + [anon_sym_register] = ACTIONS(997), + [anon_sym_inline] = ACTIONS(997), + [anon_sym___inline] = ACTIONS(997), + [anon_sym___inline__] = ACTIONS(997), + [anon_sym___forceinline] = ACTIONS(997), + [anon_sym_thread_local] = ACTIONS(997), + [anon_sym___thread] = ACTIONS(997), + [anon_sym_const] = ACTIONS(1015), + [anon_sym_constexpr] = ACTIONS(1015), + [anon_sym_volatile] = ACTIONS(1015), + [anon_sym_restrict] = ACTIONS(1015), + [anon_sym___restrict__] = ACTIONS(1015), + [anon_sym__Atomic] = ACTIONS(1015), + [anon_sym__Noreturn] = ACTIONS(1015), + [anon_sym_noreturn] = ACTIONS(1015), + [sym_primitive_type] = ACTIONS(1018), + [anon_sym_enum] = ACTIONS(1021), + [anon_sym_struct] = ACTIONS(1024), + [anon_sym_union] = ACTIONS(1027), + [anon_sym_if] = ACTIONS(1125), + [anon_sym_else] = ACTIONS(968), + [anon_sym_switch] = ACTIONS(1128), + [anon_sym_case] = ACTIONS(968), + [anon_sym_default] = ACTIONS(968), + [anon_sym_while] = ACTIONS(1131), + [anon_sym_do] = ACTIONS(1134), + [anon_sym_for] = ACTIONS(1137), + [anon_sym_return] = ACTIONS(1140), + [anon_sym_break] = ACTIONS(1143), + [anon_sym_continue] = ACTIONS(1146), + [anon_sym_goto] = ACTIONS(1149), + [anon_sym_DASH_DASH] = ACTIONS(1057), + [anon_sym_PLUS_PLUS] = ACTIONS(1057), + [anon_sym_sizeof] = ACTIONS(1060), + [anon_sym___alignof__] = ACTIONS(1063), + [anon_sym___alignof] = ACTIONS(1063), + [anon_sym__alignof] = ACTIONS(1063), + [anon_sym_alignof] = ACTIONS(1063), + [anon_sym__Alignof] = ACTIONS(1063), + [anon_sym_offsetof] = ACTIONS(1066), + [anon_sym__Generic] = ACTIONS(1069), + [anon_sym_asm] = ACTIONS(1072), + [anon_sym___asm__] = ACTIONS(1072), + [sym_number_literal] = ACTIONS(1075), + [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(1081), + [anon_sym_u_DQUOTE] = ACTIONS(1081), + [anon_sym_U_DQUOTE] = ACTIONS(1081), + [anon_sym_u8_DQUOTE] = ACTIONS(1081), + [anon_sym_DQUOTE] = ACTIONS(1081), + [sym_true] = ACTIONS(1084), + [sym_false] = ACTIONS(1084), + [anon_sym_NULL] = ACTIONS(1087), + [anon_sym_nullptr] = ACTIONS(1087), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1090), + [anon_sym_rayPayloadInEXT] = ACTIONS(1090), + [anon_sym_hitAttributeEXT] = ACTIONS(1090), + [anon_sym_callableDataEXT] = ACTIONS(1090), + [anon_sym_callableDataInEXT] = ACTIONS(1090), + [anon_sym_shaderRecordEXT] = ACTIONS(1090), + [anon_sym_rayPayloadNV] = ACTIONS(1090), + [anon_sym_rayPayloadInNV] = ACTIONS(1090), + [anon_sym_hitAttributeNV] = ACTIONS(1090), + [anon_sym_callableDataNV] = ACTIONS(1090), + [anon_sym_callableDataInNV] = ACTIONS(1090), + [anon_sym_shaderRecordNV] = ACTIONS(1090), + [anon_sym_layout] = ACTIONS(1093), + }, + [64] = { + [sym_declaration] = STATE(70), + [sym_type_definition] = STATE(70), + [sym__declaration_modifiers] = STATE(870), + [sym__declaration_specifiers] = STATE(1323), + [sym_attribute_specifier] = STATE(870), + [sym_attribute_declaration] = STATE(555), + [sym_ms_declspec_modifier] = STATE(870), + [sym_compound_statement] = STATE(70), + [sym_storage_class_specifier] = STATE(870), + [sym_type_qualifier] = STATE(870), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(70), + [sym_labeled_statement] = STATE(70), + [sym_expression_statement] = STATE(70), + [sym_if_statement] = STATE(70), + [sym_switch_statement] = STATE(70), + [sym_while_statement] = STATE(70), + [sym_do_statement] = STATE(70), + [sym_for_statement] = STATE(70), + [sym_return_statement] = STATE(70), + [sym_break_statement] = STATE(70), + [sym_continue_statement] = STATE(70), + [sym_goto_statement] = STATE(70), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), + [sym_pointer_expression] = STATE(917), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), + [sym_subscript_expression] = STATE(917), + [sym_call_expression] = STATE(917), + [sym_gnu_asm_expression] = STATE(897), + [sym_field_expression] = STATE(917), + [sym_compound_literal_expression] = STATE(897), + [sym_parenthesized_expression] = STATE(917), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_declaration_repeat1] = STATE(538), + [aux_sym__declaration_specifiers_repeat1] = STATE(870), + [aux_sym_attributed_declarator_repeat1] = STATE(511), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [aux_sym_case_statement_repeat1] = STATE(70), [sym_identifier] = ACTIONS(1152), - [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(977), - [anon_sym_TILDE] = ACTIONS(977), - [anon_sym_DASH] = ACTIONS(980), - [anon_sym_PLUS] = ACTIONS(980), - [anon_sym_STAR] = ACTIONS(983), - [anon_sym_AMP] = ACTIONS(983), - [anon_sym_subroutine] = ACTIONS(1155), - [anon_sym_invariant] = ACTIONS(1158), - [anon_sym_precise] = ACTIONS(1158), - [anon_sym_SEMI] = ACTIONS(1161), - [anon_sym_in] = ACTIONS(1155), - [anon_sym_out] = ACTIONS(1155), - [anon_sym_inout] = ACTIONS(1155), - [anon_sym_uniform] = ACTIONS(1155), - [anon_sym_shared] = ACTIONS(1155), - [anon_sym_attribute] = ACTIONS(1155), - [anon_sym_varying] = ACTIONS(1155), - [anon_sym_buffer] = ACTIONS(1155), - [anon_sym_coherent] = ACTIONS(1155), - [anon_sym_readonly] = ACTIONS(1155), - [anon_sym_writeonly] = ACTIONS(1155), - [anon_sym_precision] = ACTIONS(1155), - [anon_sym_highp] = ACTIONS(1155), - [anon_sym_mediump] = ACTIONS(1155), - [anon_sym_lowp] = ACTIONS(1155), - [anon_sym_centroid] = ACTIONS(1155), - [anon_sym_sample] = ACTIONS(1155), - [anon_sym_patch] = ACTIONS(1155), - [anon_sym_smooth] = ACTIONS(1155), - [anon_sym_flat] = ACTIONS(1155), - [anon_sym_noperspective] = ACTIONS(1155), - [anon_sym___extension__] = ACTIONS(1164), - [anon_sym_typedef] = ACTIONS(1167), - [anon_sym_extern] = ACTIONS(1001), - [anon_sym___attribute__] = ACTIONS(1004), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1007), - [anon_sym___declspec] = ACTIONS(1010), - [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(1170), - [anon_sym_signed] = ACTIONS(1016), - [anon_sym_unsigned] = ACTIONS(1016), - [anon_sym_long] = ACTIONS(1016), - [anon_sym_short] = ACTIONS(1016), - [anon_sym_static] = ACTIONS(1001), - [anon_sym_auto] = ACTIONS(1001), - [anon_sym_register] = ACTIONS(1001), - [anon_sym_inline] = ACTIONS(1001), - [anon_sym___inline] = ACTIONS(1001), - [anon_sym___inline__] = ACTIONS(1001), - [anon_sym___forceinline] = ACTIONS(1001), - [anon_sym_thread_local] = ACTIONS(1001), - [anon_sym___thread] = ACTIONS(1001), - [anon_sym_const] = ACTIONS(1019), - [anon_sym_constexpr] = ACTIONS(1019), - [anon_sym_volatile] = ACTIONS(1019), - [anon_sym_restrict] = ACTIONS(1019), - [anon_sym___restrict__] = ACTIONS(1019), - [anon_sym__Atomic] = ACTIONS(1019), - [anon_sym__Noreturn] = ACTIONS(1019), - [anon_sym_noreturn] = ACTIONS(1019), - [sym_primitive_type] = ACTIONS(1022), - [anon_sym_enum] = ACTIONS(1025), - [anon_sym_struct] = ACTIONS(1028), - [anon_sym_union] = ACTIONS(1031), - [anon_sym_if] = ACTIONS(1173), - [anon_sym_else] = ACTIONS(972), - [anon_sym_switch] = ACTIONS(1176), - [anon_sym_case] = ACTIONS(972), - [anon_sym_default] = ACTIONS(972), - [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(1061), - [anon_sym_PLUS_PLUS] = ACTIONS(1061), - [anon_sym_sizeof] = ACTIONS(1064), - [anon_sym___alignof__] = ACTIONS(1067), - [anon_sym___alignof] = ACTIONS(1067), - [anon_sym__alignof] = ACTIONS(1067), - [anon_sym_alignof] = ACTIONS(1067), - [anon_sym__Alignof] = ACTIONS(1067), - [anon_sym_offsetof] = ACTIONS(1070), - [anon_sym__Generic] = ACTIONS(1073), - [anon_sym_asm] = ACTIONS(1076), - [anon_sym___asm__] = ACTIONS(1076), - [sym_number_literal] = ACTIONS(1079), - [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(1085), - [anon_sym_u_DQUOTE] = ACTIONS(1085), - [anon_sym_U_DQUOTE] = ACTIONS(1085), - [anon_sym_u8_DQUOTE] = ACTIONS(1085), - [anon_sym_DQUOTE] = ACTIONS(1085), - [sym_true] = ACTIONS(1088), - [sym_false] = ACTIONS(1088), - [anon_sym_NULL] = ACTIONS(1091), - [anon_sym_nullptr] = ACTIONS(1091), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1094), - [anon_sym_rayPayloadInEXT] = ACTIONS(1094), - [anon_sym_hitAttributeEXT] = ACTIONS(1094), - [anon_sym_callableDataEXT] = ACTIONS(1094), - [anon_sym_callableDataInEXT] = ACTIONS(1094), - [anon_sym_shaderRecordEXT] = ACTIONS(1094), - [anon_sym_rayPayloadNV] = ACTIONS(1094), - [anon_sym_rayPayloadInNV] = ACTIONS(1094), - [anon_sym_hitAttributeNV] = ACTIONS(1094), - [anon_sym_callableDataNV] = ACTIONS(1094), - [anon_sym_callableDataInNV] = ACTIONS(1094), - [anon_sym_shaderRecordNV] = ACTIONS(1094), - [anon_sym_layout] = ACTIONS(1097), + [aux_sym_preproc_include_token1] = ACTIONS(1096), + [aux_sym_preproc_def_token1] = ACTIONS(1096), + [aux_sym_preproc_if_token1] = ACTIONS(1096), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1096), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1096), + [sym_preproc_directive] = ACTIONS(1096), + [anon_sym_LPAREN2] = ACTIONS(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_subroutine] = ACTIONS(523), + [anon_sym_invariant] = ACTIONS(519), + [anon_sym_precise] = ACTIONS(519), + [anon_sym_SEMI] = ACTIONS(521), + [anon_sym_in] = ACTIONS(523), + [anon_sym_out] = ACTIONS(523), + [anon_sym_inout] = ACTIONS(523), + [anon_sym_uniform] = ACTIONS(523), + [anon_sym_shared] = ACTIONS(523), + [anon_sym_attribute] = ACTIONS(523), + [anon_sym_varying] = ACTIONS(523), + [anon_sym_buffer] = ACTIONS(523), + [anon_sym_coherent] = ACTIONS(523), + [anon_sym_readonly] = ACTIONS(523), + [anon_sym_writeonly] = ACTIONS(523), + [anon_sym_precision] = ACTIONS(523), + [anon_sym_highp] = ACTIONS(523), + [anon_sym_mediump] = ACTIONS(523), + [anon_sym_lowp] = ACTIONS(523), + [anon_sym_centroid] = ACTIONS(523), + [anon_sym_sample] = ACTIONS(523), + [anon_sym_patch] = ACTIONS(523), + [anon_sym_smooth] = ACTIONS(523), + [anon_sym_flat] = ACTIONS(523), + [anon_sym_noperspective] = ACTIONS(523), + [anon_sym___extension__] = ACTIONS(525), + [anon_sym_typedef] = ACTIONS(527), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_LBRACK_LBRACK] = ACTIONS(41), + [anon_sym___declspec] = ACTIONS(43), + [anon_sym___cdecl] = ACTIONS(1096), + [anon_sym___clrcall] = ACTIONS(1096), + [anon_sym___stdcall] = ACTIONS(1096), + [anon_sym___fastcall] = ACTIONS(1096), + [anon_sym___thiscall] = ACTIONS(1096), + [anon_sym___vectorcall] = ACTIONS(1096), + [anon_sym_LBRACE] = ACTIONS(531), + [anon_sym_RBRACE] = ACTIONS(1154), + [anon_sym_signed] = ACTIONS(49), + [anon_sym_unsigned] = ACTIONS(49), + [anon_sym_long] = ACTIONS(49), + [anon_sym_short] = ACTIONS(49), + [anon_sym_static] = ACTIONS(51), + [anon_sym_auto] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym___inline] = ACTIONS(51), + [anon_sym___inline__] = ACTIONS(51), + [anon_sym___forceinline] = ACTIONS(51), + [anon_sym_thread_local] = ACTIONS(51), + [anon_sym___thread] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym___restrict__] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym__Noreturn] = ACTIONS(53), + [anon_sym_noreturn] = ACTIONS(53), + [sym_primitive_type] = ACTIONS(55), + [anon_sym_enum] = ACTIONS(57), + [anon_sym_struct] = ACTIONS(59), + [anon_sym_union] = ACTIONS(61), + [anon_sym_if] = ACTIONS(535), + [anon_sym_else] = ACTIONS(1096), + [anon_sym_switch] = ACTIONS(537), + [anon_sym_case] = ACTIONS(1096), + [anon_sym_default] = ACTIONS(1096), + [anon_sym_while] = ACTIONS(543), + [anon_sym_do] = ACTIONS(545), + [anon_sym_for] = ACTIONS(547), + [anon_sym_return] = ACTIONS(549), + [anon_sym_break] = ACTIONS(551), + [anon_sym_continue] = ACTIONS(553), + [anon_sym_goto] = ACTIONS(555), + [anon_sym_DASH_DASH] = ACTIONS(85), + [anon_sym_PLUS_PLUS] = ACTIONS(85), + [anon_sym_sizeof] = ACTIONS(87), + [anon_sym___alignof__] = ACTIONS(89), + [anon_sym___alignof] = ACTIONS(89), + [anon_sym__alignof] = ACTIONS(89), + [anon_sym_alignof] = ACTIONS(89), + [anon_sym__Alignof] = ACTIONS(89), + [anon_sym_offsetof] = ACTIONS(91), + [anon_sym__Generic] = ACTIONS(93), + [anon_sym_asm] = ACTIONS(95), + [anon_sym___asm__] = ACTIONS(95), + [sym_number_literal] = ACTIONS(169), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(171), + [sym_false] = ACTIONS(171), + [anon_sym_NULL] = ACTIONS(105), + [anon_sym_nullptr] = ACTIONS(105), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(107), + [anon_sym_rayPayloadInEXT] = ACTIONS(107), + [anon_sym_hitAttributeEXT] = ACTIONS(107), + [anon_sym_callableDataEXT] = ACTIONS(107), + [anon_sym_callableDataInEXT] = ACTIONS(107), + [anon_sym_shaderRecordEXT] = ACTIONS(107), + [anon_sym_rayPayloadNV] = ACTIONS(107), + [anon_sym_rayPayloadInNV] = ACTIONS(107), + [anon_sym_hitAttributeNV] = ACTIONS(107), + [anon_sym_callableDataNV] = ACTIONS(107), + [anon_sym_callableDataInNV] = ACTIONS(107), + [anon_sym_shaderRecordNV] = ACTIONS(107), + [anon_sym_layout] = ACTIONS(109), }, [65] = { - [sym_declaration] = STATE(72), - [sym_type_definition] = STATE(72), + [sym_declaration] = STATE(74), + [sym_type_definition] = STATE(74), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1328), + [sym__declaration_specifiers] = STATE(1333), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_compound_statement] = STATE(72), + [sym_compound_statement] = STATE(74), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_attributed_statement] = STATE(72), - [sym_labeled_statement] = STATE(72), - [sym_expression_statement] = STATE(72), - [sym_if_statement] = STATE(72), - [sym_switch_statement] = STATE(72), - [sym_while_statement] = STATE(72), - [sym_do_statement] = STATE(72), - [sym_for_statement] = STATE(72), - [sym_return_statement] = STATE(72), - [sym_break_statement] = STATE(72), - [sym_continue_statement] = STATE(72), - [sym_goto_statement] = STATE(72), - [sym__expression] = STATE(1093), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1904), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(74), + [sym_labeled_statement] = STATE(74), + [sym_expression_statement] = STATE(74), + [sym_if_statement] = STATE(74), + [sym_switch_statement] = STATE(74), + [sym_while_statement] = STATE(74), + [sym_do_statement] = STATE(74), + [sym_for_statement] = STATE(74), + [sym_return_statement] = STATE(74), + [sym_break_statement] = STATE(74), + [sym_continue_statement] = STATE(74), + [sym_goto_statement] = STATE(74), + [sym__expression] = STATE(1109), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(2031), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(524), - [sym_layout_specification] = STATE(524), - [aux_sym_declaration_repeat1] = STATE(524), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(528), + [sym_layout_specification] = STATE(528), + [aux_sym_declaration_repeat1] = STATE(528), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(517), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [aux_sym_case_statement_repeat1] = STATE(72), - [ts_builtin_sym_end] = ACTIONS(1200), - [sym_identifier] = ACTIONS(1202), - [aux_sym_preproc_include_token1] = ACTIONS(963), - [aux_sym_preproc_def_token1] = ACTIONS(963), - [aux_sym_preproc_if_token1] = ACTIONS(963), - [aux_sym_preproc_ifdef_token1] = ACTIONS(963), - [aux_sym_preproc_ifdef_token2] = ACTIONS(963), - [sym_preproc_directive] = ACTIONS(963), + [aux_sym_attributed_declarator_repeat1] = STATE(513), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [aux_sym_case_statement_repeat1] = STATE(74), + [sym_identifier] = ACTIONS(1156), + [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(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -29373,44 +29368,44 @@ 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_subroutine] = ACTIONS(31), - [anon_sym_invariant] = ACTIONS(29), - [anon_sym_precise] = ACTIONS(29), - [anon_sym_SEMI] = ACTIONS(1204), - [anon_sym_in] = ACTIONS(31), - [anon_sym_out] = ACTIONS(31), - [anon_sym_inout] = ACTIONS(31), - [anon_sym_uniform] = ACTIONS(31), - [anon_sym_shared] = ACTIONS(31), - [anon_sym_attribute] = ACTIONS(31), - [anon_sym_varying] = ACTIONS(31), - [anon_sym_buffer] = ACTIONS(31), - [anon_sym_coherent] = ACTIONS(31), - [anon_sym_readonly] = ACTIONS(31), - [anon_sym_writeonly] = ACTIONS(31), - [anon_sym_precision] = ACTIONS(31), - [anon_sym_highp] = ACTIONS(31), - [anon_sym_mediump] = ACTIONS(31), - [anon_sym_lowp] = ACTIONS(31), - [anon_sym_centroid] = ACTIONS(31), - [anon_sym_sample] = ACTIONS(31), - [anon_sym_patch] = ACTIONS(31), - [anon_sym_smooth] = ACTIONS(31), - [anon_sym_flat] = ACTIONS(31), - [anon_sym_noperspective] = ACTIONS(31), - [anon_sym___extension__] = ACTIONS(33), - [anon_sym_typedef] = ACTIONS(35), + [anon_sym_subroutine] = ACTIONS(749), + [anon_sym_invariant] = ACTIONS(745), + [anon_sym_precise] = ACTIONS(745), + [anon_sym_SEMI] = ACTIONS(747), + [anon_sym_in] = ACTIONS(749), + [anon_sym_out] = ACTIONS(749), + [anon_sym_inout] = ACTIONS(749), + [anon_sym_uniform] = ACTIONS(749), + [anon_sym_shared] = ACTIONS(749), + [anon_sym_attribute] = ACTIONS(749), + [anon_sym_varying] = ACTIONS(749), + [anon_sym_buffer] = ACTIONS(749), + [anon_sym_coherent] = ACTIONS(749), + [anon_sym_readonly] = ACTIONS(749), + [anon_sym_writeonly] = ACTIONS(749), + [anon_sym_precision] = ACTIONS(749), + [anon_sym_highp] = ACTIONS(749), + [anon_sym_mediump] = ACTIONS(749), + [anon_sym_lowp] = ACTIONS(749), + [anon_sym_centroid] = ACTIONS(749), + [anon_sym_sample] = ACTIONS(749), + [anon_sym_patch] = ACTIONS(749), + [anon_sym_smooth] = ACTIONS(749), + [anon_sym_flat] = ACTIONS(749), + [anon_sym_noperspective] = ACTIONS(749), + [anon_sym___extension__] = ACTIONS(751), + [anon_sym_typedef] = ACTIONS(753), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(963), - [anon_sym___clrcall] = ACTIONS(963), - [anon_sym___stdcall] = ACTIONS(963), - [anon_sym___fastcall] = ACTIONS(963), - [anon_sym___thiscall] = ACTIONS(963), - [anon_sym___vectorcall] = ACTIONS(963), - [anon_sym_LBRACE] = ACTIONS(47), + [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(757), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -29436,18 +29431,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(57), [anon_sym_struct] = ACTIONS(59), [anon_sym_union] = ACTIONS(61), - [anon_sym_if] = ACTIONS(63), - [anon_sym_else] = ACTIONS(963), - [anon_sym_switch] = ACTIONS(65), - [anon_sym_case] = ACTIONS(963), - [anon_sym_default] = ACTIONS(963), - [anon_sym_while] = ACTIONS(71), - [anon_sym_do] = ACTIONS(73), - [anon_sym_for] = ACTIONS(75), - [anon_sym_return] = ACTIONS(77), - [anon_sym_break] = ACTIONS(79), - [anon_sym_continue] = ACTIONS(81), - [anon_sym_goto] = ACTIONS(83), + [anon_sym_if] = ACTIONS(759), + [anon_sym_else] = ACTIONS(1098), + [anon_sym_switch] = ACTIONS(761), + [anon_sym_case] = ACTIONS(1098), + [anon_sym_default] = ACTIONS(1098), + [anon_sym_while] = ACTIONS(767), + [anon_sym_do] = ACTIONS(769), + [anon_sym_for] = ACTIONS(771), + [anon_sym_return] = ACTIONS(773), + [anon_sym_break] = ACTIONS(775), + [anon_sym_continue] = ACTIONS(777), + [anon_sym_goto] = ACTIONS(779), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -29491,72 +29486,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [66] = { - [sym_declaration] = STATE(77), - [sym_type_definition] = STATE(77), + [sym_declaration] = STATE(72), + [sym_type_definition] = STATE(72), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1325), + [sym__declaration_specifiers] = STATE(1333), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_compound_statement] = STATE(77), + [sym_compound_statement] = STATE(72), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_attributed_statement] = STATE(77), - [sym_labeled_statement] = STATE(77), - [sym_expression_statement] = STATE(77), - [sym_if_statement] = STATE(77), - [sym_switch_statement] = STATE(77), - [sym_while_statement] = STATE(77), - [sym_do_statement] = STATE(77), - [sym_for_statement] = STATE(77), - [sym_return_statement] = STATE(77), - [sym_break_statement] = STATE(77), - [sym_continue_statement] = STATE(77), - [sym_goto_statement] = STATE(77), - [sym__expression] = STATE(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(72), + [sym_labeled_statement] = STATE(72), + [sym_expression_statement] = STATE(72), + [sym_if_statement] = STATE(72), + [sym_switch_statement] = STATE(72), + [sym_while_statement] = STATE(72), + [sym_do_statement] = STATE(72), + [sym_for_statement] = STATE(72), + [sym_return_statement] = STATE(72), + [sym_break_statement] = STATE(72), + [sym_continue_statement] = STATE(72), + [sym_goto_statement] = STATE(72), + [sym__expression] = STATE(1109), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(2031), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(531), - [sym_layout_specification] = STATE(531), - [aux_sym_declaration_repeat1] = STATE(531), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(528), + [sym_layout_specification] = STATE(528), + [aux_sym_declaration_repeat1] = STATE(528), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(481), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [aux_sym_case_statement_repeat1] = STATE(77), - [sym_identifier] = ACTIONS(1206), - [aux_sym_preproc_include_token1] = ACTIONS(965), - [aux_sym_preproc_def_token1] = ACTIONS(965), - [aux_sym_preproc_if_token1] = ACTIONS(965), - [aux_sym_preproc_ifdef_token1] = ACTIONS(965), - [aux_sym_preproc_ifdef_token2] = ACTIONS(965), - [sym_preproc_directive] = ACTIONS(965), + [aux_sym_attributed_declarator_repeat1] = STATE(513), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [aux_sym_case_statement_repeat1] = STATE(72), + [sym_identifier] = ACTIONS(1156), + [aux_sym_preproc_include_token1] = ACTIONS(1096), + [aux_sym_preproc_def_token1] = ACTIONS(1096), + [aux_sym_preproc_if_token1] = ACTIONS(1096), + [aux_sym_preproc_if_token2] = ACTIONS(1096), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1096), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1096), + [sym_preproc_directive] = ACTIONS(1096), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -29564,45 +29560,44 @@ 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_subroutine] = ACTIONS(523), - [anon_sym_invariant] = ACTIONS(519), - [anon_sym_precise] = ACTIONS(519), - [anon_sym_SEMI] = ACTIONS(521), - [anon_sym_in] = ACTIONS(523), - [anon_sym_out] = ACTIONS(523), - [anon_sym_inout] = ACTIONS(523), - [anon_sym_uniform] = ACTIONS(523), - [anon_sym_shared] = ACTIONS(523), - [anon_sym_attribute] = ACTIONS(523), - [anon_sym_varying] = ACTIONS(523), - [anon_sym_buffer] = ACTIONS(523), - [anon_sym_coherent] = ACTIONS(523), - [anon_sym_readonly] = ACTIONS(523), - [anon_sym_writeonly] = ACTIONS(523), - [anon_sym_precision] = ACTIONS(523), - [anon_sym_highp] = ACTIONS(523), - [anon_sym_mediump] = ACTIONS(523), - [anon_sym_lowp] = ACTIONS(523), - [anon_sym_centroid] = ACTIONS(523), - [anon_sym_sample] = ACTIONS(523), - [anon_sym_patch] = ACTIONS(523), - [anon_sym_smooth] = ACTIONS(523), - [anon_sym_flat] = ACTIONS(523), - [anon_sym_noperspective] = ACTIONS(523), - [anon_sym___extension__] = ACTIONS(525), - [anon_sym_typedef] = ACTIONS(527), + [anon_sym_subroutine] = ACTIONS(749), + [anon_sym_invariant] = ACTIONS(745), + [anon_sym_precise] = ACTIONS(745), + [anon_sym_SEMI] = ACTIONS(747), + [anon_sym_in] = ACTIONS(749), + [anon_sym_out] = ACTIONS(749), + [anon_sym_inout] = ACTIONS(749), + [anon_sym_uniform] = ACTIONS(749), + [anon_sym_shared] = ACTIONS(749), + [anon_sym_attribute] = ACTIONS(749), + [anon_sym_varying] = ACTIONS(749), + [anon_sym_buffer] = ACTIONS(749), + [anon_sym_coherent] = ACTIONS(749), + [anon_sym_readonly] = ACTIONS(749), + [anon_sym_writeonly] = ACTIONS(749), + [anon_sym_precision] = ACTIONS(749), + [anon_sym_highp] = ACTIONS(749), + [anon_sym_mediump] = ACTIONS(749), + [anon_sym_lowp] = ACTIONS(749), + [anon_sym_centroid] = ACTIONS(749), + [anon_sym_sample] = ACTIONS(749), + [anon_sym_patch] = ACTIONS(749), + [anon_sym_smooth] = ACTIONS(749), + [anon_sym_flat] = ACTIONS(749), + [anon_sym_noperspective] = ACTIONS(749), + [anon_sym___extension__] = ACTIONS(751), + [anon_sym_typedef] = ACTIONS(753), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(965), - [anon_sym___clrcall] = ACTIONS(965), - [anon_sym___stdcall] = ACTIONS(965), - [anon_sym___fastcall] = ACTIONS(965), - [anon_sym___thiscall] = ACTIONS(965), - [anon_sym___vectorcall] = ACTIONS(965), - [anon_sym_LBRACE] = ACTIONS(531), - [anon_sym_RBRACE] = ACTIONS(1208), + [anon_sym___cdecl] = ACTIONS(1096), + [anon_sym___clrcall] = ACTIONS(1096), + [anon_sym___stdcall] = ACTIONS(1096), + [anon_sym___fastcall] = ACTIONS(1096), + [anon_sym___thiscall] = ACTIONS(1096), + [anon_sym___vectorcall] = ACTIONS(1096), + [anon_sym_LBRACE] = ACTIONS(757), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -29628,18 +29623,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(57), [anon_sym_struct] = ACTIONS(59), [anon_sym_union] = ACTIONS(61), - [anon_sym_if] = ACTIONS(535), - [anon_sym_else] = ACTIONS(965), - [anon_sym_switch] = ACTIONS(537), - [anon_sym_case] = ACTIONS(965), - [anon_sym_default] = ACTIONS(965), - [anon_sym_while] = ACTIONS(543), - [anon_sym_do] = ACTIONS(545), - [anon_sym_for] = ACTIONS(547), - [anon_sym_return] = ACTIONS(549), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_goto] = ACTIONS(555), + [anon_sym_if] = ACTIONS(759), + [anon_sym_else] = ACTIONS(1096), + [anon_sym_switch] = ACTIONS(761), + [anon_sym_case] = ACTIONS(1096), + [anon_sym_default] = ACTIONS(1096), + [anon_sym_while] = ACTIONS(767), + [anon_sym_do] = ACTIONS(769), + [anon_sym_for] = ACTIONS(771), + [anon_sym_return] = ACTIONS(773), + [anon_sym_break] = ACTIONS(775), + [anon_sym_continue] = ACTIONS(777), + [anon_sym_goto] = ACTIONS(779), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -29683,72 +29678,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [67] = { - [sym_declaration] = STATE(75), - [sym_type_definition] = STATE(75), + [sym_declaration] = STATE(68), + [sym_type_definition] = STATE(68), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1325), + [sym__declaration_specifiers] = STATE(1323), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_compound_statement] = STATE(75), + [sym_compound_statement] = STATE(68), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_attributed_statement] = STATE(75), - [sym_labeled_statement] = STATE(75), - [sym_expression_statement] = STATE(75), - [sym_if_statement] = STATE(75), - [sym_switch_statement] = STATE(75), - [sym_while_statement] = STATE(75), - [sym_do_statement] = STATE(75), - [sym_for_statement] = STATE(75), - [sym_return_statement] = STATE(75), - [sym_break_statement] = STATE(75), - [sym_continue_statement] = STATE(75), - [sym_goto_statement] = STATE(75), - [sym__expression] = STATE(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(68), + [sym_labeled_statement] = STATE(68), + [sym_expression_statement] = STATE(68), + [sym_if_statement] = STATE(68), + [sym_switch_statement] = STATE(68), + [sym_while_statement] = STATE(68), + [sym_do_statement] = STATE(68), + [sym_for_statement] = STATE(68), + [sym_return_statement] = STATE(68), + [sym_break_statement] = STATE(68), + [sym_continue_statement] = STATE(68), + [sym_goto_statement] = STATE(68), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(531), - [sym_layout_specification] = STATE(531), - [aux_sym_declaration_repeat1] = STATE(531), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(481), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [aux_sym_case_statement_repeat1] = STATE(75), - [sym_identifier] = ACTIONS(1206), - [aux_sym_preproc_include_token1] = ACTIONS(967), - [aux_sym_preproc_def_token1] = ACTIONS(967), - [aux_sym_preproc_if_token1] = ACTIONS(967), - [aux_sym_preproc_ifdef_token1] = ACTIONS(967), - [aux_sym_preproc_ifdef_token2] = ACTIONS(967), - [sym_preproc_directive] = ACTIONS(967), + [aux_sym_attributed_declarator_repeat1] = STATE(511), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [aux_sym_case_statement_repeat1] = STATE(68), + [sym_identifier] = ACTIONS(1152), + [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(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -29787,14 +29782,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(967), - [anon_sym___clrcall] = ACTIONS(967), - [anon_sym___stdcall] = ACTIONS(967), - [anon_sym___fastcall] = ACTIONS(967), - [anon_sym___thiscall] = ACTIONS(967), - [anon_sym___vectorcall] = ACTIONS(967), + [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(531), - [anon_sym_RBRACE] = ACTIONS(1210), + [anon_sym_RBRACE] = ACTIONS(1158), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -29821,10 +29816,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(59), [anon_sym_union] = ACTIONS(61), [anon_sym_if] = ACTIONS(535), - [anon_sym_else] = ACTIONS(967), + [anon_sym_else] = ACTIONS(1098), [anon_sym_switch] = ACTIONS(537), - [anon_sym_case] = ACTIONS(967), - [anon_sym_default] = ACTIONS(967), + [anon_sym_case] = ACTIONS(1098), + [anon_sym_default] = ACTIONS(1098), [anon_sym_while] = ACTIONS(543), [anon_sym_do] = ACTIONS(545), [anon_sym_for] = ACTIONS(547), @@ -29875,73 +29870,264 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [68] = { - [sym_declaration] = STATE(71), - [sym_type_definition] = STATE(71), + [sym_declaration] = STATE(68), + [sym_type_definition] = STATE(68), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1335), + [sym__declaration_specifiers] = STATE(1323), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_compound_statement] = STATE(71), + [sym_compound_statement] = STATE(68), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_attributed_statement] = STATE(71), - [sym_labeled_statement] = STATE(71), - [sym_expression_statement] = STATE(71), - [sym_if_statement] = STATE(71), - [sym_switch_statement] = STATE(71), - [sym_while_statement] = STATE(71), - [sym_do_statement] = STATE(71), - [sym_for_statement] = STATE(71), - [sym_return_statement] = STATE(71), - [sym_break_statement] = STATE(71), - [sym_continue_statement] = STATE(71), - [sym_goto_statement] = STATE(71), - [sym__expression] = STATE(1063), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2034), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(68), + [sym_labeled_statement] = STATE(68), + [sym_expression_statement] = STATE(68), + [sym_if_statement] = STATE(68), + [sym_switch_statement] = STATE(68), + [sym_while_statement] = STATE(68), + [sym_do_statement] = STATE(68), + [sym_for_statement] = STATE(68), + [sym_return_statement] = STATE(68), + [sym_break_statement] = STATE(68), + [sym_continue_statement] = STATE(68), + [sym_goto_statement] = STATE(68), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(539), - [sym_layout_specification] = STATE(539), - [aux_sym_declaration_repeat1] = STATE(539), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(510), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [aux_sym_case_statement_repeat1] = STATE(71), - [sym_identifier] = ACTIONS(1212), - [aux_sym_preproc_include_token1] = ACTIONS(965), - [aux_sym_preproc_def_token1] = ACTIONS(965), - [aux_sym_preproc_if_token1] = ACTIONS(965), - [aux_sym_preproc_if_token2] = ACTIONS(965), - [aux_sym_preproc_ifdef_token1] = ACTIONS(965), - [aux_sym_preproc_ifdef_token2] = ACTIONS(965), - [sym_preproc_directive] = ACTIONS(965), + [aux_sym_attributed_declarator_repeat1] = STATE(511), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [aux_sym_case_statement_repeat1] = STATE(68), + [sym_identifier] = ACTIONS(1160), + [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(973), + [anon_sym_TILDE] = ACTIONS(973), + [anon_sym_DASH] = ACTIONS(976), + [anon_sym_PLUS] = ACTIONS(976), + [anon_sym_STAR] = ACTIONS(979), + [anon_sym_AMP] = ACTIONS(979), + [anon_sym_subroutine] = ACTIONS(1163), + [anon_sym_invariant] = ACTIONS(1166), + [anon_sym_precise] = ACTIONS(1166), + [anon_sym_SEMI] = ACTIONS(1169), + [anon_sym_in] = ACTIONS(1163), + [anon_sym_out] = ACTIONS(1163), + [anon_sym_inout] = ACTIONS(1163), + [anon_sym_uniform] = ACTIONS(1163), + [anon_sym_shared] = ACTIONS(1163), + [anon_sym_attribute] = ACTIONS(1163), + [anon_sym_varying] = ACTIONS(1163), + [anon_sym_buffer] = ACTIONS(1163), + [anon_sym_coherent] = ACTIONS(1163), + [anon_sym_readonly] = ACTIONS(1163), + [anon_sym_writeonly] = ACTIONS(1163), + [anon_sym_precision] = ACTIONS(1163), + [anon_sym_highp] = ACTIONS(1163), + [anon_sym_mediump] = ACTIONS(1163), + [anon_sym_lowp] = ACTIONS(1163), + [anon_sym_centroid] = ACTIONS(1163), + [anon_sym_sample] = ACTIONS(1163), + [anon_sym_patch] = ACTIONS(1163), + [anon_sym_smooth] = ACTIONS(1163), + [anon_sym_flat] = ACTIONS(1163), + [anon_sym_noperspective] = ACTIONS(1163), + [anon_sym___extension__] = ACTIONS(1172), + [anon_sym_typedef] = ACTIONS(1175), + [anon_sym_extern] = ACTIONS(997), + [anon_sym___attribute__] = ACTIONS(1000), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1003), + [anon_sym___declspec] = ACTIONS(1006), + [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(1178), + [anon_sym_RBRACE] = ACTIONS(1181), + [anon_sym_signed] = ACTIONS(1012), + [anon_sym_unsigned] = ACTIONS(1012), + [anon_sym_long] = ACTIONS(1012), + [anon_sym_short] = ACTIONS(1012), + [anon_sym_static] = ACTIONS(997), + [anon_sym_auto] = ACTIONS(997), + [anon_sym_register] = ACTIONS(997), + [anon_sym_inline] = ACTIONS(997), + [anon_sym___inline] = ACTIONS(997), + [anon_sym___inline__] = ACTIONS(997), + [anon_sym___forceinline] = ACTIONS(997), + [anon_sym_thread_local] = ACTIONS(997), + [anon_sym___thread] = ACTIONS(997), + [anon_sym_const] = ACTIONS(1015), + [anon_sym_constexpr] = ACTIONS(1015), + [anon_sym_volatile] = ACTIONS(1015), + [anon_sym_restrict] = ACTIONS(1015), + [anon_sym___restrict__] = ACTIONS(1015), + [anon_sym__Atomic] = ACTIONS(1015), + [anon_sym__Noreturn] = ACTIONS(1015), + [anon_sym_noreturn] = ACTIONS(1015), + [sym_primitive_type] = ACTIONS(1018), + [anon_sym_enum] = ACTIONS(1021), + [anon_sym_struct] = ACTIONS(1024), + [anon_sym_union] = ACTIONS(1027), + [anon_sym_if] = ACTIONS(1183), + [anon_sym_else] = ACTIONS(968), + [anon_sym_switch] = ACTIONS(1186), + [anon_sym_case] = ACTIONS(968), + [anon_sym_default] = ACTIONS(968), + [anon_sym_while] = ACTIONS(1189), + [anon_sym_do] = ACTIONS(1192), + [anon_sym_for] = ACTIONS(1195), + [anon_sym_return] = ACTIONS(1198), + [anon_sym_break] = ACTIONS(1201), + [anon_sym_continue] = ACTIONS(1204), + [anon_sym_goto] = ACTIONS(1207), + [anon_sym_DASH_DASH] = ACTIONS(1057), + [anon_sym_PLUS_PLUS] = ACTIONS(1057), + [anon_sym_sizeof] = ACTIONS(1060), + [anon_sym___alignof__] = ACTIONS(1063), + [anon_sym___alignof] = ACTIONS(1063), + [anon_sym__alignof] = ACTIONS(1063), + [anon_sym_alignof] = ACTIONS(1063), + [anon_sym__Alignof] = ACTIONS(1063), + [anon_sym_offsetof] = ACTIONS(1066), + [anon_sym__Generic] = ACTIONS(1069), + [anon_sym_asm] = ACTIONS(1072), + [anon_sym___asm__] = ACTIONS(1072), + [sym_number_literal] = ACTIONS(1075), + [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(1081), + [anon_sym_u_DQUOTE] = ACTIONS(1081), + [anon_sym_U_DQUOTE] = ACTIONS(1081), + [anon_sym_u8_DQUOTE] = ACTIONS(1081), + [anon_sym_DQUOTE] = ACTIONS(1081), + [sym_true] = ACTIONS(1084), + [sym_false] = ACTIONS(1084), + [anon_sym_NULL] = ACTIONS(1087), + [anon_sym_nullptr] = ACTIONS(1087), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1090), + [anon_sym_rayPayloadInEXT] = ACTIONS(1090), + [anon_sym_hitAttributeEXT] = ACTIONS(1090), + [anon_sym_callableDataEXT] = ACTIONS(1090), + [anon_sym_callableDataInEXT] = ACTIONS(1090), + [anon_sym_shaderRecordEXT] = ACTIONS(1090), + [anon_sym_rayPayloadNV] = ACTIONS(1090), + [anon_sym_rayPayloadInNV] = ACTIONS(1090), + [anon_sym_hitAttributeNV] = ACTIONS(1090), + [anon_sym_callableDataNV] = ACTIONS(1090), + [anon_sym_callableDataInNV] = ACTIONS(1090), + [anon_sym_shaderRecordNV] = ACTIONS(1090), + [anon_sym_layout] = ACTIONS(1093), + }, + [69] = { + [sym_declaration] = STATE(67), + [sym_type_definition] = STATE(67), + [sym__declaration_modifiers] = STATE(870), + [sym__declaration_specifiers] = STATE(1323), + [sym_attribute_specifier] = STATE(870), + [sym_attribute_declaration] = STATE(555), + [sym_ms_declspec_modifier] = STATE(870), + [sym_compound_statement] = STATE(67), + [sym_storage_class_specifier] = STATE(870), + [sym_type_qualifier] = STATE(870), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(67), + [sym_labeled_statement] = STATE(67), + [sym_expression_statement] = STATE(67), + [sym_if_statement] = STATE(67), + [sym_switch_statement] = STATE(67), + [sym_while_statement] = STATE(67), + [sym_do_statement] = STATE(67), + [sym_for_statement] = STATE(67), + [sym_return_statement] = STATE(67), + [sym_break_statement] = STATE(67), + [sym_continue_statement] = STATE(67), + [sym_goto_statement] = STATE(67), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), + [sym_pointer_expression] = STATE(917), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), + [sym_subscript_expression] = STATE(917), + [sym_call_expression] = STATE(917), + [sym_gnu_asm_expression] = STATE(897), + [sym_field_expression] = STATE(917), + [sym_compound_literal_expression] = STATE(897), + [sym_parenthesized_expression] = STATE(917), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_declaration_repeat1] = STATE(538), + [aux_sym__declaration_specifiers_repeat1] = STATE(870), + [aux_sym_attributed_declarator_repeat1] = STATE(511), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [aux_sym_case_statement_repeat1] = STATE(67), + [sym_identifier] = ACTIONS(1152), + [aux_sym_preproc_include_token1] = ACTIONS(1100), + [aux_sym_preproc_def_token1] = ACTIONS(1100), + [aux_sym_preproc_if_token1] = ACTIONS(1100), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1100), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1100), + [sym_preproc_directive] = ACTIONS(1100), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -29949,44 +30135,45 @@ 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_subroutine] = ACTIONS(583), - [anon_sym_invariant] = ACTIONS(579), - [anon_sym_precise] = ACTIONS(579), - [anon_sym_SEMI] = ACTIONS(581), - [anon_sym_in] = ACTIONS(583), - [anon_sym_out] = ACTIONS(583), - [anon_sym_inout] = ACTIONS(583), - [anon_sym_uniform] = ACTIONS(583), - [anon_sym_shared] = ACTIONS(583), - [anon_sym_attribute] = ACTIONS(583), - [anon_sym_varying] = ACTIONS(583), - [anon_sym_buffer] = ACTIONS(583), - [anon_sym_coherent] = ACTIONS(583), - [anon_sym_readonly] = ACTIONS(583), - [anon_sym_writeonly] = ACTIONS(583), - [anon_sym_precision] = ACTIONS(583), - [anon_sym_highp] = ACTIONS(583), - [anon_sym_mediump] = ACTIONS(583), - [anon_sym_lowp] = ACTIONS(583), - [anon_sym_centroid] = ACTIONS(583), - [anon_sym_sample] = ACTIONS(583), - [anon_sym_patch] = ACTIONS(583), - [anon_sym_smooth] = ACTIONS(583), - [anon_sym_flat] = ACTIONS(583), - [anon_sym_noperspective] = ACTIONS(583), - [anon_sym___extension__] = ACTIONS(585), - [anon_sym_typedef] = ACTIONS(587), + [anon_sym_subroutine] = ACTIONS(523), + [anon_sym_invariant] = ACTIONS(519), + [anon_sym_precise] = ACTIONS(519), + [anon_sym_SEMI] = ACTIONS(521), + [anon_sym_in] = ACTIONS(523), + [anon_sym_out] = ACTIONS(523), + [anon_sym_inout] = ACTIONS(523), + [anon_sym_uniform] = ACTIONS(523), + [anon_sym_shared] = ACTIONS(523), + [anon_sym_attribute] = ACTIONS(523), + [anon_sym_varying] = ACTIONS(523), + [anon_sym_buffer] = ACTIONS(523), + [anon_sym_coherent] = ACTIONS(523), + [anon_sym_readonly] = ACTIONS(523), + [anon_sym_writeonly] = ACTIONS(523), + [anon_sym_precision] = ACTIONS(523), + [anon_sym_highp] = ACTIONS(523), + [anon_sym_mediump] = ACTIONS(523), + [anon_sym_lowp] = ACTIONS(523), + [anon_sym_centroid] = ACTIONS(523), + [anon_sym_sample] = ACTIONS(523), + [anon_sym_patch] = ACTIONS(523), + [anon_sym_smooth] = ACTIONS(523), + [anon_sym_flat] = ACTIONS(523), + [anon_sym_noperspective] = ACTIONS(523), + [anon_sym___extension__] = ACTIONS(525), + [anon_sym_typedef] = ACTIONS(527), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(965), - [anon_sym___clrcall] = ACTIONS(965), - [anon_sym___stdcall] = ACTIONS(965), - [anon_sym___fastcall] = ACTIONS(965), - [anon_sym___thiscall] = ACTIONS(965), - [anon_sym___vectorcall] = ACTIONS(965), - [anon_sym_LBRACE] = ACTIONS(591), + [anon_sym___cdecl] = ACTIONS(1100), + [anon_sym___clrcall] = ACTIONS(1100), + [anon_sym___stdcall] = ACTIONS(1100), + [anon_sym___fastcall] = ACTIONS(1100), + [anon_sym___thiscall] = ACTIONS(1100), + [anon_sym___vectorcall] = ACTIONS(1100), + [anon_sym_LBRACE] = ACTIONS(531), + [anon_sym_RBRACE] = ACTIONS(1210), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -30012,18 +30199,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(57), [anon_sym_struct] = ACTIONS(59), [anon_sym_union] = ACTIONS(61), - [anon_sym_if] = ACTIONS(593), - [anon_sym_else] = ACTIONS(965), - [anon_sym_switch] = ACTIONS(595), - [anon_sym_case] = ACTIONS(965), - [anon_sym_default] = ACTIONS(965), - [anon_sym_while] = ACTIONS(601), - [anon_sym_do] = ACTIONS(603), - [anon_sym_for] = ACTIONS(605), - [anon_sym_return] = ACTIONS(607), - [anon_sym_break] = ACTIONS(609), - [anon_sym_continue] = ACTIONS(611), - [anon_sym_goto] = ACTIONS(613), + [anon_sym_if] = ACTIONS(535), + [anon_sym_else] = ACTIONS(1100), + [anon_sym_switch] = ACTIONS(537), + [anon_sym_case] = ACTIONS(1100), + [anon_sym_default] = ACTIONS(1100), + [anon_sym_while] = ACTIONS(543), + [anon_sym_do] = ACTIONS(545), + [anon_sym_for] = ACTIONS(547), + [anon_sym_return] = ACTIONS(549), + [anon_sym_break] = ACTIONS(551), + [anon_sym_continue] = ACTIONS(553), + [anon_sym_goto] = ACTIONS(555), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -30066,263 +30253,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(107), [anon_sym_layout] = ACTIONS(109), }, - [69] = { - [sym_declaration] = STATE(69), - [sym_type_definition] = STATE(69), - [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1325), - [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), - [sym_ms_declspec_modifier] = STATE(870), - [sym_compound_statement] = STATE(69), - [sym_storage_class_specifier] = STATE(870), - [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_attributed_statement] = STATE(69), - [sym_labeled_statement] = STATE(69), - [sym_expression_statement] = STATE(69), - [sym_if_statement] = STATE(69), - [sym_switch_statement] = STATE(69), - [sym_while_statement] = STATE(69), - [sym_do_statement] = STATE(69), - [sym_for_statement] = STATE(69), - [sym_return_statement] = STATE(69), - [sym_break_statement] = STATE(69), - [sym_continue_statement] = STATE(69), - [sym_goto_statement] = STATE(69), - [sym__expression] = STATE(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), - [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), - [sym_subscript_expression] = STATE(917), - [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), - [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), - [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(531), - [sym_layout_specification] = STATE(531), - [aux_sym_declaration_repeat1] = STATE(531), - [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(481), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [aux_sym_case_statement_repeat1] = STATE(69), - [sym_identifier] = ACTIONS(1214), - [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(977), - [anon_sym_TILDE] = ACTIONS(977), - [anon_sym_DASH] = ACTIONS(980), - [anon_sym_PLUS] = ACTIONS(980), - [anon_sym_STAR] = ACTIONS(983), - [anon_sym_AMP] = ACTIONS(983), - [anon_sym_subroutine] = ACTIONS(1217), - [anon_sym_invariant] = ACTIONS(1220), - [anon_sym_precise] = ACTIONS(1220), - [anon_sym_SEMI] = ACTIONS(1223), - [anon_sym_in] = ACTIONS(1217), - [anon_sym_out] = ACTIONS(1217), - [anon_sym_inout] = ACTIONS(1217), - [anon_sym_uniform] = ACTIONS(1217), - [anon_sym_shared] = ACTIONS(1217), - [anon_sym_attribute] = ACTIONS(1217), - [anon_sym_varying] = ACTIONS(1217), - [anon_sym_buffer] = ACTIONS(1217), - [anon_sym_coherent] = ACTIONS(1217), - [anon_sym_readonly] = ACTIONS(1217), - [anon_sym_writeonly] = ACTIONS(1217), - [anon_sym_precision] = ACTIONS(1217), - [anon_sym_highp] = ACTIONS(1217), - [anon_sym_mediump] = ACTIONS(1217), - [anon_sym_lowp] = ACTIONS(1217), - [anon_sym_centroid] = ACTIONS(1217), - [anon_sym_sample] = ACTIONS(1217), - [anon_sym_patch] = ACTIONS(1217), - [anon_sym_smooth] = ACTIONS(1217), - [anon_sym_flat] = ACTIONS(1217), - [anon_sym_noperspective] = ACTIONS(1217), - [anon_sym___extension__] = ACTIONS(1226), - [anon_sym_typedef] = ACTIONS(1229), - [anon_sym_extern] = ACTIONS(1001), - [anon_sym___attribute__] = ACTIONS(1004), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1007), - [anon_sym___declspec] = ACTIONS(1010), - [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(1232), - [anon_sym_RBRACE] = ACTIONS(1235), - [anon_sym_signed] = ACTIONS(1016), - [anon_sym_unsigned] = ACTIONS(1016), - [anon_sym_long] = ACTIONS(1016), - [anon_sym_short] = ACTIONS(1016), - [anon_sym_static] = ACTIONS(1001), - [anon_sym_auto] = ACTIONS(1001), - [anon_sym_register] = ACTIONS(1001), - [anon_sym_inline] = ACTIONS(1001), - [anon_sym___inline] = ACTIONS(1001), - [anon_sym___inline__] = ACTIONS(1001), - [anon_sym___forceinline] = ACTIONS(1001), - [anon_sym_thread_local] = ACTIONS(1001), - [anon_sym___thread] = ACTIONS(1001), - [anon_sym_const] = ACTIONS(1019), - [anon_sym_constexpr] = ACTIONS(1019), - [anon_sym_volatile] = ACTIONS(1019), - [anon_sym_restrict] = ACTIONS(1019), - [anon_sym___restrict__] = ACTIONS(1019), - [anon_sym__Atomic] = ACTIONS(1019), - [anon_sym__Noreturn] = ACTIONS(1019), - [anon_sym_noreturn] = ACTIONS(1019), - [sym_primitive_type] = ACTIONS(1022), - [anon_sym_enum] = ACTIONS(1025), - [anon_sym_struct] = ACTIONS(1028), - [anon_sym_union] = ACTIONS(1031), - [anon_sym_if] = ACTIONS(1237), - [anon_sym_else] = ACTIONS(972), - [anon_sym_switch] = ACTIONS(1240), - [anon_sym_case] = ACTIONS(972), - [anon_sym_default] = ACTIONS(972), - [anon_sym_while] = ACTIONS(1243), - [anon_sym_do] = ACTIONS(1246), - [anon_sym_for] = ACTIONS(1249), - [anon_sym_return] = ACTIONS(1252), - [anon_sym_break] = ACTIONS(1255), - [anon_sym_continue] = ACTIONS(1258), - [anon_sym_goto] = ACTIONS(1261), - [anon_sym_DASH_DASH] = ACTIONS(1061), - [anon_sym_PLUS_PLUS] = ACTIONS(1061), - [anon_sym_sizeof] = ACTIONS(1064), - [anon_sym___alignof__] = ACTIONS(1067), - [anon_sym___alignof] = ACTIONS(1067), - [anon_sym__alignof] = ACTIONS(1067), - [anon_sym_alignof] = ACTIONS(1067), - [anon_sym__Alignof] = ACTIONS(1067), - [anon_sym_offsetof] = ACTIONS(1070), - [anon_sym__Generic] = ACTIONS(1073), - [anon_sym_asm] = ACTIONS(1076), - [anon_sym___asm__] = ACTIONS(1076), - [sym_number_literal] = ACTIONS(1079), - [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(1085), - [anon_sym_u_DQUOTE] = ACTIONS(1085), - [anon_sym_U_DQUOTE] = ACTIONS(1085), - [anon_sym_u8_DQUOTE] = ACTIONS(1085), - [anon_sym_DQUOTE] = ACTIONS(1085), - [sym_true] = ACTIONS(1088), - [sym_false] = ACTIONS(1088), - [anon_sym_NULL] = ACTIONS(1091), - [anon_sym_nullptr] = ACTIONS(1091), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1094), - [anon_sym_rayPayloadInEXT] = ACTIONS(1094), - [anon_sym_hitAttributeEXT] = ACTIONS(1094), - [anon_sym_callableDataEXT] = ACTIONS(1094), - [anon_sym_callableDataInEXT] = ACTIONS(1094), - [anon_sym_shaderRecordEXT] = ACTIONS(1094), - [anon_sym_rayPayloadNV] = ACTIONS(1094), - [anon_sym_rayPayloadInNV] = ACTIONS(1094), - [anon_sym_hitAttributeNV] = ACTIONS(1094), - [anon_sym_callableDataNV] = ACTIONS(1094), - [anon_sym_callableDataInNV] = ACTIONS(1094), - [anon_sym_shaderRecordNV] = ACTIONS(1094), - [anon_sym_layout] = ACTIONS(1097), - }, [70] = { - [sym_declaration] = STATE(64), - [sym_type_definition] = STATE(64), + [sym_declaration] = STATE(68), + [sym_type_definition] = STATE(68), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1335), + [sym__declaration_specifiers] = STATE(1323), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_compound_statement] = STATE(64), + [sym_compound_statement] = STATE(68), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_attributed_statement] = STATE(64), - [sym_labeled_statement] = STATE(64), - [sym_expression_statement] = STATE(64), - [sym_if_statement] = STATE(64), - [sym_switch_statement] = STATE(64), - [sym_while_statement] = STATE(64), - [sym_do_statement] = STATE(64), - [sym_for_statement] = STATE(64), - [sym_return_statement] = STATE(64), - [sym_break_statement] = STATE(64), - [sym_continue_statement] = STATE(64), - [sym_goto_statement] = STATE(64), - [sym__expression] = STATE(1063), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2034), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(68), + [sym_labeled_statement] = STATE(68), + [sym_expression_statement] = STATE(68), + [sym_if_statement] = STATE(68), + [sym_switch_statement] = STATE(68), + [sym_while_statement] = STATE(68), + [sym_do_statement] = STATE(68), + [sym_for_statement] = STATE(68), + [sym_return_statement] = STATE(68), + [sym_break_statement] = STATE(68), + [sym_continue_statement] = STATE(68), + [sym_goto_statement] = STATE(68), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(539), - [sym_layout_specification] = STATE(539), - [aux_sym_declaration_repeat1] = STATE(539), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(510), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [aux_sym_case_statement_repeat1] = STATE(64), - [sym_identifier] = ACTIONS(1212), + [aux_sym_attributed_declarator_repeat1] = STATE(511), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [aux_sym_case_statement_repeat1] = STATE(68), + [sym_identifier] = ACTIONS(1152), [aux_sym_preproc_include_token1] = ACTIONS(963), [aux_sym_preproc_def_token1] = ACTIONS(963), [aux_sym_preproc_if_token1] = ACTIONS(963), - [aux_sym_preproc_if_token2] = ACTIONS(963), [aux_sym_preproc_ifdef_token1] = ACTIONS(963), [aux_sym_preproc_ifdef_token2] = ACTIONS(963), [sym_preproc_directive] = ACTIONS(963), @@ -30333,33 +30327,33 @@ 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_subroutine] = ACTIONS(583), - [anon_sym_invariant] = ACTIONS(579), - [anon_sym_precise] = ACTIONS(579), - [anon_sym_SEMI] = ACTIONS(581), - [anon_sym_in] = ACTIONS(583), - [anon_sym_out] = ACTIONS(583), - [anon_sym_inout] = ACTIONS(583), - [anon_sym_uniform] = ACTIONS(583), - [anon_sym_shared] = ACTIONS(583), - [anon_sym_attribute] = ACTIONS(583), - [anon_sym_varying] = ACTIONS(583), - [anon_sym_buffer] = ACTIONS(583), - [anon_sym_coherent] = ACTIONS(583), - [anon_sym_readonly] = ACTIONS(583), - [anon_sym_writeonly] = ACTIONS(583), - [anon_sym_precision] = ACTIONS(583), - [anon_sym_highp] = ACTIONS(583), - [anon_sym_mediump] = ACTIONS(583), - [anon_sym_lowp] = ACTIONS(583), - [anon_sym_centroid] = ACTIONS(583), - [anon_sym_sample] = ACTIONS(583), - [anon_sym_patch] = ACTIONS(583), - [anon_sym_smooth] = ACTIONS(583), - [anon_sym_flat] = ACTIONS(583), - [anon_sym_noperspective] = ACTIONS(583), - [anon_sym___extension__] = ACTIONS(585), - [anon_sym_typedef] = ACTIONS(587), + [anon_sym_subroutine] = ACTIONS(523), + [anon_sym_invariant] = ACTIONS(519), + [anon_sym_precise] = ACTIONS(519), + [anon_sym_SEMI] = ACTIONS(521), + [anon_sym_in] = ACTIONS(523), + [anon_sym_out] = ACTIONS(523), + [anon_sym_inout] = ACTIONS(523), + [anon_sym_uniform] = ACTIONS(523), + [anon_sym_shared] = ACTIONS(523), + [anon_sym_attribute] = ACTIONS(523), + [anon_sym_varying] = ACTIONS(523), + [anon_sym_buffer] = ACTIONS(523), + [anon_sym_coherent] = ACTIONS(523), + [anon_sym_readonly] = ACTIONS(523), + [anon_sym_writeonly] = ACTIONS(523), + [anon_sym_precision] = ACTIONS(523), + [anon_sym_highp] = ACTIONS(523), + [anon_sym_mediump] = ACTIONS(523), + [anon_sym_lowp] = ACTIONS(523), + [anon_sym_centroid] = ACTIONS(523), + [anon_sym_sample] = ACTIONS(523), + [anon_sym_patch] = ACTIONS(523), + [anon_sym_smooth] = ACTIONS(523), + [anon_sym_flat] = ACTIONS(523), + [anon_sym_noperspective] = ACTIONS(523), + [anon_sym___extension__] = ACTIONS(525), + [anon_sym_typedef] = ACTIONS(527), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), @@ -30370,7 +30364,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(963), [anon_sym___thiscall] = ACTIONS(963), [anon_sym___vectorcall] = ACTIONS(963), - [anon_sym_LBRACE] = ACTIONS(591), + [anon_sym_LBRACE] = ACTIONS(531), + [anon_sym_RBRACE] = ACTIONS(1212), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -30396,18 +30391,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(57), [anon_sym_struct] = ACTIONS(59), [anon_sym_union] = ACTIONS(61), - [anon_sym_if] = ACTIONS(593), + [anon_sym_if] = ACTIONS(535), [anon_sym_else] = ACTIONS(963), - [anon_sym_switch] = ACTIONS(595), + [anon_sym_switch] = ACTIONS(537), [anon_sym_case] = ACTIONS(963), [anon_sym_default] = ACTIONS(963), - [anon_sym_while] = ACTIONS(601), - [anon_sym_do] = ACTIONS(603), - [anon_sym_for] = ACTIONS(605), - [anon_sym_return] = ACTIONS(607), - [anon_sym_break] = ACTIONS(609), - [anon_sym_continue] = ACTIONS(611), - [anon_sym_goto] = ACTIONS(613), + [anon_sym_while] = ACTIONS(543), + [anon_sym_do] = ACTIONS(545), + [anon_sym_for] = ACTIONS(547), + [anon_sym_return] = ACTIONS(549), + [anon_sym_break] = ACTIONS(551), + [anon_sym_continue] = ACTIONS(553), + [anon_sym_goto] = ACTIONS(555), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -30451,73 +30446,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [71] = { - [sym_declaration] = STATE(64), - [sym_type_definition] = STATE(64), + [sym_declaration] = STATE(76), + [sym_type_definition] = STATE(76), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1335), + [sym__declaration_specifiers] = STATE(1326), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_compound_statement] = STATE(64), + [sym_compound_statement] = STATE(76), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_attributed_statement] = STATE(64), - [sym_labeled_statement] = STATE(64), - [sym_expression_statement] = STATE(64), - [sym_if_statement] = STATE(64), - [sym_switch_statement] = STATE(64), - [sym_while_statement] = STATE(64), - [sym_do_statement] = STATE(64), - [sym_for_statement] = STATE(64), - [sym_return_statement] = STATE(64), - [sym_break_statement] = STATE(64), - [sym_continue_statement] = STATE(64), - [sym_goto_statement] = STATE(64), - [sym__expression] = STATE(1063), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2034), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(76), + [sym_labeled_statement] = STATE(76), + [sym_expression_statement] = STATE(76), + [sym_if_statement] = STATE(76), + [sym_switch_statement] = STATE(76), + [sym_while_statement] = STATE(76), + [sym_do_statement] = STATE(76), + [sym_for_statement] = STATE(76), + [sym_return_statement] = STATE(76), + [sym_break_statement] = STATE(76), + [sym_continue_statement] = STATE(76), + [sym_goto_statement] = STATE(76), + [sym__expression] = STATE(1088), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1970), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(539), - [sym_layout_specification] = STATE(539), - [aux_sym_declaration_repeat1] = STATE(539), - [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(510), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [aux_sym_case_statement_repeat1] = STATE(64), - [sym_identifier] = ACTIONS(1212), - [aux_sym_preproc_include_token1] = ACTIONS(1100), - [aux_sym_preproc_def_token1] = ACTIONS(1100), - [aux_sym_preproc_if_token1] = ACTIONS(1100), - [aux_sym_preproc_if_token2] = ACTIONS(1100), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1100), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1100), - [sym_preproc_directive] = ACTIONS(1100), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(532), + [sym_layout_specification] = STATE(532), + [aux_sym_declaration_repeat1] = STATE(532), + [aux_sym__declaration_specifiers_repeat1] = STATE(870), + [aux_sym_attributed_declarator_repeat1] = STATE(518), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [aux_sym_case_statement_repeat1] = STATE(76), + [ts_builtin_sym_end] = ACTIONS(1212), + [sym_identifier] = ACTIONS(1214), + [aux_sym_preproc_include_token1] = ACTIONS(963), + [aux_sym_preproc_def_token1] = ACTIONS(963), + [aux_sym_preproc_if_token1] = ACTIONS(963), + [aux_sym_preproc_ifdef_token1] = ACTIONS(963), + [aux_sym_preproc_ifdef_token2] = ACTIONS(963), + [sym_preproc_directive] = ACTIONS(963), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -30525,44 +30520,44 @@ 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_subroutine] = ACTIONS(583), - [anon_sym_invariant] = ACTIONS(579), - [anon_sym_precise] = ACTIONS(579), - [anon_sym_SEMI] = ACTIONS(581), - [anon_sym_in] = ACTIONS(583), - [anon_sym_out] = ACTIONS(583), - [anon_sym_inout] = ACTIONS(583), - [anon_sym_uniform] = ACTIONS(583), - [anon_sym_shared] = ACTIONS(583), - [anon_sym_attribute] = ACTIONS(583), - [anon_sym_varying] = ACTIONS(583), - [anon_sym_buffer] = ACTIONS(583), - [anon_sym_coherent] = ACTIONS(583), - [anon_sym_readonly] = ACTIONS(583), - [anon_sym_writeonly] = ACTIONS(583), - [anon_sym_precision] = ACTIONS(583), - [anon_sym_highp] = ACTIONS(583), - [anon_sym_mediump] = ACTIONS(583), - [anon_sym_lowp] = ACTIONS(583), - [anon_sym_centroid] = ACTIONS(583), - [anon_sym_sample] = ACTIONS(583), - [anon_sym_patch] = ACTIONS(583), - [anon_sym_smooth] = ACTIONS(583), - [anon_sym_flat] = ACTIONS(583), - [anon_sym_noperspective] = ACTIONS(583), - [anon_sym___extension__] = ACTIONS(585), - [anon_sym_typedef] = ACTIONS(587), + [anon_sym_subroutine] = ACTIONS(31), + [anon_sym_invariant] = ACTIONS(29), + [anon_sym_precise] = ACTIONS(29), + [anon_sym_SEMI] = ACTIONS(1216), + [anon_sym_in] = ACTIONS(31), + [anon_sym_out] = ACTIONS(31), + [anon_sym_inout] = ACTIONS(31), + [anon_sym_uniform] = ACTIONS(31), + [anon_sym_shared] = ACTIONS(31), + [anon_sym_attribute] = ACTIONS(31), + [anon_sym_varying] = ACTIONS(31), + [anon_sym_buffer] = ACTIONS(31), + [anon_sym_coherent] = ACTIONS(31), + [anon_sym_readonly] = ACTIONS(31), + [anon_sym_writeonly] = ACTIONS(31), + [anon_sym_precision] = ACTIONS(31), + [anon_sym_highp] = ACTIONS(31), + [anon_sym_mediump] = ACTIONS(31), + [anon_sym_lowp] = ACTIONS(31), + [anon_sym_centroid] = ACTIONS(31), + [anon_sym_sample] = ACTIONS(31), + [anon_sym_patch] = ACTIONS(31), + [anon_sym_smooth] = ACTIONS(31), + [anon_sym_flat] = ACTIONS(31), + [anon_sym_noperspective] = ACTIONS(31), + [anon_sym___extension__] = ACTIONS(33), + [anon_sym_typedef] = ACTIONS(35), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(1100), - [anon_sym___clrcall] = ACTIONS(1100), - [anon_sym___stdcall] = ACTIONS(1100), - [anon_sym___fastcall] = ACTIONS(1100), - [anon_sym___thiscall] = ACTIONS(1100), - [anon_sym___vectorcall] = ACTIONS(1100), - [anon_sym_LBRACE] = ACTIONS(591), + [anon_sym___cdecl] = ACTIONS(963), + [anon_sym___clrcall] = ACTIONS(963), + [anon_sym___stdcall] = ACTIONS(963), + [anon_sym___fastcall] = ACTIONS(963), + [anon_sym___thiscall] = ACTIONS(963), + [anon_sym___vectorcall] = ACTIONS(963), + [anon_sym_LBRACE] = ACTIONS(47), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -30588,18 +30583,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(57), [anon_sym_struct] = ACTIONS(59), [anon_sym_union] = ACTIONS(61), - [anon_sym_if] = ACTIONS(593), - [anon_sym_else] = ACTIONS(1100), - [anon_sym_switch] = ACTIONS(595), - [anon_sym_case] = ACTIONS(1100), - [anon_sym_default] = ACTIONS(1100), - [anon_sym_while] = ACTIONS(601), - [anon_sym_do] = ACTIONS(603), - [anon_sym_for] = ACTIONS(605), - [anon_sym_return] = ACTIONS(607), - [anon_sym_break] = ACTIONS(609), - [anon_sym_continue] = ACTIONS(611), - [anon_sym_goto] = ACTIONS(613), + [anon_sym_if] = ACTIONS(63), + [anon_sym_else] = ACTIONS(963), + [anon_sym_switch] = ACTIONS(65), + [anon_sym_case] = ACTIONS(963), + [anon_sym_default] = ACTIONS(963), + [anon_sym_while] = ACTIONS(71), + [anon_sym_do] = ACTIONS(73), + [anon_sym_for] = ACTIONS(75), + [anon_sym_return] = ACTIONS(77), + [anon_sym_break] = ACTIONS(79), + [anon_sym_continue] = ACTIONS(81), + [anon_sym_goto] = ACTIONS(83), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -30643,265 +30638,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [72] = { - [sym_declaration] = STATE(72), - [sym_type_definition] = STATE(72), - [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1328), - [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), - [sym_ms_declspec_modifier] = STATE(870), - [sym_compound_statement] = STATE(72), - [sym_storage_class_specifier] = STATE(870), - [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_attributed_statement] = STATE(72), - [sym_labeled_statement] = STATE(72), - [sym_expression_statement] = STATE(72), - [sym_if_statement] = STATE(72), - [sym_switch_statement] = STATE(72), - [sym_while_statement] = STATE(72), - [sym_do_statement] = STATE(72), - [sym_for_statement] = STATE(72), - [sym_return_statement] = STATE(72), - [sym_break_statement] = STATE(72), - [sym_continue_statement] = STATE(72), - [sym_goto_statement] = STATE(72), - [sym__expression] = STATE(1093), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1904), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), - [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), - [sym_subscript_expression] = STATE(917), - [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), - [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), - [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(524), - [sym_layout_specification] = STATE(524), - [aux_sym_declaration_repeat1] = STATE(524), - [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(517), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [aux_sym_case_statement_repeat1] = STATE(72), - [ts_builtin_sym_end] = ACTIONS(1235), - [sym_identifier] = ACTIONS(1264), - [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(977), - [anon_sym_TILDE] = ACTIONS(977), - [anon_sym_DASH] = ACTIONS(980), - [anon_sym_PLUS] = ACTIONS(980), - [anon_sym_STAR] = ACTIONS(983), - [anon_sym_AMP] = ACTIONS(983), - [anon_sym_subroutine] = ACTIONS(1267), - [anon_sym_invariant] = ACTIONS(1270), - [anon_sym_precise] = ACTIONS(1270), - [anon_sym_SEMI] = ACTIONS(1273), - [anon_sym_in] = ACTIONS(1267), - [anon_sym_out] = ACTIONS(1267), - [anon_sym_inout] = ACTIONS(1267), - [anon_sym_uniform] = ACTIONS(1267), - [anon_sym_shared] = ACTIONS(1267), - [anon_sym_attribute] = ACTIONS(1267), - [anon_sym_varying] = ACTIONS(1267), - [anon_sym_buffer] = ACTIONS(1267), - [anon_sym_coherent] = ACTIONS(1267), - [anon_sym_readonly] = ACTIONS(1267), - [anon_sym_writeonly] = ACTIONS(1267), - [anon_sym_precision] = ACTIONS(1267), - [anon_sym_highp] = ACTIONS(1267), - [anon_sym_mediump] = ACTIONS(1267), - [anon_sym_lowp] = ACTIONS(1267), - [anon_sym_centroid] = ACTIONS(1267), - [anon_sym_sample] = ACTIONS(1267), - [anon_sym_patch] = ACTIONS(1267), - [anon_sym_smooth] = ACTIONS(1267), - [anon_sym_flat] = ACTIONS(1267), - [anon_sym_noperspective] = ACTIONS(1267), - [anon_sym___extension__] = ACTIONS(1276), - [anon_sym_typedef] = ACTIONS(1279), - [anon_sym_extern] = ACTIONS(1001), - [anon_sym___attribute__] = ACTIONS(1004), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1007), - [anon_sym___declspec] = ACTIONS(1010), - [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(1282), - [anon_sym_signed] = ACTIONS(1016), - [anon_sym_unsigned] = ACTIONS(1016), - [anon_sym_long] = ACTIONS(1016), - [anon_sym_short] = ACTIONS(1016), - [anon_sym_static] = ACTIONS(1001), - [anon_sym_auto] = ACTIONS(1001), - [anon_sym_register] = ACTIONS(1001), - [anon_sym_inline] = ACTIONS(1001), - [anon_sym___inline] = ACTIONS(1001), - [anon_sym___inline__] = ACTIONS(1001), - [anon_sym___forceinline] = ACTIONS(1001), - [anon_sym_thread_local] = ACTIONS(1001), - [anon_sym___thread] = ACTIONS(1001), - [anon_sym_const] = ACTIONS(1019), - [anon_sym_constexpr] = ACTIONS(1019), - [anon_sym_volatile] = ACTIONS(1019), - [anon_sym_restrict] = ACTIONS(1019), - [anon_sym___restrict__] = ACTIONS(1019), - [anon_sym__Atomic] = ACTIONS(1019), - [anon_sym__Noreturn] = ACTIONS(1019), - [anon_sym_noreturn] = ACTIONS(1019), - [sym_primitive_type] = ACTIONS(1022), - [anon_sym_enum] = ACTIONS(1025), - [anon_sym_struct] = ACTIONS(1028), - [anon_sym_union] = ACTIONS(1031), - [anon_sym_if] = ACTIONS(1285), - [anon_sym_else] = ACTIONS(972), - [anon_sym_switch] = ACTIONS(1288), - [anon_sym_case] = ACTIONS(972), - [anon_sym_default] = ACTIONS(972), - [anon_sym_while] = ACTIONS(1291), - [anon_sym_do] = ACTIONS(1294), - [anon_sym_for] = ACTIONS(1297), - [anon_sym_return] = ACTIONS(1300), - [anon_sym_break] = ACTIONS(1303), - [anon_sym_continue] = ACTIONS(1306), - [anon_sym_goto] = ACTIONS(1309), - [anon_sym_DASH_DASH] = ACTIONS(1061), - [anon_sym_PLUS_PLUS] = ACTIONS(1061), - [anon_sym_sizeof] = ACTIONS(1064), - [anon_sym___alignof__] = ACTIONS(1067), - [anon_sym___alignof] = ACTIONS(1067), - [anon_sym__alignof] = ACTIONS(1067), - [anon_sym_alignof] = ACTIONS(1067), - [anon_sym__Alignof] = ACTIONS(1067), - [anon_sym_offsetof] = ACTIONS(1070), - [anon_sym__Generic] = ACTIONS(1073), - [anon_sym_asm] = ACTIONS(1076), - [anon_sym___asm__] = ACTIONS(1076), - [sym_number_literal] = ACTIONS(1079), - [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(1085), - [anon_sym_u_DQUOTE] = ACTIONS(1085), - [anon_sym_U_DQUOTE] = ACTIONS(1085), - [anon_sym_u8_DQUOTE] = ACTIONS(1085), - [anon_sym_DQUOTE] = ACTIONS(1085), - [sym_true] = ACTIONS(1088), - [sym_false] = ACTIONS(1088), - [anon_sym_NULL] = ACTIONS(1091), - [anon_sym_nullptr] = ACTIONS(1091), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1094), - [anon_sym_rayPayloadInEXT] = ACTIONS(1094), - [anon_sym_hitAttributeEXT] = ACTIONS(1094), - [anon_sym_callableDataEXT] = ACTIONS(1094), - [anon_sym_callableDataInEXT] = ACTIONS(1094), - [anon_sym_shaderRecordEXT] = ACTIONS(1094), - [anon_sym_rayPayloadNV] = ACTIONS(1094), - [anon_sym_rayPayloadInNV] = ACTIONS(1094), - [anon_sym_hitAttributeNV] = ACTIONS(1094), - [anon_sym_callableDataNV] = ACTIONS(1094), - [anon_sym_callableDataInNV] = ACTIONS(1094), - [anon_sym_shaderRecordNV] = ACTIONS(1094), - [anon_sym_layout] = ACTIONS(1097), - }, - [73] = { - [sym_declaration] = STATE(72), - [sym_type_definition] = STATE(72), + [sym_declaration] = STATE(74), + [sym_type_definition] = STATE(74), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1328), + [sym__declaration_specifiers] = STATE(1333), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_compound_statement] = STATE(72), + [sym_compound_statement] = STATE(74), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_attributed_statement] = STATE(72), - [sym_labeled_statement] = STATE(72), - [sym_expression_statement] = STATE(72), - [sym_if_statement] = STATE(72), - [sym_switch_statement] = STATE(72), - [sym_while_statement] = STATE(72), - [sym_do_statement] = STATE(72), - [sym_for_statement] = STATE(72), - [sym_return_statement] = STATE(72), - [sym_break_statement] = STATE(72), - [sym_continue_statement] = STATE(72), - [sym_goto_statement] = STATE(72), - [sym__expression] = STATE(1093), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1904), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(74), + [sym_labeled_statement] = STATE(74), + [sym_expression_statement] = STATE(74), + [sym_if_statement] = STATE(74), + [sym_switch_statement] = STATE(74), + [sym_while_statement] = STATE(74), + [sym_do_statement] = STATE(74), + [sym_for_statement] = STATE(74), + [sym_return_statement] = STATE(74), + [sym_break_statement] = STATE(74), + [sym_continue_statement] = STATE(74), + [sym_goto_statement] = STATE(74), + [sym__expression] = STATE(1109), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(2031), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(524), - [sym_layout_specification] = STATE(524), - [aux_sym_declaration_repeat1] = STATE(524), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(528), + [sym_layout_specification] = STATE(528), + [aux_sym_declaration_repeat1] = STATE(528), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(517), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [aux_sym_case_statement_repeat1] = STATE(72), - [ts_builtin_sym_end] = ACTIONS(1312), - [sym_identifier] = ACTIONS(1202), - [aux_sym_preproc_include_token1] = ACTIONS(1100), - [aux_sym_preproc_def_token1] = ACTIONS(1100), - [aux_sym_preproc_if_token1] = ACTIONS(1100), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1100), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1100), - [sym_preproc_directive] = ACTIONS(1100), + [aux_sym_attributed_declarator_repeat1] = STATE(513), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [aux_sym_case_statement_repeat1] = STATE(74), + [sym_identifier] = ACTIONS(1156), + [aux_sym_preproc_include_token1] = ACTIONS(963), + [aux_sym_preproc_def_token1] = ACTIONS(963), + [aux_sym_preproc_if_token1] = ACTIONS(963), + [aux_sym_preproc_if_token2] = ACTIONS(963), + [aux_sym_preproc_ifdef_token1] = ACTIONS(963), + [aux_sym_preproc_ifdef_token2] = ACTIONS(963), + [sym_preproc_directive] = ACTIONS(963), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -30909,44 +30712,44 @@ 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_subroutine] = ACTIONS(31), - [anon_sym_invariant] = ACTIONS(29), - [anon_sym_precise] = ACTIONS(29), - [anon_sym_SEMI] = ACTIONS(1204), - [anon_sym_in] = ACTIONS(31), - [anon_sym_out] = ACTIONS(31), - [anon_sym_inout] = ACTIONS(31), - [anon_sym_uniform] = ACTIONS(31), - [anon_sym_shared] = ACTIONS(31), - [anon_sym_attribute] = ACTIONS(31), - [anon_sym_varying] = ACTIONS(31), - [anon_sym_buffer] = ACTIONS(31), - [anon_sym_coherent] = ACTIONS(31), - [anon_sym_readonly] = ACTIONS(31), - [anon_sym_writeonly] = ACTIONS(31), - [anon_sym_precision] = ACTIONS(31), - [anon_sym_highp] = ACTIONS(31), - [anon_sym_mediump] = ACTIONS(31), - [anon_sym_lowp] = ACTIONS(31), - [anon_sym_centroid] = ACTIONS(31), - [anon_sym_sample] = ACTIONS(31), - [anon_sym_patch] = ACTIONS(31), - [anon_sym_smooth] = ACTIONS(31), - [anon_sym_flat] = ACTIONS(31), - [anon_sym_noperspective] = ACTIONS(31), - [anon_sym___extension__] = ACTIONS(33), - [anon_sym_typedef] = ACTIONS(35), + [anon_sym_subroutine] = ACTIONS(749), + [anon_sym_invariant] = ACTIONS(745), + [anon_sym_precise] = ACTIONS(745), + [anon_sym_SEMI] = ACTIONS(747), + [anon_sym_in] = ACTIONS(749), + [anon_sym_out] = ACTIONS(749), + [anon_sym_inout] = ACTIONS(749), + [anon_sym_uniform] = ACTIONS(749), + [anon_sym_shared] = ACTIONS(749), + [anon_sym_attribute] = ACTIONS(749), + [anon_sym_varying] = ACTIONS(749), + [anon_sym_buffer] = ACTIONS(749), + [anon_sym_coherent] = ACTIONS(749), + [anon_sym_readonly] = ACTIONS(749), + [anon_sym_writeonly] = ACTIONS(749), + [anon_sym_precision] = ACTIONS(749), + [anon_sym_highp] = ACTIONS(749), + [anon_sym_mediump] = ACTIONS(749), + [anon_sym_lowp] = ACTIONS(749), + [anon_sym_centroid] = ACTIONS(749), + [anon_sym_sample] = ACTIONS(749), + [anon_sym_patch] = ACTIONS(749), + [anon_sym_smooth] = ACTIONS(749), + [anon_sym_flat] = ACTIONS(749), + [anon_sym_noperspective] = ACTIONS(749), + [anon_sym___extension__] = ACTIONS(751), + [anon_sym_typedef] = ACTIONS(753), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(1100), - [anon_sym___clrcall] = ACTIONS(1100), - [anon_sym___stdcall] = ACTIONS(1100), - [anon_sym___fastcall] = ACTIONS(1100), - [anon_sym___thiscall] = ACTIONS(1100), - [anon_sym___vectorcall] = ACTIONS(1100), - [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym___cdecl] = ACTIONS(963), + [anon_sym___clrcall] = ACTIONS(963), + [anon_sym___stdcall] = ACTIONS(963), + [anon_sym___fastcall] = ACTIONS(963), + [anon_sym___thiscall] = ACTIONS(963), + [anon_sym___vectorcall] = ACTIONS(963), + [anon_sym_LBRACE] = ACTIONS(757), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -30972,18 +30775,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(57), [anon_sym_struct] = ACTIONS(59), [anon_sym_union] = ACTIONS(61), - [anon_sym_if] = ACTIONS(63), - [anon_sym_else] = ACTIONS(1100), - [anon_sym_switch] = ACTIONS(65), - [anon_sym_case] = ACTIONS(1100), - [anon_sym_default] = ACTIONS(1100), - [anon_sym_while] = ACTIONS(71), - [anon_sym_do] = ACTIONS(73), - [anon_sym_for] = ACTIONS(75), - [anon_sym_return] = ACTIONS(77), - [anon_sym_break] = ACTIONS(79), - [anon_sym_continue] = ACTIONS(81), - [anon_sym_goto] = ACTIONS(83), + [anon_sym_if] = ACTIONS(759), + [anon_sym_else] = ACTIONS(963), + [anon_sym_switch] = ACTIONS(761), + [anon_sym_case] = ACTIONS(963), + [anon_sym_default] = ACTIONS(963), + [anon_sym_while] = ACTIONS(767), + [anon_sym_do] = ACTIONS(769), + [anon_sym_for] = ACTIONS(771), + [anon_sym_return] = ACTIONS(773), + [anon_sym_break] = ACTIONS(775), + [anon_sym_continue] = ACTIONS(777), + [anon_sym_goto] = ACTIONS(779), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -31026,74 +30829,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(107), [anon_sym_layout] = ACTIONS(109), }, - [74] = { - [sym_declaration] = STATE(70), - [sym_type_definition] = STATE(70), + [73] = { + [sym_declaration] = STATE(65), + [sym_type_definition] = STATE(65), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1335), + [sym__declaration_specifiers] = STATE(1333), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_compound_statement] = STATE(70), + [sym_compound_statement] = STATE(65), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_attributed_statement] = STATE(70), - [sym_labeled_statement] = STATE(70), - [sym_expression_statement] = STATE(70), - [sym_if_statement] = STATE(70), - [sym_switch_statement] = STATE(70), - [sym_while_statement] = STATE(70), - [sym_do_statement] = STATE(70), - [sym_for_statement] = STATE(70), - [sym_return_statement] = STATE(70), - [sym_break_statement] = STATE(70), - [sym_continue_statement] = STATE(70), - [sym_goto_statement] = STATE(70), - [sym__expression] = STATE(1063), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2034), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(65), + [sym_labeled_statement] = STATE(65), + [sym_expression_statement] = STATE(65), + [sym_if_statement] = STATE(65), + [sym_switch_statement] = STATE(65), + [sym_while_statement] = STATE(65), + [sym_do_statement] = STATE(65), + [sym_for_statement] = STATE(65), + [sym_return_statement] = STATE(65), + [sym_break_statement] = STATE(65), + [sym_continue_statement] = STATE(65), + [sym_goto_statement] = STATE(65), + [sym__expression] = STATE(1109), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(2031), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(539), - [sym_layout_specification] = STATE(539), - [aux_sym_declaration_repeat1] = STATE(539), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(528), + [sym_layout_specification] = STATE(528), + [aux_sym_declaration_repeat1] = STATE(528), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(510), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [aux_sym_case_statement_repeat1] = STATE(70), - [sym_identifier] = ACTIONS(1212), - [aux_sym_preproc_include_token1] = ACTIONS(967), - [aux_sym_preproc_def_token1] = ACTIONS(967), - [aux_sym_preproc_if_token1] = ACTIONS(967), - [aux_sym_preproc_if_token2] = ACTIONS(967), - [aux_sym_preproc_ifdef_token1] = ACTIONS(967), - [aux_sym_preproc_ifdef_token2] = ACTIONS(967), - [sym_preproc_directive] = ACTIONS(967), + [aux_sym_attributed_declarator_repeat1] = STATE(513), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [aux_sym_case_statement_repeat1] = STATE(65), + [sym_identifier] = ACTIONS(1156), + [aux_sym_preproc_include_token1] = ACTIONS(1100), + [aux_sym_preproc_def_token1] = ACTIONS(1100), + [aux_sym_preproc_if_token1] = ACTIONS(1100), + [aux_sym_preproc_if_token2] = ACTIONS(1100), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1100), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1100), + [sym_preproc_directive] = ACTIONS(1100), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -31101,44 +30904,44 @@ 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_subroutine] = ACTIONS(583), - [anon_sym_invariant] = ACTIONS(579), - [anon_sym_precise] = ACTIONS(579), - [anon_sym_SEMI] = ACTIONS(581), - [anon_sym_in] = ACTIONS(583), - [anon_sym_out] = ACTIONS(583), - [anon_sym_inout] = ACTIONS(583), - [anon_sym_uniform] = ACTIONS(583), - [anon_sym_shared] = ACTIONS(583), - [anon_sym_attribute] = ACTIONS(583), - [anon_sym_varying] = ACTIONS(583), - [anon_sym_buffer] = ACTIONS(583), - [anon_sym_coherent] = ACTIONS(583), - [anon_sym_readonly] = ACTIONS(583), - [anon_sym_writeonly] = ACTIONS(583), - [anon_sym_precision] = ACTIONS(583), - [anon_sym_highp] = ACTIONS(583), - [anon_sym_mediump] = ACTIONS(583), - [anon_sym_lowp] = ACTIONS(583), - [anon_sym_centroid] = ACTIONS(583), - [anon_sym_sample] = ACTIONS(583), - [anon_sym_patch] = ACTIONS(583), - [anon_sym_smooth] = ACTIONS(583), - [anon_sym_flat] = ACTIONS(583), - [anon_sym_noperspective] = ACTIONS(583), - [anon_sym___extension__] = ACTIONS(585), - [anon_sym_typedef] = ACTIONS(587), + [anon_sym_subroutine] = ACTIONS(749), + [anon_sym_invariant] = ACTIONS(745), + [anon_sym_precise] = ACTIONS(745), + [anon_sym_SEMI] = ACTIONS(747), + [anon_sym_in] = ACTIONS(749), + [anon_sym_out] = ACTIONS(749), + [anon_sym_inout] = ACTIONS(749), + [anon_sym_uniform] = ACTIONS(749), + [anon_sym_shared] = ACTIONS(749), + [anon_sym_attribute] = ACTIONS(749), + [anon_sym_varying] = ACTIONS(749), + [anon_sym_buffer] = ACTIONS(749), + [anon_sym_coherent] = ACTIONS(749), + [anon_sym_readonly] = ACTIONS(749), + [anon_sym_writeonly] = ACTIONS(749), + [anon_sym_precision] = ACTIONS(749), + [anon_sym_highp] = ACTIONS(749), + [anon_sym_mediump] = ACTIONS(749), + [anon_sym_lowp] = ACTIONS(749), + [anon_sym_centroid] = ACTIONS(749), + [anon_sym_sample] = ACTIONS(749), + [anon_sym_patch] = ACTIONS(749), + [anon_sym_smooth] = ACTIONS(749), + [anon_sym_flat] = ACTIONS(749), + [anon_sym_noperspective] = ACTIONS(749), + [anon_sym___extension__] = ACTIONS(751), + [anon_sym_typedef] = ACTIONS(753), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(967), - [anon_sym___clrcall] = ACTIONS(967), - [anon_sym___stdcall] = ACTIONS(967), - [anon_sym___fastcall] = ACTIONS(967), - [anon_sym___thiscall] = ACTIONS(967), - [anon_sym___vectorcall] = ACTIONS(967), - [anon_sym_LBRACE] = ACTIONS(591), + [anon_sym___cdecl] = ACTIONS(1100), + [anon_sym___clrcall] = ACTIONS(1100), + [anon_sym___stdcall] = ACTIONS(1100), + [anon_sym___fastcall] = ACTIONS(1100), + [anon_sym___thiscall] = ACTIONS(1100), + [anon_sym___vectorcall] = ACTIONS(1100), + [anon_sym_LBRACE] = ACTIONS(757), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -31164,18 +30967,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(57), [anon_sym_struct] = ACTIONS(59), [anon_sym_union] = ACTIONS(61), - [anon_sym_if] = ACTIONS(593), - [anon_sym_else] = ACTIONS(967), - [anon_sym_switch] = ACTIONS(595), - [anon_sym_case] = ACTIONS(967), - [anon_sym_default] = ACTIONS(967), - [anon_sym_while] = ACTIONS(601), - [anon_sym_do] = ACTIONS(603), - [anon_sym_for] = ACTIONS(605), - [anon_sym_return] = ACTIONS(607), - [anon_sym_break] = ACTIONS(609), - [anon_sym_continue] = ACTIONS(611), - [anon_sym_goto] = ACTIONS(613), + [anon_sym_if] = ACTIONS(759), + [anon_sym_else] = ACTIONS(1100), + [anon_sym_switch] = ACTIONS(761), + [anon_sym_case] = ACTIONS(1100), + [anon_sym_default] = ACTIONS(1100), + [anon_sym_while] = ACTIONS(767), + [anon_sym_do] = ACTIONS(769), + [anon_sym_for] = ACTIONS(771), + [anon_sym_return] = ACTIONS(773), + [anon_sym_break] = ACTIONS(775), + [anon_sym_continue] = ACTIONS(777), + [anon_sym_goto] = ACTIONS(779), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -31218,73 +31021,266 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(107), [anon_sym_layout] = ACTIONS(109), }, + [74] = { + [sym_declaration] = STATE(74), + [sym_type_definition] = STATE(74), + [sym__declaration_modifiers] = STATE(870), + [sym__declaration_specifiers] = STATE(1333), + [sym_attribute_specifier] = STATE(870), + [sym_attribute_declaration] = STATE(555), + [sym_ms_declspec_modifier] = STATE(870), + [sym_compound_statement] = STATE(74), + [sym_storage_class_specifier] = STATE(870), + [sym_type_qualifier] = STATE(870), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(74), + [sym_labeled_statement] = STATE(74), + [sym_expression_statement] = STATE(74), + [sym_if_statement] = STATE(74), + [sym_switch_statement] = STATE(74), + [sym_while_statement] = STATE(74), + [sym_do_statement] = STATE(74), + [sym_for_statement] = STATE(74), + [sym_return_statement] = STATE(74), + [sym_break_statement] = STATE(74), + [sym_continue_statement] = STATE(74), + [sym_goto_statement] = STATE(74), + [sym__expression] = STATE(1109), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(2031), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), + [sym_pointer_expression] = STATE(917), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), + [sym_subscript_expression] = STATE(917), + [sym_call_expression] = STATE(917), + [sym_gnu_asm_expression] = STATE(897), + [sym_field_expression] = STATE(917), + [sym_compound_literal_expression] = STATE(897), + [sym_parenthesized_expression] = STATE(917), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(528), + [sym_layout_specification] = STATE(528), + [aux_sym_declaration_repeat1] = STATE(528), + [aux_sym__declaration_specifiers_repeat1] = STATE(870), + [aux_sym_attributed_declarator_repeat1] = STATE(513), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [aux_sym_case_statement_repeat1] = STATE(74), + [sym_identifier] = ACTIONS(1218), + [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(973), + [anon_sym_TILDE] = ACTIONS(973), + [anon_sym_DASH] = ACTIONS(976), + [anon_sym_PLUS] = ACTIONS(976), + [anon_sym_STAR] = ACTIONS(979), + [anon_sym_AMP] = ACTIONS(979), + [anon_sym_subroutine] = ACTIONS(1221), + [anon_sym_invariant] = ACTIONS(1224), + [anon_sym_precise] = ACTIONS(1224), + [anon_sym_SEMI] = ACTIONS(1227), + [anon_sym_in] = ACTIONS(1221), + [anon_sym_out] = ACTIONS(1221), + [anon_sym_inout] = ACTIONS(1221), + [anon_sym_uniform] = ACTIONS(1221), + [anon_sym_shared] = ACTIONS(1221), + [anon_sym_attribute] = ACTIONS(1221), + [anon_sym_varying] = ACTIONS(1221), + [anon_sym_buffer] = ACTIONS(1221), + [anon_sym_coherent] = ACTIONS(1221), + [anon_sym_readonly] = ACTIONS(1221), + [anon_sym_writeonly] = ACTIONS(1221), + [anon_sym_precision] = ACTIONS(1221), + [anon_sym_highp] = ACTIONS(1221), + [anon_sym_mediump] = ACTIONS(1221), + [anon_sym_lowp] = ACTIONS(1221), + [anon_sym_centroid] = ACTIONS(1221), + [anon_sym_sample] = ACTIONS(1221), + [anon_sym_patch] = ACTIONS(1221), + [anon_sym_smooth] = ACTIONS(1221), + [anon_sym_flat] = ACTIONS(1221), + [anon_sym_noperspective] = ACTIONS(1221), + [anon_sym___extension__] = ACTIONS(1230), + [anon_sym_typedef] = ACTIONS(1233), + [anon_sym_extern] = ACTIONS(997), + [anon_sym___attribute__] = ACTIONS(1000), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1003), + [anon_sym___declspec] = ACTIONS(1006), + [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(1236), + [anon_sym_signed] = ACTIONS(1012), + [anon_sym_unsigned] = ACTIONS(1012), + [anon_sym_long] = ACTIONS(1012), + [anon_sym_short] = ACTIONS(1012), + [anon_sym_static] = ACTIONS(997), + [anon_sym_auto] = ACTIONS(997), + [anon_sym_register] = ACTIONS(997), + [anon_sym_inline] = ACTIONS(997), + [anon_sym___inline] = ACTIONS(997), + [anon_sym___inline__] = ACTIONS(997), + [anon_sym___forceinline] = ACTIONS(997), + [anon_sym_thread_local] = ACTIONS(997), + [anon_sym___thread] = ACTIONS(997), + [anon_sym_const] = ACTIONS(1015), + [anon_sym_constexpr] = ACTIONS(1015), + [anon_sym_volatile] = ACTIONS(1015), + [anon_sym_restrict] = ACTIONS(1015), + [anon_sym___restrict__] = ACTIONS(1015), + [anon_sym__Atomic] = ACTIONS(1015), + [anon_sym__Noreturn] = ACTIONS(1015), + [anon_sym_noreturn] = ACTIONS(1015), + [sym_primitive_type] = ACTIONS(1018), + [anon_sym_enum] = ACTIONS(1021), + [anon_sym_struct] = ACTIONS(1024), + [anon_sym_union] = ACTIONS(1027), + [anon_sym_if] = ACTIONS(1239), + [anon_sym_else] = ACTIONS(968), + [anon_sym_switch] = ACTIONS(1242), + [anon_sym_case] = ACTIONS(968), + [anon_sym_default] = ACTIONS(968), + [anon_sym_while] = ACTIONS(1245), + [anon_sym_do] = ACTIONS(1248), + [anon_sym_for] = ACTIONS(1251), + [anon_sym_return] = ACTIONS(1254), + [anon_sym_break] = ACTIONS(1257), + [anon_sym_continue] = ACTIONS(1260), + [anon_sym_goto] = ACTIONS(1263), + [anon_sym_DASH_DASH] = ACTIONS(1057), + [anon_sym_PLUS_PLUS] = ACTIONS(1057), + [anon_sym_sizeof] = ACTIONS(1060), + [anon_sym___alignof__] = ACTIONS(1063), + [anon_sym___alignof] = ACTIONS(1063), + [anon_sym__alignof] = ACTIONS(1063), + [anon_sym_alignof] = ACTIONS(1063), + [anon_sym__Alignof] = ACTIONS(1063), + [anon_sym_offsetof] = ACTIONS(1066), + [anon_sym__Generic] = ACTIONS(1069), + [anon_sym_asm] = ACTIONS(1072), + [anon_sym___asm__] = ACTIONS(1072), + [sym_number_literal] = ACTIONS(1075), + [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(1081), + [anon_sym_u_DQUOTE] = ACTIONS(1081), + [anon_sym_U_DQUOTE] = ACTIONS(1081), + [anon_sym_u8_DQUOTE] = ACTIONS(1081), + [anon_sym_DQUOTE] = ACTIONS(1081), + [sym_true] = ACTIONS(1084), + [sym_false] = ACTIONS(1084), + [anon_sym_NULL] = ACTIONS(1087), + [anon_sym_nullptr] = ACTIONS(1087), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1090), + [anon_sym_rayPayloadInEXT] = ACTIONS(1090), + [anon_sym_hitAttributeEXT] = ACTIONS(1090), + [anon_sym_callableDataEXT] = ACTIONS(1090), + [anon_sym_callableDataInEXT] = ACTIONS(1090), + [anon_sym_shaderRecordEXT] = ACTIONS(1090), + [anon_sym_rayPayloadNV] = ACTIONS(1090), + [anon_sym_rayPayloadInNV] = ACTIONS(1090), + [anon_sym_hitAttributeNV] = ACTIONS(1090), + [anon_sym_callableDataNV] = ACTIONS(1090), + [anon_sym_callableDataInNV] = ACTIONS(1090), + [anon_sym_shaderRecordNV] = ACTIONS(1090), + [anon_sym_layout] = ACTIONS(1093), + }, [75] = { - [sym_declaration] = STATE(69), - [sym_type_definition] = STATE(69), + [sym_declaration] = STATE(76), + [sym_type_definition] = STATE(76), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1325), + [sym__declaration_specifiers] = STATE(1326), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_compound_statement] = STATE(69), + [sym_compound_statement] = STATE(76), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_attributed_statement] = STATE(69), - [sym_labeled_statement] = STATE(69), - [sym_expression_statement] = STATE(69), - [sym_if_statement] = STATE(69), - [sym_switch_statement] = STATE(69), - [sym_while_statement] = STATE(69), - [sym_do_statement] = STATE(69), - [sym_for_statement] = STATE(69), - [sym_return_statement] = STATE(69), - [sym_break_statement] = STATE(69), - [sym_continue_statement] = STATE(69), - [sym_goto_statement] = STATE(69), - [sym__expression] = STATE(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(76), + [sym_labeled_statement] = STATE(76), + [sym_expression_statement] = STATE(76), + [sym_if_statement] = STATE(76), + [sym_switch_statement] = STATE(76), + [sym_while_statement] = STATE(76), + [sym_do_statement] = STATE(76), + [sym_for_statement] = STATE(76), + [sym_return_statement] = STATE(76), + [sym_break_statement] = STATE(76), + [sym_continue_statement] = STATE(76), + [sym_goto_statement] = STATE(76), + [sym__expression] = STATE(1088), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1970), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(531), - [sym_layout_specification] = STATE(531), - [aux_sym_declaration_repeat1] = STATE(531), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(532), + [sym_layout_specification] = STATE(532), + [aux_sym_declaration_repeat1] = STATE(532), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(481), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [aux_sym_case_statement_repeat1] = STATE(69), - [sym_identifier] = ACTIONS(1206), - [aux_sym_preproc_include_token1] = ACTIONS(963), - [aux_sym_preproc_def_token1] = ACTIONS(963), - [aux_sym_preproc_if_token1] = ACTIONS(963), - [aux_sym_preproc_ifdef_token1] = ACTIONS(963), - [aux_sym_preproc_ifdef_token2] = ACTIONS(963), - [sym_preproc_directive] = ACTIONS(963), + [aux_sym_attributed_declarator_repeat1] = STATE(518), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [aux_sym_case_statement_repeat1] = STATE(76), + [ts_builtin_sym_end] = ACTIONS(1158), + [sym_identifier] = ACTIONS(1214), + [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(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -31292,45 +31288,44 @@ 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_subroutine] = ACTIONS(523), - [anon_sym_invariant] = ACTIONS(519), - [anon_sym_precise] = ACTIONS(519), - [anon_sym_SEMI] = ACTIONS(521), - [anon_sym_in] = ACTIONS(523), - [anon_sym_out] = ACTIONS(523), - [anon_sym_inout] = ACTIONS(523), - [anon_sym_uniform] = ACTIONS(523), - [anon_sym_shared] = ACTIONS(523), - [anon_sym_attribute] = ACTIONS(523), - [anon_sym_varying] = ACTIONS(523), - [anon_sym_buffer] = ACTIONS(523), - [anon_sym_coherent] = ACTIONS(523), - [anon_sym_readonly] = ACTIONS(523), - [anon_sym_writeonly] = ACTIONS(523), - [anon_sym_precision] = ACTIONS(523), - [anon_sym_highp] = ACTIONS(523), - [anon_sym_mediump] = ACTIONS(523), - [anon_sym_lowp] = ACTIONS(523), - [anon_sym_centroid] = ACTIONS(523), - [anon_sym_sample] = ACTIONS(523), - [anon_sym_patch] = ACTIONS(523), - [anon_sym_smooth] = ACTIONS(523), - [anon_sym_flat] = ACTIONS(523), - [anon_sym_noperspective] = ACTIONS(523), - [anon_sym___extension__] = ACTIONS(525), - [anon_sym_typedef] = ACTIONS(527), + [anon_sym_subroutine] = ACTIONS(31), + [anon_sym_invariant] = ACTIONS(29), + [anon_sym_precise] = ACTIONS(29), + [anon_sym_SEMI] = ACTIONS(1216), + [anon_sym_in] = ACTIONS(31), + [anon_sym_out] = ACTIONS(31), + [anon_sym_inout] = ACTIONS(31), + [anon_sym_uniform] = ACTIONS(31), + [anon_sym_shared] = ACTIONS(31), + [anon_sym_attribute] = ACTIONS(31), + [anon_sym_varying] = ACTIONS(31), + [anon_sym_buffer] = ACTIONS(31), + [anon_sym_coherent] = ACTIONS(31), + [anon_sym_readonly] = ACTIONS(31), + [anon_sym_writeonly] = ACTIONS(31), + [anon_sym_precision] = ACTIONS(31), + [anon_sym_highp] = ACTIONS(31), + [anon_sym_mediump] = ACTIONS(31), + [anon_sym_lowp] = ACTIONS(31), + [anon_sym_centroid] = ACTIONS(31), + [anon_sym_sample] = ACTIONS(31), + [anon_sym_patch] = ACTIONS(31), + [anon_sym_smooth] = ACTIONS(31), + [anon_sym_flat] = ACTIONS(31), + [anon_sym_noperspective] = ACTIONS(31), + [anon_sym___extension__] = ACTIONS(33), + [anon_sym_typedef] = ACTIONS(35), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(963), - [anon_sym___clrcall] = ACTIONS(963), - [anon_sym___stdcall] = ACTIONS(963), - [anon_sym___fastcall] = ACTIONS(963), - [anon_sym___thiscall] = ACTIONS(963), - [anon_sym___vectorcall] = ACTIONS(963), - [anon_sym_LBRACE] = ACTIONS(531), - [anon_sym_RBRACE] = ACTIONS(1200), + [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(47), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -31356,18 +31351,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(57), [anon_sym_struct] = ACTIONS(59), [anon_sym_union] = ACTIONS(61), - [anon_sym_if] = ACTIONS(535), - [anon_sym_else] = ACTIONS(963), - [anon_sym_switch] = ACTIONS(537), - [anon_sym_case] = ACTIONS(963), - [anon_sym_default] = ACTIONS(963), - [anon_sym_while] = ACTIONS(543), - [anon_sym_do] = ACTIONS(545), - [anon_sym_for] = ACTIONS(547), - [anon_sym_return] = ACTIONS(549), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_goto] = ACTIONS(555), + [anon_sym_if] = ACTIONS(63), + [anon_sym_else] = ACTIONS(1098), + [anon_sym_switch] = ACTIONS(65), + [anon_sym_case] = ACTIONS(1098), + [anon_sym_default] = ACTIONS(1098), + [anon_sym_while] = ACTIONS(71), + [anon_sym_do] = ACTIONS(73), + [anon_sym_for] = ACTIONS(75), + [anon_sym_return] = ACTIONS(77), + [anon_sym_break] = ACTIONS(79), + [anon_sym_continue] = ACTIONS(81), + [anon_sym_goto] = ACTIONS(83), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -31411,73 +31406,265 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [76] = { - [sym_declaration] = STATE(73), - [sym_type_definition] = STATE(73), + [sym_declaration] = STATE(76), + [sym_type_definition] = STATE(76), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1328), + [sym__declaration_specifiers] = STATE(1326), + [sym_attribute_specifier] = STATE(870), + [sym_attribute_declaration] = STATE(555), + [sym_ms_declspec_modifier] = STATE(870), + [sym_compound_statement] = STATE(76), + [sym_storage_class_specifier] = STATE(870), + [sym_type_qualifier] = STATE(870), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(76), + [sym_labeled_statement] = STATE(76), + [sym_expression_statement] = STATE(76), + [sym_if_statement] = STATE(76), + [sym_switch_statement] = STATE(76), + [sym_while_statement] = STATE(76), + [sym_do_statement] = STATE(76), + [sym_for_statement] = STATE(76), + [sym_return_statement] = STATE(76), + [sym_break_statement] = STATE(76), + [sym_continue_statement] = STATE(76), + [sym_goto_statement] = STATE(76), + [sym__expression] = STATE(1088), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1970), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), + [sym_pointer_expression] = STATE(917), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), + [sym_subscript_expression] = STATE(917), + [sym_call_expression] = STATE(917), + [sym_gnu_asm_expression] = STATE(897), + [sym_field_expression] = STATE(917), + [sym_compound_literal_expression] = STATE(897), + [sym_parenthesized_expression] = STATE(917), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(532), + [sym_layout_specification] = STATE(532), + [aux_sym_declaration_repeat1] = STATE(532), + [aux_sym__declaration_specifiers_repeat1] = STATE(870), + [aux_sym_attributed_declarator_repeat1] = STATE(518), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [aux_sym_case_statement_repeat1] = STATE(76), + [ts_builtin_sym_end] = ACTIONS(1181), + [sym_identifier] = ACTIONS(1266), + [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(973), + [anon_sym_TILDE] = ACTIONS(973), + [anon_sym_DASH] = ACTIONS(976), + [anon_sym_PLUS] = ACTIONS(976), + [anon_sym_STAR] = ACTIONS(979), + [anon_sym_AMP] = ACTIONS(979), + [anon_sym_subroutine] = ACTIONS(1269), + [anon_sym_invariant] = ACTIONS(1272), + [anon_sym_precise] = ACTIONS(1272), + [anon_sym_SEMI] = ACTIONS(1275), + [anon_sym_in] = ACTIONS(1269), + [anon_sym_out] = ACTIONS(1269), + [anon_sym_inout] = ACTIONS(1269), + [anon_sym_uniform] = ACTIONS(1269), + [anon_sym_shared] = ACTIONS(1269), + [anon_sym_attribute] = ACTIONS(1269), + [anon_sym_varying] = ACTIONS(1269), + [anon_sym_buffer] = ACTIONS(1269), + [anon_sym_coherent] = ACTIONS(1269), + [anon_sym_readonly] = ACTIONS(1269), + [anon_sym_writeonly] = ACTIONS(1269), + [anon_sym_precision] = ACTIONS(1269), + [anon_sym_highp] = ACTIONS(1269), + [anon_sym_mediump] = ACTIONS(1269), + [anon_sym_lowp] = ACTIONS(1269), + [anon_sym_centroid] = ACTIONS(1269), + [anon_sym_sample] = ACTIONS(1269), + [anon_sym_patch] = ACTIONS(1269), + [anon_sym_smooth] = ACTIONS(1269), + [anon_sym_flat] = ACTIONS(1269), + [anon_sym_noperspective] = ACTIONS(1269), + [anon_sym___extension__] = ACTIONS(1278), + [anon_sym_typedef] = ACTIONS(1281), + [anon_sym_extern] = ACTIONS(997), + [anon_sym___attribute__] = ACTIONS(1000), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1003), + [anon_sym___declspec] = ACTIONS(1006), + [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(1284), + [anon_sym_signed] = ACTIONS(1012), + [anon_sym_unsigned] = ACTIONS(1012), + [anon_sym_long] = ACTIONS(1012), + [anon_sym_short] = ACTIONS(1012), + [anon_sym_static] = ACTIONS(997), + [anon_sym_auto] = ACTIONS(997), + [anon_sym_register] = ACTIONS(997), + [anon_sym_inline] = ACTIONS(997), + [anon_sym___inline] = ACTIONS(997), + [anon_sym___inline__] = ACTIONS(997), + [anon_sym___forceinline] = ACTIONS(997), + [anon_sym_thread_local] = ACTIONS(997), + [anon_sym___thread] = ACTIONS(997), + [anon_sym_const] = ACTIONS(1015), + [anon_sym_constexpr] = ACTIONS(1015), + [anon_sym_volatile] = ACTIONS(1015), + [anon_sym_restrict] = ACTIONS(1015), + [anon_sym___restrict__] = ACTIONS(1015), + [anon_sym__Atomic] = ACTIONS(1015), + [anon_sym__Noreturn] = ACTIONS(1015), + [anon_sym_noreturn] = ACTIONS(1015), + [sym_primitive_type] = ACTIONS(1018), + [anon_sym_enum] = ACTIONS(1021), + [anon_sym_struct] = ACTIONS(1024), + [anon_sym_union] = ACTIONS(1027), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_else] = ACTIONS(968), + [anon_sym_switch] = ACTIONS(1290), + [anon_sym_case] = ACTIONS(968), + [anon_sym_default] = ACTIONS(968), + [anon_sym_while] = ACTIONS(1293), + [anon_sym_do] = ACTIONS(1296), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1302), + [anon_sym_break] = ACTIONS(1305), + [anon_sym_continue] = ACTIONS(1308), + [anon_sym_goto] = ACTIONS(1311), + [anon_sym_DASH_DASH] = ACTIONS(1057), + [anon_sym_PLUS_PLUS] = ACTIONS(1057), + [anon_sym_sizeof] = ACTIONS(1060), + [anon_sym___alignof__] = ACTIONS(1063), + [anon_sym___alignof] = ACTIONS(1063), + [anon_sym__alignof] = ACTIONS(1063), + [anon_sym_alignof] = ACTIONS(1063), + [anon_sym__Alignof] = ACTIONS(1063), + [anon_sym_offsetof] = ACTIONS(1066), + [anon_sym__Generic] = ACTIONS(1069), + [anon_sym_asm] = ACTIONS(1072), + [anon_sym___asm__] = ACTIONS(1072), + [sym_number_literal] = ACTIONS(1075), + [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(1081), + [anon_sym_u_DQUOTE] = ACTIONS(1081), + [anon_sym_U_DQUOTE] = ACTIONS(1081), + [anon_sym_u8_DQUOTE] = ACTIONS(1081), + [anon_sym_DQUOTE] = ACTIONS(1081), + [sym_true] = ACTIONS(1084), + [sym_false] = ACTIONS(1084), + [anon_sym_NULL] = ACTIONS(1087), + [anon_sym_nullptr] = ACTIONS(1087), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1090), + [anon_sym_rayPayloadInEXT] = ACTIONS(1090), + [anon_sym_hitAttributeEXT] = ACTIONS(1090), + [anon_sym_callableDataEXT] = ACTIONS(1090), + [anon_sym_callableDataInEXT] = ACTIONS(1090), + [anon_sym_shaderRecordEXT] = ACTIONS(1090), + [anon_sym_rayPayloadNV] = ACTIONS(1090), + [anon_sym_rayPayloadInNV] = ACTIONS(1090), + [anon_sym_hitAttributeNV] = ACTIONS(1090), + [anon_sym_callableDataNV] = ACTIONS(1090), + [anon_sym_callableDataInNV] = ACTIONS(1090), + [anon_sym_shaderRecordNV] = ACTIONS(1090), + [anon_sym_layout] = ACTIONS(1093), + }, + [77] = { + [sym_declaration] = STATE(71), + [sym_type_definition] = STATE(71), + [sym__declaration_modifiers] = STATE(870), + [sym__declaration_specifiers] = STATE(1326), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_compound_statement] = STATE(73), + [sym_compound_statement] = STATE(71), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_attributed_statement] = STATE(73), - [sym_labeled_statement] = STATE(73), - [sym_expression_statement] = STATE(73), - [sym_if_statement] = STATE(73), - [sym_switch_statement] = STATE(73), - [sym_while_statement] = STATE(73), - [sym_do_statement] = STATE(73), - [sym_for_statement] = STATE(73), - [sym_return_statement] = STATE(73), - [sym_break_statement] = STATE(73), - [sym_continue_statement] = STATE(73), - [sym_goto_statement] = STATE(73), - [sym__expression] = STATE(1093), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1904), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(71), + [sym_labeled_statement] = STATE(71), + [sym_expression_statement] = STATE(71), + [sym_if_statement] = STATE(71), + [sym_switch_statement] = STATE(71), + [sym_while_statement] = STATE(71), + [sym_do_statement] = STATE(71), + [sym_for_statement] = STATE(71), + [sym_return_statement] = STATE(71), + [sym_break_statement] = STATE(71), + [sym_continue_statement] = STATE(71), + [sym_goto_statement] = STATE(71), + [sym__expression] = STATE(1088), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1970), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(524), - [sym_layout_specification] = STATE(524), - [aux_sym_declaration_repeat1] = STATE(524), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(532), + [sym_layout_specification] = STATE(532), + [aux_sym_declaration_repeat1] = STATE(532), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(517), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [aux_sym_case_statement_repeat1] = STATE(73), - [ts_builtin_sym_end] = ACTIONS(1208), - [sym_identifier] = ACTIONS(1202), - [aux_sym_preproc_include_token1] = ACTIONS(965), - [aux_sym_preproc_def_token1] = ACTIONS(965), - [aux_sym_preproc_if_token1] = ACTIONS(965), - [aux_sym_preproc_ifdef_token1] = ACTIONS(965), - [aux_sym_preproc_ifdef_token2] = ACTIONS(965), - [sym_preproc_directive] = ACTIONS(965), + [aux_sym_attributed_declarator_repeat1] = STATE(518), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [aux_sym_case_statement_repeat1] = STATE(71), + [ts_builtin_sym_end] = ACTIONS(1154), + [sym_identifier] = ACTIONS(1214), + [aux_sym_preproc_include_token1] = ACTIONS(1096), + [aux_sym_preproc_def_token1] = ACTIONS(1096), + [aux_sym_preproc_if_token1] = ACTIONS(1096), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1096), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1096), + [sym_preproc_directive] = ACTIONS(1096), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -31488,7 +31675,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_subroutine] = ACTIONS(31), [anon_sym_invariant] = ACTIONS(29), [anon_sym_precise] = ACTIONS(29), - [anon_sym_SEMI] = ACTIONS(1204), + [anon_sym_SEMI] = ACTIONS(1216), [anon_sym_in] = ACTIONS(31), [anon_sym_out] = ACTIONS(31), [anon_sym_inout] = ACTIONS(31), @@ -31516,12 +31703,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(965), - [anon_sym___clrcall] = ACTIONS(965), - [anon_sym___stdcall] = ACTIONS(965), - [anon_sym___fastcall] = ACTIONS(965), - [anon_sym___thiscall] = ACTIONS(965), - [anon_sym___vectorcall] = ACTIONS(965), + [anon_sym___cdecl] = ACTIONS(1096), + [anon_sym___clrcall] = ACTIONS(1096), + [anon_sym___stdcall] = ACTIONS(1096), + [anon_sym___fastcall] = ACTIONS(1096), + [anon_sym___thiscall] = ACTIONS(1096), + [anon_sym___vectorcall] = ACTIONS(1096), [anon_sym_LBRACE] = ACTIONS(47), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), @@ -31549,10 +31736,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(59), [anon_sym_union] = ACTIONS(61), [anon_sym_if] = ACTIONS(63), - [anon_sym_else] = ACTIONS(965), + [anon_sym_else] = ACTIONS(1096), [anon_sym_switch] = ACTIONS(65), - [anon_sym_case] = ACTIONS(965), - [anon_sym_default] = ACTIONS(965), + [anon_sym_case] = ACTIONS(1096), + [anon_sym_default] = ACTIONS(1096), [anon_sym_while] = ACTIONS(71), [anon_sym_do] = ACTIONS(73), [anon_sym_for] = ACTIONS(75), @@ -31602,67 +31789,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(107), [anon_sym_layout] = ACTIONS(109), }, - [77] = { - [sym_declaration] = STATE(69), - [sym_type_definition] = STATE(69), + [78] = { + [sym_declaration] = STATE(75), + [sym_type_definition] = STATE(75), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1325), + [sym__declaration_specifiers] = STATE(1326), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_compound_statement] = STATE(69), + [sym_compound_statement] = STATE(75), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_attributed_statement] = STATE(69), - [sym_labeled_statement] = STATE(69), - [sym_expression_statement] = STATE(69), - [sym_if_statement] = STATE(69), - [sym_switch_statement] = STATE(69), - [sym_while_statement] = STATE(69), - [sym_do_statement] = STATE(69), - [sym_for_statement] = STATE(69), - [sym_return_statement] = STATE(69), - [sym_break_statement] = STATE(69), - [sym_continue_statement] = STATE(69), - [sym_goto_statement] = STATE(69), - [sym__expression] = STATE(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(75), + [sym_labeled_statement] = STATE(75), + [sym_expression_statement] = STATE(75), + [sym_if_statement] = STATE(75), + [sym_switch_statement] = STATE(75), + [sym_while_statement] = STATE(75), + [sym_do_statement] = STATE(75), + [sym_for_statement] = STATE(75), + [sym_return_statement] = STATE(75), + [sym_break_statement] = STATE(75), + [sym_continue_statement] = STATE(75), + [sym_goto_statement] = STATE(75), + [sym__expression] = STATE(1088), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1970), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(531), - [sym_layout_specification] = STATE(531), - [aux_sym_declaration_repeat1] = STATE(531), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(532), + [sym_layout_specification] = STATE(532), + [aux_sym_declaration_repeat1] = STATE(532), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(481), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [aux_sym_case_statement_repeat1] = STATE(69), - [sym_identifier] = ACTIONS(1206), + [aux_sym_attributed_declarator_repeat1] = STATE(518), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [aux_sym_case_statement_repeat1] = STATE(75), + [ts_builtin_sym_end] = ACTIONS(1210), + [sym_identifier] = ACTIONS(1214), [aux_sym_preproc_include_token1] = ACTIONS(1100), [aux_sym_preproc_def_token1] = ACTIONS(1100), [aux_sym_preproc_if_token1] = ACTIONS(1100), @@ -31676,33 +31864,33 @@ 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_subroutine] = ACTIONS(523), - [anon_sym_invariant] = ACTIONS(519), - [anon_sym_precise] = ACTIONS(519), - [anon_sym_SEMI] = ACTIONS(521), - [anon_sym_in] = ACTIONS(523), - [anon_sym_out] = ACTIONS(523), - [anon_sym_inout] = ACTIONS(523), - [anon_sym_uniform] = ACTIONS(523), - [anon_sym_shared] = ACTIONS(523), - [anon_sym_attribute] = ACTIONS(523), - [anon_sym_varying] = ACTIONS(523), - [anon_sym_buffer] = ACTIONS(523), - [anon_sym_coherent] = ACTIONS(523), - [anon_sym_readonly] = ACTIONS(523), - [anon_sym_writeonly] = ACTIONS(523), - [anon_sym_precision] = ACTIONS(523), - [anon_sym_highp] = ACTIONS(523), - [anon_sym_mediump] = ACTIONS(523), - [anon_sym_lowp] = ACTIONS(523), - [anon_sym_centroid] = ACTIONS(523), - [anon_sym_sample] = ACTIONS(523), - [anon_sym_patch] = ACTIONS(523), - [anon_sym_smooth] = ACTIONS(523), - [anon_sym_flat] = ACTIONS(523), - [anon_sym_noperspective] = ACTIONS(523), - [anon_sym___extension__] = ACTIONS(525), - [anon_sym_typedef] = ACTIONS(527), + [anon_sym_subroutine] = ACTIONS(31), + [anon_sym_invariant] = ACTIONS(29), + [anon_sym_precise] = ACTIONS(29), + [anon_sym_SEMI] = ACTIONS(1216), + [anon_sym_in] = ACTIONS(31), + [anon_sym_out] = ACTIONS(31), + [anon_sym_inout] = ACTIONS(31), + [anon_sym_uniform] = ACTIONS(31), + [anon_sym_shared] = ACTIONS(31), + [anon_sym_attribute] = ACTIONS(31), + [anon_sym_varying] = ACTIONS(31), + [anon_sym_buffer] = ACTIONS(31), + [anon_sym_coherent] = ACTIONS(31), + [anon_sym_readonly] = ACTIONS(31), + [anon_sym_writeonly] = ACTIONS(31), + [anon_sym_precision] = ACTIONS(31), + [anon_sym_highp] = ACTIONS(31), + [anon_sym_mediump] = ACTIONS(31), + [anon_sym_lowp] = ACTIONS(31), + [anon_sym_centroid] = ACTIONS(31), + [anon_sym_sample] = ACTIONS(31), + [anon_sym_patch] = ACTIONS(31), + [anon_sym_smooth] = ACTIONS(31), + [anon_sym_flat] = ACTIONS(31), + [anon_sym_noperspective] = ACTIONS(31), + [anon_sym___extension__] = ACTIONS(33), + [anon_sym_typedef] = ACTIONS(35), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), @@ -31713,8 +31901,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(1100), [anon_sym___thiscall] = ACTIONS(1100), [anon_sym___vectorcall] = ACTIONS(1100), - [anon_sym_LBRACE] = ACTIONS(531), - [anon_sym_RBRACE] = ACTIONS(1312), + [anon_sym_LBRACE] = ACTIONS(47), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -31740,18 +31927,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(57), [anon_sym_struct] = ACTIONS(59), [anon_sym_union] = ACTIONS(61), - [anon_sym_if] = ACTIONS(535), + [anon_sym_if] = ACTIONS(63), [anon_sym_else] = ACTIONS(1100), - [anon_sym_switch] = ACTIONS(537), + [anon_sym_switch] = ACTIONS(65), [anon_sym_case] = ACTIONS(1100), [anon_sym_default] = ACTIONS(1100), - [anon_sym_while] = ACTIONS(543), - [anon_sym_do] = ACTIONS(545), - [anon_sym_for] = ACTIONS(547), - [anon_sym_return] = ACTIONS(549), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_goto] = ACTIONS(555), + [anon_sym_while] = ACTIONS(71), + [anon_sym_do] = ACTIONS(73), + [anon_sym_for] = ACTIONS(75), + [anon_sym_return] = ACTIONS(77), + [anon_sym_break] = ACTIONS(79), + [anon_sym_continue] = ACTIONS(81), + [anon_sym_goto] = ACTIONS(83), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -31794,214 +31981,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(107), [anon_sym_layout] = ACTIONS(109), }, - [78] = { - [sym_declaration] = STATE(65), - [sym_type_definition] = STATE(65), + [79] = { + [sym_declaration] = STATE(81), + [sym_type_definition] = STATE(81), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1328), + [sym__declaration_specifiers] = STATE(1326), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_compound_statement] = STATE(65), + [sym_compound_statement] = STATE(81), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_attributed_statement] = STATE(65), - [sym_labeled_statement] = STATE(65), - [sym_expression_statement] = STATE(65), - [sym_if_statement] = STATE(65), - [sym_switch_statement] = STATE(65), - [sym_while_statement] = STATE(65), - [sym_do_statement] = STATE(65), - [sym_for_statement] = STATE(65), - [sym_return_statement] = STATE(65), - [sym_break_statement] = STATE(65), - [sym_continue_statement] = STATE(65), - [sym_goto_statement] = STATE(65), - [sym__expression] = STATE(1093), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1904), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), - [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), - [sym_subscript_expression] = STATE(917), - [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), - [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), - [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(524), - [sym_layout_specification] = STATE(524), - [aux_sym_declaration_repeat1] = STATE(524), - [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(517), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [aux_sym_case_statement_repeat1] = STATE(65), - [ts_builtin_sym_end] = ACTIONS(1210), - [sym_identifier] = ACTIONS(1202), - [aux_sym_preproc_include_token1] = ACTIONS(967), - [aux_sym_preproc_def_token1] = ACTIONS(967), - [aux_sym_preproc_if_token1] = ACTIONS(967), - [aux_sym_preproc_ifdef_token1] = ACTIONS(967), - [aux_sym_preproc_ifdef_token2] = ACTIONS(967), - [sym_preproc_directive] = ACTIONS(967), - [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_subroutine] = ACTIONS(31), - [anon_sym_invariant] = ACTIONS(29), - [anon_sym_precise] = ACTIONS(29), - [anon_sym_SEMI] = ACTIONS(1204), - [anon_sym_in] = ACTIONS(31), - [anon_sym_out] = ACTIONS(31), - [anon_sym_inout] = ACTIONS(31), - [anon_sym_uniform] = ACTIONS(31), - [anon_sym_shared] = ACTIONS(31), - [anon_sym_attribute] = ACTIONS(31), - [anon_sym_varying] = ACTIONS(31), - [anon_sym_buffer] = ACTIONS(31), - [anon_sym_coherent] = ACTIONS(31), - [anon_sym_readonly] = ACTIONS(31), - [anon_sym_writeonly] = ACTIONS(31), - [anon_sym_precision] = ACTIONS(31), - [anon_sym_highp] = ACTIONS(31), - [anon_sym_mediump] = ACTIONS(31), - [anon_sym_lowp] = ACTIONS(31), - [anon_sym_centroid] = ACTIONS(31), - [anon_sym_sample] = ACTIONS(31), - [anon_sym_patch] = ACTIONS(31), - [anon_sym_smooth] = ACTIONS(31), - [anon_sym_flat] = ACTIONS(31), - [anon_sym_noperspective] = ACTIONS(31), - [anon_sym___extension__] = ACTIONS(33), - [anon_sym_typedef] = ACTIONS(35), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(41), - [anon_sym___declspec] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(967), - [anon_sym___clrcall] = ACTIONS(967), - [anon_sym___stdcall] = ACTIONS(967), - [anon_sym___fastcall] = ACTIONS(967), - [anon_sym___thiscall] = ACTIONS(967), - [anon_sym___vectorcall] = ACTIONS(967), - [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_signed] = ACTIONS(49), - [anon_sym_unsigned] = ACTIONS(49), - [anon_sym_long] = ACTIONS(49), - [anon_sym_short] = ACTIONS(49), - [anon_sym_static] = ACTIONS(51), - [anon_sym_auto] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym___inline] = ACTIONS(51), - [anon_sym___inline__] = ACTIONS(51), - [anon_sym___forceinline] = ACTIONS(51), - [anon_sym_thread_local] = ACTIONS(51), - [anon_sym___thread] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym___restrict__] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym__Noreturn] = ACTIONS(53), - [anon_sym_noreturn] = ACTIONS(53), - [sym_primitive_type] = ACTIONS(55), - [anon_sym_enum] = ACTIONS(57), - [anon_sym_struct] = ACTIONS(59), - [anon_sym_union] = ACTIONS(61), - [anon_sym_if] = ACTIONS(63), - [anon_sym_else] = ACTIONS(967), - [anon_sym_switch] = ACTIONS(65), - [anon_sym_case] = ACTIONS(967), - [anon_sym_default] = ACTIONS(967), - [anon_sym_while] = ACTIONS(71), - [anon_sym_do] = ACTIONS(73), - [anon_sym_for] = ACTIONS(75), - [anon_sym_return] = ACTIONS(77), - [anon_sym_break] = ACTIONS(79), - [anon_sym_continue] = ACTIONS(81), - [anon_sym_goto] = ACTIONS(83), - [anon_sym_DASH_DASH] = ACTIONS(85), - [anon_sym_PLUS_PLUS] = ACTIONS(85), - [anon_sym_sizeof] = ACTIONS(87), - [anon_sym___alignof__] = ACTIONS(89), - [anon_sym___alignof] = ACTIONS(89), - [anon_sym__alignof] = ACTIONS(89), - [anon_sym_alignof] = ACTIONS(89), - [anon_sym__Alignof] = ACTIONS(89), - [anon_sym_offsetof] = ACTIONS(91), - [anon_sym__Generic] = ACTIONS(93), - [anon_sym_asm] = ACTIONS(95), - [anon_sym___asm__] = ACTIONS(95), - [sym_number_literal] = ACTIONS(169), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(171), - [sym_false] = ACTIONS(171), - [anon_sym_NULL] = ACTIONS(105), - [anon_sym_nullptr] = ACTIONS(105), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(107), - [anon_sym_rayPayloadInEXT] = ACTIONS(107), - [anon_sym_hitAttributeEXT] = ACTIONS(107), - [anon_sym_callableDataEXT] = ACTIONS(107), - [anon_sym_callableDataInEXT] = ACTIONS(107), - [anon_sym_shaderRecordEXT] = ACTIONS(107), - [anon_sym_rayPayloadNV] = ACTIONS(107), - [anon_sym_rayPayloadInNV] = ACTIONS(107), - [anon_sym_hitAttributeNV] = ACTIONS(107), - [anon_sym_callableDataNV] = ACTIONS(107), - [anon_sym_callableDataInNV] = ACTIONS(107), - [anon_sym_shaderRecordNV] = ACTIONS(107), - [anon_sym_layout] = ACTIONS(109), - }, - [79] = { - [sym_declaration] = STATE(81), - [sym_type_definition] = STATE(81), - [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1328), - [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), - [sym_ms_declspec_modifier] = STATE(870), - [sym_compound_statement] = STATE(81), - [sym_storage_class_specifier] = STATE(870), - [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), [sym_attributed_statement] = STATE(81), [sym_labeled_statement] = STATE(81), [sym_expression_statement] = STATE(81), @@ -32014,37 +32009,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(81), [sym_continue_statement] = STATE(81), [sym_goto_statement] = STATE(81), - [sym__expression] = STATE(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(524), - [sym_layout_specification] = STATE(524), - [aux_sym_declaration_repeat1] = STATE(524), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(532), + [sym_layout_specification] = STATE(532), + [aux_sym_declaration_repeat1] = STATE(532), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(511), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(510), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [aux_sym_case_statement_repeat1] = STATE(81), [sym_identifier] = ACTIONS(1314), [anon_sym_LPAREN2] = ACTIONS(19), @@ -32112,7 +32107,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(59), [anon_sym_union] = ACTIONS(61), [anon_sym_if] = ACTIONS(1316), - [anon_sym_else] = ACTIONS(967), + [anon_sym_else] = ACTIONS(1100), [anon_sym_switch] = ACTIONS(65), [anon_sym_while] = ACTIONS(1318), [anon_sym_do] = ACTIONS(73), @@ -32164,65 +32159,242 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [80] = { - [sym_declaration] = STATE(82), - [sym_type_definition] = STATE(82), + [sym_declaration] = STATE(80), + [sym_type_definition] = STATE(80), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1328), + [sym__declaration_specifiers] = STATE(1326), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_compound_statement] = STATE(82), + [sym_compound_statement] = STATE(80), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_attributed_statement] = STATE(82), - [sym_labeled_statement] = STATE(82), - [sym_expression_statement] = STATE(82), - [sym_if_statement] = STATE(82), - [sym_switch_statement] = STATE(82), - [sym_while_statement] = STATE(82), - [sym_do_statement] = STATE(82), - [sym_for_statement] = STATE(82), - [sym_return_statement] = STATE(82), - [sym_break_statement] = STATE(82), - [sym_continue_statement] = STATE(82), - [sym_goto_statement] = STATE(82), - [sym__expression] = STATE(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(80), + [sym_labeled_statement] = STATE(80), + [sym_expression_statement] = STATE(80), + [sym_if_statement] = STATE(80), + [sym_switch_statement] = STATE(80), + [sym_while_statement] = STATE(80), + [sym_do_statement] = STATE(80), + [sym_for_statement] = STATE(80), + [sym_return_statement] = STATE(80), + [sym_break_statement] = STATE(80), + [sym_continue_statement] = STATE(80), + [sym_goto_statement] = STATE(80), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(524), - [sym_layout_specification] = STATE(524), - [aux_sym_declaration_repeat1] = STATE(524), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(532), + [sym_layout_specification] = STATE(532), + [aux_sym_declaration_repeat1] = STATE(532), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(511), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [aux_sym_case_statement_repeat1] = STATE(82), + [aux_sym_attributed_declarator_repeat1] = STATE(510), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [aux_sym_case_statement_repeat1] = STATE(80), + [sym_identifier] = ACTIONS(1322), + [anon_sym_LPAREN2] = ACTIONS(970), + [anon_sym_BANG] = ACTIONS(973), + [anon_sym_TILDE] = ACTIONS(973), + [anon_sym_DASH] = ACTIONS(976), + [anon_sym_PLUS] = ACTIONS(976), + [anon_sym_STAR] = ACTIONS(979), + [anon_sym_AMP] = ACTIONS(979), + [anon_sym_subroutine] = ACTIONS(1269), + [anon_sym_invariant] = ACTIONS(1272), + [anon_sym_precise] = ACTIONS(1272), + [anon_sym_SEMI] = ACTIONS(1169), + [anon_sym_in] = ACTIONS(1269), + [anon_sym_out] = ACTIONS(1269), + [anon_sym_inout] = ACTIONS(1269), + [anon_sym_uniform] = ACTIONS(1269), + [anon_sym_shared] = ACTIONS(1269), + [anon_sym_attribute] = ACTIONS(1269), + [anon_sym_varying] = ACTIONS(1269), + [anon_sym_buffer] = ACTIONS(1269), + [anon_sym_coherent] = ACTIONS(1269), + [anon_sym_readonly] = ACTIONS(1269), + [anon_sym_writeonly] = ACTIONS(1269), + [anon_sym_precision] = ACTIONS(1269), + [anon_sym_highp] = ACTIONS(1269), + [anon_sym_mediump] = ACTIONS(1269), + [anon_sym_lowp] = ACTIONS(1269), + [anon_sym_centroid] = ACTIONS(1269), + [anon_sym_sample] = ACTIONS(1269), + [anon_sym_patch] = ACTIONS(1269), + [anon_sym_smooth] = ACTIONS(1269), + [anon_sym_flat] = ACTIONS(1269), + [anon_sym_noperspective] = ACTIONS(1269), + [anon_sym___extension__] = ACTIONS(1278), + [anon_sym_typedef] = ACTIONS(1281), + [anon_sym_extern] = ACTIONS(997), + [anon_sym___attribute__] = ACTIONS(1000), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1003), + [anon_sym___declspec] = ACTIONS(1006), + [anon_sym_LBRACE] = ACTIONS(1284), + [anon_sym_signed] = ACTIONS(1012), + [anon_sym_unsigned] = ACTIONS(1012), + [anon_sym_long] = ACTIONS(1012), + [anon_sym_short] = ACTIONS(1012), + [anon_sym_static] = ACTIONS(997), + [anon_sym_auto] = ACTIONS(997), + [anon_sym_register] = ACTIONS(997), + [anon_sym_inline] = ACTIONS(997), + [anon_sym___inline] = ACTIONS(997), + [anon_sym___inline__] = ACTIONS(997), + [anon_sym___forceinline] = ACTIONS(997), + [anon_sym_thread_local] = ACTIONS(997), + [anon_sym___thread] = ACTIONS(997), + [anon_sym_const] = ACTIONS(1015), + [anon_sym_constexpr] = ACTIONS(1015), + [anon_sym_volatile] = ACTIONS(1015), + [anon_sym_restrict] = ACTIONS(1015), + [anon_sym___restrict__] = ACTIONS(1015), + [anon_sym__Atomic] = ACTIONS(1015), + [anon_sym__Noreturn] = ACTIONS(1015), + [anon_sym_noreturn] = ACTIONS(1015), + [sym_primitive_type] = ACTIONS(1018), + [anon_sym_enum] = ACTIONS(1021), + [anon_sym_struct] = ACTIONS(1024), + [anon_sym_union] = ACTIONS(1027), + [anon_sym_if] = ACTIONS(1325), + [anon_sym_else] = ACTIONS(968), + [anon_sym_switch] = ACTIONS(1290), + [anon_sym_while] = ACTIONS(1328), + [anon_sym_do] = ACTIONS(1296), + [anon_sym_for] = ACTIONS(1331), + [anon_sym_return] = ACTIONS(1302), + [anon_sym_break] = ACTIONS(1305), + [anon_sym_continue] = ACTIONS(1308), + [anon_sym_goto] = ACTIONS(1311), + [anon_sym_DASH_DASH] = ACTIONS(1057), + [anon_sym_PLUS_PLUS] = ACTIONS(1057), + [anon_sym_sizeof] = ACTIONS(1060), + [anon_sym___alignof__] = ACTIONS(1063), + [anon_sym___alignof] = ACTIONS(1063), + [anon_sym__alignof] = ACTIONS(1063), + [anon_sym_alignof] = ACTIONS(1063), + [anon_sym__Alignof] = ACTIONS(1063), + [anon_sym_offsetof] = ACTIONS(1066), + [anon_sym__Generic] = ACTIONS(1069), + [anon_sym_asm] = ACTIONS(1072), + [anon_sym___asm__] = ACTIONS(1072), + [sym_number_literal] = ACTIONS(1075), + [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(1081), + [anon_sym_u_DQUOTE] = ACTIONS(1081), + [anon_sym_U_DQUOTE] = ACTIONS(1081), + [anon_sym_u8_DQUOTE] = ACTIONS(1081), + [anon_sym_DQUOTE] = ACTIONS(1081), + [sym_true] = ACTIONS(1084), + [sym_false] = ACTIONS(1084), + [anon_sym_NULL] = ACTIONS(1087), + [anon_sym_nullptr] = ACTIONS(1087), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1090), + [anon_sym_rayPayloadInEXT] = ACTIONS(1090), + [anon_sym_hitAttributeEXT] = ACTIONS(1090), + [anon_sym_callableDataEXT] = ACTIONS(1090), + [anon_sym_callableDataInEXT] = ACTIONS(1090), + [anon_sym_shaderRecordEXT] = ACTIONS(1090), + [anon_sym_rayPayloadNV] = ACTIONS(1090), + [anon_sym_rayPayloadInNV] = ACTIONS(1090), + [anon_sym_hitAttributeNV] = ACTIONS(1090), + [anon_sym_callableDataNV] = ACTIONS(1090), + [anon_sym_callableDataInNV] = ACTIONS(1090), + [anon_sym_shaderRecordNV] = ACTIONS(1090), + [anon_sym_layout] = ACTIONS(1093), + }, + [81] = { + [sym_declaration] = STATE(80), + [sym_type_definition] = STATE(80), + [sym__declaration_modifiers] = STATE(870), + [sym__declaration_specifiers] = STATE(1326), + [sym_attribute_specifier] = STATE(870), + [sym_attribute_declaration] = STATE(555), + [sym_ms_declspec_modifier] = STATE(870), + [sym_compound_statement] = STATE(80), + [sym_storage_class_specifier] = STATE(870), + [sym_type_qualifier] = STATE(870), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(80), + [sym_labeled_statement] = STATE(80), + [sym_expression_statement] = STATE(80), + [sym_if_statement] = STATE(80), + [sym_switch_statement] = STATE(80), + [sym_while_statement] = STATE(80), + [sym_do_statement] = STATE(80), + [sym_for_statement] = STATE(80), + [sym_return_statement] = STATE(80), + [sym_break_statement] = STATE(80), + [sym_continue_statement] = STATE(80), + [sym_goto_statement] = STATE(80), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), + [sym_pointer_expression] = STATE(917), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), + [sym_subscript_expression] = STATE(917), + [sym_call_expression] = STATE(917), + [sym_gnu_asm_expression] = STATE(897), + [sym_field_expression] = STATE(917), + [sym_compound_literal_expression] = STATE(897), + [sym_parenthesized_expression] = STATE(917), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(532), + [sym_layout_specification] = STATE(532), + [aux_sym_declaration_repeat1] = STATE(532), + [aux_sym__declaration_specifiers_repeat1] = STATE(870), + [aux_sym_attributed_declarator_repeat1] = STATE(510), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [aux_sym_case_statement_repeat1] = STATE(80), [sym_identifier] = ACTIONS(1314), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -32289,7 +32461,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(59), [anon_sym_union] = ACTIONS(61), [anon_sym_if] = ACTIONS(1316), - [anon_sym_else] = ACTIONS(965), + [anon_sym_else] = ACTIONS(1098), [anon_sym_switch] = ACTIONS(65), [anon_sym_while] = ACTIONS(1318), [anon_sym_do] = ACTIONS(73), @@ -32340,22 +32512,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(107), [anon_sym_layout] = ACTIONS(109), }, - [81] = { + [82] = { [sym_declaration] = STATE(83), [sym_type_definition] = STATE(83), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1328), + [sym__declaration_specifiers] = STATE(1326), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), [sym_compound_statement] = STATE(83), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), [sym_attributed_statement] = STATE(83), [sym_labeled_statement] = STATE(83), [sym_expression_statement] = STATE(83), @@ -32368,37 +32540,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(83), [sym_continue_statement] = STATE(83), [sym_goto_statement] = STATE(83), - [sym__expression] = STATE(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(524), - [sym_layout_specification] = STATE(524), - [aux_sym_declaration_repeat1] = STATE(524), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(532), + [sym_layout_specification] = STATE(532), + [aux_sym_declaration_repeat1] = STATE(532), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(511), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(510), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [aux_sym_case_statement_repeat1] = STATE(83), [sym_identifier] = ACTIONS(1314), [anon_sym_LPAREN2] = ACTIONS(19), @@ -32466,7 +32638,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(59), [anon_sym_union] = ACTIONS(61), [anon_sym_if] = ACTIONS(1316), - [anon_sym_else] = ACTIONS(963), + [anon_sym_else] = ACTIONS(1096), [anon_sym_switch] = ACTIONS(65), [anon_sym_while] = ACTIONS(1318), [anon_sym_do] = ACTIONS(73), @@ -32517,66 +32689,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(107), [anon_sym_layout] = ACTIONS(109), }, - [82] = { - [sym_declaration] = STATE(83), - [sym_type_definition] = STATE(83), + [83] = { + [sym_declaration] = STATE(80), + [sym_type_definition] = STATE(80), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1328), + [sym__declaration_specifiers] = STATE(1326), [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), + [sym_attribute_declaration] = STATE(555), [sym_ms_declspec_modifier] = STATE(870), - [sym_compound_statement] = STATE(83), + [sym_compound_statement] = STATE(80), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [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_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(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_attributed_statement] = STATE(80), + [sym_labeled_statement] = STATE(80), + [sym_expression_statement] = STATE(80), + [sym_if_statement] = STATE(80), + [sym_switch_statement] = STATE(80), + [sym_while_statement] = STATE(80), + [sym_do_statement] = STATE(80), + [sym_for_statement] = STATE(80), + [sym_return_statement] = STATE(80), + [sym_break_statement] = STATE(80), + [sym_continue_statement] = STATE(80), + [sym_goto_statement] = STATE(80), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(524), - [sym_layout_specification] = STATE(524), - [aux_sym_declaration_repeat1] = STATE(524), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(532), + [sym_layout_specification] = STATE(532), + [aux_sym_declaration_repeat1] = STATE(532), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(511), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [aux_sym_case_statement_repeat1] = STATE(83), + [aux_sym_attributed_declarator_repeat1] = STATE(510), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [aux_sym_case_statement_repeat1] = STATE(80), [sym_identifier] = ACTIONS(1314), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -32643,7 +32815,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(59), [anon_sym_union] = ACTIONS(61), [anon_sym_if] = ACTIONS(1316), - [anon_sym_else] = ACTIONS(1100), + [anon_sym_else] = ACTIONS(963), [anon_sym_switch] = ACTIONS(65), [anon_sym_while] = ACTIONS(1318), [anon_sym_do] = ACTIONS(73), @@ -32694,228 +32866,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(107), [anon_sym_layout] = ACTIONS(109), }, - [83] = { - [sym_declaration] = STATE(83), - [sym_type_definition] = STATE(83), - [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1328), - [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(554), - [sym_ms_declspec_modifier] = STATE(870), - [sym_compound_statement] = STATE(83), - [sym_storage_class_specifier] = STATE(870), - [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [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_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(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), - [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), - [sym_subscript_expression] = STATE(917), - [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), - [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), - [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(524), - [sym_layout_specification] = STATE(524), - [aux_sym_declaration_repeat1] = STATE(524), - [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_attributed_declarator_repeat1] = STATE(511), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [aux_sym_case_statement_repeat1] = STATE(83), - [sym_identifier] = ACTIONS(1322), - [anon_sym_LPAREN2] = ACTIONS(974), - [anon_sym_BANG] = ACTIONS(977), - [anon_sym_TILDE] = ACTIONS(977), - [anon_sym_DASH] = ACTIONS(980), - [anon_sym_PLUS] = ACTIONS(980), - [anon_sym_STAR] = ACTIONS(983), - [anon_sym_AMP] = ACTIONS(983), - [anon_sym_subroutine] = ACTIONS(1267), - [anon_sym_invariant] = ACTIONS(1270), - [anon_sym_precise] = ACTIONS(1270), - [anon_sym_SEMI] = ACTIONS(1223), - [anon_sym_in] = ACTIONS(1267), - [anon_sym_out] = ACTIONS(1267), - [anon_sym_inout] = ACTIONS(1267), - [anon_sym_uniform] = ACTIONS(1267), - [anon_sym_shared] = ACTIONS(1267), - [anon_sym_attribute] = ACTIONS(1267), - [anon_sym_varying] = ACTIONS(1267), - [anon_sym_buffer] = ACTIONS(1267), - [anon_sym_coherent] = ACTIONS(1267), - [anon_sym_readonly] = ACTIONS(1267), - [anon_sym_writeonly] = ACTIONS(1267), - [anon_sym_precision] = ACTIONS(1267), - [anon_sym_highp] = ACTIONS(1267), - [anon_sym_mediump] = ACTIONS(1267), - [anon_sym_lowp] = ACTIONS(1267), - [anon_sym_centroid] = ACTIONS(1267), - [anon_sym_sample] = ACTIONS(1267), - [anon_sym_patch] = ACTIONS(1267), - [anon_sym_smooth] = ACTIONS(1267), - [anon_sym_flat] = ACTIONS(1267), - [anon_sym_noperspective] = ACTIONS(1267), - [anon_sym___extension__] = ACTIONS(1276), - [anon_sym_typedef] = ACTIONS(1279), - [anon_sym_extern] = ACTIONS(1001), - [anon_sym___attribute__] = ACTIONS(1004), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1007), - [anon_sym___declspec] = ACTIONS(1010), - [anon_sym_LBRACE] = ACTIONS(1282), - [anon_sym_signed] = ACTIONS(1016), - [anon_sym_unsigned] = ACTIONS(1016), - [anon_sym_long] = ACTIONS(1016), - [anon_sym_short] = ACTIONS(1016), - [anon_sym_static] = ACTIONS(1001), - [anon_sym_auto] = ACTIONS(1001), - [anon_sym_register] = ACTIONS(1001), - [anon_sym_inline] = ACTIONS(1001), - [anon_sym___inline] = ACTIONS(1001), - [anon_sym___inline__] = ACTIONS(1001), - [anon_sym___forceinline] = ACTIONS(1001), - [anon_sym_thread_local] = ACTIONS(1001), - [anon_sym___thread] = ACTIONS(1001), - [anon_sym_const] = ACTIONS(1019), - [anon_sym_constexpr] = ACTIONS(1019), - [anon_sym_volatile] = ACTIONS(1019), - [anon_sym_restrict] = ACTIONS(1019), - [anon_sym___restrict__] = ACTIONS(1019), - [anon_sym__Atomic] = ACTIONS(1019), - [anon_sym__Noreturn] = ACTIONS(1019), - [anon_sym_noreturn] = ACTIONS(1019), - [sym_primitive_type] = ACTIONS(1022), - [anon_sym_enum] = ACTIONS(1025), - [anon_sym_struct] = ACTIONS(1028), - [anon_sym_union] = ACTIONS(1031), - [anon_sym_if] = ACTIONS(1325), - [anon_sym_else] = ACTIONS(972), - [anon_sym_switch] = ACTIONS(1288), - [anon_sym_while] = ACTIONS(1328), - [anon_sym_do] = ACTIONS(1294), - [anon_sym_for] = ACTIONS(1331), - [anon_sym_return] = ACTIONS(1300), - [anon_sym_break] = ACTIONS(1303), - [anon_sym_continue] = ACTIONS(1306), - [anon_sym_goto] = ACTIONS(1309), - [anon_sym_DASH_DASH] = ACTIONS(1061), - [anon_sym_PLUS_PLUS] = ACTIONS(1061), - [anon_sym_sizeof] = ACTIONS(1064), - [anon_sym___alignof__] = ACTIONS(1067), - [anon_sym___alignof] = ACTIONS(1067), - [anon_sym__alignof] = ACTIONS(1067), - [anon_sym_alignof] = ACTIONS(1067), - [anon_sym__Alignof] = ACTIONS(1067), - [anon_sym_offsetof] = ACTIONS(1070), - [anon_sym__Generic] = ACTIONS(1073), - [anon_sym_asm] = ACTIONS(1076), - [anon_sym___asm__] = ACTIONS(1076), - [sym_number_literal] = ACTIONS(1079), - [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(1085), - [anon_sym_u_DQUOTE] = ACTIONS(1085), - [anon_sym_U_DQUOTE] = ACTIONS(1085), - [anon_sym_u8_DQUOTE] = ACTIONS(1085), - [anon_sym_DQUOTE] = ACTIONS(1085), - [sym_true] = ACTIONS(1088), - [sym_false] = ACTIONS(1088), - [anon_sym_NULL] = ACTIONS(1091), - [anon_sym_nullptr] = ACTIONS(1091), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1094), - [anon_sym_rayPayloadInEXT] = ACTIONS(1094), - [anon_sym_hitAttributeEXT] = ACTIONS(1094), - [anon_sym_callableDataEXT] = ACTIONS(1094), - [anon_sym_callableDataInEXT] = ACTIONS(1094), - [anon_sym_shaderRecordEXT] = ACTIONS(1094), - [anon_sym_rayPayloadNV] = ACTIONS(1094), - [anon_sym_rayPayloadInNV] = ACTIONS(1094), - [anon_sym_hitAttributeNV] = ACTIONS(1094), - [anon_sym_callableDataNV] = ACTIONS(1094), - [anon_sym_callableDataInNV] = ACTIONS(1094), - [anon_sym_shaderRecordNV] = ACTIONS(1094), - [anon_sym_layout] = ACTIONS(1097), - }, [84] = { - [sym_declaration] = STATE(694), + [sym_declaration] = STATE(699), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1337), + [sym__declaration_specifiers] = STATE(1316), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym__for_statement_body] = STATE(2054), - [sym__expression] = STATE(1098), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1878), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym__for_statement_body] = STATE(1878), + [sym__expression] = STATE(1096), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1876), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(532), - [sym_layout_specification] = STATE(532), - [aux_sym_declaration_repeat1] = STATE(532), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(529), + [sym_layout_specification] = STATE(529), + [aux_sym_declaration_repeat1] = STATE(529), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1334), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -33022,50 +33017,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [85] = { - [sym_declaration] = STATE(694), + [sym_declaration] = STATE(699), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1337), + [sym__declaration_specifiers] = STATE(1316), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym__for_statement_body] = STATE(1919), - [sym__expression] = STATE(1098), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1878), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym__for_statement_body] = STATE(1885), + [sym__expression] = STATE(1096), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1876), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(532), - [sym_layout_specification] = STATE(532), - [aux_sym_declaration_repeat1] = STATE(532), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(529), + [sym_layout_specification] = STATE(529), + [aux_sym_declaration_repeat1] = STATE(529), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1334), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -33172,50 +33167,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [86] = { - [sym_declaration] = STATE(694), + [sym_declaration] = STATE(699), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1337), + [sym__declaration_specifiers] = STATE(1316), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym__for_statement_body] = STATE(1887), - [sym__expression] = STATE(1098), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1878), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym__for_statement_body] = STATE(1827), + [sym__expression] = STATE(1096), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1876), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(532), - [sym_layout_specification] = STATE(532), - [aux_sym_declaration_repeat1] = STATE(532), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(529), + [sym_layout_specification] = STATE(529), + [aux_sym_declaration_repeat1] = STATE(529), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1334), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -33322,50 +33317,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [87] = { - [sym_declaration] = STATE(694), + [sym_declaration] = STATE(699), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1337), + [sym__declaration_specifiers] = STATE(1316), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym__for_statement_body] = STATE(1880), - [sym__expression] = STATE(1098), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1878), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym__for_statement_body] = STATE(2052), + [sym__expression] = STATE(1096), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1876), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(532), - [sym_layout_specification] = STATE(532), - [aux_sym_declaration_repeat1] = STATE(532), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(529), + [sym_layout_specification] = STATE(529), + [aux_sym_declaration_repeat1] = STATE(529), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1334), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -33472,50 +33467,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [88] = { - [sym_declaration] = STATE(694), + [sym_declaration] = STATE(699), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1337), + [sym__declaration_specifiers] = STATE(1316), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym__for_statement_body] = STATE(1829), - [sym__expression] = STATE(1098), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1878), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym__for_statement_body] = STATE(1866), + [sym__expression] = STATE(1096), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1876), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(532), - [sym_layout_specification] = STATE(532), - [aux_sym_declaration_repeat1] = STATE(532), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(529), + [sym_layout_specification] = STATE(529), + [aux_sym_declaration_repeat1] = STATE(529), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1334), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -33622,50 +33617,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [89] = { - [sym_declaration] = STATE(694), + [sym_declaration] = STATE(699), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1337), + [sym__declaration_specifiers] = STATE(1316), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym__for_statement_body] = STATE(1872), - [sym__expression] = STATE(1098), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1878), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym__for_statement_body] = STATE(1917), + [sym__expression] = STATE(1096), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1876), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(532), - [sym_layout_specification] = STATE(532), - [aux_sym_declaration_repeat1] = STATE(532), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(529), + [sym_layout_specification] = STATE(529), + [aux_sym_declaration_repeat1] = STATE(529), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1334), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -33772,7 +33767,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [90] = { - [sym_else_clause] = STATE(114), + [sym_else_clause] = STATE(109), [sym_identifier] = ACTIONS(1344), [aux_sym_preproc_include_token1] = ACTIONS(1344), [aux_sym_preproc_def_token1] = ACTIONS(1344), @@ -34184,280 +34179,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(1354), }, [93] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [aux_sym_preproc_else_token1] = ACTIONS(1354), - [aux_sym_preproc_elif_token1] = ACTIONS(1354), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), - }, - [94] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [aux_sym_preproc_else_token1] = ACTIONS(1354), - [aux_sym_preproc_elif_token1] = ACTIONS(1354), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), - }, - [95] = { [sym_identifier] = ACTIONS(1358), [aux_sym_preproc_include_token1] = ACTIONS(1358), [aux_sym_preproc_def_token1] = ACTIONS(1358), @@ -34594,7 +34315,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1358), [anon_sym_layout] = ACTIONS(1358), }, - [96] = { + [94] = { [sym_identifier] = ACTIONS(1362), [aux_sym_preproc_include_token1] = ACTIONS(1362), [aux_sym_preproc_def_token1] = ACTIONS(1362), @@ -34731,10768 +34452,9557 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1362), [anon_sym_layout] = ACTIONS(1362), }, - [97] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [aux_sym_preproc_else_token1] = ACTIONS(1354), - [aux_sym_preproc_elif_token1] = ACTIONS(1354), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), - }, - [98] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [aux_sym_preproc_else_token1] = ACTIONS(1354), - [aux_sym_preproc_elif_token1] = ACTIONS(1354), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [95] = { + [sym_identifier] = ACTIONS(1366), + [aux_sym_preproc_include_token1] = ACTIONS(1366), + [aux_sym_preproc_def_token1] = ACTIONS(1366), + [aux_sym_preproc_if_token1] = ACTIONS(1366), + [aux_sym_preproc_if_token2] = ACTIONS(1366), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1366), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1366), + [aux_sym_preproc_else_token1] = ACTIONS(1366), + [aux_sym_preproc_elif_token1] = ACTIONS(1366), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1366), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1366), + [sym_preproc_directive] = ACTIONS(1366), + [anon_sym_LPAREN2] = ACTIONS(1368), + [anon_sym_BANG] = ACTIONS(1368), + [anon_sym_TILDE] = ACTIONS(1368), + [anon_sym_DASH] = ACTIONS(1366), + [anon_sym_PLUS] = ACTIONS(1366), + [anon_sym_STAR] = ACTIONS(1368), + [anon_sym_AMP] = ACTIONS(1368), + [anon_sym_subroutine] = ACTIONS(1366), + [anon_sym_invariant] = ACTIONS(1366), + [anon_sym_precise] = ACTIONS(1366), + [anon_sym_SEMI] = ACTIONS(1368), + [anon_sym_in] = ACTIONS(1366), + [anon_sym_out] = ACTIONS(1366), + [anon_sym_inout] = ACTIONS(1366), + [anon_sym_uniform] = ACTIONS(1366), + [anon_sym_shared] = ACTIONS(1366), + [anon_sym_attribute] = ACTIONS(1366), + [anon_sym_varying] = ACTIONS(1366), + [anon_sym_buffer] = ACTIONS(1366), + [anon_sym_coherent] = ACTIONS(1366), + [anon_sym_readonly] = ACTIONS(1366), + [anon_sym_writeonly] = ACTIONS(1366), + [anon_sym_precision] = ACTIONS(1366), + [anon_sym_highp] = ACTIONS(1366), + [anon_sym_mediump] = ACTIONS(1366), + [anon_sym_lowp] = ACTIONS(1366), + [anon_sym_centroid] = ACTIONS(1366), + [anon_sym_sample] = ACTIONS(1366), + [anon_sym_patch] = ACTIONS(1366), + [anon_sym_smooth] = ACTIONS(1366), + [anon_sym_flat] = ACTIONS(1366), + [anon_sym_noperspective] = ACTIONS(1366), + [anon_sym___extension__] = ACTIONS(1366), + [anon_sym_typedef] = ACTIONS(1366), + [anon_sym_extern] = ACTIONS(1366), + [anon_sym___attribute__] = ACTIONS(1366), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1368), + [anon_sym___declspec] = ACTIONS(1366), + [anon_sym___cdecl] = ACTIONS(1366), + [anon_sym___clrcall] = ACTIONS(1366), + [anon_sym___stdcall] = ACTIONS(1366), + [anon_sym___fastcall] = ACTIONS(1366), + [anon_sym___thiscall] = ACTIONS(1366), + [anon_sym___vectorcall] = ACTIONS(1366), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_signed] = ACTIONS(1366), + [anon_sym_unsigned] = ACTIONS(1366), + [anon_sym_long] = ACTIONS(1366), + [anon_sym_short] = ACTIONS(1366), + [anon_sym_static] = ACTIONS(1366), + [anon_sym_auto] = ACTIONS(1366), + [anon_sym_register] = ACTIONS(1366), + [anon_sym_inline] = ACTIONS(1366), + [anon_sym___inline] = ACTIONS(1366), + [anon_sym___inline__] = ACTIONS(1366), + [anon_sym___forceinline] = ACTIONS(1366), + [anon_sym_thread_local] = ACTIONS(1366), + [anon_sym___thread] = ACTIONS(1366), + [anon_sym_const] = ACTIONS(1366), + [anon_sym_constexpr] = ACTIONS(1366), + [anon_sym_volatile] = ACTIONS(1366), + [anon_sym_restrict] = ACTIONS(1366), + [anon_sym___restrict__] = ACTIONS(1366), + [anon_sym__Atomic] = ACTIONS(1366), + [anon_sym__Noreturn] = ACTIONS(1366), + [anon_sym_noreturn] = ACTIONS(1366), + [sym_primitive_type] = ACTIONS(1366), + [anon_sym_enum] = ACTIONS(1366), + [anon_sym_struct] = ACTIONS(1366), + [anon_sym_union] = ACTIONS(1366), + [anon_sym_if] = ACTIONS(1366), + [anon_sym_else] = ACTIONS(1366), + [anon_sym_switch] = ACTIONS(1366), + [anon_sym_case] = ACTIONS(1366), + [anon_sym_default] = ACTIONS(1366), + [anon_sym_while] = ACTIONS(1366), + [anon_sym_do] = ACTIONS(1366), + [anon_sym_for] = ACTIONS(1366), + [anon_sym_return] = ACTIONS(1366), + [anon_sym_break] = ACTIONS(1366), + [anon_sym_continue] = ACTIONS(1366), + [anon_sym_goto] = ACTIONS(1366), + [anon_sym_DASH_DASH] = ACTIONS(1368), + [anon_sym_PLUS_PLUS] = ACTIONS(1368), + [anon_sym_sizeof] = ACTIONS(1366), + [anon_sym___alignof__] = ACTIONS(1366), + [anon_sym___alignof] = ACTIONS(1366), + [anon_sym__alignof] = ACTIONS(1366), + [anon_sym_alignof] = ACTIONS(1366), + [anon_sym__Alignof] = ACTIONS(1366), + [anon_sym_offsetof] = ACTIONS(1366), + [anon_sym__Generic] = ACTIONS(1366), + [anon_sym_asm] = ACTIONS(1366), + [anon_sym___asm__] = ACTIONS(1366), + [sym_number_literal] = ACTIONS(1368), + [anon_sym_L_SQUOTE] = ACTIONS(1368), + [anon_sym_u_SQUOTE] = ACTIONS(1368), + [anon_sym_U_SQUOTE] = ACTIONS(1368), + [anon_sym_u8_SQUOTE] = ACTIONS(1368), + [anon_sym_SQUOTE] = ACTIONS(1368), + [anon_sym_L_DQUOTE] = ACTIONS(1368), + [anon_sym_u_DQUOTE] = ACTIONS(1368), + [anon_sym_U_DQUOTE] = ACTIONS(1368), + [anon_sym_u8_DQUOTE] = ACTIONS(1368), + [anon_sym_DQUOTE] = ACTIONS(1368), + [sym_true] = ACTIONS(1366), + [sym_false] = ACTIONS(1366), + [anon_sym_NULL] = ACTIONS(1366), + [anon_sym_nullptr] = ACTIONS(1366), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1366), + [anon_sym_rayPayloadInEXT] = ACTIONS(1366), + [anon_sym_hitAttributeEXT] = ACTIONS(1366), + [anon_sym_callableDataEXT] = ACTIONS(1366), + [anon_sym_callableDataInEXT] = ACTIONS(1366), + [anon_sym_shaderRecordEXT] = ACTIONS(1366), + [anon_sym_rayPayloadNV] = ACTIONS(1366), + [anon_sym_rayPayloadInNV] = ACTIONS(1366), + [anon_sym_hitAttributeNV] = ACTIONS(1366), + [anon_sym_callableDataNV] = ACTIONS(1366), + [anon_sym_callableDataInNV] = ACTIONS(1366), + [anon_sym_shaderRecordNV] = ACTIONS(1366), + [anon_sym_layout] = ACTIONS(1366), }, - [99] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [aux_sym_preproc_else_token1] = ACTIONS(1354), - [aux_sym_preproc_elif_token1] = ACTIONS(1354), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [96] = { + [sym_identifier] = ACTIONS(1370), + [aux_sym_preproc_include_token1] = ACTIONS(1370), + [aux_sym_preproc_def_token1] = ACTIONS(1370), + [aux_sym_preproc_if_token1] = ACTIONS(1370), + [aux_sym_preproc_if_token2] = ACTIONS(1370), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1370), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1370), + [aux_sym_preproc_else_token1] = ACTIONS(1370), + [aux_sym_preproc_elif_token1] = ACTIONS(1370), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1370), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1370), + [sym_preproc_directive] = ACTIONS(1370), + [anon_sym_LPAREN2] = ACTIONS(1372), + [anon_sym_BANG] = ACTIONS(1372), + [anon_sym_TILDE] = ACTIONS(1372), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_AMP] = ACTIONS(1372), + [anon_sym_subroutine] = ACTIONS(1370), + [anon_sym_invariant] = ACTIONS(1370), + [anon_sym_precise] = ACTIONS(1370), + [anon_sym_SEMI] = ACTIONS(1372), + [anon_sym_in] = ACTIONS(1370), + [anon_sym_out] = ACTIONS(1370), + [anon_sym_inout] = ACTIONS(1370), + [anon_sym_uniform] = ACTIONS(1370), + [anon_sym_shared] = ACTIONS(1370), + [anon_sym_attribute] = ACTIONS(1370), + [anon_sym_varying] = ACTIONS(1370), + [anon_sym_buffer] = ACTIONS(1370), + [anon_sym_coherent] = ACTIONS(1370), + [anon_sym_readonly] = ACTIONS(1370), + [anon_sym_writeonly] = ACTIONS(1370), + [anon_sym_precision] = ACTIONS(1370), + [anon_sym_highp] = ACTIONS(1370), + [anon_sym_mediump] = ACTIONS(1370), + [anon_sym_lowp] = ACTIONS(1370), + [anon_sym_centroid] = ACTIONS(1370), + [anon_sym_sample] = ACTIONS(1370), + [anon_sym_patch] = ACTIONS(1370), + [anon_sym_smooth] = ACTIONS(1370), + [anon_sym_flat] = ACTIONS(1370), + [anon_sym_noperspective] = ACTIONS(1370), + [anon_sym___extension__] = ACTIONS(1370), + [anon_sym_typedef] = ACTIONS(1370), + [anon_sym_extern] = ACTIONS(1370), + [anon_sym___attribute__] = ACTIONS(1370), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1372), + [anon_sym___declspec] = ACTIONS(1370), + [anon_sym___cdecl] = ACTIONS(1370), + [anon_sym___clrcall] = ACTIONS(1370), + [anon_sym___stdcall] = ACTIONS(1370), + [anon_sym___fastcall] = ACTIONS(1370), + [anon_sym___thiscall] = ACTIONS(1370), + [anon_sym___vectorcall] = ACTIONS(1370), + [anon_sym_LBRACE] = ACTIONS(1372), + [anon_sym_signed] = ACTIONS(1370), + [anon_sym_unsigned] = ACTIONS(1370), + [anon_sym_long] = ACTIONS(1370), + [anon_sym_short] = ACTIONS(1370), + [anon_sym_static] = ACTIONS(1370), + [anon_sym_auto] = ACTIONS(1370), + [anon_sym_register] = ACTIONS(1370), + [anon_sym_inline] = ACTIONS(1370), + [anon_sym___inline] = ACTIONS(1370), + [anon_sym___inline__] = ACTIONS(1370), + [anon_sym___forceinline] = ACTIONS(1370), + [anon_sym_thread_local] = ACTIONS(1370), + [anon_sym___thread] = ACTIONS(1370), + [anon_sym_const] = ACTIONS(1370), + [anon_sym_constexpr] = ACTIONS(1370), + [anon_sym_volatile] = ACTIONS(1370), + [anon_sym_restrict] = ACTIONS(1370), + [anon_sym___restrict__] = ACTIONS(1370), + [anon_sym__Atomic] = ACTIONS(1370), + [anon_sym__Noreturn] = ACTIONS(1370), + [anon_sym_noreturn] = ACTIONS(1370), + [sym_primitive_type] = ACTIONS(1370), + [anon_sym_enum] = ACTIONS(1370), + [anon_sym_struct] = ACTIONS(1370), + [anon_sym_union] = ACTIONS(1370), + [anon_sym_if] = ACTIONS(1370), + [anon_sym_else] = ACTIONS(1370), + [anon_sym_switch] = ACTIONS(1370), + [anon_sym_case] = ACTIONS(1370), + [anon_sym_default] = ACTIONS(1370), + [anon_sym_while] = ACTIONS(1370), + [anon_sym_do] = ACTIONS(1370), + [anon_sym_for] = ACTIONS(1370), + [anon_sym_return] = ACTIONS(1370), + [anon_sym_break] = ACTIONS(1370), + [anon_sym_continue] = ACTIONS(1370), + [anon_sym_goto] = ACTIONS(1370), + [anon_sym_DASH_DASH] = ACTIONS(1372), + [anon_sym_PLUS_PLUS] = ACTIONS(1372), + [anon_sym_sizeof] = ACTIONS(1370), + [anon_sym___alignof__] = ACTIONS(1370), + [anon_sym___alignof] = ACTIONS(1370), + [anon_sym__alignof] = ACTIONS(1370), + [anon_sym_alignof] = ACTIONS(1370), + [anon_sym__Alignof] = ACTIONS(1370), + [anon_sym_offsetof] = ACTIONS(1370), + [anon_sym__Generic] = ACTIONS(1370), + [anon_sym_asm] = ACTIONS(1370), + [anon_sym___asm__] = ACTIONS(1370), + [sym_number_literal] = ACTIONS(1372), + [anon_sym_L_SQUOTE] = ACTIONS(1372), + [anon_sym_u_SQUOTE] = ACTIONS(1372), + [anon_sym_U_SQUOTE] = ACTIONS(1372), + [anon_sym_u8_SQUOTE] = ACTIONS(1372), + [anon_sym_SQUOTE] = ACTIONS(1372), + [anon_sym_L_DQUOTE] = ACTIONS(1372), + [anon_sym_u_DQUOTE] = ACTIONS(1372), + [anon_sym_U_DQUOTE] = ACTIONS(1372), + [anon_sym_u8_DQUOTE] = ACTIONS(1372), + [anon_sym_DQUOTE] = ACTIONS(1372), + [sym_true] = ACTIONS(1370), + [sym_false] = ACTIONS(1370), + [anon_sym_NULL] = ACTIONS(1370), + [anon_sym_nullptr] = ACTIONS(1370), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1370), + [anon_sym_rayPayloadInEXT] = ACTIONS(1370), + [anon_sym_hitAttributeEXT] = ACTIONS(1370), + [anon_sym_callableDataEXT] = ACTIONS(1370), + [anon_sym_callableDataInEXT] = ACTIONS(1370), + [anon_sym_shaderRecordEXT] = ACTIONS(1370), + [anon_sym_rayPayloadNV] = ACTIONS(1370), + [anon_sym_rayPayloadInNV] = ACTIONS(1370), + [anon_sym_hitAttributeNV] = ACTIONS(1370), + [anon_sym_callableDataNV] = ACTIONS(1370), + [anon_sym_callableDataInNV] = ACTIONS(1370), + [anon_sym_shaderRecordNV] = ACTIONS(1370), + [anon_sym_layout] = ACTIONS(1370), }, - [100] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [aux_sym_preproc_else_token1] = ACTIONS(1354), - [aux_sym_preproc_elif_token1] = ACTIONS(1354), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [97] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [aux_sym_preproc_else_token1] = ACTIONS(1350), + [aux_sym_preproc_elif_token1] = ACTIONS(1350), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [101] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [aux_sym_preproc_else_token1] = ACTIONS(1354), - [aux_sym_preproc_elif_token1] = ACTIONS(1354), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [98] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [aux_sym_preproc_else_token1] = ACTIONS(1350), + [aux_sym_preproc_elif_token1] = ACTIONS(1350), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [102] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [aux_sym_preproc_else_token1] = ACTIONS(1354), - [aux_sym_preproc_elif_token1] = ACTIONS(1354), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [99] = { + [sym_identifier] = ACTIONS(1374), + [aux_sym_preproc_include_token1] = ACTIONS(1374), + [aux_sym_preproc_def_token1] = ACTIONS(1374), + [aux_sym_preproc_if_token1] = ACTIONS(1374), + [aux_sym_preproc_if_token2] = ACTIONS(1374), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1374), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1374), + [aux_sym_preproc_else_token1] = ACTIONS(1374), + [aux_sym_preproc_elif_token1] = ACTIONS(1374), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1374), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1374), + [sym_preproc_directive] = ACTIONS(1374), + [anon_sym_LPAREN2] = ACTIONS(1376), + [anon_sym_BANG] = ACTIONS(1376), + [anon_sym_TILDE] = ACTIONS(1376), + [anon_sym_DASH] = ACTIONS(1374), + [anon_sym_PLUS] = ACTIONS(1374), + [anon_sym_STAR] = ACTIONS(1376), + [anon_sym_AMP] = ACTIONS(1376), + [anon_sym_subroutine] = ACTIONS(1374), + [anon_sym_invariant] = ACTIONS(1374), + [anon_sym_precise] = ACTIONS(1374), + [anon_sym_SEMI] = ACTIONS(1376), + [anon_sym_in] = ACTIONS(1374), + [anon_sym_out] = ACTIONS(1374), + [anon_sym_inout] = ACTIONS(1374), + [anon_sym_uniform] = ACTIONS(1374), + [anon_sym_shared] = ACTIONS(1374), + [anon_sym_attribute] = ACTIONS(1374), + [anon_sym_varying] = ACTIONS(1374), + [anon_sym_buffer] = ACTIONS(1374), + [anon_sym_coherent] = ACTIONS(1374), + [anon_sym_readonly] = ACTIONS(1374), + [anon_sym_writeonly] = ACTIONS(1374), + [anon_sym_precision] = ACTIONS(1374), + [anon_sym_highp] = ACTIONS(1374), + [anon_sym_mediump] = ACTIONS(1374), + [anon_sym_lowp] = ACTIONS(1374), + [anon_sym_centroid] = ACTIONS(1374), + [anon_sym_sample] = ACTIONS(1374), + [anon_sym_patch] = ACTIONS(1374), + [anon_sym_smooth] = ACTIONS(1374), + [anon_sym_flat] = ACTIONS(1374), + [anon_sym_noperspective] = ACTIONS(1374), + [anon_sym___extension__] = ACTIONS(1374), + [anon_sym_typedef] = ACTIONS(1374), + [anon_sym_extern] = ACTIONS(1374), + [anon_sym___attribute__] = ACTIONS(1374), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1376), + [anon_sym___declspec] = ACTIONS(1374), + [anon_sym___cdecl] = ACTIONS(1374), + [anon_sym___clrcall] = ACTIONS(1374), + [anon_sym___stdcall] = ACTIONS(1374), + [anon_sym___fastcall] = ACTIONS(1374), + [anon_sym___thiscall] = ACTIONS(1374), + [anon_sym___vectorcall] = ACTIONS(1374), + [anon_sym_LBRACE] = ACTIONS(1376), + [anon_sym_signed] = ACTIONS(1374), + [anon_sym_unsigned] = ACTIONS(1374), + [anon_sym_long] = ACTIONS(1374), + [anon_sym_short] = ACTIONS(1374), + [anon_sym_static] = ACTIONS(1374), + [anon_sym_auto] = ACTIONS(1374), + [anon_sym_register] = ACTIONS(1374), + [anon_sym_inline] = ACTIONS(1374), + [anon_sym___inline] = ACTIONS(1374), + [anon_sym___inline__] = ACTIONS(1374), + [anon_sym___forceinline] = ACTIONS(1374), + [anon_sym_thread_local] = ACTIONS(1374), + [anon_sym___thread] = ACTIONS(1374), + [anon_sym_const] = ACTIONS(1374), + [anon_sym_constexpr] = ACTIONS(1374), + [anon_sym_volatile] = ACTIONS(1374), + [anon_sym_restrict] = ACTIONS(1374), + [anon_sym___restrict__] = ACTIONS(1374), + [anon_sym__Atomic] = ACTIONS(1374), + [anon_sym__Noreturn] = ACTIONS(1374), + [anon_sym_noreturn] = ACTIONS(1374), + [sym_primitive_type] = ACTIONS(1374), + [anon_sym_enum] = ACTIONS(1374), + [anon_sym_struct] = ACTIONS(1374), + [anon_sym_union] = ACTIONS(1374), + [anon_sym_if] = ACTIONS(1374), + [anon_sym_else] = ACTIONS(1374), + [anon_sym_switch] = ACTIONS(1374), + [anon_sym_case] = ACTIONS(1374), + [anon_sym_default] = ACTIONS(1374), + [anon_sym_while] = ACTIONS(1374), + [anon_sym_do] = ACTIONS(1374), + [anon_sym_for] = ACTIONS(1374), + [anon_sym_return] = ACTIONS(1374), + [anon_sym_break] = ACTIONS(1374), + [anon_sym_continue] = ACTIONS(1374), + [anon_sym_goto] = ACTIONS(1374), + [anon_sym_DASH_DASH] = ACTIONS(1376), + [anon_sym_PLUS_PLUS] = ACTIONS(1376), + [anon_sym_sizeof] = ACTIONS(1374), + [anon_sym___alignof__] = ACTIONS(1374), + [anon_sym___alignof] = ACTIONS(1374), + [anon_sym__alignof] = ACTIONS(1374), + [anon_sym_alignof] = ACTIONS(1374), + [anon_sym__Alignof] = ACTIONS(1374), + [anon_sym_offsetof] = ACTIONS(1374), + [anon_sym__Generic] = ACTIONS(1374), + [anon_sym_asm] = ACTIONS(1374), + [anon_sym___asm__] = ACTIONS(1374), + [sym_number_literal] = ACTIONS(1376), + [anon_sym_L_SQUOTE] = ACTIONS(1376), + [anon_sym_u_SQUOTE] = ACTIONS(1376), + [anon_sym_U_SQUOTE] = ACTIONS(1376), + [anon_sym_u8_SQUOTE] = ACTIONS(1376), + [anon_sym_SQUOTE] = ACTIONS(1376), + [anon_sym_L_DQUOTE] = ACTIONS(1376), + [anon_sym_u_DQUOTE] = ACTIONS(1376), + [anon_sym_U_DQUOTE] = ACTIONS(1376), + [anon_sym_u8_DQUOTE] = ACTIONS(1376), + [anon_sym_DQUOTE] = ACTIONS(1376), + [sym_true] = ACTIONS(1374), + [sym_false] = ACTIONS(1374), + [anon_sym_NULL] = ACTIONS(1374), + [anon_sym_nullptr] = ACTIONS(1374), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1374), + [anon_sym_rayPayloadInEXT] = ACTIONS(1374), + [anon_sym_hitAttributeEXT] = ACTIONS(1374), + [anon_sym_callableDataEXT] = ACTIONS(1374), + [anon_sym_callableDataInEXT] = ACTIONS(1374), + [anon_sym_shaderRecordEXT] = ACTIONS(1374), + [anon_sym_rayPayloadNV] = ACTIONS(1374), + [anon_sym_rayPayloadInNV] = ACTIONS(1374), + [anon_sym_hitAttributeNV] = ACTIONS(1374), + [anon_sym_callableDataNV] = ACTIONS(1374), + [anon_sym_callableDataInNV] = ACTIONS(1374), + [anon_sym_shaderRecordNV] = ACTIONS(1374), + [anon_sym_layout] = ACTIONS(1374), }, - [103] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [aux_sym_preproc_else_token1] = ACTIONS(1354), - [aux_sym_preproc_elif_token1] = ACTIONS(1354), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [100] = { + [sym_identifier] = ACTIONS(1378), + [aux_sym_preproc_include_token1] = ACTIONS(1378), + [aux_sym_preproc_def_token1] = ACTIONS(1378), + [aux_sym_preproc_if_token1] = ACTIONS(1378), + [aux_sym_preproc_if_token2] = ACTIONS(1378), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1378), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1378), + [aux_sym_preproc_else_token1] = ACTIONS(1378), + [aux_sym_preproc_elif_token1] = ACTIONS(1378), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1378), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1378), + [sym_preproc_directive] = ACTIONS(1378), + [anon_sym_LPAREN2] = ACTIONS(1380), + [anon_sym_BANG] = ACTIONS(1380), + [anon_sym_TILDE] = ACTIONS(1380), + [anon_sym_DASH] = ACTIONS(1378), + [anon_sym_PLUS] = ACTIONS(1378), + [anon_sym_STAR] = ACTIONS(1380), + [anon_sym_AMP] = ACTIONS(1380), + [anon_sym_subroutine] = ACTIONS(1378), + [anon_sym_invariant] = ACTIONS(1378), + [anon_sym_precise] = ACTIONS(1378), + [anon_sym_SEMI] = ACTIONS(1380), + [anon_sym_in] = ACTIONS(1378), + [anon_sym_out] = ACTIONS(1378), + [anon_sym_inout] = ACTIONS(1378), + [anon_sym_uniform] = ACTIONS(1378), + [anon_sym_shared] = ACTIONS(1378), + [anon_sym_attribute] = ACTIONS(1378), + [anon_sym_varying] = ACTIONS(1378), + [anon_sym_buffer] = ACTIONS(1378), + [anon_sym_coherent] = ACTIONS(1378), + [anon_sym_readonly] = ACTIONS(1378), + [anon_sym_writeonly] = ACTIONS(1378), + [anon_sym_precision] = ACTIONS(1378), + [anon_sym_highp] = ACTIONS(1378), + [anon_sym_mediump] = ACTIONS(1378), + [anon_sym_lowp] = ACTIONS(1378), + [anon_sym_centroid] = ACTIONS(1378), + [anon_sym_sample] = ACTIONS(1378), + [anon_sym_patch] = ACTIONS(1378), + [anon_sym_smooth] = ACTIONS(1378), + [anon_sym_flat] = ACTIONS(1378), + [anon_sym_noperspective] = ACTIONS(1378), + [anon_sym___extension__] = ACTIONS(1378), + [anon_sym_typedef] = ACTIONS(1378), + [anon_sym_extern] = ACTIONS(1378), + [anon_sym___attribute__] = ACTIONS(1378), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1380), + [anon_sym___declspec] = ACTIONS(1378), + [anon_sym___cdecl] = ACTIONS(1378), + [anon_sym___clrcall] = ACTIONS(1378), + [anon_sym___stdcall] = ACTIONS(1378), + [anon_sym___fastcall] = ACTIONS(1378), + [anon_sym___thiscall] = ACTIONS(1378), + [anon_sym___vectorcall] = ACTIONS(1378), + [anon_sym_LBRACE] = ACTIONS(1380), + [anon_sym_signed] = ACTIONS(1378), + [anon_sym_unsigned] = ACTIONS(1378), + [anon_sym_long] = ACTIONS(1378), + [anon_sym_short] = ACTIONS(1378), + [anon_sym_static] = ACTIONS(1378), + [anon_sym_auto] = ACTIONS(1378), + [anon_sym_register] = ACTIONS(1378), + [anon_sym_inline] = ACTIONS(1378), + [anon_sym___inline] = ACTIONS(1378), + [anon_sym___inline__] = ACTIONS(1378), + [anon_sym___forceinline] = ACTIONS(1378), + [anon_sym_thread_local] = ACTIONS(1378), + [anon_sym___thread] = ACTIONS(1378), + [anon_sym_const] = ACTIONS(1378), + [anon_sym_constexpr] = ACTIONS(1378), + [anon_sym_volatile] = ACTIONS(1378), + [anon_sym_restrict] = ACTIONS(1378), + [anon_sym___restrict__] = ACTIONS(1378), + [anon_sym__Atomic] = ACTIONS(1378), + [anon_sym__Noreturn] = ACTIONS(1378), + [anon_sym_noreturn] = ACTIONS(1378), + [sym_primitive_type] = ACTIONS(1378), + [anon_sym_enum] = ACTIONS(1378), + [anon_sym_struct] = ACTIONS(1378), + [anon_sym_union] = ACTIONS(1378), + [anon_sym_if] = ACTIONS(1378), + [anon_sym_else] = ACTIONS(1378), + [anon_sym_switch] = ACTIONS(1378), + [anon_sym_case] = ACTIONS(1378), + [anon_sym_default] = ACTIONS(1378), + [anon_sym_while] = ACTIONS(1378), + [anon_sym_do] = ACTIONS(1378), + [anon_sym_for] = ACTIONS(1378), + [anon_sym_return] = ACTIONS(1378), + [anon_sym_break] = ACTIONS(1378), + [anon_sym_continue] = ACTIONS(1378), + [anon_sym_goto] = ACTIONS(1378), + [anon_sym_DASH_DASH] = ACTIONS(1380), + [anon_sym_PLUS_PLUS] = ACTIONS(1380), + [anon_sym_sizeof] = ACTIONS(1378), + [anon_sym___alignof__] = ACTIONS(1378), + [anon_sym___alignof] = ACTIONS(1378), + [anon_sym__alignof] = ACTIONS(1378), + [anon_sym_alignof] = ACTIONS(1378), + [anon_sym__Alignof] = ACTIONS(1378), + [anon_sym_offsetof] = ACTIONS(1378), + [anon_sym__Generic] = ACTIONS(1378), + [anon_sym_asm] = ACTIONS(1378), + [anon_sym___asm__] = ACTIONS(1378), + [sym_number_literal] = ACTIONS(1380), + [anon_sym_L_SQUOTE] = ACTIONS(1380), + [anon_sym_u_SQUOTE] = ACTIONS(1380), + [anon_sym_U_SQUOTE] = ACTIONS(1380), + [anon_sym_u8_SQUOTE] = ACTIONS(1380), + [anon_sym_SQUOTE] = ACTIONS(1380), + [anon_sym_L_DQUOTE] = ACTIONS(1380), + [anon_sym_u_DQUOTE] = ACTIONS(1380), + [anon_sym_U_DQUOTE] = ACTIONS(1380), + [anon_sym_u8_DQUOTE] = ACTIONS(1380), + [anon_sym_DQUOTE] = ACTIONS(1380), + [sym_true] = ACTIONS(1378), + [sym_false] = ACTIONS(1378), + [anon_sym_NULL] = ACTIONS(1378), + [anon_sym_nullptr] = ACTIONS(1378), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1378), + [anon_sym_rayPayloadInEXT] = ACTIONS(1378), + [anon_sym_hitAttributeEXT] = ACTIONS(1378), + [anon_sym_callableDataEXT] = ACTIONS(1378), + [anon_sym_callableDataInEXT] = ACTIONS(1378), + [anon_sym_shaderRecordEXT] = ACTIONS(1378), + [anon_sym_rayPayloadNV] = ACTIONS(1378), + [anon_sym_rayPayloadInNV] = ACTIONS(1378), + [anon_sym_hitAttributeNV] = ACTIONS(1378), + [anon_sym_callableDataNV] = ACTIONS(1378), + [anon_sym_callableDataInNV] = ACTIONS(1378), + [anon_sym_shaderRecordNV] = ACTIONS(1378), + [anon_sym_layout] = ACTIONS(1378), }, - [104] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [aux_sym_preproc_else_token1] = ACTIONS(1354), - [aux_sym_preproc_elif_token1] = ACTIONS(1354), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [101] = { + [sym_identifier] = ACTIONS(1382), + [aux_sym_preproc_include_token1] = ACTIONS(1382), + [aux_sym_preproc_def_token1] = ACTIONS(1382), + [aux_sym_preproc_if_token1] = ACTIONS(1382), + [aux_sym_preproc_if_token2] = ACTIONS(1382), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1382), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1382), + [aux_sym_preproc_else_token1] = ACTIONS(1382), + [aux_sym_preproc_elif_token1] = ACTIONS(1382), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1382), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1382), + [sym_preproc_directive] = ACTIONS(1382), + [anon_sym_LPAREN2] = ACTIONS(1384), + [anon_sym_BANG] = ACTIONS(1384), + [anon_sym_TILDE] = ACTIONS(1384), + [anon_sym_DASH] = ACTIONS(1382), + [anon_sym_PLUS] = ACTIONS(1382), + [anon_sym_STAR] = ACTIONS(1384), + [anon_sym_AMP] = ACTIONS(1384), + [anon_sym_subroutine] = ACTIONS(1382), + [anon_sym_invariant] = ACTIONS(1382), + [anon_sym_precise] = ACTIONS(1382), + [anon_sym_SEMI] = ACTIONS(1384), + [anon_sym_in] = ACTIONS(1382), + [anon_sym_out] = ACTIONS(1382), + [anon_sym_inout] = ACTIONS(1382), + [anon_sym_uniform] = ACTIONS(1382), + [anon_sym_shared] = ACTIONS(1382), + [anon_sym_attribute] = ACTIONS(1382), + [anon_sym_varying] = ACTIONS(1382), + [anon_sym_buffer] = ACTIONS(1382), + [anon_sym_coherent] = ACTIONS(1382), + [anon_sym_readonly] = ACTIONS(1382), + [anon_sym_writeonly] = ACTIONS(1382), + [anon_sym_precision] = ACTIONS(1382), + [anon_sym_highp] = ACTIONS(1382), + [anon_sym_mediump] = ACTIONS(1382), + [anon_sym_lowp] = ACTIONS(1382), + [anon_sym_centroid] = ACTIONS(1382), + [anon_sym_sample] = ACTIONS(1382), + [anon_sym_patch] = ACTIONS(1382), + [anon_sym_smooth] = ACTIONS(1382), + [anon_sym_flat] = ACTIONS(1382), + [anon_sym_noperspective] = ACTIONS(1382), + [anon_sym___extension__] = ACTIONS(1382), + [anon_sym_typedef] = ACTIONS(1382), + [anon_sym_extern] = ACTIONS(1382), + [anon_sym___attribute__] = ACTIONS(1382), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1384), + [anon_sym___declspec] = ACTIONS(1382), + [anon_sym___cdecl] = ACTIONS(1382), + [anon_sym___clrcall] = ACTIONS(1382), + [anon_sym___stdcall] = ACTIONS(1382), + [anon_sym___fastcall] = ACTIONS(1382), + [anon_sym___thiscall] = ACTIONS(1382), + [anon_sym___vectorcall] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_signed] = ACTIONS(1382), + [anon_sym_unsigned] = ACTIONS(1382), + [anon_sym_long] = ACTIONS(1382), + [anon_sym_short] = ACTIONS(1382), + [anon_sym_static] = ACTIONS(1382), + [anon_sym_auto] = ACTIONS(1382), + [anon_sym_register] = ACTIONS(1382), + [anon_sym_inline] = ACTIONS(1382), + [anon_sym___inline] = ACTIONS(1382), + [anon_sym___inline__] = ACTIONS(1382), + [anon_sym___forceinline] = ACTIONS(1382), + [anon_sym_thread_local] = ACTIONS(1382), + [anon_sym___thread] = ACTIONS(1382), + [anon_sym_const] = ACTIONS(1382), + [anon_sym_constexpr] = ACTIONS(1382), + [anon_sym_volatile] = ACTIONS(1382), + [anon_sym_restrict] = ACTIONS(1382), + [anon_sym___restrict__] = ACTIONS(1382), + [anon_sym__Atomic] = ACTIONS(1382), + [anon_sym__Noreturn] = ACTIONS(1382), + [anon_sym_noreturn] = ACTIONS(1382), + [sym_primitive_type] = ACTIONS(1382), + [anon_sym_enum] = ACTIONS(1382), + [anon_sym_struct] = ACTIONS(1382), + [anon_sym_union] = ACTIONS(1382), + [anon_sym_if] = ACTIONS(1382), + [anon_sym_else] = ACTIONS(1382), + [anon_sym_switch] = ACTIONS(1382), + [anon_sym_case] = ACTIONS(1382), + [anon_sym_default] = ACTIONS(1382), + [anon_sym_while] = ACTIONS(1382), + [anon_sym_do] = ACTIONS(1382), + [anon_sym_for] = ACTIONS(1382), + [anon_sym_return] = ACTIONS(1382), + [anon_sym_break] = ACTIONS(1382), + [anon_sym_continue] = ACTIONS(1382), + [anon_sym_goto] = ACTIONS(1382), + [anon_sym_DASH_DASH] = ACTIONS(1384), + [anon_sym_PLUS_PLUS] = ACTIONS(1384), + [anon_sym_sizeof] = ACTIONS(1382), + [anon_sym___alignof__] = ACTIONS(1382), + [anon_sym___alignof] = ACTIONS(1382), + [anon_sym__alignof] = ACTIONS(1382), + [anon_sym_alignof] = ACTIONS(1382), + [anon_sym__Alignof] = ACTIONS(1382), + [anon_sym_offsetof] = ACTIONS(1382), + [anon_sym__Generic] = ACTIONS(1382), + [anon_sym_asm] = ACTIONS(1382), + [anon_sym___asm__] = ACTIONS(1382), + [sym_number_literal] = ACTIONS(1384), + [anon_sym_L_SQUOTE] = ACTIONS(1384), + [anon_sym_u_SQUOTE] = ACTIONS(1384), + [anon_sym_U_SQUOTE] = ACTIONS(1384), + [anon_sym_u8_SQUOTE] = ACTIONS(1384), + [anon_sym_SQUOTE] = ACTIONS(1384), + [anon_sym_L_DQUOTE] = ACTIONS(1384), + [anon_sym_u_DQUOTE] = ACTIONS(1384), + [anon_sym_U_DQUOTE] = ACTIONS(1384), + [anon_sym_u8_DQUOTE] = ACTIONS(1384), + [anon_sym_DQUOTE] = ACTIONS(1384), + [sym_true] = ACTIONS(1382), + [sym_false] = ACTIONS(1382), + [anon_sym_NULL] = ACTIONS(1382), + [anon_sym_nullptr] = ACTIONS(1382), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1382), + [anon_sym_rayPayloadInEXT] = ACTIONS(1382), + [anon_sym_hitAttributeEXT] = ACTIONS(1382), + [anon_sym_callableDataEXT] = ACTIONS(1382), + [anon_sym_callableDataInEXT] = ACTIONS(1382), + [anon_sym_shaderRecordEXT] = ACTIONS(1382), + [anon_sym_rayPayloadNV] = ACTIONS(1382), + [anon_sym_rayPayloadInNV] = ACTIONS(1382), + [anon_sym_hitAttributeNV] = ACTIONS(1382), + [anon_sym_callableDataNV] = ACTIONS(1382), + [anon_sym_callableDataInNV] = ACTIONS(1382), + [anon_sym_shaderRecordNV] = ACTIONS(1382), + [anon_sym_layout] = ACTIONS(1382), }, - [105] = { - [sym_identifier] = ACTIONS(1366), - [aux_sym_preproc_include_token1] = ACTIONS(1366), - [aux_sym_preproc_def_token1] = ACTIONS(1366), - [aux_sym_preproc_if_token1] = ACTIONS(1366), - [aux_sym_preproc_if_token2] = ACTIONS(1366), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1366), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1366), - [aux_sym_preproc_else_token1] = ACTIONS(1366), - [aux_sym_preproc_elif_token1] = ACTIONS(1366), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1366), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1366), - [sym_preproc_directive] = ACTIONS(1366), - [anon_sym_LPAREN2] = ACTIONS(1368), - [anon_sym_BANG] = ACTIONS(1368), - [anon_sym_TILDE] = ACTIONS(1368), - [anon_sym_DASH] = ACTIONS(1366), - [anon_sym_PLUS] = ACTIONS(1366), - [anon_sym_STAR] = ACTIONS(1368), - [anon_sym_AMP] = ACTIONS(1368), - [anon_sym_subroutine] = ACTIONS(1366), - [anon_sym_invariant] = ACTIONS(1366), - [anon_sym_precise] = ACTIONS(1366), - [anon_sym_SEMI] = ACTIONS(1368), - [anon_sym_in] = ACTIONS(1366), - [anon_sym_out] = ACTIONS(1366), - [anon_sym_inout] = ACTIONS(1366), - [anon_sym_uniform] = ACTIONS(1366), - [anon_sym_shared] = ACTIONS(1366), - [anon_sym_attribute] = ACTIONS(1366), - [anon_sym_varying] = ACTIONS(1366), - [anon_sym_buffer] = ACTIONS(1366), - [anon_sym_coherent] = ACTIONS(1366), - [anon_sym_readonly] = ACTIONS(1366), - [anon_sym_writeonly] = ACTIONS(1366), - [anon_sym_precision] = ACTIONS(1366), - [anon_sym_highp] = ACTIONS(1366), - [anon_sym_mediump] = ACTIONS(1366), - [anon_sym_lowp] = ACTIONS(1366), - [anon_sym_centroid] = ACTIONS(1366), - [anon_sym_sample] = ACTIONS(1366), - [anon_sym_patch] = ACTIONS(1366), - [anon_sym_smooth] = ACTIONS(1366), - [anon_sym_flat] = ACTIONS(1366), - [anon_sym_noperspective] = ACTIONS(1366), - [anon_sym___extension__] = ACTIONS(1366), - [anon_sym_typedef] = ACTIONS(1366), - [anon_sym_extern] = ACTIONS(1366), - [anon_sym___attribute__] = ACTIONS(1366), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1368), - [anon_sym___declspec] = ACTIONS(1366), - [anon_sym___cdecl] = ACTIONS(1366), - [anon_sym___clrcall] = ACTIONS(1366), - [anon_sym___stdcall] = ACTIONS(1366), - [anon_sym___fastcall] = ACTIONS(1366), - [anon_sym___thiscall] = ACTIONS(1366), - [anon_sym___vectorcall] = ACTIONS(1366), - [anon_sym_LBRACE] = ACTIONS(1368), - [anon_sym_signed] = ACTIONS(1366), - [anon_sym_unsigned] = ACTIONS(1366), - [anon_sym_long] = ACTIONS(1366), - [anon_sym_short] = ACTIONS(1366), - [anon_sym_static] = ACTIONS(1366), - [anon_sym_auto] = ACTIONS(1366), - [anon_sym_register] = ACTIONS(1366), - [anon_sym_inline] = ACTIONS(1366), - [anon_sym___inline] = ACTIONS(1366), - [anon_sym___inline__] = ACTIONS(1366), - [anon_sym___forceinline] = ACTIONS(1366), - [anon_sym_thread_local] = ACTIONS(1366), - [anon_sym___thread] = ACTIONS(1366), - [anon_sym_const] = ACTIONS(1366), - [anon_sym_constexpr] = ACTIONS(1366), - [anon_sym_volatile] = ACTIONS(1366), - [anon_sym_restrict] = ACTIONS(1366), - [anon_sym___restrict__] = ACTIONS(1366), - [anon_sym__Atomic] = ACTIONS(1366), - [anon_sym__Noreturn] = ACTIONS(1366), - [anon_sym_noreturn] = ACTIONS(1366), - [sym_primitive_type] = ACTIONS(1366), - [anon_sym_enum] = ACTIONS(1366), - [anon_sym_struct] = ACTIONS(1366), - [anon_sym_union] = ACTIONS(1366), - [anon_sym_if] = ACTIONS(1366), - [anon_sym_else] = ACTIONS(1366), - [anon_sym_switch] = ACTIONS(1366), - [anon_sym_case] = ACTIONS(1366), - [anon_sym_default] = ACTIONS(1366), - [anon_sym_while] = ACTIONS(1366), - [anon_sym_do] = ACTIONS(1366), - [anon_sym_for] = ACTIONS(1366), - [anon_sym_return] = ACTIONS(1366), - [anon_sym_break] = ACTIONS(1366), - [anon_sym_continue] = ACTIONS(1366), - [anon_sym_goto] = ACTIONS(1366), - [anon_sym_DASH_DASH] = ACTIONS(1368), - [anon_sym_PLUS_PLUS] = ACTIONS(1368), - [anon_sym_sizeof] = ACTIONS(1366), - [anon_sym___alignof__] = ACTIONS(1366), - [anon_sym___alignof] = ACTIONS(1366), - [anon_sym__alignof] = ACTIONS(1366), - [anon_sym_alignof] = ACTIONS(1366), - [anon_sym__Alignof] = ACTIONS(1366), - [anon_sym_offsetof] = ACTIONS(1366), - [anon_sym__Generic] = ACTIONS(1366), - [anon_sym_asm] = ACTIONS(1366), - [anon_sym___asm__] = ACTIONS(1366), - [sym_number_literal] = ACTIONS(1368), - [anon_sym_L_SQUOTE] = ACTIONS(1368), - [anon_sym_u_SQUOTE] = ACTIONS(1368), - [anon_sym_U_SQUOTE] = ACTIONS(1368), - [anon_sym_u8_SQUOTE] = ACTIONS(1368), - [anon_sym_SQUOTE] = ACTIONS(1368), - [anon_sym_L_DQUOTE] = ACTIONS(1368), - [anon_sym_u_DQUOTE] = ACTIONS(1368), - [anon_sym_U_DQUOTE] = ACTIONS(1368), - [anon_sym_u8_DQUOTE] = ACTIONS(1368), - [anon_sym_DQUOTE] = ACTIONS(1368), - [sym_true] = ACTIONS(1366), - [sym_false] = ACTIONS(1366), - [anon_sym_NULL] = ACTIONS(1366), - [anon_sym_nullptr] = ACTIONS(1366), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1366), - [anon_sym_rayPayloadInEXT] = ACTIONS(1366), - [anon_sym_hitAttributeEXT] = ACTIONS(1366), - [anon_sym_callableDataEXT] = ACTIONS(1366), - [anon_sym_callableDataInEXT] = ACTIONS(1366), - [anon_sym_shaderRecordEXT] = ACTIONS(1366), - [anon_sym_rayPayloadNV] = ACTIONS(1366), - [anon_sym_rayPayloadInNV] = ACTIONS(1366), - [anon_sym_hitAttributeNV] = ACTIONS(1366), - [anon_sym_callableDataNV] = ACTIONS(1366), - [anon_sym_callableDataInNV] = ACTIONS(1366), - [anon_sym_shaderRecordNV] = ACTIONS(1366), - [anon_sym_layout] = ACTIONS(1366), - }, - [106] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [aux_sym_preproc_else_token1] = ACTIONS(1354), - [aux_sym_preproc_elif_token1] = ACTIONS(1354), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), - }, - [107] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [aux_sym_preproc_else_token1] = ACTIONS(1354), - [aux_sym_preproc_elif_token1] = ACTIONS(1354), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), - }, - [108] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [aux_sym_preproc_else_token1] = ACTIONS(1354), - [aux_sym_preproc_elif_token1] = ACTIONS(1354), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), - }, - [109] = { - [sym_identifier] = ACTIONS(1370), - [aux_sym_preproc_include_token1] = ACTIONS(1370), - [aux_sym_preproc_def_token1] = ACTIONS(1370), - [aux_sym_preproc_if_token1] = ACTIONS(1370), - [aux_sym_preproc_if_token2] = ACTIONS(1370), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1370), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1370), - [aux_sym_preproc_else_token1] = ACTIONS(1370), - [aux_sym_preproc_elif_token1] = ACTIONS(1370), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1370), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1370), - [sym_preproc_directive] = ACTIONS(1370), - [anon_sym_LPAREN2] = ACTIONS(1372), - [anon_sym_BANG] = ACTIONS(1372), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_DASH] = ACTIONS(1370), - [anon_sym_PLUS] = ACTIONS(1370), - [anon_sym_STAR] = ACTIONS(1372), - [anon_sym_AMP] = ACTIONS(1372), - [anon_sym_subroutine] = ACTIONS(1370), - [anon_sym_invariant] = ACTIONS(1370), - [anon_sym_precise] = ACTIONS(1370), - [anon_sym_SEMI] = ACTIONS(1372), - [anon_sym_in] = ACTIONS(1370), - [anon_sym_out] = ACTIONS(1370), - [anon_sym_inout] = ACTIONS(1370), - [anon_sym_uniform] = ACTIONS(1370), - [anon_sym_shared] = ACTIONS(1370), - [anon_sym_attribute] = ACTIONS(1370), - [anon_sym_varying] = ACTIONS(1370), - [anon_sym_buffer] = ACTIONS(1370), - [anon_sym_coherent] = ACTIONS(1370), - [anon_sym_readonly] = ACTIONS(1370), - [anon_sym_writeonly] = ACTIONS(1370), - [anon_sym_precision] = ACTIONS(1370), - [anon_sym_highp] = ACTIONS(1370), - [anon_sym_mediump] = ACTIONS(1370), - [anon_sym_lowp] = ACTIONS(1370), - [anon_sym_centroid] = ACTIONS(1370), - [anon_sym_sample] = ACTIONS(1370), - [anon_sym_patch] = ACTIONS(1370), - [anon_sym_smooth] = ACTIONS(1370), - [anon_sym_flat] = ACTIONS(1370), - [anon_sym_noperspective] = ACTIONS(1370), - [anon_sym___extension__] = ACTIONS(1370), - [anon_sym_typedef] = ACTIONS(1370), - [anon_sym_extern] = ACTIONS(1370), - [anon_sym___attribute__] = ACTIONS(1370), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1372), - [anon_sym___declspec] = ACTIONS(1370), - [anon_sym___cdecl] = ACTIONS(1370), - [anon_sym___clrcall] = ACTIONS(1370), - [anon_sym___stdcall] = ACTIONS(1370), - [anon_sym___fastcall] = ACTIONS(1370), - [anon_sym___thiscall] = ACTIONS(1370), - [anon_sym___vectorcall] = ACTIONS(1370), - [anon_sym_LBRACE] = ACTIONS(1372), - [anon_sym_signed] = ACTIONS(1370), - [anon_sym_unsigned] = ACTIONS(1370), - [anon_sym_long] = ACTIONS(1370), - [anon_sym_short] = ACTIONS(1370), - [anon_sym_static] = ACTIONS(1370), - [anon_sym_auto] = ACTIONS(1370), - [anon_sym_register] = ACTIONS(1370), - [anon_sym_inline] = ACTIONS(1370), - [anon_sym___inline] = ACTIONS(1370), - [anon_sym___inline__] = ACTIONS(1370), - [anon_sym___forceinline] = ACTIONS(1370), - [anon_sym_thread_local] = ACTIONS(1370), - [anon_sym___thread] = ACTIONS(1370), - [anon_sym_const] = ACTIONS(1370), - [anon_sym_constexpr] = ACTIONS(1370), - [anon_sym_volatile] = ACTIONS(1370), - [anon_sym_restrict] = ACTIONS(1370), - [anon_sym___restrict__] = ACTIONS(1370), - [anon_sym__Atomic] = ACTIONS(1370), - [anon_sym__Noreturn] = ACTIONS(1370), - [anon_sym_noreturn] = ACTIONS(1370), - [sym_primitive_type] = ACTIONS(1370), - [anon_sym_enum] = ACTIONS(1370), - [anon_sym_struct] = ACTIONS(1370), - [anon_sym_union] = ACTIONS(1370), - [anon_sym_if] = ACTIONS(1370), - [anon_sym_else] = ACTIONS(1370), - [anon_sym_switch] = ACTIONS(1370), - [anon_sym_case] = ACTIONS(1370), - [anon_sym_default] = ACTIONS(1370), - [anon_sym_while] = ACTIONS(1370), - [anon_sym_do] = ACTIONS(1370), - [anon_sym_for] = ACTIONS(1370), - [anon_sym_return] = ACTIONS(1370), - [anon_sym_break] = ACTIONS(1370), - [anon_sym_continue] = ACTIONS(1370), - [anon_sym_goto] = ACTIONS(1370), - [anon_sym_DASH_DASH] = ACTIONS(1372), - [anon_sym_PLUS_PLUS] = ACTIONS(1372), - [anon_sym_sizeof] = ACTIONS(1370), - [anon_sym___alignof__] = ACTIONS(1370), - [anon_sym___alignof] = ACTIONS(1370), - [anon_sym__alignof] = ACTIONS(1370), - [anon_sym_alignof] = ACTIONS(1370), - [anon_sym__Alignof] = ACTIONS(1370), - [anon_sym_offsetof] = ACTIONS(1370), - [anon_sym__Generic] = ACTIONS(1370), - [anon_sym_asm] = ACTIONS(1370), - [anon_sym___asm__] = ACTIONS(1370), - [sym_number_literal] = ACTIONS(1372), - [anon_sym_L_SQUOTE] = ACTIONS(1372), - [anon_sym_u_SQUOTE] = ACTIONS(1372), - [anon_sym_U_SQUOTE] = ACTIONS(1372), - [anon_sym_u8_SQUOTE] = ACTIONS(1372), - [anon_sym_SQUOTE] = ACTIONS(1372), - [anon_sym_L_DQUOTE] = ACTIONS(1372), - [anon_sym_u_DQUOTE] = ACTIONS(1372), - [anon_sym_U_DQUOTE] = ACTIONS(1372), - [anon_sym_u8_DQUOTE] = ACTIONS(1372), - [anon_sym_DQUOTE] = ACTIONS(1372), - [sym_true] = ACTIONS(1370), - [sym_false] = ACTIONS(1370), - [anon_sym_NULL] = ACTIONS(1370), - [anon_sym_nullptr] = ACTIONS(1370), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1370), - [anon_sym_rayPayloadInEXT] = ACTIONS(1370), - [anon_sym_hitAttributeEXT] = ACTIONS(1370), - [anon_sym_callableDataEXT] = ACTIONS(1370), - [anon_sym_callableDataInEXT] = ACTIONS(1370), - [anon_sym_shaderRecordEXT] = ACTIONS(1370), - [anon_sym_rayPayloadNV] = ACTIONS(1370), - [anon_sym_rayPayloadInNV] = ACTIONS(1370), - [anon_sym_hitAttributeNV] = ACTIONS(1370), - [anon_sym_callableDataNV] = ACTIONS(1370), - [anon_sym_callableDataInNV] = ACTIONS(1370), - [anon_sym_shaderRecordNV] = ACTIONS(1370), - [anon_sym_layout] = ACTIONS(1370), - }, - [110] = { - [sym_identifier] = ACTIONS(1374), - [aux_sym_preproc_include_token1] = ACTIONS(1374), - [aux_sym_preproc_def_token1] = ACTIONS(1374), - [aux_sym_preproc_if_token1] = ACTIONS(1374), - [aux_sym_preproc_if_token2] = ACTIONS(1374), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1374), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1374), - [aux_sym_preproc_else_token1] = ACTIONS(1374), - [aux_sym_preproc_elif_token1] = ACTIONS(1374), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1374), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1374), - [sym_preproc_directive] = ACTIONS(1374), - [anon_sym_LPAREN2] = ACTIONS(1376), - [anon_sym_BANG] = ACTIONS(1376), - [anon_sym_TILDE] = ACTIONS(1376), - [anon_sym_DASH] = ACTIONS(1374), - [anon_sym_PLUS] = ACTIONS(1374), - [anon_sym_STAR] = ACTIONS(1376), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_subroutine] = ACTIONS(1374), - [anon_sym_invariant] = ACTIONS(1374), - [anon_sym_precise] = ACTIONS(1374), - [anon_sym_SEMI] = ACTIONS(1376), - [anon_sym_in] = ACTIONS(1374), - [anon_sym_out] = ACTIONS(1374), - [anon_sym_inout] = ACTIONS(1374), - [anon_sym_uniform] = ACTIONS(1374), - [anon_sym_shared] = ACTIONS(1374), - [anon_sym_attribute] = ACTIONS(1374), - [anon_sym_varying] = ACTIONS(1374), - [anon_sym_buffer] = ACTIONS(1374), - [anon_sym_coherent] = ACTIONS(1374), - [anon_sym_readonly] = ACTIONS(1374), - [anon_sym_writeonly] = ACTIONS(1374), - [anon_sym_precision] = ACTIONS(1374), - [anon_sym_highp] = ACTIONS(1374), - [anon_sym_mediump] = ACTIONS(1374), - [anon_sym_lowp] = ACTIONS(1374), - [anon_sym_centroid] = ACTIONS(1374), - [anon_sym_sample] = ACTIONS(1374), - [anon_sym_patch] = ACTIONS(1374), - [anon_sym_smooth] = ACTIONS(1374), - [anon_sym_flat] = ACTIONS(1374), - [anon_sym_noperspective] = ACTIONS(1374), - [anon_sym___extension__] = ACTIONS(1374), - [anon_sym_typedef] = ACTIONS(1374), - [anon_sym_extern] = ACTIONS(1374), - [anon_sym___attribute__] = ACTIONS(1374), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1376), - [anon_sym___declspec] = ACTIONS(1374), - [anon_sym___cdecl] = ACTIONS(1374), - [anon_sym___clrcall] = ACTIONS(1374), - [anon_sym___stdcall] = ACTIONS(1374), - [anon_sym___fastcall] = ACTIONS(1374), - [anon_sym___thiscall] = ACTIONS(1374), - [anon_sym___vectorcall] = ACTIONS(1374), - [anon_sym_LBRACE] = ACTIONS(1376), - [anon_sym_signed] = ACTIONS(1374), - [anon_sym_unsigned] = ACTIONS(1374), - [anon_sym_long] = ACTIONS(1374), - [anon_sym_short] = ACTIONS(1374), - [anon_sym_static] = ACTIONS(1374), - [anon_sym_auto] = ACTIONS(1374), - [anon_sym_register] = ACTIONS(1374), - [anon_sym_inline] = ACTIONS(1374), - [anon_sym___inline] = ACTIONS(1374), - [anon_sym___inline__] = ACTIONS(1374), - [anon_sym___forceinline] = ACTIONS(1374), - [anon_sym_thread_local] = ACTIONS(1374), - [anon_sym___thread] = ACTIONS(1374), - [anon_sym_const] = ACTIONS(1374), - [anon_sym_constexpr] = ACTIONS(1374), - [anon_sym_volatile] = ACTIONS(1374), - [anon_sym_restrict] = ACTIONS(1374), - [anon_sym___restrict__] = ACTIONS(1374), - [anon_sym__Atomic] = ACTIONS(1374), - [anon_sym__Noreturn] = ACTIONS(1374), - [anon_sym_noreturn] = ACTIONS(1374), - [sym_primitive_type] = ACTIONS(1374), - [anon_sym_enum] = ACTIONS(1374), - [anon_sym_struct] = ACTIONS(1374), - [anon_sym_union] = ACTIONS(1374), - [anon_sym_if] = ACTIONS(1374), - [anon_sym_else] = ACTIONS(1374), - [anon_sym_switch] = ACTIONS(1374), - [anon_sym_case] = ACTIONS(1374), - [anon_sym_default] = ACTIONS(1374), - [anon_sym_while] = ACTIONS(1374), - [anon_sym_do] = ACTIONS(1374), - [anon_sym_for] = ACTIONS(1374), - [anon_sym_return] = ACTIONS(1374), - [anon_sym_break] = ACTIONS(1374), - [anon_sym_continue] = ACTIONS(1374), - [anon_sym_goto] = ACTIONS(1374), - [anon_sym_DASH_DASH] = ACTIONS(1376), - [anon_sym_PLUS_PLUS] = ACTIONS(1376), - [anon_sym_sizeof] = ACTIONS(1374), - [anon_sym___alignof__] = ACTIONS(1374), - [anon_sym___alignof] = ACTIONS(1374), - [anon_sym__alignof] = ACTIONS(1374), - [anon_sym_alignof] = ACTIONS(1374), - [anon_sym__Alignof] = ACTIONS(1374), - [anon_sym_offsetof] = ACTIONS(1374), - [anon_sym__Generic] = ACTIONS(1374), - [anon_sym_asm] = ACTIONS(1374), - [anon_sym___asm__] = ACTIONS(1374), - [sym_number_literal] = ACTIONS(1376), - [anon_sym_L_SQUOTE] = ACTIONS(1376), - [anon_sym_u_SQUOTE] = ACTIONS(1376), - [anon_sym_U_SQUOTE] = ACTIONS(1376), - [anon_sym_u8_SQUOTE] = ACTIONS(1376), - [anon_sym_SQUOTE] = ACTIONS(1376), - [anon_sym_L_DQUOTE] = ACTIONS(1376), - [anon_sym_u_DQUOTE] = ACTIONS(1376), - [anon_sym_U_DQUOTE] = ACTIONS(1376), - [anon_sym_u8_DQUOTE] = ACTIONS(1376), - [anon_sym_DQUOTE] = ACTIONS(1376), - [sym_true] = ACTIONS(1374), - [sym_false] = ACTIONS(1374), - [anon_sym_NULL] = ACTIONS(1374), - [anon_sym_nullptr] = ACTIONS(1374), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1374), - [anon_sym_rayPayloadInEXT] = ACTIONS(1374), - [anon_sym_hitAttributeEXT] = ACTIONS(1374), - [anon_sym_callableDataEXT] = ACTIONS(1374), - [anon_sym_callableDataInEXT] = ACTIONS(1374), - [anon_sym_shaderRecordEXT] = ACTIONS(1374), - [anon_sym_rayPayloadNV] = ACTIONS(1374), - [anon_sym_rayPayloadInNV] = ACTIONS(1374), - [anon_sym_hitAttributeNV] = ACTIONS(1374), - [anon_sym_callableDataNV] = ACTIONS(1374), - [anon_sym_callableDataInNV] = ACTIONS(1374), - [anon_sym_shaderRecordNV] = ACTIONS(1374), - [anon_sym_layout] = ACTIONS(1374), - }, - [111] = { - [sym_identifier] = ACTIONS(1378), - [aux_sym_preproc_include_token1] = ACTIONS(1378), - [aux_sym_preproc_def_token1] = ACTIONS(1378), - [aux_sym_preproc_if_token1] = ACTIONS(1378), - [aux_sym_preproc_if_token2] = ACTIONS(1378), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1378), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1378), - [aux_sym_preproc_else_token1] = ACTIONS(1378), - [aux_sym_preproc_elif_token1] = ACTIONS(1378), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1378), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1378), - [sym_preproc_directive] = ACTIONS(1378), - [anon_sym_LPAREN2] = ACTIONS(1380), - [anon_sym_BANG] = ACTIONS(1380), - [anon_sym_TILDE] = ACTIONS(1380), - [anon_sym_DASH] = ACTIONS(1378), - [anon_sym_PLUS] = ACTIONS(1378), - [anon_sym_STAR] = ACTIONS(1380), - [anon_sym_AMP] = ACTIONS(1380), - [anon_sym_subroutine] = ACTIONS(1378), - [anon_sym_invariant] = ACTIONS(1378), - [anon_sym_precise] = ACTIONS(1378), - [anon_sym_SEMI] = ACTIONS(1380), - [anon_sym_in] = ACTIONS(1378), - [anon_sym_out] = ACTIONS(1378), - [anon_sym_inout] = ACTIONS(1378), - [anon_sym_uniform] = ACTIONS(1378), - [anon_sym_shared] = ACTIONS(1378), - [anon_sym_attribute] = ACTIONS(1378), - [anon_sym_varying] = ACTIONS(1378), - [anon_sym_buffer] = ACTIONS(1378), - [anon_sym_coherent] = ACTIONS(1378), - [anon_sym_readonly] = ACTIONS(1378), - [anon_sym_writeonly] = ACTIONS(1378), - [anon_sym_precision] = ACTIONS(1378), - [anon_sym_highp] = ACTIONS(1378), - [anon_sym_mediump] = ACTIONS(1378), - [anon_sym_lowp] = ACTIONS(1378), - [anon_sym_centroid] = ACTIONS(1378), - [anon_sym_sample] = ACTIONS(1378), - [anon_sym_patch] = ACTIONS(1378), - [anon_sym_smooth] = ACTIONS(1378), - [anon_sym_flat] = ACTIONS(1378), - [anon_sym_noperspective] = ACTIONS(1378), - [anon_sym___extension__] = ACTIONS(1378), - [anon_sym_typedef] = ACTIONS(1378), - [anon_sym_extern] = ACTIONS(1378), - [anon_sym___attribute__] = ACTIONS(1378), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1380), - [anon_sym___declspec] = ACTIONS(1378), - [anon_sym___cdecl] = ACTIONS(1378), - [anon_sym___clrcall] = ACTIONS(1378), - [anon_sym___stdcall] = ACTIONS(1378), - [anon_sym___fastcall] = ACTIONS(1378), - [anon_sym___thiscall] = ACTIONS(1378), - [anon_sym___vectorcall] = ACTIONS(1378), - [anon_sym_LBRACE] = ACTIONS(1380), - [anon_sym_signed] = ACTIONS(1378), - [anon_sym_unsigned] = ACTIONS(1378), - [anon_sym_long] = ACTIONS(1378), - [anon_sym_short] = ACTIONS(1378), - [anon_sym_static] = ACTIONS(1378), - [anon_sym_auto] = ACTIONS(1378), - [anon_sym_register] = ACTIONS(1378), - [anon_sym_inline] = ACTIONS(1378), - [anon_sym___inline] = ACTIONS(1378), - [anon_sym___inline__] = ACTIONS(1378), - [anon_sym___forceinline] = ACTIONS(1378), - [anon_sym_thread_local] = ACTIONS(1378), - [anon_sym___thread] = ACTIONS(1378), - [anon_sym_const] = ACTIONS(1378), - [anon_sym_constexpr] = ACTIONS(1378), - [anon_sym_volatile] = ACTIONS(1378), - [anon_sym_restrict] = ACTIONS(1378), - [anon_sym___restrict__] = ACTIONS(1378), - [anon_sym__Atomic] = ACTIONS(1378), - [anon_sym__Noreturn] = ACTIONS(1378), - [anon_sym_noreturn] = ACTIONS(1378), - [sym_primitive_type] = ACTIONS(1378), - [anon_sym_enum] = ACTIONS(1378), - [anon_sym_struct] = ACTIONS(1378), - [anon_sym_union] = ACTIONS(1378), - [anon_sym_if] = ACTIONS(1378), - [anon_sym_else] = ACTIONS(1378), - [anon_sym_switch] = ACTIONS(1378), - [anon_sym_case] = ACTIONS(1378), - [anon_sym_default] = ACTIONS(1378), - [anon_sym_while] = ACTIONS(1378), - [anon_sym_do] = ACTIONS(1378), - [anon_sym_for] = ACTIONS(1378), - [anon_sym_return] = ACTIONS(1378), - [anon_sym_break] = ACTIONS(1378), - [anon_sym_continue] = ACTIONS(1378), - [anon_sym_goto] = ACTIONS(1378), - [anon_sym_DASH_DASH] = ACTIONS(1380), - [anon_sym_PLUS_PLUS] = ACTIONS(1380), - [anon_sym_sizeof] = ACTIONS(1378), - [anon_sym___alignof__] = ACTIONS(1378), - [anon_sym___alignof] = ACTIONS(1378), - [anon_sym__alignof] = ACTIONS(1378), - [anon_sym_alignof] = ACTIONS(1378), - [anon_sym__Alignof] = ACTIONS(1378), - [anon_sym_offsetof] = ACTIONS(1378), - [anon_sym__Generic] = ACTIONS(1378), - [anon_sym_asm] = ACTIONS(1378), - [anon_sym___asm__] = ACTIONS(1378), - [sym_number_literal] = ACTIONS(1380), - [anon_sym_L_SQUOTE] = ACTIONS(1380), - [anon_sym_u_SQUOTE] = ACTIONS(1380), - [anon_sym_U_SQUOTE] = ACTIONS(1380), - [anon_sym_u8_SQUOTE] = ACTIONS(1380), - [anon_sym_SQUOTE] = ACTIONS(1380), - [anon_sym_L_DQUOTE] = ACTIONS(1380), - [anon_sym_u_DQUOTE] = ACTIONS(1380), - [anon_sym_U_DQUOTE] = ACTIONS(1380), - [anon_sym_u8_DQUOTE] = ACTIONS(1380), - [anon_sym_DQUOTE] = ACTIONS(1380), - [sym_true] = ACTIONS(1378), - [sym_false] = ACTIONS(1378), - [anon_sym_NULL] = ACTIONS(1378), - [anon_sym_nullptr] = ACTIONS(1378), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1378), - [anon_sym_rayPayloadInEXT] = ACTIONS(1378), - [anon_sym_hitAttributeEXT] = ACTIONS(1378), - [anon_sym_callableDataEXT] = ACTIONS(1378), - [anon_sym_callableDataInEXT] = ACTIONS(1378), - [anon_sym_shaderRecordEXT] = ACTIONS(1378), - [anon_sym_rayPayloadNV] = ACTIONS(1378), - [anon_sym_rayPayloadInNV] = ACTIONS(1378), - [anon_sym_hitAttributeNV] = ACTIONS(1378), - [anon_sym_callableDataNV] = ACTIONS(1378), - [anon_sym_callableDataInNV] = ACTIONS(1378), - [anon_sym_shaderRecordNV] = ACTIONS(1378), - [anon_sym_layout] = ACTIONS(1378), - }, - [112] = { - [sym_identifier] = ACTIONS(1382), - [aux_sym_preproc_include_token1] = ACTIONS(1382), - [aux_sym_preproc_def_token1] = ACTIONS(1382), - [aux_sym_preproc_if_token1] = ACTIONS(1382), - [aux_sym_preproc_if_token2] = ACTIONS(1382), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1382), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1382), - [aux_sym_preproc_else_token1] = ACTIONS(1382), - [aux_sym_preproc_elif_token1] = ACTIONS(1382), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1382), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1382), - [sym_preproc_directive] = ACTIONS(1382), - [anon_sym_LPAREN2] = ACTIONS(1384), - [anon_sym_BANG] = ACTIONS(1384), - [anon_sym_TILDE] = ACTIONS(1384), - [anon_sym_DASH] = ACTIONS(1382), - [anon_sym_PLUS] = ACTIONS(1382), - [anon_sym_STAR] = ACTIONS(1384), - [anon_sym_AMP] = ACTIONS(1384), - [anon_sym_subroutine] = ACTIONS(1382), - [anon_sym_invariant] = ACTIONS(1382), - [anon_sym_precise] = ACTIONS(1382), - [anon_sym_SEMI] = ACTIONS(1384), - [anon_sym_in] = ACTIONS(1382), - [anon_sym_out] = ACTIONS(1382), - [anon_sym_inout] = ACTIONS(1382), - [anon_sym_uniform] = ACTIONS(1382), - [anon_sym_shared] = ACTIONS(1382), - [anon_sym_attribute] = ACTIONS(1382), - [anon_sym_varying] = ACTIONS(1382), - [anon_sym_buffer] = ACTIONS(1382), - [anon_sym_coherent] = ACTIONS(1382), - [anon_sym_readonly] = ACTIONS(1382), - [anon_sym_writeonly] = ACTIONS(1382), - [anon_sym_precision] = ACTIONS(1382), - [anon_sym_highp] = ACTIONS(1382), - [anon_sym_mediump] = ACTIONS(1382), - [anon_sym_lowp] = ACTIONS(1382), - [anon_sym_centroid] = ACTIONS(1382), - [anon_sym_sample] = ACTIONS(1382), - [anon_sym_patch] = ACTIONS(1382), - [anon_sym_smooth] = ACTIONS(1382), - [anon_sym_flat] = ACTIONS(1382), - [anon_sym_noperspective] = ACTIONS(1382), - [anon_sym___extension__] = ACTIONS(1382), - [anon_sym_typedef] = ACTIONS(1382), - [anon_sym_extern] = ACTIONS(1382), - [anon_sym___attribute__] = ACTIONS(1382), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1384), - [anon_sym___declspec] = ACTIONS(1382), - [anon_sym___cdecl] = ACTIONS(1382), - [anon_sym___clrcall] = ACTIONS(1382), - [anon_sym___stdcall] = ACTIONS(1382), - [anon_sym___fastcall] = ACTIONS(1382), - [anon_sym___thiscall] = ACTIONS(1382), - [anon_sym___vectorcall] = ACTIONS(1382), - [anon_sym_LBRACE] = ACTIONS(1384), - [anon_sym_signed] = ACTIONS(1382), - [anon_sym_unsigned] = ACTIONS(1382), - [anon_sym_long] = ACTIONS(1382), - [anon_sym_short] = ACTIONS(1382), - [anon_sym_static] = ACTIONS(1382), - [anon_sym_auto] = ACTIONS(1382), - [anon_sym_register] = ACTIONS(1382), - [anon_sym_inline] = ACTIONS(1382), - [anon_sym___inline] = ACTIONS(1382), - [anon_sym___inline__] = ACTIONS(1382), - [anon_sym___forceinline] = ACTIONS(1382), - [anon_sym_thread_local] = ACTIONS(1382), - [anon_sym___thread] = ACTIONS(1382), - [anon_sym_const] = ACTIONS(1382), - [anon_sym_constexpr] = ACTIONS(1382), - [anon_sym_volatile] = ACTIONS(1382), - [anon_sym_restrict] = ACTIONS(1382), - [anon_sym___restrict__] = ACTIONS(1382), - [anon_sym__Atomic] = ACTIONS(1382), - [anon_sym__Noreturn] = ACTIONS(1382), - [anon_sym_noreturn] = ACTIONS(1382), - [sym_primitive_type] = ACTIONS(1382), - [anon_sym_enum] = ACTIONS(1382), - [anon_sym_struct] = ACTIONS(1382), - [anon_sym_union] = ACTIONS(1382), - [anon_sym_if] = ACTIONS(1382), - [anon_sym_else] = ACTIONS(1382), - [anon_sym_switch] = ACTIONS(1382), - [anon_sym_case] = ACTIONS(1382), - [anon_sym_default] = ACTIONS(1382), - [anon_sym_while] = ACTIONS(1382), - [anon_sym_do] = ACTIONS(1382), - [anon_sym_for] = ACTIONS(1382), - [anon_sym_return] = ACTIONS(1382), - [anon_sym_break] = ACTIONS(1382), - [anon_sym_continue] = ACTIONS(1382), - [anon_sym_goto] = ACTIONS(1382), - [anon_sym_DASH_DASH] = ACTIONS(1384), - [anon_sym_PLUS_PLUS] = ACTIONS(1384), - [anon_sym_sizeof] = ACTIONS(1382), - [anon_sym___alignof__] = ACTIONS(1382), - [anon_sym___alignof] = ACTIONS(1382), - [anon_sym__alignof] = ACTIONS(1382), - [anon_sym_alignof] = ACTIONS(1382), - [anon_sym__Alignof] = ACTIONS(1382), - [anon_sym_offsetof] = ACTIONS(1382), - [anon_sym__Generic] = ACTIONS(1382), - [anon_sym_asm] = ACTIONS(1382), - [anon_sym___asm__] = ACTIONS(1382), - [sym_number_literal] = ACTIONS(1384), - [anon_sym_L_SQUOTE] = ACTIONS(1384), - [anon_sym_u_SQUOTE] = ACTIONS(1384), - [anon_sym_U_SQUOTE] = ACTIONS(1384), - [anon_sym_u8_SQUOTE] = ACTIONS(1384), - [anon_sym_SQUOTE] = ACTIONS(1384), - [anon_sym_L_DQUOTE] = ACTIONS(1384), - [anon_sym_u_DQUOTE] = ACTIONS(1384), - [anon_sym_U_DQUOTE] = ACTIONS(1384), - [anon_sym_u8_DQUOTE] = ACTIONS(1384), - [anon_sym_DQUOTE] = ACTIONS(1384), - [sym_true] = ACTIONS(1382), - [sym_false] = ACTIONS(1382), - [anon_sym_NULL] = ACTIONS(1382), - [anon_sym_nullptr] = ACTIONS(1382), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1382), - [anon_sym_rayPayloadInEXT] = ACTIONS(1382), - [anon_sym_hitAttributeEXT] = ACTIONS(1382), - [anon_sym_callableDataEXT] = ACTIONS(1382), - [anon_sym_callableDataInEXT] = ACTIONS(1382), - [anon_sym_shaderRecordEXT] = ACTIONS(1382), - [anon_sym_rayPayloadNV] = ACTIONS(1382), - [anon_sym_rayPayloadInNV] = ACTIONS(1382), - [anon_sym_hitAttributeNV] = ACTIONS(1382), - [anon_sym_callableDataNV] = ACTIONS(1382), - [anon_sym_callableDataInNV] = ACTIONS(1382), - [anon_sym_shaderRecordNV] = ACTIONS(1382), - [anon_sym_layout] = ACTIONS(1382), - }, - [113] = { - [sym_identifier] = ACTIONS(1386), - [aux_sym_preproc_include_token1] = ACTIONS(1386), - [aux_sym_preproc_def_token1] = ACTIONS(1386), - [aux_sym_preproc_if_token1] = ACTIONS(1386), - [aux_sym_preproc_if_token2] = ACTIONS(1386), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1386), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1386), - [aux_sym_preproc_else_token1] = ACTIONS(1386), - [aux_sym_preproc_elif_token1] = ACTIONS(1386), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1386), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1386), - [sym_preproc_directive] = ACTIONS(1386), - [anon_sym_LPAREN2] = ACTIONS(1388), - [anon_sym_BANG] = ACTIONS(1388), - [anon_sym_TILDE] = ACTIONS(1388), - [anon_sym_DASH] = ACTIONS(1386), - [anon_sym_PLUS] = ACTIONS(1386), - [anon_sym_STAR] = ACTIONS(1388), - [anon_sym_AMP] = ACTIONS(1388), - [anon_sym_subroutine] = ACTIONS(1386), - [anon_sym_invariant] = ACTIONS(1386), - [anon_sym_precise] = ACTIONS(1386), - [anon_sym_SEMI] = ACTIONS(1388), - [anon_sym_in] = ACTIONS(1386), - [anon_sym_out] = ACTIONS(1386), - [anon_sym_inout] = ACTIONS(1386), - [anon_sym_uniform] = ACTIONS(1386), - [anon_sym_shared] = ACTIONS(1386), - [anon_sym_attribute] = ACTIONS(1386), - [anon_sym_varying] = ACTIONS(1386), - [anon_sym_buffer] = ACTIONS(1386), - [anon_sym_coherent] = ACTIONS(1386), - [anon_sym_readonly] = ACTIONS(1386), - [anon_sym_writeonly] = ACTIONS(1386), - [anon_sym_precision] = ACTIONS(1386), - [anon_sym_highp] = ACTIONS(1386), - [anon_sym_mediump] = ACTIONS(1386), - [anon_sym_lowp] = ACTIONS(1386), - [anon_sym_centroid] = ACTIONS(1386), - [anon_sym_sample] = ACTIONS(1386), - [anon_sym_patch] = ACTIONS(1386), - [anon_sym_smooth] = ACTIONS(1386), - [anon_sym_flat] = ACTIONS(1386), - [anon_sym_noperspective] = ACTIONS(1386), - [anon_sym___extension__] = ACTIONS(1386), - [anon_sym_typedef] = ACTIONS(1386), - [anon_sym_extern] = ACTIONS(1386), - [anon_sym___attribute__] = ACTIONS(1386), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1388), - [anon_sym___declspec] = ACTIONS(1386), - [anon_sym___cdecl] = ACTIONS(1386), - [anon_sym___clrcall] = ACTIONS(1386), - [anon_sym___stdcall] = ACTIONS(1386), - [anon_sym___fastcall] = ACTIONS(1386), - [anon_sym___thiscall] = ACTIONS(1386), - [anon_sym___vectorcall] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_signed] = ACTIONS(1386), - [anon_sym_unsigned] = ACTIONS(1386), - [anon_sym_long] = ACTIONS(1386), - [anon_sym_short] = ACTIONS(1386), - [anon_sym_static] = ACTIONS(1386), - [anon_sym_auto] = ACTIONS(1386), - [anon_sym_register] = ACTIONS(1386), - [anon_sym_inline] = ACTIONS(1386), - [anon_sym___inline] = ACTIONS(1386), - [anon_sym___inline__] = ACTIONS(1386), - [anon_sym___forceinline] = ACTIONS(1386), - [anon_sym_thread_local] = ACTIONS(1386), - [anon_sym___thread] = ACTIONS(1386), - [anon_sym_const] = ACTIONS(1386), - [anon_sym_constexpr] = ACTIONS(1386), - [anon_sym_volatile] = ACTIONS(1386), - [anon_sym_restrict] = ACTIONS(1386), - [anon_sym___restrict__] = ACTIONS(1386), - [anon_sym__Atomic] = ACTIONS(1386), - [anon_sym__Noreturn] = ACTIONS(1386), - [anon_sym_noreturn] = ACTIONS(1386), - [sym_primitive_type] = ACTIONS(1386), - [anon_sym_enum] = ACTIONS(1386), - [anon_sym_struct] = ACTIONS(1386), - [anon_sym_union] = ACTIONS(1386), - [anon_sym_if] = ACTIONS(1386), - [anon_sym_else] = ACTIONS(1386), - [anon_sym_switch] = ACTIONS(1386), - [anon_sym_case] = ACTIONS(1386), - [anon_sym_default] = ACTIONS(1386), - [anon_sym_while] = ACTIONS(1386), - [anon_sym_do] = ACTIONS(1386), - [anon_sym_for] = ACTIONS(1386), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1386), - [anon_sym_continue] = ACTIONS(1386), - [anon_sym_goto] = ACTIONS(1386), - [anon_sym_DASH_DASH] = ACTIONS(1388), - [anon_sym_PLUS_PLUS] = ACTIONS(1388), - [anon_sym_sizeof] = ACTIONS(1386), - [anon_sym___alignof__] = ACTIONS(1386), - [anon_sym___alignof] = ACTIONS(1386), - [anon_sym__alignof] = ACTIONS(1386), - [anon_sym_alignof] = ACTIONS(1386), - [anon_sym__Alignof] = ACTIONS(1386), - [anon_sym_offsetof] = ACTIONS(1386), - [anon_sym__Generic] = ACTIONS(1386), - [anon_sym_asm] = ACTIONS(1386), - [anon_sym___asm__] = ACTIONS(1386), - [sym_number_literal] = ACTIONS(1388), - [anon_sym_L_SQUOTE] = ACTIONS(1388), - [anon_sym_u_SQUOTE] = ACTIONS(1388), - [anon_sym_U_SQUOTE] = ACTIONS(1388), - [anon_sym_u8_SQUOTE] = ACTIONS(1388), - [anon_sym_SQUOTE] = ACTIONS(1388), - [anon_sym_L_DQUOTE] = ACTIONS(1388), - [anon_sym_u_DQUOTE] = ACTIONS(1388), - [anon_sym_U_DQUOTE] = ACTIONS(1388), - [anon_sym_u8_DQUOTE] = ACTIONS(1388), - [anon_sym_DQUOTE] = ACTIONS(1388), - [sym_true] = ACTIONS(1386), - [sym_false] = ACTIONS(1386), - [anon_sym_NULL] = ACTIONS(1386), - [anon_sym_nullptr] = ACTIONS(1386), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1386), - [anon_sym_rayPayloadInEXT] = ACTIONS(1386), - [anon_sym_hitAttributeEXT] = ACTIONS(1386), - [anon_sym_callableDataEXT] = ACTIONS(1386), - [anon_sym_callableDataInEXT] = ACTIONS(1386), - [anon_sym_shaderRecordEXT] = ACTIONS(1386), - [anon_sym_rayPayloadNV] = ACTIONS(1386), - [anon_sym_rayPayloadInNV] = ACTIONS(1386), - [anon_sym_hitAttributeNV] = ACTIONS(1386), - [anon_sym_callableDataNV] = ACTIONS(1386), - [anon_sym_callableDataInNV] = ACTIONS(1386), - [anon_sym_shaderRecordNV] = ACTIONS(1386), - [anon_sym_layout] = ACTIONS(1386), - }, - [114] = { - [sym_identifier] = ACTIONS(1390), - [aux_sym_preproc_include_token1] = ACTIONS(1390), - [aux_sym_preproc_def_token1] = ACTIONS(1390), - [aux_sym_preproc_if_token1] = ACTIONS(1390), - [aux_sym_preproc_if_token2] = ACTIONS(1390), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1390), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1390), - [aux_sym_preproc_else_token1] = ACTIONS(1390), - [aux_sym_preproc_elif_token1] = ACTIONS(1390), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1390), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1390), - [sym_preproc_directive] = ACTIONS(1390), - [anon_sym_LPAREN2] = ACTIONS(1392), - [anon_sym_BANG] = ACTIONS(1392), - [anon_sym_TILDE] = ACTIONS(1392), - [anon_sym_DASH] = ACTIONS(1390), - [anon_sym_PLUS] = ACTIONS(1390), - [anon_sym_STAR] = ACTIONS(1392), - [anon_sym_AMP] = ACTIONS(1392), - [anon_sym_subroutine] = ACTIONS(1390), - [anon_sym_invariant] = ACTIONS(1390), - [anon_sym_precise] = ACTIONS(1390), - [anon_sym_SEMI] = ACTIONS(1392), - [anon_sym_in] = ACTIONS(1390), - [anon_sym_out] = ACTIONS(1390), - [anon_sym_inout] = ACTIONS(1390), - [anon_sym_uniform] = ACTIONS(1390), - [anon_sym_shared] = ACTIONS(1390), - [anon_sym_attribute] = ACTIONS(1390), - [anon_sym_varying] = ACTIONS(1390), - [anon_sym_buffer] = ACTIONS(1390), - [anon_sym_coherent] = ACTIONS(1390), - [anon_sym_readonly] = ACTIONS(1390), - [anon_sym_writeonly] = ACTIONS(1390), - [anon_sym_precision] = ACTIONS(1390), - [anon_sym_highp] = ACTIONS(1390), - [anon_sym_mediump] = ACTIONS(1390), - [anon_sym_lowp] = ACTIONS(1390), - [anon_sym_centroid] = ACTIONS(1390), - [anon_sym_sample] = ACTIONS(1390), - [anon_sym_patch] = ACTIONS(1390), - [anon_sym_smooth] = ACTIONS(1390), - [anon_sym_flat] = ACTIONS(1390), - [anon_sym_noperspective] = ACTIONS(1390), - [anon_sym___extension__] = ACTIONS(1390), - [anon_sym_typedef] = ACTIONS(1390), - [anon_sym_extern] = ACTIONS(1390), - [anon_sym___attribute__] = ACTIONS(1390), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1392), - [anon_sym___declspec] = ACTIONS(1390), - [anon_sym___cdecl] = ACTIONS(1390), - [anon_sym___clrcall] = ACTIONS(1390), - [anon_sym___stdcall] = ACTIONS(1390), - [anon_sym___fastcall] = ACTIONS(1390), - [anon_sym___thiscall] = ACTIONS(1390), - [anon_sym___vectorcall] = ACTIONS(1390), - [anon_sym_LBRACE] = ACTIONS(1392), - [anon_sym_signed] = ACTIONS(1390), - [anon_sym_unsigned] = ACTIONS(1390), - [anon_sym_long] = ACTIONS(1390), - [anon_sym_short] = ACTIONS(1390), - [anon_sym_static] = ACTIONS(1390), - [anon_sym_auto] = ACTIONS(1390), - [anon_sym_register] = ACTIONS(1390), - [anon_sym_inline] = ACTIONS(1390), - [anon_sym___inline] = ACTIONS(1390), - [anon_sym___inline__] = ACTIONS(1390), - [anon_sym___forceinline] = ACTIONS(1390), - [anon_sym_thread_local] = ACTIONS(1390), - [anon_sym___thread] = ACTIONS(1390), - [anon_sym_const] = ACTIONS(1390), - [anon_sym_constexpr] = ACTIONS(1390), - [anon_sym_volatile] = ACTIONS(1390), - [anon_sym_restrict] = ACTIONS(1390), - [anon_sym___restrict__] = ACTIONS(1390), - [anon_sym__Atomic] = ACTIONS(1390), - [anon_sym__Noreturn] = ACTIONS(1390), - [anon_sym_noreturn] = ACTIONS(1390), - [sym_primitive_type] = ACTIONS(1390), - [anon_sym_enum] = ACTIONS(1390), - [anon_sym_struct] = ACTIONS(1390), - [anon_sym_union] = ACTIONS(1390), - [anon_sym_if] = ACTIONS(1390), - [anon_sym_else] = ACTIONS(1390), - [anon_sym_switch] = ACTIONS(1390), - [anon_sym_case] = ACTIONS(1390), - [anon_sym_default] = ACTIONS(1390), - [anon_sym_while] = ACTIONS(1390), - [anon_sym_do] = ACTIONS(1390), - [anon_sym_for] = ACTIONS(1390), - [anon_sym_return] = ACTIONS(1390), - [anon_sym_break] = ACTIONS(1390), - [anon_sym_continue] = ACTIONS(1390), - [anon_sym_goto] = ACTIONS(1390), - [anon_sym_DASH_DASH] = ACTIONS(1392), - [anon_sym_PLUS_PLUS] = ACTIONS(1392), - [anon_sym_sizeof] = ACTIONS(1390), - [anon_sym___alignof__] = ACTIONS(1390), - [anon_sym___alignof] = ACTIONS(1390), - [anon_sym__alignof] = ACTIONS(1390), - [anon_sym_alignof] = ACTIONS(1390), - [anon_sym__Alignof] = ACTIONS(1390), - [anon_sym_offsetof] = ACTIONS(1390), - [anon_sym__Generic] = ACTIONS(1390), - [anon_sym_asm] = ACTIONS(1390), - [anon_sym___asm__] = ACTIONS(1390), - [sym_number_literal] = ACTIONS(1392), - [anon_sym_L_SQUOTE] = ACTIONS(1392), - [anon_sym_u_SQUOTE] = ACTIONS(1392), - [anon_sym_U_SQUOTE] = ACTIONS(1392), - [anon_sym_u8_SQUOTE] = ACTIONS(1392), - [anon_sym_SQUOTE] = ACTIONS(1392), - [anon_sym_L_DQUOTE] = ACTIONS(1392), - [anon_sym_u_DQUOTE] = ACTIONS(1392), - [anon_sym_U_DQUOTE] = ACTIONS(1392), - [anon_sym_u8_DQUOTE] = ACTIONS(1392), - [anon_sym_DQUOTE] = ACTIONS(1392), - [sym_true] = ACTIONS(1390), - [sym_false] = ACTIONS(1390), - [anon_sym_NULL] = ACTIONS(1390), - [anon_sym_nullptr] = ACTIONS(1390), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1390), - [anon_sym_rayPayloadInEXT] = ACTIONS(1390), - [anon_sym_hitAttributeEXT] = ACTIONS(1390), - [anon_sym_callableDataEXT] = ACTIONS(1390), - [anon_sym_callableDataInEXT] = ACTIONS(1390), - [anon_sym_shaderRecordEXT] = ACTIONS(1390), - [anon_sym_rayPayloadNV] = ACTIONS(1390), - [anon_sym_rayPayloadInNV] = ACTIONS(1390), - [anon_sym_hitAttributeNV] = ACTIONS(1390), - [anon_sym_callableDataNV] = ACTIONS(1390), - [anon_sym_callableDataInNV] = ACTIONS(1390), - [anon_sym_shaderRecordNV] = ACTIONS(1390), - [anon_sym_layout] = ACTIONS(1390), - }, - [115] = { - [sym_identifier] = ACTIONS(1394), - [aux_sym_preproc_include_token1] = ACTIONS(1394), - [aux_sym_preproc_def_token1] = ACTIONS(1394), - [aux_sym_preproc_if_token1] = ACTIONS(1394), - [aux_sym_preproc_if_token2] = ACTIONS(1394), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1394), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1394), - [aux_sym_preproc_else_token1] = ACTIONS(1394), - [aux_sym_preproc_elif_token1] = ACTIONS(1394), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1394), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1394), - [sym_preproc_directive] = ACTIONS(1394), - [anon_sym_LPAREN2] = ACTIONS(1396), - [anon_sym_BANG] = ACTIONS(1396), - [anon_sym_TILDE] = ACTIONS(1396), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_AMP] = ACTIONS(1396), - [anon_sym_subroutine] = ACTIONS(1394), - [anon_sym_invariant] = ACTIONS(1394), - [anon_sym_precise] = ACTIONS(1394), - [anon_sym_SEMI] = ACTIONS(1396), - [anon_sym_in] = ACTIONS(1394), - [anon_sym_out] = ACTIONS(1394), - [anon_sym_inout] = ACTIONS(1394), - [anon_sym_uniform] = ACTIONS(1394), - [anon_sym_shared] = ACTIONS(1394), - [anon_sym_attribute] = ACTIONS(1394), - [anon_sym_varying] = ACTIONS(1394), - [anon_sym_buffer] = ACTIONS(1394), - [anon_sym_coherent] = ACTIONS(1394), - [anon_sym_readonly] = ACTIONS(1394), - [anon_sym_writeonly] = ACTIONS(1394), - [anon_sym_precision] = ACTIONS(1394), - [anon_sym_highp] = ACTIONS(1394), - [anon_sym_mediump] = ACTIONS(1394), - [anon_sym_lowp] = ACTIONS(1394), - [anon_sym_centroid] = ACTIONS(1394), - [anon_sym_sample] = ACTIONS(1394), - [anon_sym_patch] = ACTIONS(1394), - [anon_sym_smooth] = ACTIONS(1394), - [anon_sym_flat] = ACTIONS(1394), - [anon_sym_noperspective] = ACTIONS(1394), - [anon_sym___extension__] = ACTIONS(1394), - [anon_sym_typedef] = ACTIONS(1394), - [anon_sym_extern] = ACTIONS(1394), - [anon_sym___attribute__] = ACTIONS(1394), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1396), - [anon_sym___declspec] = ACTIONS(1394), - [anon_sym___cdecl] = ACTIONS(1394), - [anon_sym___clrcall] = ACTIONS(1394), - [anon_sym___stdcall] = ACTIONS(1394), - [anon_sym___fastcall] = ACTIONS(1394), - [anon_sym___thiscall] = ACTIONS(1394), - [anon_sym___vectorcall] = ACTIONS(1394), - [anon_sym_LBRACE] = ACTIONS(1396), - [anon_sym_signed] = ACTIONS(1394), - [anon_sym_unsigned] = ACTIONS(1394), - [anon_sym_long] = ACTIONS(1394), - [anon_sym_short] = ACTIONS(1394), - [anon_sym_static] = ACTIONS(1394), - [anon_sym_auto] = ACTIONS(1394), - [anon_sym_register] = ACTIONS(1394), - [anon_sym_inline] = ACTIONS(1394), - [anon_sym___inline] = ACTIONS(1394), - [anon_sym___inline__] = ACTIONS(1394), - [anon_sym___forceinline] = ACTIONS(1394), - [anon_sym_thread_local] = ACTIONS(1394), - [anon_sym___thread] = ACTIONS(1394), - [anon_sym_const] = ACTIONS(1394), - [anon_sym_constexpr] = ACTIONS(1394), - [anon_sym_volatile] = ACTIONS(1394), - [anon_sym_restrict] = ACTIONS(1394), - [anon_sym___restrict__] = ACTIONS(1394), - [anon_sym__Atomic] = ACTIONS(1394), - [anon_sym__Noreturn] = ACTIONS(1394), - [anon_sym_noreturn] = ACTIONS(1394), - [sym_primitive_type] = ACTIONS(1394), - [anon_sym_enum] = ACTIONS(1394), - [anon_sym_struct] = ACTIONS(1394), - [anon_sym_union] = ACTIONS(1394), - [anon_sym_if] = ACTIONS(1394), - [anon_sym_else] = ACTIONS(1394), - [anon_sym_switch] = ACTIONS(1394), - [anon_sym_case] = ACTIONS(1394), - [anon_sym_default] = ACTIONS(1394), - [anon_sym_while] = ACTIONS(1394), - [anon_sym_do] = ACTIONS(1394), - [anon_sym_for] = ACTIONS(1394), - [anon_sym_return] = ACTIONS(1394), - [anon_sym_break] = ACTIONS(1394), - [anon_sym_continue] = ACTIONS(1394), - [anon_sym_goto] = ACTIONS(1394), - [anon_sym_DASH_DASH] = ACTIONS(1396), - [anon_sym_PLUS_PLUS] = ACTIONS(1396), - [anon_sym_sizeof] = ACTIONS(1394), - [anon_sym___alignof__] = ACTIONS(1394), - [anon_sym___alignof] = ACTIONS(1394), - [anon_sym__alignof] = ACTIONS(1394), - [anon_sym_alignof] = ACTIONS(1394), - [anon_sym__Alignof] = ACTIONS(1394), - [anon_sym_offsetof] = ACTIONS(1394), - [anon_sym__Generic] = ACTIONS(1394), - [anon_sym_asm] = ACTIONS(1394), - [anon_sym___asm__] = ACTIONS(1394), - [sym_number_literal] = ACTIONS(1396), - [anon_sym_L_SQUOTE] = ACTIONS(1396), - [anon_sym_u_SQUOTE] = ACTIONS(1396), - [anon_sym_U_SQUOTE] = ACTIONS(1396), - [anon_sym_u8_SQUOTE] = ACTIONS(1396), - [anon_sym_SQUOTE] = ACTIONS(1396), - [anon_sym_L_DQUOTE] = ACTIONS(1396), - [anon_sym_u_DQUOTE] = ACTIONS(1396), - [anon_sym_U_DQUOTE] = ACTIONS(1396), - [anon_sym_u8_DQUOTE] = ACTIONS(1396), - [anon_sym_DQUOTE] = ACTIONS(1396), - [sym_true] = ACTIONS(1394), - [sym_false] = ACTIONS(1394), - [anon_sym_NULL] = ACTIONS(1394), - [anon_sym_nullptr] = ACTIONS(1394), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1394), - [anon_sym_rayPayloadInEXT] = ACTIONS(1394), - [anon_sym_hitAttributeEXT] = ACTIONS(1394), - [anon_sym_callableDataEXT] = ACTIONS(1394), - [anon_sym_callableDataInEXT] = ACTIONS(1394), - [anon_sym_shaderRecordEXT] = ACTIONS(1394), - [anon_sym_rayPayloadNV] = ACTIONS(1394), - [anon_sym_rayPayloadInNV] = ACTIONS(1394), - [anon_sym_hitAttributeNV] = ACTIONS(1394), - [anon_sym_callableDataNV] = ACTIONS(1394), - [anon_sym_callableDataInNV] = ACTIONS(1394), - [anon_sym_shaderRecordNV] = ACTIONS(1394), - [anon_sym_layout] = ACTIONS(1394), - }, - [116] = { - [sym_identifier] = ACTIONS(1398), - [aux_sym_preproc_include_token1] = ACTIONS(1398), - [aux_sym_preproc_def_token1] = ACTIONS(1398), - [aux_sym_preproc_if_token1] = ACTIONS(1398), - [aux_sym_preproc_if_token2] = ACTIONS(1398), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1398), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1398), - [aux_sym_preproc_else_token1] = ACTIONS(1398), - [aux_sym_preproc_elif_token1] = ACTIONS(1398), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1398), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1398), - [sym_preproc_directive] = ACTIONS(1398), - [anon_sym_LPAREN2] = ACTIONS(1400), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_TILDE] = ACTIONS(1400), - [anon_sym_DASH] = ACTIONS(1398), - [anon_sym_PLUS] = ACTIONS(1398), - [anon_sym_STAR] = ACTIONS(1400), - [anon_sym_AMP] = ACTIONS(1400), - [anon_sym_subroutine] = ACTIONS(1398), - [anon_sym_invariant] = ACTIONS(1398), - [anon_sym_precise] = ACTIONS(1398), - [anon_sym_SEMI] = ACTIONS(1400), - [anon_sym_in] = ACTIONS(1398), - [anon_sym_out] = ACTIONS(1398), - [anon_sym_inout] = ACTIONS(1398), - [anon_sym_uniform] = ACTIONS(1398), - [anon_sym_shared] = ACTIONS(1398), - [anon_sym_attribute] = ACTIONS(1398), - [anon_sym_varying] = ACTIONS(1398), - [anon_sym_buffer] = ACTIONS(1398), - [anon_sym_coherent] = ACTIONS(1398), - [anon_sym_readonly] = ACTIONS(1398), - [anon_sym_writeonly] = ACTIONS(1398), - [anon_sym_precision] = ACTIONS(1398), - [anon_sym_highp] = ACTIONS(1398), - [anon_sym_mediump] = ACTIONS(1398), - [anon_sym_lowp] = ACTIONS(1398), - [anon_sym_centroid] = ACTIONS(1398), - [anon_sym_sample] = ACTIONS(1398), - [anon_sym_patch] = ACTIONS(1398), - [anon_sym_smooth] = ACTIONS(1398), - [anon_sym_flat] = ACTIONS(1398), - [anon_sym_noperspective] = ACTIONS(1398), - [anon_sym___extension__] = ACTIONS(1398), - [anon_sym_typedef] = ACTIONS(1398), - [anon_sym_extern] = ACTIONS(1398), - [anon_sym___attribute__] = ACTIONS(1398), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1400), - [anon_sym___declspec] = ACTIONS(1398), - [anon_sym___cdecl] = ACTIONS(1398), - [anon_sym___clrcall] = ACTIONS(1398), - [anon_sym___stdcall] = ACTIONS(1398), - [anon_sym___fastcall] = ACTIONS(1398), - [anon_sym___thiscall] = ACTIONS(1398), - [anon_sym___vectorcall] = ACTIONS(1398), - [anon_sym_LBRACE] = ACTIONS(1400), - [anon_sym_signed] = ACTIONS(1398), - [anon_sym_unsigned] = ACTIONS(1398), - [anon_sym_long] = ACTIONS(1398), - [anon_sym_short] = ACTIONS(1398), - [anon_sym_static] = ACTIONS(1398), - [anon_sym_auto] = ACTIONS(1398), - [anon_sym_register] = ACTIONS(1398), - [anon_sym_inline] = ACTIONS(1398), - [anon_sym___inline] = ACTIONS(1398), - [anon_sym___inline__] = ACTIONS(1398), - [anon_sym___forceinline] = ACTIONS(1398), - [anon_sym_thread_local] = ACTIONS(1398), - [anon_sym___thread] = ACTIONS(1398), - [anon_sym_const] = ACTIONS(1398), - [anon_sym_constexpr] = ACTIONS(1398), - [anon_sym_volatile] = ACTIONS(1398), - [anon_sym_restrict] = ACTIONS(1398), - [anon_sym___restrict__] = ACTIONS(1398), - [anon_sym__Atomic] = ACTIONS(1398), - [anon_sym__Noreturn] = ACTIONS(1398), - [anon_sym_noreturn] = ACTIONS(1398), - [sym_primitive_type] = ACTIONS(1398), - [anon_sym_enum] = ACTIONS(1398), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_union] = ACTIONS(1398), - [anon_sym_if] = ACTIONS(1398), - [anon_sym_else] = ACTIONS(1398), - [anon_sym_switch] = ACTIONS(1398), - [anon_sym_case] = ACTIONS(1398), - [anon_sym_default] = ACTIONS(1398), - [anon_sym_while] = ACTIONS(1398), - [anon_sym_do] = ACTIONS(1398), - [anon_sym_for] = ACTIONS(1398), - [anon_sym_return] = ACTIONS(1398), - [anon_sym_break] = ACTIONS(1398), - [anon_sym_continue] = ACTIONS(1398), - [anon_sym_goto] = ACTIONS(1398), - [anon_sym_DASH_DASH] = ACTIONS(1400), - [anon_sym_PLUS_PLUS] = ACTIONS(1400), - [anon_sym_sizeof] = ACTIONS(1398), - [anon_sym___alignof__] = ACTIONS(1398), - [anon_sym___alignof] = ACTIONS(1398), - [anon_sym__alignof] = ACTIONS(1398), - [anon_sym_alignof] = ACTIONS(1398), - [anon_sym__Alignof] = ACTIONS(1398), - [anon_sym_offsetof] = ACTIONS(1398), - [anon_sym__Generic] = ACTIONS(1398), - [anon_sym_asm] = ACTIONS(1398), - [anon_sym___asm__] = ACTIONS(1398), - [sym_number_literal] = ACTIONS(1400), - [anon_sym_L_SQUOTE] = ACTIONS(1400), - [anon_sym_u_SQUOTE] = ACTIONS(1400), - [anon_sym_U_SQUOTE] = ACTIONS(1400), - [anon_sym_u8_SQUOTE] = ACTIONS(1400), - [anon_sym_SQUOTE] = ACTIONS(1400), - [anon_sym_L_DQUOTE] = ACTIONS(1400), - [anon_sym_u_DQUOTE] = ACTIONS(1400), - [anon_sym_U_DQUOTE] = ACTIONS(1400), - [anon_sym_u8_DQUOTE] = ACTIONS(1400), - [anon_sym_DQUOTE] = ACTIONS(1400), - [sym_true] = ACTIONS(1398), - [sym_false] = ACTIONS(1398), - [anon_sym_NULL] = ACTIONS(1398), - [anon_sym_nullptr] = ACTIONS(1398), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1398), - [anon_sym_rayPayloadInEXT] = ACTIONS(1398), - [anon_sym_hitAttributeEXT] = ACTIONS(1398), - [anon_sym_callableDataEXT] = ACTIONS(1398), - [anon_sym_callableDataInEXT] = ACTIONS(1398), - [anon_sym_shaderRecordEXT] = ACTIONS(1398), - [anon_sym_rayPayloadNV] = ACTIONS(1398), - [anon_sym_rayPayloadInNV] = ACTIONS(1398), - [anon_sym_hitAttributeNV] = ACTIONS(1398), - [anon_sym_callableDataNV] = ACTIONS(1398), - [anon_sym_callableDataInNV] = ACTIONS(1398), - [anon_sym_shaderRecordNV] = ACTIONS(1398), - [anon_sym_layout] = ACTIONS(1398), - }, - [117] = { - [sym_identifier] = ACTIONS(1402), - [aux_sym_preproc_include_token1] = ACTIONS(1402), - [aux_sym_preproc_def_token1] = ACTIONS(1402), - [aux_sym_preproc_if_token1] = ACTIONS(1402), - [aux_sym_preproc_if_token2] = ACTIONS(1402), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1402), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1402), - [aux_sym_preproc_else_token1] = ACTIONS(1402), - [aux_sym_preproc_elif_token1] = ACTIONS(1402), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1402), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1402), - [sym_preproc_directive] = ACTIONS(1402), - [anon_sym_LPAREN2] = ACTIONS(1404), - [anon_sym_BANG] = ACTIONS(1404), - [anon_sym_TILDE] = ACTIONS(1404), - [anon_sym_DASH] = ACTIONS(1402), - [anon_sym_PLUS] = ACTIONS(1402), - [anon_sym_STAR] = ACTIONS(1404), - [anon_sym_AMP] = ACTIONS(1404), - [anon_sym_subroutine] = ACTIONS(1402), - [anon_sym_invariant] = ACTIONS(1402), - [anon_sym_precise] = ACTIONS(1402), - [anon_sym_SEMI] = ACTIONS(1404), - [anon_sym_in] = ACTIONS(1402), - [anon_sym_out] = ACTIONS(1402), - [anon_sym_inout] = ACTIONS(1402), - [anon_sym_uniform] = ACTIONS(1402), - [anon_sym_shared] = ACTIONS(1402), - [anon_sym_attribute] = ACTIONS(1402), - [anon_sym_varying] = ACTIONS(1402), - [anon_sym_buffer] = ACTIONS(1402), - [anon_sym_coherent] = ACTIONS(1402), - [anon_sym_readonly] = ACTIONS(1402), - [anon_sym_writeonly] = ACTIONS(1402), - [anon_sym_precision] = ACTIONS(1402), - [anon_sym_highp] = ACTIONS(1402), - [anon_sym_mediump] = ACTIONS(1402), - [anon_sym_lowp] = ACTIONS(1402), - [anon_sym_centroid] = ACTIONS(1402), - [anon_sym_sample] = ACTIONS(1402), - [anon_sym_patch] = ACTIONS(1402), - [anon_sym_smooth] = ACTIONS(1402), - [anon_sym_flat] = ACTIONS(1402), - [anon_sym_noperspective] = ACTIONS(1402), - [anon_sym___extension__] = ACTIONS(1402), - [anon_sym_typedef] = ACTIONS(1402), - [anon_sym_extern] = ACTIONS(1402), - [anon_sym___attribute__] = ACTIONS(1402), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1404), - [anon_sym___declspec] = ACTIONS(1402), - [anon_sym___cdecl] = ACTIONS(1402), - [anon_sym___clrcall] = ACTIONS(1402), - [anon_sym___stdcall] = ACTIONS(1402), - [anon_sym___fastcall] = ACTIONS(1402), - [anon_sym___thiscall] = ACTIONS(1402), - [anon_sym___vectorcall] = ACTIONS(1402), - [anon_sym_LBRACE] = ACTIONS(1404), - [anon_sym_signed] = ACTIONS(1402), - [anon_sym_unsigned] = ACTIONS(1402), - [anon_sym_long] = ACTIONS(1402), - [anon_sym_short] = ACTIONS(1402), - [anon_sym_static] = ACTIONS(1402), - [anon_sym_auto] = ACTIONS(1402), - [anon_sym_register] = ACTIONS(1402), - [anon_sym_inline] = ACTIONS(1402), - [anon_sym___inline] = ACTIONS(1402), - [anon_sym___inline__] = ACTIONS(1402), - [anon_sym___forceinline] = ACTIONS(1402), - [anon_sym_thread_local] = ACTIONS(1402), - [anon_sym___thread] = ACTIONS(1402), - [anon_sym_const] = ACTIONS(1402), - [anon_sym_constexpr] = ACTIONS(1402), - [anon_sym_volatile] = ACTIONS(1402), - [anon_sym_restrict] = ACTIONS(1402), - [anon_sym___restrict__] = ACTIONS(1402), - [anon_sym__Atomic] = ACTIONS(1402), - [anon_sym__Noreturn] = ACTIONS(1402), - [anon_sym_noreturn] = ACTIONS(1402), - [sym_primitive_type] = ACTIONS(1402), - [anon_sym_enum] = ACTIONS(1402), - [anon_sym_struct] = ACTIONS(1402), - [anon_sym_union] = ACTIONS(1402), - [anon_sym_if] = ACTIONS(1402), - [anon_sym_else] = ACTIONS(1402), - [anon_sym_switch] = ACTIONS(1402), - [anon_sym_case] = ACTIONS(1402), - [anon_sym_default] = ACTIONS(1402), - [anon_sym_while] = ACTIONS(1402), - [anon_sym_do] = ACTIONS(1402), - [anon_sym_for] = ACTIONS(1402), - [anon_sym_return] = ACTIONS(1402), - [anon_sym_break] = ACTIONS(1402), - [anon_sym_continue] = ACTIONS(1402), - [anon_sym_goto] = ACTIONS(1402), - [anon_sym_DASH_DASH] = ACTIONS(1404), - [anon_sym_PLUS_PLUS] = ACTIONS(1404), - [anon_sym_sizeof] = ACTIONS(1402), - [anon_sym___alignof__] = ACTIONS(1402), - [anon_sym___alignof] = ACTIONS(1402), - [anon_sym__alignof] = ACTIONS(1402), - [anon_sym_alignof] = ACTIONS(1402), - [anon_sym__Alignof] = ACTIONS(1402), - [anon_sym_offsetof] = ACTIONS(1402), - [anon_sym__Generic] = ACTIONS(1402), - [anon_sym_asm] = ACTIONS(1402), - [anon_sym___asm__] = ACTIONS(1402), - [sym_number_literal] = ACTIONS(1404), - [anon_sym_L_SQUOTE] = ACTIONS(1404), - [anon_sym_u_SQUOTE] = ACTIONS(1404), - [anon_sym_U_SQUOTE] = ACTIONS(1404), - [anon_sym_u8_SQUOTE] = ACTIONS(1404), - [anon_sym_SQUOTE] = ACTIONS(1404), - [anon_sym_L_DQUOTE] = ACTIONS(1404), - [anon_sym_u_DQUOTE] = ACTIONS(1404), - [anon_sym_U_DQUOTE] = ACTIONS(1404), - [anon_sym_u8_DQUOTE] = ACTIONS(1404), - [anon_sym_DQUOTE] = ACTIONS(1404), - [sym_true] = ACTIONS(1402), - [sym_false] = ACTIONS(1402), - [anon_sym_NULL] = ACTIONS(1402), - [anon_sym_nullptr] = ACTIONS(1402), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1402), - [anon_sym_rayPayloadInEXT] = ACTIONS(1402), - [anon_sym_hitAttributeEXT] = ACTIONS(1402), - [anon_sym_callableDataEXT] = ACTIONS(1402), - [anon_sym_callableDataInEXT] = ACTIONS(1402), - [anon_sym_shaderRecordEXT] = ACTIONS(1402), - [anon_sym_rayPayloadNV] = ACTIONS(1402), - [anon_sym_rayPayloadInNV] = ACTIONS(1402), - [anon_sym_hitAttributeNV] = ACTIONS(1402), - [anon_sym_callableDataNV] = ACTIONS(1402), - [anon_sym_callableDataInNV] = ACTIONS(1402), - [anon_sym_shaderRecordNV] = ACTIONS(1402), - [anon_sym_layout] = ACTIONS(1402), - }, - [118] = { - [sym_identifier] = ACTIONS(1406), - [aux_sym_preproc_include_token1] = ACTIONS(1406), - [aux_sym_preproc_def_token1] = ACTIONS(1406), - [aux_sym_preproc_if_token1] = ACTIONS(1406), - [aux_sym_preproc_if_token2] = ACTIONS(1406), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1406), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1406), - [aux_sym_preproc_else_token1] = ACTIONS(1406), - [aux_sym_preproc_elif_token1] = ACTIONS(1406), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1406), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1406), - [sym_preproc_directive] = ACTIONS(1406), - [anon_sym_LPAREN2] = ACTIONS(1408), - [anon_sym_BANG] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1408), - [anon_sym_DASH] = ACTIONS(1406), - [anon_sym_PLUS] = ACTIONS(1406), - [anon_sym_STAR] = ACTIONS(1408), - [anon_sym_AMP] = ACTIONS(1408), - [anon_sym_subroutine] = ACTIONS(1406), - [anon_sym_invariant] = ACTIONS(1406), - [anon_sym_precise] = ACTIONS(1406), - [anon_sym_SEMI] = ACTIONS(1408), - [anon_sym_in] = ACTIONS(1406), - [anon_sym_out] = ACTIONS(1406), - [anon_sym_inout] = ACTIONS(1406), - [anon_sym_uniform] = ACTIONS(1406), - [anon_sym_shared] = ACTIONS(1406), - [anon_sym_attribute] = ACTIONS(1406), - [anon_sym_varying] = ACTIONS(1406), - [anon_sym_buffer] = ACTIONS(1406), - [anon_sym_coherent] = ACTIONS(1406), - [anon_sym_readonly] = ACTIONS(1406), - [anon_sym_writeonly] = ACTIONS(1406), - [anon_sym_precision] = ACTIONS(1406), - [anon_sym_highp] = ACTIONS(1406), - [anon_sym_mediump] = ACTIONS(1406), - [anon_sym_lowp] = ACTIONS(1406), - [anon_sym_centroid] = ACTIONS(1406), - [anon_sym_sample] = ACTIONS(1406), - [anon_sym_patch] = ACTIONS(1406), - [anon_sym_smooth] = ACTIONS(1406), - [anon_sym_flat] = ACTIONS(1406), - [anon_sym_noperspective] = ACTIONS(1406), - [anon_sym___extension__] = ACTIONS(1406), - [anon_sym_typedef] = ACTIONS(1406), - [anon_sym_extern] = ACTIONS(1406), - [anon_sym___attribute__] = ACTIONS(1406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1408), - [anon_sym___declspec] = ACTIONS(1406), - [anon_sym___cdecl] = ACTIONS(1406), - [anon_sym___clrcall] = ACTIONS(1406), - [anon_sym___stdcall] = ACTIONS(1406), - [anon_sym___fastcall] = ACTIONS(1406), - [anon_sym___thiscall] = ACTIONS(1406), - [anon_sym___vectorcall] = ACTIONS(1406), - [anon_sym_LBRACE] = ACTIONS(1408), - [anon_sym_signed] = ACTIONS(1406), - [anon_sym_unsigned] = ACTIONS(1406), - [anon_sym_long] = ACTIONS(1406), - [anon_sym_short] = ACTIONS(1406), - [anon_sym_static] = ACTIONS(1406), - [anon_sym_auto] = ACTIONS(1406), - [anon_sym_register] = ACTIONS(1406), - [anon_sym_inline] = ACTIONS(1406), - [anon_sym___inline] = ACTIONS(1406), - [anon_sym___inline__] = ACTIONS(1406), - [anon_sym___forceinline] = ACTIONS(1406), - [anon_sym_thread_local] = ACTIONS(1406), - [anon_sym___thread] = ACTIONS(1406), - [anon_sym_const] = ACTIONS(1406), - [anon_sym_constexpr] = ACTIONS(1406), - [anon_sym_volatile] = ACTIONS(1406), - [anon_sym_restrict] = ACTIONS(1406), - [anon_sym___restrict__] = ACTIONS(1406), - [anon_sym__Atomic] = ACTIONS(1406), - [anon_sym__Noreturn] = ACTIONS(1406), - [anon_sym_noreturn] = ACTIONS(1406), - [sym_primitive_type] = ACTIONS(1406), - [anon_sym_enum] = ACTIONS(1406), - [anon_sym_struct] = ACTIONS(1406), - [anon_sym_union] = ACTIONS(1406), - [anon_sym_if] = ACTIONS(1406), - [anon_sym_else] = ACTIONS(1406), - [anon_sym_switch] = ACTIONS(1406), - [anon_sym_case] = ACTIONS(1406), - [anon_sym_default] = ACTIONS(1406), - [anon_sym_while] = ACTIONS(1406), - [anon_sym_do] = ACTIONS(1406), - [anon_sym_for] = ACTIONS(1406), - [anon_sym_return] = ACTIONS(1406), - [anon_sym_break] = ACTIONS(1406), - [anon_sym_continue] = ACTIONS(1406), - [anon_sym_goto] = ACTIONS(1406), - [anon_sym_DASH_DASH] = ACTIONS(1408), - [anon_sym_PLUS_PLUS] = ACTIONS(1408), - [anon_sym_sizeof] = ACTIONS(1406), - [anon_sym___alignof__] = ACTIONS(1406), - [anon_sym___alignof] = ACTIONS(1406), - [anon_sym__alignof] = ACTIONS(1406), - [anon_sym_alignof] = ACTIONS(1406), - [anon_sym__Alignof] = ACTIONS(1406), - [anon_sym_offsetof] = ACTIONS(1406), - [anon_sym__Generic] = ACTIONS(1406), - [anon_sym_asm] = ACTIONS(1406), - [anon_sym___asm__] = ACTIONS(1406), - [sym_number_literal] = ACTIONS(1408), - [anon_sym_L_SQUOTE] = ACTIONS(1408), - [anon_sym_u_SQUOTE] = ACTIONS(1408), - [anon_sym_U_SQUOTE] = ACTIONS(1408), - [anon_sym_u8_SQUOTE] = ACTIONS(1408), - [anon_sym_SQUOTE] = ACTIONS(1408), - [anon_sym_L_DQUOTE] = ACTIONS(1408), - [anon_sym_u_DQUOTE] = ACTIONS(1408), - [anon_sym_U_DQUOTE] = ACTIONS(1408), - [anon_sym_u8_DQUOTE] = ACTIONS(1408), - [anon_sym_DQUOTE] = ACTIONS(1408), - [sym_true] = ACTIONS(1406), - [sym_false] = ACTIONS(1406), - [anon_sym_NULL] = ACTIONS(1406), - [anon_sym_nullptr] = ACTIONS(1406), + [102] = { + [sym_identifier] = ACTIONS(1386), + [aux_sym_preproc_include_token1] = ACTIONS(1386), + [aux_sym_preproc_def_token1] = ACTIONS(1386), + [aux_sym_preproc_if_token1] = ACTIONS(1386), + [aux_sym_preproc_if_token2] = ACTIONS(1386), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1386), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1386), + [aux_sym_preproc_else_token1] = ACTIONS(1386), + [aux_sym_preproc_elif_token1] = ACTIONS(1386), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1386), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1386), + [sym_preproc_directive] = ACTIONS(1386), + [anon_sym_LPAREN2] = ACTIONS(1388), + [anon_sym_BANG] = ACTIONS(1388), + [anon_sym_TILDE] = ACTIONS(1388), + [anon_sym_DASH] = ACTIONS(1386), + [anon_sym_PLUS] = ACTIONS(1386), + [anon_sym_STAR] = ACTIONS(1388), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_subroutine] = ACTIONS(1386), + [anon_sym_invariant] = ACTIONS(1386), + [anon_sym_precise] = ACTIONS(1386), + [anon_sym_SEMI] = ACTIONS(1388), + [anon_sym_in] = ACTIONS(1386), + [anon_sym_out] = ACTIONS(1386), + [anon_sym_inout] = ACTIONS(1386), + [anon_sym_uniform] = ACTIONS(1386), + [anon_sym_shared] = ACTIONS(1386), + [anon_sym_attribute] = ACTIONS(1386), + [anon_sym_varying] = ACTIONS(1386), + [anon_sym_buffer] = ACTIONS(1386), + [anon_sym_coherent] = ACTIONS(1386), + [anon_sym_readonly] = ACTIONS(1386), + [anon_sym_writeonly] = ACTIONS(1386), + [anon_sym_precision] = ACTIONS(1386), + [anon_sym_highp] = ACTIONS(1386), + [anon_sym_mediump] = ACTIONS(1386), + [anon_sym_lowp] = ACTIONS(1386), + [anon_sym_centroid] = ACTIONS(1386), + [anon_sym_sample] = ACTIONS(1386), + [anon_sym_patch] = ACTIONS(1386), + [anon_sym_smooth] = ACTIONS(1386), + [anon_sym_flat] = ACTIONS(1386), + [anon_sym_noperspective] = ACTIONS(1386), + [anon_sym___extension__] = ACTIONS(1386), + [anon_sym_typedef] = ACTIONS(1386), + [anon_sym_extern] = ACTIONS(1386), + [anon_sym___attribute__] = ACTIONS(1386), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1388), + [anon_sym___declspec] = ACTIONS(1386), + [anon_sym___cdecl] = ACTIONS(1386), + [anon_sym___clrcall] = ACTIONS(1386), + [anon_sym___stdcall] = ACTIONS(1386), + [anon_sym___fastcall] = ACTIONS(1386), + [anon_sym___thiscall] = ACTIONS(1386), + [anon_sym___vectorcall] = ACTIONS(1386), + [anon_sym_LBRACE] = ACTIONS(1388), + [anon_sym_signed] = ACTIONS(1386), + [anon_sym_unsigned] = ACTIONS(1386), + [anon_sym_long] = ACTIONS(1386), + [anon_sym_short] = ACTIONS(1386), + [anon_sym_static] = ACTIONS(1386), + [anon_sym_auto] = ACTIONS(1386), + [anon_sym_register] = ACTIONS(1386), + [anon_sym_inline] = ACTIONS(1386), + [anon_sym___inline] = ACTIONS(1386), + [anon_sym___inline__] = ACTIONS(1386), + [anon_sym___forceinline] = ACTIONS(1386), + [anon_sym_thread_local] = ACTIONS(1386), + [anon_sym___thread] = ACTIONS(1386), + [anon_sym_const] = ACTIONS(1386), + [anon_sym_constexpr] = ACTIONS(1386), + [anon_sym_volatile] = ACTIONS(1386), + [anon_sym_restrict] = ACTIONS(1386), + [anon_sym___restrict__] = ACTIONS(1386), + [anon_sym__Atomic] = ACTIONS(1386), + [anon_sym__Noreturn] = ACTIONS(1386), + [anon_sym_noreturn] = ACTIONS(1386), + [sym_primitive_type] = ACTIONS(1386), + [anon_sym_enum] = ACTIONS(1386), + [anon_sym_struct] = ACTIONS(1386), + [anon_sym_union] = ACTIONS(1386), + [anon_sym_if] = ACTIONS(1386), + [anon_sym_else] = ACTIONS(1386), + [anon_sym_switch] = ACTIONS(1386), + [anon_sym_case] = ACTIONS(1386), + [anon_sym_default] = ACTIONS(1386), + [anon_sym_while] = ACTIONS(1386), + [anon_sym_do] = ACTIONS(1386), + [anon_sym_for] = ACTIONS(1386), + [anon_sym_return] = ACTIONS(1386), + [anon_sym_break] = ACTIONS(1386), + [anon_sym_continue] = ACTIONS(1386), + [anon_sym_goto] = ACTIONS(1386), + [anon_sym_DASH_DASH] = ACTIONS(1388), + [anon_sym_PLUS_PLUS] = ACTIONS(1388), + [anon_sym_sizeof] = ACTIONS(1386), + [anon_sym___alignof__] = ACTIONS(1386), + [anon_sym___alignof] = ACTIONS(1386), + [anon_sym__alignof] = ACTIONS(1386), + [anon_sym_alignof] = ACTIONS(1386), + [anon_sym__Alignof] = ACTIONS(1386), + [anon_sym_offsetof] = ACTIONS(1386), + [anon_sym__Generic] = ACTIONS(1386), + [anon_sym_asm] = ACTIONS(1386), + [anon_sym___asm__] = ACTIONS(1386), + [sym_number_literal] = ACTIONS(1388), + [anon_sym_L_SQUOTE] = ACTIONS(1388), + [anon_sym_u_SQUOTE] = ACTIONS(1388), + [anon_sym_U_SQUOTE] = ACTIONS(1388), + [anon_sym_u8_SQUOTE] = ACTIONS(1388), + [anon_sym_SQUOTE] = ACTIONS(1388), + [anon_sym_L_DQUOTE] = ACTIONS(1388), + [anon_sym_u_DQUOTE] = ACTIONS(1388), + [anon_sym_U_DQUOTE] = ACTIONS(1388), + [anon_sym_u8_DQUOTE] = ACTIONS(1388), + [anon_sym_DQUOTE] = ACTIONS(1388), + [sym_true] = ACTIONS(1386), + [sym_false] = ACTIONS(1386), + [anon_sym_NULL] = ACTIONS(1386), + [anon_sym_nullptr] = ACTIONS(1386), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1406), - [anon_sym_rayPayloadInEXT] = ACTIONS(1406), - [anon_sym_hitAttributeEXT] = ACTIONS(1406), - [anon_sym_callableDataEXT] = ACTIONS(1406), - [anon_sym_callableDataInEXT] = ACTIONS(1406), - [anon_sym_shaderRecordEXT] = ACTIONS(1406), - [anon_sym_rayPayloadNV] = ACTIONS(1406), - [anon_sym_rayPayloadInNV] = ACTIONS(1406), - [anon_sym_hitAttributeNV] = ACTIONS(1406), - [anon_sym_callableDataNV] = ACTIONS(1406), - [anon_sym_callableDataInNV] = ACTIONS(1406), - [anon_sym_shaderRecordNV] = ACTIONS(1406), - [anon_sym_layout] = ACTIONS(1406), + [anon_sym_rayPayloadEXT] = ACTIONS(1386), + [anon_sym_rayPayloadInEXT] = ACTIONS(1386), + [anon_sym_hitAttributeEXT] = ACTIONS(1386), + [anon_sym_callableDataEXT] = ACTIONS(1386), + [anon_sym_callableDataInEXT] = ACTIONS(1386), + [anon_sym_shaderRecordEXT] = ACTIONS(1386), + [anon_sym_rayPayloadNV] = ACTIONS(1386), + [anon_sym_rayPayloadInNV] = ACTIONS(1386), + [anon_sym_hitAttributeNV] = ACTIONS(1386), + [anon_sym_callableDataNV] = ACTIONS(1386), + [anon_sym_callableDataInNV] = ACTIONS(1386), + [anon_sym_shaderRecordNV] = ACTIONS(1386), + [anon_sym_layout] = ACTIONS(1386), }, - [119] = { - [sym_identifier] = ACTIONS(1410), - [aux_sym_preproc_include_token1] = ACTIONS(1410), - [aux_sym_preproc_def_token1] = ACTIONS(1410), - [aux_sym_preproc_if_token1] = ACTIONS(1410), - [aux_sym_preproc_if_token2] = ACTIONS(1410), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1410), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1410), - [aux_sym_preproc_else_token1] = ACTIONS(1410), - [aux_sym_preproc_elif_token1] = ACTIONS(1410), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1410), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1410), - [sym_preproc_directive] = ACTIONS(1410), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(1412), - [anon_sym_TILDE] = ACTIONS(1412), - [anon_sym_DASH] = ACTIONS(1410), - [anon_sym_PLUS] = ACTIONS(1410), - [anon_sym_STAR] = ACTIONS(1412), - [anon_sym_AMP] = ACTIONS(1412), - [anon_sym_subroutine] = ACTIONS(1410), - [anon_sym_invariant] = ACTIONS(1410), - [anon_sym_precise] = ACTIONS(1410), - [anon_sym_SEMI] = ACTIONS(1412), - [anon_sym_in] = ACTIONS(1410), - [anon_sym_out] = ACTIONS(1410), - [anon_sym_inout] = ACTIONS(1410), - [anon_sym_uniform] = ACTIONS(1410), - [anon_sym_shared] = ACTIONS(1410), - [anon_sym_attribute] = ACTIONS(1410), - [anon_sym_varying] = ACTIONS(1410), - [anon_sym_buffer] = ACTIONS(1410), - [anon_sym_coherent] = ACTIONS(1410), - [anon_sym_readonly] = ACTIONS(1410), - [anon_sym_writeonly] = ACTIONS(1410), - [anon_sym_precision] = ACTIONS(1410), - [anon_sym_highp] = ACTIONS(1410), - [anon_sym_mediump] = ACTIONS(1410), - [anon_sym_lowp] = ACTIONS(1410), - [anon_sym_centroid] = ACTIONS(1410), - [anon_sym_sample] = ACTIONS(1410), - [anon_sym_patch] = ACTIONS(1410), - [anon_sym_smooth] = ACTIONS(1410), - [anon_sym_flat] = ACTIONS(1410), - [anon_sym_noperspective] = ACTIONS(1410), - [anon_sym___extension__] = ACTIONS(1410), - [anon_sym_typedef] = ACTIONS(1410), - [anon_sym_extern] = ACTIONS(1410), - [anon_sym___attribute__] = ACTIONS(1410), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1412), - [anon_sym___declspec] = ACTIONS(1410), - [anon_sym___cdecl] = ACTIONS(1410), - [anon_sym___clrcall] = ACTIONS(1410), - [anon_sym___stdcall] = ACTIONS(1410), - [anon_sym___fastcall] = ACTIONS(1410), - [anon_sym___thiscall] = ACTIONS(1410), - [anon_sym___vectorcall] = ACTIONS(1410), - [anon_sym_LBRACE] = ACTIONS(1412), - [anon_sym_signed] = ACTIONS(1410), - [anon_sym_unsigned] = ACTIONS(1410), - [anon_sym_long] = ACTIONS(1410), - [anon_sym_short] = ACTIONS(1410), - [anon_sym_static] = ACTIONS(1410), - [anon_sym_auto] = ACTIONS(1410), - [anon_sym_register] = ACTIONS(1410), - [anon_sym_inline] = ACTIONS(1410), - [anon_sym___inline] = ACTIONS(1410), - [anon_sym___inline__] = ACTIONS(1410), - [anon_sym___forceinline] = ACTIONS(1410), - [anon_sym_thread_local] = ACTIONS(1410), - [anon_sym___thread] = ACTIONS(1410), - [anon_sym_const] = ACTIONS(1410), - [anon_sym_constexpr] = ACTIONS(1410), - [anon_sym_volatile] = ACTIONS(1410), - [anon_sym_restrict] = ACTIONS(1410), - [anon_sym___restrict__] = ACTIONS(1410), - [anon_sym__Atomic] = ACTIONS(1410), - [anon_sym__Noreturn] = ACTIONS(1410), - [anon_sym_noreturn] = ACTIONS(1410), - [sym_primitive_type] = ACTIONS(1410), - [anon_sym_enum] = ACTIONS(1410), - [anon_sym_struct] = ACTIONS(1410), - [anon_sym_union] = ACTIONS(1410), - [anon_sym_if] = ACTIONS(1410), - [anon_sym_else] = ACTIONS(1410), - [anon_sym_switch] = ACTIONS(1410), - [anon_sym_case] = ACTIONS(1410), - [anon_sym_default] = ACTIONS(1410), - [anon_sym_while] = ACTIONS(1410), - [anon_sym_do] = ACTIONS(1410), - [anon_sym_for] = ACTIONS(1410), - [anon_sym_return] = ACTIONS(1410), - [anon_sym_break] = ACTIONS(1410), - [anon_sym_continue] = ACTIONS(1410), - [anon_sym_goto] = ACTIONS(1410), - [anon_sym_DASH_DASH] = ACTIONS(1412), - [anon_sym_PLUS_PLUS] = ACTIONS(1412), - [anon_sym_sizeof] = ACTIONS(1410), - [anon_sym___alignof__] = ACTIONS(1410), - [anon_sym___alignof] = ACTIONS(1410), - [anon_sym__alignof] = ACTIONS(1410), - [anon_sym_alignof] = ACTIONS(1410), - [anon_sym__Alignof] = ACTIONS(1410), - [anon_sym_offsetof] = ACTIONS(1410), - [anon_sym__Generic] = ACTIONS(1410), - [anon_sym_asm] = ACTIONS(1410), - [anon_sym___asm__] = ACTIONS(1410), - [sym_number_literal] = ACTIONS(1412), - [anon_sym_L_SQUOTE] = ACTIONS(1412), - [anon_sym_u_SQUOTE] = ACTIONS(1412), - [anon_sym_U_SQUOTE] = ACTIONS(1412), - [anon_sym_u8_SQUOTE] = ACTIONS(1412), - [anon_sym_SQUOTE] = ACTIONS(1412), - [anon_sym_L_DQUOTE] = ACTIONS(1412), - [anon_sym_u_DQUOTE] = ACTIONS(1412), - [anon_sym_U_DQUOTE] = ACTIONS(1412), - [anon_sym_u8_DQUOTE] = ACTIONS(1412), - [anon_sym_DQUOTE] = ACTIONS(1412), - [sym_true] = ACTIONS(1410), - [sym_false] = ACTIONS(1410), - [anon_sym_NULL] = ACTIONS(1410), - [anon_sym_nullptr] = ACTIONS(1410), + [103] = { + [sym_identifier] = ACTIONS(1390), + [aux_sym_preproc_include_token1] = ACTIONS(1390), + [aux_sym_preproc_def_token1] = ACTIONS(1390), + [aux_sym_preproc_if_token1] = ACTIONS(1390), + [aux_sym_preproc_if_token2] = ACTIONS(1390), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1390), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1390), + [aux_sym_preproc_else_token1] = ACTIONS(1390), + [aux_sym_preproc_elif_token1] = ACTIONS(1390), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1390), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1390), + [sym_preproc_directive] = ACTIONS(1390), + [anon_sym_LPAREN2] = ACTIONS(1392), + [anon_sym_BANG] = ACTIONS(1392), + [anon_sym_TILDE] = ACTIONS(1392), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_AMP] = ACTIONS(1392), + [anon_sym_subroutine] = ACTIONS(1390), + [anon_sym_invariant] = ACTIONS(1390), + [anon_sym_precise] = ACTIONS(1390), + [anon_sym_SEMI] = ACTIONS(1392), + [anon_sym_in] = ACTIONS(1390), + [anon_sym_out] = ACTIONS(1390), + [anon_sym_inout] = ACTIONS(1390), + [anon_sym_uniform] = ACTIONS(1390), + [anon_sym_shared] = ACTIONS(1390), + [anon_sym_attribute] = ACTIONS(1390), + [anon_sym_varying] = ACTIONS(1390), + [anon_sym_buffer] = ACTIONS(1390), + [anon_sym_coherent] = ACTIONS(1390), + [anon_sym_readonly] = ACTIONS(1390), + [anon_sym_writeonly] = ACTIONS(1390), + [anon_sym_precision] = ACTIONS(1390), + [anon_sym_highp] = ACTIONS(1390), + [anon_sym_mediump] = ACTIONS(1390), + [anon_sym_lowp] = ACTIONS(1390), + [anon_sym_centroid] = ACTIONS(1390), + [anon_sym_sample] = ACTIONS(1390), + [anon_sym_patch] = ACTIONS(1390), + [anon_sym_smooth] = ACTIONS(1390), + [anon_sym_flat] = ACTIONS(1390), + [anon_sym_noperspective] = ACTIONS(1390), + [anon_sym___extension__] = ACTIONS(1390), + [anon_sym_typedef] = ACTIONS(1390), + [anon_sym_extern] = ACTIONS(1390), + [anon_sym___attribute__] = ACTIONS(1390), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1392), + [anon_sym___declspec] = ACTIONS(1390), + [anon_sym___cdecl] = ACTIONS(1390), + [anon_sym___clrcall] = ACTIONS(1390), + [anon_sym___stdcall] = ACTIONS(1390), + [anon_sym___fastcall] = ACTIONS(1390), + [anon_sym___thiscall] = ACTIONS(1390), + [anon_sym___vectorcall] = ACTIONS(1390), + [anon_sym_LBRACE] = ACTIONS(1392), + [anon_sym_signed] = ACTIONS(1390), + [anon_sym_unsigned] = ACTIONS(1390), + [anon_sym_long] = ACTIONS(1390), + [anon_sym_short] = ACTIONS(1390), + [anon_sym_static] = ACTIONS(1390), + [anon_sym_auto] = ACTIONS(1390), + [anon_sym_register] = ACTIONS(1390), + [anon_sym_inline] = ACTIONS(1390), + [anon_sym___inline] = ACTIONS(1390), + [anon_sym___inline__] = ACTIONS(1390), + [anon_sym___forceinline] = ACTIONS(1390), + [anon_sym_thread_local] = ACTIONS(1390), + [anon_sym___thread] = ACTIONS(1390), + [anon_sym_const] = ACTIONS(1390), + [anon_sym_constexpr] = ACTIONS(1390), + [anon_sym_volatile] = ACTIONS(1390), + [anon_sym_restrict] = ACTIONS(1390), + [anon_sym___restrict__] = ACTIONS(1390), + [anon_sym__Atomic] = ACTIONS(1390), + [anon_sym__Noreturn] = ACTIONS(1390), + [anon_sym_noreturn] = ACTIONS(1390), + [sym_primitive_type] = ACTIONS(1390), + [anon_sym_enum] = ACTIONS(1390), + [anon_sym_struct] = ACTIONS(1390), + [anon_sym_union] = ACTIONS(1390), + [anon_sym_if] = ACTIONS(1390), + [anon_sym_else] = ACTIONS(1390), + [anon_sym_switch] = ACTIONS(1390), + [anon_sym_case] = ACTIONS(1390), + [anon_sym_default] = ACTIONS(1390), + [anon_sym_while] = ACTIONS(1390), + [anon_sym_do] = ACTIONS(1390), + [anon_sym_for] = ACTIONS(1390), + [anon_sym_return] = ACTIONS(1390), + [anon_sym_break] = ACTIONS(1390), + [anon_sym_continue] = ACTIONS(1390), + [anon_sym_goto] = ACTIONS(1390), + [anon_sym_DASH_DASH] = ACTIONS(1392), + [anon_sym_PLUS_PLUS] = ACTIONS(1392), + [anon_sym_sizeof] = ACTIONS(1390), + [anon_sym___alignof__] = ACTIONS(1390), + [anon_sym___alignof] = ACTIONS(1390), + [anon_sym__alignof] = ACTIONS(1390), + [anon_sym_alignof] = ACTIONS(1390), + [anon_sym__Alignof] = ACTIONS(1390), + [anon_sym_offsetof] = ACTIONS(1390), + [anon_sym__Generic] = ACTIONS(1390), + [anon_sym_asm] = ACTIONS(1390), + [anon_sym___asm__] = ACTIONS(1390), + [sym_number_literal] = ACTIONS(1392), + [anon_sym_L_SQUOTE] = ACTIONS(1392), + [anon_sym_u_SQUOTE] = ACTIONS(1392), + [anon_sym_U_SQUOTE] = ACTIONS(1392), + [anon_sym_u8_SQUOTE] = ACTIONS(1392), + [anon_sym_SQUOTE] = ACTIONS(1392), + [anon_sym_L_DQUOTE] = ACTIONS(1392), + [anon_sym_u_DQUOTE] = ACTIONS(1392), + [anon_sym_U_DQUOTE] = ACTIONS(1392), + [anon_sym_u8_DQUOTE] = ACTIONS(1392), + [anon_sym_DQUOTE] = ACTIONS(1392), + [sym_true] = ACTIONS(1390), + [sym_false] = ACTIONS(1390), + [anon_sym_NULL] = ACTIONS(1390), + [anon_sym_nullptr] = ACTIONS(1390), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1410), - [anon_sym_rayPayloadInEXT] = ACTIONS(1410), - [anon_sym_hitAttributeEXT] = ACTIONS(1410), - [anon_sym_callableDataEXT] = ACTIONS(1410), - [anon_sym_callableDataInEXT] = ACTIONS(1410), - [anon_sym_shaderRecordEXT] = ACTIONS(1410), - [anon_sym_rayPayloadNV] = ACTIONS(1410), - [anon_sym_rayPayloadInNV] = ACTIONS(1410), - [anon_sym_hitAttributeNV] = ACTIONS(1410), - [anon_sym_callableDataNV] = ACTIONS(1410), - [anon_sym_callableDataInNV] = ACTIONS(1410), - [anon_sym_shaderRecordNV] = ACTIONS(1410), - [anon_sym_layout] = ACTIONS(1410), + [anon_sym_rayPayloadEXT] = ACTIONS(1390), + [anon_sym_rayPayloadInEXT] = ACTIONS(1390), + [anon_sym_hitAttributeEXT] = ACTIONS(1390), + [anon_sym_callableDataEXT] = ACTIONS(1390), + [anon_sym_callableDataInEXT] = ACTIONS(1390), + [anon_sym_shaderRecordEXT] = ACTIONS(1390), + [anon_sym_rayPayloadNV] = ACTIONS(1390), + [anon_sym_rayPayloadInNV] = ACTIONS(1390), + [anon_sym_hitAttributeNV] = ACTIONS(1390), + [anon_sym_callableDataNV] = ACTIONS(1390), + [anon_sym_callableDataInNV] = ACTIONS(1390), + [anon_sym_shaderRecordNV] = ACTIONS(1390), + [anon_sym_layout] = ACTIONS(1390), }, - [120] = { - [sym_identifier] = ACTIONS(1414), - [aux_sym_preproc_include_token1] = ACTIONS(1414), - [aux_sym_preproc_def_token1] = ACTIONS(1414), - [aux_sym_preproc_if_token1] = ACTIONS(1414), - [aux_sym_preproc_if_token2] = ACTIONS(1414), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1414), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1414), - [aux_sym_preproc_else_token1] = ACTIONS(1414), - [aux_sym_preproc_elif_token1] = ACTIONS(1414), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1414), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1414), - [sym_preproc_directive] = ACTIONS(1414), - [anon_sym_LPAREN2] = ACTIONS(1416), - [anon_sym_BANG] = ACTIONS(1416), - [anon_sym_TILDE] = ACTIONS(1416), - [anon_sym_DASH] = ACTIONS(1414), - [anon_sym_PLUS] = ACTIONS(1414), - [anon_sym_STAR] = ACTIONS(1416), - [anon_sym_AMP] = ACTIONS(1416), - [anon_sym_subroutine] = ACTIONS(1414), - [anon_sym_invariant] = ACTIONS(1414), - [anon_sym_precise] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(1416), - [anon_sym_in] = ACTIONS(1414), - [anon_sym_out] = ACTIONS(1414), - [anon_sym_inout] = ACTIONS(1414), - [anon_sym_uniform] = ACTIONS(1414), - [anon_sym_shared] = ACTIONS(1414), - [anon_sym_attribute] = ACTIONS(1414), - [anon_sym_varying] = ACTIONS(1414), - [anon_sym_buffer] = ACTIONS(1414), - [anon_sym_coherent] = ACTIONS(1414), - [anon_sym_readonly] = ACTIONS(1414), - [anon_sym_writeonly] = ACTIONS(1414), - [anon_sym_precision] = ACTIONS(1414), - [anon_sym_highp] = ACTIONS(1414), - [anon_sym_mediump] = ACTIONS(1414), - [anon_sym_lowp] = ACTIONS(1414), - [anon_sym_centroid] = ACTIONS(1414), - [anon_sym_sample] = ACTIONS(1414), - [anon_sym_patch] = ACTIONS(1414), - [anon_sym_smooth] = ACTIONS(1414), - [anon_sym_flat] = ACTIONS(1414), - [anon_sym_noperspective] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1414), - [anon_sym_typedef] = ACTIONS(1414), - [anon_sym_extern] = ACTIONS(1414), - [anon_sym___attribute__] = ACTIONS(1414), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1416), - [anon_sym___declspec] = ACTIONS(1414), - [anon_sym___cdecl] = ACTIONS(1414), - [anon_sym___clrcall] = ACTIONS(1414), - [anon_sym___stdcall] = ACTIONS(1414), - [anon_sym___fastcall] = ACTIONS(1414), - [anon_sym___thiscall] = ACTIONS(1414), - [anon_sym___vectorcall] = ACTIONS(1414), - [anon_sym_LBRACE] = ACTIONS(1416), - [anon_sym_signed] = ACTIONS(1414), - [anon_sym_unsigned] = ACTIONS(1414), - [anon_sym_long] = ACTIONS(1414), - [anon_sym_short] = ACTIONS(1414), - [anon_sym_static] = ACTIONS(1414), - [anon_sym_auto] = ACTIONS(1414), - [anon_sym_register] = ACTIONS(1414), - [anon_sym_inline] = ACTIONS(1414), - [anon_sym___inline] = ACTIONS(1414), - [anon_sym___inline__] = ACTIONS(1414), - [anon_sym___forceinline] = ACTIONS(1414), - [anon_sym_thread_local] = ACTIONS(1414), - [anon_sym___thread] = ACTIONS(1414), - [anon_sym_const] = ACTIONS(1414), - [anon_sym_constexpr] = ACTIONS(1414), - [anon_sym_volatile] = ACTIONS(1414), - [anon_sym_restrict] = ACTIONS(1414), - [anon_sym___restrict__] = ACTIONS(1414), - [anon_sym__Atomic] = ACTIONS(1414), - [anon_sym__Noreturn] = ACTIONS(1414), - [anon_sym_noreturn] = ACTIONS(1414), - [sym_primitive_type] = ACTIONS(1414), - [anon_sym_enum] = ACTIONS(1414), - [anon_sym_struct] = ACTIONS(1414), - [anon_sym_union] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1414), - [anon_sym_else] = ACTIONS(1414), - [anon_sym_switch] = ACTIONS(1414), - [anon_sym_case] = ACTIONS(1414), - [anon_sym_default] = ACTIONS(1414), - [anon_sym_while] = ACTIONS(1414), - [anon_sym_do] = ACTIONS(1414), - [anon_sym_for] = ACTIONS(1414), - [anon_sym_return] = ACTIONS(1414), - [anon_sym_break] = ACTIONS(1414), - [anon_sym_continue] = ACTIONS(1414), - [anon_sym_goto] = ACTIONS(1414), - [anon_sym_DASH_DASH] = ACTIONS(1416), - [anon_sym_PLUS_PLUS] = ACTIONS(1416), - [anon_sym_sizeof] = ACTIONS(1414), - [anon_sym___alignof__] = ACTIONS(1414), - [anon_sym___alignof] = ACTIONS(1414), - [anon_sym__alignof] = ACTIONS(1414), - [anon_sym_alignof] = ACTIONS(1414), - [anon_sym__Alignof] = ACTIONS(1414), - [anon_sym_offsetof] = ACTIONS(1414), - [anon_sym__Generic] = ACTIONS(1414), - [anon_sym_asm] = ACTIONS(1414), - [anon_sym___asm__] = ACTIONS(1414), - [sym_number_literal] = ACTIONS(1416), - [anon_sym_L_SQUOTE] = ACTIONS(1416), - [anon_sym_u_SQUOTE] = ACTIONS(1416), - [anon_sym_U_SQUOTE] = ACTIONS(1416), - [anon_sym_u8_SQUOTE] = ACTIONS(1416), - [anon_sym_SQUOTE] = ACTIONS(1416), - [anon_sym_L_DQUOTE] = ACTIONS(1416), - [anon_sym_u_DQUOTE] = ACTIONS(1416), - [anon_sym_U_DQUOTE] = ACTIONS(1416), - [anon_sym_u8_DQUOTE] = ACTIONS(1416), - [anon_sym_DQUOTE] = ACTIONS(1416), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [anon_sym_NULL] = ACTIONS(1414), - [anon_sym_nullptr] = ACTIONS(1414), + [104] = { + [sym_identifier] = ACTIONS(1394), + [aux_sym_preproc_include_token1] = ACTIONS(1394), + [aux_sym_preproc_def_token1] = ACTIONS(1394), + [aux_sym_preproc_if_token1] = ACTIONS(1394), + [aux_sym_preproc_if_token2] = ACTIONS(1394), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1394), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1394), + [aux_sym_preproc_else_token1] = ACTIONS(1394), + [aux_sym_preproc_elif_token1] = ACTIONS(1394), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1394), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1394), + [sym_preproc_directive] = ACTIONS(1394), + [anon_sym_LPAREN2] = ACTIONS(1396), + [anon_sym_BANG] = ACTIONS(1396), + [anon_sym_TILDE] = ACTIONS(1396), + [anon_sym_DASH] = ACTIONS(1394), + [anon_sym_PLUS] = ACTIONS(1394), + [anon_sym_STAR] = ACTIONS(1396), + [anon_sym_AMP] = ACTIONS(1396), + [anon_sym_subroutine] = ACTIONS(1394), + [anon_sym_invariant] = ACTIONS(1394), + [anon_sym_precise] = ACTIONS(1394), + [anon_sym_SEMI] = ACTIONS(1396), + [anon_sym_in] = ACTIONS(1394), + [anon_sym_out] = ACTIONS(1394), + [anon_sym_inout] = ACTIONS(1394), + [anon_sym_uniform] = ACTIONS(1394), + [anon_sym_shared] = ACTIONS(1394), + [anon_sym_attribute] = ACTIONS(1394), + [anon_sym_varying] = ACTIONS(1394), + [anon_sym_buffer] = ACTIONS(1394), + [anon_sym_coherent] = ACTIONS(1394), + [anon_sym_readonly] = ACTIONS(1394), + [anon_sym_writeonly] = ACTIONS(1394), + [anon_sym_precision] = ACTIONS(1394), + [anon_sym_highp] = ACTIONS(1394), + [anon_sym_mediump] = ACTIONS(1394), + [anon_sym_lowp] = ACTIONS(1394), + [anon_sym_centroid] = ACTIONS(1394), + [anon_sym_sample] = ACTIONS(1394), + [anon_sym_patch] = ACTIONS(1394), + [anon_sym_smooth] = ACTIONS(1394), + [anon_sym_flat] = ACTIONS(1394), + [anon_sym_noperspective] = ACTIONS(1394), + [anon_sym___extension__] = ACTIONS(1394), + [anon_sym_typedef] = ACTIONS(1394), + [anon_sym_extern] = ACTIONS(1394), + [anon_sym___attribute__] = ACTIONS(1394), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1396), + [anon_sym___declspec] = ACTIONS(1394), + [anon_sym___cdecl] = ACTIONS(1394), + [anon_sym___clrcall] = ACTIONS(1394), + [anon_sym___stdcall] = ACTIONS(1394), + [anon_sym___fastcall] = ACTIONS(1394), + [anon_sym___thiscall] = ACTIONS(1394), + [anon_sym___vectorcall] = ACTIONS(1394), + [anon_sym_LBRACE] = ACTIONS(1396), + [anon_sym_signed] = ACTIONS(1394), + [anon_sym_unsigned] = ACTIONS(1394), + [anon_sym_long] = ACTIONS(1394), + [anon_sym_short] = ACTIONS(1394), + [anon_sym_static] = ACTIONS(1394), + [anon_sym_auto] = ACTIONS(1394), + [anon_sym_register] = ACTIONS(1394), + [anon_sym_inline] = ACTIONS(1394), + [anon_sym___inline] = ACTIONS(1394), + [anon_sym___inline__] = ACTIONS(1394), + [anon_sym___forceinline] = ACTIONS(1394), + [anon_sym_thread_local] = ACTIONS(1394), + [anon_sym___thread] = ACTIONS(1394), + [anon_sym_const] = ACTIONS(1394), + [anon_sym_constexpr] = ACTIONS(1394), + [anon_sym_volatile] = ACTIONS(1394), + [anon_sym_restrict] = ACTIONS(1394), + [anon_sym___restrict__] = ACTIONS(1394), + [anon_sym__Atomic] = ACTIONS(1394), + [anon_sym__Noreturn] = ACTIONS(1394), + [anon_sym_noreturn] = ACTIONS(1394), + [sym_primitive_type] = ACTIONS(1394), + [anon_sym_enum] = ACTIONS(1394), + [anon_sym_struct] = ACTIONS(1394), + [anon_sym_union] = ACTIONS(1394), + [anon_sym_if] = ACTIONS(1394), + [anon_sym_else] = ACTIONS(1394), + [anon_sym_switch] = ACTIONS(1394), + [anon_sym_case] = ACTIONS(1394), + [anon_sym_default] = ACTIONS(1394), + [anon_sym_while] = ACTIONS(1394), + [anon_sym_do] = ACTIONS(1394), + [anon_sym_for] = ACTIONS(1394), + [anon_sym_return] = ACTIONS(1394), + [anon_sym_break] = ACTIONS(1394), + [anon_sym_continue] = ACTIONS(1394), + [anon_sym_goto] = ACTIONS(1394), + [anon_sym_DASH_DASH] = ACTIONS(1396), + [anon_sym_PLUS_PLUS] = ACTIONS(1396), + [anon_sym_sizeof] = ACTIONS(1394), + [anon_sym___alignof__] = ACTIONS(1394), + [anon_sym___alignof] = ACTIONS(1394), + [anon_sym__alignof] = ACTIONS(1394), + [anon_sym_alignof] = ACTIONS(1394), + [anon_sym__Alignof] = ACTIONS(1394), + [anon_sym_offsetof] = ACTIONS(1394), + [anon_sym__Generic] = ACTIONS(1394), + [anon_sym_asm] = ACTIONS(1394), + [anon_sym___asm__] = ACTIONS(1394), + [sym_number_literal] = ACTIONS(1396), + [anon_sym_L_SQUOTE] = ACTIONS(1396), + [anon_sym_u_SQUOTE] = ACTIONS(1396), + [anon_sym_U_SQUOTE] = ACTIONS(1396), + [anon_sym_u8_SQUOTE] = ACTIONS(1396), + [anon_sym_SQUOTE] = ACTIONS(1396), + [anon_sym_L_DQUOTE] = ACTIONS(1396), + [anon_sym_u_DQUOTE] = ACTIONS(1396), + [anon_sym_U_DQUOTE] = ACTIONS(1396), + [anon_sym_u8_DQUOTE] = ACTIONS(1396), + [anon_sym_DQUOTE] = ACTIONS(1396), + [sym_true] = ACTIONS(1394), + [sym_false] = ACTIONS(1394), + [anon_sym_NULL] = ACTIONS(1394), + [anon_sym_nullptr] = ACTIONS(1394), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1414), - [anon_sym_rayPayloadInEXT] = ACTIONS(1414), - [anon_sym_hitAttributeEXT] = ACTIONS(1414), - [anon_sym_callableDataEXT] = ACTIONS(1414), - [anon_sym_callableDataInEXT] = ACTIONS(1414), - [anon_sym_shaderRecordEXT] = ACTIONS(1414), - [anon_sym_rayPayloadNV] = ACTIONS(1414), - [anon_sym_rayPayloadInNV] = ACTIONS(1414), - [anon_sym_hitAttributeNV] = ACTIONS(1414), - [anon_sym_callableDataNV] = ACTIONS(1414), - [anon_sym_callableDataInNV] = ACTIONS(1414), - [anon_sym_shaderRecordNV] = ACTIONS(1414), - [anon_sym_layout] = ACTIONS(1414), + [anon_sym_rayPayloadEXT] = ACTIONS(1394), + [anon_sym_rayPayloadInEXT] = ACTIONS(1394), + [anon_sym_hitAttributeEXT] = ACTIONS(1394), + [anon_sym_callableDataEXT] = ACTIONS(1394), + [anon_sym_callableDataInEXT] = ACTIONS(1394), + [anon_sym_shaderRecordEXT] = ACTIONS(1394), + [anon_sym_rayPayloadNV] = ACTIONS(1394), + [anon_sym_rayPayloadInNV] = ACTIONS(1394), + [anon_sym_hitAttributeNV] = ACTIONS(1394), + [anon_sym_callableDataNV] = ACTIONS(1394), + [anon_sym_callableDataInNV] = ACTIONS(1394), + [anon_sym_shaderRecordNV] = ACTIONS(1394), + [anon_sym_layout] = ACTIONS(1394), }, - [121] = { - [sym_identifier] = ACTIONS(1418), - [aux_sym_preproc_include_token1] = ACTIONS(1418), - [aux_sym_preproc_def_token1] = ACTIONS(1418), - [aux_sym_preproc_if_token1] = ACTIONS(1418), - [aux_sym_preproc_if_token2] = ACTIONS(1418), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1418), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1418), - [aux_sym_preproc_else_token1] = ACTIONS(1418), - [aux_sym_preproc_elif_token1] = ACTIONS(1418), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1418), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1418), - [sym_preproc_directive] = ACTIONS(1418), - [anon_sym_LPAREN2] = ACTIONS(1420), - [anon_sym_BANG] = ACTIONS(1420), - [anon_sym_TILDE] = ACTIONS(1420), - [anon_sym_DASH] = ACTIONS(1418), - [anon_sym_PLUS] = ACTIONS(1418), - [anon_sym_STAR] = ACTIONS(1420), - [anon_sym_AMP] = ACTIONS(1420), - [anon_sym_subroutine] = ACTIONS(1418), - [anon_sym_invariant] = ACTIONS(1418), - [anon_sym_precise] = ACTIONS(1418), - [anon_sym_SEMI] = ACTIONS(1420), - [anon_sym_in] = ACTIONS(1418), - [anon_sym_out] = ACTIONS(1418), - [anon_sym_inout] = ACTIONS(1418), - [anon_sym_uniform] = ACTIONS(1418), - [anon_sym_shared] = ACTIONS(1418), - [anon_sym_attribute] = ACTIONS(1418), - [anon_sym_varying] = ACTIONS(1418), - [anon_sym_buffer] = ACTIONS(1418), - [anon_sym_coherent] = ACTIONS(1418), - [anon_sym_readonly] = ACTIONS(1418), - [anon_sym_writeonly] = ACTIONS(1418), - [anon_sym_precision] = ACTIONS(1418), - [anon_sym_highp] = ACTIONS(1418), - [anon_sym_mediump] = ACTIONS(1418), - [anon_sym_lowp] = ACTIONS(1418), - [anon_sym_centroid] = ACTIONS(1418), - [anon_sym_sample] = ACTIONS(1418), - [anon_sym_patch] = ACTIONS(1418), - [anon_sym_smooth] = ACTIONS(1418), - [anon_sym_flat] = ACTIONS(1418), - [anon_sym_noperspective] = ACTIONS(1418), - [anon_sym___extension__] = ACTIONS(1418), - [anon_sym_typedef] = ACTIONS(1418), - [anon_sym_extern] = ACTIONS(1418), - [anon_sym___attribute__] = ACTIONS(1418), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1420), - [anon_sym___declspec] = ACTIONS(1418), - [anon_sym___cdecl] = ACTIONS(1418), - [anon_sym___clrcall] = ACTIONS(1418), - [anon_sym___stdcall] = ACTIONS(1418), - [anon_sym___fastcall] = ACTIONS(1418), - [anon_sym___thiscall] = ACTIONS(1418), - [anon_sym___vectorcall] = ACTIONS(1418), - [anon_sym_LBRACE] = ACTIONS(1420), - [anon_sym_signed] = ACTIONS(1418), - [anon_sym_unsigned] = ACTIONS(1418), - [anon_sym_long] = ACTIONS(1418), - [anon_sym_short] = ACTIONS(1418), - [anon_sym_static] = ACTIONS(1418), - [anon_sym_auto] = ACTIONS(1418), - [anon_sym_register] = ACTIONS(1418), - [anon_sym_inline] = ACTIONS(1418), - [anon_sym___inline] = ACTIONS(1418), - [anon_sym___inline__] = ACTIONS(1418), - [anon_sym___forceinline] = ACTIONS(1418), - [anon_sym_thread_local] = ACTIONS(1418), - [anon_sym___thread] = ACTIONS(1418), - [anon_sym_const] = ACTIONS(1418), - [anon_sym_constexpr] = ACTIONS(1418), - [anon_sym_volatile] = ACTIONS(1418), - [anon_sym_restrict] = ACTIONS(1418), - [anon_sym___restrict__] = ACTIONS(1418), - [anon_sym__Atomic] = ACTIONS(1418), - [anon_sym__Noreturn] = ACTIONS(1418), - [anon_sym_noreturn] = ACTIONS(1418), - [sym_primitive_type] = ACTIONS(1418), - [anon_sym_enum] = ACTIONS(1418), - [anon_sym_struct] = ACTIONS(1418), - [anon_sym_union] = ACTIONS(1418), - [anon_sym_if] = ACTIONS(1418), - [anon_sym_else] = ACTIONS(1418), - [anon_sym_switch] = ACTIONS(1418), - [anon_sym_case] = ACTIONS(1418), - [anon_sym_default] = ACTIONS(1418), - [anon_sym_while] = ACTIONS(1418), - [anon_sym_do] = ACTIONS(1418), - [anon_sym_for] = ACTIONS(1418), - [anon_sym_return] = ACTIONS(1418), - [anon_sym_break] = ACTIONS(1418), - [anon_sym_continue] = ACTIONS(1418), - [anon_sym_goto] = ACTIONS(1418), - [anon_sym_DASH_DASH] = ACTIONS(1420), - [anon_sym_PLUS_PLUS] = ACTIONS(1420), - [anon_sym_sizeof] = ACTIONS(1418), - [anon_sym___alignof__] = ACTIONS(1418), - [anon_sym___alignof] = ACTIONS(1418), - [anon_sym__alignof] = ACTIONS(1418), - [anon_sym_alignof] = ACTIONS(1418), - [anon_sym__Alignof] = ACTIONS(1418), - [anon_sym_offsetof] = ACTIONS(1418), - [anon_sym__Generic] = ACTIONS(1418), - [anon_sym_asm] = ACTIONS(1418), - [anon_sym___asm__] = ACTIONS(1418), - [sym_number_literal] = ACTIONS(1420), - [anon_sym_L_SQUOTE] = ACTIONS(1420), - [anon_sym_u_SQUOTE] = ACTIONS(1420), - [anon_sym_U_SQUOTE] = ACTIONS(1420), - [anon_sym_u8_SQUOTE] = ACTIONS(1420), - [anon_sym_SQUOTE] = ACTIONS(1420), - [anon_sym_L_DQUOTE] = ACTIONS(1420), - [anon_sym_u_DQUOTE] = ACTIONS(1420), - [anon_sym_U_DQUOTE] = ACTIONS(1420), - [anon_sym_u8_DQUOTE] = ACTIONS(1420), - [anon_sym_DQUOTE] = ACTIONS(1420), - [sym_true] = ACTIONS(1418), - [sym_false] = ACTIONS(1418), - [anon_sym_NULL] = ACTIONS(1418), - [anon_sym_nullptr] = ACTIONS(1418), + [105] = { + [sym_identifier] = ACTIONS(1398), + [aux_sym_preproc_include_token1] = ACTIONS(1398), + [aux_sym_preproc_def_token1] = ACTIONS(1398), + [aux_sym_preproc_if_token1] = ACTIONS(1398), + [aux_sym_preproc_if_token2] = ACTIONS(1398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1398), + [aux_sym_preproc_else_token1] = ACTIONS(1398), + [aux_sym_preproc_elif_token1] = ACTIONS(1398), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1398), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1398), + [sym_preproc_directive] = ACTIONS(1398), + [anon_sym_LPAREN2] = ACTIONS(1400), + [anon_sym_BANG] = ACTIONS(1400), + [anon_sym_TILDE] = ACTIONS(1400), + [anon_sym_DASH] = ACTIONS(1398), + [anon_sym_PLUS] = ACTIONS(1398), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_AMP] = ACTIONS(1400), + [anon_sym_subroutine] = ACTIONS(1398), + [anon_sym_invariant] = ACTIONS(1398), + [anon_sym_precise] = ACTIONS(1398), + [anon_sym_SEMI] = ACTIONS(1400), + [anon_sym_in] = ACTIONS(1398), + [anon_sym_out] = ACTIONS(1398), + [anon_sym_inout] = ACTIONS(1398), + [anon_sym_uniform] = ACTIONS(1398), + [anon_sym_shared] = ACTIONS(1398), + [anon_sym_attribute] = ACTIONS(1398), + [anon_sym_varying] = ACTIONS(1398), + [anon_sym_buffer] = ACTIONS(1398), + [anon_sym_coherent] = ACTIONS(1398), + [anon_sym_readonly] = ACTIONS(1398), + [anon_sym_writeonly] = ACTIONS(1398), + [anon_sym_precision] = ACTIONS(1398), + [anon_sym_highp] = ACTIONS(1398), + [anon_sym_mediump] = ACTIONS(1398), + [anon_sym_lowp] = ACTIONS(1398), + [anon_sym_centroid] = ACTIONS(1398), + [anon_sym_sample] = ACTIONS(1398), + [anon_sym_patch] = ACTIONS(1398), + [anon_sym_smooth] = ACTIONS(1398), + [anon_sym_flat] = ACTIONS(1398), + [anon_sym_noperspective] = ACTIONS(1398), + [anon_sym___extension__] = ACTIONS(1398), + [anon_sym_typedef] = ACTIONS(1398), + [anon_sym_extern] = ACTIONS(1398), + [anon_sym___attribute__] = ACTIONS(1398), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1400), + [anon_sym___declspec] = ACTIONS(1398), + [anon_sym___cdecl] = ACTIONS(1398), + [anon_sym___clrcall] = ACTIONS(1398), + [anon_sym___stdcall] = ACTIONS(1398), + [anon_sym___fastcall] = ACTIONS(1398), + [anon_sym___thiscall] = ACTIONS(1398), + [anon_sym___vectorcall] = ACTIONS(1398), + [anon_sym_LBRACE] = ACTIONS(1400), + [anon_sym_signed] = ACTIONS(1398), + [anon_sym_unsigned] = ACTIONS(1398), + [anon_sym_long] = ACTIONS(1398), + [anon_sym_short] = ACTIONS(1398), + [anon_sym_static] = ACTIONS(1398), + [anon_sym_auto] = ACTIONS(1398), + [anon_sym_register] = ACTIONS(1398), + [anon_sym_inline] = ACTIONS(1398), + [anon_sym___inline] = ACTIONS(1398), + [anon_sym___inline__] = ACTIONS(1398), + [anon_sym___forceinline] = ACTIONS(1398), + [anon_sym_thread_local] = ACTIONS(1398), + [anon_sym___thread] = ACTIONS(1398), + [anon_sym_const] = ACTIONS(1398), + [anon_sym_constexpr] = ACTIONS(1398), + [anon_sym_volatile] = ACTIONS(1398), + [anon_sym_restrict] = ACTIONS(1398), + [anon_sym___restrict__] = ACTIONS(1398), + [anon_sym__Atomic] = ACTIONS(1398), + [anon_sym__Noreturn] = ACTIONS(1398), + [anon_sym_noreturn] = ACTIONS(1398), + [sym_primitive_type] = ACTIONS(1398), + [anon_sym_enum] = ACTIONS(1398), + [anon_sym_struct] = ACTIONS(1398), + [anon_sym_union] = ACTIONS(1398), + [anon_sym_if] = ACTIONS(1398), + [anon_sym_else] = ACTIONS(1398), + [anon_sym_switch] = ACTIONS(1398), + [anon_sym_case] = ACTIONS(1398), + [anon_sym_default] = ACTIONS(1398), + [anon_sym_while] = ACTIONS(1398), + [anon_sym_do] = ACTIONS(1398), + [anon_sym_for] = ACTIONS(1398), + [anon_sym_return] = ACTIONS(1398), + [anon_sym_break] = ACTIONS(1398), + [anon_sym_continue] = ACTIONS(1398), + [anon_sym_goto] = ACTIONS(1398), + [anon_sym_DASH_DASH] = ACTIONS(1400), + [anon_sym_PLUS_PLUS] = ACTIONS(1400), + [anon_sym_sizeof] = ACTIONS(1398), + [anon_sym___alignof__] = ACTIONS(1398), + [anon_sym___alignof] = ACTIONS(1398), + [anon_sym__alignof] = ACTIONS(1398), + [anon_sym_alignof] = ACTIONS(1398), + [anon_sym__Alignof] = ACTIONS(1398), + [anon_sym_offsetof] = ACTIONS(1398), + [anon_sym__Generic] = ACTIONS(1398), + [anon_sym_asm] = ACTIONS(1398), + [anon_sym___asm__] = ACTIONS(1398), + [sym_number_literal] = ACTIONS(1400), + [anon_sym_L_SQUOTE] = ACTIONS(1400), + [anon_sym_u_SQUOTE] = ACTIONS(1400), + [anon_sym_U_SQUOTE] = ACTIONS(1400), + [anon_sym_u8_SQUOTE] = ACTIONS(1400), + [anon_sym_SQUOTE] = ACTIONS(1400), + [anon_sym_L_DQUOTE] = ACTIONS(1400), + [anon_sym_u_DQUOTE] = ACTIONS(1400), + [anon_sym_U_DQUOTE] = ACTIONS(1400), + [anon_sym_u8_DQUOTE] = ACTIONS(1400), + [anon_sym_DQUOTE] = ACTIONS(1400), + [sym_true] = ACTIONS(1398), + [sym_false] = ACTIONS(1398), + [anon_sym_NULL] = ACTIONS(1398), + [anon_sym_nullptr] = ACTIONS(1398), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1418), - [anon_sym_rayPayloadInEXT] = ACTIONS(1418), - [anon_sym_hitAttributeEXT] = ACTIONS(1418), - [anon_sym_callableDataEXT] = ACTIONS(1418), - [anon_sym_callableDataInEXT] = ACTIONS(1418), - [anon_sym_shaderRecordEXT] = ACTIONS(1418), - [anon_sym_rayPayloadNV] = ACTIONS(1418), - [anon_sym_rayPayloadInNV] = ACTIONS(1418), - [anon_sym_hitAttributeNV] = ACTIONS(1418), - [anon_sym_callableDataNV] = ACTIONS(1418), - [anon_sym_callableDataInNV] = ACTIONS(1418), - [anon_sym_shaderRecordNV] = ACTIONS(1418), - [anon_sym_layout] = ACTIONS(1418), + [anon_sym_rayPayloadEXT] = ACTIONS(1398), + [anon_sym_rayPayloadInEXT] = ACTIONS(1398), + [anon_sym_hitAttributeEXT] = ACTIONS(1398), + [anon_sym_callableDataEXT] = ACTIONS(1398), + [anon_sym_callableDataInEXT] = ACTIONS(1398), + [anon_sym_shaderRecordEXT] = ACTIONS(1398), + [anon_sym_rayPayloadNV] = ACTIONS(1398), + [anon_sym_rayPayloadInNV] = ACTIONS(1398), + [anon_sym_hitAttributeNV] = ACTIONS(1398), + [anon_sym_callableDataNV] = ACTIONS(1398), + [anon_sym_callableDataInNV] = ACTIONS(1398), + [anon_sym_shaderRecordNV] = ACTIONS(1398), + [anon_sym_layout] = ACTIONS(1398), + }, + [106] = { + [sym_identifier] = ACTIONS(1402), + [aux_sym_preproc_include_token1] = ACTIONS(1402), + [aux_sym_preproc_def_token1] = ACTIONS(1402), + [aux_sym_preproc_if_token1] = ACTIONS(1402), + [aux_sym_preproc_if_token2] = ACTIONS(1402), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1402), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1402), + [aux_sym_preproc_else_token1] = ACTIONS(1402), + [aux_sym_preproc_elif_token1] = ACTIONS(1402), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1402), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1402), + [sym_preproc_directive] = ACTIONS(1402), + [anon_sym_LPAREN2] = ACTIONS(1404), + [anon_sym_BANG] = ACTIONS(1404), + [anon_sym_TILDE] = ACTIONS(1404), + [anon_sym_DASH] = ACTIONS(1402), + [anon_sym_PLUS] = ACTIONS(1402), + [anon_sym_STAR] = ACTIONS(1404), + [anon_sym_AMP] = ACTIONS(1404), + [anon_sym_subroutine] = ACTIONS(1402), + [anon_sym_invariant] = ACTIONS(1402), + [anon_sym_precise] = ACTIONS(1402), + [anon_sym_SEMI] = ACTIONS(1404), + [anon_sym_in] = ACTIONS(1402), + [anon_sym_out] = ACTIONS(1402), + [anon_sym_inout] = ACTIONS(1402), + [anon_sym_uniform] = ACTIONS(1402), + [anon_sym_shared] = ACTIONS(1402), + [anon_sym_attribute] = ACTIONS(1402), + [anon_sym_varying] = ACTIONS(1402), + [anon_sym_buffer] = ACTIONS(1402), + [anon_sym_coherent] = ACTIONS(1402), + [anon_sym_readonly] = ACTIONS(1402), + [anon_sym_writeonly] = ACTIONS(1402), + [anon_sym_precision] = ACTIONS(1402), + [anon_sym_highp] = ACTIONS(1402), + [anon_sym_mediump] = ACTIONS(1402), + [anon_sym_lowp] = ACTIONS(1402), + [anon_sym_centroid] = ACTIONS(1402), + [anon_sym_sample] = ACTIONS(1402), + [anon_sym_patch] = ACTIONS(1402), + [anon_sym_smooth] = ACTIONS(1402), + [anon_sym_flat] = ACTIONS(1402), + [anon_sym_noperspective] = ACTIONS(1402), + [anon_sym___extension__] = ACTIONS(1402), + [anon_sym_typedef] = ACTIONS(1402), + [anon_sym_extern] = ACTIONS(1402), + [anon_sym___attribute__] = ACTIONS(1402), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1404), + [anon_sym___declspec] = ACTIONS(1402), + [anon_sym___cdecl] = ACTIONS(1402), + [anon_sym___clrcall] = ACTIONS(1402), + [anon_sym___stdcall] = ACTIONS(1402), + [anon_sym___fastcall] = ACTIONS(1402), + [anon_sym___thiscall] = ACTIONS(1402), + [anon_sym___vectorcall] = ACTIONS(1402), + [anon_sym_LBRACE] = ACTIONS(1404), + [anon_sym_signed] = ACTIONS(1402), + [anon_sym_unsigned] = ACTIONS(1402), + [anon_sym_long] = ACTIONS(1402), + [anon_sym_short] = ACTIONS(1402), + [anon_sym_static] = ACTIONS(1402), + [anon_sym_auto] = ACTIONS(1402), + [anon_sym_register] = ACTIONS(1402), + [anon_sym_inline] = ACTIONS(1402), + [anon_sym___inline] = ACTIONS(1402), + [anon_sym___inline__] = ACTIONS(1402), + [anon_sym___forceinline] = ACTIONS(1402), + [anon_sym_thread_local] = ACTIONS(1402), + [anon_sym___thread] = ACTIONS(1402), + [anon_sym_const] = ACTIONS(1402), + [anon_sym_constexpr] = ACTIONS(1402), + [anon_sym_volatile] = ACTIONS(1402), + [anon_sym_restrict] = ACTIONS(1402), + [anon_sym___restrict__] = ACTIONS(1402), + [anon_sym__Atomic] = ACTIONS(1402), + [anon_sym__Noreturn] = ACTIONS(1402), + [anon_sym_noreturn] = ACTIONS(1402), + [sym_primitive_type] = ACTIONS(1402), + [anon_sym_enum] = ACTIONS(1402), + [anon_sym_struct] = ACTIONS(1402), + [anon_sym_union] = ACTIONS(1402), + [anon_sym_if] = ACTIONS(1402), + [anon_sym_else] = ACTIONS(1402), + [anon_sym_switch] = ACTIONS(1402), + [anon_sym_case] = ACTIONS(1402), + [anon_sym_default] = ACTIONS(1402), + [anon_sym_while] = ACTIONS(1402), + [anon_sym_do] = ACTIONS(1402), + [anon_sym_for] = ACTIONS(1402), + [anon_sym_return] = ACTIONS(1402), + [anon_sym_break] = ACTIONS(1402), + [anon_sym_continue] = ACTIONS(1402), + [anon_sym_goto] = ACTIONS(1402), + [anon_sym_DASH_DASH] = ACTIONS(1404), + [anon_sym_PLUS_PLUS] = ACTIONS(1404), + [anon_sym_sizeof] = ACTIONS(1402), + [anon_sym___alignof__] = ACTIONS(1402), + [anon_sym___alignof] = ACTIONS(1402), + [anon_sym__alignof] = ACTIONS(1402), + [anon_sym_alignof] = ACTIONS(1402), + [anon_sym__Alignof] = ACTIONS(1402), + [anon_sym_offsetof] = ACTIONS(1402), + [anon_sym__Generic] = ACTIONS(1402), + [anon_sym_asm] = ACTIONS(1402), + [anon_sym___asm__] = ACTIONS(1402), + [sym_number_literal] = ACTIONS(1404), + [anon_sym_L_SQUOTE] = ACTIONS(1404), + [anon_sym_u_SQUOTE] = ACTIONS(1404), + [anon_sym_U_SQUOTE] = ACTIONS(1404), + [anon_sym_u8_SQUOTE] = ACTIONS(1404), + [anon_sym_SQUOTE] = ACTIONS(1404), + [anon_sym_L_DQUOTE] = ACTIONS(1404), + [anon_sym_u_DQUOTE] = ACTIONS(1404), + [anon_sym_U_DQUOTE] = ACTIONS(1404), + [anon_sym_u8_DQUOTE] = ACTIONS(1404), + [anon_sym_DQUOTE] = ACTIONS(1404), + [sym_true] = ACTIONS(1402), + [sym_false] = ACTIONS(1402), + [anon_sym_NULL] = ACTIONS(1402), + [anon_sym_nullptr] = ACTIONS(1402), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1402), + [anon_sym_rayPayloadInEXT] = ACTIONS(1402), + [anon_sym_hitAttributeEXT] = ACTIONS(1402), + [anon_sym_callableDataEXT] = ACTIONS(1402), + [anon_sym_callableDataInEXT] = ACTIONS(1402), + [anon_sym_shaderRecordEXT] = ACTIONS(1402), + [anon_sym_rayPayloadNV] = ACTIONS(1402), + [anon_sym_rayPayloadInNV] = ACTIONS(1402), + [anon_sym_hitAttributeNV] = ACTIONS(1402), + [anon_sym_callableDataNV] = ACTIONS(1402), + [anon_sym_callableDataInNV] = ACTIONS(1402), + [anon_sym_shaderRecordNV] = ACTIONS(1402), + [anon_sym_layout] = ACTIONS(1402), }, - [122] = { - [sym_identifier] = ACTIONS(1422), - [aux_sym_preproc_include_token1] = ACTIONS(1422), - [aux_sym_preproc_def_token1] = ACTIONS(1422), - [aux_sym_preproc_if_token1] = ACTIONS(1422), - [aux_sym_preproc_if_token2] = ACTIONS(1422), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1422), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1422), - [aux_sym_preproc_else_token1] = ACTIONS(1422), - [aux_sym_preproc_elif_token1] = ACTIONS(1422), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1422), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1422), - [sym_preproc_directive] = ACTIONS(1422), - [anon_sym_LPAREN2] = ACTIONS(1424), - [anon_sym_BANG] = ACTIONS(1424), - [anon_sym_TILDE] = ACTIONS(1424), - [anon_sym_DASH] = ACTIONS(1422), - [anon_sym_PLUS] = ACTIONS(1422), - [anon_sym_STAR] = ACTIONS(1424), - [anon_sym_AMP] = ACTIONS(1424), - [anon_sym_subroutine] = ACTIONS(1422), - [anon_sym_invariant] = ACTIONS(1422), - [anon_sym_precise] = ACTIONS(1422), - [anon_sym_SEMI] = ACTIONS(1424), - [anon_sym_in] = ACTIONS(1422), - [anon_sym_out] = ACTIONS(1422), - [anon_sym_inout] = ACTIONS(1422), - [anon_sym_uniform] = ACTIONS(1422), - [anon_sym_shared] = ACTIONS(1422), - [anon_sym_attribute] = ACTIONS(1422), - [anon_sym_varying] = ACTIONS(1422), - [anon_sym_buffer] = ACTIONS(1422), - [anon_sym_coherent] = ACTIONS(1422), - [anon_sym_readonly] = ACTIONS(1422), - [anon_sym_writeonly] = ACTIONS(1422), - [anon_sym_precision] = ACTIONS(1422), - [anon_sym_highp] = ACTIONS(1422), - [anon_sym_mediump] = ACTIONS(1422), - [anon_sym_lowp] = ACTIONS(1422), - [anon_sym_centroid] = ACTIONS(1422), - [anon_sym_sample] = ACTIONS(1422), - [anon_sym_patch] = ACTIONS(1422), - [anon_sym_smooth] = ACTIONS(1422), - [anon_sym_flat] = ACTIONS(1422), - [anon_sym_noperspective] = ACTIONS(1422), - [anon_sym___extension__] = ACTIONS(1422), - [anon_sym_typedef] = ACTIONS(1422), - [anon_sym_extern] = ACTIONS(1422), - [anon_sym___attribute__] = ACTIONS(1422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym___declspec] = ACTIONS(1422), - [anon_sym___cdecl] = ACTIONS(1422), - [anon_sym___clrcall] = ACTIONS(1422), - [anon_sym___stdcall] = ACTIONS(1422), - [anon_sym___fastcall] = ACTIONS(1422), - [anon_sym___thiscall] = ACTIONS(1422), - [anon_sym___vectorcall] = ACTIONS(1422), - [anon_sym_LBRACE] = ACTIONS(1424), - [anon_sym_signed] = ACTIONS(1422), - [anon_sym_unsigned] = ACTIONS(1422), - [anon_sym_long] = ACTIONS(1422), - [anon_sym_short] = ACTIONS(1422), - [anon_sym_static] = ACTIONS(1422), - [anon_sym_auto] = ACTIONS(1422), - [anon_sym_register] = ACTIONS(1422), - [anon_sym_inline] = ACTIONS(1422), - [anon_sym___inline] = ACTIONS(1422), - [anon_sym___inline__] = ACTIONS(1422), - [anon_sym___forceinline] = ACTIONS(1422), - [anon_sym_thread_local] = ACTIONS(1422), - [anon_sym___thread] = ACTIONS(1422), - [anon_sym_const] = ACTIONS(1422), - [anon_sym_constexpr] = ACTIONS(1422), - [anon_sym_volatile] = ACTIONS(1422), - [anon_sym_restrict] = ACTIONS(1422), - [anon_sym___restrict__] = ACTIONS(1422), - [anon_sym__Atomic] = ACTIONS(1422), - [anon_sym__Noreturn] = ACTIONS(1422), - [anon_sym_noreturn] = ACTIONS(1422), - [sym_primitive_type] = ACTIONS(1422), - [anon_sym_enum] = ACTIONS(1422), - [anon_sym_struct] = ACTIONS(1422), - [anon_sym_union] = ACTIONS(1422), - [anon_sym_if] = ACTIONS(1422), - [anon_sym_else] = ACTIONS(1422), - [anon_sym_switch] = ACTIONS(1422), - [anon_sym_case] = ACTIONS(1422), - [anon_sym_default] = ACTIONS(1422), - [anon_sym_while] = ACTIONS(1422), - [anon_sym_do] = ACTIONS(1422), - [anon_sym_for] = ACTIONS(1422), - [anon_sym_return] = ACTIONS(1422), - [anon_sym_break] = ACTIONS(1422), - [anon_sym_continue] = ACTIONS(1422), - [anon_sym_goto] = ACTIONS(1422), - [anon_sym_DASH_DASH] = ACTIONS(1424), - [anon_sym_PLUS_PLUS] = ACTIONS(1424), - [anon_sym_sizeof] = ACTIONS(1422), - [anon_sym___alignof__] = ACTIONS(1422), - [anon_sym___alignof] = ACTIONS(1422), - [anon_sym__alignof] = ACTIONS(1422), - [anon_sym_alignof] = ACTIONS(1422), - [anon_sym__Alignof] = ACTIONS(1422), - [anon_sym_offsetof] = ACTIONS(1422), - [anon_sym__Generic] = ACTIONS(1422), - [anon_sym_asm] = ACTIONS(1422), - [anon_sym___asm__] = ACTIONS(1422), - [sym_number_literal] = ACTIONS(1424), - [anon_sym_L_SQUOTE] = ACTIONS(1424), - [anon_sym_u_SQUOTE] = ACTIONS(1424), - [anon_sym_U_SQUOTE] = ACTIONS(1424), - [anon_sym_u8_SQUOTE] = ACTIONS(1424), - [anon_sym_SQUOTE] = ACTIONS(1424), - [anon_sym_L_DQUOTE] = ACTIONS(1424), - [anon_sym_u_DQUOTE] = ACTIONS(1424), - [anon_sym_U_DQUOTE] = ACTIONS(1424), - [anon_sym_u8_DQUOTE] = ACTIONS(1424), - [anon_sym_DQUOTE] = ACTIONS(1424), - [sym_true] = ACTIONS(1422), - [sym_false] = ACTIONS(1422), - [anon_sym_NULL] = ACTIONS(1422), - [anon_sym_nullptr] = ACTIONS(1422), + [107] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [aux_sym_preproc_else_token1] = ACTIONS(1350), + [aux_sym_preproc_elif_token1] = ACTIONS(1350), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1422), - [anon_sym_rayPayloadInEXT] = ACTIONS(1422), - [anon_sym_hitAttributeEXT] = ACTIONS(1422), - [anon_sym_callableDataEXT] = ACTIONS(1422), - [anon_sym_callableDataInEXT] = ACTIONS(1422), - [anon_sym_shaderRecordEXT] = ACTIONS(1422), - [anon_sym_rayPayloadNV] = ACTIONS(1422), - [anon_sym_rayPayloadInNV] = ACTIONS(1422), - [anon_sym_hitAttributeNV] = ACTIONS(1422), - [anon_sym_callableDataNV] = ACTIONS(1422), - [anon_sym_callableDataInNV] = ACTIONS(1422), - [anon_sym_shaderRecordNV] = ACTIONS(1422), - [anon_sym_layout] = ACTIONS(1422), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [123] = { - [sym_identifier] = ACTIONS(1426), - [aux_sym_preproc_include_token1] = ACTIONS(1426), - [aux_sym_preproc_def_token1] = ACTIONS(1426), - [aux_sym_preproc_if_token1] = ACTIONS(1426), - [aux_sym_preproc_if_token2] = ACTIONS(1426), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1426), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1426), - [aux_sym_preproc_else_token1] = ACTIONS(1426), - [aux_sym_preproc_elif_token1] = ACTIONS(1426), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1426), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1426), - [sym_preproc_directive] = ACTIONS(1426), - [anon_sym_LPAREN2] = ACTIONS(1428), - [anon_sym_BANG] = ACTIONS(1428), - [anon_sym_TILDE] = ACTIONS(1428), - [anon_sym_DASH] = ACTIONS(1426), - [anon_sym_PLUS] = ACTIONS(1426), - [anon_sym_STAR] = ACTIONS(1428), - [anon_sym_AMP] = ACTIONS(1428), - [anon_sym_subroutine] = ACTIONS(1426), - [anon_sym_invariant] = ACTIONS(1426), - [anon_sym_precise] = ACTIONS(1426), - [anon_sym_SEMI] = ACTIONS(1428), - [anon_sym_in] = ACTIONS(1426), - [anon_sym_out] = ACTIONS(1426), - [anon_sym_inout] = ACTIONS(1426), - [anon_sym_uniform] = ACTIONS(1426), - [anon_sym_shared] = ACTIONS(1426), - [anon_sym_attribute] = ACTIONS(1426), - [anon_sym_varying] = ACTIONS(1426), - [anon_sym_buffer] = ACTIONS(1426), - [anon_sym_coherent] = ACTIONS(1426), - [anon_sym_readonly] = ACTIONS(1426), - [anon_sym_writeonly] = ACTIONS(1426), - [anon_sym_precision] = ACTIONS(1426), - [anon_sym_highp] = ACTIONS(1426), - [anon_sym_mediump] = ACTIONS(1426), - [anon_sym_lowp] = ACTIONS(1426), - [anon_sym_centroid] = ACTIONS(1426), - [anon_sym_sample] = ACTIONS(1426), - [anon_sym_patch] = ACTIONS(1426), - [anon_sym_smooth] = ACTIONS(1426), - [anon_sym_flat] = ACTIONS(1426), - [anon_sym_noperspective] = ACTIONS(1426), - [anon_sym___extension__] = ACTIONS(1426), - [anon_sym_typedef] = ACTIONS(1426), - [anon_sym_extern] = ACTIONS(1426), - [anon_sym___attribute__] = ACTIONS(1426), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1428), - [anon_sym___declspec] = ACTIONS(1426), - [anon_sym___cdecl] = ACTIONS(1426), - [anon_sym___clrcall] = ACTIONS(1426), - [anon_sym___stdcall] = ACTIONS(1426), - [anon_sym___fastcall] = ACTIONS(1426), - [anon_sym___thiscall] = ACTIONS(1426), - [anon_sym___vectorcall] = ACTIONS(1426), - [anon_sym_LBRACE] = ACTIONS(1428), - [anon_sym_signed] = ACTIONS(1426), - [anon_sym_unsigned] = ACTIONS(1426), - [anon_sym_long] = ACTIONS(1426), - [anon_sym_short] = ACTIONS(1426), - [anon_sym_static] = ACTIONS(1426), - [anon_sym_auto] = ACTIONS(1426), - [anon_sym_register] = ACTIONS(1426), - [anon_sym_inline] = ACTIONS(1426), - [anon_sym___inline] = ACTIONS(1426), - [anon_sym___inline__] = ACTIONS(1426), - [anon_sym___forceinline] = ACTIONS(1426), - [anon_sym_thread_local] = ACTIONS(1426), - [anon_sym___thread] = ACTIONS(1426), - [anon_sym_const] = ACTIONS(1426), - [anon_sym_constexpr] = ACTIONS(1426), - [anon_sym_volatile] = ACTIONS(1426), - [anon_sym_restrict] = ACTIONS(1426), - [anon_sym___restrict__] = ACTIONS(1426), - [anon_sym__Atomic] = ACTIONS(1426), - [anon_sym__Noreturn] = ACTIONS(1426), - [anon_sym_noreturn] = ACTIONS(1426), - [sym_primitive_type] = ACTIONS(1426), - [anon_sym_enum] = ACTIONS(1426), - [anon_sym_struct] = ACTIONS(1426), - [anon_sym_union] = ACTIONS(1426), - [anon_sym_if] = ACTIONS(1426), - [anon_sym_else] = ACTIONS(1426), - [anon_sym_switch] = ACTIONS(1426), - [anon_sym_case] = ACTIONS(1426), - [anon_sym_default] = ACTIONS(1426), - [anon_sym_while] = ACTIONS(1426), - [anon_sym_do] = ACTIONS(1426), - [anon_sym_for] = ACTIONS(1426), - [anon_sym_return] = ACTIONS(1426), - [anon_sym_break] = ACTIONS(1426), - [anon_sym_continue] = ACTIONS(1426), - [anon_sym_goto] = ACTIONS(1426), - [anon_sym_DASH_DASH] = ACTIONS(1428), - [anon_sym_PLUS_PLUS] = ACTIONS(1428), - [anon_sym_sizeof] = ACTIONS(1426), - [anon_sym___alignof__] = ACTIONS(1426), - [anon_sym___alignof] = ACTIONS(1426), - [anon_sym__alignof] = ACTIONS(1426), - [anon_sym_alignof] = ACTIONS(1426), - [anon_sym__Alignof] = ACTIONS(1426), - [anon_sym_offsetof] = ACTIONS(1426), - [anon_sym__Generic] = ACTIONS(1426), - [anon_sym_asm] = ACTIONS(1426), - [anon_sym___asm__] = ACTIONS(1426), - [sym_number_literal] = ACTIONS(1428), - [anon_sym_L_SQUOTE] = ACTIONS(1428), - [anon_sym_u_SQUOTE] = ACTIONS(1428), - [anon_sym_U_SQUOTE] = ACTIONS(1428), - [anon_sym_u8_SQUOTE] = ACTIONS(1428), - [anon_sym_SQUOTE] = ACTIONS(1428), - [anon_sym_L_DQUOTE] = ACTIONS(1428), - [anon_sym_u_DQUOTE] = ACTIONS(1428), - [anon_sym_U_DQUOTE] = ACTIONS(1428), - [anon_sym_u8_DQUOTE] = ACTIONS(1428), - [anon_sym_DQUOTE] = ACTIONS(1428), - [sym_true] = ACTIONS(1426), - [sym_false] = ACTIONS(1426), - [anon_sym_NULL] = ACTIONS(1426), - [anon_sym_nullptr] = ACTIONS(1426), + [108] = { + [sym_identifier] = ACTIONS(1406), + [aux_sym_preproc_include_token1] = ACTIONS(1406), + [aux_sym_preproc_def_token1] = ACTIONS(1406), + [aux_sym_preproc_if_token1] = ACTIONS(1406), + [aux_sym_preproc_if_token2] = ACTIONS(1406), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1406), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1406), + [aux_sym_preproc_else_token1] = ACTIONS(1406), + [aux_sym_preproc_elif_token1] = ACTIONS(1406), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1406), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1406), + [sym_preproc_directive] = ACTIONS(1406), + [anon_sym_LPAREN2] = ACTIONS(1408), + [anon_sym_BANG] = ACTIONS(1408), + [anon_sym_TILDE] = ACTIONS(1408), + [anon_sym_DASH] = ACTIONS(1406), + [anon_sym_PLUS] = ACTIONS(1406), + [anon_sym_STAR] = ACTIONS(1408), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_subroutine] = ACTIONS(1406), + [anon_sym_invariant] = ACTIONS(1406), + [anon_sym_precise] = ACTIONS(1406), + [anon_sym_SEMI] = ACTIONS(1408), + [anon_sym_in] = ACTIONS(1406), + [anon_sym_out] = ACTIONS(1406), + [anon_sym_inout] = ACTIONS(1406), + [anon_sym_uniform] = ACTIONS(1406), + [anon_sym_shared] = ACTIONS(1406), + [anon_sym_attribute] = ACTIONS(1406), + [anon_sym_varying] = ACTIONS(1406), + [anon_sym_buffer] = ACTIONS(1406), + [anon_sym_coherent] = ACTIONS(1406), + [anon_sym_readonly] = ACTIONS(1406), + [anon_sym_writeonly] = ACTIONS(1406), + [anon_sym_precision] = ACTIONS(1406), + [anon_sym_highp] = ACTIONS(1406), + [anon_sym_mediump] = ACTIONS(1406), + [anon_sym_lowp] = ACTIONS(1406), + [anon_sym_centroid] = ACTIONS(1406), + [anon_sym_sample] = ACTIONS(1406), + [anon_sym_patch] = ACTIONS(1406), + [anon_sym_smooth] = ACTIONS(1406), + [anon_sym_flat] = ACTIONS(1406), + [anon_sym_noperspective] = ACTIONS(1406), + [anon_sym___extension__] = ACTIONS(1406), + [anon_sym_typedef] = ACTIONS(1406), + [anon_sym_extern] = ACTIONS(1406), + [anon_sym___attribute__] = ACTIONS(1406), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1408), + [anon_sym___declspec] = ACTIONS(1406), + [anon_sym___cdecl] = ACTIONS(1406), + [anon_sym___clrcall] = ACTIONS(1406), + [anon_sym___stdcall] = ACTIONS(1406), + [anon_sym___fastcall] = ACTIONS(1406), + [anon_sym___thiscall] = ACTIONS(1406), + [anon_sym___vectorcall] = ACTIONS(1406), + [anon_sym_LBRACE] = ACTIONS(1408), + [anon_sym_signed] = ACTIONS(1406), + [anon_sym_unsigned] = ACTIONS(1406), + [anon_sym_long] = ACTIONS(1406), + [anon_sym_short] = ACTIONS(1406), + [anon_sym_static] = ACTIONS(1406), + [anon_sym_auto] = ACTIONS(1406), + [anon_sym_register] = ACTIONS(1406), + [anon_sym_inline] = ACTIONS(1406), + [anon_sym___inline] = ACTIONS(1406), + [anon_sym___inline__] = ACTIONS(1406), + [anon_sym___forceinline] = ACTIONS(1406), + [anon_sym_thread_local] = ACTIONS(1406), + [anon_sym___thread] = ACTIONS(1406), + [anon_sym_const] = ACTIONS(1406), + [anon_sym_constexpr] = ACTIONS(1406), + [anon_sym_volatile] = ACTIONS(1406), + [anon_sym_restrict] = ACTIONS(1406), + [anon_sym___restrict__] = ACTIONS(1406), + [anon_sym__Atomic] = ACTIONS(1406), + [anon_sym__Noreturn] = ACTIONS(1406), + [anon_sym_noreturn] = ACTIONS(1406), + [sym_primitive_type] = ACTIONS(1406), + [anon_sym_enum] = ACTIONS(1406), + [anon_sym_struct] = ACTIONS(1406), + [anon_sym_union] = ACTIONS(1406), + [anon_sym_if] = ACTIONS(1406), + [anon_sym_else] = ACTIONS(1406), + [anon_sym_switch] = ACTIONS(1406), + [anon_sym_case] = ACTIONS(1406), + [anon_sym_default] = ACTIONS(1406), + [anon_sym_while] = ACTIONS(1406), + [anon_sym_do] = ACTIONS(1406), + [anon_sym_for] = ACTIONS(1406), + [anon_sym_return] = ACTIONS(1406), + [anon_sym_break] = ACTIONS(1406), + [anon_sym_continue] = ACTIONS(1406), + [anon_sym_goto] = ACTIONS(1406), + [anon_sym_DASH_DASH] = ACTIONS(1408), + [anon_sym_PLUS_PLUS] = ACTIONS(1408), + [anon_sym_sizeof] = ACTIONS(1406), + [anon_sym___alignof__] = ACTIONS(1406), + [anon_sym___alignof] = ACTIONS(1406), + [anon_sym__alignof] = ACTIONS(1406), + [anon_sym_alignof] = ACTIONS(1406), + [anon_sym__Alignof] = ACTIONS(1406), + [anon_sym_offsetof] = ACTIONS(1406), + [anon_sym__Generic] = ACTIONS(1406), + [anon_sym_asm] = ACTIONS(1406), + [anon_sym___asm__] = ACTIONS(1406), + [sym_number_literal] = ACTIONS(1408), + [anon_sym_L_SQUOTE] = ACTIONS(1408), + [anon_sym_u_SQUOTE] = ACTIONS(1408), + [anon_sym_U_SQUOTE] = ACTIONS(1408), + [anon_sym_u8_SQUOTE] = ACTIONS(1408), + [anon_sym_SQUOTE] = ACTIONS(1408), + [anon_sym_L_DQUOTE] = ACTIONS(1408), + [anon_sym_u_DQUOTE] = ACTIONS(1408), + [anon_sym_U_DQUOTE] = ACTIONS(1408), + [anon_sym_u8_DQUOTE] = ACTIONS(1408), + [anon_sym_DQUOTE] = ACTIONS(1408), + [sym_true] = ACTIONS(1406), + [sym_false] = ACTIONS(1406), + [anon_sym_NULL] = ACTIONS(1406), + [anon_sym_nullptr] = ACTIONS(1406), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1426), - [anon_sym_rayPayloadInEXT] = ACTIONS(1426), - [anon_sym_hitAttributeEXT] = ACTIONS(1426), - [anon_sym_callableDataEXT] = ACTIONS(1426), - [anon_sym_callableDataInEXT] = ACTIONS(1426), - [anon_sym_shaderRecordEXT] = ACTIONS(1426), - [anon_sym_rayPayloadNV] = ACTIONS(1426), - [anon_sym_rayPayloadInNV] = ACTIONS(1426), - [anon_sym_hitAttributeNV] = ACTIONS(1426), - [anon_sym_callableDataNV] = ACTIONS(1426), - [anon_sym_callableDataInNV] = ACTIONS(1426), - [anon_sym_shaderRecordNV] = ACTIONS(1426), - [anon_sym_layout] = ACTIONS(1426), + [anon_sym_rayPayloadEXT] = ACTIONS(1406), + [anon_sym_rayPayloadInEXT] = ACTIONS(1406), + [anon_sym_hitAttributeEXT] = ACTIONS(1406), + [anon_sym_callableDataEXT] = ACTIONS(1406), + [anon_sym_callableDataInEXT] = ACTIONS(1406), + [anon_sym_shaderRecordEXT] = ACTIONS(1406), + [anon_sym_rayPayloadNV] = ACTIONS(1406), + [anon_sym_rayPayloadInNV] = ACTIONS(1406), + [anon_sym_hitAttributeNV] = ACTIONS(1406), + [anon_sym_callableDataNV] = ACTIONS(1406), + [anon_sym_callableDataInNV] = ACTIONS(1406), + [anon_sym_shaderRecordNV] = ACTIONS(1406), + [anon_sym_layout] = ACTIONS(1406), }, - [124] = { - [sym_identifier] = ACTIONS(1430), - [aux_sym_preproc_include_token1] = ACTIONS(1430), - [aux_sym_preproc_def_token1] = ACTIONS(1430), - [aux_sym_preproc_if_token1] = ACTIONS(1430), - [aux_sym_preproc_if_token2] = ACTIONS(1430), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1430), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1430), - [aux_sym_preproc_else_token1] = ACTIONS(1430), - [aux_sym_preproc_elif_token1] = ACTIONS(1430), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1430), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1430), - [sym_preproc_directive] = ACTIONS(1430), - [anon_sym_LPAREN2] = ACTIONS(1432), - [anon_sym_BANG] = ACTIONS(1432), - [anon_sym_TILDE] = ACTIONS(1432), - [anon_sym_DASH] = ACTIONS(1430), - [anon_sym_PLUS] = ACTIONS(1430), - [anon_sym_STAR] = ACTIONS(1432), - [anon_sym_AMP] = ACTIONS(1432), - [anon_sym_subroutine] = ACTIONS(1430), - [anon_sym_invariant] = ACTIONS(1430), - [anon_sym_precise] = ACTIONS(1430), - [anon_sym_SEMI] = ACTIONS(1432), - [anon_sym_in] = ACTIONS(1430), - [anon_sym_out] = ACTIONS(1430), - [anon_sym_inout] = ACTIONS(1430), - [anon_sym_uniform] = ACTIONS(1430), - [anon_sym_shared] = ACTIONS(1430), - [anon_sym_attribute] = ACTIONS(1430), - [anon_sym_varying] = ACTIONS(1430), - [anon_sym_buffer] = ACTIONS(1430), - [anon_sym_coherent] = ACTIONS(1430), - [anon_sym_readonly] = ACTIONS(1430), - [anon_sym_writeonly] = ACTIONS(1430), - [anon_sym_precision] = ACTIONS(1430), - [anon_sym_highp] = ACTIONS(1430), - [anon_sym_mediump] = ACTIONS(1430), - [anon_sym_lowp] = ACTIONS(1430), - [anon_sym_centroid] = ACTIONS(1430), - [anon_sym_sample] = ACTIONS(1430), - [anon_sym_patch] = ACTIONS(1430), - [anon_sym_smooth] = ACTIONS(1430), - [anon_sym_flat] = ACTIONS(1430), - [anon_sym_noperspective] = ACTIONS(1430), - [anon_sym___extension__] = ACTIONS(1430), - [anon_sym_typedef] = ACTIONS(1430), - [anon_sym_extern] = ACTIONS(1430), - [anon_sym___attribute__] = ACTIONS(1430), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1432), - [anon_sym___declspec] = ACTIONS(1430), - [anon_sym___cdecl] = ACTIONS(1430), - [anon_sym___clrcall] = ACTIONS(1430), - [anon_sym___stdcall] = ACTIONS(1430), - [anon_sym___fastcall] = ACTIONS(1430), - [anon_sym___thiscall] = ACTIONS(1430), - [anon_sym___vectorcall] = ACTIONS(1430), - [anon_sym_LBRACE] = ACTIONS(1432), - [anon_sym_signed] = ACTIONS(1430), - [anon_sym_unsigned] = ACTIONS(1430), - [anon_sym_long] = ACTIONS(1430), - [anon_sym_short] = ACTIONS(1430), - [anon_sym_static] = ACTIONS(1430), - [anon_sym_auto] = ACTIONS(1430), - [anon_sym_register] = ACTIONS(1430), - [anon_sym_inline] = ACTIONS(1430), - [anon_sym___inline] = ACTIONS(1430), - [anon_sym___inline__] = ACTIONS(1430), - [anon_sym___forceinline] = ACTIONS(1430), - [anon_sym_thread_local] = ACTIONS(1430), - [anon_sym___thread] = ACTIONS(1430), - [anon_sym_const] = ACTIONS(1430), - [anon_sym_constexpr] = ACTIONS(1430), - [anon_sym_volatile] = ACTIONS(1430), - [anon_sym_restrict] = ACTIONS(1430), - [anon_sym___restrict__] = ACTIONS(1430), - [anon_sym__Atomic] = ACTIONS(1430), - [anon_sym__Noreturn] = ACTIONS(1430), - [anon_sym_noreturn] = ACTIONS(1430), - [sym_primitive_type] = ACTIONS(1430), - [anon_sym_enum] = ACTIONS(1430), - [anon_sym_struct] = ACTIONS(1430), - [anon_sym_union] = ACTIONS(1430), - [anon_sym_if] = ACTIONS(1430), - [anon_sym_else] = ACTIONS(1430), - [anon_sym_switch] = ACTIONS(1430), - [anon_sym_case] = ACTIONS(1430), - [anon_sym_default] = ACTIONS(1430), - [anon_sym_while] = ACTIONS(1430), - [anon_sym_do] = ACTIONS(1430), - [anon_sym_for] = ACTIONS(1430), - [anon_sym_return] = ACTIONS(1430), - [anon_sym_break] = ACTIONS(1430), - [anon_sym_continue] = ACTIONS(1430), - [anon_sym_goto] = ACTIONS(1430), - [anon_sym_DASH_DASH] = ACTIONS(1432), - [anon_sym_PLUS_PLUS] = ACTIONS(1432), - [anon_sym_sizeof] = ACTIONS(1430), - [anon_sym___alignof__] = ACTIONS(1430), - [anon_sym___alignof] = ACTIONS(1430), - [anon_sym__alignof] = ACTIONS(1430), - [anon_sym_alignof] = ACTIONS(1430), - [anon_sym__Alignof] = ACTIONS(1430), - [anon_sym_offsetof] = ACTIONS(1430), - [anon_sym__Generic] = ACTIONS(1430), - [anon_sym_asm] = ACTIONS(1430), - [anon_sym___asm__] = ACTIONS(1430), - [sym_number_literal] = ACTIONS(1432), - [anon_sym_L_SQUOTE] = ACTIONS(1432), - [anon_sym_u_SQUOTE] = ACTIONS(1432), - [anon_sym_U_SQUOTE] = ACTIONS(1432), - [anon_sym_u8_SQUOTE] = ACTIONS(1432), - [anon_sym_SQUOTE] = ACTIONS(1432), - [anon_sym_L_DQUOTE] = ACTIONS(1432), - [anon_sym_u_DQUOTE] = ACTIONS(1432), - [anon_sym_U_DQUOTE] = ACTIONS(1432), - [anon_sym_u8_DQUOTE] = ACTIONS(1432), - [anon_sym_DQUOTE] = ACTIONS(1432), - [sym_true] = ACTIONS(1430), - [sym_false] = ACTIONS(1430), - [anon_sym_NULL] = ACTIONS(1430), - [anon_sym_nullptr] = ACTIONS(1430), + [109] = { + [sym_identifier] = ACTIONS(1410), + [aux_sym_preproc_include_token1] = ACTIONS(1410), + [aux_sym_preproc_def_token1] = ACTIONS(1410), + [aux_sym_preproc_if_token1] = ACTIONS(1410), + [aux_sym_preproc_if_token2] = ACTIONS(1410), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1410), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1410), + [aux_sym_preproc_else_token1] = ACTIONS(1410), + [aux_sym_preproc_elif_token1] = ACTIONS(1410), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1410), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1410), + [sym_preproc_directive] = ACTIONS(1410), + [anon_sym_LPAREN2] = ACTIONS(1412), + [anon_sym_BANG] = ACTIONS(1412), + [anon_sym_TILDE] = ACTIONS(1412), + [anon_sym_DASH] = ACTIONS(1410), + [anon_sym_PLUS] = ACTIONS(1410), + [anon_sym_STAR] = ACTIONS(1412), + [anon_sym_AMP] = ACTIONS(1412), + [anon_sym_subroutine] = ACTIONS(1410), + [anon_sym_invariant] = ACTIONS(1410), + [anon_sym_precise] = ACTIONS(1410), + [anon_sym_SEMI] = ACTIONS(1412), + [anon_sym_in] = ACTIONS(1410), + [anon_sym_out] = ACTIONS(1410), + [anon_sym_inout] = ACTIONS(1410), + [anon_sym_uniform] = ACTIONS(1410), + [anon_sym_shared] = ACTIONS(1410), + [anon_sym_attribute] = ACTIONS(1410), + [anon_sym_varying] = ACTIONS(1410), + [anon_sym_buffer] = ACTIONS(1410), + [anon_sym_coherent] = ACTIONS(1410), + [anon_sym_readonly] = ACTIONS(1410), + [anon_sym_writeonly] = ACTIONS(1410), + [anon_sym_precision] = ACTIONS(1410), + [anon_sym_highp] = ACTIONS(1410), + [anon_sym_mediump] = ACTIONS(1410), + [anon_sym_lowp] = ACTIONS(1410), + [anon_sym_centroid] = ACTIONS(1410), + [anon_sym_sample] = ACTIONS(1410), + [anon_sym_patch] = ACTIONS(1410), + [anon_sym_smooth] = ACTIONS(1410), + [anon_sym_flat] = ACTIONS(1410), + [anon_sym_noperspective] = ACTIONS(1410), + [anon_sym___extension__] = ACTIONS(1410), + [anon_sym_typedef] = ACTIONS(1410), + [anon_sym_extern] = ACTIONS(1410), + [anon_sym___attribute__] = ACTIONS(1410), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1412), + [anon_sym___declspec] = ACTIONS(1410), + [anon_sym___cdecl] = ACTIONS(1410), + [anon_sym___clrcall] = ACTIONS(1410), + [anon_sym___stdcall] = ACTIONS(1410), + [anon_sym___fastcall] = ACTIONS(1410), + [anon_sym___thiscall] = ACTIONS(1410), + [anon_sym___vectorcall] = ACTIONS(1410), + [anon_sym_LBRACE] = ACTIONS(1412), + [anon_sym_signed] = ACTIONS(1410), + [anon_sym_unsigned] = ACTIONS(1410), + [anon_sym_long] = ACTIONS(1410), + [anon_sym_short] = ACTIONS(1410), + [anon_sym_static] = ACTIONS(1410), + [anon_sym_auto] = ACTIONS(1410), + [anon_sym_register] = ACTIONS(1410), + [anon_sym_inline] = ACTIONS(1410), + [anon_sym___inline] = ACTIONS(1410), + [anon_sym___inline__] = ACTIONS(1410), + [anon_sym___forceinline] = ACTIONS(1410), + [anon_sym_thread_local] = ACTIONS(1410), + [anon_sym___thread] = ACTIONS(1410), + [anon_sym_const] = ACTIONS(1410), + [anon_sym_constexpr] = ACTIONS(1410), + [anon_sym_volatile] = ACTIONS(1410), + [anon_sym_restrict] = ACTIONS(1410), + [anon_sym___restrict__] = ACTIONS(1410), + [anon_sym__Atomic] = ACTIONS(1410), + [anon_sym__Noreturn] = ACTIONS(1410), + [anon_sym_noreturn] = ACTIONS(1410), + [sym_primitive_type] = ACTIONS(1410), + [anon_sym_enum] = ACTIONS(1410), + [anon_sym_struct] = ACTIONS(1410), + [anon_sym_union] = ACTIONS(1410), + [anon_sym_if] = ACTIONS(1410), + [anon_sym_else] = ACTIONS(1410), + [anon_sym_switch] = ACTIONS(1410), + [anon_sym_case] = ACTIONS(1410), + [anon_sym_default] = ACTIONS(1410), + [anon_sym_while] = ACTIONS(1410), + [anon_sym_do] = ACTIONS(1410), + [anon_sym_for] = ACTIONS(1410), + [anon_sym_return] = ACTIONS(1410), + [anon_sym_break] = ACTIONS(1410), + [anon_sym_continue] = ACTIONS(1410), + [anon_sym_goto] = ACTIONS(1410), + [anon_sym_DASH_DASH] = ACTIONS(1412), + [anon_sym_PLUS_PLUS] = ACTIONS(1412), + [anon_sym_sizeof] = ACTIONS(1410), + [anon_sym___alignof__] = ACTIONS(1410), + [anon_sym___alignof] = ACTIONS(1410), + [anon_sym__alignof] = ACTIONS(1410), + [anon_sym_alignof] = ACTIONS(1410), + [anon_sym__Alignof] = ACTIONS(1410), + [anon_sym_offsetof] = ACTIONS(1410), + [anon_sym__Generic] = ACTIONS(1410), + [anon_sym_asm] = ACTIONS(1410), + [anon_sym___asm__] = ACTIONS(1410), + [sym_number_literal] = ACTIONS(1412), + [anon_sym_L_SQUOTE] = ACTIONS(1412), + [anon_sym_u_SQUOTE] = ACTIONS(1412), + [anon_sym_U_SQUOTE] = ACTIONS(1412), + [anon_sym_u8_SQUOTE] = ACTIONS(1412), + [anon_sym_SQUOTE] = ACTIONS(1412), + [anon_sym_L_DQUOTE] = ACTIONS(1412), + [anon_sym_u_DQUOTE] = ACTIONS(1412), + [anon_sym_U_DQUOTE] = ACTIONS(1412), + [anon_sym_u8_DQUOTE] = ACTIONS(1412), + [anon_sym_DQUOTE] = ACTIONS(1412), + [sym_true] = ACTIONS(1410), + [sym_false] = ACTIONS(1410), + [anon_sym_NULL] = ACTIONS(1410), + [anon_sym_nullptr] = ACTIONS(1410), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1430), - [anon_sym_rayPayloadInEXT] = ACTIONS(1430), - [anon_sym_hitAttributeEXT] = ACTIONS(1430), - [anon_sym_callableDataEXT] = ACTIONS(1430), - [anon_sym_callableDataInEXT] = ACTIONS(1430), - [anon_sym_shaderRecordEXT] = ACTIONS(1430), - [anon_sym_rayPayloadNV] = ACTIONS(1430), - [anon_sym_rayPayloadInNV] = ACTIONS(1430), - [anon_sym_hitAttributeNV] = ACTIONS(1430), - [anon_sym_callableDataNV] = ACTIONS(1430), - [anon_sym_callableDataInNV] = ACTIONS(1430), - [anon_sym_shaderRecordNV] = ACTIONS(1430), - [anon_sym_layout] = ACTIONS(1430), + [anon_sym_rayPayloadEXT] = ACTIONS(1410), + [anon_sym_rayPayloadInEXT] = ACTIONS(1410), + [anon_sym_hitAttributeEXT] = ACTIONS(1410), + [anon_sym_callableDataEXT] = ACTIONS(1410), + [anon_sym_callableDataInEXT] = ACTIONS(1410), + [anon_sym_shaderRecordEXT] = ACTIONS(1410), + [anon_sym_rayPayloadNV] = ACTIONS(1410), + [anon_sym_rayPayloadInNV] = ACTIONS(1410), + [anon_sym_hitAttributeNV] = ACTIONS(1410), + [anon_sym_callableDataNV] = ACTIONS(1410), + [anon_sym_callableDataInNV] = ACTIONS(1410), + [anon_sym_shaderRecordNV] = ACTIONS(1410), + [anon_sym_layout] = ACTIONS(1410), }, - [125] = { - [sym_identifier] = ACTIONS(1434), - [aux_sym_preproc_include_token1] = ACTIONS(1434), - [aux_sym_preproc_def_token1] = ACTIONS(1434), - [aux_sym_preproc_if_token1] = ACTIONS(1434), - [aux_sym_preproc_if_token2] = ACTIONS(1434), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1434), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1434), - [aux_sym_preproc_else_token1] = ACTIONS(1434), - [aux_sym_preproc_elif_token1] = ACTIONS(1434), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1434), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1434), - [sym_preproc_directive] = ACTIONS(1434), - [anon_sym_LPAREN2] = ACTIONS(1436), - [anon_sym_BANG] = ACTIONS(1436), - [anon_sym_TILDE] = ACTIONS(1436), - [anon_sym_DASH] = ACTIONS(1434), - [anon_sym_PLUS] = ACTIONS(1434), - [anon_sym_STAR] = ACTIONS(1436), - [anon_sym_AMP] = ACTIONS(1436), - [anon_sym_subroutine] = ACTIONS(1434), - [anon_sym_invariant] = ACTIONS(1434), - [anon_sym_precise] = ACTIONS(1434), - [anon_sym_SEMI] = ACTIONS(1436), - [anon_sym_in] = ACTIONS(1434), - [anon_sym_out] = ACTIONS(1434), - [anon_sym_inout] = ACTIONS(1434), - [anon_sym_uniform] = ACTIONS(1434), - [anon_sym_shared] = ACTIONS(1434), - [anon_sym_attribute] = ACTIONS(1434), - [anon_sym_varying] = ACTIONS(1434), - [anon_sym_buffer] = ACTIONS(1434), - [anon_sym_coherent] = ACTIONS(1434), - [anon_sym_readonly] = ACTIONS(1434), - [anon_sym_writeonly] = ACTIONS(1434), - [anon_sym_precision] = ACTIONS(1434), - [anon_sym_highp] = ACTIONS(1434), - [anon_sym_mediump] = ACTIONS(1434), - [anon_sym_lowp] = ACTIONS(1434), - [anon_sym_centroid] = ACTIONS(1434), - [anon_sym_sample] = ACTIONS(1434), - [anon_sym_patch] = ACTIONS(1434), - [anon_sym_smooth] = ACTIONS(1434), - [anon_sym_flat] = ACTIONS(1434), - [anon_sym_noperspective] = ACTIONS(1434), - [anon_sym___extension__] = ACTIONS(1434), - [anon_sym_typedef] = ACTIONS(1434), - [anon_sym_extern] = ACTIONS(1434), - [anon_sym___attribute__] = ACTIONS(1434), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1436), - [anon_sym___declspec] = ACTIONS(1434), - [anon_sym___cdecl] = ACTIONS(1434), - [anon_sym___clrcall] = ACTIONS(1434), - [anon_sym___stdcall] = ACTIONS(1434), - [anon_sym___fastcall] = ACTIONS(1434), - [anon_sym___thiscall] = ACTIONS(1434), - [anon_sym___vectorcall] = ACTIONS(1434), - [anon_sym_LBRACE] = ACTIONS(1436), - [anon_sym_signed] = ACTIONS(1434), - [anon_sym_unsigned] = ACTIONS(1434), - [anon_sym_long] = ACTIONS(1434), - [anon_sym_short] = ACTIONS(1434), - [anon_sym_static] = ACTIONS(1434), - [anon_sym_auto] = ACTIONS(1434), - [anon_sym_register] = ACTIONS(1434), - [anon_sym_inline] = ACTIONS(1434), - [anon_sym___inline] = ACTIONS(1434), - [anon_sym___inline__] = ACTIONS(1434), - [anon_sym___forceinline] = ACTIONS(1434), - [anon_sym_thread_local] = ACTIONS(1434), - [anon_sym___thread] = ACTIONS(1434), - [anon_sym_const] = ACTIONS(1434), - [anon_sym_constexpr] = ACTIONS(1434), - [anon_sym_volatile] = ACTIONS(1434), - [anon_sym_restrict] = ACTIONS(1434), - [anon_sym___restrict__] = ACTIONS(1434), - [anon_sym__Atomic] = ACTIONS(1434), - [anon_sym__Noreturn] = ACTIONS(1434), - [anon_sym_noreturn] = ACTIONS(1434), - [sym_primitive_type] = ACTIONS(1434), - [anon_sym_enum] = ACTIONS(1434), - [anon_sym_struct] = ACTIONS(1434), - [anon_sym_union] = ACTIONS(1434), - [anon_sym_if] = ACTIONS(1434), - [anon_sym_else] = ACTIONS(1434), - [anon_sym_switch] = ACTIONS(1434), - [anon_sym_case] = ACTIONS(1434), - [anon_sym_default] = ACTIONS(1434), - [anon_sym_while] = ACTIONS(1434), - [anon_sym_do] = ACTIONS(1434), - [anon_sym_for] = ACTIONS(1434), - [anon_sym_return] = ACTIONS(1434), - [anon_sym_break] = ACTIONS(1434), - [anon_sym_continue] = ACTIONS(1434), - [anon_sym_goto] = ACTIONS(1434), - [anon_sym_DASH_DASH] = ACTIONS(1436), - [anon_sym_PLUS_PLUS] = ACTIONS(1436), - [anon_sym_sizeof] = ACTIONS(1434), - [anon_sym___alignof__] = ACTIONS(1434), - [anon_sym___alignof] = ACTIONS(1434), - [anon_sym__alignof] = ACTIONS(1434), - [anon_sym_alignof] = ACTIONS(1434), - [anon_sym__Alignof] = ACTIONS(1434), - [anon_sym_offsetof] = ACTIONS(1434), - [anon_sym__Generic] = ACTIONS(1434), - [anon_sym_asm] = ACTIONS(1434), - [anon_sym___asm__] = ACTIONS(1434), - [sym_number_literal] = ACTIONS(1436), - [anon_sym_L_SQUOTE] = ACTIONS(1436), - [anon_sym_u_SQUOTE] = ACTIONS(1436), - [anon_sym_U_SQUOTE] = ACTIONS(1436), - [anon_sym_u8_SQUOTE] = ACTIONS(1436), - [anon_sym_SQUOTE] = ACTIONS(1436), - [anon_sym_L_DQUOTE] = ACTIONS(1436), - [anon_sym_u_DQUOTE] = ACTIONS(1436), - [anon_sym_U_DQUOTE] = ACTIONS(1436), - [anon_sym_u8_DQUOTE] = ACTIONS(1436), - [anon_sym_DQUOTE] = ACTIONS(1436), - [sym_true] = ACTIONS(1434), - [sym_false] = ACTIONS(1434), - [anon_sym_NULL] = ACTIONS(1434), - [anon_sym_nullptr] = ACTIONS(1434), + [110] = { + [sym_identifier] = ACTIONS(1414), + [aux_sym_preproc_include_token1] = ACTIONS(1414), + [aux_sym_preproc_def_token1] = ACTIONS(1414), + [aux_sym_preproc_if_token1] = ACTIONS(1414), + [aux_sym_preproc_if_token2] = ACTIONS(1414), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1414), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1414), + [aux_sym_preproc_else_token1] = ACTIONS(1414), + [aux_sym_preproc_elif_token1] = ACTIONS(1414), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1414), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1414), + [sym_preproc_directive] = ACTIONS(1414), + [anon_sym_LPAREN2] = ACTIONS(1416), + [anon_sym_BANG] = ACTIONS(1416), + [anon_sym_TILDE] = ACTIONS(1416), + [anon_sym_DASH] = ACTIONS(1414), + [anon_sym_PLUS] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1416), + [anon_sym_AMP] = ACTIONS(1416), + [anon_sym_subroutine] = ACTIONS(1414), + [anon_sym_invariant] = ACTIONS(1414), + [anon_sym_precise] = ACTIONS(1414), + [anon_sym_SEMI] = ACTIONS(1416), + [anon_sym_in] = ACTIONS(1414), + [anon_sym_out] = ACTIONS(1414), + [anon_sym_inout] = ACTIONS(1414), + [anon_sym_uniform] = ACTIONS(1414), + [anon_sym_shared] = ACTIONS(1414), + [anon_sym_attribute] = ACTIONS(1414), + [anon_sym_varying] = ACTIONS(1414), + [anon_sym_buffer] = ACTIONS(1414), + [anon_sym_coherent] = ACTIONS(1414), + [anon_sym_readonly] = ACTIONS(1414), + [anon_sym_writeonly] = ACTIONS(1414), + [anon_sym_precision] = ACTIONS(1414), + [anon_sym_highp] = ACTIONS(1414), + [anon_sym_mediump] = ACTIONS(1414), + [anon_sym_lowp] = ACTIONS(1414), + [anon_sym_centroid] = ACTIONS(1414), + [anon_sym_sample] = ACTIONS(1414), + [anon_sym_patch] = ACTIONS(1414), + [anon_sym_smooth] = ACTIONS(1414), + [anon_sym_flat] = ACTIONS(1414), + [anon_sym_noperspective] = ACTIONS(1414), + [anon_sym___extension__] = ACTIONS(1414), + [anon_sym_typedef] = ACTIONS(1414), + [anon_sym_extern] = ACTIONS(1414), + [anon_sym___attribute__] = ACTIONS(1414), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1416), + [anon_sym___declspec] = ACTIONS(1414), + [anon_sym___cdecl] = ACTIONS(1414), + [anon_sym___clrcall] = ACTIONS(1414), + [anon_sym___stdcall] = ACTIONS(1414), + [anon_sym___fastcall] = ACTIONS(1414), + [anon_sym___thiscall] = ACTIONS(1414), + [anon_sym___vectorcall] = ACTIONS(1414), + [anon_sym_LBRACE] = ACTIONS(1416), + [anon_sym_signed] = ACTIONS(1414), + [anon_sym_unsigned] = ACTIONS(1414), + [anon_sym_long] = ACTIONS(1414), + [anon_sym_short] = ACTIONS(1414), + [anon_sym_static] = ACTIONS(1414), + [anon_sym_auto] = ACTIONS(1414), + [anon_sym_register] = ACTIONS(1414), + [anon_sym_inline] = ACTIONS(1414), + [anon_sym___inline] = ACTIONS(1414), + [anon_sym___inline__] = ACTIONS(1414), + [anon_sym___forceinline] = ACTIONS(1414), + [anon_sym_thread_local] = ACTIONS(1414), + [anon_sym___thread] = ACTIONS(1414), + [anon_sym_const] = ACTIONS(1414), + [anon_sym_constexpr] = ACTIONS(1414), + [anon_sym_volatile] = ACTIONS(1414), + [anon_sym_restrict] = ACTIONS(1414), + [anon_sym___restrict__] = ACTIONS(1414), + [anon_sym__Atomic] = ACTIONS(1414), + [anon_sym__Noreturn] = ACTIONS(1414), + [anon_sym_noreturn] = ACTIONS(1414), + [sym_primitive_type] = ACTIONS(1414), + [anon_sym_enum] = ACTIONS(1414), + [anon_sym_struct] = ACTIONS(1414), + [anon_sym_union] = ACTIONS(1414), + [anon_sym_if] = ACTIONS(1414), + [anon_sym_else] = ACTIONS(1414), + [anon_sym_switch] = ACTIONS(1414), + [anon_sym_case] = ACTIONS(1414), + [anon_sym_default] = ACTIONS(1414), + [anon_sym_while] = ACTIONS(1414), + [anon_sym_do] = ACTIONS(1414), + [anon_sym_for] = ACTIONS(1414), + [anon_sym_return] = ACTIONS(1414), + [anon_sym_break] = ACTIONS(1414), + [anon_sym_continue] = ACTIONS(1414), + [anon_sym_goto] = ACTIONS(1414), + [anon_sym_DASH_DASH] = ACTIONS(1416), + [anon_sym_PLUS_PLUS] = ACTIONS(1416), + [anon_sym_sizeof] = ACTIONS(1414), + [anon_sym___alignof__] = ACTIONS(1414), + [anon_sym___alignof] = ACTIONS(1414), + [anon_sym__alignof] = ACTIONS(1414), + [anon_sym_alignof] = ACTIONS(1414), + [anon_sym__Alignof] = ACTIONS(1414), + [anon_sym_offsetof] = ACTIONS(1414), + [anon_sym__Generic] = ACTIONS(1414), + [anon_sym_asm] = ACTIONS(1414), + [anon_sym___asm__] = ACTIONS(1414), + [sym_number_literal] = ACTIONS(1416), + [anon_sym_L_SQUOTE] = ACTIONS(1416), + [anon_sym_u_SQUOTE] = ACTIONS(1416), + [anon_sym_U_SQUOTE] = ACTIONS(1416), + [anon_sym_u8_SQUOTE] = ACTIONS(1416), + [anon_sym_SQUOTE] = ACTIONS(1416), + [anon_sym_L_DQUOTE] = ACTIONS(1416), + [anon_sym_u_DQUOTE] = ACTIONS(1416), + [anon_sym_U_DQUOTE] = ACTIONS(1416), + [anon_sym_u8_DQUOTE] = ACTIONS(1416), + [anon_sym_DQUOTE] = ACTIONS(1416), + [sym_true] = ACTIONS(1414), + [sym_false] = ACTIONS(1414), + [anon_sym_NULL] = ACTIONS(1414), + [anon_sym_nullptr] = ACTIONS(1414), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1434), - [anon_sym_rayPayloadInEXT] = ACTIONS(1434), - [anon_sym_hitAttributeEXT] = ACTIONS(1434), - [anon_sym_callableDataEXT] = ACTIONS(1434), - [anon_sym_callableDataInEXT] = ACTIONS(1434), - [anon_sym_shaderRecordEXT] = ACTIONS(1434), - [anon_sym_rayPayloadNV] = ACTIONS(1434), - [anon_sym_rayPayloadInNV] = ACTIONS(1434), - [anon_sym_hitAttributeNV] = ACTIONS(1434), - [anon_sym_callableDataNV] = ACTIONS(1434), - [anon_sym_callableDataInNV] = ACTIONS(1434), - [anon_sym_shaderRecordNV] = ACTIONS(1434), - [anon_sym_layout] = ACTIONS(1434), + [anon_sym_rayPayloadEXT] = ACTIONS(1414), + [anon_sym_rayPayloadInEXT] = ACTIONS(1414), + [anon_sym_hitAttributeEXT] = ACTIONS(1414), + [anon_sym_callableDataEXT] = ACTIONS(1414), + [anon_sym_callableDataInEXT] = ACTIONS(1414), + [anon_sym_shaderRecordEXT] = ACTIONS(1414), + [anon_sym_rayPayloadNV] = ACTIONS(1414), + [anon_sym_rayPayloadInNV] = ACTIONS(1414), + [anon_sym_hitAttributeNV] = ACTIONS(1414), + [anon_sym_callableDataNV] = ACTIONS(1414), + [anon_sym_callableDataInNV] = ACTIONS(1414), + [anon_sym_shaderRecordNV] = ACTIONS(1414), + [anon_sym_layout] = ACTIONS(1414), }, - [126] = { - [sym_identifier] = ACTIONS(1438), - [aux_sym_preproc_include_token1] = ACTIONS(1438), - [aux_sym_preproc_def_token1] = ACTIONS(1438), - [aux_sym_preproc_if_token1] = ACTIONS(1438), - [aux_sym_preproc_if_token2] = ACTIONS(1438), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1438), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1438), - [aux_sym_preproc_else_token1] = ACTIONS(1438), - [aux_sym_preproc_elif_token1] = ACTIONS(1438), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1438), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1438), - [sym_preproc_directive] = ACTIONS(1438), - [anon_sym_LPAREN2] = ACTIONS(1440), - [anon_sym_BANG] = ACTIONS(1440), - [anon_sym_TILDE] = ACTIONS(1440), - [anon_sym_DASH] = ACTIONS(1438), - [anon_sym_PLUS] = ACTIONS(1438), - [anon_sym_STAR] = ACTIONS(1440), - [anon_sym_AMP] = ACTIONS(1440), - [anon_sym_subroutine] = ACTIONS(1438), - [anon_sym_invariant] = ACTIONS(1438), - [anon_sym_precise] = ACTIONS(1438), - [anon_sym_SEMI] = ACTIONS(1440), - [anon_sym_in] = ACTIONS(1438), - [anon_sym_out] = ACTIONS(1438), - [anon_sym_inout] = ACTIONS(1438), - [anon_sym_uniform] = ACTIONS(1438), - [anon_sym_shared] = ACTIONS(1438), - [anon_sym_attribute] = ACTIONS(1438), - [anon_sym_varying] = ACTIONS(1438), - [anon_sym_buffer] = ACTIONS(1438), - [anon_sym_coherent] = ACTIONS(1438), - [anon_sym_readonly] = ACTIONS(1438), - [anon_sym_writeonly] = ACTIONS(1438), - [anon_sym_precision] = ACTIONS(1438), - [anon_sym_highp] = ACTIONS(1438), - [anon_sym_mediump] = ACTIONS(1438), - [anon_sym_lowp] = ACTIONS(1438), - [anon_sym_centroid] = ACTIONS(1438), - [anon_sym_sample] = ACTIONS(1438), - [anon_sym_patch] = ACTIONS(1438), - [anon_sym_smooth] = ACTIONS(1438), - [anon_sym_flat] = ACTIONS(1438), - [anon_sym_noperspective] = ACTIONS(1438), - [anon_sym___extension__] = ACTIONS(1438), - [anon_sym_typedef] = ACTIONS(1438), - [anon_sym_extern] = ACTIONS(1438), - [anon_sym___attribute__] = ACTIONS(1438), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1440), - [anon_sym___declspec] = ACTIONS(1438), - [anon_sym___cdecl] = ACTIONS(1438), - [anon_sym___clrcall] = ACTIONS(1438), - [anon_sym___stdcall] = ACTIONS(1438), - [anon_sym___fastcall] = ACTIONS(1438), - [anon_sym___thiscall] = ACTIONS(1438), - [anon_sym___vectorcall] = ACTIONS(1438), - [anon_sym_LBRACE] = ACTIONS(1440), - [anon_sym_signed] = ACTIONS(1438), - [anon_sym_unsigned] = ACTIONS(1438), - [anon_sym_long] = ACTIONS(1438), - [anon_sym_short] = ACTIONS(1438), - [anon_sym_static] = ACTIONS(1438), - [anon_sym_auto] = ACTIONS(1438), - [anon_sym_register] = ACTIONS(1438), - [anon_sym_inline] = ACTIONS(1438), - [anon_sym___inline] = ACTIONS(1438), - [anon_sym___inline__] = ACTIONS(1438), - [anon_sym___forceinline] = ACTIONS(1438), - [anon_sym_thread_local] = ACTIONS(1438), - [anon_sym___thread] = ACTIONS(1438), - [anon_sym_const] = ACTIONS(1438), - [anon_sym_constexpr] = ACTIONS(1438), - [anon_sym_volatile] = ACTIONS(1438), - [anon_sym_restrict] = ACTIONS(1438), - [anon_sym___restrict__] = ACTIONS(1438), - [anon_sym__Atomic] = ACTIONS(1438), - [anon_sym__Noreturn] = ACTIONS(1438), - [anon_sym_noreturn] = ACTIONS(1438), - [sym_primitive_type] = ACTIONS(1438), - [anon_sym_enum] = ACTIONS(1438), - [anon_sym_struct] = ACTIONS(1438), - [anon_sym_union] = ACTIONS(1438), - [anon_sym_if] = ACTIONS(1438), - [anon_sym_else] = ACTIONS(1438), - [anon_sym_switch] = ACTIONS(1438), - [anon_sym_case] = ACTIONS(1438), - [anon_sym_default] = ACTIONS(1438), - [anon_sym_while] = ACTIONS(1438), - [anon_sym_do] = ACTIONS(1438), - [anon_sym_for] = ACTIONS(1438), - [anon_sym_return] = ACTIONS(1438), - [anon_sym_break] = ACTIONS(1438), - [anon_sym_continue] = ACTIONS(1438), - [anon_sym_goto] = ACTIONS(1438), - [anon_sym_DASH_DASH] = ACTIONS(1440), - [anon_sym_PLUS_PLUS] = ACTIONS(1440), - [anon_sym_sizeof] = ACTIONS(1438), - [anon_sym___alignof__] = ACTIONS(1438), - [anon_sym___alignof] = ACTIONS(1438), - [anon_sym__alignof] = ACTIONS(1438), - [anon_sym_alignof] = ACTIONS(1438), - [anon_sym__Alignof] = ACTIONS(1438), - [anon_sym_offsetof] = ACTIONS(1438), - [anon_sym__Generic] = ACTIONS(1438), - [anon_sym_asm] = ACTIONS(1438), - [anon_sym___asm__] = ACTIONS(1438), - [sym_number_literal] = ACTIONS(1440), - [anon_sym_L_SQUOTE] = ACTIONS(1440), - [anon_sym_u_SQUOTE] = ACTIONS(1440), - [anon_sym_U_SQUOTE] = ACTIONS(1440), - [anon_sym_u8_SQUOTE] = ACTIONS(1440), - [anon_sym_SQUOTE] = ACTIONS(1440), - [anon_sym_L_DQUOTE] = ACTIONS(1440), - [anon_sym_u_DQUOTE] = ACTIONS(1440), - [anon_sym_U_DQUOTE] = ACTIONS(1440), - [anon_sym_u8_DQUOTE] = ACTIONS(1440), - [anon_sym_DQUOTE] = ACTIONS(1440), - [sym_true] = ACTIONS(1438), - [sym_false] = ACTIONS(1438), - [anon_sym_NULL] = ACTIONS(1438), - [anon_sym_nullptr] = ACTIONS(1438), + [111] = { + [sym_identifier] = ACTIONS(1418), + [aux_sym_preproc_include_token1] = ACTIONS(1418), + [aux_sym_preproc_def_token1] = ACTIONS(1418), + [aux_sym_preproc_if_token1] = ACTIONS(1418), + [aux_sym_preproc_if_token2] = ACTIONS(1418), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1418), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1418), + [aux_sym_preproc_else_token1] = ACTIONS(1418), + [aux_sym_preproc_elif_token1] = ACTIONS(1418), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1418), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1418), + [sym_preproc_directive] = ACTIONS(1418), + [anon_sym_LPAREN2] = ACTIONS(1420), + [anon_sym_BANG] = ACTIONS(1420), + [anon_sym_TILDE] = ACTIONS(1420), + [anon_sym_DASH] = ACTIONS(1418), + [anon_sym_PLUS] = ACTIONS(1418), + [anon_sym_STAR] = ACTIONS(1420), + [anon_sym_AMP] = ACTIONS(1420), + [anon_sym_subroutine] = ACTIONS(1418), + [anon_sym_invariant] = ACTIONS(1418), + [anon_sym_precise] = ACTIONS(1418), + [anon_sym_SEMI] = ACTIONS(1420), + [anon_sym_in] = ACTIONS(1418), + [anon_sym_out] = ACTIONS(1418), + [anon_sym_inout] = ACTIONS(1418), + [anon_sym_uniform] = ACTIONS(1418), + [anon_sym_shared] = ACTIONS(1418), + [anon_sym_attribute] = ACTIONS(1418), + [anon_sym_varying] = ACTIONS(1418), + [anon_sym_buffer] = ACTIONS(1418), + [anon_sym_coherent] = ACTIONS(1418), + [anon_sym_readonly] = ACTIONS(1418), + [anon_sym_writeonly] = ACTIONS(1418), + [anon_sym_precision] = ACTIONS(1418), + [anon_sym_highp] = ACTIONS(1418), + [anon_sym_mediump] = ACTIONS(1418), + [anon_sym_lowp] = ACTIONS(1418), + [anon_sym_centroid] = ACTIONS(1418), + [anon_sym_sample] = ACTIONS(1418), + [anon_sym_patch] = ACTIONS(1418), + [anon_sym_smooth] = ACTIONS(1418), + [anon_sym_flat] = ACTIONS(1418), + [anon_sym_noperspective] = ACTIONS(1418), + [anon_sym___extension__] = ACTIONS(1418), + [anon_sym_typedef] = ACTIONS(1418), + [anon_sym_extern] = ACTIONS(1418), + [anon_sym___attribute__] = ACTIONS(1418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1420), + [anon_sym___declspec] = ACTIONS(1418), + [anon_sym___cdecl] = ACTIONS(1418), + [anon_sym___clrcall] = ACTIONS(1418), + [anon_sym___stdcall] = ACTIONS(1418), + [anon_sym___fastcall] = ACTIONS(1418), + [anon_sym___thiscall] = ACTIONS(1418), + [anon_sym___vectorcall] = ACTIONS(1418), + [anon_sym_LBRACE] = ACTIONS(1420), + [anon_sym_signed] = ACTIONS(1418), + [anon_sym_unsigned] = ACTIONS(1418), + [anon_sym_long] = ACTIONS(1418), + [anon_sym_short] = ACTIONS(1418), + [anon_sym_static] = ACTIONS(1418), + [anon_sym_auto] = ACTIONS(1418), + [anon_sym_register] = ACTIONS(1418), + [anon_sym_inline] = ACTIONS(1418), + [anon_sym___inline] = ACTIONS(1418), + [anon_sym___inline__] = ACTIONS(1418), + [anon_sym___forceinline] = ACTIONS(1418), + [anon_sym_thread_local] = ACTIONS(1418), + [anon_sym___thread] = ACTIONS(1418), + [anon_sym_const] = ACTIONS(1418), + [anon_sym_constexpr] = ACTIONS(1418), + [anon_sym_volatile] = ACTIONS(1418), + [anon_sym_restrict] = ACTIONS(1418), + [anon_sym___restrict__] = ACTIONS(1418), + [anon_sym__Atomic] = ACTIONS(1418), + [anon_sym__Noreturn] = ACTIONS(1418), + [anon_sym_noreturn] = ACTIONS(1418), + [sym_primitive_type] = ACTIONS(1418), + [anon_sym_enum] = ACTIONS(1418), + [anon_sym_struct] = ACTIONS(1418), + [anon_sym_union] = ACTIONS(1418), + [anon_sym_if] = ACTIONS(1418), + [anon_sym_else] = ACTIONS(1418), + [anon_sym_switch] = ACTIONS(1418), + [anon_sym_case] = ACTIONS(1418), + [anon_sym_default] = ACTIONS(1418), + [anon_sym_while] = ACTIONS(1418), + [anon_sym_do] = ACTIONS(1418), + [anon_sym_for] = ACTIONS(1418), + [anon_sym_return] = ACTIONS(1418), + [anon_sym_break] = ACTIONS(1418), + [anon_sym_continue] = ACTIONS(1418), + [anon_sym_goto] = ACTIONS(1418), + [anon_sym_DASH_DASH] = ACTIONS(1420), + [anon_sym_PLUS_PLUS] = ACTIONS(1420), + [anon_sym_sizeof] = ACTIONS(1418), + [anon_sym___alignof__] = ACTIONS(1418), + [anon_sym___alignof] = ACTIONS(1418), + [anon_sym__alignof] = ACTIONS(1418), + [anon_sym_alignof] = ACTIONS(1418), + [anon_sym__Alignof] = ACTIONS(1418), + [anon_sym_offsetof] = ACTIONS(1418), + [anon_sym__Generic] = ACTIONS(1418), + [anon_sym_asm] = ACTIONS(1418), + [anon_sym___asm__] = ACTIONS(1418), + [sym_number_literal] = ACTIONS(1420), + [anon_sym_L_SQUOTE] = ACTIONS(1420), + [anon_sym_u_SQUOTE] = ACTIONS(1420), + [anon_sym_U_SQUOTE] = ACTIONS(1420), + [anon_sym_u8_SQUOTE] = ACTIONS(1420), + [anon_sym_SQUOTE] = ACTIONS(1420), + [anon_sym_L_DQUOTE] = ACTIONS(1420), + [anon_sym_u_DQUOTE] = ACTIONS(1420), + [anon_sym_U_DQUOTE] = ACTIONS(1420), + [anon_sym_u8_DQUOTE] = ACTIONS(1420), + [anon_sym_DQUOTE] = ACTIONS(1420), + [sym_true] = ACTIONS(1418), + [sym_false] = ACTIONS(1418), + [anon_sym_NULL] = ACTIONS(1418), + [anon_sym_nullptr] = ACTIONS(1418), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1438), - [anon_sym_rayPayloadInEXT] = ACTIONS(1438), - [anon_sym_hitAttributeEXT] = ACTIONS(1438), - [anon_sym_callableDataEXT] = ACTIONS(1438), - [anon_sym_callableDataInEXT] = ACTIONS(1438), - [anon_sym_shaderRecordEXT] = ACTIONS(1438), - [anon_sym_rayPayloadNV] = ACTIONS(1438), - [anon_sym_rayPayloadInNV] = ACTIONS(1438), - [anon_sym_hitAttributeNV] = ACTIONS(1438), - [anon_sym_callableDataNV] = ACTIONS(1438), - [anon_sym_callableDataInNV] = ACTIONS(1438), - [anon_sym_shaderRecordNV] = ACTIONS(1438), - [anon_sym_layout] = ACTIONS(1438), + [anon_sym_rayPayloadEXT] = ACTIONS(1418), + [anon_sym_rayPayloadInEXT] = ACTIONS(1418), + [anon_sym_hitAttributeEXT] = ACTIONS(1418), + [anon_sym_callableDataEXT] = ACTIONS(1418), + [anon_sym_callableDataInEXT] = ACTIONS(1418), + [anon_sym_shaderRecordEXT] = ACTIONS(1418), + [anon_sym_rayPayloadNV] = ACTIONS(1418), + [anon_sym_rayPayloadInNV] = ACTIONS(1418), + [anon_sym_hitAttributeNV] = ACTIONS(1418), + [anon_sym_callableDataNV] = ACTIONS(1418), + [anon_sym_callableDataInNV] = ACTIONS(1418), + [anon_sym_shaderRecordNV] = ACTIONS(1418), + [anon_sym_layout] = ACTIONS(1418), }, - [127] = { - [sym_identifier] = ACTIONS(1442), - [aux_sym_preproc_include_token1] = ACTIONS(1442), - [aux_sym_preproc_def_token1] = ACTIONS(1442), - [aux_sym_preproc_if_token1] = ACTIONS(1442), - [aux_sym_preproc_if_token2] = ACTIONS(1442), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1442), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1442), - [aux_sym_preproc_else_token1] = ACTIONS(1442), - [aux_sym_preproc_elif_token1] = ACTIONS(1442), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1442), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1442), - [sym_preproc_directive] = ACTIONS(1442), - [anon_sym_LPAREN2] = ACTIONS(1444), - [anon_sym_BANG] = ACTIONS(1444), - [anon_sym_TILDE] = ACTIONS(1444), - [anon_sym_DASH] = ACTIONS(1442), - [anon_sym_PLUS] = ACTIONS(1442), - [anon_sym_STAR] = ACTIONS(1444), - [anon_sym_AMP] = ACTIONS(1444), - [anon_sym_subroutine] = ACTIONS(1442), - [anon_sym_invariant] = ACTIONS(1442), - [anon_sym_precise] = ACTIONS(1442), - [anon_sym_SEMI] = ACTIONS(1444), - [anon_sym_in] = ACTIONS(1442), - [anon_sym_out] = ACTIONS(1442), - [anon_sym_inout] = ACTIONS(1442), - [anon_sym_uniform] = ACTIONS(1442), - [anon_sym_shared] = ACTIONS(1442), - [anon_sym_attribute] = ACTIONS(1442), - [anon_sym_varying] = ACTIONS(1442), - [anon_sym_buffer] = ACTIONS(1442), - [anon_sym_coherent] = ACTIONS(1442), - [anon_sym_readonly] = ACTIONS(1442), - [anon_sym_writeonly] = ACTIONS(1442), - [anon_sym_precision] = ACTIONS(1442), - [anon_sym_highp] = ACTIONS(1442), - [anon_sym_mediump] = ACTIONS(1442), - [anon_sym_lowp] = ACTIONS(1442), - [anon_sym_centroid] = ACTIONS(1442), - [anon_sym_sample] = ACTIONS(1442), - [anon_sym_patch] = ACTIONS(1442), - [anon_sym_smooth] = ACTIONS(1442), - [anon_sym_flat] = ACTIONS(1442), - [anon_sym_noperspective] = ACTIONS(1442), - [anon_sym___extension__] = ACTIONS(1442), - [anon_sym_typedef] = ACTIONS(1442), - [anon_sym_extern] = ACTIONS(1442), - [anon_sym___attribute__] = ACTIONS(1442), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1444), - [anon_sym___declspec] = ACTIONS(1442), - [anon_sym___cdecl] = ACTIONS(1442), - [anon_sym___clrcall] = ACTIONS(1442), - [anon_sym___stdcall] = ACTIONS(1442), - [anon_sym___fastcall] = ACTIONS(1442), - [anon_sym___thiscall] = ACTIONS(1442), - [anon_sym___vectorcall] = ACTIONS(1442), - [anon_sym_LBRACE] = ACTIONS(1444), - [anon_sym_signed] = ACTIONS(1442), - [anon_sym_unsigned] = ACTIONS(1442), - [anon_sym_long] = ACTIONS(1442), - [anon_sym_short] = ACTIONS(1442), - [anon_sym_static] = ACTIONS(1442), - [anon_sym_auto] = ACTIONS(1442), - [anon_sym_register] = ACTIONS(1442), - [anon_sym_inline] = ACTIONS(1442), - [anon_sym___inline] = ACTIONS(1442), - [anon_sym___inline__] = ACTIONS(1442), - [anon_sym___forceinline] = ACTIONS(1442), - [anon_sym_thread_local] = ACTIONS(1442), - [anon_sym___thread] = ACTIONS(1442), - [anon_sym_const] = ACTIONS(1442), - [anon_sym_constexpr] = ACTIONS(1442), - [anon_sym_volatile] = ACTIONS(1442), - [anon_sym_restrict] = ACTIONS(1442), - [anon_sym___restrict__] = ACTIONS(1442), - [anon_sym__Atomic] = ACTIONS(1442), - [anon_sym__Noreturn] = ACTIONS(1442), - [anon_sym_noreturn] = ACTIONS(1442), - [sym_primitive_type] = ACTIONS(1442), - [anon_sym_enum] = ACTIONS(1442), - [anon_sym_struct] = ACTIONS(1442), - [anon_sym_union] = ACTIONS(1442), - [anon_sym_if] = ACTIONS(1442), - [anon_sym_else] = ACTIONS(1442), - [anon_sym_switch] = ACTIONS(1442), - [anon_sym_case] = ACTIONS(1442), - [anon_sym_default] = ACTIONS(1442), - [anon_sym_while] = ACTIONS(1442), - [anon_sym_do] = ACTIONS(1442), - [anon_sym_for] = ACTIONS(1442), - [anon_sym_return] = ACTIONS(1442), - [anon_sym_break] = ACTIONS(1442), - [anon_sym_continue] = ACTIONS(1442), - [anon_sym_goto] = ACTIONS(1442), - [anon_sym_DASH_DASH] = ACTIONS(1444), - [anon_sym_PLUS_PLUS] = ACTIONS(1444), - [anon_sym_sizeof] = ACTIONS(1442), - [anon_sym___alignof__] = ACTIONS(1442), - [anon_sym___alignof] = ACTIONS(1442), - [anon_sym__alignof] = ACTIONS(1442), - [anon_sym_alignof] = ACTIONS(1442), - [anon_sym__Alignof] = ACTIONS(1442), - [anon_sym_offsetof] = ACTIONS(1442), - [anon_sym__Generic] = ACTIONS(1442), - [anon_sym_asm] = ACTIONS(1442), - [anon_sym___asm__] = ACTIONS(1442), - [sym_number_literal] = ACTIONS(1444), - [anon_sym_L_SQUOTE] = ACTIONS(1444), - [anon_sym_u_SQUOTE] = ACTIONS(1444), - [anon_sym_U_SQUOTE] = ACTIONS(1444), - [anon_sym_u8_SQUOTE] = ACTIONS(1444), - [anon_sym_SQUOTE] = ACTIONS(1444), - [anon_sym_L_DQUOTE] = ACTIONS(1444), - [anon_sym_u_DQUOTE] = ACTIONS(1444), - [anon_sym_U_DQUOTE] = ACTIONS(1444), - [anon_sym_u8_DQUOTE] = ACTIONS(1444), - [anon_sym_DQUOTE] = ACTIONS(1444), - [sym_true] = ACTIONS(1442), - [sym_false] = ACTIONS(1442), - [anon_sym_NULL] = ACTIONS(1442), - [anon_sym_nullptr] = ACTIONS(1442), + [112] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [aux_sym_preproc_else_token1] = ACTIONS(1350), + [aux_sym_preproc_elif_token1] = ACTIONS(1350), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1442), - [anon_sym_rayPayloadInEXT] = ACTIONS(1442), - [anon_sym_hitAttributeEXT] = ACTIONS(1442), - [anon_sym_callableDataEXT] = ACTIONS(1442), - [anon_sym_callableDataInEXT] = ACTIONS(1442), - [anon_sym_shaderRecordEXT] = ACTIONS(1442), - [anon_sym_rayPayloadNV] = ACTIONS(1442), - [anon_sym_rayPayloadInNV] = ACTIONS(1442), - [anon_sym_hitAttributeNV] = ACTIONS(1442), - [anon_sym_callableDataNV] = ACTIONS(1442), - [anon_sym_callableDataInNV] = ACTIONS(1442), - [anon_sym_shaderRecordNV] = ACTIONS(1442), - [anon_sym_layout] = ACTIONS(1442), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [128] = { - [sym_identifier] = ACTIONS(1446), - [aux_sym_preproc_include_token1] = ACTIONS(1446), - [aux_sym_preproc_def_token1] = ACTIONS(1446), - [aux_sym_preproc_if_token1] = ACTIONS(1446), - [aux_sym_preproc_if_token2] = ACTIONS(1446), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1446), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1446), - [aux_sym_preproc_else_token1] = ACTIONS(1446), - [aux_sym_preproc_elif_token1] = ACTIONS(1446), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1446), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1446), - [sym_preproc_directive] = ACTIONS(1446), - [anon_sym_LPAREN2] = ACTIONS(1448), - [anon_sym_BANG] = ACTIONS(1448), - [anon_sym_TILDE] = ACTIONS(1448), - [anon_sym_DASH] = ACTIONS(1446), - [anon_sym_PLUS] = ACTIONS(1446), - [anon_sym_STAR] = ACTIONS(1448), - [anon_sym_AMP] = ACTIONS(1448), - [anon_sym_subroutine] = ACTIONS(1446), - [anon_sym_invariant] = ACTIONS(1446), - [anon_sym_precise] = ACTIONS(1446), - [anon_sym_SEMI] = ACTIONS(1448), - [anon_sym_in] = ACTIONS(1446), - [anon_sym_out] = ACTIONS(1446), - [anon_sym_inout] = ACTIONS(1446), - [anon_sym_uniform] = ACTIONS(1446), - [anon_sym_shared] = ACTIONS(1446), - [anon_sym_attribute] = ACTIONS(1446), - [anon_sym_varying] = ACTIONS(1446), - [anon_sym_buffer] = ACTIONS(1446), - [anon_sym_coherent] = ACTIONS(1446), - [anon_sym_readonly] = ACTIONS(1446), - [anon_sym_writeonly] = ACTIONS(1446), - [anon_sym_precision] = ACTIONS(1446), - [anon_sym_highp] = ACTIONS(1446), - [anon_sym_mediump] = ACTIONS(1446), - [anon_sym_lowp] = ACTIONS(1446), - [anon_sym_centroid] = ACTIONS(1446), - [anon_sym_sample] = ACTIONS(1446), - [anon_sym_patch] = ACTIONS(1446), - [anon_sym_smooth] = ACTIONS(1446), - [anon_sym_flat] = ACTIONS(1446), - [anon_sym_noperspective] = ACTIONS(1446), - [anon_sym___extension__] = ACTIONS(1446), - [anon_sym_typedef] = ACTIONS(1446), - [anon_sym_extern] = ACTIONS(1446), - [anon_sym___attribute__] = ACTIONS(1446), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1448), - [anon_sym___declspec] = ACTIONS(1446), - [anon_sym___cdecl] = ACTIONS(1446), - [anon_sym___clrcall] = ACTIONS(1446), - [anon_sym___stdcall] = ACTIONS(1446), - [anon_sym___fastcall] = ACTIONS(1446), - [anon_sym___thiscall] = ACTIONS(1446), - [anon_sym___vectorcall] = ACTIONS(1446), - [anon_sym_LBRACE] = ACTIONS(1448), - [anon_sym_signed] = ACTIONS(1446), - [anon_sym_unsigned] = ACTIONS(1446), - [anon_sym_long] = ACTIONS(1446), - [anon_sym_short] = ACTIONS(1446), - [anon_sym_static] = ACTIONS(1446), - [anon_sym_auto] = ACTIONS(1446), - [anon_sym_register] = ACTIONS(1446), - [anon_sym_inline] = ACTIONS(1446), - [anon_sym___inline] = ACTIONS(1446), - [anon_sym___inline__] = ACTIONS(1446), - [anon_sym___forceinline] = ACTIONS(1446), - [anon_sym_thread_local] = ACTIONS(1446), - [anon_sym___thread] = ACTIONS(1446), - [anon_sym_const] = ACTIONS(1446), - [anon_sym_constexpr] = ACTIONS(1446), - [anon_sym_volatile] = ACTIONS(1446), - [anon_sym_restrict] = ACTIONS(1446), - [anon_sym___restrict__] = ACTIONS(1446), - [anon_sym__Atomic] = ACTIONS(1446), - [anon_sym__Noreturn] = ACTIONS(1446), - [anon_sym_noreturn] = ACTIONS(1446), - [sym_primitive_type] = ACTIONS(1446), - [anon_sym_enum] = ACTIONS(1446), - [anon_sym_struct] = ACTIONS(1446), - [anon_sym_union] = ACTIONS(1446), - [anon_sym_if] = ACTIONS(1446), - [anon_sym_else] = ACTIONS(1446), - [anon_sym_switch] = ACTIONS(1446), - [anon_sym_case] = ACTIONS(1446), - [anon_sym_default] = ACTIONS(1446), - [anon_sym_while] = ACTIONS(1446), - [anon_sym_do] = ACTIONS(1446), - [anon_sym_for] = ACTIONS(1446), - [anon_sym_return] = ACTIONS(1446), - [anon_sym_break] = ACTIONS(1446), - [anon_sym_continue] = ACTIONS(1446), - [anon_sym_goto] = ACTIONS(1446), - [anon_sym_DASH_DASH] = ACTIONS(1448), - [anon_sym_PLUS_PLUS] = ACTIONS(1448), - [anon_sym_sizeof] = ACTIONS(1446), - [anon_sym___alignof__] = ACTIONS(1446), - [anon_sym___alignof] = ACTIONS(1446), - [anon_sym__alignof] = ACTIONS(1446), - [anon_sym_alignof] = ACTIONS(1446), - [anon_sym__Alignof] = ACTIONS(1446), - [anon_sym_offsetof] = ACTIONS(1446), - [anon_sym__Generic] = ACTIONS(1446), - [anon_sym_asm] = ACTIONS(1446), - [anon_sym___asm__] = ACTIONS(1446), - [sym_number_literal] = ACTIONS(1448), - [anon_sym_L_SQUOTE] = ACTIONS(1448), - [anon_sym_u_SQUOTE] = ACTIONS(1448), - [anon_sym_U_SQUOTE] = ACTIONS(1448), - [anon_sym_u8_SQUOTE] = ACTIONS(1448), - [anon_sym_SQUOTE] = ACTIONS(1448), - [anon_sym_L_DQUOTE] = ACTIONS(1448), - [anon_sym_u_DQUOTE] = ACTIONS(1448), - [anon_sym_U_DQUOTE] = ACTIONS(1448), - [anon_sym_u8_DQUOTE] = ACTIONS(1448), - [anon_sym_DQUOTE] = ACTIONS(1448), - [sym_true] = ACTIONS(1446), - [sym_false] = ACTIONS(1446), - [anon_sym_NULL] = ACTIONS(1446), - [anon_sym_nullptr] = ACTIONS(1446), + [113] = { + [sym_identifier] = ACTIONS(1422), + [aux_sym_preproc_include_token1] = ACTIONS(1422), + [aux_sym_preproc_def_token1] = ACTIONS(1422), + [aux_sym_preproc_if_token1] = ACTIONS(1422), + [aux_sym_preproc_if_token2] = ACTIONS(1422), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1422), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1422), + [aux_sym_preproc_else_token1] = ACTIONS(1422), + [aux_sym_preproc_elif_token1] = ACTIONS(1422), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1422), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1422), + [sym_preproc_directive] = ACTIONS(1422), + [anon_sym_LPAREN2] = ACTIONS(1424), + [anon_sym_BANG] = ACTIONS(1424), + [anon_sym_TILDE] = ACTIONS(1424), + [anon_sym_DASH] = ACTIONS(1422), + [anon_sym_PLUS] = ACTIONS(1422), + [anon_sym_STAR] = ACTIONS(1424), + [anon_sym_AMP] = ACTIONS(1424), + [anon_sym_subroutine] = ACTIONS(1422), + [anon_sym_invariant] = ACTIONS(1422), + [anon_sym_precise] = ACTIONS(1422), + [anon_sym_SEMI] = ACTIONS(1424), + [anon_sym_in] = ACTIONS(1422), + [anon_sym_out] = ACTIONS(1422), + [anon_sym_inout] = ACTIONS(1422), + [anon_sym_uniform] = ACTIONS(1422), + [anon_sym_shared] = ACTIONS(1422), + [anon_sym_attribute] = ACTIONS(1422), + [anon_sym_varying] = ACTIONS(1422), + [anon_sym_buffer] = ACTIONS(1422), + [anon_sym_coherent] = ACTIONS(1422), + [anon_sym_readonly] = ACTIONS(1422), + [anon_sym_writeonly] = ACTIONS(1422), + [anon_sym_precision] = ACTIONS(1422), + [anon_sym_highp] = ACTIONS(1422), + [anon_sym_mediump] = ACTIONS(1422), + [anon_sym_lowp] = ACTIONS(1422), + [anon_sym_centroid] = ACTIONS(1422), + [anon_sym_sample] = ACTIONS(1422), + [anon_sym_patch] = ACTIONS(1422), + [anon_sym_smooth] = ACTIONS(1422), + [anon_sym_flat] = ACTIONS(1422), + [anon_sym_noperspective] = ACTIONS(1422), + [anon_sym___extension__] = ACTIONS(1422), + [anon_sym_typedef] = ACTIONS(1422), + [anon_sym_extern] = ACTIONS(1422), + [anon_sym___attribute__] = ACTIONS(1422), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym___declspec] = ACTIONS(1422), + [anon_sym___cdecl] = ACTIONS(1422), + [anon_sym___clrcall] = ACTIONS(1422), + [anon_sym___stdcall] = ACTIONS(1422), + [anon_sym___fastcall] = ACTIONS(1422), + [anon_sym___thiscall] = ACTIONS(1422), + [anon_sym___vectorcall] = ACTIONS(1422), + [anon_sym_LBRACE] = ACTIONS(1424), + [anon_sym_signed] = ACTIONS(1422), + [anon_sym_unsigned] = ACTIONS(1422), + [anon_sym_long] = ACTIONS(1422), + [anon_sym_short] = ACTIONS(1422), + [anon_sym_static] = ACTIONS(1422), + [anon_sym_auto] = ACTIONS(1422), + [anon_sym_register] = ACTIONS(1422), + [anon_sym_inline] = ACTIONS(1422), + [anon_sym___inline] = ACTIONS(1422), + [anon_sym___inline__] = ACTIONS(1422), + [anon_sym___forceinline] = ACTIONS(1422), + [anon_sym_thread_local] = ACTIONS(1422), + [anon_sym___thread] = ACTIONS(1422), + [anon_sym_const] = ACTIONS(1422), + [anon_sym_constexpr] = ACTIONS(1422), + [anon_sym_volatile] = ACTIONS(1422), + [anon_sym_restrict] = ACTIONS(1422), + [anon_sym___restrict__] = ACTIONS(1422), + [anon_sym__Atomic] = ACTIONS(1422), + [anon_sym__Noreturn] = ACTIONS(1422), + [anon_sym_noreturn] = ACTIONS(1422), + [sym_primitive_type] = ACTIONS(1422), + [anon_sym_enum] = ACTIONS(1422), + [anon_sym_struct] = ACTIONS(1422), + [anon_sym_union] = ACTIONS(1422), + [anon_sym_if] = ACTIONS(1422), + [anon_sym_else] = ACTIONS(1422), + [anon_sym_switch] = ACTIONS(1422), + [anon_sym_case] = ACTIONS(1422), + [anon_sym_default] = ACTIONS(1422), + [anon_sym_while] = ACTIONS(1422), + [anon_sym_do] = ACTIONS(1422), + [anon_sym_for] = ACTIONS(1422), + [anon_sym_return] = ACTIONS(1422), + [anon_sym_break] = ACTIONS(1422), + [anon_sym_continue] = ACTIONS(1422), + [anon_sym_goto] = ACTIONS(1422), + [anon_sym_DASH_DASH] = ACTIONS(1424), + [anon_sym_PLUS_PLUS] = ACTIONS(1424), + [anon_sym_sizeof] = ACTIONS(1422), + [anon_sym___alignof__] = ACTIONS(1422), + [anon_sym___alignof] = ACTIONS(1422), + [anon_sym__alignof] = ACTIONS(1422), + [anon_sym_alignof] = ACTIONS(1422), + [anon_sym__Alignof] = ACTIONS(1422), + [anon_sym_offsetof] = ACTIONS(1422), + [anon_sym__Generic] = ACTIONS(1422), + [anon_sym_asm] = ACTIONS(1422), + [anon_sym___asm__] = ACTIONS(1422), + [sym_number_literal] = ACTIONS(1424), + [anon_sym_L_SQUOTE] = ACTIONS(1424), + [anon_sym_u_SQUOTE] = ACTIONS(1424), + [anon_sym_U_SQUOTE] = ACTIONS(1424), + [anon_sym_u8_SQUOTE] = ACTIONS(1424), + [anon_sym_SQUOTE] = ACTIONS(1424), + [anon_sym_L_DQUOTE] = ACTIONS(1424), + [anon_sym_u_DQUOTE] = ACTIONS(1424), + [anon_sym_U_DQUOTE] = ACTIONS(1424), + [anon_sym_u8_DQUOTE] = ACTIONS(1424), + [anon_sym_DQUOTE] = ACTIONS(1424), + [sym_true] = ACTIONS(1422), + [sym_false] = ACTIONS(1422), + [anon_sym_NULL] = ACTIONS(1422), + [anon_sym_nullptr] = ACTIONS(1422), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1446), - [anon_sym_rayPayloadInEXT] = ACTIONS(1446), - [anon_sym_hitAttributeEXT] = ACTIONS(1446), - [anon_sym_callableDataEXT] = ACTIONS(1446), - [anon_sym_callableDataInEXT] = ACTIONS(1446), - [anon_sym_shaderRecordEXT] = ACTIONS(1446), - [anon_sym_rayPayloadNV] = ACTIONS(1446), - [anon_sym_rayPayloadInNV] = ACTIONS(1446), - [anon_sym_hitAttributeNV] = ACTIONS(1446), - [anon_sym_callableDataNV] = ACTIONS(1446), - [anon_sym_callableDataInNV] = ACTIONS(1446), - [anon_sym_shaderRecordNV] = ACTIONS(1446), - [anon_sym_layout] = ACTIONS(1446), + [anon_sym_rayPayloadEXT] = ACTIONS(1422), + [anon_sym_rayPayloadInEXT] = ACTIONS(1422), + [anon_sym_hitAttributeEXT] = ACTIONS(1422), + [anon_sym_callableDataEXT] = ACTIONS(1422), + [anon_sym_callableDataInEXT] = ACTIONS(1422), + [anon_sym_shaderRecordEXT] = ACTIONS(1422), + [anon_sym_rayPayloadNV] = ACTIONS(1422), + [anon_sym_rayPayloadInNV] = ACTIONS(1422), + [anon_sym_hitAttributeNV] = ACTIONS(1422), + [anon_sym_callableDataNV] = ACTIONS(1422), + [anon_sym_callableDataInNV] = ACTIONS(1422), + [anon_sym_shaderRecordNV] = ACTIONS(1422), + [anon_sym_layout] = ACTIONS(1422), + }, + [114] = { + [sym_identifier] = ACTIONS(1426), + [aux_sym_preproc_include_token1] = ACTIONS(1426), + [aux_sym_preproc_def_token1] = ACTIONS(1426), + [aux_sym_preproc_if_token1] = ACTIONS(1426), + [aux_sym_preproc_if_token2] = ACTIONS(1426), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1426), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1426), + [aux_sym_preproc_else_token1] = ACTIONS(1426), + [aux_sym_preproc_elif_token1] = ACTIONS(1426), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1426), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1426), + [sym_preproc_directive] = ACTIONS(1426), + [anon_sym_LPAREN2] = ACTIONS(1428), + [anon_sym_BANG] = ACTIONS(1428), + [anon_sym_TILDE] = ACTIONS(1428), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_STAR] = ACTIONS(1428), + [anon_sym_AMP] = ACTIONS(1428), + [anon_sym_subroutine] = ACTIONS(1426), + [anon_sym_invariant] = ACTIONS(1426), + [anon_sym_precise] = ACTIONS(1426), + [anon_sym_SEMI] = ACTIONS(1428), + [anon_sym_in] = ACTIONS(1426), + [anon_sym_out] = ACTIONS(1426), + [anon_sym_inout] = ACTIONS(1426), + [anon_sym_uniform] = ACTIONS(1426), + [anon_sym_shared] = ACTIONS(1426), + [anon_sym_attribute] = ACTIONS(1426), + [anon_sym_varying] = ACTIONS(1426), + [anon_sym_buffer] = ACTIONS(1426), + [anon_sym_coherent] = ACTIONS(1426), + [anon_sym_readonly] = ACTIONS(1426), + [anon_sym_writeonly] = ACTIONS(1426), + [anon_sym_precision] = ACTIONS(1426), + [anon_sym_highp] = ACTIONS(1426), + [anon_sym_mediump] = ACTIONS(1426), + [anon_sym_lowp] = ACTIONS(1426), + [anon_sym_centroid] = ACTIONS(1426), + [anon_sym_sample] = ACTIONS(1426), + [anon_sym_patch] = ACTIONS(1426), + [anon_sym_smooth] = ACTIONS(1426), + [anon_sym_flat] = ACTIONS(1426), + [anon_sym_noperspective] = ACTIONS(1426), + [anon_sym___extension__] = ACTIONS(1426), + [anon_sym_typedef] = ACTIONS(1426), + [anon_sym_extern] = ACTIONS(1426), + [anon_sym___attribute__] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1428), + [anon_sym___declspec] = ACTIONS(1426), + [anon_sym___cdecl] = ACTIONS(1426), + [anon_sym___clrcall] = ACTIONS(1426), + [anon_sym___stdcall] = ACTIONS(1426), + [anon_sym___fastcall] = ACTIONS(1426), + [anon_sym___thiscall] = ACTIONS(1426), + [anon_sym___vectorcall] = ACTIONS(1426), + [anon_sym_LBRACE] = ACTIONS(1428), + [anon_sym_signed] = ACTIONS(1426), + [anon_sym_unsigned] = ACTIONS(1426), + [anon_sym_long] = ACTIONS(1426), + [anon_sym_short] = ACTIONS(1426), + [anon_sym_static] = ACTIONS(1426), + [anon_sym_auto] = ACTIONS(1426), + [anon_sym_register] = ACTIONS(1426), + [anon_sym_inline] = ACTIONS(1426), + [anon_sym___inline] = ACTIONS(1426), + [anon_sym___inline__] = ACTIONS(1426), + [anon_sym___forceinline] = ACTIONS(1426), + [anon_sym_thread_local] = ACTIONS(1426), + [anon_sym___thread] = ACTIONS(1426), + [anon_sym_const] = ACTIONS(1426), + [anon_sym_constexpr] = ACTIONS(1426), + [anon_sym_volatile] = ACTIONS(1426), + [anon_sym_restrict] = ACTIONS(1426), + [anon_sym___restrict__] = ACTIONS(1426), + [anon_sym__Atomic] = ACTIONS(1426), + [anon_sym__Noreturn] = ACTIONS(1426), + [anon_sym_noreturn] = ACTIONS(1426), + [sym_primitive_type] = ACTIONS(1426), + [anon_sym_enum] = ACTIONS(1426), + [anon_sym_struct] = ACTIONS(1426), + [anon_sym_union] = ACTIONS(1426), + [anon_sym_if] = ACTIONS(1426), + [anon_sym_else] = ACTIONS(1426), + [anon_sym_switch] = ACTIONS(1426), + [anon_sym_case] = ACTIONS(1426), + [anon_sym_default] = ACTIONS(1426), + [anon_sym_while] = ACTIONS(1426), + [anon_sym_do] = ACTIONS(1426), + [anon_sym_for] = ACTIONS(1426), + [anon_sym_return] = ACTIONS(1426), + [anon_sym_break] = ACTIONS(1426), + [anon_sym_continue] = ACTIONS(1426), + [anon_sym_goto] = ACTIONS(1426), + [anon_sym_DASH_DASH] = ACTIONS(1428), + [anon_sym_PLUS_PLUS] = ACTIONS(1428), + [anon_sym_sizeof] = ACTIONS(1426), + [anon_sym___alignof__] = ACTIONS(1426), + [anon_sym___alignof] = ACTIONS(1426), + [anon_sym__alignof] = ACTIONS(1426), + [anon_sym_alignof] = ACTIONS(1426), + [anon_sym__Alignof] = ACTIONS(1426), + [anon_sym_offsetof] = ACTIONS(1426), + [anon_sym__Generic] = ACTIONS(1426), + [anon_sym_asm] = ACTIONS(1426), + [anon_sym___asm__] = ACTIONS(1426), + [sym_number_literal] = ACTIONS(1428), + [anon_sym_L_SQUOTE] = ACTIONS(1428), + [anon_sym_u_SQUOTE] = ACTIONS(1428), + [anon_sym_U_SQUOTE] = ACTIONS(1428), + [anon_sym_u8_SQUOTE] = ACTIONS(1428), + [anon_sym_SQUOTE] = ACTIONS(1428), + [anon_sym_L_DQUOTE] = ACTIONS(1428), + [anon_sym_u_DQUOTE] = ACTIONS(1428), + [anon_sym_U_DQUOTE] = ACTIONS(1428), + [anon_sym_u8_DQUOTE] = ACTIONS(1428), + [anon_sym_DQUOTE] = ACTIONS(1428), + [sym_true] = ACTIONS(1426), + [sym_false] = ACTIONS(1426), + [anon_sym_NULL] = ACTIONS(1426), + [anon_sym_nullptr] = ACTIONS(1426), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1426), + [anon_sym_rayPayloadInEXT] = ACTIONS(1426), + [anon_sym_hitAttributeEXT] = ACTIONS(1426), + [anon_sym_callableDataEXT] = ACTIONS(1426), + [anon_sym_callableDataInEXT] = ACTIONS(1426), + [anon_sym_shaderRecordEXT] = ACTIONS(1426), + [anon_sym_rayPayloadNV] = ACTIONS(1426), + [anon_sym_rayPayloadInNV] = ACTIONS(1426), + [anon_sym_hitAttributeNV] = ACTIONS(1426), + [anon_sym_callableDataNV] = ACTIONS(1426), + [anon_sym_callableDataInNV] = ACTIONS(1426), + [anon_sym_shaderRecordNV] = ACTIONS(1426), + [anon_sym_layout] = ACTIONS(1426), }, - [129] = { - [sym_identifier] = ACTIONS(1450), - [aux_sym_preproc_include_token1] = ACTIONS(1450), - [aux_sym_preproc_def_token1] = ACTIONS(1450), - [aux_sym_preproc_if_token1] = ACTIONS(1450), - [aux_sym_preproc_if_token2] = ACTIONS(1450), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1450), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1450), - [aux_sym_preproc_else_token1] = ACTIONS(1450), - [aux_sym_preproc_elif_token1] = ACTIONS(1450), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1450), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1450), - [sym_preproc_directive] = ACTIONS(1450), - [anon_sym_LPAREN2] = ACTIONS(1452), - [anon_sym_BANG] = ACTIONS(1452), - [anon_sym_TILDE] = ACTIONS(1452), - [anon_sym_DASH] = ACTIONS(1450), - [anon_sym_PLUS] = ACTIONS(1450), - [anon_sym_STAR] = ACTIONS(1452), - [anon_sym_AMP] = ACTIONS(1452), - [anon_sym_subroutine] = ACTIONS(1450), - [anon_sym_invariant] = ACTIONS(1450), - [anon_sym_precise] = ACTIONS(1450), - [anon_sym_SEMI] = ACTIONS(1452), - [anon_sym_in] = ACTIONS(1450), - [anon_sym_out] = ACTIONS(1450), - [anon_sym_inout] = ACTIONS(1450), - [anon_sym_uniform] = ACTIONS(1450), - [anon_sym_shared] = ACTIONS(1450), - [anon_sym_attribute] = ACTIONS(1450), - [anon_sym_varying] = ACTIONS(1450), - [anon_sym_buffer] = ACTIONS(1450), - [anon_sym_coherent] = ACTIONS(1450), - [anon_sym_readonly] = ACTIONS(1450), - [anon_sym_writeonly] = ACTIONS(1450), - [anon_sym_precision] = ACTIONS(1450), - [anon_sym_highp] = ACTIONS(1450), - [anon_sym_mediump] = ACTIONS(1450), - [anon_sym_lowp] = ACTIONS(1450), - [anon_sym_centroid] = ACTIONS(1450), - [anon_sym_sample] = ACTIONS(1450), - [anon_sym_patch] = ACTIONS(1450), - [anon_sym_smooth] = ACTIONS(1450), - [anon_sym_flat] = ACTIONS(1450), - [anon_sym_noperspective] = ACTIONS(1450), - [anon_sym___extension__] = ACTIONS(1450), - [anon_sym_typedef] = ACTIONS(1450), - [anon_sym_extern] = ACTIONS(1450), - [anon_sym___attribute__] = ACTIONS(1450), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1452), - [anon_sym___declspec] = ACTIONS(1450), - [anon_sym___cdecl] = ACTIONS(1450), - [anon_sym___clrcall] = ACTIONS(1450), - [anon_sym___stdcall] = ACTIONS(1450), - [anon_sym___fastcall] = ACTIONS(1450), - [anon_sym___thiscall] = ACTIONS(1450), - [anon_sym___vectorcall] = ACTIONS(1450), - [anon_sym_LBRACE] = ACTIONS(1452), - [anon_sym_signed] = ACTIONS(1450), - [anon_sym_unsigned] = ACTIONS(1450), - [anon_sym_long] = ACTIONS(1450), - [anon_sym_short] = ACTIONS(1450), - [anon_sym_static] = ACTIONS(1450), - [anon_sym_auto] = ACTIONS(1450), - [anon_sym_register] = ACTIONS(1450), - [anon_sym_inline] = ACTIONS(1450), - [anon_sym___inline] = ACTIONS(1450), - [anon_sym___inline__] = ACTIONS(1450), - [anon_sym___forceinline] = ACTIONS(1450), - [anon_sym_thread_local] = ACTIONS(1450), - [anon_sym___thread] = ACTIONS(1450), - [anon_sym_const] = ACTIONS(1450), - [anon_sym_constexpr] = ACTIONS(1450), - [anon_sym_volatile] = ACTIONS(1450), - [anon_sym_restrict] = ACTIONS(1450), - [anon_sym___restrict__] = ACTIONS(1450), - [anon_sym__Atomic] = ACTIONS(1450), - [anon_sym__Noreturn] = ACTIONS(1450), - [anon_sym_noreturn] = ACTIONS(1450), - [sym_primitive_type] = ACTIONS(1450), - [anon_sym_enum] = ACTIONS(1450), - [anon_sym_struct] = ACTIONS(1450), - [anon_sym_union] = ACTIONS(1450), - [anon_sym_if] = ACTIONS(1450), - [anon_sym_else] = ACTIONS(1450), - [anon_sym_switch] = ACTIONS(1450), - [anon_sym_case] = ACTIONS(1450), - [anon_sym_default] = ACTIONS(1450), - [anon_sym_while] = ACTIONS(1450), - [anon_sym_do] = ACTIONS(1450), - [anon_sym_for] = ACTIONS(1450), - [anon_sym_return] = ACTIONS(1450), - [anon_sym_break] = ACTIONS(1450), - [anon_sym_continue] = ACTIONS(1450), - [anon_sym_goto] = ACTIONS(1450), - [anon_sym_DASH_DASH] = ACTIONS(1452), - [anon_sym_PLUS_PLUS] = ACTIONS(1452), - [anon_sym_sizeof] = ACTIONS(1450), - [anon_sym___alignof__] = ACTIONS(1450), - [anon_sym___alignof] = ACTIONS(1450), - [anon_sym__alignof] = ACTIONS(1450), - [anon_sym_alignof] = ACTIONS(1450), - [anon_sym__Alignof] = ACTIONS(1450), - [anon_sym_offsetof] = ACTIONS(1450), - [anon_sym__Generic] = ACTIONS(1450), - [anon_sym_asm] = ACTIONS(1450), - [anon_sym___asm__] = ACTIONS(1450), - [sym_number_literal] = ACTIONS(1452), - [anon_sym_L_SQUOTE] = ACTIONS(1452), - [anon_sym_u_SQUOTE] = ACTIONS(1452), - [anon_sym_U_SQUOTE] = ACTIONS(1452), - [anon_sym_u8_SQUOTE] = ACTIONS(1452), - [anon_sym_SQUOTE] = ACTIONS(1452), - [anon_sym_L_DQUOTE] = ACTIONS(1452), - [anon_sym_u_DQUOTE] = ACTIONS(1452), - [anon_sym_U_DQUOTE] = ACTIONS(1452), - [anon_sym_u8_DQUOTE] = ACTIONS(1452), - [anon_sym_DQUOTE] = ACTIONS(1452), - [sym_true] = ACTIONS(1450), - [sym_false] = ACTIONS(1450), - [anon_sym_NULL] = ACTIONS(1450), - [anon_sym_nullptr] = ACTIONS(1450), + [115] = { + [sym_identifier] = ACTIONS(1430), + [aux_sym_preproc_include_token1] = ACTIONS(1430), + [aux_sym_preproc_def_token1] = ACTIONS(1430), + [aux_sym_preproc_if_token1] = ACTIONS(1430), + [aux_sym_preproc_if_token2] = ACTIONS(1430), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1430), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1430), + [aux_sym_preproc_else_token1] = ACTIONS(1430), + [aux_sym_preproc_elif_token1] = ACTIONS(1430), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1430), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1430), + [sym_preproc_directive] = ACTIONS(1430), + [anon_sym_LPAREN2] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1432), + [anon_sym_TILDE] = ACTIONS(1432), + [anon_sym_DASH] = ACTIONS(1430), + [anon_sym_PLUS] = ACTIONS(1430), + [anon_sym_STAR] = ACTIONS(1432), + [anon_sym_AMP] = ACTIONS(1432), + [anon_sym_subroutine] = ACTIONS(1430), + [anon_sym_invariant] = ACTIONS(1430), + [anon_sym_precise] = ACTIONS(1430), + [anon_sym_SEMI] = ACTIONS(1432), + [anon_sym_in] = ACTIONS(1430), + [anon_sym_out] = ACTIONS(1430), + [anon_sym_inout] = ACTIONS(1430), + [anon_sym_uniform] = ACTIONS(1430), + [anon_sym_shared] = ACTIONS(1430), + [anon_sym_attribute] = ACTIONS(1430), + [anon_sym_varying] = ACTIONS(1430), + [anon_sym_buffer] = ACTIONS(1430), + [anon_sym_coherent] = ACTIONS(1430), + [anon_sym_readonly] = ACTIONS(1430), + [anon_sym_writeonly] = ACTIONS(1430), + [anon_sym_precision] = ACTIONS(1430), + [anon_sym_highp] = ACTIONS(1430), + [anon_sym_mediump] = ACTIONS(1430), + [anon_sym_lowp] = ACTIONS(1430), + [anon_sym_centroid] = ACTIONS(1430), + [anon_sym_sample] = ACTIONS(1430), + [anon_sym_patch] = ACTIONS(1430), + [anon_sym_smooth] = ACTIONS(1430), + [anon_sym_flat] = ACTIONS(1430), + [anon_sym_noperspective] = ACTIONS(1430), + [anon_sym___extension__] = ACTIONS(1430), + [anon_sym_typedef] = ACTIONS(1430), + [anon_sym_extern] = ACTIONS(1430), + [anon_sym___attribute__] = ACTIONS(1430), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1432), + [anon_sym___declspec] = ACTIONS(1430), + [anon_sym___cdecl] = ACTIONS(1430), + [anon_sym___clrcall] = ACTIONS(1430), + [anon_sym___stdcall] = ACTIONS(1430), + [anon_sym___fastcall] = ACTIONS(1430), + [anon_sym___thiscall] = ACTIONS(1430), + [anon_sym___vectorcall] = ACTIONS(1430), + [anon_sym_LBRACE] = ACTIONS(1432), + [anon_sym_signed] = ACTIONS(1430), + [anon_sym_unsigned] = ACTIONS(1430), + [anon_sym_long] = ACTIONS(1430), + [anon_sym_short] = ACTIONS(1430), + [anon_sym_static] = ACTIONS(1430), + [anon_sym_auto] = ACTIONS(1430), + [anon_sym_register] = ACTIONS(1430), + [anon_sym_inline] = ACTIONS(1430), + [anon_sym___inline] = ACTIONS(1430), + [anon_sym___inline__] = ACTIONS(1430), + [anon_sym___forceinline] = ACTIONS(1430), + [anon_sym_thread_local] = ACTIONS(1430), + [anon_sym___thread] = ACTIONS(1430), + [anon_sym_const] = ACTIONS(1430), + [anon_sym_constexpr] = ACTIONS(1430), + [anon_sym_volatile] = ACTIONS(1430), + [anon_sym_restrict] = ACTIONS(1430), + [anon_sym___restrict__] = ACTIONS(1430), + [anon_sym__Atomic] = ACTIONS(1430), + [anon_sym__Noreturn] = ACTIONS(1430), + [anon_sym_noreturn] = ACTIONS(1430), + [sym_primitive_type] = ACTIONS(1430), + [anon_sym_enum] = ACTIONS(1430), + [anon_sym_struct] = ACTIONS(1430), + [anon_sym_union] = ACTIONS(1430), + [anon_sym_if] = ACTIONS(1430), + [anon_sym_else] = ACTIONS(1430), + [anon_sym_switch] = ACTIONS(1430), + [anon_sym_case] = ACTIONS(1430), + [anon_sym_default] = ACTIONS(1430), + [anon_sym_while] = ACTIONS(1430), + [anon_sym_do] = ACTIONS(1430), + [anon_sym_for] = ACTIONS(1430), + [anon_sym_return] = ACTIONS(1430), + [anon_sym_break] = ACTIONS(1430), + [anon_sym_continue] = ACTIONS(1430), + [anon_sym_goto] = ACTIONS(1430), + [anon_sym_DASH_DASH] = ACTIONS(1432), + [anon_sym_PLUS_PLUS] = ACTIONS(1432), + [anon_sym_sizeof] = ACTIONS(1430), + [anon_sym___alignof__] = ACTIONS(1430), + [anon_sym___alignof] = ACTIONS(1430), + [anon_sym__alignof] = ACTIONS(1430), + [anon_sym_alignof] = ACTIONS(1430), + [anon_sym__Alignof] = ACTIONS(1430), + [anon_sym_offsetof] = ACTIONS(1430), + [anon_sym__Generic] = ACTIONS(1430), + [anon_sym_asm] = ACTIONS(1430), + [anon_sym___asm__] = ACTIONS(1430), + [sym_number_literal] = ACTIONS(1432), + [anon_sym_L_SQUOTE] = ACTIONS(1432), + [anon_sym_u_SQUOTE] = ACTIONS(1432), + [anon_sym_U_SQUOTE] = ACTIONS(1432), + [anon_sym_u8_SQUOTE] = ACTIONS(1432), + [anon_sym_SQUOTE] = ACTIONS(1432), + [anon_sym_L_DQUOTE] = ACTIONS(1432), + [anon_sym_u_DQUOTE] = ACTIONS(1432), + [anon_sym_U_DQUOTE] = ACTIONS(1432), + [anon_sym_u8_DQUOTE] = ACTIONS(1432), + [anon_sym_DQUOTE] = ACTIONS(1432), + [sym_true] = ACTIONS(1430), + [sym_false] = ACTIONS(1430), + [anon_sym_NULL] = ACTIONS(1430), + [anon_sym_nullptr] = ACTIONS(1430), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1450), - [anon_sym_rayPayloadInEXT] = ACTIONS(1450), - [anon_sym_hitAttributeEXT] = ACTIONS(1450), - [anon_sym_callableDataEXT] = ACTIONS(1450), - [anon_sym_callableDataInEXT] = ACTIONS(1450), - [anon_sym_shaderRecordEXT] = ACTIONS(1450), - [anon_sym_rayPayloadNV] = ACTIONS(1450), - [anon_sym_rayPayloadInNV] = ACTIONS(1450), - [anon_sym_hitAttributeNV] = ACTIONS(1450), - [anon_sym_callableDataNV] = ACTIONS(1450), - [anon_sym_callableDataInNV] = ACTIONS(1450), - [anon_sym_shaderRecordNV] = ACTIONS(1450), - [anon_sym_layout] = ACTIONS(1450), + [anon_sym_rayPayloadEXT] = ACTIONS(1430), + [anon_sym_rayPayloadInEXT] = ACTIONS(1430), + [anon_sym_hitAttributeEXT] = ACTIONS(1430), + [anon_sym_callableDataEXT] = ACTIONS(1430), + [anon_sym_callableDataInEXT] = ACTIONS(1430), + [anon_sym_shaderRecordEXT] = ACTIONS(1430), + [anon_sym_rayPayloadNV] = ACTIONS(1430), + [anon_sym_rayPayloadInNV] = ACTIONS(1430), + [anon_sym_hitAttributeNV] = ACTIONS(1430), + [anon_sym_callableDataNV] = ACTIONS(1430), + [anon_sym_callableDataInNV] = ACTIONS(1430), + [anon_sym_shaderRecordNV] = ACTIONS(1430), + [anon_sym_layout] = ACTIONS(1430), }, - [130] = { - [sym_identifier] = ACTIONS(1454), - [aux_sym_preproc_include_token1] = ACTIONS(1454), - [aux_sym_preproc_def_token1] = ACTIONS(1454), - [aux_sym_preproc_if_token1] = ACTIONS(1454), - [aux_sym_preproc_if_token2] = ACTIONS(1454), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1454), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1454), - [aux_sym_preproc_else_token1] = ACTIONS(1454), - [aux_sym_preproc_elif_token1] = ACTIONS(1454), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1454), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1454), - [sym_preproc_directive] = ACTIONS(1454), - [anon_sym_LPAREN2] = ACTIONS(1456), - [anon_sym_BANG] = ACTIONS(1456), - [anon_sym_TILDE] = ACTIONS(1456), - [anon_sym_DASH] = ACTIONS(1454), - [anon_sym_PLUS] = ACTIONS(1454), - [anon_sym_STAR] = ACTIONS(1456), - [anon_sym_AMP] = ACTIONS(1456), - [anon_sym_subroutine] = ACTIONS(1454), - [anon_sym_invariant] = ACTIONS(1454), - [anon_sym_precise] = ACTIONS(1454), - [anon_sym_SEMI] = ACTIONS(1456), - [anon_sym_in] = ACTIONS(1454), - [anon_sym_out] = ACTIONS(1454), - [anon_sym_inout] = ACTIONS(1454), - [anon_sym_uniform] = ACTIONS(1454), - [anon_sym_shared] = ACTIONS(1454), - [anon_sym_attribute] = ACTIONS(1454), - [anon_sym_varying] = ACTIONS(1454), - [anon_sym_buffer] = ACTIONS(1454), - [anon_sym_coherent] = ACTIONS(1454), - [anon_sym_readonly] = ACTIONS(1454), - [anon_sym_writeonly] = ACTIONS(1454), - [anon_sym_precision] = ACTIONS(1454), - [anon_sym_highp] = ACTIONS(1454), - [anon_sym_mediump] = ACTIONS(1454), - [anon_sym_lowp] = ACTIONS(1454), - [anon_sym_centroid] = ACTIONS(1454), - [anon_sym_sample] = ACTIONS(1454), - [anon_sym_patch] = ACTIONS(1454), - [anon_sym_smooth] = ACTIONS(1454), - [anon_sym_flat] = ACTIONS(1454), - [anon_sym_noperspective] = ACTIONS(1454), - [anon_sym___extension__] = ACTIONS(1454), - [anon_sym_typedef] = ACTIONS(1454), - [anon_sym_extern] = ACTIONS(1454), - [anon_sym___attribute__] = ACTIONS(1454), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1456), - [anon_sym___declspec] = ACTIONS(1454), - [anon_sym___cdecl] = ACTIONS(1454), - [anon_sym___clrcall] = ACTIONS(1454), - [anon_sym___stdcall] = ACTIONS(1454), - [anon_sym___fastcall] = ACTIONS(1454), - [anon_sym___thiscall] = ACTIONS(1454), - [anon_sym___vectorcall] = ACTIONS(1454), - [anon_sym_LBRACE] = ACTIONS(1456), - [anon_sym_signed] = ACTIONS(1454), - [anon_sym_unsigned] = ACTIONS(1454), - [anon_sym_long] = ACTIONS(1454), - [anon_sym_short] = ACTIONS(1454), - [anon_sym_static] = ACTIONS(1454), - [anon_sym_auto] = ACTIONS(1454), - [anon_sym_register] = ACTIONS(1454), - [anon_sym_inline] = ACTIONS(1454), - [anon_sym___inline] = ACTIONS(1454), - [anon_sym___inline__] = ACTIONS(1454), - [anon_sym___forceinline] = ACTIONS(1454), - [anon_sym_thread_local] = ACTIONS(1454), - [anon_sym___thread] = ACTIONS(1454), - [anon_sym_const] = ACTIONS(1454), - [anon_sym_constexpr] = ACTIONS(1454), - [anon_sym_volatile] = ACTIONS(1454), - [anon_sym_restrict] = ACTIONS(1454), - [anon_sym___restrict__] = ACTIONS(1454), - [anon_sym__Atomic] = ACTIONS(1454), - [anon_sym__Noreturn] = ACTIONS(1454), - [anon_sym_noreturn] = ACTIONS(1454), - [sym_primitive_type] = ACTIONS(1454), - [anon_sym_enum] = ACTIONS(1454), - [anon_sym_struct] = ACTIONS(1454), - [anon_sym_union] = ACTIONS(1454), - [anon_sym_if] = ACTIONS(1454), - [anon_sym_switch] = ACTIONS(1454), - [anon_sym_case] = ACTIONS(1454), - [anon_sym_default] = ACTIONS(1454), - [anon_sym_while] = ACTIONS(1454), - [anon_sym_do] = ACTIONS(1454), - [anon_sym_for] = ACTIONS(1454), - [anon_sym_return] = ACTIONS(1454), - [anon_sym_break] = ACTIONS(1454), - [anon_sym_continue] = ACTIONS(1454), - [anon_sym_goto] = ACTIONS(1454), - [anon_sym_DASH_DASH] = ACTIONS(1456), - [anon_sym_PLUS_PLUS] = ACTIONS(1456), - [anon_sym_sizeof] = ACTIONS(1454), - [anon_sym___alignof__] = ACTIONS(1454), - [anon_sym___alignof] = ACTIONS(1454), - [anon_sym__alignof] = ACTIONS(1454), - [anon_sym_alignof] = ACTIONS(1454), - [anon_sym__Alignof] = ACTIONS(1454), - [anon_sym_offsetof] = ACTIONS(1454), - [anon_sym__Generic] = ACTIONS(1454), - [anon_sym_asm] = ACTIONS(1454), - [anon_sym___asm__] = ACTIONS(1454), - [sym_number_literal] = ACTIONS(1456), - [anon_sym_L_SQUOTE] = ACTIONS(1456), - [anon_sym_u_SQUOTE] = ACTIONS(1456), - [anon_sym_U_SQUOTE] = ACTIONS(1456), - [anon_sym_u8_SQUOTE] = ACTIONS(1456), - [anon_sym_SQUOTE] = ACTIONS(1456), - [anon_sym_L_DQUOTE] = ACTIONS(1456), - [anon_sym_u_DQUOTE] = ACTIONS(1456), - [anon_sym_U_DQUOTE] = ACTIONS(1456), - [anon_sym_u8_DQUOTE] = ACTIONS(1456), - [anon_sym_DQUOTE] = ACTIONS(1456), - [sym_true] = ACTIONS(1454), - [sym_false] = ACTIONS(1454), - [anon_sym_NULL] = ACTIONS(1454), - [anon_sym_nullptr] = ACTIONS(1454), + [116] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [aux_sym_preproc_else_token1] = ACTIONS(1350), + [aux_sym_preproc_elif_token1] = ACTIONS(1350), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1454), - [anon_sym_rayPayloadInEXT] = ACTIONS(1454), - [anon_sym_hitAttributeEXT] = ACTIONS(1454), - [anon_sym_callableDataEXT] = ACTIONS(1454), - [anon_sym_callableDataInEXT] = ACTIONS(1454), - [anon_sym_shaderRecordEXT] = ACTIONS(1454), - [anon_sym_rayPayloadNV] = ACTIONS(1454), - [anon_sym_rayPayloadInNV] = ACTIONS(1454), - [anon_sym_hitAttributeNV] = ACTIONS(1454), - [anon_sym_callableDataNV] = ACTIONS(1454), - [anon_sym_callableDataInNV] = ACTIONS(1454), - [anon_sym_shaderRecordNV] = ACTIONS(1454), - [anon_sym_layout] = ACTIONS(1454), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [131] = { - [sym_identifier] = ACTIONS(1458), - [aux_sym_preproc_include_token1] = ACTIONS(1458), - [aux_sym_preproc_def_token1] = ACTIONS(1458), - [aux_sym_preproc_if_token1] = ACTIONS(1458), - [aux_sym_preproc_if_token2] = ACTIONS(1458), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1458), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1458), - [aux_sym_preproc_else_token1] = ACTIONS(1458), - [aux_sym_preproc_elif_token1] = ACTIONS(1458), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1458), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1458), - [sym_preproc_directive] = ACTIONS(1458), - [anon_sym_LPAREN2] = ACTIONS(1460), - [anon_sym_BANG] = ACTIONS(1460), - [anon_sym_TILDE] = ACTIONS(1460), - [anon_sym_DASH] = ACTIONS(1458), - [anon_sym_PLUS] = ACTIONS(1458), - [anon_sym_STAR] = ACTIONS(1460), - [anon_sym_AMP] = ACTIONS(1460), - [anon_sym_subroutine] = ACTIONS(1458), - [anon_sym_invariant] = ACTIONS(1458), - [anon_sym_precise] = ACTIONS(1458), - [anon_sym_SEMI] = ACTIONS(1460), - [anon_sym_in] = ACTIONS(1458), - [anon_sym_out] = ACTIONS(1458), - [anon_sym_inout] = ACTIONS(1458), - [anon_sym_uniform] = ACTIONS(1458), - [anon_sym_shared] = ACTIONS(1458), - [anon_sym_attribute] = ACTIONS(1458), - [anon_sym_varying] = ACTIONS(1458), - [anon_sym_buffer] = ACTIONS(1458), - [anon_sym_coherent] = ACTIONS(1458), - [anon_sym_readonly] = ACTIONS(1458), - [anon_sym_writeonly] = ACTIONS(1458), - [anon_sym_precision] = ACTIONS(1458), - [anon_sym_highp] = ACTIONS(1458), - [anon_sym_mediump] = ACTIONS(1458), - [anon_sym_lowp] = ACTIONS(1458), - [anon_sym_centroid] = ACTIONS(1458), - [anon_sym_sample] = ACTIONS(1458), - [anon_sym_patch] = ACTIONS(1458), - [anon_sym_smooth] = ACTIONS(1458), - [anon_sym_flat] = ACTIONS(1458), - [anon_sym_noperspective] = ACTIONS(1458), - [anon_sym___extension__] = ACTIONS(1458), - [anon_sym_typedef] = ACTIONS(1458), - [anon_sym_extern] = ACTIONS(1458), - [anon_sym___attribute__] = ACTIONS(1458), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1460), - [anon_sym___declspec] = ACTIONS(1458), - [anon_sym___cdecl] = ACTIONS(1458), - [anon_sym___clrcall] = ACTIONS(1458), - [anon_sym___stdcall] = ACTIONS(1458), - [anon_sym___fastcall] = ACTIONS(1458), - [anon_sym___thiscall] = ACTIONS(1458), - [anon_sym___vectorcall] = ACTIONS(1458), - [anon_sym_LBRACE] = ACTIONS(1460), - [anon_sym_signed] = ACTIONS(1458), - [anon_sym_unsigned] = ACTIONS(1458), - [anon_sym_long] = ACTIONS(1458), - [anon_sym_short] = ACTIONS(1458), - [anon_sym_static] = ACTIONS(1458), - [anon_sym_auto] = ACTIONS(1458), - [anon_sym_register] = ACTIONS(1458), - [anon_sym_inline] = ACTIONS(1458), - [anon_sym___inline] = ACTIONS(1458), - [anon_sym___inline__] = ACTIONS(1458), - [anon_sym___forceinline] = ACTIONS(1458), - [anon_sym_thread_local] = ACTIONS(1458), - [anon_sym___thread] = ACTIONS(1458), - [anon_sym_const] = ACTIONS(1458), - [anon_sym_constexpr] = ACTIONS(1458), - [anon_sym_volatile] = ACTIONS(1458), - [anon_sym_restrict] = ACTIONS(1458), - [anon_sym___restrict__] = ACTIONS(1458), - [anon_sym__Atomic] = ACTIONS(1458), - [anon_sym__Noreturn] = ACTIONS(1458), - [anon_sym_noreturn] = ACTIONS(1458), - [sym_primitive_type] = ACTIONS(1458), - [anon_sym_enum] = ACTIONS(1458), - [anon_sym_struct] = ACTIONS(1458), - [anon_sym_union] = ACTIONS(1458), - [anon_sym_if] = ACTIONS(1458), - [anon_sym_switch] = ACTIONS(1458), - [anon_sym_case] = ACTIONS(1458), - [anon_sym_default] = ACTIONS(1458), - [anon_sym_while] = ACTIONS(1458), - [anon_sym_do] = ACTIONS(1458), - [anon_sym_for] = ACTIONS(1458), - [anon_sym_return] = ACTIONS(1458), - [anon_sym_break] = ACTIONS(1458), - [anon_sym_continue] = ACTIONS(1458), - [anon_sym_goto] = ACTIONS(1458), - [anon_sym_DASH_DASH] = ACTIONS(1460), - [anon_sym_PLUS_PLUS] = ACTIONS(1460), - [anon_sym_sizeof] = ACTIONS(1458), - [anon_sym___alignof__] = ACTIONS(1458), - [anon_sym___alignof] = ACTIONS(1458), - [anon_sym__alignof] = ACTIONS(1458), - [anon_sym_alignof] = ACTIONS(1458), - [anon_sym__Alignof] = ACTIONS(1458), - [anon_sym_offsetof] = ACTIONS(1458), - [anon_sym__Generic] = ACTIONS(1458), - [anon_sym_asm] = ACTIONS(1458), - [anon_sym___asm__] = ACTIONS(1458), - [sym_number_literal] = ACTIONS(1460), - [anon_sym_L_SQUOTE] = ACTIONS(1460), - [anon_sym_u_SQUOTE] = ACTIONS(1460), - [anon_sym_U_SQUOTE] = ACTIONS(1460), - [anon_sym_u8_SQUOTE] = ACTIONS(1460), - [anon_sym_SQUOTE] = ACTIONS(1460), - [anon_sym_L_DQUOTE] = ACTIONS(1460), - [anon_sym_u_DQUOTE] = ACTIONS(1460), - [anon_sym_U_DQUOTE] = ACTIONS(1460), - [anon_sym_u8_DQUOTE] = ACTIONS(1460), - [anon_sym_DQUOTE] = ACTIONS(1460), - [sym_true] = ACTIONS(1458), - [sym_false] = ACTIONS(1458), - [anon_sym_NULL] = ACTIONS(1458), - [anon_sym_nullptr] = ACTIONS(1458), + [117] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [aux_sym_preproc_else_token1] = ACTIONS(1350), + [aux_sym_preproc_elif_token1] = ACTIONS(1350), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1458), - [anon_sym_rayPayloadInEXT] = ACTIONS(1458), - [anon_sym_hitAttributeEXT] = ACTIONS(1458), - [anon_sym_callableDataEXT] = ACTIONS(1458), - [anon_sym_callableDataInEXT] = ACTIONS(1458), - [anon_sym_shaderRecordEXT] = ACTIONS(1458), - [anon_sym_rayPayloadNV] = ACTIONS(1458), - [anon_sym_rayPayloadInNV] = ACTIONS(1458), - [anon_sym_hitAttributeNV] = ACTIONS(1458), - [anon_sym_callableDataNV] = ACTIONS(1458), - [anon_sym_callableDataInNV] = ACTIONS(1458), - [anon_sym_shaderRecordNV] = ACTIONS(1458), - [anon_sym_layout] = ACTIONS(1458), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [132] = { - [sym_identifier] = ACTIONS(1454), - [aux_sym_preproc_include_token1] = ACTIONS(1454), - [aux_sym_preproc_def_token1] = ACTIONS(1454), - [aux_sym_preproc_if_token1] = ACTIONS(1454), - [aux_sym_preproc_if_token2] = ACTIONS(1454), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1454), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1454), - [aux_sym_preproc_else_token1] = ACTIONS(1454), - [aux_sym_preproc_elif_token1] = ACTIONS(1454), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1454), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1454), - [sym_preproc_directive] = ACTIONS(1454), - [anon_sym_LPAREN2] = ACTIONS(1456), - [anon_sym_BANG] = ACTIONS(1456), - [anon_sym_TILDE] = ACTIONS(1456), - [anon_sym_DASH] = ACTIONS(1454), - [anon_sym_PLUS] = ACTIONS(1454), - [anon_sym_STAR] = ACTIONS(1456), - [anon_sym_AMP] = ACTIONS(1456), - [anon_sym_subroutine] = ACTIONS(1454), - [anon_sym_invariant] = ACTIONS(1454), - [anon_sym_precise] = ACTIONS(1454), - [anon_sym_SEMI] = ACTIONS(1456), - [anon_sym_in] = ACTIONS(1454), - [anon_sym_out] = ACTIONS(1454), - [anon_sym_inout] = ACTIONS(1454), - [anon_sym_uniform] = ACTIONS(1454), - [anon_sym_shared] = ACTIONS(1454), - [anon_sym_attribute] = ACTIONS(1454), - [anon_sym_varying] = ACTIONS(1454), - [anon_sym_buffer] = ACTIONS(1454), - [anon_sym_coherent] = ACTIONS(1454), - [anon_sym_readonly] = ACTIONS(1454), - [anon_sym_writeonly] = ACTIONS(1454), - [anon_sym_precision] = ACTIONS(1454), - [anon_sym_highp] = ACTIONS(1454), - [anon_sym_mediump] = ACTIONS(1454), - [anon_sym_lowp] = ACTIONS(1454), - [anon_sym_centroid] = ACTIONS(1454), - [anon_sym_sample] = ACTIONS(1454), - [anon_sym_patch] = ACTIONS(1454), - [anon_sym_smooth] = ACTIONS(1454), - [anon_sym_flat] = ACTIONS(1454), - [anon_sym_noperspective] = ACTIONS(1454), - [anon_sym___extension__] = ACTIONS(1454), - [anon_sym_typedef] = ACTIONS(1454), - [anon_sym_extern] = ACTIONS(1454), - [anon_sym___attribute__] = ACTIONS(1454), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1456), - [anon_sym___declspec] = ACTIONS(1454), - [anon_sym___cdecl] = ACTIONS(1454), - [anon_sym___clrcall] = ACTIONS(1454), - [anon_sym___stdcall] = ACTIONS(1454), - [anon_sym___fastcall] = ACTIONS(1454), - [anon_sym___thiscall] = ACTIONS(1454), - [anon_sym___vectorcall] = ACTIONS(1454), - [anon_sym_LBRACE] = ACTIONS(1456), - [anon_sym_signed] = ACTIONS(1454), - [anon_sym_unsigned] = ACTIONS(1454), - [anon_sym_long] = ACTIONS(1454), - [anon_sym_short] = ACTIONS(1454), - [anon_sym_static] = ACTIONS(1454), - [anon_sym_auto] = ACTIONS(1454), - [anon_sym_register] = ACTIONS(1454), - [anon_sym_inline] = ACTIONS(1454), - [anon_sym___inline] = ACTIONS(1454), - [anon_sym___inline__] = ACTIONS(1454), - [anon_sym___forceinline] = ACTIONS(1454), - [anon_sym_thread_local] = ACTIONS(1454), - [anon_sym___thread] = ACTIONS(1454), - [anon_sym_const] = ACTIONS(1454), - [anon_sym_constexpr] = ACTIONS(1454), - [anon_sym_volatile] = ACTIONS(1454), - [anon_sym_restrict] = ACTIONS(1454), - [anon_sym___restrict__] = ACTIONS(1454), - [anon_sym__Atomic] = ACTIONS(1454), - [anon_sym__Noreturn] = ACTIONS(1454), - [anon_sym_noreturn] = ACTIONS(1454), - [sym_primitive_type] = ACTIONS(1454), - [anon_sym_enum] = ACTIONS(1454), - [anon_sym_struct] = ACTIONS(1454), - [anon_sym_union] = ACTIONS(1454), - [anon_sym_if] = ACTIONS(1454), - [anon_sym_switch] = ACTIONS(1454), - [anon_sym_case] = ACTIONS(1454), - [anon_sym_default] = ACTIONS(1454), - [anon_sym_while] = ACTIONS(1454), - [anon_sym_do] = ACTIONS(1454), - [anon_sym_for] = ACTIONS(1454), - [anon_sym_return] = ACTIONS(1454), - [anon_sym_break] = ACTIONS(1454), - [anon_sym_continue] = ACTIONS(1454), - [anon_sym_goto] = ACTIONS(1454), - [anon_sym_DASH_DASH] = ACTIONS(1456), - [anon_sym_PLUS_PLUS] = ACTIONS(1456), - [anon_sym_sizeof] = ACTIONS(1454), - [anon_sym___alignof__] = ACTIONS(1454), - [anon_sym___alignof] = ACTIONS(1454), - [anon_sym__alignof] = ACTIONS(1454), - [anon_sym_alignof] = ACTIONS(1454), - [anon_sym__Alignof] = ACTIONS(1454), - [anon_sym_offsetof] = ACTIONS(1454), - [anon_sym__Generic] = ACTIONS(1454), - [anon_sym_asm] = ACTIONS(1454), - [anon_sym___asm__] = ACTIONS(1454), - [sym_number_literal] = ACTIONS(1456), - [anon_sym_L_SQUOTE] = ACTIONS(1456), - [anon_sym_u_SQUOTE] = ACTIONS(1456), - [anon_sym_U_SQUOTE] = ACTIONS(1456), - [anon_sym_u8_SQUOTE] = ACTIONS(1456), - [anon_sym_SQUOTE] = ACTIONS(1456), - [anon_sym_L_DQUOTE] = ACTIONS(1456), - [anon_sym_u_DQUOTE] = ACTIONS(1456), - [anon_sym_U_DQUOTE] = ACTIONS(1456), - [anon_sym_u8_DQUOTE] = ACTIONS(1456), - [anon_sym_DQUOTE] = ACTIONS(1456), - [sym_true] = ACTIONS(1454), - [sym_false] = ACTIONS(1454), - [anon_sym_NULL] = ACTIONS(1454), - [anon_sym_nullptr] = ACTIONS(1454), + [118] = { + [sym_identifier] = ACTIONS(1434), + [aux_sym_preproc_include_token1] = ACTIONS(1434), + [aux_sym_preproc_def_token1] = ACTIONS(1434), + [aux_sym_preproc_if_token1] = ACTIONS(1434), + [aux_sym_preproc_if_token2] = ACTIONS(1434), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1434), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1434), + [aux_sym_preproc_else_token1] = ACTIONS(1434), + [aux_sym_preproc_elif_token1] = ACTIONS(1434), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1434), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1434), + [sym_preproc_directive] = ACTIONS(1434), + [anon_sym_LPAREN2] = ACTIONS(1436), + [anon_sym_BANG] = ACTIONS(1436), + [anon_sym_TILDE] = ACTIONS(1436), + [anon_sym_DASH] = ACTIONS(1434), + [anon_sym_PLUS] = ACTIONS(1434), + [anon_sym_STAR] = ACTIONS(1436), + [anon_sym_AMP] = ACTIONS(1436), + [anon_sym_subroutine] = ACTIONS(1434), + [anon_sym_invariant] = ACTIONS(1434), + [anon_sym_precise] = ACTIONS(1434), + [anon_sym_SEMI] = ACTIONS(1436), + [anon_sym_in] = ACTIONS(1434), + [anon_sym_out] = ACTIONS(1434), + [anon_sym_inout] = ACTIONS(1434), + [anon_sym_uniform] = ACTIONS(1434), + [anon_sym_shared] = ACTIONS(1434), + [anon_sym_attribute] = ACTIONS(1434), + [anon_sym_varying] = ACTIONS(1434), + [anon_sym_buffer] = ACTIONS(1434), + [anon_sym_coherent] = ACTIONS(1434), + [anon_sym_readonly] = ACTIONS(1434), + [anon_sym_writeonly] = ACTIONS(1434), + [anon_sym_precision] = ACTIONS(1434), + [anon_sym_highp] = ACTIONS(1434), + [anon_sym_mediump] = ACTIONS(1434), + [anon_sym_lowp] = ACTIONS(1434), + [anon_sym_centroid] = ACTIONS(1434), + [anon_sym_sample] = ACTIONS(1434), + [anon_sym_patch] = ACTIONS(1434), + [anon_sym_smooth] = ACTIONS(1434), + [anon_sym_flat] = ACTIONS(1434), + [anon_sym_noperspective] = ACTIONS(1434), + [anon_sym___extension__] = ACTIONS(1434), + [anon_sym_typedef] = ACTIONS(1434), + [anon_sym_extern] = ACTIONS(1434), + [anon_sym___attribute__] = ACTIONS(1434), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1436), + [anon_sym___declspec] = ACTIONS(1434), + [anon_sym___cdecl] = ACTIONS(1434), + [anon_sym___clrcall] = ACTIONS(1434), + [anon_sym___stdcall] = ACTIONS(1434), + [anon_sym___fastcall] = ACTIONS(1434), + [anon_sym___thiscall] = ACTIONS(1434), + [anon_sym___vectorcall] = ACTIONS(1434), + [anon_sym_LBRACE] = ACTIONS(1436), + [anon_sym_signed] = ACTIONS(1434), + [anon_sym_unsigned] = ACTIONS(1434), + [anon_sym_long] = ACTIONS(1434), + [anon_sym_short] = ACTIONS(1434), + [anon_sym_static] = ACTIONS(1434), + [anon_sym_auto] = ACTIONS(1434), + [anon_sym_register] = ACTIONS(1434), + [anon_sym_inline] = ACTIONS(1434), + [anon_sym___inline] = ACTIONS(1434), + [anon_sym___inline__] = ACTIONS(1434), + [anon_sym___forceinline] = ACTIONS(1434), + [anon_sym_thread_local] = ACTIONS(1434), + [anon_sym___thread] = ACTIONS(1434), + [anon_sym_const] = ACTIONS(1434), + [anon_sym_constexpr] = ACTIONS(1434), + [anon_sym_volatile] = ACTIONS(1434), + [anon_sym_restrict] = ACTIONS(1434), + [anon_sym___restrict__] = ACTIONS(1434), + [anon_sym__Atomic] = ACTIONS(1434), + [anon_sym__Noreturn] = ACTIONS(1434), + [anon_sym_noreturn] = ACTIONS(1434), + [sym_primitive_type] = ACTIONS(1434), + [anon_sym_enum] = ACTIONS(1434), + [anon_sym_struct] = ACTIONS(1434), + [anon_sym_union] = ACTIONS(1434), + [anon_sym_if] = ACTIONS(1434), + [anon_sym_else] = ACTIONS(1434), + [anon_sym_switch] = ACTIONS(1434), + [anon_sym_case] = ACTIONS(1434), + [anon_sym_default] = ACTIONS(1434), + [anon_sym_while] = ACTIONS(1434), + [anon_sym_do] = ACTIONS(1434), + [anon_sym_for] = ACTIONS(1434), + [anon_sym_return] = ACTIONS(1434), + [anon_sym_break] = ACTIONS(1434), + [anon_sym_continue] = ACTIONS(1434), + [anon_sym_goto] = ACTIONS(1434), + [anon_sym_DASH_DASH] = ACTIONS(1436), + [anon_sym_PLUS_PLUS] = ACTIONS(1436), + [anon_sym_sizeof] = ACTIONS(1434), + [anon_sym___alignof__] = ACTIONS(1434), + [anon_sym___alignof] = ACTIONS(1434), + [anon_sym__alignof] = ACTIONS(1434), + [anon_sym_alignof] = ACTIONS(1434), + [anon_sym__Alignof] = ACTIONS(1434), + [anon_sym_offsetof] = ACTIONS(1434), + [anon_sym__Generic] = ACTIONS(1434), + [anon_sym_asm] = ACTIONS(1434), + [anon_sym___asm__] = ACTIONS(1434), + [sym_number_literal] = ACTIONS(1436), + [anon_sym_L_SQUOTE] = ACTIONS(1436), + [anon_sym_u_SQUOTE] = ACTIONS(1436), + [anon_sym_U_SQUOTE] = ACTIONS(1436), + [anon_sym_u8_SQUOTE] = ACTIONS(1436), + [anon_sym_SQUOTE] = ACTIONS(1436), + [anon_sym_L_DQUOTE] = ACTIONS(1436), + [anon_sym_u_DQUOTE] = ACTIONS(1436), + [anon_sym_U_DQUOTE] = ACTIONS(1436), + [anon_sym_u8_DQUOTE] = ACTIONS(1436), + [anon_sym_DQUOTE] = ACTIONS(1436), + [sym_true] = ACTIONS(1434), + [sym_false] = ACTIONS(1434), + [anon_sym_NULL] = ACTIONS(1434), + [anon_sym_nullptr] = ACTIONS(1434), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1454), - [anon_sym_rayPayloadInEXT] = ACTIONS(1454), - [anon_sym_hitAttributeEXT] = ACTIONS(1454), - [anon_sym_callableDataEXT] = ACTIONS(1454), - [anon_sym_callableDataInEXT] = ACTIONS(1454), - [anon_sym_shaderRecordEXT] = ACTIONS(1454), - [anon_sym_rayPayloadNV] = ACTIONS(1454), - [anon_sym_rayPayloadInNV] = ACTIONS(1454), - [anon_sym_hitAttributeNV] = ACTIONS(1454), - [anon_sym_callableDataNV] = ACTIONS(1454), - [anon_sym_callableDataInNV] = ACTIONS(1454), - [anon_sym_shaderRecordNV] = ACTIONS(1454), - [anon_sym_layout] = ACTIONS(1454), + [anon_sym_rayPayloadEXT] = ACTIONS(1434), + [anon_sym_rayPayloadInEXT] = ACTIONS(1434), + [anon_sym_hitAttributeEXT] = ACTIONS(1434), + [anon_sym_callableDataEXT] = ACTIONS(1434), + [anon_sym_callableDataInEXT] = ACTIONS(1434), + [anon_sym_shaderRecordEXT] = ACTIONS(1434), + [anon_sym_rayPayloadNV] = ACTIONS(1434), + [anon_sym_rayPayloadInNV] = ACTIONS(1434), + [anon_sym_hitAttributeNV] = ACTIONS(1434), + [anon_sym_callableDataNV] = ACTIONS(1434), + [anon_sym_callableDataInNV] = ACTIONS(1434), + [anon_sym_shaderRecordNV] = ACTIONS(1434), + [anon_sym_layout] = ACTIONS(1434), }, - [133] = { - [sym_identifier] = ACTIONS(1462), - [aux_sym_preproc_include_token1] = ACTIONS(1462), - [aux_sym_preproc_def_token1] = ACTIONS(1462), - [aux_sym_preproc_if_token1] = ACTIONS(1462), - [aux_sym_preproc_if_token2] = ACTIONS(1462), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1462), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1462), - [aux_sym_preproc_else_token1] = ACTIONS(1462), - [aux_sym_preproc_elif_token1] = ACTIONS(1462), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1462), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1462), - [sym_preproc_directive] = ACTIONS(1462), - [anon_sym_LPAREN2] = ACTIONS(1464), - [anon_sym_BANG] = ACTIONS(1464), - [anon_sym_TILDE] = ACTIONS(1464), - [anon_sym_DASH] = ACTIONS(1462), - [anon_sym_PLUS] = ACTIONS(1462), - [anon_sym_STAR] = ACTIONS(1464), - [anon_sym_AMP] = ACTIONS(1464), - [anon_sym_subroutine] = ACTIONS(1462), - [anon_sym_invariant] = ACTIONS(1462), - [anon_sym_precise] = ACTIONS(1462), - [anon_sym_SEMI] = ACTIONS(1464), - [anon_sym_in] = ACTIONS(1462), - [anon_sym_out] = ACTIONS(1462), - [anon_sym_inout] = ACTIONS(1462), - [anon_sym_uniform] = ACTIONS(1462), - [anon_sym_shared] = ACTIONS(1462), - [anon_sym_attribute] = ACTIONS(1462), - [anon_sym_varying] = ACTIONS(1462), - [anon_sym_buffer] = ACTIONS(1462), - [anon_sym_coherent] = ACTIONS(1462), - [anon_sym_readonly] = ACTIONS(1462), - [anon_sym_writeonly] = ACTIONS(1462), - [anon_sym_precision] = ACTIONS(1462), - [anon_sym_highp] = ACTIONS(1462), - [anon_sym_mediump] = ACTIONS(1462), - [anon_sym_lowp] = ACTIONS(1462), - [anon_sym_centroid] = ACTIONS(1462), - [anon_sym_sample] = ACTIONS(1462), - [anon_sym_patch] = ACTIONS(1462), - [anon_sym_smooth] = ACTIONS(1462), - [anon_sym_flat] = ACTIONS(1462), - [anon_sym_noperspective] = ACTIONS(1462), - [anon_sym___extension__] = ACTIONS(1462), - [anon_sym_typedef] = ACTIONS(1462), - [anon_sym_extern] = ACTIONS(1462), - [anon_sym___attribute__] = ACTIONS(1462), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1464), - [anon_sym___declspec] = ACTIONS(1462), - [anon_sym___cdecl] = ACTIONS(1462), - [anon_sym___clrcall] = ACTIONS(1462), - [anon_sym___stdcall] = ACTIONS(1462), - [anon_sym___fastcall] = ACTIONS(1462), - [anon_sym___thiscall] = ACTIONS(1462), - [anon_sym___vectorcall] = ACTIONS(1462), - [anon_sym_LBRACE] = ACTIONS(1464), - [anon_sym_signed] = ACTIONS(1462), - [anon_sym_unsigned] = ACTIONS(1462), - [anon_sym_long] = ACTIONS(1462), - [anon_sym_short] = ACTIONS(1462), - [anon_sym_static] = ACTIONS(1462), - [anon_sym_auto] = ACTIONS(1462), - [anon_sym_register] = ACTIONS(1462), - [anon_sym_inline] = ACTIONS(1462), - [anon_sym___inline] = ACTIONS(1462), - [anon_sym___inline__] = ACTIONS(1462), - [anon_sym___forceinline] = ACTIONS(1462), - [anon_sym_thread_local] = ACTIONS(1462), - [anon_sym___thread] = ACTIONS(1462), - [anon_sym_const] = ACTIONS(1462), - [anon_sym_constexpr] = ACTIONS(1462), - [anon_sym_volatile] = ACTIONS(1462), - [anon_sym_restrict] = ACTIONS(1462), - [anon_sym___restrict__] = ACTIONS(1462), - [anon_sym__Atomic] = ACTIONS(1462), - [anon_sym__Noreturn] = ACTIONS(1462), - [anon_sym_noreturn] = ACTIONS(1462), - [sym_primitive_type] = ACTIONS(1462), - [anon_sym_enum] = ACTIONS(1462), - [anon_sym_struct] = ACTIONS(1462), - [anon_sym_union] = ACTIONS(1462), - [anon_sym_if] = ACTIONS(1462), - [anon_sym_switch] = ACTIONS(1462), - [anon_sym_case] = ACTIONS(1462), - [anon_sym_default] = ACTIONS(1462), - [anon_sym_while] = ACTIONS(1462), - [anon_sym_do] = ACTIONS(1462), - [anon_sym_for] = ACTIONS(1462), - [anon_sym_return] = ACTIONS(1462), - [anon_sym_break] = ACTIONS(1462), - [anon_sym_continue] = ACTIONS(1462), - [anon_sym_goto] = ACTIONS(1462), - [anon_sym_DASH_DASH] = ACTIONS(1464), - [anon_sym_PLUS_PLUS] = ACTIONS(1464), - [anon_sym_sizeof] = ACTIONS(1462), - [anon_sym___alignof__] = ACTIONS(1462), - [anon_sym___alignof] = ACTIONS(1462), - [anon_sym__alignof] = ACTIONS(1462), - [anon_sym_alignof] = ACTIONS(1462), - [anon_sym__Alignof] = ACTIONS(1462), - [anon_sym_offsetof] = ACTIONS(1462), - [anon_sym__Generic] = ACTIONS(1462), - [anon_sym_asm] = ACTIONS(1462), - [anon_sym___asm__] = ACTIONS(1462), - [sym_number_literal] = ACTIONS(1464), - [anon_sym_L_SQUOTE] = ACTIONS(1464), - [anon_sym_u_SQUOTE] = ACTIONS(1464), - [anon_sym_U_SQUOTE] = ACTIONS(1464), - [anon_sym_u8_SQUOTE] = ACTIONS(1464), - [anon_sym_SQUOTE] = ACTIONS(1464), - [anon_sym_L_DQUOTE] = ACTIONS(1464), - [anon_sym_u_DQUOTE] = ACTIONS(1464), - [anon_sym_U_DQUOTE] = ACTIONS(1464), - [anon_sym_u8_DQUOTE] = ACTIONS(1464), - [anon_sym_DQUOTE] = ACTIONS(1464), - [sym_true] = ACTIONS(1462), - [sym_false] = ACTIONS(1462), - [anon_sym_NULL] = ACTIONS(1462), - [anon_sym_nullptr] = ACTIONS(1462), + [119] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [aux_sym_preproc_else_token1] = ACTIONS(1350), + [aux_sym_preproc_elif_token1] = ACTIONS(1350), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1462), - [anon_sym_rayPayloadInEXT] = ACTIONS(1462), - [anon_sym_hitAttributeEXT] = ACTIONS(1462), - [anon_sym_callableDataEXT] = ACTIONS(1462), - [anon_sym_callableDataInEXT] = ACTIONS(1462), - [anon_sym_shaderRecordEXT] = ACTIONS(1462), - [anon_sym_rayPayloadNV] = ACTIONS(1462), - [anon_sym_rayPayloadInNV] = ACTIONS(1462), - [anon_sym_hitAttributeNV] = ACTIONS(1462), - [anon_sym_callableDataNV] = ACTIONS(1462), - [anon_sym_callableDataInNV] = ACTIONS(1462), - [anon_sym_shaderRecordNV] = ACTIONS(1462), - [anon_sym_layout] = ACTIONS(1462), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [134] = { - [sym_identifier] = ACTIONS(1466), - [aux_sym_preproc_include_token1] = ACTIONS(1466), - [aux_sym_preproc_def_token1] = ACTIONS(1466), - [aux_sym_preproc_if_token1] = ACTIONS(1466), - [aux_sym_preproc_if_token2] = ACTIONS(1466), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1466), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1466), - [aux_sym_preproc_else_token1] = ACTIONS(1466), - [aux_sym_preproc_elif_token1] = ACTIONS(1466), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1466), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1466), - [sym_preproc_directive] = ACTIONS(1466), - [anon_sym_LPAREN2] = ACTIONS(1468), - [anon_sym_BANG] = ACTIONS(1468), - [anon_sym_TILDE] = ACTIONS(1468), - [anon_sym_DASH] = ACTIONS(1466), - [anon_sym_PLUS] = ACTIONS(1466), - [anon_sym_STAR] = ACTIONS(1468), - [anon_sym_AMP] = ACTIONS(1468), - [anon_sym_subroutine] = ACTIONS(1466), - [anon_sym_invariant] = ACTIONS(1466), - [anon_sym_precise] = ACTIONS(1466), - [anon_sym_SEMI] = ACTIONS(1468), - [anon_sym_in] = ACTIONS(1466), - [anon_sym_out] = ACTIONS(1466), - [anon_sym_inout] = ACTIONS(1466), - [anon_sym_uniform] = ACTIONS(1466), - [anon_sym_shared] = ACTIONS(1466), - [anon_sym_attribute] = ACTIONS(1466), - [anon_sym_varying] = ACTIONS(1466), - [anon_sym_buffer] = ACTIONS(1466), - [anon_sym_coherent] = ACTIONS(1466), - [anon_sym_readonly] = ACTIONS(1466), - [anon_sym_writeonly] = ACTIONS(1466), - [anon_sym_precision] = ACTIONS(1466), - [anon_sym_highp] = ACTIONS(1466), - [anon_sym_mediump] = ACTIONS(1466), - [anon_sym_lowp] = ACTIONS(1466), - [anon_sym_centroid] = ACTIONS(1466), - [anon_sym_sample] = ACTIONS(1466), - [anon_sym_patch] = ACTIONS(1466), - [anon_sym_smooth] = ACTIONS(1466), - [anon_sym_flat] = ACTIONS(1466), - [anon_sym_noperspective] = ACTIONS(1466), - [anon_sym___extension__] = ACTIONS(1466), - [anon_sym_typedef] = ACTIONS(1466), - [anon_sym_extern] = ACTIONS(1466), - [anon_sym___attribute__] = ACTIONS(1466), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1468), - [anon_sym___declspec] = ACTIONS(1466), - [anon_sym___cdecl] = ACTIONS(1466), - [anon_sym___clrcall] = ACTIONS(1466), - [anon_sym___stdcall] = ACTIONS(1466), - [anon_sym___fastcall] = ACTIONS(1466), - [anon_sym___thiscall] = ACTIONS(1466), - [anon_sym___vectorcall] = ACTIONS(1466), - [anon_sym_LBRACE] = ACTIONS(1468), - [anon_sym_signed] = ACTIONS(1466), - [anon_sym_unsigned] = ACTIONS(1466), - [anon_sym_long] = ACTIONS(1466), - [anon_sym_short] = ACTIONS(1466), - [anon_sym_static] = ACTIONS(1466), - [anon_sym_auto] = ACTIONS(1466), - [anon_sym_register] = ACTIONS(1466), - [anon_sym_inline] = ACTIONS(1466), - [anon_sym___inline] = ACTIONS(1466), - [anon_sym___inline__] = ACTIONS(1466), - [anon_sym___forceinline] = ACTIONS(1466), - [anon_sym_thread_local] = ACTIONS(1466), - [anon_sym___thread] = ACTIONS(1466), - [anon_sym_const] = ACTIONS(1466), - [anon_sym_constexpr] = ACTIONS(1466), - [anon_sym_volatile] = ACTIONS(1466), - [anon_sym_restrict] = ACTIONS(1466), - [anon_sym___restrict__] = ACTIONS(1466), - [anon_sym__Atomic] = ACTIONS(1466), - [anon_sym__Noreturn] = ACTIONS(1466), - [anon_sym_noreturn] = ACTIONS(1466), - [sym_primitive_type] = ACTIONS(1466), - [anon_sym_enum] = ACTIONS(1466), - [anon_sym_struct] = ACTIONS(1466), - [anon_sym_union] = ACTIONS(1466), - [anon_sym_if] = ACTIONS(1466), - [anon_sym_switch] = ACTIONS(1466), - [anon_sym_case] = ACTIONS(1466), - [anon_sym_default] = ACTIONS(1466), - [anon_sym_while] = ACTIONS(1466), - [anon_sym_do] = ACTIONS(1466), - [anon_sym_for] = ACTIONS(1466), - [anon_sym_return] = ACTIONS(1466), - [anon_sym_break] = ACTIONS(1466), - [anon_sym_continue] = ACTIONS(1466), - [anon_sym_goto] = ACTIONS(1466), - [anon_sym_DASH_DASH] = ACTIONS(1468), - [anon_sym_PLUS_PLUS] = ACTIONS(1468), - [anon_sym_sizeof] = ACTIONS(1466), - [anon_sym___alignof__] = ACTIONS(1466), - [anon_sym___alignof] = ACTIONS(1466), - [anon_sym__alignof] = ACTIONS(1466), - [anon_sym_alignof] = ACTIONS(1466), - [anon_sym__Alignof] = ACTIONS(1466), - [anon_sym_offsetof] = ACTIONS(1466), - [anon_sym__Generic] = ACTIONS(1466), - [anon_sym_asm] = ACTIONS(1466), - [anon_sym___asm__] = ACTIONS(1466), - [sym_number_literal] = ACTIONS(1468), - [anon_sym_L_SQUOTE] = ACTIONS(1468), - [anon_sym_u_SQUOTE] = ACTIONS(1468), - [anon_sym_U_SQUOTE] = ACTIONS(1468), - [anon_sym_u8_SQUOTE] = ACTIONS(1468), - [anon_sym_SQUOTE] = ACTIONS(1468), - [anon_sym_L_DQUOTE] = ACTIONS(1468), - [anon_sym_u_DQUOTE] = ACTIONS(1468), - [anon_sym_U_DQUOTE] = ACTIONS(1468), - [anon_sym_u8_DQUOTE] = ACTIONS(1468), - [anon_sym_DQUOTE] = ACTIONS(1468), - [sym_true] = ACTIONS(1466), - [sym_false] = ACTIONS(1466), - [anon_sym_NULL] = ACTIONS(1466), - [anon_sym_nullptr] = ACTIONS(1466), + [120] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [aux_sym_preproc_else_token1] = ACTIONS(1350), + [aux_sym_preproc_elif_token1] = ACTIONS(1350), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1466), - [anon_sym_rayPayloadInEXT] = ACTIONS(1466), - [anon_sym_hitAttributeEXT] = ACTIONS(1466), - [anon_sym_callableDataEXT] = ACTIONS(1466), - [anon_sym_callableDataInEXT] = ACTIONS(1466), - [anon_sym_shaderRecordEXT] = ACTIONS(1466), - [anon_sym_rayPayloadNV] = ACTIONS(1466), - [anon_sym_rayPayloadInNV] = ACTIONS(1466), - [anon_sym_hitAttributeNV] = ACTIONS(1466), - [anon_sym_callableDataNV] = ACTIONS(1466), - [anon_sym_callableDataInNV] = ACTIONS(1466), - [anon_sym_shaderRecordNV] = ACTIONS(1466), - [anon_sym_layout] = ACTIONS(1466), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [135] = { - [sym_identifier] = ACTIONS(1470), - [aux_sym_preproc_include_token1] = ACTIONS(1470), - [aux_sym_preproc_def_token1] = ACTIONS(1470), - [aux_sym_preproc_if_token1] = ACTIONS(1470), - [aux_sym_preproc_if_token2] = ACTIONS(1470), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1470), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1470), - [aux_sym_preproc_else_token1] = ACTIONS(1470), - [aux_sym_preproc_elif_token1] = ACTIONS(1470), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1470), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1470), - [sym_preproc_directive] = ACTIONS(1470), - [anon_sym_LPAREN2] = ACTIONS(1472), - [anon_sym_BANG] = ACTIONS(1472), - [anon_sym_TILDE] = ACTIONS(1472), - [anon_sym_DASH] = ACTIONS(1470), - [anon_sym_PLUS] = ACTIONS(1470), - [anon_sym_STAR] = ACTIONS(1472), - [anon_sym_AMP] = ACTIONS(1472), - [anon_sym_subroutine] = ACTIONS(1470), - [anon_sym_invariant] = ACTIONS(1470), - [anon_sym_precise] = ACTIONS(1470), - [anon_sym_SEMI] = ACTIONS(1472), - [anon_sym_in] = ACTIONS(1470), - [anon_sym_out] = ACTIONS(1470), - [anon_sym_inout] = ACTIONS(1470), - [anon_sym_uniform] = ACTIONS(1470), - [anon_sym_shared] = ACTIONS(1470), - [anon_sym_attribute] = ACTIONS(1470), - [anon_sym_varying] = ACTIONS(1470), - [anon_sym_buffer] = ACTIONS(1470), - [anon_sym_coherent] = ACTIONS(1470), - [anon_sym_readonly] = ACTIONS(1470), - [anon_sym_writeonly] = ACTIONS(1470), - [anon_sym_precision] = ACTIONS(1470), - [anon_sym_highp] = ACTIONS(1470), - [anon_sym_mediump] = ACTIONS(1470), - [anon_sym_lowp] = ACTIONS(1470), - [anon_sym_centroid] = ACTIONS(1470), - [anon_sym_sample] = ACTIONS(1470), - [anon_sym_patch] = ACTIONS(1470), - [anon_sym_smooth] = ACTIONS(1470), - [anon_sym_flat] = ACTIONS(1470), - [anon_sym_noperspective] = ACTIONS(1470), - [anon_sym___extension__] = ACTIONS(1470), - [anon_sym_typedef] = ACTIONS(1470), - [anon_sym_extern] = ACTIONS(1470), - [anon_sym___attribute__] = ACTIONS(1470), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1472), - [anon_sym___declspec] = ACTIONS(1470), - [anon_sym___cdecl] = ACTIONS(1470), - [anon_sym___clrcall] = ACTIONS(1470), - [anon_sym___stdcall] = ACTIONS(1470), - [anon_sym___fastcall] = ACTIONS(1470), - [anon_sym___thiscall] = ACTIONS(1470), - [anon_sym___vectorcall] = ACTIONS(1470), - [anon_sym_LBRACE] = ACTIONS(1472), - [anon_sym_signed] = ACTIONS(1470), - [anon_sym_unsigned] = ACTIONS(1470), - [anon_sym_long] = ACTIONS(1470), - [anon_sym_short] = ACTIONS(1470), - [anon_sym_static] = ACTIONS(1470), - [anon_sym_auto] = ACTIONS(1470), - [anon_sym_register] = ACTIONS(1470), - [anon_sym_inline] = ACTIONS(1470), - [anon_sym___inline] = ACTIONS(1470), - [anon_sym___inline__] = ACTIONS(1470), - [anon_sym___forceinline] = ACTIONS(1470), - [anon_sym_thread_local] = ACTIONS(1470), - [anon_sym___thread] = ACTIONS(1470), - [anon_sym_const] = ACTIONS(1470), - [anon_sym_constexpr] = ACTIONS(1470), - [anon_sym_volatile] = ACTIONS(1470), - [anon_sym_restrict] = ACTIONS(1470), - [anon_sym___restrict__] = ACTIONS(1470), - [anon_sym__Atomic] = ACTIONS(1470), - [anon_sym__Noreturn] = ACTIONS(1470), - [anon_sym_noreturn] = ACTIONS(1470), - [sym_primitive_type] = ACTIONS(1470), - [anon_sym_enum] = ACTIONS(1470), - [anon_sym_struct] = ACTIONS(1470), - [anon_sym_union] = ACTIONS(1470), - [anon_sym_if] = ACTIONS(1470), - [anon_sym_switch] = ACTIONS(1470), - [anon_sym_case] = ACTIONS(1470), - [anon_sym_default] = ACTIONS(1470), - [anon_sym_while] = ACTIONS(1470), - [anon_sym_do] = ACTIONS(1470), - [anon_sym_for] = ACTIONS(1470), - [anon_sym_return] = ACTIONS(1470), - [anon_sym_break] = ACTIONS(1470), - [anon_sym_continue] = ACTIONS(1470), - [anon_sym_goto] = ACTIONS(1470), - [anon_sym_DASH_DASH] = ACTIONS(1472), - [anon_sym_PLUS_PLUS] = ACTIONS(1472), - [anon_sym_sizeof] = ACTIONS(1470), - [anon_sym___alignof__] = ACTIONS(1470), - [anon_sym___alignof] = ACTIONS(1470), - [anon_sym__alignof] = ACTIONS(1470), - [anon_sym_alignof] = ACTIONS(1470), - [anon_sym__Alignof] = ACTIONS(1470), - [anon_sym_offsetof] = ACTIONS(1470), - [anon_sym__Generic] = ACTIONS(1470), - [anon_sym_asm] = ACTIONS(1470), - [anon_sym___asm__] = ACTIONS(1470), - [sym_number_literal] = ACTIONS(1472), - [anon_sym_L_SQUOTE] = ACTIONS(1472), - [anon_sym_u_SQUOTE] = ACTIONS(1472), - [anon_sym_U_SQUOTE] = ACTIONS(1472), - [anon_sym_u8_SQUOTE] = ACTIONS(1472), - [anon_sym_SQUOTE] = ACTIONS(1472), - [anon_sym_L_DQUOTE] = ACTIONS(1472), - [anon_sym_u_DQUOTE] = ACTIONS(1472), - [anon_sym_U_DQUOTE] = ACTIONS(1472), - [anon_sym_u8_DQUOTE] = ACTIONS(1472), - [anon_sym_DQUOTE] = ACTIONS(1472), - [sym_true] = ACTIONS(1470), - [sym_false] = ACTIONS(1470), - [anon_sym_NULL] = ACTIONS(1470), - [anon_sym_nullptr] = ACTIONS(1470), + [121] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [aux_sym_preproc_else_token1] = ACTIONS(1350), + [aux_sym_preproc_elif_token1] = ACTIONS(1350), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1470), - [anon_sym_rayPayloadInEXT] = ACTIONS(1470), - [anon_sym_hitAttributeEXT] = ACTIONS(1470), - [anon_sym_callableDataEXT] = ACTIONS(1470), - [anon_sym_callableDataInEXT] = ACTIONS(1470), - [anon_sym_shaderRecordEXT] = ACTIONS(1470), - [anon_sym_rayPayloadNV] = ACTIONS(1470), - [anon_sym_rayPayloadInNV] = ACTIONS(1470), - [anon_sym_hitAttributeNV] = ACTIONS(1470), - [anon_sym_callableDataNV] = ACTIONS(1470), - [anon_sym_callableDataInNV] = ACTIONS(1470), - [anon_sym_shaderRecordNV] = ACTIONS(1470), - [anon_sym_layout] = ACTIONS(1470), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [136] = { - [sym_identifier] = ACTIONS(1470), - [aux_sym_preproc_include_token1] = ACTIONS(1470), - [aux_sym_preproc_def_token1] = ACTIONS(1470), - [aux_sym_preproc_if_token1] = ACTIONS(1470), - [aux_sym_preproc_if_token2] = ACTIONS(1470), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1470), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1470), - [aux_sym_preproc_else_token1] = ACTIONS(1470), - [aux_sym_preproc_elif_token1] = ACTIONS(1470), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1470), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1470), - [sym_preproc_directive] = ACTIONS(1470), - [anon_sym_LPAREN2] = ACTIONS(1472), - [anon_sym_BANG] = ACTIONS(1472), - [anon_sym_TILDE] = ACTIONS(1472), - [anon_sym_DASH] = ACTIONS(1470), - [anon_sym_PLUS] = ACTIONS(1470), - [anon_sym_STAR] = ACTIONS(1472), - [anon_sym_AMP] = ACTIONS(1472), - [anon_sym_subroutine] = ACTIONS(1470), - [anon_sym_invariant] = ACTIONS(1470), - [anon_sym_precise] = ACTIONS(1470), - [anon_sym_SEMI] = ACTIONS(1472), - [anon_sym_in] = ACTIONS(1470), - [anon_sym_out] = ACTIONS(1470), - [anon_sym_inout] = ACTIONS(1470), - [anon_sym_uniform] = ACTIONS(1470), - [anon_sym_shared] = ACTIONS(1470), - [anon_sym_attribute] = ACTIONS(1470), - [anon_sym_varying] = ACTIONS(1470), - [anon_sym_buffer] = ACTIONS(1470), - [anon_sym_coherent] = ACTIONS(1470), - [anon_sym_readonly] = ACTIONS(1470), - [anon_sym_writeonly] = ACTIONS(1470), - [anon_sym_precision] = ACTIONS(1470), - [anon_sym_highp] = ACTIONS(1470), - [anon_sym_mediump] = ACTIONS(1470), - [anon_sym_lowp] = ACTIONS(1470), - [anon_sym_centroid] = ACTIONS(1470), - [anon_sym_sample] = ACTIONS(1470), - [anon_sym_patch] = ACTIONS(1470), - [anon_sym_smooth] = ACTIONS(1470), - [anon_sym_flat] = ACTIONS(1470), - [anon_sym_noperspective] = ACTIONS(1470), - [anon_sym___extension__] = ACTIONS(1470), - [anon_sym_typedef] = ACTIONS(1470), - [anon_sym_extern] = ACTIONS(1470), - [anon_sym___attribute__] = ACTIONS(1470), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1472), - [anon_sym___declspec] = ACTIONS(1470), - [anon_sym___cdecl] = ACTIONS(1470), - [anon_sym___clrcall] = ACTIONS(1470), - [anon_sym___stdcall] = ACTIONS(1470), - [anon_sym___fastcall] = ACTIONS(1470), - [anon_sym___thiscall] = ACTIONS(1470), - [anon_sym___vectorcall] = ACTIONS(1470), - [anon_sym_LBRACE] = ACTIONS(1472), - [anon_sym_signed] = ACTIONS(1470), - [anon_sym_unsigned] = ACTIONS(1470), - [anon_sym_long] = ACTIONS(1470), - [anon_sym_short] = ACTIONS(1470), - [anon_sym_static] = ACTIONS(1470), - [anon_sym_auto] = ACTIONS(1470), - [anon_sym_register] = ACTIONS(1470), - [anon_sym_inline] = ACTIONS(1470), - [anon_sym___inline] = ACTIONS(1470), - [anon_sym___inline__] = ACTIONS(1470), - [anon_sym___forceinline] = ACTIONS(1470), - [anon_sym_thread_local] = ACTIONS(1470), - [anon_sym___thread] = ACTIONS(1470), - [anon_sym_const] = ACTIONS(1470), - [anon_sym_constexpr] = ACTIONS(1470), - [anon_sym_volatile] = ACTIONS(1470), - [anon_sym_restrict] = ACTIONS(1470), - [anon_sym___restrict__] = ACTIONS(1470), - [anon_sym__Atomic] = ACTIONS(1470), - [anon_sym__Noreturn] = ACTIONS(1470), - [anon_sym_noreturn] = ACTIONS(1470), - [sym_primitive_type] = ACTIONS(1470), - [anon_sym_enum] = ACTIONS(1470), - [anon_sym_struct] = ACTIONS(1470), - [anon_sym_union] = ACTIONS(1470), - [anon_sym_if] = ACTIONS(1470), - [anon_sym_switch] = ACTIONS(1470), - [anon_sym_case] = ACTIONS(1470), - [anon_sym_default] = ACTIONS(1470), - [anon_sym_while] = ACTIONS(1470), - [anon_sym_do] = ACTIONS(1470), - [anon_sym_for] = ACTIONS(1470), - [anon_sym_return] = ACTIONS(1470), - [anon_sym_break] = ACTIONS(1470), - [anon_sym_continue] = ACTIONS(1470), - [anon_sym_goto] = ACTIONS(1470), - [anon_sym_DASH_DASH] = ACTIONS(1472), - [anon_sym_PLUS_PLUS] = ACTIONS(1472), - [anon_sym_sizeof] = ACTIONS(1470), - [anon_sym___alignof__] = ACTIONS(1470), - [anon_sym___alignof] = ACTIONS(1470), - [anon_sym__alignof] = ACTIONS(1470), - [anon_sym_alignof] = ACTIONS(1470), - [anon_sym__Alignof] = ACTIONS(1470), - [anon_sym_offsetof] = ACTIONS(1470), - [anon_sym__Generic] = ACTIONS(1470), - [anon_sym_asm] = ACTIONS(1470), - [anon_sym___asm__] = ACTIONS(1470), - [sym_number_literal] = ACTIONS(1472), - [anon_sym_L_SQUOTE] = ACTIONS(1472), - [anon_sym_u_SQUOTE] = ACTIONS(1472), - [anon_sym_U_SQUOTE] = ACTIONS(1472), - [anon_sym_u8_SQUOTE] = ACTIONS(1472), - [anon_sym_SQUOTE] = ACTIONS(1472), - [anon_sym_L_DQUOTE] = ACTIONS(1472), - [anon_sym_u_DQUOTE] = ACTIONS(1472), - [anon_sym_U_DQUOTE] = ACTIONS(1472), - [anon_sym_u8_DQUOTE] = ACTIONS(1472), - [anon_sym_DQUOTE] = ACTIONS(1472), - [sym_true] = ACTIONS(1470), - [sym_false] = ACTIONS(1470), - [anon_sym_NULL] = ACTIONS(1470), - [anon_sym_nullptr] = ACTIONS(1470), + [122] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [aux_sym_preproc_else_token1] = ACTIONS(1350), + [aux_sym_preproc_elif_token1] = ACTIONS(1350), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1470), - [anon_sym_rayPayloadInEXT] = ACTIONS(1470), - [anon_sym_hitAttributeEXT] = ACTIONS(1470), - [anon_sym_callableDataEXT] = ACTIONS(1470), - [anon_sym_callableDataInEXT] = ACTIONS(1470), - [anon_sym_shaderRecordEXT] = ACTIONS(1470), - [anon_sym_rayPayloadNV] = ACTIONS(1470), - [anon_sym_rayPayloadInNV] = ACTIONS(1470), - [anon_sym_hitAttributeNV] = ACTIONS(1470), - [anon_sym_callableDataNV] = ACTIONS(1470), - [anon_sym_callableDataInNV] = ACTIONS(1470), - [anon_sym_shaderRecordNV] = ACTIONS(1470), - [anon_sym_layout] = ACTIONS(1470), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [137] = { - [sym_identifier] = ACTIONS(1474), - [aux_sym_preproc_include_token1] = ACTIONS(1474), - [aux_sym_preproc_def_token1] = ACTIONS(1474), - [aux_sym_preproc_if_token1] = ACTIONS(1474), - [aux_sym_preproc_if_token2] = ACTIONS(1474), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1474), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1474), - [aux_sym_preproc_else_token1] = ACTIONS(1474), - [aux_sym_preproc_elif_token1] = ACTIONS(1474), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1474), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1474), - [sym_preproc_directive] = ACTIONS(1474), - [anon_sym_LPAREN2] = ACTIONS(1476), - [anon_sym_BANG] = ACTIONS(1476), - [anon_sym_TILDE] = ACTIONS(1476), - [anon_sym_DASH] = ACTIONS(1474), - [anon_sym_PLUS] = ACTIONS(1474), - [anon_sym_STAR] = ACTIONS(1476), - [anon_sym_AMP] = ACTIONS(1476), - [anon_sym_subroutine] = ACTIONS(1474), - [anon_sym_invariant] = ACTIONS(1474), - [anon_sym_precise] = ACTIONS(1474), - [anon_sym_SEMI] = ACTIONS(1476), - [anon_sym_in] = ACTIONS(1474), - [anon_sym_out] = ACTIONS(1474), - [anon_sym_inout] = ACTIONS(1474), - [anon_sym_uniform] = ACTIONS(1474), - [anon_sym_shared] = ACTIONS(1474), - [anon_sym_attribute] = ACTIONS(1474), - [anon_sym_varying] = ACTIONS(1474), - [anon_sym_buffer] = ACTIONS(1474), - [anon_sym_coherent] = ACTIONS(1474), - [anon_sym_readonly] = ACTIONS(1474), - [anon_sym_writeonly] = ACTIONS(1474), - [anon_sym_precision] = ACTIONS(1474), - [anon_sym_highp] = ACTIONS(1474), - [anon_sym_mediump] = ACTIONS(1474), - [anon_sym_lowp] = ACTIONS(1474), - [anon_sym_centroid] = ACTIONS(1474), - [anon_sym_sample] = ACTIONS(1474), - [anon_sym_patch] = ACTIONS(1474), - [anon_sym_smooth] = ACTIONS(1474), - [anon_sym_flat] = ACTIONS(1474), - [anon_sym_noperspective] = ACTIONS(1474), - [anon_sym___extension__] = ACTIONS(1474), - [anon_sym_typedef] = ACTIONS(1474), - [anon_sym_extern] = ACTIONS(1474), - [anon_sym___attribute__] = ACTIONS(1474), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1474), - [anon_sym___cdecl] = ACTIONS(1474), - [anon_sym___clrcall] = ACTIONS(1474), - [anon_sym___stdcall] = ACTIONS(1474), - [anon_sym___fastcall] = ACTIONS(1474), - [anon_sym___thiscall] = ACTIONS(1474), - [anon_sym___vectorcall] = ACTIONS(1474), - [anon_sym_LBRACE] = ACTIONS(1476), - [anon_sym_signed] = ACTIONS(1474), - [anon_sym_unsigned] = ACTIONS(1474), - [anon_sym_long] = ACTIONS(1474), - [anon_sym_short] = ACTIONS(1474), - [anon_sym_static] = ACTIONS(1474), - [anon_sym_auto] = ACTIONS(1474), - [anon_sym_register] = ACTIONS(1474), - [anon_sym_inline] = ACTIONS(1474), - [anon_sym___inline] = ACTIONS(1474), - [anon_sym___inline__] = ACTIONS(1474), - [anon_sym___forceinline] = ACTIONS(1474), - [anon_sym_thread_local] = ACTIONS(1474), - [anon_sym___thread] = ACTIONS(1474), - [anon_sym_const] = ACTIONS(1474), - [anon_sym_constexpr] = ACTIONS(1474), - [anon_sym_volatile] = ACTIONS(1474), - [anon_sym_restrict] = ACTIONS(1474), - [anon_sym___restrict__] = ACTIONS(1474), - [anon_sym__Atomic] = ACTIONS(1474), - [anon_sym__Noreturn] = ACTIONS(1474), - [anon_sym_noreturn] = ACTIONS(1474), - [sym_primitive_type] = ACTIONS(1474), - [anon_sym_enum] = ACTIONS(1474), - [anon_sym_struct] = ACTIONS(1474), - [anon_sym_union] = ACTIONS(1474), - [anon_sym_if] = ACTIONS(1474), - [anon_sym_switch] = ACTIONS(1474), - [anon_sym_case] = ACTIONS(1474), - [anon_sym_default] = ACTIONS(1474), - [anon_sym_while] = ACTIONS(1474), - [anon_sym_do] = ACTIONS(1474), - [anon_sym_for] = ACTIONS(1474), - [anon_sym_return] = ACTIONS(1474), - [anon_sym_break] = ACTIONS(1474), - [anon_sym_continue] = ACTIONS(1474), - [anon_sym_goto] = ACTIONS(1474), - [anon_sym_DASH_DASH] = ACTIONS(1476), - [anon_sym_PLUS_PLUS] = ACTIONS(1476), - [anon_sym_sizeof] = ACTIONS(1474), - [anon_sym___alignof__] = ACTIONS(1474), - [anon_sym___alignof] = ACTIONS(1474), - [anon_sym__alignof] = ACTIONS(1474), - [anon_sym_alignof] = ACTIONS(1474), - [anon_sym__Alignof] = ACTIONS(1474), - [anon_sym_offsetof] = ACTIONS(1474), - [anon_sym__Generic] = ACTIONS(1474), - [anon_sym_asm] = ACTIONS(1474), - [anon_sym___asm__] = ACTIONS(1474), - [sym_number_literal] = ACTIONS(1476), - [anon_sym_L_SQUOTE] = ACTIONS(1476), - [anon_sym_u_SQUOTE] = ACTIONS(1476), - [anon_sym_U_SQUOTE] = ACTIONS(1476), - [anon_sym_u8_SQUOTE] = ACTIONS(1476), - [anon_sym_SQUOTE] = ACTIONS(1476), - [anon_sym_L_DQUOTE] = ACTIONS(1476), - [anon_sym_u_DQUOTE] = ACTIONS(1476), - [anon_sym_U_DQUOTE] = ACTIONS(1476), - [anon_sym_u8_DQUOTE] = ACTIONS(1476), - [anon_sym_DQUOTE] = ACTIONS(1476), - [sym_true] = ACTIONS(1474), - [sym_false] = ACTIONS(1474), - [anon_sym_NULL] = ACTIONS(1474), - [anon_sym_nullptr] = ACTIONS(1474), + [123] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [aux_sym_preproc_else_token1] = ACTIONS(1350), + [aux_sym_preproc_elif_token1] = ACTIONS(1350), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1474), - [anon_sym_rayPayloadInEXT] = ACTIONS(1474), - [anon_sym_hitAttributeEXT] = ACTIONS(1474), - [anon_sym_callableDataEXT] = ACTIONS(1474), - [anon_sym_callableDataInEXT] = ACTIONS(1474), - [anon_sym_shaderRecordEXT] = ACTIONS(1474), - [anon_sym_rayPayloadNV] = ACTIONS(1474), - [anon_sym_rayPayloadInNV] = ACTIONS(1474), - [anon_sym_hitAttributeNV] = ACTIONS(1474), - [anon_sym_callableDataNV] = ACTIONS(1474), - [anon_sym_callableDataInNV] = ACTIONS(1474), - [anon_sym_shaderRecordNV] = ACTIONS(1474), - [anon_sym_layout] = ACTIONS(1474), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), + }, + [124] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [aux_sym_preproc_else_token1] = ACTIONS(1350), + [aux_sym_preproc_elif_token1] = ACTIONS(1350), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [138] = { - [sym_identifier] = ACTIONS(1478), - [aux_sym_preproc_include_token1] = ACTIONS(1478), - [aux_sym_preproc_def_token1] = ACTIONS(1478), - [aux_sym_preproc_if_token1] = ACTIONS(1478), - [aux_sym_preproc_if_token2] = ACTIONS(1478), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1478), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1478), - [aux_sym_preproc_else_token1] = ACTIONS(1478), - [aux_sym_preproc_elif_token1] = ACTIONS(1478), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1478), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1478), - [sym_preproc_directive] = ACTIONS(1478), - [anon_sym_LPAREN2] = ACTIONS(1480), - [anon_sym_BANG] = ACTIONS(1480), - [anon_sym_TILDE] = ACTIONS(1480), - [anon_sym_DASH] = ACTIONS(1478), - [anon_sym_PLUS] = ACTIONS(1478), - [anon_sym_STAR] = ACTIONS(1480), - [anon_sym_AMP] = ACTIONS(1480), - [anon_sym_subroutine] = ACTIONS(1478), - [anon_sym_invariant] = ACTIONS(1478), - [anon_sym_precise] = ACTIONS(1478), - [anon_sym_SEMI] = ACTIONS(1480), - [anon_sym_in] = ACTIONS(1478), - [anon_sym_out] = ACTIONS(1478), - [anon_sym_inout] = ACTIONS(1478), - [anon_sym_uniform] = ACTIONS(1478), - [anon_sym_shared] = ACTIONS(1478), - [anon_sym_attribute] = ACTIONS(1478), - [anon_sym_varying] = ACTIONS(1478), - [anon_sym_buffer] = ACTIONS(1478), - [anon_sym_coherent] = ACTIONS(1478), - [anon_sym_readonly] = ACTIONS(1478), - [anon_sym_writeonly] = ACTIONS(1478), - [anon_sym_precision] = ACTIONS(1478), - [anon_sym_highp] = ACTIONS(1478), - [anon_sym_mediump] = ACTIONS(1478), - [anon_sym_lowp] = ACTIONS(1478), - [anon_sym_centroid] = ACTIONS(1478), - [anon_sym_sample] = ACTIONS(1478), - [anon_sym_patch] = ACTIONS(1478), - [anon_sym_smooth] = ACTIONS(1478), - [anon_sym_flat] = ACTIONS(1478), - [anon_sym_noperspective] = ACTIONS(1478), - [anon_sym___extension__] = ACTIONS(1478), - [anon_sym_typedef] = ACTIONS(1478), - [anon_sym_extern] = ACTIONS(1478), - [anon_sym___attribute__] = ACTIONS(1478), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1480), - [anon_sym___declspec] = ACTIONS(1478), - [anon_sym___cdecl] = ACTIONS(1478), - [anon_sym___clrcall] = ACTIONS(1478), - [anon_sym___stdcall] = ACTIONS(1478), - [anon_sym___fastcall] = ACTIONS(1478), - [anon_sym___thiscall] = ACTIONS(1478), - [anon_sym___vectorcall] = ACTIONS(1478), - [anon_sym_LBRACE] = ACTIONS(1480), - [anon_sym_signed] = ACTIONS(1478), - [anon_sym_unsigned] = ACTIONS(1478), - [anon_sym_long] = ACTIONS(1478), - [anon_sym_short] = ACTIONS(1478), - [anon_sym_static] = ACTIONS(1478), - [anon_sym_auto] = ACTIONS(1478), - [anon_sym_register] = ACTIONS(1478), - [anon_sym_inline] = ACTIONS(1478), - [anon_sym___inline] = ACTIONS(1478), - [anon_sym___inline__] = ACTIONS(1478), - [anon_sym___forceinline] = ACTIONS(1478), - [anon_sym_thread_local] = ACTIONS(1478), - [anon_sym___thread] = ACTIONS(1478), - [anon_sym_const] = ACTIONS(1478), - [anon_sym_constexpr] = ACTIONS(1478), - [anon_sym_volatile] = ACTIONS(1478), - [anon_sym_restrict] = ACTIONS(1478), - [anon_sym___restrict__] = ACTIONS(1478), - [anon_sym__Atomic] = ACTIONS(1478), - [anon_sym__Noreturn] = ACTIONS(1478), - [anon_sym_noreturn] = ACTIONS(1478), - [sym_primitive_type] = ACTIONS(1478), - [anon_sym_enum] = ACTIONS(1478), - [anon_sym_struct] = ACTIONS(1478), - [anon_sym_union] = ACTIONS(1478), - [anon_sym_if] = ACTIONS(1478), - [anon_sym_switch] = ACTIONS(1478), - [anon_sym_case] = ACTIONS(1478), - [anon_sym_default] = ACTIONS(1478), - [anon_sym_while] = ACTIONS(1478), - [anon_sym_do] = ACTIONS(1478), - [anon_sym_for] = ACTIONS(1478), - [anon_sym_return] = ACTIONS(1478), - [anon_sym_break] = ACTIONS(1478), - [anon_sym_continue] = ACTIONS(1478), - [anon_sym_goto] = ACTIONS(1478), - [anon_sym_DASH_DASH] = ACTIONS(1480), - [anon_sym_PLUS_PLUS] = ACTIONS(1480), - [anon_sym_sizeof] = ACTIONS(1478), - [anon_sym___alignof__] = ACTIONS(1478), - [anon_sym___alignof] = ACTIONS(1478), - [anon_sym__alignof] = ACTIONS(1478), - [anon_sym_alignof] = ACTIONS(1478), - [anon_sym__Alignof] = ACTIONS(1478), - [anon_sym_offsetof] = ACTIONS(1478), - [anon_sym__Generic] = ACTIONS(1478), - [anon_sym_asm] = ACTIONS(1478), - [anon_sym___asm__] = ACTIONS(1478), - [sym_number_literal] = ACTIONS(1480), - [anon_sym_L_SQUOTE] = ACTIONS(1480), - [anon_sym_u_SQUOTE] = ACTIONS(1480), - [anon_sym_U_SQUOTE] = ACTIONS(1480), - [anon_sym_u8_SQUOTE] = ACTIONS(1480), - [anon_sym_SQUOTE] = ACTIONS(1480), - [anon_sym_L_DQUOTE] = ACTIONS(1480), - [anon_sym_u_DQUOTE] = ACTIONS(1480), - [anon_sym_U_DQUOTE] = ACTIONS(1480), - [anon_sym_u8_DQUOTE] = ACTIONS(1480), - [anon_sym_DQUOTE] = ACTIONS(1480), - [sym_true] = ACTIONS(1478), - [sym_false] = ACTIONS(1478), - [anon_sym_NULL] = ACTIONS(1478), - [anon_sym_nullptr] = ACTIONS(1478), + [125] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [aux_sym_preproc_else_token1] = ACTIONS(1350), + [aux_sym_preproc_elif_token1] = ACTIONS(1350), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1478), - [anon_sym_rayPayloadInEXT] = ACTIONS(1478), - [anon_sym_hitAttributeEXT] = ACTIONS(1478), - [anon_sym_callableDataEXT] = ACTIONS(1478), - [anon_sym_callableDataInEXT] = ACTIONS(1478), - [anon_sym_shaderRecordEXT] = ACTIONS(1478), - [anon_sym_rayPayloadNV] = ACTIONS(1478), - [anon_sym_rayPayloadInNV] = ACTIONS(1478), - [anon_sym_hitAttributeNV] = ACTIONS(1478), - [anon_sym_callableDataNV] = ACTIONS(1478), - [anon_sym_callableDataInNV] = ACTIONS(1478), - [anon_sym_shaderRecordNV] = ACTIONS(1478), - [anon_sym_layout] = ACTIONS(1478), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [139] = { - [sym_identifier] = ACTIONS(1482), - [aux_sym_preproc_include_token1] = ACTIONS(1482), - [aux_sym_preproc_def_token1] = ACTIONS(1482), - [aux_sym_preproc_if_token1] = ACTIONS(1482), - [aux_sym_preproc_if_token2] = ACTIONS(1482), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1482), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1482), - [aux_sym_preproc_else_token1] = ACTIONS(1482), - [aux_sym_preproc_elif_token1] = ACTIONS(1482), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1482), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1482), - [sym_preproc_directive] = ACTIONS(1482), - [anon_sym_LPAREN2] = ACTIONS(1484), - [anon_sym_BANG] = ACTIONS(1484), - [anon_sym_TILDE] = ACTIONS(1484), - [anon_sym_DASH] = ACTIONS(1482), - [anon_sym_PLUS] = ACTIONS(1482), - [anon_sym_STAR] = ACTIONS(1484), - [anon_sym_AMP] = ACTIONS(1484), - [anon_sym_subroutine] = ACTIONS(1482), - [anon_sym_invariant] = ACTIONS(1482), - [anon_sym_precise] = ACTIONS(1482), - [anon_sym_SEMI] = ACTIONS(1484), - [anon_sym_in] = ACTIONS(1482), - [anon_sym_out] = ACTIONS(1482), - [anon_sym_inout] = ACTIONS(1482), - [anon_sym_uniform] = ACTIONS(1482), - [anon_sym_shared] = ACTIONS(1482), - [anon_sym_attribute] = ACTIONS(1482), - [anon_sym_varying] = ACTIONS(1482), - [anon_sym_buffer] = ACTIONS(1482), - [anon_sym_coherent] = ACTIONS(1482), - [anon_sym_readonly] = ACTIONS(1482), - [anon_sym_writeonly] = ACTIONS(1482), - [anon_sym_precision] = ACTIONS(1482), - [anon_sym_highp] = ACTIONS(1482), - [anon_sym_mediump] = ACTIONS(1482), - [anon_sym_lowp] = ACTIONS(1482), - [anon_sym_centroid] = ACTIONS(1482), - [anon_sym_sample] = ACTIONS(1482), - [anon_sym_patch] = ACTIONS(1482), - [anon_sym_smooth] = ACTIONS(1482), - [anon_sym_flat] = ACTIONS(1482), - [anon_sym_noperspective] = ACTIONS(1482), - [anon_sym___extension__] = ACTIONS(1482), - [anon_sym_typedef] = ACTIONS(1482), - [anon_sym_extern] = ACTIONS(1482), - [anon_sym___attribute__] = ACTIONS(1482), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1484), - [anon_sym___declspec] = ACTIONS(1482), - [anon_sym___cdecl] = ACTIONS(1482), - [anon_sym___clrcall] = ACTIONS(1482), - [anon_sym___stdcall] = ACTIONS(1482), - [anon_sym___fastcall] = ACTIONS(1482), - [anon_sym___thiscall] = ACTIONS(1482), - [anon_sym___vectorcall] = ACTIONS(1482), - [anon_sym_LBRACE] = ACTIONS(1484), - [anon_sym_signed] = ACTIONS(1482), - [anon_sym_unsigned] = ACTIONS(1482), - [anon_sym_long] = ACTIONS(1482), - [anon_sym_short] = ACTIONS(1482), - [anon_sym_static] = ACTIONS(1482), - [anon_sym_auto] = ACTIONS(1482), - [anon_sym_register] = ACTIONS(1482), - [anon_sym_inline] = ACTIONS(1482), - [anon_sym___inline] = ACTIONS(1482), - [anon_sym___inline__] = ACTIONS(1482), - [anon_sym___forceinline] = ACTIONS(1482), - [anon_sym_thread_local] = ACTIONS(1482), - [anon_sym___thread] = ACTIONS(1482), - [anon_sym_const] = ACTIONS(1482), - [anon_sym_constexpr] = ACTIONS(1482), - [anon_sym_volatile] = ACTIONS(1482), - [anon_sym_restrict] = ACTIONS(1482), - [anon_sym___restrict__] = ACTIONS(1482), - [anon_sym__Atomic] = ACTIONS(1482), - [anon_sym__Noreturn] = ACTIONS(1482), - [anon_sym_noreturn] = ACTIONS(1482), - [sym_primitive_type] = ACTIONS(1482), - [anon_sym_enum] = ACTIONS(1482), - [anon_sym_struct] = ACTIONS(1482), - [anon_sym_union] = ACTIONS(1482), - [anon_sym_if] = ACTIONS(1482), - [anon_sym_switch] = ACTIONS(1482), - [anon_sym_case] = ACTIONS(1482), - [anon_sym_default] = ACTIONS(1482), - [anon_sym_while] = ACTIONS(1482), - [anon_sym_do] = ACTIONS(1482), - [anon_sym_for] = ACTIONS(1482), - [anon_sym_return] = ACTIONS(1482), - [anon_sym_break] = ACTIONS(1482), - [anon_sym_continue] = ACTIONS(1482), - [anon_sym_goto] = ACTIONS(1482), - [anon_sym_DASH_DASH] = ACTIONS(1484), - [anon_sym_PLUS_PLUS] = ACTIONS(1484), - [anon_sym_sizeof] = ACTIONS(1482), - [anon_sym___alignof__] = ACTIONS(1482), - [anon_sym___alignof] = ACTIONS(1482), - [anon_sym__alignof] = ACTIONS(1482), - [anon_sym_alignof] = ACTIONS(1482), - [anon_sym__Alignof] = ACTIONS(1482), - [anon_sym_offsetof] = ACTIONS(1482), - [anon_sym__Generic] = ACTIONS(1482), - [anon_sym_asm] = ACTIONS(1482), - [anon_sym___asm__] = ACTIONS(1482), - [sym_number_literal] = ACTIONS(1484), - [anon_sym_L_SQUOTE] = ACTIONS(1484), - [anon_sym_u_SQUOTE] = ACTIONS(1484), - [anon_sym_U_SQUOTE] = ACTIONS(1484), - [anon_sym_u8_SQUOTE] = ACTIONS(1484), - [anon_sym_SQUOTE] = ACTIONS(1484), - [anon_sym_L_DQUOTE] = ACTIONS(1484), - [anon_sym_u_DQUOTE] = ACTIONS(1484), - [anon_sym_U_DQUOTE] = ACTIONS(1484), - [anon_sym_u8_DQUOTE] = ACTIONS(1484), - [anon_sym_DQUOTE] = ACTIONS(1484), - [sym_true] = ACTIONS(1482), - [sym_false] = ACTIONS(1482), - [anon_sym_NULL] = ACTIONS(1482), - [anon_sym_nullptr] = ACTIONS(1482), + [126] = { + [sym_identifier] = ACTIONS(1438), + [aux_sym_preproc_include_token1] = ACTIONS(1438), + [aux_sym_preproc_def_token1] = ACTIONS(1438), + [aux_sym_preproc_if_token1] = ACTIONS(1438), + [aux_sym_preproc_if_token2] = ACTIONS(1438), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1438), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1438), + [aux_sym_preproc_else_token1] = ACTIONS(1438), + [aux_sym_preproc_elif_token1] = ACTIONS(1438), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1438), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1438), + [sym_preproc_directive] = ACTIONS(1438), + [anon_sym_LPAREN2] = ACTIONS(1440), + [anon_sym_BANG] = ACTIONS(1440), + [anon_sym_TILDE] = ACTIONS(1440), + [anon_sym_DASH] = ACTIONS(1438), + [anon_sym_PLUS] = ACTIONS(1438), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_subroutine] = ACTIONS(1438), + [anon_sym_invariant] = ACTIONS(1438), + [anon_sym_precise] = ACTIONS(1438), + [anon_sym_SEMI] = ACTIONS(1440), + [anon_sym_in] = ACTIONS(1438), + [anon_sym_out] = ACTIONS(1438), + [anon_sym_inout] = ACTIONS(1438), + [anon_sym_uniform] = ACTIONS(1438), + [anon_sym_shared] = ACTIONS(1438), + [anon_sym_attribute] = ACTIONS(1438), + [anon_sym_varying] = ACTIONS(1438), + [anon_sym_buffer] = ACTIONS(1438), + [anon_sym_coherent] = ACTIONS(1438), + [anon_sym_readonly] = ACTIONS(1438), + [anon_sym_writeonly] = ACTIONS(1438), + [anon_sym_precision] = ACTIONS(1438), + [anon_sym_highp] = ACTIONS(1438), + [anon_sym_mediump] = ACTIONS(1438), + [anon_sym_lowp] = ACTIONS(1438), + [anon_sym_centroid] = ACTIONS(1438), + [anon_sym_sample] = ACTIONS(1438), + [anon_sym_patch] = ACTIONS(1438), + [anon_sym_smooth] = ACTIONS(1438), + [anon_sym_flat] = ACTIONS(1438), + [anon_sym_noperspective] = ACTIONS(1438), + [anon_sym___extension__] = ACTIONS(1438), + [anon_sym_typedef] = ACTIONS(1438), + [anon_sym_extern] = ACTIONS(1438), + [anon_sym___attribute__] = ACTIONS(1438), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1438), + [anon_sym___cdecl] = ACTIONS(1438), + [anon_sym___clrcall] = ACTIONS(1438), + [anon_sym___stdcall] = ACTIONS(1438), + [anon_sym___fastcall] = ACTIONS(1438), + [anon_sym___thiscall] = ACTIONS(1438), + [anon_sym___vectorcall] = ACTIONS(1438), + [anon_sym_LBRACE] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1438), + [anon_sym_unsigned] = ACTIONS(1438), + [anon_sym_long] = ACTIONS(1438), + [anon_sym_short] = ACTIONS(1438), + [anon_sym_static] = ACTIONS(1438), + [anon_sym_auto] = ACTIONS(1438), + [anon_sym_register] = ACTIONS(1438), + [anon_sym_inline] = ACTIONS(1438), + [anon_sym___inline] = ACTIONS(1438), + [anon_sym___inline__] = ACTIONS(1438), + [anon_sym___forceinline] = ACTIONS(1438), + [anon_sym_thread_local] = ACTIONS(1438), + [anon_sym___thread] = ACTIONS(1438), + [anon_sym_const] = ACTIONS(1438), + [anon_sym_constexpr] = ACTIONS(1438), + [anon_sym_volatile] = ACTIONS(1438), + [anon_sym_restrict] = ACTIONS(1438), + [anon_sym___restrict__] = ACTIONS(1438), + [anon_sym__Atomic] = ACTIONS(1438), + [anon_sym__Noreturn] = ACTIONS(1438), + [anon_sym_noreturn] = ACTIONS(1438), + [sym_primitive_type] = ACTIONS(1438), + [anon_sym_enum] = ACTIONS(1438), + [anon_sym_struct] = ACTIONS(1438), + [anon_sym_union] = ACTIONS(1438), + [anon_sym_if] = ACTIONS(1438), + [anon_sym_else] = ACTIONS(1438), + [anon_sym_switch] = ACTIONS(1438), + [anon_sym_case] = ACTIONS(1438), + [anon_sym_default] = ACTIONS(1438), + [anon_sym_while] = ACTIONS(1438), + [anon_sym_do] = ACTIONS(1438), + [anon_sym_for] = ACTIONS(1438), + [anon_sym_return] = ACTIONS(1438), + [anon_sym_break] = ACTIONS(1438), + [anon_sym_continue] = ACTIONS(1438), + [anon_sym_goto] = ACTIONS(1438), + [anon_sym_DASH_DASH] = ACTIONS(1440), + [anon_sym_PLUS_PLUS] = ACTIONS(1440), + [anon_sym_sizeof] = ACTIONS(1438), + [anon_sym___alignof__] = ACTIONS(1438), + [anon_sym___alignof] = ACTIONS(1438), + [anon_sym__alignof] = ACTIONS(1438), + [anon_sym_alignof] = ACTIONS(1438), + [anon_sym__Alignof] = ACTIONS(1438), + [anon_sym_offsetof] = ACTIONS(1438), + [anon_sym__Generic] = ACTIONS(1438), + [anon_sym_asm] = ACTIONS(1438), + [anon_sym___asm__] = ACTIONS(1438), + [sym_number_literal] = ACTIONS(1440), + [anon_sym_L_SQUOTE] = ACTIONS(1440), + [anon_sym_u_SQUOTE] = ACTIONS(1440), + [anon_sym_U_SQUOTE] = ACTIONS(1440), + [anon_sym_u8_SQUOTE] = ACTIONS(1440), + [anon_sym_SQUOTE] = ACTIONS(1440), + [anon_sym_L_DQUOTE] = ACTIONS(1440), + [anon_sym_u_DQUOTE] = ACTIONS(1440), + [anon_sym_U_DQUOTE] = ACTIONS(1440), + [anon_sym_u8_DQUOTE] = ACTIONS(1440), + [anon_sym_DQUOTE] = ACTIONS(1440), + [sym_true] = ACTIONS(1438), + [sym_false] = ACTIONS(1438), + [anon_sym_NULL] = ACTIONS(1438), + [anon_sym_nullptr] = ACTIONS(1438), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1482), - [anon_sym_rayPayloadInEXT] = ACTIONS(1482), - [anon_sym_hitAttributeEXT] = ACTIONS(1482), - [anon_sym_callableDataEXT] = ACTIONS(1482), - [anon_sym_callableDataInEXT] = ACTIONS(1482), - [anon_sym_shaderRecordEXT] = ACTIONS(1482), - [anon_sym_rayPayloadNV] = ACTIONS(1482), - [anon_sym_rayPayloadInNV] = ACTIONS(1482), - [anon_sym_hitAttributeNV] = ACTIONS(1482), - [anon_sym_callableDataNV] = ACTIONS(1482), - [anon_sym_callableDataInNV] = ACTIONS(1482), - [anon_sym_shaderRecordNV] = ACTIONS(1482), - [anon_sym_layout] = ACTIONS(1482), + [anon_sym_rayPayloadEXT] = ACTIONS(1438), + [anon_sym_rayPayloadInEXT] = ACTIONS(1438), + [anon_sym_hitAttributeEXT] = ACTIONS(1438), + [anon_sym_callableDataEXT] = ACTIONS(1438), + [anon_sym_callableDataInEXT] = ACTIONS(1438), + [anon_sym_shaderRecordEXT] = ACTIONS(1438), + [anon_sym_rayPayloadNV] = ACTIONS(1438), + [anon_sym_rayPayloadInNV] = ACTIONS(1438), + [anon_sym_hitAttributeNV] = ACTIONS(1438), + [anon_sym_callableDataNV] = ACTIONS(1438), + [anon_sym_callableDataInNV] = ACTIONS(1438), + [anon_sym_shaderRecordNV] = ACTIONS(1438), + [anon_sym_layout] = ACTIONS(1438), }, - [140] = { - [sym_identifier] = ACTIONS(1486), - [aux_sym_preproc_include_token1] = ACTIONS(1486), - [aux_sym_preproc_def_token1] = ACTIONS(1486), - [aux_sym_preproc_if_token1] = ACTIONS(1486), - [aux_sym_preproc_if_token2] = ACTIONS(1486), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1486), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1486), - [aux_sym_preproc_else_token1] = ACTIONS(1486), - [aux_sym_preproc_elif_token1] = ACTIONS(1486), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1486), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1486), - [sym_preproc_directive] = ACTIONS(1486), - [anon_sym_LPAREN2] = ACTIONS(1488), - [anon_sym_BANG] = ACTIONS(1488), - [anon_sym_TILDE] = ACTIONS(1488), - [anon_sym_DASH] = ACTIONS(1486), - [anon_sym_PLUS] = ACTIONS(1486), - [anon_sym_STAR] = ACTIONS(1488), - [anon_sym_AMP] = ACTIONS(1488), - [anon_sym_subroutine] = ACTIONS(1486), - [anon_sym_invariant] = ACTIONS(1486), - [anon_sym_precise] = ACTIONS(1486), - [anon_sym_SEMI] = ACTIONS(1488), - [anon_sym_in] = ACTIONS(1486), - [anon_sym_out] = ACTIONS(1486), - [anon_sym_inout] = ACTIONS(1486), - [anon_sym_uniform] = ACTIONS(1486), - [anon_sym_shared] = ACTIONS(1486), - [anon_sym_attribute] = ACTIONS(1486), - [anon_sym_varying] = ACTIONS(1486), - [anon_sym_buffer] = ACTIONS(1486), - [anon_sym_coherent] = ACTIONS(1486), - [anon_sym_readonly] = ACTIONS(1486), - [anon_sym_writeonly] = ACTIONS(1486), - [anon_sym_precision] = ACTIONS(1486), - [anon_sym_highp] = ACTIONS(1486), - [anon_sym_mediump] = ACTIONS(1486), - [anon_sym_lowp] = ACTIONS(1486), - [anon_sym_centroid] = ACTIONS(1486), - [anon_sym_sample] = ACTIONS(1486), - [anon_sym_patch] = ACTIONS(1486), - [anon_sym_smooth] = ACTIONS(1486), - [anon_sym_flat] = ACTIONS(1486), - [anon_sym_noperspective] = ACTIONS(1486), - [anon_sym___extension__] = ACTIONS(1486), - [anon_sym_typedef] = ACTIONS(1486), - [anon_sym_extern] = ACTIONS(1486), - [anon_sym___attribute__] = ACTIONS(1486), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1488), - [anon_sym___declspec] = ACTIONS(1486), - [anon_sym___cdecl] = ACTIONS(1486), - [anon_sym___clrcall] = ACTIONS(1486), - [anon_sym___stdcall] = ACTIONS(1486), - [anon_sym___fastcall] = ACTIONS(1486), - [anon_sym___thiscall] = ACTIONS(1486), - [anon_sym___vectorcall] = ACTIONS(1486), - [anon_sym_LBRACE] = ACTIONS(1488), - [anon_sym_signed] = ACTIONS(1486), - [anon_sym_unsigned] = ACTIONS(1486), - [anon_sym_long] = ACTIONS(1486), - [anon_sym_short] = ACTIONS(1486), - [anon_sym_static] = ACTIONS(1486), - [anon_sym_auto] = ACTIONS(1486), - [anon_sym_register] = ACTIONS(1486), - [anon_sym_inline] = ACTIONS(1486), - [anon_sym___inline] = ACTIONS(1486), - [anon_sym___inline__] = ACTIONS(1486), - [anon_sym___forceinline] = ACTIONS(1486), - [anon_sym_thread_local] = ACTIONS(1486), - [anon_sym___thread] = ACTIONS(1486), - [anon_sym_const] = ACTIONS(1486), - [anon_sym_constexpr] = ACTIONS(1486), - [anon_sym_volatile] = ACTIONS(1486), - [anon_sym_restrict] = ACTIONS(1486), - [anon_sym___restrict__] = ACTIONS(1486), - [anon_sym__Atomic] = ACTIONS(1486), - [anon_sym__Noreturn] = ACTIONS(1486), - [anon_sym_noreturn] = ACTIONS(1486), - [sym_primitive_type] = ACTIONS(1486), - [anon_sym_enum] = ACTIONS(1486), - [anon_sym_struct] = ACTIONS(1486), - [anon_sym_union] = ACTIONS(1486), - [anon_sym_if] = ACTIONS(1486), - [anon_sym_switch] = ACTIONS(1486), - [anon_sym_case] = ACTIONS(1486), - [anon_sym_default] = ACTIONS(1486), - [anon_sym_while] = ACTIONS(1486), - [anon_sym_do] = ACTIONS(1486), - [anon_sym_for] = ACTIONS(1486), - [anon_sym_return] = ACTIONS(1486), - [anon_sym_break] = ACTIONS(1486), - [anon_sym_continue] = ACTIONS(1486), - [anon_sym_goto] = ACTIONS(1486), - [anon_sym_DASH_DASH] = ACTIONS(1488), - [anon_sym_PLUS_PLUS] = ACTIONS(1488), - [anon_sym_sizeof] = ACTIONS(1486), - [anon_sym___alignof__] = ACTIONS(1486), - [anon_sym___alignof] = ACTIONS(1486), - [anon_sym__alignof] = ACTIONS(1486), - [anon_sym_alignof] = ACTIONS(1486), - [anon_sym__Alignof] = ACTIONS(1486), - [anon_sym_offsetof] = ACTIONS(1486), - [anon_sym__Generic] = ACTIONS(1486), - [anon_sym_asm] = ACTIONS(1486), - [anon_sym___asm__] = ACTIONS(1486), - [sym_number_literal] = ACTIONS(1488), - [anon_sym_L_SQUOTE] = ACTIONS(1488), - [anon_sym_u_SQUOTE] = ACTIONS(1488), - [anon_sym_U_SQUOTE] = ACTIONS(1488), - [anon_sym_u8_SQUOTE] = ACTIONS(1488), - [anon_sym_SQUOTE] = ACTIONS(1488), - [anon_sym_L_DQUOTE] = ACTIONS(1488), - [anon_sym_u_DQUOTE] = ACTIONS(1488), - [anon_sym_U_DQUOTE] = ACTIONS(1488), - [anon_sym_u8_DQUOTE] = ACTIONS(1488), - [anon_sym_DQUOTE] = ACTIONS(1488), - [sym_true] = ACTIONS(1486), - [sym_false] = ACTIONS(1486), - [anon_sym_NULL] = ACTIONS(1486), - [anon_sym_nullptr] = ACTIONS(1486), + [127] = { + [sym_identifier] = ACTIONS(1442), + [aux_sym_preproc_include_token1] = ACTIONS(1442), + [aux_sym_preproc_def_token1] = ACTIONS(1442), + [aux_sym_preproc_if_token1] = ACTIONS(1442), + [aux_sym_preproc_if_token2] = ACTIONS(1442), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1442), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1442), + [aux_sym_preproc_else_token1] = ACTIONS(1442), + [aux_sym_preproc_elif_token1] = ACTIONS(1442), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1442), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1442), + [sym_preproc_directive] = ACTIONS(1442), + [anon_sym_LPAREN2] = ACTIONS(1444), + [anon_sym_BANG] = ACTIONS(1444), + [anon_sym_TILDE] = ACTIONS(1444), + [anon_sym_DASH] = ACTIONS(1442), + [anon_sym_PLUS] = ACTIONS(1442), + [anon_sym_STAR] = ACTIONS(1444), + [anon_sym_AMP] = ACTIONS(1444), + [anon_sym_subroutine] = ACTIONS(1442), + [anon_sym_invariant] = ACTIONS(1442), + [anon_sym_precise] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1444), + [anon_sym_in] = ACTIONS(1442), + [anon_sym_out] = ACTIONS(1442), + [anon_sym_inout] = ACTIONS(1442), + [anon_sym_uniform] = ACTIONS(1442), + [anon_sym_shared] = ACTIONS(1442), + [anon_sym_attribute] = ACTIONS(1442), + [anon_sym_varying] = ACTIONS(1442), + [anon_sym_buffer] = ACTIONS(1442), + [anon_sym_coherent] = ACTIONS(1442), + [anon_sym_readonly] = ACTIONS(1442), + [anon_sym_writeonly] = ACTIONS(1442), + [anon_sym_precision] = ACTIONS(1442), + [anon_sym_highp] = ACTIONS(1442), + [anon_sym_mediump] = ACTIONS(1442), + [anon_sym_lowp] = ACTIONS(1442), + [anon_sym_centroid] = ACTIONS(1442), + [anon_sym_sample] = ACTIONS(1442), + [anon_sym_patch] = ACTIONS(1442), + [anon_sym_smooth] = ACTIONS(1442), + [anon_sym_flat] = ACTIONS(1442), + [anon_sym_noperspective] = ACTIONS(1442), + [anon_sym___extension__] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1442), + [anon_sym_extern] = ACTIONS(1442), + [anon_sym___attribute__] = ACTIONS(1442), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1444), + [anon_sym___declspec] = ACTIONS(1442), + [anon_sym___cdecl] = ACTIONS(1442), + [anon_sym___clrcall] = ACTIONS(1442), + [anon_sym___stdcall] = ACTIONS(1442), + [anon_sym___fastcall] = ACTIONS(1442), + [anon_sym___thiscall] = ACTIONS(1442), + [anon_sym___vectorcall] = ACTIONS(1442), + [anon_sym_LBRACE] = ACTIONS(1444), + [anon_sym_signed] = ACTIONS(1442), + [anon_sym_unsigned] = ACTIONS(1442), + [anon_sym_long] = ACTIONS(1442), + [anon_sym_short] = ACTIONS(1442), + [anon_sym_static] = ACTIONS(1442), + [anon_sym_auto] = ACTIONS(1442), + [anon_sym_register] = ACTIONS(1442), + [anon_sym_inline] = ACTIONS(1442), + [anon_sym___inline] = ACTIONS(1442), + [anon_sym___inline__] = ACTIONS(1442), + [anon_sym___forceinline] = ACTIONS(1442), + [anon_sym_thread_local] = ACTIONS(1442), + [anon_sym___thread] = ACTIONS(1442), + [anon_sym_const] = ACTIONS(1442), + [anon_sym_constexpr] = ACTIONS(1442), + [anon_sym_volatile] = ACTIONS(1442), + [anon_sym_restrict] = ACTIONS(1442), + [anon_sym___restrict__] = ACTIONS(1442), + [anon_sym__Atomic] = ACTIONS(1442), + [anon_sym__Noreturn] = ACTIONS(1442), + [anon_sym_noreturn] = ACTIONS(1442), + [sym_primitive_type] = ACTIONS(1442), + [anon_sym_enum] = ACTIONS(1442), + [anon_sym_struct] = ACTIONS(1442), + [anon_sym_union] = ACTIONS(1442), + [anon_sym_if] = ACTIONS(1442), + [anon_sym_else] = ACTIONS(1442), + [anon_sym_switch] = ACTIONS(1442), + [anon_sym_case] = ACTIONS(1442), + [anon_sym_default] = ACTIONS(1442), + [anon_sym_while] = ACTIONS(1442), + [anon_sym_do] = ACTIONS(1442), + [anon_sym_for] = ACTIONS(1442), + [anon_sym_return] = ACTIONS(1442), + [anon_sym_break] = ACTIONS(1442), + [anon_sym_continue] = ACTIONS(1442), + [anon_sym_goto] = ACTIONS(1442), + [anon_sym_DASH_DASH] = ACTIONS(1444), + [anon_sym_PLUS_PLUS] = ACTIONS(1444), + [anon_sym_sizeof] = ACTIONS(1442), + [anon_sym___alignof__] = ACTIONS(1442), + [anon_sym___alignof] = ACTIONS(1442), + [anon_sym__alignof] = ACTIONS(1442), + [anon_sym_alignof] = ACTIONS(1442), + [anon_sym__Alignof] = ACTIONS(1442), + [anon_sym_offsetof] = ACTIONS(1442), + [anon_sym__Generic] = ACTIONS(1442), + [anon_sym_asm] = ACTIONS(1442), + [anon_sym___asm__] = ACTIONS(1442), + [sym_number_literal] = ACTIONS(1444), + [anon_sym_L_SQUOTE] = ACTIONS(1444), + [anon_sym_u_SQUOTE] = ACTIONS(1444), + [anon_sym_U_SQUOTE] = ACTIONS(1444), + [anon_sym_u8_SQUOTE] = ACTIONS(1444), + [anon_sym_SQUOTE] = ACTIONS(1444), + [anon_sym_L_DQUOTE] = ACTIONS(1444), + [anon_sym_u_DQUOTE] = ACTIONS(1444), + [anon_sym_U_DQUOTE] = ACTIONS(1444), + [anon_sym_u8_DQUOTE] = ACTIONS(1444), + [anon_sym_DQUOTE] = ACTIONS(1444), + [sym_true] = ACTIONS(1442), + [sym_false] = ACTIONS(1442), + [anon_sym_NULL] = ACTIONS(1442), + [anon_sym_nullptr] = ACTIONS(1442), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1486), - [anon_sym_rayPayloadInEXT] = ACTIONS(1486), - [anon_sym_hitAttributeEXT] = ACTIONS(1486), - [anon_sym_callableDataEXT] = ACTIONS(1486), - [anon_sym_callableDataInEXT] = ACTIONS(1486), - [anon_sym_shaderRecordEXT] = ACTIONS(1486), - [anon_sym_rayPayloadNV] = ACTIONS(1486), - [anon_sym_rayPayloadInNV] = ACTIONS(1486), - [anon_sym_hitAttributeNV] = ACTIONS(1486), - [anon_sym_callableDataNV] = ACTIONS(1486), - [anon_sym_callableDataInNV] = ACTIONS(1486), - [anon_sym_shaderRecordNV] = ACTIONS(1486), - [anon_sym_layout] = ACTIONS(1486), + [anon_sym_rayPayloadEXT] = ACTIONS(1442), + [anon_sym_rayPayloadInEXT] = ACTIONS(1442), + [anon_sym_hitAttributeEXT] = ACTIONS(1442), + [anon_sym_callableDataEXT] = ACTIONS(1442), + [anon_sym_callableDataInEXT] = ACTIONS(1442), + [anon_sym_shaderRecordEXT] = ACTIONS(1442), + [anon_sym_rayPayloadNV] = ACTIONS(1442), + [anon_sym_rayPayloadInNV] = ACTIONS(1442), + [anon_sym_hitAttributeNV] = ACTIONS(1442), + [anon_sym_callableDataNV] = ACTIONS(1442), + [anon_sym_callableDataInNV] = ACTIONS(1442), + [anon_sym_shaderRecordNV] = ACTIONS(1442), + [anon_sym_layout] = ACTIONS(1442), }, - [141] = { - [sym_identifier] = ACTIONS(1490), - [aux_sym_preproc_include_token1] = ACTIONS(1490), - [aux_sym_preproc_def_token1] = ACTIONS(1490), - [aux_sym_preproc_if_token1] = ACTIONS(1490), - [aux_sym_preproc_if_token2] = ACTIONS(1490), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1490), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1490), - [aux_sym_preproc_else_token1] = ACTIONS(1490), - [aux_sym_preproc_elif_token1] = ACTIONS(1490), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1490), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1490), - [sym_preproc_directive] = ACTIONS(1490), - [anon_sym_LPAREN2] = ACTIONS(1492), - [anon_sym_BANG] = ACTIONS(1492), - [anon_sym_TILDE] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1490), - [anon_sym_PLUS] = ACTIONS(1490), - [anon_sym_STAR] = ACTIONS(1492), - [anon_sym_AMP] = ACTIONS(1492), - [anon_sym_subroutine] = ACTIONS(1490), - [anon_sym_invariant] = ACTIONS(1490), - [anon_sym_precise] = ACTIONS(1490), - [anon_sym_SEMI] = ACTIONS(1492), - [anon_sym_in] = ACTIONS(1490), - [anon_sym_out] = ACTIONS(1490), - [anon_sym_inout] = ACTIONS(1490), - [anon_sym_uniform] = ACTIONS(1490), - [anon_sym_shared] = ACTIONS(1490), - [anon_sym_attribute] = ACTIONS(1490), - [anon_sym_varying] = ACTIONS(1490), - [anon_sym_buffer] = ACTIONS(1490), - [anon_sym_coherent] = ACTIONS(1490), - [anon_sym_readonly] = ACTIONS(1490), - [anon_sym_writeonly] = ACTIONS(1490), - [anon_sym_precision] = ACTIONS(1490), - [anon_sym_highp] = ACTIONS(1490), - [anon_sym_mediump] = ACTIONS(1490), - [anon_sym_lowp] = ACTIONS(1490), - [anon_sym_centroid] = ACTIONS(1490), - [anon_sym_sample] = ACTIONS(1490), - [anon_sym_patch] = ACTIONS(1490), - [anon_sym_smooth] = ACTIONS(1490), - [anon_sym_flat] = ACTIONS(1490), - [anon_sym_noperspective] = ACTIONS(1490), - [anon_sym___extension__] = ACTIONS(1490), - [anon_sym_typedef] = ACTIONS(1490), - [anon_sym_extern] = ACTIONS(1490), - [anon_sym___attribute__] = ACTIONS(1490), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1492), - [anon_sym___declspec] = ACTIONS(1490), - [anon_sym___cdecl] = ACTIONS(1490), - [anon_sym___clrcall] = ACTIONS(1490), - [anon_sym___stdcall] = ACTIONS(1490), - [anon_sym___fastcall] = ACTIONS(1490), - [anon_sym___thiscall] = ACTIONS(1490), - [anon_sym___vectorcall] = ACTIONS(1490), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_signed] = ACTIONS(1490), - [anon_sym_unsigned] = ACTIONS(1490), - [anon_sym_long] = ACTIONS(1490), - [anon_sym_short] = ACTIONS(1490), - [anon_sym_static] = ACTIONS(1490), - [anon_sym_auto] = ACTIONS(1490), - [anon_sym_register] = ACTIONS(1490), - [anon_sym_inline] = ACTIONS(1490), - [anon_sym___inline] = ACTIONS(1490), - [anon_sym___inline__] = ACTIONS(1490), - [anon_sym___forceinline] = ACTIONS(1490), - [anon_sym_thread_local] = ACTIONS(1490), - [anon_sym___thread] = ACTIONS(1490), - [anon_sym_const] = ACTIONS(1490), - [anon_sym_constexpr] = ACTIONS(1490), - [anon_sym_volatile] = ACTIONS(1490), - [anon_sym_restrict] = ACTIONS(1490), - [anon_sym___restrict__] = ACTIONS(1490), - [anon_sym__Atomic] = ACTIONS(1490), - [anon_sym__Noreturn] = ACTIONS(1490), - [anon_sym_noreturn] = ACTIONS(1490), - [sym_primitive_type] = ACTIONS(1490), - [anon_sym_enum] = ACTIONS(1490), - [anon_sym_struct] = ACTIONS(1490), - [anon_sym_union] = ACTIONS(1490), - [anon_sym_if] = ACTIONS(1490), - [anon_sym_switch] = ACTIONS(1490), - [anon_sym_case] = ACTIONS(1490), - [anon_sym_default] = ACTIONS(1490), - [anon_sym_while] = ACTIONS(1490), - [anon_sym_do] = ACTIONS(1490), - [anon_sym_for] = ACTIONS(1490), - [anon_sym_return] = ACTIONS(1490), - [anon_sym_break] = ACTIONS(1490), - [anon_sym_continue] = ACTIONS(1490), - [anon_sym_goto] = ACTIONS(1490), - [anon_sym_DASH_DASH] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_sizeof] = ACTIONS(1490), - [anon_sym___alignof__] = ACTIONS(1490), - [anon_sym___alignof] = ACTIONS(1490), - [anon_sym__alignof] = ACTIONS(1490), - [anon_sym_alignof] = ACTIONS(1490), - [anon_sym__Alignof] = ACTIONS(1490), - [anon_sym_offsetof] = ACTIONS(1490), - [anon_sym__Generic] = ACTIONS(1490), - [anon_sym_asm] = ACTIONS(1490), - [anon_sym___asm__] = ACTIONS(1490), - [sym_number_literal] = ACTIONS(1492), - [anon_sym_L_SQUOTE] = ACTIONS(1492), - [anon_sym_u_SQUOTE] = ACTIONS(1492), - [anon_sym_U_SQUOTE] = ACTIONS(1492), - [anon_sym_u8_SQUOTE] = ACTIONS(1492), - [anon_sym_SQUOTE] = ACTIONS(1492), - [anon_sym_L_DQUOTE] = ACTIONS(1492), - [anon_sym_u_DQUOTE] = ACTIONS(1492), - [anon_sym_U_DQUOTE] = ACTIONS(1492), - [anon_sym_u8_DQUOTE] = ACTIONS(1492), - [anon_sym_DQUOTE] = ACTIONS(1492), - [sym_true] = ACTIONS(1490), - [sym_false] = ACTIONS(1490), - [anon_sym_NULL] = ACTIONS(1490), - [anon_sym_nullptr] = ACTIONS(1490), + [128] = { + [sym_identifier] = ACTIONS(1446), + [aux_sym_preproc_include_token1] = ACTIONS(1446), + [aux_sym_preproc_def_token1] = ACTIONS(1446), + [aux_sym_preproc_if_token1] = ACTIONS(1446), + [aux_sym_preproc_if_token2] = ACTIONS(1446), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1446), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1446), + [aux_sym_preproc_else_token1] = ACTIONS(1446), + [aux_sym_preproc_elif_token1] = ACTIONS(1446), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1446), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1446), + [sym_preproc_directive] = ACTIONS(1446), + [anon_sym_LPAREN2] = ACTIONS(1448), + [anon_sym_BANG] = ACTIONS(1448), + [anon_sym_TILDE] = ACTIONS(1448), + [anon_sym_DASH] = ACTIONS(1446), + [anon_sym_PLUS] = ACTIONS(1446), + [anon_sym_STAR] = ACTIONS(1448), + [anon_sym_AMP] = ACTIONS(1448), + [anon_sym_subroutine] = ACTIONS(1446), + [anon_sym_invariant] = ACTIONS(1446), + [anon_sym_precise] = ACTIONS(1446), + [anon_sym_SEMI] = ACTIONS(1448), + [anon_sym_in] = ACTIONS(1446), + [anon_sym_out] = ACTIONS(1446), + [anon_sym_inout] = ACTIONS(1446), + [anon_sym_uniform] = ACTIONS(1446), + [anon_sym_shared] = ACTIONS(1446), + [anon_sym_attribute] = ACTIONS(1446), + [anon_sym_varying] = ACTIONS(1446), + [anon_sym_buffer] = ACTIONS(1446), + [anon_sym_coherent] = ACTIONS(1446), + [anon_sym_readonly] = ACTIONS(1446), + [anon_sym_writeonly] = ACTIONS(1446), + [anon_sym_precision] = ACTIONS(1446), + [anon_sym_highp] = ACTIONS(1446), + [anon_sym_mediump] = ACTIONS(1446), + [anon_sym_lowp] = ACTIONS(1446), + [anon_sym_centroid] = ACTIONS(1446), + [anon_sym_sample] = ACTIONS(1446), + [anon_sym_patch] = ACTIONS(1446), + [anon_sym_smooth] = ACTIONS(1446), + [anon_sym_flat] = ACTIONS(1446), + [anon_sym_noperspective] = ACTIONS(1446), + [anon_sym___extension__] = ACTIONS(1446), + [anon_sym_typedef] = ACTIONS(1446), + [anon_sym_extern] = ACTIONS(1446), + [anon_sym___attribute__] = ACTIONS(1446), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1448), + [anon_sym___declspec] = ACTIONS(1446), + [anon_sym___cdecl] = ACTIONS(1446), + [anon_sym___clrcall] = ACTIONS(1446), + [anon_sym___stdcall] = ACTIONS(1446), + [anon_sym___fastcall] = ACTIONS(1446), + [anon_sym___thiscall] = ACTIONS(1446), + [anon_sym___vectorcall] = ACTIONS(1446), + [anon_sym_LBRACE] = ACTIONS(1448), + [anon_sym_signed] = ACTIONS(1446), + [anon_sym_unsigned] = ACTIONS(1446), + [anon_sym_long] = ACTIONS(1446), + [anon_sym_short] = ACTIONS(1446), + [anon_sym_static] = ACTIONS(1446), + [anon_sym_auto] = ACTIONS(1446), + [anon_sym_register] = ACTIONS(1446), + [anon_sym_inline] = ACTIONS(1446), + [anon_sym___inline] = ACTIONS(1446), + [anon_sym___inline__] = ACTIONS(1446), + [anon_sym___forceinline] = ACTIONS(1446), + [anon_sym_thread_local] = ACTIONS(1446), + [anon_sym___thread] = ACTIONS(1446), + [anon_sym_const] = ACTIONS(1446), + [anon_sym_constexpr] = ACTIONS(1446), + [anon_sym_volatile] = ACTIONS(1446), + [anon_sym_restrict] = ACTIONS(1446), + [anon_sym___restrict__] = ACTIONS(1446), + [anon_sym__Atomic] = ACTIONS(1446), + [anon_sym__Noreturn] = ACTIONS(1446), + [anon_sym_noreturn] = ACTIONS(1446), + [sym_primitive_type] = ACTIONS(1446), + [anon_sym_enum] = ACTIONS(1446), + [anon_sym_struct] = ACTIONS(1446), + [anon_sym_union] = ACTIONS(1446), + [anon_sym_if] = ACTIONS(1446), + [anon_sym_else] = ACTIONS(1446), + [anon_sym_switch] = ACTIONS(1446), + [anon_sym_case] = ACTIONS(1446), + [anon_sym_default] = ACTIONS(1446), + [anon_sym_while] = ACTIONS(1446), + [anon_sym_do] = ACTIONS(1446), + [anon_sym_for] = ACTIONS(1446), + [anon_sym_return] = ACTIONS(1446), + [anon_sym_break] = ACTIONS(1446), + [anon_sym_continue] = ACTIONS(1446), + [anon_sym_goto] = ACTIONS(1446), + [anon_sym_DASH_DASH] = ACTIONS(1448), + [anon_sym_PLUS_PLUS] = ACTIONS(1448), + [anon_sym_sizeof] = ACTIONS(1446), + [anon_sym___alignof__] = ACTIONS(1446), + [anon_sym___alignof] = ACTIONS(1446), + [anon_sym__alignof] = ACTIONS(1446), + [anon_sym_alignof] = ACTIONS(1446), + [anon_sym__Alignof] = ACTIONS(1446), + [anon_sym_offsetof] = ACTIONS(1446), + [anon_sym__Generic] = ACTIONS(1446), + [anon_sym_asm] = ACTIONS(1446), + [anon_sym___asm__] = ACTIONS(1446), + [sym_number_literal] = ACTIONS(1448), + [anon_sym_L_SQUOTE] = ACTIONS(1448), + [anon_sym_u_SQUOTE] = ACTIONS(1448), + [anon_sym_U_SQUOTE] = ACTIONS(1448), + [anon_sym_u8_SQUOTE] = ACTIONS(1448), + [anon_sym_SQUOTE] = ACTIONS(1448), + [anon_sym_L_DQUOTE] = ACTIONS(1448), + [anon_sym_u_DQUOTE] = ACTIONS(1448), + [anon_sym_U_DQUOTE] = ACTIONS(1448), + [anon_sym_u8_DQUOTE] = ACTIONS(1448), + [anon_sym_DQUOTE] = ACTIONS(1448), + [sym_true] = ACTIONS(1446), + [sym_false] = ACTIONS(1446), + [anon_sym_NULL] = ACTIONS(1446), + [anon_sym_nullptr] = ACTIONS(1446), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1490), - [anon_sym_rayPayloadInEXT] = ACTIONS(1490), - [anon_sym_hitAttributeEXT] = ACTIONS(1490), - [anon_sym_callableDataEXT] = ACTIONS(1490), - [anon_sym_callableDataInEXT] = ACTIONS(1490), - [anon_sym_shaderRecordEXT] = ACTIONS(1490), - [anon_sym_rayPayloadNV] = ACTIONS(1490), - [anon_sym_rayPayloadInNV] = ACTIONS(1490), - [anon_sym_hitAttributeNV] = ACTIONS(1490), - [anon_sym_callableDataNV] = ACTIONS(1490), - [anon_sym_callableDataInNV] = ACTIONS(1490), - [anon_sym_shaderRecordNV] = ACTIONS(1490), - [anon_sym_layout] = ACTIONS(1490), + [anon_sym_rayPayloadEXT] = ACTIONS(1446), + [anon_sym_rayPayloadInEXT] = ACTIONS(1446), + [anon_sym_hitAttributeEXT] = ACTIONS(1446), + [anon_sym_callableDataEXT] = ACTIONS(1446), + [anon_sym_callableDataInEXT] = ACTIONS(1446), + [anon_sym_shaderRecordEXT] = ACTIONS(1446), + [anon_sym_rayPayloadNV] = ACTIONS(1446), + [anon_sym_rayPayloadInNV] = ACTIONS(1446), + [anon_sym_hitAttributeNV] = ACTIONS(1446), + [anon_sym_callableDataNV] = ACTIONS(1446), + [anon_sym_callableDataInNV] = ACTIONS(1446), + [anon_sym_shaderRecordNV] = ACTIONS(1446), + [anon_sym_layout] = ACTIONS(1446), }, - [142] = { - [sym_identifier] = ACTIONS(1494), - [aux_sym_preproc_include_token1] = ACTIONS(1494), - [aux_sym_preproc_def_token1] = ACTIONS(1494), - [aux_sym_preproc_if_token1] = ACTIONS(1494), - [aux_sym_preproc_if_token2] = ACTIONS(1494), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1494), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1494), - [aux_sym_preproc_else_token1] = ACTIONS(1494), - [aux_sym_preproc_elif_token1] = ACTIONS(1494), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1494), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1494), - [sym_preproc_directive] = ACTIONS(1494), - [anon_sym_LPAREN2] = ACTIONS(1496), - [anon_sym_BANG] = ACTIONS(1496), - [anon_sym_TILDE] = ACTIONS(1496), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_STAR] = ACTIONS(1496), - [anon_sym_AMP] = ACTIONS(1496), - [anon_sym_subroutine] = ACTIONS(1494), - [anon_sym_invariant] = ACTIONS(1494), - [anon_sym_precise] = ACTIONS(1494), - [anon_sym_SEMI] = ACTIONS(1496), - [anon_sym_in] = ACTIONS(1494), - [anon_sym_out] = ACTIONS(1494), - [anon_sym_inout] = ACTIONS(1494), - [anon_sym_uniform] = ACTIONS(1494), - [anon_sym_shared] = ACTIONS(1494), - [anon_sym_attribute] = ACTIONS(1494), - [anon_sym_varying] = ACTIONS(1494), - [anon_sym_buffer] = ACTIONS(1494), - [anon_sym_coherent] = ACTIONS(1494), - [anon_sym_readonly] = ACTIONS(1494), - [anon_sym_writeonly] = ACTIONS(1494), - [anon_sym_precision] = ACTIONS(1494), - [anon_sym_highp] = ACTIONS(1494), - [anon_sym_mediump] = ACTIONS(1494), - [anon_sym_lowp] = ACTIONS(1494), - [anon_sym_centroid] = ACTIONS(1494), - [anon_sym_sample] = ACTIONS(1494), - [anon_sym_patch] = ACTIONS(1494), - [anon_sym_smooth] = ACTIONS(1494), - [anon_sym_flat] = ACTIONS(1494), - [anon_sym_noperspective] = ACTIONS(1494), - [anon_sym___extension__] = ACTIONS(1494), - [anon_sym_typedef] = ACTIONS(1494), - [anon_sym_extern] = ACTIONS(1494), - [anon_sym___attribute__] = ACTIONS(1494), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1496), - [anon_sym___declspec] = ACTIONS(1494), - [anon_sym___cdecl] = ACTIONS(1494), - [anon_sym___clrcall] = ACTIONS(1494), - [anon_sym___stdcall] = ACTIONS(1494), - [anon_sym___fastcall] = ACTIONS(1494), - [anon_sym___thiscall] = ACTIONS(1494), - [anon_sym___vectorcall] = ACTIONS(1494), - [anon_sym_LBRACE] = ACTIONS(1496), - [anon_sym_signed] = ACTIONS(1494), - [anon_sym_unsigned] = ACTIONS(1494), - [anon_sym_long] = ACTIONS(1494), - [anon_sym_short] = ACTIONS(1494), - [anon_sym_static] = ACTIONS(1494), - [anon_sym_auto] = ACTIONS(1494), - [anon_sym_register] = ACTIONS(1494), - [anon_sym_inline] = ACTIONS(1494), - [anon_sym___inline] = ACTIONS(1494), - [anon_sym___inline__] = ACTIONS(1494), - [anon_sym___forceinline] = ACTIONS(1494), - [anon_sym_thread_local] = ACTIONS(1494), - [anon_sym___thread] = ACTIONS(1494), - [anon_sym_const] = ACTIONS(1494), - [anon_sym_constexpr] = ACTIONS(1494), - [anon_sym_volatile] = ACTIONS(1494), - [anon_sym_restrict] = ACTIONS(1494), - [anon_sym___restrict__] = ACTIONS(1494), - [anon_sym__Atomic] = ACTIONS(1494), - [anon_sym__Noreturn] = ACTIONS(1494), - [anon_sym_noreturn] = ACTIONS(1494), - [sym_primitive_type] = ACTIONS(1494), - [anon_sym_enum] = ACTIONS(1494), - [anon_sym_struct] = ACTIONS(1494), - [anon_sym_union] = ACTIONS(1494), - [anon_sym_if] = ACTIONS(1494), - [anon_sym_switch] = ACTIONS(1494), - [anon_sym_case] = ACTIONS(1494), - [anon_sym_default] = ACTIONS(1494), - [anon_sym_while] = ACTIONS(1494), - [anon_sym_do] = ACTIONS(1494), - [anon_sym_for] = ACTIONS(1494), - [anon_sym_return] = ACTIONS(1494), - [anon_sym_break] = ACTIONS(1494), - [anon_sym_continue] = ACTIONS(1494), - [anon_sym_goto] = ACTIONS(1494), - [anon_sym_DASH_DASH] = ACTIONS(1496), - [anon_sym_PLUS_PLUS] = ACTIONS(1496), - [anon_sym_sizeof] = ACTIONS(1494), - [anon_sym___alignof__] = ACTIONS(1494), - [anon_sym___alignof] = ACTIONS(1494), - [anon_sym__alignof] = ACTIONS(1494), - [anon_sym_alignof] = ACTIONS(1494), - [anon_sym__Alignof] = ACTIONS(1494), - [anon_sym_offsetof] = ACTIONS(1494), - [anon_sym__Generic] = ACTIONS(1494), - [anon_sym_asm] = ACTIONS(1494), - [anon_sym___asm__] = ACTIONS(1494), - [sym_number_literal] = ACTIONS(1496), - [anon_sym_L_SQUOTE] = ACTIONS(1496), - [anon_sym_u_SQUOTE] = ACTIONS(1496), - [anon_sym_U_SQUOTE] = ACTIONS(1496), - [anon_sym_u8_SQUOTE] = ACTIONS(1496), - [anon_sym_SQUOTE] = ACTIONS(1496), - [anon_sym_L_DQUOTE] = ACTIONS(1496), - [anon_sym_u_DQUOTE] = ACTIONS(1496), - [anon_sym_U_DQUOTE] = ACTIONS(1496), - [anon_sym_u8_DQUOTE] = ACTIONS(1496), - [anon_sym_DQUOTE] = ACTIONS(1496), - [sym_true] = ACTIONS(1494), - [sym_false] = ACTIONS(1494), - [anon_sym_NULL] = ACTIONS(1494), - [anon_sym_nullptr] = ACTIONS(1494), + [129] = { + [sym_identifier] = ACTIONS(1450), + [aux_sym_preproc_include_token1] = ACTIONS(1450), + [aux_sym_preproc_def_token1] = ACTIONS(1450), + [aux_sym_preproc_if_token1] = ACTIONS(1450), + [aux_sym_preproc_if_token2] = ACTIONS(1450), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1450), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1450), + [aux_sym_preproc_else_token1] = ACTIONS(1450), + [aux_sym_preproc_elif_token1] = ACTIONS(1450), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1450), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1450), + [sym_preproc_directive] = ACTIONS(1450), + [anon_sym_LPAREN2] = ACTIONS(1452), + [anon_sym_BANG] = ACTIONS(1452), + [anon_sym_TILDE] = ACTIONS(1452), + [anon_sym_DASH] = ACTIONS(1450), + [anon_sym_PLUS] = ACTIONS(1450), + [anon_sym_STAR] = ACTIONS(1452), + [anon_sym_AMP] = ACTIONS(1452), + [anon_sym_subroutine] = ACTIONS(1450), + [anon_sym_invariant] = ACTIONS(1450), + [anon_sym_precise] = ACTIONS(1450), + [anon_sym_SEMI] = ACTIONS(1452), + [anon_sym_in] = ACTIONS(1450), + [anon_sym_out] = ACTIONS(1450), + [anon_sym_inout] = ACTIONS(1450), + [anon_sym_uniform] = ACTIONS(1450), + [anon_sym_shared] = ACTIONS(1450), + [anon_sym_attribute] = ACTIONS(1450), + [anon_sym_varying] = ACTIONS(1450), + [anon_sym_buffer] = ACTIONS(1450), + [anon_sym_coherent] = ACTIONS(1450), + [anon_sym_readonly] = ACTIONS(1450), + [anon_sym_writeonly] = ACTIONS(1450), + [anon_sym_precision] = ACTIONS(1450), + [anon_sym_highp] = ACTIONS(1450), + [anon_sym_mediump] = ACTIONS(1450), + [anon_sym_lowp] = ACTIONS(1450), + [anon_sym_centroid] = ACTIONS(1450), + [anon_sym_sample] = ACTIONS(1450), + [anon_sym_patch] = ACTIONS(1450), + [anon_sym_smooth] = ACTIONS(1450), + [anon_sym_flat] = ACTIONS(1450), + [anon_sym_noperspective] = ACTIONS(1450), + [anon_sym___extension__] = ACTIONS(1450), + [anon_sym_typedef] = ACTIONS(1450), + [anon_sym_extern] = ACTIONS(1450), + [anon_sym___attribute__] = ACTIONS(1450), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1452), + [anon_sym___declspec] = ACTIONS(1450), + [anon_sym___cdecl] = ACTIONS(1450), + [anon_sym___clrcall] = ACTIONS(1450), + [anon_sym___stdcall] = ACTIONS(1450), + [anon_sym___fastcall] = ACTIONS(1450), + [anon_sym___thiscall] = ACTIONS(1450), + [anon_sym___vectorcall] = ACTIONS(1450), + [anon_sym_LBRACE] = ACTIONS(1452), + [anon_sym_signed] = ACTIONS(1450), + [anon_sym_unsigned] = ACTIONS(1450), + [anon_sym_long] = ACTIONS(1450), + [anon_sym_short] = ACTIONS(1450), + [anon_sym_static] = ACTIONS(1450), + [anon_sym_auto] = ACTIONS(1450), + [anon_sym_register] = ACTIONS(1450), + [anon_sym_inline] = ACTIONS(1450), + [anon_sym___inline] = ACTIONS(1450), + [anon_sym___inline__] = ACTIONS(1450), + [anon_sym___forceinline] = ACTIONS(1450), + [anon_sym_thread_local] = ACTIONS(1450), + [anon_sym___thread] = ACTIONS(1450), + [anon_sym_const] = ACTIONS(1450), + [anon_sym_constexpr] = ACTIONS(1450), + [anon_sym_volatile] = ACTIONS(1450), + [anon_sym_restrict] = ACTIONS(1450), + [anon_sym___restrict__] = ACTIONS(1450), + [anon_sym__Atomic] = ACTIONS(1450), + [anon_sym__Noreturn] = ACTIONS(1450), + [anon_sym_noreturn] = ACTIONS(1450), + [sym_primitive_type] = ACTIONS(1450), + [anon_sym_enum] = ACTIONS(1450), + [anon_sym_struct] = ACTIONS(1450), + [anon_sym_union] = ACTIONS(1450), + [anon_sym_if] = ACTIONS(1450), + [anon_sym_else] = ACTIONS(1450), + [anon_sym_switch] = ACTIONS(1450), + [anon_sym_case] = ACTIONS(1450), + [anon_sym_default] = ACTIONS(1450), + [anon_sym_while] = ACTIONS(1450), + [anon_sym_do] = ACTIONS(1450), + [anon_sym_for] = ACTIONS(1450), + [anon_sym_return] = ACTIONS(1450), + [anon_sym_break] = ACTIONS(1450), + [anon_sym_continue] = ACTIONS(1450), + [anon_sym_goto] = ACTIONS(1450), + [anon_sym_DASH_DASH] = ACTIONS(1452), + [anon_sym_PLUS_PLUS] = ACTIONS(1452), + [anon_sym_sizeof] = ACTIONS(1450), + [anon_sym___alignof__] = ACTIONS(1450), + [anon_sym___alignof] = ACTIONS(1450), + [anon_sym__alignof] = ACTIONS(1450), + [anon_sym_alignof] = ACTIONS(1450), + [anon_sym__Alignof] = ACTIONS(1450), + [anon_sym_offsetof] = ACTIONS(1450), + [anon_sym__Generic] = ACTIONS(1450), + [anon_sym_asm] = ACTIONS(1450), + [anon_sym___asm__] = ACTIONS(1450), + [sym_number_literal] = ACTIONS(1452), + [anon_sym_L_SQUOTE] = ACTIONS(1452), + [anon_sym_u_SQUOTE] = ACTIONS(1452), + [anon_sym_U_SQUOTE] = ACTIONS(1452), + [anon_sym_u8_SQUOTE] = ACTIONS(1452), + [anon_sym_SQUOTE] = ACTIONS(1452), + [anon_sym_L_DQUOTE] = ACTIONS(1452), + [anon_sym_u_DQUOTE] = ACTIONS(1452), + [anon_sym_U_DQUOTE] = ACTIONS(1452), + [anon_sym_u8_DQUOTE] = ACTIONS(1452), + [anon_sym_DQUOTE] = ACTIONS(1452), + [sym_true] = ACTIONS(1450), + [sym_false] = ACTIONS(1450), + [anon_sym_NULL] = ACTIONS(1450), + [anon_sym_nullptr] = ACTIONS(1450), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1494), - [anon_sym_rayPayloadInEXT] = ACTIONS(1494), - [anon_sym_hitAttributeEXT] = ACTIONS(1494), - [anon_sym_callableDataEXT] = ACTIONS(1494), - [anon_sym_callableDataInEXT] = ACTIONS(1494), - [anon_sym_shaderRecordEXT] = ACTIONS(1494), - [anon_sym_rayPayloadNV] = ACTIONS(1494), - [anon_sym_rayPayloadInNV] = ACTIONS(1494), - [anon_sym_hitAttributeNV] = ACTIONS(1494), - [anon_sym_callableDataNV] = ACTIONS(1494), - [anon_sym_callableDataInNV] = ACTIONS(1494), - [anon_sym_shaderRecordNV] = ACTIONS(1494), - [anon_sym_layout] = ACTIONS(1494), + [anon_sym_rayPayloadEXT] = ACTIONS(1450), + [anon_sym_rayPayloadInEXT] = ACTIONS(1450), + [anon_sym_hitAttributeEXT] = ACTIONS(1450), + [anon_sym_callableDataEXT] = ACTIONS(1450), + [anon_sym_callableDataInEXT] = ACTIONS(1450), + [anon_sym_shaderRecordEXT] = ACTIONS(1450), + [anon_sym_rayPayloadNV] = ACTIONS(1450), + [anon_sym_rayPayloadInNV] = ACTIONS(1450), + [anon_sym_hitAttributeNV] = ACTIONS(1450), + [anon_sym_callableDataNV] = ACTIONS(1450), + [anon_sym_callableDataInNV] = ACTIONS(1450), + [anon_sym_shaderRecordNV] = ACTIONS(1450), + [anon_sym_layout] = ACTIONS(1450), }, - [143] = { - [sym_identifier] = ACTIONS(1498), - [aux_sym_preproc_include_token1] = ACTIONS(1498), - [aux_sym_preproc_def_token1] = ACTIONS(1498), - [aux_sym_preproc_if_token1] = ACTIONS(1498), - [aux_sym_preproc_if_token2] = ACTIONS(1498), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1498), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1498), - [aux_sym_preproc_else_token1] = ACTIONS(1498), - [aux_sym_preproc_elif_token1] = ACTIONS(1498), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1498), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1498), - [sym_preproc_directive] = ACTIONS(1498), - [anon_sym_LPAREN2] = ACTIONS(1500), - [anon_sym_BANG] = ACTIONS(1500), - [anon_sym_TILDE] = ACTIONS(1500), - [anon_sym_DASH] = ACTIONS(1498), - [anon_sym_PLUS] = ACTIONS(1498), - [anon_sym_STAR] = ACTIONS(1500), - [anon_sym_AMP] = ACTIONS(1500), - [anon_sym_subroutine] = ACTIONS(1498), - [anon_sym_invariant] = ACTIONS(1498), - [anon_sym_precise] = ACTIONS(1498), - [anon_sym_SEMI] = ACTIONS(1500), - [anon_sym_in] = ACTIONS(1498), - [anon_sym_out] = ACTIONS(1498), - [anon_sym_inout] = ACTIONS(1498), - [anon_sym_uniform] = ACTIONS(1498), - [anon_sym_shared] = ACTIONS(1498), - [anon_sym_attribute] = ACTIONS(1498), - [anon_sym_varying] = ACTIONS(1498), - [anon_sym_buffer] = ACTIONS(1498), - [anon_sym_coherent] = ACTIONS(1498), - [anon_sym_readonly] = ACTIONS(1498), - [anon_sym_writeonly] = ACTIONS(1498), - [anon_sym_precision] = ACTIONS(1498), - [anon_sym_highp] = ACTIONS(1498), - [anon_sym_mediump] = ACTIONS(1498), - [anon_sym_lowp] = ACTIONS(1498), - [anon_sym_centroid] = ACTIONS(1498), - [anon_sym_sample] = ACTIONS(1498), - [anon_sym_patch] = ACTIONS(1498), - [anon_sym_smooth] = ACTIONS(1498), - [anon_sym_flat] = ACTIONS(1498), - [anon_sym_noperspective] = ACTIONS(1498), - [anon_sym___extension__] = ACTIONS(1498), - [anon_sym_typedef] = ACTIONS(1498), - [anon_sym_extern] = ACTIONS(1498), - [anon_sym___attribute__] = ACTIONS(1498), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1500), - [anon_sym___declspec] = ACTIONS(1498), - [anon_sym___cdecl] = ACTIONS(1498), - [anon_sym___clrcall] = ACTIONS(1498), - [anon_sym___stdcall] = ACTIONS(1498), - [anon_sym___fastcall] = ACTIONS(1498), - [anon_sym___thiscall] = ACTIONS(1498), - [anon_sym___vectorcall] = ACTIONS(1498), - [anon_sym_LBRACE] = ACTIONS(1500), - [anon_sym_signed] = ACTIONS(1498), - [anon_sym_unsigned] = ACTIONS(1498), - [anon_sym_long] = ACTIONS(1498), - [anon_sym_short] = ACTIONS(1498), - [anon_sym_static] = ACTIONS(1498), - [anon_sym_auto] = ACTIONS(1498), - [anon_sym_register] = ACTIONS(1498), - [anon_sym_inline] = ACTIONS(1498), - [anon_sym___inline] = ACTIONS(1498), - [anon_sym___inline__] = ACTIONS(1498), - [anon_sym___forceinline] = ACTIONS(1498), - [anon_sym_thread_local] = ACTIONS(1498), - [anon_sym___thread] = ACTIONS(1498), - [anon_sym_const] = ACTIONS(1498), - [anon_sym_constexpr] = ACTIONS(1498), - [anon_sym_volatile] = ACTIONS(1498), - [anon_sym_restrict] = ACTIONS(1498), - [anon_sym___restrict__] = ACTIONS(1498), - [anon_sym__Atomic] = ACTIONS(1498), - [anon_sym__Noreturn] = ACTIONS(1498), - [anon_sym_noreturn] = ACTIONS(1498), - [sym_primitive_type] = ACTIONS(1498), - [anon_sym_enum] = ACTIONS(1498), - [anon_sym_struct] = ACTIONS(1498), - [anon_sym_union] = ACTIONS(1498), - [anon_sym_if] = ACTIONS(1498), - [anon_sym_switch] = ACTIONS(1498), - [anon_sym_case] = ACTIONS(1498), - [anon_sym_default] = ACTIONS(1498), - [anon_sym_while] = ACTIONS(1498), - [anon_sym_do] = ACTIONS(1498), - [anon_sym_for] = ACTIONS(1498), - [anon_sym_return] = ACTIONS(1498), - [anon_sym_break] = ACTIONS(1498), - [anon_sym_continue] = ACTIONS(1498), - [anon_sym_goto] = ACTIONS(1498), - [anon_sym_DASH_DASH] = ACTIONS(1500), - [anon_sym_PLUS_PLUS] = ACTIONS(1500), - [anon_sym_sizeof] = ACTIONS(1498), - [anon_sym___alignof__] = ACTIONS(1498), - [anon_sym___alignof] = ACTIONS(1498), - [anon_sym__alignof] = ACTIONS(1498), - [anon_sym_alignof] = ACTIONS(1498), - [anon_sym__Alignof] = ACTIONS(1498), - [anon_sym_offsetof] = ACTIONS(1498), - [anon_sym__Generic] = ACTIONS(1498), - [anon_sym_asm] = ACTIONS(1498), - [anon_sym___asm__] = ACTIONS(1498), - [sym_number_literal] = ACTIONS(1500), - [anon_sym_L_SQUOTE] = ACTIONS(1500), - [anon_sym_u_SQUOTE] = ACTIONS(1500), - [anon_sym_U_SQUOTE] = ACTIONS(1500), - [anon_sym_u8_SQUOTE] = ACTIONS(1500), - [anon_sym_SQUOTE] = ACTIONS(1500), - [anon_sym_L_DQUOTE] = ACTIONS(1500), - [anon_sym_u_DQUOTE] = ACTIONS(1500), - [anon_sym_U_DQUOTE] = ACTIONS(1500), - [anon_sym_u8_DQUOTE] = ACTIONS(1500), - [anon_sym_DQUOTE] = ACTIONS(1500), - [sym_true] = ACTIONS(1498), - [sym_false] = ACTIONS(1498), - [anon_sym_NULL] = ACTIONS(1498), - [anon_sym_nullptr] = ACTIONS(1498), + [130] = { + [sym_identifier] = ACTIONS(1454), + [aux_sym_preproc_include_token1] = ACTIONS(1454), + [aux_sym_preproc_def_token1] = ACTIONS(1454), + [aux_sym_preproc_if_token1] = ACTIONS(1454), + [aux_sym_preproc_if_token2] = ACTIONS(1454), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1454), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1454), + [aux_sym_preproc_else_token1] = ACTIONS(1454), + [aux_sym_preproc_elif_token1] = ACTIONS(1454), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1454), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1454), + [sym_preproc_directive] = ACTIONS(1454), + [anon_sym_LPAREN2] = ACTIONS(1456), + [anon_sym_BANG] = ACTIONS(1456), + [anon_sym_TILDE] = ACTIONS(1456), + [anon_sym_DASH] = ACTIONS(1454), + [anon_sym_PLUS] = ACTIONS(1454), + [anon_sym_STAR] = ACTIONS(1456), + [anon_sym_AMP] = ACTIONS(1456), + [anon_sym_subroutine] = ACTIONS(1454), + [anon_sym_invariant] = ACTIONS(1454), + [anon_sym_precise] = ACTIONS(1454), + [anon_sym_SEMI] = ACTIONS(1456), + [anon_sym_in] = ACTIONS(1454), + [anon_sym_out] = ACTIONS(1454), + [anon_sym_inout] = ACTIONS(1454), + [anon_sym_uniform] = ACTIONS(1454), + [anon_sym_shared] = ACTIONS(1454), + [anon_sym_attribute] = ACTIONS(1454), + [anon_sym_varying] = ACTIONS(1454), + [anon_sym_buffer] = ACTIONS(1454), + [anon_sym_coherent] = ACTIONS(1454), + [anon_sym_readonly] = ACTIONS(1454), + [anon_sym_writeonly] = ACTIONS(1454), + [anon_sym_precision] = ACTIONS(1454), + [anon_sym_highp] = ACTIONS(1454), + [anon_sym_mediump] = ACTIONS(1454), + [anon_sym_lowp] = ACTIONS(1454), + [anon_sym_centroid] = ACTIONS(1454), + [anon_sym_sample] = ACTIONS(1454), + [anon_sym_patch] = ACTIONS(1454), + [anon_sym_smooth] = ACTIONS(1454), + [anon_sym_flat] = ACTIONS(1454), + [anon_sym_noperspective] = ACTIONS(1454), + [anon_sym___extension__] = ACTIONS(1454), + [anon_sym_typedef] = ACTIONS(1454), + [anon_sym_extern] = ACTIONS(1454), + [anon_sym___attribute__] = ACTIONS(1454), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1456), + [anon_sym___declspec] = ACTIONS(1454), + [anon_sym___cdecl] = ACTIONS(1454), + [anon_sym___clrcall] = ACTIONS(1454), + [anon_sym___stdcall] = ACTIONS(1454), + [anon_sym___fastcall] = ACTIONS(1454), + [anon_sym___thiscall] = ACTIONS(1454), + [anon_sym___vectorcall] = ACTIONS(1454), + [anon_sym_LBRACE] = ACTIONS(1456), + [anon_sym_signed] = ACTIONS(1454), + [anon_sym_unsigned] = ACTIONS(1454), + [anon_sym_long] = ACTIONS(1454), + [anon_sym_short] = ACTIONS(1454), + [anon_sym_static] = ACTIONS(1454), + [anon_sym_auto] = ACTIONS(1454), + [anon_sym_register] = ACTIONS(1454), + [anon_sym_inline] = ACTIONS(1454), + [anon_sym___inline] = ACTIONS(1454), + [anon_sym___inline__] = ACTIONS(1454), + [anon_sym___forceinline] = ACTIONS(1454), + [anon_sym_thread_local] = ACTIONS(1454), + [anon_sym___thread] = ACTIONS(1454), + [anon_sym_const] = ACTIONS(1454), + [anon_sym_constexpr] = ACTIONS(1454), + [anon_sym_volatile] = ACTIONS(1454), + [anon_sym_restrict] = ACTIONS(1454), + [anon_sym___restrict__] = ACTIONS(1454), + [anon_sym__Atomic] = ACTIONS(1454), + [anon_sym__Noreturn] = ACTIONS(1454), + [anon_sym_noreturn] = ACTIONS(1454), + [sym_primitive_type] = ACTIONS(1454), + [anon_sym_enum] = ACTIONS(1454), + [anon_sym_struct] = ACTIONS(1454), + [anon_sym_union] = ACTIONS(1454), + [anon_sym_if] = ACTIONS(1454), + [anon_sym_switch] = ACTIONS(1454), + [anon_sym_case] = ACTIONS(1454), + [anon_sym_default] = ACTIONS(1454), + [anon_sym_while] = ACTIONS(1454), + [anon_sym_do] = ACTIONS(1454), + [anon_sym_for] = ACTIONS(1454), + [anon_sym_return] = ACTIONS(1454), + [anon_sym_break] = ACTIONS(1454), + [anon_sym_continue] = ACTIONS(1454), + [anon_sym_goto] = ACTIONS(1454), + [anon_sym_DASH_DASH] = ACTIONS(1456), + [anon_sym_PLUS_PLUS] = ACTIONS(1456), + [anon_sym_sizeof] = ACTIONS(1454), + [anon_sym___alignof__] = ACTIONS(1454), + [anon_sym___alignof] = ACTIONS(1454), + [anon_sym__alignof] = ACTIONS(1454), + [anon_sym_alignof] = ACTIONS(1454), + [anon_sym__Alignof] = ACTIONS(1454), + [anon_sym_offsetof] = ACTIONS(1454), + [anon_sym__Generic] = ACTIONS(1454), + [anon_sym_asm] = ACTIONS(1454), + [anon_sym___asm__] = ACTIONS(1454), + [sym_number_literal] = ACTIONS(1456), + [anon_sym_L_SQUOTE] = ACTIONS(1456), + [anon_sym_u_SQUOTE] = ACTIONS(1456), + [anon_sym_U_SQUOTE] = ACTIONS(1456), + [anon_sym_u8_SQUOTE] = ACTIONS(1456), + [anon_sym_SQUOTE] = ACTIONS(1456), + [anon_sym_L_DQUOTE] = ACTIONS(1456), + [anon_sym_u_DQUOTE] = ACTIONS(1456), + [anon_sym_U_DQUOTE] = ACTIONS(1456), + [anon_sym_u8_DQUOTE] = ACTIONS(1456), + [anon_sym_DQUOTE] = ACTIONS(1456), + [sym_true] = ACTIONS(1454), + [sym_false] = ACTIONS(1454), + [anon_sym_NULL] = ACTIONS(1454), + [anon_sym_nullptr] = ACTIONS(1454), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1498), - [anon_sym_rayPayloadInEXT] = ACTIONS(1498), - [anon_sym_hitAttributeEXT] = ACTIONS(1498), - [anon_sym_callableDataEXT] = ACTIONS(1498), - [anon_sym_callableDataInEXT] = ACTIONS(1498), - [anon_sym_shaderRecordEXT] = ACTIONS(1498), - [anon_sym_rayPayloadNV] = ACTIONS(1498), - [anon_sym_rayPayloadInNV] = ACTIONS(1498), - [anon_sym_hitAttributeNV] = ACTIONS(1498), - [anon_sym_callableDataNV] = ACTIONS(1498), - [anon_sym_callableDataInNV] = ACTIONS(1498), - [anon_sym_shaderRecordNV] = ACTIONS(1498), - [anon_sym_layout] = ACTIONS(1498), + [anon_sym_rayPayloadEXT] = ACTIONS(1454), + [anon_sym_rayPayloadInEXT] = ACTIONS(1454), + [anon_sym_hitAttributeEXT] = ACTIONS(1454), + [anon_sym_callableDataEXT] = ACTIONS(1454), + [anon_sym_callableDataInEXT] = ACTIONS(1454), + [anon_sym_shaderRecordEXT] = ACTIONS(1454), + [anon_sym_rayPayloadNV] = ACTIONS(1454), + [anon_sym_rayPayloadInNV] = ACTIONS(1454), + [anon_sym_hitAttributeNV] = ACTIONS(1454), + [anon_sym_callableDataNV] = ACTIONS(1454), + [anon_sym_callableDataInNV] = ACTIONS(1454), + [anon_sym_shaderRecordNV] = ACTIONS(1454), + [anon_sym_layout] = ACTIONS(1454), }, - [144] = { - [sym_identifier] = ACTIONS(1502), - [aux_sym_preproc_include_token1] = ACTIONS(1502), - [aux_sym_preproc_def_token1] = ACTIONS(1502), - [aux_sym_preproc_if_token1] = ACTIONS(1502), - [aux_sym_preproc_if_token2] = ACTIONS(1502), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1502), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1502), - [aux_sym_preproc_else_token1] = ACTIONS(1502), - [aux_sym_preproc_elif_token1] = ACTIONS(1502), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1502), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1502), - [sym_preproc_directive] = ACTIONS(1502), - [anon_sym_LPAREN2] = ACTIONS(1504), - [anon_sym_BANG] = ACTIONS(1504), - [anon_sym_TILDE] = ACTIONS(1504), - [anon_sym_DASH] = ACTIONS(1502), - [anon_sym_PLUS] = ACTIONS(1502), - [anon_sym_STAR] = ACTIONS(1504), - [anon_sym_AMP] = ACTIONS(1504), - [anon_sym_subroutine] = ACTIONS(1502), - [anon_sym_invariant] = ACTIONS(1502), - [anon_sym_precise] = ACTIONS(1502), - [anon_sym_SEMI] = ACTIONS(1504), - [anon_sym_in] = ACTIONS(1502), - [anon_sym_out] = ACTIONS(1502), - [anon_sym_inout] = ACTIONS(1502), - [anon_sym_uniform] = ACTIONS(1502), - [anon_sym_shared] = ACTIONS(1502), - [anon_sym_attribute] = ACTIONS(1502), - [anon_sym_varying] = ACTIONS(1502), - [anon_sym_buffer] = ACTIONS(1502), - [anon_sym_coherent] = ACTIONS(1502), - [anon_sym_readonly] = ACTIONS(1502), - [anon_sym_writeonly] = ACTIONS(1502), - [anon_sym_precision] = ACTIONS(1502), - [anon_sym_highp] = ACTIONS(1502), - [anon_sym_mediump] = ACTIONS(1502), - [anon_sym_lowp] = ACTIONS(1502), - [anon_sym_centroid] = ACTIONS(1502), - [anon_sym_sample] = ACTIONS(1502), - [anon_sym_patch] = ACTIONS(1502), - [anon_sym_smooth] = ACTIONS(1502), - [anon_sym_flat] = ACTIONS(1502), - [anon_sym_noperspective] = ACTIONS(1502), - [anon_sym___extension__] = ACTIONS(1502), - [anon_sym_typedef] = ACTIONS(1502), - [anon_sym_extern] = ACTIONS(1502), - [anon_sym___attribute__] = ACTIONS(1502), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1504), - [anon_sym___declspec] = ACTIONS(1502), - [anon_sym___cdecl] = ACTIONS(1502), - [anon_sym___clrcall] = ACTIONS(1502), - [anon_sym___stdcall] = ACTIONS(1502), - [anon_sym___fastcall] = ACTIONS(1502), - [anon_sym___thiscall] = ACTIONS(1502), - [anon_sym___vectorcall] = ACTIONS(1502), - [anon_sym_LBRACE] = ACTIONS(1504), - [anon_sym_signed] = ACTIONS(1502), - [anon_sym_unsigned] = ACTIONS(1502), - [anon_sym_long] = ACTIONS(1502), - [anon_sym_short] = ACTIONS(1502), - [anon_sym_static] = ACTIONS(1502), - [anon_sym_auto] = ACTIONS(1502), - [anon_sym_register] = ACTIONS(1502), - [anon_sym_inline] = ACTIONS(1502), - [anon_sym___inline] = ACTIONS(1502), - [anon_sym___inline__] = ACTIONS(1502), - [anon_sym___forceinline] = ACTIONS(1502), - [anon_sym_thread_local] = ACTIONS(1502), - [anon_sym___thread] = ACTIONS(1502), - [anon_sym_const] = ACTIONS(1502), - [anon_sym_constexpr] = ACTIONS(1502), - [anon_sym_volatile] = ACTIONS(1502), - [anon_sym_restrict] = ACTIONS(1502), - [anon_sym___restrict__] = ACTIONS(1502), - [anon_sym__Atomic] = ACTIONS(1502), - [anon_sym__Noreturn] = ACTIONS(1502), - [anon_sym_noreturn] = ACTIONS(1502), - [sym_primitive_type] = ACTIONS(1502), - [anon_sym_enum] = ACTIONS(1502), - [anon_sym_struct] = ACTIONS(1502), - [anon_sym_union] = ACTIONS(1502), - [anon_sym_if] = ACTIONS(1502), - [anon_sym_switch] = ACTIONS(1502), - [anon_sym_case] = ACTIONS(1502), - [anon_sym_default] = ACTIONS(1502), - [anon_sym_while] = ACTIONS(1502), - [anon_sym_do] = ACTIONS(1502), - [anon_sym_for] = ACTIONS(1502), - [anon_sym_return] = ACTIONS(1502), - [anon_sym_break] = ACTIONS(1502), - [anon_sym_continue] = ACTIONS(1502), - [anon_sym_goto] = ACTIONS(1502), - [anon_sym_DASH_DASH] = ACTIONS(1504), - [anon_sym_PLUS_PLUS] = ACTIONS(1504), - [anon_sym_sizeof] = ACTIONS(1502), - [anon_sym___alignof__] = ACTIONS(1502), - [anon_sym___alignof] = ACTIONS(1502), - [anon_sym__alignof] = ACTIONS(1502), - [anon_sym_alignof] = ACTIONS(1502), - [anon_sym__Alignof] = ACTIONS(1502), - [anon_sym_offsetof] = ACTIONS(1502), - [anon_sym__Generic] = ACTIONS(1502), - [anon_sym_asm] = ACTIONS(1502), - [anon_sym___asm__] = ACTIONS(1502), - [sym_number_literal] = ACTIONS(1504), - [anon_sym_L_SQUOTE] = ACTIONS(1504), - [anon_sym_u_SQUOTE] = ACTIONS(1504), - [anon_sym_U_SQUOTE] = ACTIONS(1504), - [anon_sym_u8_SQUOTE] = ACTIONS(1504), - [anon_sym_SQUOTE] = ACTIONS(1504), - [anon_sym_L_DQUOTE] = ACTIONS(1504), - [anon_sym_u_DQUOTE] = ACTIONS(1504), - [anon_sym_U_DQUOTE] = ACTIONS(1504), - [anon_sym_u8_DQUOTE] = ACTIONS(1504), - [anon_sym_DQUOTE] = ACTIONS(1504), - [sym_true] = ACTIONS(1502), - [sym_false] = ACTIONS(1502), - [anon_sym_NULL] = ACTIONS(1502), - [anon_sym_nullptr] = ACTIONS(1502), + [131] = { + [sym_identifier] = ACTIONS(1458), + [aux_sym_preproc_include_token1] = ACTIONS(1458), + [aux_sym_preproc_def_token1] = ACTIONS(1458), + [aux_sym_preproc_if_token1] = ACTIONS(1458), + [aux_sym_preproc_if_token2] = ACTIONS(1458), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1458), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1458), + [aux_sym_preproc_else_token1] = ACTIONS(1458), + [aux_sym_preproc_elif_token1] = ACTIONS(1458), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1458), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1458), + [sym_preproc_directive] = ACTIONS(1458), + [anon_sym_LPAREN2] = ACTIONS(1460), + [anon_sym_BANG] = ACTIONS(1460), + [anon_sym_TILDE] = ACTIONS(1460), + [anon_sym_DASH] = ACTIONS(1458), + [anon_sym_PLUS] = ACTIONS(1458), + [anon_sym_STAR] = ACTIONS(1460), + [anon_sym_AMP] = ACTIONS(1460), + [anon_sym_subroutine] = ACTIONS(1458), + [anon_sym_invariant] = ACTIONS(1458), + [anon_sym_precise] = ACTIONS(1458), + [anon_sym_SEMI] = ACTIONS(1460), + [anon_sym_in] = ACTIONS(1458), + [anon_sym_out] = ACTIONS(1458), + [anon_sym_inout] = ACTIONS(1458), + [anon_sym_uniform] = ACTIONS(1458), + [anon_sym_shared] = ACTIONS(1458), + [anon_sym_attribute] = ACTIONS(1458), + [anon_sym_varying] = ACTIONS(1458), + [anon_sym_buffer] = ACTIONS(1458), + [anon_sym_coherent] = ACTIONS(1458), + [anon_sym_readonly] = ACTIONS(1458), + [anon_sym_writeonly] = ACTIONS(1458), + [anon_sym_precision] = ACTIONS(1458), + [anon_sym_highp] = ACTIONS(1458), + [anon_sym_mediump] = ACTIONS(1458), + [anon_sym_lowp] = ACTIONS(1458), + [anon_sym_centroid] = ACTIONS(1458), + [anon_sym_sample] = ACTIONS(1458), + [anon_sym_patch] = ACTIONS(1458), + [anon_sym_smooth] = ACTIONS(1458), + [anon_sym_flat] = ACTIONS(1458), + [anon_sym_noperspective] = ACTIONS(1458), + [anon_sym___extension__] = ACTIONS(1458), + [anon_sym_typedef] = ACTIONS(1458), + [anon_sym_extern] = ACTIONS(1458), + [anon_sym___attribute__] = ACTIONS(1458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1460), + [anon_sym___declspec] = ACTIONS(1458), + [anon_sym___cdecl] = ACTIONS(1458), + [anon_sym___clrcall] = ACTIONS(1458), + [anon_sym___stdcall] = ACTIONS(1458), + [anon_sym___fastcall] = ACTIONS(1458), + [anon_sym___thiscall] = ACTIONS(1458), + [anon_sym___vectorcall] = ACTIONS(1458), + [anon_sym_LBRACE] = ACTIONS(1460), + [anon_sym_signed] = ACTIONS(1458), + [anon_sym_unsigned] = ACTIONS(1458), + [anon_sym_long] = ACTIONS(1458), + [anon_sym_short] = ACTIONS(1458), + [anon_sym_static] = ACTIONS(1458), + [anon_sym_auto] = ACTIONS(1458), + [anon_sym_register] = ACTIONS(1458), + [anon_sym_inline] = ACTIONS(1458), + [anon_sym___inline] = ACTIONS(1458), + [anon_sym___inline__] = ACTIONS(1458), + [anon_sym___forceinline] = ACTIONS(1458), + [anon_sym_thread_local] = ACTIONS(1458), + [anon_sym___thread] = ACTIONS(1458), + [anon_sym_const] = ACTIONS(1458), + [anon_sym_constexpr] = ACTIONS(1458), + [anon_sym_volatile] = ACTIONS(1458), + [anon_sym_restrict] = ACTIONS(1458), + [anon_sym___restrict__] = ACTIONS(1458), + [anon_sym__Atomic] = ACTIONS(1458), + [anon_sym__Noreturn] = ACTIONS(1458), + [anon_sym_noreturn] = ACTIONS(1458), + [sym_primitive_type] = ACTIONS(1458), + [anon_sym_enum] = ACTIONS(1458), + [anon_sym_struct] = ACTIONS(1458), + [anon_sym_union] = ACTIONS(1458), + [anon_sym_if] = ACTIONS(1458), + [anon_sym_switch] = ACTIONS(1458), + [anon_sym_case] = ACTIONS(1458), + [anon_sym_default] = ACTIONS(1458), + [anon_sym_while] = ACTIONS(1458), + [anon_sym_do] = ACTIONS(1458), + [anon_sym_for] = ACTIONS(1458), + [anon_sym_return] = ACTIONS(1458), + [anon_sym_break] = ACTIONS(1458), + [anon_sym_continue] = ACTIONS(1458), + [anon_sym_goto] = ACTIONS(1458), + [anon_sym_DASH_DASH] = ACTIONS(1460), + [anon_sym_PLUS_PLUS] = ACTIONS(1460), + [anon_sym_sizeof] = ACTIONS(1458), + [anon_sym___alignof__] = ACTIONS(1458), + [anon_sym___alignof] = ACTIONS(1458), + [anon_sym__alignof] = ACTIONS(1458), + [anon_sym_alignof] = ACTIONS(1458), + [anon_sym__Alignof] = ACTIONS(1458), + [anon_sym_offsetof] = ACTIONS(1458), + [anon_sym__Generic] = ACTIONS(1458), + [anon_sym_asm] = ACTIONS(1458), + [anon_sym___asm__] = ACTIONS(1458), + [sym_number_literal] = ACTIONS(1460), + [anon_sym_L_SQUOTE] = ACTIONS(1460), + [anon_sym_u_SQUOTE] = ACTIONS(1460), + [anon_sym_U_SQUOTE] = ACTIONS(1460), + [anon_sym_u8_SQUOTE] = ACTIONS(1460), + [anon_sym_SQUOTE] = ACTIONS(1460), + [anon_sym_L_DQUOTE] = ACTIONS(1460), + [anon_sym_u_DQUOTE] = ACTIONS(1460), + [anon_sym_U_DQUOTE] = ACTIONS(1460), + [anon_sym_u8_DQUOTE] = ACTIONS(1460), + [anon_sym_DQUOTE] = ACTIONS(1460), + [sym_true] = ACTIONS(1458), + [sym_false] = ACTIONS(1458), + [anon_sym_NULL] = ACTIONS(1458), + [anon_sym_nullptr] = ACTIONS(1458), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1502), - [anon_sym_rayPayloadInEXT] = ACTIONS(1502), - [anon_sym_hitAttributeEXT] = ACTIONS(1502), - [anon_sym_callableDataEXT] = ACTIONS(1502), - [anon_sym_callableDataInEXT] = ACTIONS(1502), - [anon_sym_shaderRecordEXT] = ACTIONS(1502), - [anon_sym_rayPayloadNV] = ACTIONS(1502), - [anon_sym_rayPayloadInNV] = ACTIONS(1502), - [anon_sym_hitAttributeNV] = ACTIONS(1502), - [anon_sym_callableDataNV] = ACTIONS(1502), - [anon_sym_callableDataInNV] = ACTIONS(1502), - [anon_sym_shaderRecordNV] = ACTIONS(1502), - [anon_sym_layout] = ACTIONS(1502), + [anon_sym_rayPayloadEXT] = ACTIONS(1458), + [anon_sym_rayPayloadInEXT] = ACTIONS(1458), + [anon_sym_hitAttributeEXT] = ACTIONS(1458), + [anon_sym_callableDataEXT] = ACTIONS(1458), + [anon_sym_callableDataInEXT] = ACTIONS(1458), + [anon_sym_shaderRecordEXT] = ACTIONS(1458), + [anon_sym_rayPayloadNV] = ACTIONS(1458), + [anon_sym_rayPayloadInNV] = ACTIONS(1458), + [anon_sym_hitAttributeNV] = ACTIONS(1458), + [anon_sym_callableDataNV] = ACTIONS(1458), + [anon_sym_callableDataInNV] = ACTIONS(1458), + [anon_sym_shaderRecordNV] = ACTIONS(1458), + [anon_sym_layout] = ACTIONS(1458), }, - [145] = { - [sym_else_clause] = STATE(168), - [sym_identifier] = ACTIONS(1344), - [aux_sym_preproc_include_token1] = ACTIONS(1344), - [aux_sym_preproc_def_token1] = ACTIONS(1344), - [aux_sym_preproc_if_token1] = ACTIONS(1344), - [aux_sym_preproc_if_token2] = ACTIONS(1344), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1344), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1344), - [aux_sym_preproc_else_token1] = ACTIONS(1344), - [aux_sym_preproc_elif_token1] = ACTIONS(1344), - [sym_preproc_directive] = ACTIONS(1344), - [anon_sym_LPAREN2] = ACTIONS(1346), - [anon_sym_BANG] = ACTIONS(1346), - [anon_sym_TILDE] = ACTIONS(1346), - [anon_sym_DASH] = ACTIONS(1344), - [anon_sym_PLUS] = ACTIONS(1344), - [anon_sym_STAR] = ACTIONS(1346), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_subroutine] = ACTIONS(1344), - [anon_sym_invariant] = ACTIONS(1344), - [anon_sym_precise] = ACTIONS(1344), - [anon_sym_SEMI] = ACTIONS(1346), - [anon_sym_in] = ACTIONS(1344), - [anon_sym_out] = ACTIONS(1344), - [anon_sym_inout] = ACTIONS(1344), - [anon_sym_uniform] = ACTIONS(1344), - [anon_sym_shared] = ACTIONS(1344), - [anon_sym_attribute] = ACTIONS(1344), - [anon_sym_varying] = ACTIONS(1344), - [anon_sym_buffer] = ACTIONS(1344), - [anon_sym_coherent] = ACTIONS(1344), - [anon_sym_readonly] = ACTIONS(1344), - [anon_sym_writeonly] = ACTIONS(1344), - [anon_sym_precision] = ACTIONS(1344), - [anon_sym_highp] = ACTIONS(1344), - [anon_sym_mediump] = ACTIONS(1344), - [anon_sym_lowp] = ACTIONS(1344), - [anon_sym_centroid] = ACTIONS(1344), - [anon_sym_sample] = ACTIONS(1344), - [anon_sym_patch] = ACTIONS(1344), - [anon_sym_smooth] = ACTIONS(1344), - [anon_sym_flat] = ACTIONS(1344), - [anon_sym_noperspective] = ACTIONS(1344), - [anon_sym___extension__] = ACTIONS(1344), - [anon_sym_typedef] = ACTIONS(1344), - [anon_sym_extern] = ACTIONS(1344), - [anon_sym___attribute__] = ACTIONS(1344), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1346), - [anon_sym___declspec] = ACTIONS(1344), - [anon_sym___cdecl] = ACTIONS(1344), - [anon_sym___clrcall] = ACTIONS(1344), - [anon_sym___stdcall] = ACTIONS(1344), - [anon_sym___fastcall] = ACTIONS(1344), - [anon_sym___thiscall] = ACTIONS(1344), - [anon_sym___vectorcall] = ACTIONS(1344), - [anon_sym_LBRACE] = ACTIONS(1346), - [anon_sym_signed] = ACTIONS(1344), - [anon_sym_unsigned] = ACTIONS(1344), - [anon_sym_long] = ACTIONS(1344), - [anon_sym_short] = ACTIONS(1344), - [anon_sym_static] = ACTIONS(1344), - [anon_sym_auto] = ACTIONS(1344), - [anon_sym_register] = ACTIONS(1344), - [anon_sym_inline] = ACTIONS(1344), - [anon_sym___inline] = ACTIONS(1344), - [anon_sym___inline__] = ACTIONS(1344), - [anon_sym___forceinline] = ACTIONS(1344), - [anon_sym_thread_local] = ACTIONS(1344), - [anon_sym___thread] = ACTIONS(1344), - [anon_sym_const] = ACTIONS(1344), - [anon_sym_constexpr] = ACTIONS(1344), - [anon_sym_volatile] = ACTIONS(1344), - [anon_sym_restrict] = ACTIONS(1344), - [anon_sym___restrict__] = ACTIONS(1344), - [anon_sym__Atomic] = ACTIONS(1344), - [anon_sym__Noreturn] = ACTIONS(1344), - [anon_sym_noreturn] = ACTIONS(1344), - [sym_primitive_type] = ACTIONS(1344), - [anon_sym_enum] = ACTIONS(1344), - [anon_sym_struct] = ACTIONS(1344), - [anon_sym_union] = ACTIONS(1344), - [anon_sym_if] = ACTIONS(1344), - [anon_sym_else] = ACTIONS(1506), - [anon_sym_switch] = ACTIONS(1344), - [anon_sym_case] = ACTIONS(1344), - [anon_sym_default] = ACTIONS(1344), - [anon_sym_while] = ACTIONS(1344), - [anon_sym_do] = ACTIONS(1344), - [anon_sym_for] = ACTIONS(1344), - [anon_sym_return] = ACTIONS(1344), - [anon_sym_break] = ACTIONS(1344), - [anon_sym_continue] = ACTIONS(1344), - [anon_sym_goto] = ACTIONS(1344), - [anon_sym_DASH_DASH] = ACTIONS(1346), - [anon_sym_PLUS_PLUS] = ACTIONS(1346), - [anon_sym_sizeof] = ACTIONS(1344), - [anon_sym___alignof__] = ACTIONS(1344), - [anon_sym___alignof] = ACTIONS(1344), - [anon_sym__alignof] = ACTIONS(1344), - [anon_sym_alignof] = ACTIONS(1344), - [anon_sym__Alignof] = ACTIONS(1344), - [anon_sym_offsetof] = ACTIONS(1344), - [anon_sym__Generic] = ACTIONS(1344), - [anon_sym_asm] = ACTIONS(1344), - [anon_sym___asm__] = ACTIONS(1344), - [sym_number_literal] = ACTIONS(1346), - [anon_sym_L_SQUOTE] = ACTIONS(1346), - [anon_sym_u_SQUOTE] = ACTIONS(1346), - [anon_sym_U_SQUOTE] = ACTIONS(1346), - [anon_sym_u8_SQUOTE] = ACTIONS(1346), - [anon_sym_SQUOTE] = ACTIONS(1346), - [anon_sym_L_DQUOTE] = ACTIONS(1346), - [anon_sym_u_DQUOTE] = ACTIONS(1346), - [anon_sym_U_DQUOTE] = ACTIONS(1346), - [anon_sym_u8_DQUOTE] = ACTIONS(1346), - [anon_sym_DQUOTE] = ACTIONS(1346), - [sym_true] = ACTIONS(1344), - [sym_false] = ACTIONS(1344), - [anon_sym_NULL] = ACTIONS(1344), - [anon_sym_nullptr] = ACTIONS(1344), + [132] = { + [sym_identifier] = ACTIONS(1462), + [aux_sym_preproc_include_token1] = ACTIONS(1462), + [aux_sym_preproc_def_token1] = ACTIONS(1462), + [aux_sym_preproc_if_token1] = ACTIONS(1462), + [aux_sym_preproc_if_token2] = ACTIONS(1462), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1462), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1462), + [aux_sym_preproc_else_token1] = ACTIONS(1462), + [aux_sym_preproc_elif_token1] = ACTIONS(1462), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1462), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1462), + [sym_preproc_directive] = ACTIONS(1462), + [anon_sym_LPAREN2] = ACTIONS(1464), + [anon_sym_BANG] = ACTIONS(1464), + [anon_sym_TILDE] = ACTIONS(1464), + [anon_sym_DASH] = ACTIONS(1462), + [anon_sym_PLUS] = ACTIONS(1462), + [anon_sym_STAR] = ACTIONS(1464), + [anon_sym_AMP] = ACTIONS(1464), + [anon_sym_subroutine] = ACTIONS(1462), + [anon_sym_invariant] = ACTIONS(1462), + [anon_sym_precise] = ACTIONS(1462), + [anon_sym_SEMI] = ACTIONS(1464), + [anon_sym_in] = ACTIONS(1462), + [anon_sym_out] = ACTIONS(1462), + [anon_sym_inout] = ACTIONS(1462), + [anon_sym_uniform] = ACTIONS(1462), + [anon_sym_shared] = ACTIONS(1462), + [anon_sym_attribute] = ACTIONS(1462), + [anon_sym_varying] = ACTIONS(1462), + [anon_sym_buffer] = ACTIONS(1462), + [anon_sym_coherent] = ACTIONS(1462), + [anon_sym_readonly] = ACTIONS(1462), + [anon_sym_writeonly] = ACTIONS(1462), + [anon_sym_precision] = ACTIONS(1462), + [anon_sym_highp] = ACTIONS(1462), + [anon_sym_mediump] = ACTIONS(1462), + [anon_sym_lowp] = ACTIONS(1462), + [anon_sym_centroid] = ACTIONS(1462), + [anon_sym_sample] = ACTIONS(1462), + [anon_sym_patch] = ACTIONS(1462), + [anon_sym_smooth] = ACTIONS(1462), + [anon_sym_flat] = ACTIONS(1462), + [anon_sym_noperspective] = ACTIONS(1462), + [anon_sym___extension__] = ACTIONS(1462), + [anon_sym_typedef] = ACTIONS(1462), + [anon_sym_extern] = ACTIONS(1462), + [anon_sym___attribute__] = ACTIONS(1462), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1464), + [anon_sym___declspec] = ACTIONS(1462), + [anon_sym___cdecl] = ACTIONS(1462), + [anon_sym___clrcall] = ACTIONS(1462), + [anon_sym___stdcall] = ACTIONS(1462), + [anon_sym___fastcall] = ACTIONS(1462), + [anon_sym___thiscall] = ACTIONS(1462), + [anon_sym___vectorcall] = ACTIONS(1462), + [anon_sym_LBRACE] = ACTIONS(1464), + [anon_sym_signed] = ACTIONS(1462), + [anon_sym_unsigned] = ACTIONS(1462), + [anon_sym_long] = ACTIONS(1462), + [anon_sym_short] = ACTIONS(1462), + [anon_sym_static] = ACTIONS(1462), + [anon_sym_auto] = ACTIONS(1462), + [anon_sym_register] = ACTIONS(1462), + [anon_sym_inline] = ACTIONS(1462), + [anon_sym___inline] = ACTIONS(1462), + [anon_sym___inline__] = ACTIONS(1462), + [anon_sym___forceinline] = ACTIONS(1462), + [anon_sym_thread_local] = ACTIONS(1462), + [anon_sym___thread] = ACTIONS(1462), + [anon_sym_const] = ACTIONS(1462), + [anon_sym_constexpr] = ACTIONS(1462), + [anon_sym_volatile] = ACTIONS(1462), + [anon_sym_restrict] = ACTIONS(1462), + [anon_sym___restrict__] = ACTIONS(1462), + [anon_sym__Atomic] = ACTIONS(1462), + [anon_sym__Noreturn] = ACTIONS(1462), + [anon_sym_noreturn] = ACTIONS(1462), + [sym_primitive_type] = ACTIONS(1462), + [anon_sym_enum] = ACTIONS(1462), + [anon_sym_struct] = ACTIONS(1462), + [anon_sym_union] = ACTIONS(1462), + [anon_sym_if] = ACTIONS(1462), + [anon_sym_switch] = ACTIONS(1462), + [anon_sym_case] = ACTIONS(1462), + [anon_sym_default] = ACTIONS(1462), + [anon_sym_while] = ACTIONS(1462), + [anon_sym_do] = ACTIONS(1462), + [anon_sym_for] = ACTIONS(1462), + [anon_sym_return] = ACTIONS(1462), + [anon_sym_break] = ACTIONS(1462), + [anon_sym_continue] = ACTIONS(1462), + [anon_sym_goto] = ACTIONS(1462), + [anon_sym_DASH_DASH] = ACTIONS(1464), + [anon_sym_PLUS_PLUS] = ACTIONS(1464), + [anon_sym_sizeof] = ACTIONS(1462), + [anon_sym___alignof__] = ACTIONS(1462), + [anon_sym___alignof] = ACTIONS(1462), + [anon_sym__alignof] = ACTIONS(1462), + [anon_sym_alignof] = ACTIONS(1462), + [anon_sym__Alignof] = ACTIONS(1462), + [anon_sym_offsetof] = ACTIONS(1462), + [anon_sym__Generic] = ACTIONS(1462), + [anon_sym_asm] = ACTIONS(1462), + [anon_sym___asm__] = ACTIONS(1462), + [sym_number_literal] = ACTIONS(1464), + [anon_sym_L_SQUOTE] = ACTIONS(1464), + [anon_sym_u_SQUOTE] = ACTIONS(1464), + [anon_sym_U_SQUOTE] = ACTIONS(1464), + [anon_sym_u8_SQUOTE] = ACTIONS(1464), + [anon_sym_SQUOTE] = ACTIONS(1464), + [anon_sym_L_DQUOTE] = ACTIONS(1464), + [anon_sym_u_DQUOTE] = ACTIONS(1464), + [anon_sym_U_DQUOTE] = ACTIONS(1464), + [anon_sym_u8_DQUOTE] = ACTIONS(1464), + [anon_sym_DQUOTE] = ACTIONS(1464), + [sym_true] = ACTIONS(1462), + [sym_false] = ACTIONS(1462), + [anon_sym_NULL] = ACTIONS(1462), + [anon_sym_nullptr] = ACTIONS(1462), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1344), - [anon_sym_rayPayloadInEXT] = ACTIONS(1344), - [anon_sym_hitAttributeEXT] = ACTIONS(1344), - [anon_sym_callableDataEXT] = ACTIONS(1344), - [anon_sym_callableDataInEXT] = ACTIONS(1344), - [anon_sym_shaderRecordEXT] = ACTIONS(1344), - [anon_sym_rayPayloadNV] = ACTIONS(1344), - [anon_sym_rayPayloadInNV] = ACTIONS(1344), - [anon_sym_hitAttributeNV] = ACTIONS(1344), - [anon_sym_callableDataNV] = ACTIONS(1344), - [anon_sym_callableDataInNV] = ACTIONS(1344), - [anon_sym_shaderRecordNV] = ACTIONS(1344), - [anon_sym_layout] = ACTIONS(1344), - }, - [146] = { - [sym_identifier] = ACTIONS(1508), - [aux_sym_preproc_include_token1] = ACTIONS(1508), - [aux_sym_preproc_def_token1] = ACTIONS(1508), - [aux_sym_preproc_if_token1] = ACTIONS(1508), - [aux_sym_preproc_if_token2] = ACTIONS(1508), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1508), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1508), - [aux_sym_preproc_else_token1] = ACTIONS(1508), - [aux_sym_preproc_elif_token1] = ACTIONS(1508), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1508), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1508), - [sym_preproc_directive] = ACTIONS(1508), - [anon_sym_LPAREN2] = ACTIONS(1510), - [anon_sym_BANG] = ACTIONS(1510), - [anon_sym_TILDE] = ACTIONS(1510), - [anon_sym_DASH] = ACTIONS(1508), - [anon_sym_PLUS] = ACTIONS(1508), - [anon_sym_STAR] = ACTIONS(1510), - [anon_sym_AMP] = ACTIONS(1510), - [anon_sym_subroutine] = ACTIONS(1508), - [anon_sym_invariant] = ACTIONS(1508), - [anon_sym_precise] = ACTIONS(1508), - [anon_sym_SEMI] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1508), - [anon_sym_out] = ACTIONS(1508), - [anon_sym_inout] = ACTIONS(1508), - [anon_sym_uniform] = ACTIONS(1508), - [anon_sym_shared] = ACTIONS(1508), - [anon_sym_attribute] = ACTIONS(1508), - [anon_sym_varying] = ACTIONS(1508), - [anon_sym_buffer] = ACTIONS(1508), - [anon_sym_coherent] = ACTIONS(1508), - [anon_sym_readonly] = ACTIONS(1508), - [anon_sym_writeonly] = ACTIONS(1508), - [anon_sym_precision] = ACTIONS(1508), - [anon_sym_highp] = ACTIONS(1508), - [anon_sym_mediump] = ACTIONS(1508), - [anon_sym_lowp] = ACTIONS(1508), - [anon_sym_centroid] = ACTIONS(1508), - [anon_sym_sample] = ACTIONS(1508), - [anon_sym_patch] = ACTIONS(1508), - [anon_sym_smooth] = ACTIONS(1508), - [anon_sym_flat] = ACTIONS(1508), - [anon_sym_noperspective] = ACTIONS(1508), - [anon_sym___extension__] = ACTIONS(1508), - [anon_sym_typedef] = ACTIONS(1508), - [anon_sym_extern] = ACTIONS(1508), - [anon_sym___attribute__] = ACTIONS(1508), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1510), - [anon_sym___declspec] = ACTIONS(1508), - [anon_sym___cdecl] = ACTIONS(1508), - [anon_sym___clrcall] = ACTIONS(1508), - [anon_sym___stdcall] = ACTIONS(1508), - [anon_sym___fastcall] = ACTIONS(1508), - [anon_sym___thiscall] = ACTIONS(1508), - [anon_sym___vectorcall] = ACTIONS(1508), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_signed] = ACTIONS(1508), - [anon_sym_unsigned] = ACTIONS(1508), - [anon_sym_long] = ACTIONS(1508), - [anon_sym_short] = ACTIONS(1508), - [anon_sym_static] = ACTIONS(1508), - [anon_sym_auto] = ACTIONS(1508), - [anon_sym_register] = ACTIONS(1508), - [anon_sym_inline] = ACTIONS(1508), - [anon_sym___inline] = ACTIONS(1508), - [anon_sym___inline__] = ACTIONS(1508), - [anon_sym___forceinline] = ACTIONS(1508), - [anon_sym_thread_local] = ACTIONS(1508), - [anon_sym___thread] = ACTIONS(1508), - [anon_sym_const] = ACTIONS(1508), - [anon_sym_constexpr] = ACTIONS(1508), - [anon_sym_volatile] = ACTIONS(1508), - [anon_sym_restrict] = ACTIONS(1508), - [anon_sym___restrict__] = ACTIONS(1508), - [anon_sym__Atomic] = ACTIONS(1508), - [anon_sym__Noreturn] = ACTIONS(1508), - [anon_sym_noreturn] = ACTIONS(1508), - [sym_primitive_type] = ACTIONS(1508), - [anon_sym_enum] = ACTIONS(1508), - [anon_sym_struct] = ACTIONS(1508), - [anon_sym_union] = ACTIONS(1508), - [anon_sym_if] = ACTIONS(1508), - [anon_sym_switch] = ACTIONS(1508), - [anon_sym_case] = ACTIONS(1508), - [anon_sym_default] = ACTIONS(1508), - [anon_sym_while] = ACTIONS(1508), - [anon_sym_do] = ACTIONS(1508), - [anon_sym_for] = ACTIONS(1508), - [anon_sym_return] = ACTIONS(1508), - [anon_sym_break] = ACTIONS(1508), - [anon_sym_continue] = ACTIONS(1508), - [anon_sym_goto] = ACTIONS(1508), - [anon_sym_DASH_DASH] = ACTIONS(1510), - [anon_sym_PLUS_PLUS] = ACTIONS(1510), - [anon_sym_sizeof] = ACTIONS(1508), - [anon_sym___alignof__] = ACTIONS(1508), - [anon_sym___alignof] = ACTIONS(1508), - [anon_sym__alignof] = ACTIONS(1508), - [anon_sym_alignof] = ACTIONS(1508), - [anon_sym__Alignof] = ACTIONS(1508), - [anon_sym_offsetof] = ACTIONS(1508), - [anon_sym__Generic] = ACTIONS(1508), - [anon_sym_asm] = ACTIONS(1508), - [anon_sym___asm__] = ACTIONS(1508), - [sym_number_literal] = ACTIONS(1510), - [anon_sym_L_SQUOTE] = ACTIONS(1510), - [anon_sym_u_SQUOTE] = ACTIONS(1510), - [anon_sym_U_SQUOTE] = ACTIONS(1510), - [anon_sym_u8_SQUOTE] = ACTIONS(1510), - [anon_sym_SQUOTE] = ACTIONS(1510), - [anon_sym_L_DQUOTE] = ACTIONS(1510), - [anon_sym_u_DQUOTE] = ACTIONS(1510), - [anon_sym_U_DQUOTE] = ACTIONS(1510), - [anon_sym_u8_DQUOTE] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym_true] = ACTIONS(1508), - [sym_false] = ACTIONS(1508), - [anon_sym_NULL] = ACTIONS(1508), - [anon_sym_nullptr] = ACTIONS(1508), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1508), - [anon_sym_rayPayloadInEXT] = ACTIONS(1508), - [anon_sym_hitAttributeEXT] = ACTIONS(1508), - [anon_sym_callableDataEXT] = ACTIONS(1508), - [anon_sym_callableDataInEXT] = ACTIONS(1508), - [anon_sym_shaderRecordEXT] = ACTIONS(1508), - [anon_sym_rayPayloadNV] = ACTIONS(1508), - [anon_sym_rayPayloadInNV] = ACTIONS(1508), - [anon_sym_hitAttributeNV] = ACTIONS(1508), - [anon_sym_callableDataNV] = ACTIONS(1508), - [anon_sym_callableDataInNV] = ACTIONS(1508), - [anon_sym_shaderRecordNV] = ACTIONS(1508), - [anon_sym_layout] = ACTIONS(1508), + [anon_sym_rayPayloadEXT] = ACTIONS(1462), + [anon_sym_rayPayloadInEXT] = ACTIONS(1462), + [anon_sym_hitAttributeEXT] = ACTIONS(1462), + [anon_sym_callableDataEXT] = ACTIONS(1462), + [anon_sym_callableDataInEXT] = ACTIONS(1462), + [anon_sym_shaderRecordEXT] = ACTIONS(1462), + [anon_sym_rayPayloadNV] = ACTIONS(1462), + [anon_sym_rayPayloadInNV] = ACTIONS(1462), + [anon_sym_hitAttributeNV] = ACTIONS(1462), + [anon_sym_callableDataNV] = ACTIONS(1462), + [anon_sym_callableDataInNV] = ACTIONS(1462), + [anon_sym_shaderRecordNV] = ACTIONS(1462), + [anon_sym_layout] = ACTIONS(1462), }, - [147] = { - [sym_identifier] = ACTIONS(1502), - [aux_sym_preproc_include_token1] = ACTIONS(1502), - [aux_sym_preproc_def_token1] = ACTIONS(1502), - [aux_sym_preproc_if_token1] = ACTIONS(1502), - [aux_sym_preproc_if_token2] = ACTIONS(1502), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1502), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1502), - [aux_sym_preproc_else_token1] = ACTIONS(1502), - [aux_sym_preproc_elif_token1] = ACTIONS(1502), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1502), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1502), - [sym_preproc_directive] = ACTIONS(1502), - [anon_sym_LPAREN2] = ACTIONS(1504), - [anon_sym_BANG] = ACTIONS(1504), - [anon_sym_TILDE] = ACTIONS(1504), - [anon_sym_DASH] = ACTIONS(1502), - [anon_sym_PLUS] = ACTIONS(1502), - [anon_sym_STAR] = ACTIONS(1504), - [anon_sym_AMP] = ACTIONS(1504), - [anon_sym_subroutine] = ACTIONS(1502), - [anon_sym_invariant] = ACTIONS(1502), - [anon_sym_precise] = ACTIONS(1502), - [anon_sym_SEMI] = ACTIONS(1504), - [anon_sym_in] = ACTIONS(1502), - [anon_sym_out] = ACTIONS(1502), - [anon_sym_inout] = ACTIONS(1502), - [anon_sym_uniform] = ACTIONS(1502), - [anon_sym_shared] = ACTIONS(1502), - [anon_sym_attribute] = ACTIONS(1502), - [anon_sym_varying] = ACTIONS(1502), - [anon_sym_buffer] = ACTIONS(1502), - [anon_sym_coherent] = ACTIONS(1502), - [anon_sym_readonly] = ACTIONS(1502), - [anon_sym_writeonly] = ACTIONS(1502), - [anon_sym_precision] = ACTIONS(1502), - [anon_sym_highp] = ACTIONS(1502), - [anon_sym_mediump] = ACTIONS(1502), - [anon_sym_lowp] = ACTIONS(1502), - [anon_sym_centroid] = ACTIONS(1502), - [anon_sym_sample] = ACTIONS(1502), - [anon_sym_patch] = ACTIONS(1502), - [anon_sym_smooth] = ACTIONS(1502), - [anon_sym_flat] = ACTIONS(1502), - [anon_sym_noperspective] = ACTIONS(1502), - [anon_sym___extension__] = ACTIONS(1502), - [anon_sym_typedef] = ACTIONS(1502), - [anon_sym_extern] = ACTIONS(1502), - [anon_sym___attribute__] = ACTIONS(1502), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1504), - [anon_sym___declspec] = ACTIONS(1502), - [anon_sym___cdecl] = ACTIONS(1502), - [anon_sym___clrcall] = ACTIONS(1502), - [anon_sym___stdcall] = ACTIONS(1502), - [anon_sym___fastcall] = ACTIONS(1502), - [anon_sym___thiscall] = ACTIONS(1502), - [anon_sym___vectorcall] = ACTIONS(1502), - [anon_sym_LBRACE] = ACTIONS(1504), - [anon_sym_signed] = ACTIONS(1502), - [anon_sym_unsigned] = ACTIONS(1502), - [anon_sym_long] = ACTIONS(1502), - [anon_sym_short] = ACTIONS(1502), - [anon_sym_static] = ACTIONS(1502), - [anon_sym_auto] = ACTIONS(1502), - [anon_sym_register] = ACTIONS(1502), - [anon_sym_inline] = ACTIONS(1502), - [anon_sym___inline] = ACTIONS(1502), - [anon_sym___inline__] = ACTIONS(1502), - [anon_sym___forceinline] = ACTIONS(1502), - [anon_sym_thread_local] = ACTIONS(1502), - [anon_sym___thread] = ACTIONS(1502), - [anon_sym_const] = ACTIONS(1502), - [anon_sym_constexpr] = ACTIONS(1502), - [anon_sym_volatile] = ACTIONS(1502), - [anon_sym_restrict] = ACTIONS(1502), - [anon_sym___restrict__] = ACTIONS(1502), - [anon_sym__Atomic] = ACTIONS(1502), - [anon_sym__Noreturn] = ACTIONS(1502), - [anon_sym_noreturn] = ACTIONS(1502), - [sym_primitive_type] = ACTIONS(1502), - [anon_sym_enum] = ACTIONS(1502), - [anon_sym_struct] = ACTIONS(1502), - [anon_sym_union] = ACTIONS(1502), - [anon_sym_if] = ACTIONS(1502), - [anon_sym_switch] = ACTIONS(1502), - [anon_sym_case] = ACTIONS(1502), - [anon_sym_default] = ACTIONS(1502), - [anon_sym_while] = ACTIONS(1502), - [anon_sym_do] = ACTIONS(1502), - [anon_sym_for] = ACTIONS(1502), - [anon_sym_return] = ACTIONS(1502), - [anon_sym_break] = ACTIONS(1502), - [anon_sym_continue] = ACTIONS(1502), - [anon_sym_goto] = ACTIONS(1502), - [anon_sym_DASH_DASH] = ACTIONS(1504), - [anon_sym_PLUS_PLUS] = ACTIONS(1504), - [anon_sym_sizeof] = ACTIONS(1502), - [anon_sym___alignof__] = ACTIONS(1502), - [anon_sym___alignof] = ACTIONS(1502), - [anon_sym__alignof] = ACTIONS(1502), - [anon_sym_alignof] = ACTIONS(1502), - [anon_sym__Alignof] = ACTIONS(1502), - [anon_sym_offsetof] = ACTIONS(1502), - [anon_sym__Generic] = ACTIONS(1502), - [anon_sym_asm] = ACTIONS(1502), - [anon_sym___asm__] = ACTIONS(1502), - [sym_number_literal] = ACTIONS(1504), - [anon_sym_L_SQUOTE] = ACTIONS(1504), - [anon_sym_u_SQUOTE] = ACTIONS(1504), - [anon_sym_U_SQUOTE] = ACTIONS(1504), - [anon_sym_u8_SQUOTE] = ACTIONS(1504), - [anon_sym_SQUOTE] = ACTIONS(1504), - [anon_sym_L_DQUOTE] = ACTIONS(1504), - [anon_sym_u_DQUOTE] = ACTIONS(1504), - [anon_sym_U_DQUOTE] = ACTIONS(1504), - [anon_sym_u8_DQUOTE] = ACTIONS(1504), - [anon_sym_DQUOTE] = ACTIONS(1504), - [sym_true] = ACTIONS(1502), - [sym_false] = ACTIONS(1502), - [anon_sym_NULL] = ACTIONS(1502), - [anon_sym_nullptr] = ACTIONS(1502), + [133] = { + [sym_identifier] = ACTIONS(1466), + [aux_sym_preproc_include_token1] = ACTIONS(1466), + [aux_sym_preproc_def_token1] = ACTIONS(1466), + [aux_sym_preproc_if_token1] = ACTIONS(1466), + [aux_sym_preproc_if_token2] = ACTIONS(1466), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1466), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1466), + [aux_sym_preproc_else_token1] = ACTIONS(1466), + [aux_sym_preproc_elif_token1] = ACTIONS(1466), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1466), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1466), + [sym_preproc_directive] = ACTIONS(1466), + [anon_sym_LPAREN2] = ACTIONS(1468), + [anon_sym_BANG] = ACTIONS(1468), + [anon_sym_TILDE] = ACTIONS(1468), + [anon_sym_DASH] = ACTIONS(1466), + [anon_sym_PLUS] = ACTIONS(1466), + [anon_sym_STAR] = ACTIONS(1468), + [anon_sym_AMP] = ACTIONS(1468), + [anon_sym_subroutine] = ACTIONS(1466), + [anon_sym_invariant] = ACTIONS(1466), + [anon_sym_precise] = ACTIONS(1466), + [anon_sym_SEMI] = ACTIONS(1468), + [anon_sym_in] = ACTIONS(1466), + [anon_sym_out] = ACTIONS(1466), + [anon_sym_inout] = ACTIONS(1466), + [anon_sym_uniform] = ACTIONS(1466), + [anon_sym_shared] = ACTIONS(1466), + [anon_sym_attribute] = ACTIONS(1466), + [anon_sym_varying] = ACTIONS(1466), + [anon_sym_buffer] = ACTIONS(1466), + [anon_sym_coherent] = ACTIONS(1466), + [anon_sym_readonly] = ACTIONS(1466), + [anon_sym_writeonly] = ACTIONS(1466), + [anon_sym_precision] = ACTIONS(1466), + [anon_sym_highp] = ACTIONS(1466), + [anon_sym_mediump] = ACTIONS(1466), + [anon_sym_lowp] = ACTIONS(1466), + [anon_sym_centroid] = ACTIONS(1466), + [anon_sym_sample] = ACTIONS(1466), + [anon_sym_patch] = ACTIONS(1466), + [anon_sym_smooth] = ACTIONS(1466), + [anon_sym_flat] = ACTIONS(1466), + [anon_sym_noperspective] = ACTIONS(1466), + [anon_sym___extension__] = ACTIONS(1466), + [anon_sym_typedef] = ACTIONS(1466), + [anon_sym_extern] = ACTIONS(1466), + [anon_sym___attribute__] = ACTIONS(1466), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1468), + [anon_sym___declspec] = ACTIONS(1466), + [anon_sym___cdecl] = ACTIONS(1466), + [anon_sym___clrcall] = ACTIONS(1466), + [anon_sym___stdcall] = ACTIONS(1466), + [anon_sym___fastcall] = ACTIONS(1466), + [anon_sym___thiscall] = ACTIONS(1466), + [anon_sym___vectorcall] = ACTIONS(1466), + [anon_sym_LBRACE] = ACTIONS(1468), + [anon_sym_signed] = ACTIONS(1466), + [anon_sym_unsigned] = ACTIONS(1466), + [anon_sym_long] = ACTIONS(1466), + [anon_sym_short] = ACTIONS(1466), + [anon_sym_static] = ACTIONS(1466), + [anon_sym_auto] = ACTIONS(1466), + [anon_sym_register] = ACTIONS(1466), + [anon_sym_inline] = ACTIONS(1466), + [anon_sym___inline] = ACTIONS(1466), + [anon_sym___inline__] = ACTIONS(1466), + [anon_sym___forceinline] = ACTIONS(1466), + [anon_sym_thread_local] = ACTIONS(1466), + [anon_sym___thread] = ACTIONS(1466), + [anon_sym_const] = ACTIONS(1466), + [anon_sym_constexpr] = ACTIONS(1466), + [anon_sym_volatile] = ACTIONS(1466), + [anon_sym_restrict] = ACTIONS(1466), + [anon_sym___restrict__] = ACTIONS(1466), + [anon_sym__Atomic] = ACTIONS(1466), + [anon_sym__Noreturn] = ACTIONS(1466), + [anon_sym_noreturn] = ACTIONS(1466), + [sym_primitive_type] = ACTIONS(1466), + [anon_sym_enum] = ACTIONS(1466), + [anon_sym_struct] = ACTIONS(1466), + [anon_sym_union] = ACTIONS(1466), + [anon_sym_if] = ACTIONS(1466), + [anon_sym_switch] = ACTIONS(1466), + [anon_sym_case] = ACTIONS(1466), + [anon_sym_default] = ACTIONS(1466), + [anon_sym_while] = ACTIONS(1466), + [anon_sym_do] = ACTIONS(1466), + [anon_sym_for] = ACTIONS(1466), + [anon_sym_return] = ACTIONS(1466), + [anon_sym_break] = ACTIONS(1466), + [anon_sym_continue] = ACTIONS(1466), + [anon_sym_goto] = ACTIONS(1466), + [anon_sym_DASH_DASH] = ACTIONS(1468), + [anon_sym_PLUS_PLUS] = ACTIONS(1468), + [anon_sym_sizeof] = ACTIONS(1466), + [anon_sym___alignof__] = ACTIONS(1466), + [anon_sym___alignof] = ACTIONS(1466), + [anon_sym__alignof] = ACTIONS(1466), + [anon_sym_alignof] = ACTIONS(1466), + [anon_sym__Alignof] = ACTIONS(1466), + [anon_sym_offsetof] = ACTIONS(1466), + [anon_sym__Generic] = ACTIONS(1466), + [anon_sym_asm] = ACTIONS(1466), + [anon_sym___asm__] = ACTIONS(1466), + [sym_number_literal] = ACTIONS(1468), + [anon_sym_L_SQUOTE] = ACTIONS(1468), + [anon_sym_u_SQUOTE] = ACTIONS(1468), + [anon_sym_U_SQUOTE] = ACTIONS(1468), + [anon_sym_u8_SQUOTE] = ACTIONS(1468), + [anon_sym_SQUOTE] = ACTIONS(1468), + [anon_sym_L_DQUOTE] = ACTIONS(1468), + [anon_sym_u_DQUOTE] = ACTIONS(1468), + [anon_sym_U_DQUOTE] = ACTIONS(1468), + [anon_sym_u8_DQUOTE] = ACTIONS(1468), + [anon_sym_DQUOTE] = ACTIONS(1468), + [sym_true] = ACTIONS(1466), + [sym_false] = ACTIONS(1466), + [anon_sym_NULL] = ACTIONS(1466), + [anon_sym_nullptr] = ACTIONS(1466), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1502), - [anon_sym_rayPayloadInEXT] = ACTIONS(1502), - [anon_sym_hitAttributeEXT] = ACTIONS(1502), - [anon_sym_callableDataEXT] = ACTIONS(1502), - [anon_sym_callableDataInEXT] = ACTIONS(1502), - [anon_sym_shaderRecordEXT] = ACTIONS(1502), - [anon_sym_rayPayloadNV] = ACTIONS(1502), - [anon_sym_rayPayloadInNV] = ACTIONS(1502), - [anon_sym_hitAttributeNV] = ACTIONS(1502), - [anon_sym_callableDataNV] = ACTIONS(1502), - [anon_sym_callableDataInNV] = ACTIONS(1502), - [anon_sym_shaderRecordNV] = ACTIONS(1502), - [anon_sym_layout] = ACTIONS(1502), - }, - [148] = { - [sym_identifier] = ACTIONS(1512), - [aux_sym_preproc_include_token1] = ACTIONS(1512), - [aux_sym_preproc_def_token1] = ACTIONS(1512), - [aux_sym_preproc_if_token1] = ACTIONS(1512), - [aux_sym_preproc_if_token2] = ACTIONS(1512), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1512), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1512), - [aux_sym_preproc_else_token1] = ACTIONS(1512), - [aux_sym_preproc_elif_token1] = ACTIONS(1512), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1512), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1512), - [sym_preproc_directive] = ACTIONS(1512), - [anon_sym_LPAREN2] = ACTIONS(1514), - [anon_sym_BANG] = ACTIONS(1514), - [anon_sym_TILDE] = ACTIONS(1514), - [anon_sym_DASH] = ACTIONS(1512), - [anon_sym_PLUS] = ACTIONS(1512), - [anon_sym_STAR] = ACTIONS(1514), - [anon_sym_AMP] = ACTIONS(1514), - [anon_sym_subroutine] = ACTIONS(1512), - [anon_sym_invariant] = ACTIONS(1512), - [anon_sym_precise] = ACTIONS(1512), - [anon_sym_SEMI] = ACTIONS(1514), - [anon_sym_in] = ACTIONS(1512), - [anon_sym_out] = ACTIONS(1512), - [anon_sym_inout] = ACTIONS(1512), - [anon_sym_uniform] = ACTIONS(1512), - [anon_sym_shared] = ACTIONS(1512), - [anon_sym_attribute] = ACTIONS(1512), - [anon_sym_varying] = ACTIONS(1512), - [anon_sym_buffer] = ACTIONS(1512), - [anon_sym_coherent] = ACTIONS(1512), - [anon_sym_readonly] = ACTIONS(1512), - [anon_sym_writeonly] = ACTIONS(1512), - [anon_sym_precision] = ACTIONS(1512), - [anon_sym_highp] = ACTIONS(1512), - [anon_sym_mediump] = ACTIONS(1512), - [anon_sym_lowp] = ACTIONS(1512), - [anon_sym_centroid] = ACTIONS(1512), - [anon_sym_sample] = ACTIONS(1512), - [anon_sym_patch] = ACTIONS(1512), - [anon_sym_smooth] = ACTIONS(1512), - [anon_sym_flat] = ACTIONS(1512), - [anon_sym_noperspective] = ACTIONS(1512), - [anon_sym___extension__] = ACTIONS(1512), - [anon_sym_typedef] = ACTIONS(1512), - [anon_sym_extern] = ACTIONS(1512), - [anon_sym___attribute__] = ACTIONS(1512), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1514), - [anon_sym___declspec] = ACTIONS(1512), - [anon_sym___cdecl] = ACTIONS(1512), - [anon_sym___clrcall] = ACTIONS(1512), - [anon_sym___stdcall] = ACTIONS(1512), - [anon_sym___fastcall] = ACTIONS(1512), - [anon_sym___thiscall] = ACTIONS(1512), - [anon_sym___vectorcall] = ACTIONS(1512), - [anon_sym_LBRACE] = ACTIONS(1514), - [anon_sym_signed] = ACTIONS(1512), - [anon_sym_unsigned] = ACTIONS(1512), - [anon_sym_long] = ACTIONS(1512), - [anon_sym_short] = ACTIONS(1512), - [anon_sym_static] = ACTIONS(1512), - [anon_sym_auto] = ACTIONS(1512), - [anon_sym_register] = ACTIONS(1512), - [anon_sym_inline] = ACTIONS(1512), - [anon_sym___inline] = ACTIONS(1512), - [anon_sym___inline__] = ACTIONS(1512), - [anon_sym___forceinline] = ACTIONS(1512), - [anon_sym_thread_local] = ACTIONS(1512), - [anon_sym___thread] = ACTIONS(1512), - [anon_sym_const] = ACTIONS(1512), - [anon_sym_constexpr] = ACTIONS(1512), - [anon_sym_volatile] = ACTIONS(1512), - [anon_sym_restrict] = ACTIONS(1512), - [anon_sym___restrict__] = ACTIONS(1512), - [anon_sym__Atomic] = ACTIONS(1512), - [anon_sym__Noreturn] = ACTIONS(1512), - [anon_sym_noreturn] = ACTIONS(1512), - [sym_primitive_type] = ACTIONS(1512), - [anon_sym_enum] = ACTIONS(1512), - [anon_sym_struct] = ACTIONS(1512), - [anon_sym_union] = ACTIONS(1512), - [anon_sym_if] = ACTIONS(1512), - [anon_sym_switch] = ACTIONS(1512), - [anon_sym_case] = ACTIONS(1512), - [anon_sym_default] = ACTIONS(1512), - [anon_sym_while] = ACTIONS(1512), - [anon_sym_do] = ACTIONS(1512), - [anon_sym_for] = ACTIONS(1512), - [anon_sym_return] = ACTIONS(1512), - [anon_sym_break] = ACTIONS(1512), - [anon_sym_continue] = ACTIONS(1512), - [anon_sym_goto] = ACTIONS(1512), - [anon_sym_DASH_DASH] = ACTIONS(1514), - [anon_sym_PLUS_PLUS] = ACTIONS(1514), - [anon_sym_sizeof] = ACTIONS(1512), - [anon_sym___alignof__] = ACTIONS(1512), - [anon_sym___alignof] = ACTIONS(1512), - [anon_sym__alignof] = ACTIONS(1512), - [anon_sym_alignof] = ACTIONS(1512), - [anon_sym__Alignof] = ACTIONS(1512), - [anon_sym_offsetof] = ACTIONS(1512), - [anon_sym__Generic] = ACTIONS(1512), - [anon_sym_asm] = ACTIONS(1512), - [anon_sym___asm__] = ACTIONS(1512), - [sym_number_literal] = ACTIONS(1514), - [anon_sym_L_SQUOTE] = ACTIONS(1514), - [anon_sym_u_SQUOTE] = ACTIONS(1514), - [anon_sym_U_SQUOTE] = ACTIONS(1514), - [anon_sym_u8_SQUOTE] = ACTIONS(1514), - [anon_sym_SQUOTE] = ACTIONS(1514), - [anon_sym_L_DQUOTE] = ACTIONS(1514), - [anon_sym_u_DQUOTE] = ACTIONS(1514), - [anon_sym_U_DQUOTE] = ACTIONS(1514), - [anon_sym_u8_DQUOTE] = ACTIONS(1514), - [anon_sym_DQUOTE] = ACTIONS(1514), - [sym_true] = ACTIONS(1512), - [sym_false] = ACTIONS(1512), - [anon_sym_NULL] = ACTIONS(1512), - [anon_sym_nullptr] = ACTIONS(1512), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1512), - [anon_sym_rayPayloadInEXT] = ACTIONS(1512), - [anon_sym_hitAttributeEXT] = ACTIONS(1512), - [anon_sym_callableDataEXT] = ACTIONS(1512), - [anon_sym_callableDataInEXT] = ACTIONS(1512), - [anon_sym_shaderRecordEXT] = ACTIONS(1512), - [anon_sym_rayPayloadNV] = ACTIONS(1512), - [anon_sym_rayPayloadInNV] = ACTIONS(1512), - [anon_sym_hitAttributeNV] = ACTIONS(1512), - [anon_sym_callableDataNV] = ACTIONS(1512), - [anon_sym_callableDataInNV] = ACTIONS(1512), - [anon_sym_shaderRecordNV] = ACTIONS(1512), - [anon_sym_layout] = ACTIONS(1512), + [anon_sym_rayPayloadEXT] = ACTIONS(1466), + [anon_sym_rayPayloadInEXT] = ACTIONS(1466), + [anon_sym_hitAttributeEXT] = ACTIONS(1466), + [anon_sym_callableDataEXT] = ACTIONS(1466), + [anon_sym_callableDataInEXT] = ACTIONS(1466), + [anon_sym_shaderRecordEXT] = ACTIONS(1466), + [anon_sym_rayPayloadNV] = ACTIONS(1466), + [anon_sym_rayPayloadInNV] = ACTIONS(1466), + [anon_sym_hitAttributeNV] = ACTIONS(1466), + [anon_sym_callableDataNV] = ACTIONS(1466), + [anon_sym_callableDataInNV] = ACTIONS(1466), + [anon_sym_shaderRecordNV] = ACTIONS(1466), + [anon_sym_layout] = ACTIONS(1466), }, - [149] = { - [sym_identifier] = ACTIONS(1516), - [aux_sym_preproc_include_token1] = ACTIONS(1516), - [aux_sym_preproc_def_token1] = ACTIONS(1516), - [aux_sym_preproc_if_token1] = ACTIONS(1516), - [aux_sym_preproc_if_token2] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1516), - [aux_sym_preproc_else_token1] = ACTIONS(1516), - [aux_sym_preproc_elif_token1] = ACTIONS(1516), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1516), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1516), - [sym_preproc_directive] = ACTIONS(1516), - [anon_sym_LPAREN2] = ACTIONS(1518), - [anon_sym_BANG] = ACTIONS(1518), - [anon_sym_TILDE] = ACTIONS(1518), - [anon_sym_DASH] = ACTIONS(1516), - [anon_sym_PLUS] = ACTIONS(1516), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_AMP] = ACTIONS(1518), - [anon_sym_subroutine] = ACTIONS(1516), - [anon_sym_invariant] = ACTIONS(1516), - [anon_sym_precise] = ACTIONS(1516), - [anon_sym_SEMI] = ACTIONS(1518), - [anon_sym_in] = ACTIONS(1516), - [anon_sym_out] = ACTIONS(1516), - [anon_sym_inout] = ACTIONS(1516), - [anon_sym_uniform] = ACTIONS(1516), - [anon_sym_shared] = ACTIONS(1516), - [anon_sym_attribute] = ACTIONS(1516), - [anon_sym_varying] = ACTIONS(1516), - [anon_sym_buffer] = ACTIONS(1516), - [anon_sym_coherent] = ACTIONS(1516), - [anon_sym_readonly] = ACTIONS(1516), - [anon_sym_writeonly] = ACTIONS(1516), - [anon_sym_precision] = ACTIONS(1516), - [anon_sym_highp] = ACTIONS(1516), - [anon_sym_mediump] = ACTIONS(1516), - [anon_sym_lowp] = ACTIONS(1516), - [anon_sym_centroid] = ACTIONS(1516), - [anon_sym_sample] = ACTIONS(1516), - [anon_sym_patch] = ACTIONS(1516), - [anon_sym_smooth] = ACTIONS(1516), - [anon_sym_flat] = ACTIONS(1516), - [anon_sym_noperspective] = ACTIONS(1516), - [anon_sym___extension__] = ACTIONS(1516), - [anon_sym_typedef] = ACTIONS(1516), - [anon_sym_extern] = ACTIONS(1516), - [anon_sym___attribute__] = ACTIONS(1516), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1518), - [anon_sym___declspec] = ACTIONS(1516), - [anon_sym___cdecl] = ACTIONS(1516), - [anon_sym___clrcall] = ACTIONS(1516), - [anon_sym___stdcall] = ACTIONS(1516), - [anon_sym___fastcall] = ACTIONS(1516), - [anon_sym___thiscall] = ACTIONS(1516), - [anon_sym___vectorcall] = ACTIONS(1516), - [anon_sym_LBRACE] = ACTIONS(1518), - [anon_sym_signed] = ACTIONS(1516), - [anon_sym_unsigned] = ACTIONS(1516), - [anon_sym_long] = ACTIONS(1516), - [anon_sym_short] = ACTIONS(1516), - [anon_sym_static] = ACTIONS(1516), - [anon_sym_auto] = ACTIONS(1516), - [anon_sym_register] = ACTIONS(1516), - [anon_sym_inline] = ACTIONS(1516), - [anon_sym___inline] = ACTIONS(1516), - [anon_sym___inline__] = ACTIONS(1516), - [anon_sym___forceinline] = ACTIONS(1516), - [anon_sym_thread_local] = ACTIONS(1516), - [anon_sym___thread] = ACTIONS(1516), - [anon_sym_const] = ACTIONS(1516), - [anon_sym_constexpr] = ACTIONS(1516), - [anon_sym_volatile] = ACTIONS(1516), - [anon_sym_restrict] = ACTIONS(1516), - [anon_sym___restrict__] = ACTIONS(1516), - [anon_sym__Atomic] = ACTIONS(1516), - [anon_sym__Noreturn] = ACTIONS(1516), - [anon_sym_noreturn] = ACTIONS(1516), - [sym_primitive_type] = ACTIONS(1516), - [anon_sym_enum] = ACTIONS(1516), - [anon_sym_struct] = ACTIONS(1516), - [anon_sym_union] = ACTIONS(1516), - [anon_sym_if] = ACTIONS(1516), - [anon_sym_switch] = ACTIONS(1516), - [anon_sym_case] = ACTIONS(1516), - [anon_sym_default] = ACTIONS(1516), - [anon_sym_while] = ACTIONS(1516), - [anon_sym_do] = ACTIONS(1516), - [anon_sym_for] = ACTIONS(1516), - [anon_sym_return] = ACTIONS(1516), - [anon_sym_break] = ACTIONS(1516), - [anon_sym_continue] = ACTIONS(1516), - [anon_sym_goto] = ACTIONS(1516), - [anon_sym_DASH_DASH] = ACTIONS(1518), - [anon_sym_PLUS_PLUS] = ACTIONS(1518), - [anon_sym_sizeof] = ACTIONS(1516), - [anon_sym___alignof__] = ACTIONS(1516), - [anon_sym___alignof] = ACTIONS(1516), - [anon_sym__alignof] = ACTIONS(1516), - [anon_sym_alignof] = ACTIONS(1516), - [anon_sym__Alignof] = ACTIONS(1516), - [anon_sym_offsetof] = ACTIONS(1516), - [anon_sym__Generic] = ACTIONS(1516), - [anon_sym_asm] = ACTIONS(1516), - [anon_sym___asm__] = ACTIONS(1516), - [sym_number_literal] = ACTIONS(1518), - [anon_sym_L_SQUOTE] = ACTIONS(1518), - [anon_sym_u_SQUOTE] = ACTIONS(1518), - [anon_sym_U_SQUOTE] = ACTIONS(1518), - [anon_sym_u8_SQUOTE] = ACTIONS(1518), - [anon_sym_SQUOTE] = ACTIONS(1518), - [anon_sym_L_DQUOTE] = ACTIONS(1518), - [anon_sym_u_DQUOTE] = ACTIONS(1518), - [anon_sym_U_DQUOTE] = ACTIONS(1518), - [anon_sym_u8_DQUOTE] = ACTIONS(1518), - [anon_sym_DQUOTE] = ACTIONS(1518), - [sym_true] = ACTIONS(1516), - [sym_false] = ACTIONS(1516), - [anon_sym_NULL] = ACTIONS(1516), - [anon_sym_nullptr] = ACTIONS(1516), + [134] = { + [sym_identifier] = ACTIONS(1470), + [aux_sym_preproc_include_token1] = ACTIONS(1470), + [aux_sym_preproc_def_token1] = ACTIONS(1470), + [aux_sym_preproc_if_token1] = ACTIONS(1470), + [aux_sym_preproc_if_token2] = ACTIONS(1470), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1470), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1470), + [aux_sym_preproc_else_token1] = ACTIONS(1470), + [aux_sym_preproc_elif_token1] = ACTIONS(1470), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1470), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1470), + [sym_preproc_directive] = ACTIONS(1470), + [anon_sym_LPAREN2] = ACTIONS(1472), + [anon_sym_BANG] = ACTIONS(1472), + [anon_sym_TILDE] = ACTIONS(1472), + [anon_sym_DASH] = ACTIONS(1470), + [anon_sym_PLUS] = ACTIONS(1470), + [anon_sym_STAR] = ACTIONS(1472), + [anon_sym_AMP] = ACTIONS(1472), + [anon_sym_subroutine] = ACTIONS(1470), + [anon_sym_invariant] = ACTIONS(1470), + [anon_sym_precise] = ACTIONS(1470), + [anon_sym_SEMI] = ACTIONS(1472), + [anon_sym_in] = ACTIONS(1470), + [anon_sym_out] = ACTIONS(1470), + [anon_sym_inout] = ACTIONS(1470), + [anon_sym_uniform] = ACTIONS(1470), + [anon_sym_shared] = ACTIONS(1470), + [anon_sym_attribute] = ACTIONS(1470), + [anon_sym_varying] = ACTIONS(1470), + [anon_sym_buffer] = ACTIONS(1470), + [anon_sym_coherent] = ACTIONS(1470), + [anon_sym_readonly] = ACTIONS(1470), + [anon_sym_writeonly] = ACTIONS(1470), + [anon_sym_precision] = ACTIONS(1470), + [anon_sym_highp] = ACTIONS(1470), + [anon_sym_mediump] = ACTIONS(1470), + [anon_sym_lowp] = ACTIONS(1470), + [anon_sym_centroid] = ACTIONS(1470), + [anon_sym_sample] = ACTIONS(1470), + [anon_sym_patch] = ACTIONS(1470), + [anon_sym_smooth] = ACTIONS(1470), + [anon_sym_flat] = ACTIONS(1470), + [anon_sym_noperspective] = ACTIONS(1470), + [anon_sym___extension__] = ACTIONS(1470), + [anon_sym_typedef] = ACTIONS(1470), + [anon_sym_extern] = ACTIONS(1470), + [anon_sym___attribute__] = ACTIONS(1470), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1472), + [anon_sym___declspec] = ACTIONS(1470), + [anon_sym___cdecl] = ACTIONS(1470), + [anon_sym___clrcall] = ACTIONS(1470), + [anon_sym___stdcall] = ACTIONS(1470), + [anon_sym___fastcall] = ACTIONS(1470), + [anon_sym___thiscall] = ACTIONS(1470), + [anon_sym___vectorcall] = ACTIONS(1470), + [anon_sym_LBRACE] = ACTIONS(1472), + [anon_sym_signed] = ACTIONS(1470), + [anon_sym_unsigned] = ACTIONS(1470), + [anon_sym_long] = ACTIONS(1470), + [anon_sym_short] = ACTIONS(1470), + [anon_sym_static] = ACTIONS(1470), + [anon_sym_auto] = ACTIONS(1470), + [anon_sym_register] = ACTIONS(1470), + [anon_sym_inline] = ACTIONS(1470), + [anon_sym___inline] = ACTIONS(1470), + [anon_sym___inline__] = ACTIONS(1470), + [anon_sym___forceinline] = ACTIONS(1470), + [anon_sym_thread_local] = ACTIONS(1470), + [anon_sym___thread] = ACTIONS(1470), + [anon_sym_const] = ACTIONS(1470), + [anon_sym_constexpr] = ACTIONS(1470), + [anon_sym_volatile] = ACTIONS(1470), + [anon_sym_restrict] = ACTIONS(1470), + [anon_sym___restrict__] = ACTIONS(1470), + [anon_sym__Atomic] = ACTIONS(1470), + [anon_sym__Noreturn] = ACTIONS(1470), + [anon_sym_noreturn] = ACTIONS(1470), + [sym_primitive_type] = ACTIONS(1470), + [anon_sym_enum] = ACTIONS(1470), + [anon_sym_struct] = ACTIONS(1470), + [anon_sym_union] = ACTIONS(1470), + [anon_sym_if] = ACTIONS(1470), + [anon_sym_switch] = ACTIONS(1470), + [anon_sym_case] = ACTIONS(1470), + [anon_sym_default] = ACTIONS(1470), + [anon_sym_while] = ACTIONS(1470), + [anon_sym_do] = ACTIONS(1470), + [anon_sym_for] = ACTIONS(1470), + [anon_sym_return] = ACTIONS(1470), + [anon_sym_break] = ACTIONS(1470), + [anon_sym_continue] = ACTIONS(1470), + [anon_sym_goto] = ACTIONS(1470), + [anon_sym_DASH_DASH] = ACTIONS(1472), + [anon_sym_PLUS_PLUS] = ACTIONS(1472), + [anon_sym_sizeof] = ACTIONS(1470), + [anon_sym___alignof__] = ACTIONS(1470), + [anon_sym___alignof] = ACTIONS(1470), + [anon_sym__alignof] = ACTIONS(1470), + [anon_sym_alignof] = ACTIONS(1470), + [anon_sym__Alignof] = ACTIONS(1470), + [anon_sym_offsetof] = ACTIONS(1470), + [anon_sym__Generic] = ACTIONS(1470), + [anon_sym_asm] = ACTIONS(1470), + [anon_sym___asm__] = ACTIONS(1470), + [sym_number_literal] = ACTIONS(1472), + [anon_sym_L_SQUOTE] = ACTIONS(1472), + [anon_sym_u_SQUOTE] = ACTIONS(1472), + [anon_sym_U_SQUOTE] = ACTIONS(1472), + [anon_sym_u8_SQUOTE] = ACTIONS(1472), + [anon_sym_SQUOTE] = ACTIONS(1472), + [anon_sym_L_DQUOTE] = ACTIONS(1472), + [anon_sym_u_DQUOTE] = ACTIONS(1472), + [anon_sym_U_DQUOTE] = ACTIONS(1472), + [anon_sym_u8_DQUOTE] = ACTIONS(1472), + [anon_sym_DQUOTE] = ACTIONS(1472), + [sym_true] = ACTIONS(1470), + [sym_false] = ACTIONS(1470), + [anon_sym_NULL] = ACTIONS(1470), + [anon_sym_nullptr] = ACTIONS(1470), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1516), - [anon_sym_rayPayloadInEXT] = ACTIONS(1516), - [anon_sym_hitAttributeEXT] = ACTIONS(1516), - [anon_sym_callableDataEXT] = ACTIONS(1516), - [anon_sym_callableDataInEXT] = ACTIONS(1516), - [anon_sym_shaderRecordEXT] = ACTIONS(1516), - [anon_sym_rayPayloadNV] = ACTIONS(1516), - [anon_sym_rayPayloadInNV] = ACTIONS(1516), - [anon_sym_hitAttributeNV] = ACTIONS(1516), - [anon_sym_callableDataNV] = ACTIONS(1516), - [anon_sym_callableDataInNV] = ACTIONS(1516), - [anon_sym_shaderRecordNV] = ACTIONS(1516), - [anon_sym_layout] = ACTIONS(1516), + [anon_sym_rayPayloadEXT] = ACTIONS(1470), + [anon_sym_rayPayloadInEXT] = ACTIONS(1470), + [anon_sym_hitAttributeEXT] = ACTIONS(1470), + [anon_sym_callableDataEXT] = ACTIONS(1470), + [anon_sym_callableDataInEXT] = ACTIONS(1470), + [anon_sym_shaderRecordEXT] = ACTIONS(1470), + [anon_sym_rayPayloadNV] = ACTIONS(1470), + [anon_sym_rayPayloadInNV] = ACTIONS(1470), + [anon_sym_hitAttributeNV] = ACTIONS(1470), + [anon_sym_callableDataNV] = ACTIONS(1470), + [anon_sym_callableDataInNV] = ACTIONS(1470), + [anon_sym_shaderRecordNV] = ACTIONS(1470), + [anon_sym_layout] = ACTIONS(1470), }, - [150] = { - [sym_identifier] = ACTIONS(1520), - [aux_sym_preproc_include_token1] = ACTIONS(1520), - [aux_sym_preproc_def_token1] = ACTIONS(1520), - [aux_sym_preproc_if_token1] = ACTIONS(1520), - [aux_sym_preproc_if_token2] = ACTIONS(1520), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1520), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1520), - [aux_sym_preproc_else_token1] = ACTIONS(1520), - [aux_sym_preproc_elif_token1] = ACTIONS(1520), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1520), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1520), - [sym_preproc_directive] = ACTIONS(1520), - [anon_sym_LPAREN2] = ACTIONS(1522), - [anon_sym_BANG] = ACTIONS(1522), - [anon_sym_TILDE] = ACTIONS(1522), - [anon_sym_DASH] = ACTIONS(1520), - [anon_sym_PLUS] = ACTIONS(1520), - [anon_sym_STAR] = ACTIONS(1522), - [anon_sym_AMP] = ACTIONS(1522), - [anon_sym_subroutine] = ACTIONS(1520), - [anon_sym_invariant] = ACTIONS(1520), - [anon_sym_precise] = ACTIONS(1520), - [anon_sym_SEMI] = ACTIONS(1522), - [anon_sym_in] = ACTIONS(1520), - [anon_sym_out] = ACTIONS(1520), - [anon_sym_inout] = ACTIONS(1520), - [anon_sym_uniform] = ACTIONS(1520), - [anon_sym_shared] = ACTIONS(1520), - [anon_sym_attribute] = ACTIONS(1520), - [anon_sym_varying] = ACTIONS(1520), - [anon_sym_buffer] = ACTIONS(1520), - [anon_sym_coherent] = ACTIONS(1520), - [anon_sym_readonly] = ACTIONS(1520), - [anon_sym_writeonly] = ACTIONS(1520), - [anon_sym_precision] = ACTIONS(1520), - [anon_sym_highp] = ACTIONS(1520), - [anon_sym_mediump] = ACTIONS(1520), - [anon_sym_lowp] = ACTIONS(1520), - [anon_sym_centroid] = ACTIONS(1520), - [anon_sym_sample] = ACTIONS(1520), - [anon_sym_patch] = ACTIONS(1520), - [anon_sym_smooth] = ACTIONS(1520), - [anon_sym_flat] = ACTIONS(1520), - [anon_sym_noperspective] = ACTIONS(1520), - [anon_sym___extension__] = ACTIONS(1520), - [anon_sym_typedef] = ACTIONS(1520), - [anon_sym_extern] = ACTIONS(1520), - [anon_sym___attribute__] = ACTIONS(1520), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1522), - [anon_sym___declspec] = ACTIONS(1520), - [anon_sym___cdecl] = ACTIONS(1520), - [anon_sym___clrcall] = ACTIONS(1520), - [anon_sym___stdcall] = ACTIONS(1520), - [anon_sym___fastcall] = ACTIONS(1520), - [anon_sym___thiscall] = ACTIONS(1520), - [anon_sym___vectorcall] = ACTIONS(1520), - [anon_sym_LBRACE] = ACTIONS(1522), - [anon_sym_signed] = ACTIONS(1520), - [anon_sym_unsigned] = ACTIONS(1520), - [anon_sym_long] = ACTIONS(1520), - [anon_sym_short] = ACTIONS(1520), - [anon_sym_static] = ACTIONS(1520), - [anon_sym_auto] = ACTIONS(1520), - [anon_sym_register] = ACTIONS(1520), - [anon_sym_inline] = ACTIONS(1520), - [anon_sym___inline] = ACTIONS(1520), - [anon_sym___inline__] = ACTIONS(1520), - [anon_sym___forceinline] = ACTIONS(1520), - [anon_sym_thread_local] = ACTIONS(1520), - [anon_sym___thread] = ACTIONS(1520), - [anon_sym_const] = ACTIONS(1520), - [anon_sym_constexpr] = ACTIONS(1520), - [anon_sym_volatile] = ACTIONS(1520), - [anon_sym_restrict] = ACTIONS(1520), - [anon_sym___restrict__] = ACTIONS(1520), - [anon_sym__Atomic] = ACTIONS(1520), - [anon_sym__Noreturn] = ACTIONS(1520), - [anon_sym_noreturn] = ACTIONS(1520), - [sym_primitive_type] = ACTIONS(1520), - [anon_sym_enum] = ACTIONS(1520), - [anon_sym_struct] = ACTIONS(1520), - [anon_sym_union] = ACTIONS(1520), - [anon_sym_if] = ACTIONS(1520), - [anon_sym_switch] = ACTIONS(1520), - [anon_sym_case] = ACTIONS(1520), - [anon_sym_default] = ACTIONS(1520), - [anon_sym_while] = ACTIONS(1520), - [anon_sym_do] = ACTIONS(1520), - [anon_sym_for] = ACTIONS(1520), - [anon_sym_return] = ACTIONS(1520), - [anon_sym_break] = ACTIONS(1520), - [anon_sym_continue] = ACTIONS(1520), - [anon_sym_goto] = ACTIONS(1520), - [anon_sym_DASH_DASH] = ACTIONS(1522), - [anon_sym_PLUS_PLUS] = ACTIONS(1522), - [anon_sym_sizeof] = ACTIONS(1520), - [anon_sym___alignof__] = ACTIONS(1520), - [anon_sym___alignof] = ACTIONS(1520), - [anon_sym__alignof] = ACTIONS(1520), - [anon_sym_alignof] = ACTIONS(1520), - [anon_sym__Alignof] = ACTIONS(1520), - [anon_sym_offsetof] = ACTIONS(1520), - [anon_sym__Generic] = ACTIONS(1520), - [anon_sym_asm] = ACTIONS(1520), - [anon_sym___asm__] = ACTIONS(1520), - [sym_number_literal] = ACTIONS(1522), - [anon_sym_L_SQUOTE] = ACTIONS(1522), - [anon_sym_u_SQUOTE] = ACTIONS(1522), - [anon_sym_U_SQUOTE] = ACTIONS(1522), - [anon_sym_u8_SQUOTE] = ACTIONS(1522), - [anon_sym_SQUOTE] = ACTIONS(1522), - [anon_sym_L_DQUOTE] = ACTIONS(1522), - [anon_sym_u_DQUOTE] = ACTIONS(1522), - [anon_sym_U_DQUOTE] = ACTIONS(1522), - [anon_sym_u8_DQUOTE] = ACTIONS(1522), - [anon_sym_DQUOTE] = ACTIONS(1522), - [sym_true] = ACTIONS(1520), - [sym_false] = ACTIONS(1520), - [anon_sym_NULL] = ACTIONS(1520), - [anon_sym_nullptr] = ACTIONS(1520), + [135] = { + [sym_identifier] = ACTIONS(1474), + [aux_sym_preproc_include_token1] = ACTIONS(1474), + [aux_sym_preproc_def_token1] = ACTIONS(1474), + [aux_sym_preproc_if_token1] = ACTIONS(1474), + [aux_sym_preproc_if_token2] = ACTIONS(1474), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1474), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1474), + [aux_sym_preproc_else_token1] = ACTIONS(1474), + [aux_sym_preproc_elif_token1] = ACTIONS(1474), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1474), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1474), + [sym_preproc_directive] = ACTIONS(1474), + [anon_sym_LPAREN2] = ACTIONS(1476), + [anon_sym_BANG] = ACTIONS(1476), + [anon_sym_TILDE] = ACTIONS(1476), + [anon_sym_DASH] = ACTIONS(1474), + [anon_sym_PLUS] = ACTIONS(1474), + [anon_sym_STAR] = ACTIONS(1476), + [anon_sym_AMP] = ACTIONS(1476), + [anon_sym_subroutine] = ACTIONS(1474), + [anon_sym_invariant] = ACTIONS(1474), + [anon_sym_precise] = ACTIONS(1474), + [anon_sym_SEMI] = ACTIONS(1476), + [anon_sym_in] = ACTIONS(1474), + [anon_sym_out] = ACTIONS(1474), + [anon_sym_inout] = ACTIONS(1474), + [anon_sym_uniform] = ACTIONS(1474), + [anon_sym_shared] = ACTIONS(1474), + [anon_sym_attribute] = ACTIONS(1474), + [anon_sym_varying] = ACTIONS(1474), + [anon_sym_buffer] = ACTIONS(1474), + [anon_sym_coherent] = ACTIONS(1474), + [anon_sym_readonly] = ACTIONS(1474), + [anon_sym_writeonly] = ACTIONS(1474), + [anon_sym_precision] = ACTIONS(1474), + [anon_sym_highp] = ACTIONS(1474), + [anon_sym_mediump] = ACTIONS(1474), + [anon_sym_lowp] = ACTIONS(1474), + [anon_sym_centroid] = ACTIONS(1474), + [anon_sym_sample] = ACTIONS(1474), + [anon_sym_patch] = ACTIONS(1474), + [anon_sym_smooth] = ACTIONS(1474), + [anon_sym_flat] = ACTIONS(1474), + [anon_sym_noperspective] = ACTIONS(1474), + [anon_sym___extension__] = ACTIONS(1474), + [anon_sym_typedef] = ACTIONS(1474), + [anon_sym_extern] = ACTIONS(1474), + [anon_sym___attribute__] = ACTIONS(1474), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), + [anon_sym___declspec] = ACTIONS(1474), + [anon_sym___cdecl] = ACTIONS(1474), + [anon_sym___clrcall] = ACTIONS(1474), + [anon_sym___stdcall] = ACTIONS(1474), + [anon_sym___fastcall] = ACTIONS(1474), + [anon_sym___thiscall] = ACTIONS(1474), + [anon_sym___vectorcall] = ACTIONS(1474), + [anon_sym_LBRACE] = ACTIONS(1476), + [anon_sym_signed] = ACTIONS(1474), + [anon_sym_unsigned] = ACTIONS(1474), + [anon_sym_long] = ACTIONS(1474), + [anon_sym_short] = ACTIONS(1474), + [anon_sym_static] = ACTIONS(1474), + [anon_sym_auto] = ACTIONS(1474), + [anon_sym_register] = ACTIONS(1474), + [anon_sym_inline] = ACTIONS(1474), + [anon_sym___inline] = ACTIONS(1474), + [anon_sym___inline__] = ACTIONS(1474), + [anon_sym___forceinline] = ACTIONS(1474), + [anon_sym_thread_local] = ACTIONS(1474), + [anon_sym___thread] = ACTIONS(1474), + [anon_sym_const] = ACTIONS(1474), + [anon_sym_constexpr] = ACTIONS(1474), + [anon_sym_volatile] = ACTIONS(1474), + [anon_sym_restrict] = ACTIONS(1474), + [anon_sym___restrict__] = ACTIONS(1474), + [anon_sym__Atomic] = ACTIONS(1474), + [anon_sym__Noreturn] = ACTIONS(1474), + [anon_sym_noreturn] = ACTIONS(1474), + [sym_primitive_type] = ACTIONS(1474), + [anon_sym_enum] = ACTIONS(1474), + [anon_sym_struct] = ACTIONS(1474), + [anon_sym_union] = ACTIONS(1474), + [anon_sym_if] = ACTIONS(1474), + [anon_sym_switch] = ACTIONS(1474), + [anon_sym_case] = ACTIONS(1474), + [anon_sym_default] = ACTIONS(1474), + [anon_sym_while] = ACTIONS(1474), + [anon_sym_do] = ACTIONS(1474), + [anon_sym_for] = ACTIONS(1474), + [anon_sym_return] = ACTIONS(1474), + [anon_sym_break] = ACTIONS(1474), + [anon_sym_continue] = ACTIONS(1474), + [anon_sym_goto] = ACTIONS(1474), + [anon_sym_DASH_DASH] = ACTIONS(1476), + [anon_sym_PLUS_PLUS] = ACTIONS(1476), + [anon_sym_sizeof] = ACTIONS(1474), + [anon_sym___alignof__] = ACTIONS(1474), + [anon_sym___alignof] = ACTIONS(1474), + [anon_sym__alignof] = ACTIONS(1474), + [anon_sym_alignof] = ACTIONS(1474), + [anon_sym__Alignof] = ACTIONS(1474), + [anon_sym_offsetof] = ACTIONS(1474), + [anon_sym__Generic] = ACTIONS(1474), + [anon_sym_asm] = ACTIONS(1474), + [anon_sym___asm__] = ACTIONS(1474), + [sym_number_literal] = ACTIONS(1476), + [anon_sym_L_SQUOTE] = ACTIONS(1476), + [anon_sym_u_SQUOTE] = ACTIONS(1476), + [anon_sym_U_SQUOTE] = ACTIONS(1476), + [anon_sym_u8_SQUOTE] = ACTIONS(1476), + [anon_sym_SQUOTE] = ACTIONS(1476), + [anon_sym_L_DQUOTE] = ACTIONS(1476), + [anon_sym_u_DQUOTE] = ACTIONS(1476), + [anon_sym_U_DQUOTE] = ACTIONS(1476), + [anon_sym_u8_DQUOTE] = ACTIONS(1476), + [anon_sym_DQUOTE] = ACTIONS(1476), + [sym_true] = ACTIONS(1474), + [sym_false] = ACTIONS(1474), + [anon_sym_NULL] = ACTIONS(1474), + [anon_sym_nullptr] = ACTIONS(1474), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1520), - [anon_sym_rayPayloadInEXT] = ACTIONS(1520), - [anon_sym_hitAttributeEXT] = ACTIONS(1520), - [anon_sym_callableDataEXT] = ACTIONS(1520), - [anon_sym_callableDataInEXT] = ACTIONS(1520), - [anon_sym_shaderRecordEXT] = ACTIONS(1520), - [anon_sym_rayPayloadNV] = ACTIONS(1520), - [anon_sym_rayPayloadInNV] = ACTIONS(1520), - [anon_sym_hitAttributeNV] = ACTIONS(1520), - [anon_sym_callableDataNV] = ACTIONS(1520), - [anon_sym_callableDataInNV] = ACTIONS(1520), - [anon_sym_shaderRecordNV] = ACTIONS(1520), - [anon_sym_layout] = ACTIONS(1520), + [anon_sym_rayPayloadEXT] = ACTIONS(1474), + [anon_sym_rayPayloadInEXT] = ACTIONS(1474), + [anon_sym_hitAttributeEXT] = ACTIONS(1474), + [anon_sym_callableDataEXT] = ACTIONS(1474), + [anon_sym_callableDataInEXT] = ACTIONS(1474), + [anon_sym_shaderRecordEXT] = ACTIONS(1474), + [anon_sym_rayPayloadNV] = ACTIONS(1474), + [anon_sym_rayPayloadInNV] = ACTIONS(1474), + [anon_sym_hitAttributeNV] = ACTIONS(1474), + [anon_sym_callableDataNV] = ACTIONS(1474), + [anon_sym_callableDataInNV] = ACTIONS(1474), + [anon_sym_shaderRecordNV] = ACTIONS(1474), + [anon_sym_layout] = ACTIONS(1474), + }, + [136] = { + [sym_identifier] = ACTIONS(1478), + [aux_sym_preproc_include_token1] = ACTIONS(1478), + [aux_sym_preproc_def_token1] = ACTIONS(1478), + [aux_sym_preproc_if_token1] = ACTIONS(1478), + [aux_sym_preproc_if_token2] = ACTIONS(1478), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1478), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1478), + [aux_sym_preproc_else_token1] = ACTIONS(1478), + [aux_sym_preproc_elif_token1] = ACTIONS(1478), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1478), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1478), + [sym_preproc_directive] = ACTIONS(1478), + [anon_sym_LPAREN2] = ACTIONS(1480), + [anon_sym_BANG] = ACTIONS(1480), + [anon_sym_TILDE] = ACTIONS(1480), + [anon_sym_DASH] = ACTIONS(1478), + [anon_sym_PLUS] = ACTIONS(1478), + [anon_sym_STAR] = ACTIONS(1480), + [anon_sym_AMP] = ACTIONS(1480), + [anon_sym_subroutine] = ACTIONS(1478), + [anon_sym_invariant] = ACTIONS(1478), + [anon_sym_precise] = ACTIONS(1478), + [anon_sym_SEMI] = ACTIONS(1480), + [anon_sym_in] = ACTIONS(1478), + [anon_sym_out] = ACTIONS(1478), + [anon_sym_inout] = ACTIONS(1478), + [anon_sym_uniform] = ACTIONS(1478), + [anon_sym_shared] = ACTIONS(1478), + [anon_sym_attribute] = ACTIONS(1478), + [anon_sym_varying] = ACTIONS(1478), + [anon_sym_buffer] = ACTIONS(1478), + [anon_sym_coherent] = ACTIONS(1478), + [anon_sym_readonly] = ACTIONS(1478), + [anon_sym_writeonly] = ACTIONS(1478), + [anon_sym_precision] = ACTIONS(1478), + [anon_sym_highp] = ACTIONS(1478), + [anon_sym_mediump] = ACTIONS(1478), + [anon_sym_lowp] = ACTIONS(1478), + [anon_sym_centroid] = ACTIONS(1478), + [anon_sym_sample] = ACTIONS(1478), + [anon_sym_patch] = ACTIONS(1478), + [anon_sym_smooth] = ACTIONS(1478), + [anon_sym_flat] = ACTIONS(1478), + [anon_sym_noperspective] = ACTIONS(1478), + [anon_sym___extension__] = ACTIONS(1478), + [anon_sym_typedef] = ACTIONS(1478), + [anon_sym_extern] = ACTIONS(1478), + [anon_sym___attribute__] = ACTIONS(1478), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1480), + [anon_sym___declspec] = ACTIONS(1478), + [anon_sym___cdecl] = ACTIONS(1478), + [anon_sym___clrcall] = ACTIONS(1478), + [anon_sym___stdcall] = ACTIONS(1478), + [anon_sym___fastcall] = ACTIONS(1478), + [anon_sym___thiscall] = ACTIONS(1478), + [anon_sym___vectorcall] = ACTIONS(1478), + [anon_sym_LBRACE] = ACTIONS(1480), + [anon_sym_signed] = ACTIONS(1478), + [anon_sym_unsigned] = ACTIONS(1478), + [anon_sym_long] = ACTIONS(1478), + [anon_sym_short] = ACTIONS(1478), + [anon_sym_static] = ACTIONS(1478), + [anon_sym_auto] = ACTIONS(1478), + [anon_sym_register] = ACTIONS(1478), + [anon_sym_inline] = ACTIONS(1478), + [anon_sym___inline] = ACTIONS(1478), + [anon_sym___inline__] = ACTIONS(1478), + [anon_sym___forceinline] = ACTIONS(1478), + [anon_sym_thread_local] = ACTIONS(1478), + [anon_sym___thread] = ACTIONS(1478), + [anon_sym_const] = ACTIONS(1478), + [anon_sym_constexpr] = ACTIONS(1478), + [anon_sym_volatile] = ACTIONS(1478), + [anon_sym_restrict] = ACTIONS(1478), + [anon_sym___restrict__] = ACTIONS(1478), + [anon_sym__Atomic] = ACTIONS(1478), + [anon_sym__Noreturn] = ACTIONS(1478), + [anon_sym_noreturn] = ACTIONS(1478), + [sym_primitive_type] = ACTIONS(1478), + [anon_sym_enum] = ACTIONS(1478), + [anon_sym_struct] = ACTIONS(1478), + [anon_sym_union] = ACTIONS(1478), + [anon_sym_if] = ACTIONS(1478), + [anon_sym_switch] = ACTIONS(1478), + [anon_sym_case] = ACTIONS(1478), + [anon_sym_default] = ACTIONS(1478), + [anon_sym_while] = ACTIONS(1478), + [anon_sym_do] = ACTIONS(1478), + [anon_sym_for] = ACTIONS(1478), + [anon_sym_return] = ACTIONS(1478), + [anon_sym_break] = ACTIONS(1478), + [anon_sym_continue] = ACTIONS(1478), + [anon_sym_goto] = ACTIONS(1478), + [anon_sym_DASH_DASH] = ACTIONS(1480), + [anon_sym_PLUS_PLUS] = ACTIONS(1480), + [anon_sym_sizeof] = ACTIONS(1478), + [anon_sym___alignof__] = ACTIONS(1478), + [anon_sym___alignof] = ACTIONS(1478), + [anon_sym__alignof] = ACTIONS(1478), + [anon_sym_alignof] = ACTIONS(1478), + [anon_sym__Alignof] = ACTIONS(1478), + [anon_sym_offsetof] = ACTIONS(1478), + [anon_sym__Generic] = ACTIONS(1478), + [anon_sym_asm] = ACTIONS(1478), + [anon_sym___asm__] = ACTIONS(1478), + [sym_number_literal] = ACTIONS(1480), + [anon_sym_L_SQUOTE] = ACTIONS(1480), + [anon_sym_u_SQUOTE] = ACTIONS(1480), + [anon_sym_U_SQUOTE] = ACTIONS(1480), + [anon_sym_u8_SQUOTE] = ACTIONS(1480), + [anon_sym_SQUOTE] = ACTIONS(1480), + [anon_sym_L_DQUOTE] = ACTIONS(1480), + [anon_sym_u_DQUOTE] = ACTIONS(1480), + [anon_sym_U_DQUOTE] = ACTIONS(1480), + [anon_sym_u8_DQUOTE] = ACTIONS(1480), + [anon_sym_DQUOTE] = ACTIONS(1480), + [sym_true] = ACTIONS(1478), + [sym_false] = ACTIONS(1478), + [anon_sym_NULL] = ACTIONS(1478), + [anon_sym_nullptr] = ACTIONS(1478), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1478), + [anon_sym_rayPayloadInEXT] = ACTIONS(1478), + [anon_sym_hitAttributeEXT] = ACTIONS(1478), + [anon_sym_callableDataEXT] = ACTIONS(1478), + [anon_sym_callableDataInEXT] = ACTIONS(1478), + [anon_sym_shaderRecordEXT] = ACTIONS(1478), + [anon_sym_rayPayloadNV] = ACTIONS(1478), + [anon_sym_rayPayloadInNV] = ACTIONS(1478), + [anon_sym_hitAttributeNV] = ACTIONS(1478), + [anon_sym_callableDataNV] = ACTIONS(1478), + [anon_sym_callableDataInNV] = ACTIONS(1478), + [anon_sym_shaderRecordNV] = ACTIONS(1478), + [anon_sym_layout] = ACTIONS(1478), }, - [151] = { - [sym_identifier] = ACTIONS(1524), - [aux_sym_preproc_include_token1] = ACTIONS(1524), - [aux_sym_preproc_def_token1] = ACTIONS(1524), - [aux_sym_preproc_if_token1] = ACTIONS(1524), - [aux_sym_preproc_if_token2] = ACTIONS(1524), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1524), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1524), - [aux_sym_preproc_else_token1] = ACTIONS(1524), - [aux_sym_preproc_elif_token1] = ACTIONS(1524), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1524), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1524), - [sym_preproc_directive] = ACTIONS(1524), - [anon_sym_LPAREN2] = ACTIONS(1526), - [anon_sym_BANG] = ACTIONS(1526), - [anon_sym_TILDE] = ACTIONS(1526), - [anon_sym_DASH] = ACTIONS(1524), - [anon_sym_PLUS] = ACTIONS(1524), - [anon_sym_STAR] = ACTIONS(1526), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_subroutine] = ACTIONS(1524), - [anon_sym_invariant] = ACTIONS(1524), - [anon_sym_precise] = ACTIONS(1524), - [anon_sym_SEMI] = ACTIONS(1526), - [anon_sym_in] = ACTIONS(1524), - [anon_sym_out] = ACTIONS(1524), - [anon_sym_inout] = ACTIONS(1524), - [anon_sym_uniform] = ACTIONS(1524), - [anon_sym_shared] = ACTIONS(1524), - [anon_sym_attribute] = ACTIONS(1524), - [anon_sym_varying] = ACTIONS(1524), - [anon_sym_buffer] = ACTIONS(1524), - [anon_sym_coherent] = ACTIONS(1524), - [anon_sym_readonly] = ACTIONS(1524), - [anon_sym_writeonly] = ACTIONS(1524), - [anon_sym_precision] = ACTIONS(1524), - [anon_sym_highp] = ACTIONS(1524), - [anon_sym_mediump] = ACTIONS(1524), - [anon_sym_lowp] = ACTIONS(1524), - [anon_sym_centroid] = ACTIONS(1524), - [anon_sym_sample] = ACTIONS(1524), - [anon_sym_patch] = ACTIONS(1524), - [anon_sym_smooth] = ACTIONS(1524), - [anon_sym_flat] = ACTIONS(1524), - [anon_sym_noperspective] = ACTIONS(1524), - [anon_sym___extension__] = ACTIONS(1524), - [anon_sym_typedef] = ACTIONS(1524), - [anon_sym_extern] = ACTIONS(1524), - [anon_sym___attribute__] = ACTIONS(1524), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1526), - [anon_sym___declspec] = ACTIONS(1524), - [anon_sym___cdecl] = ACTIONS(1524), - [anon_sym___clrcall] = ACTIONS(1524), - [anon_sym___stdcall] = ACTIONS(1524), - [anon_sym___fastcall] = ACTIONS(1524), - [anon_sym___thiscall] = ACTIONS(1524), - [anon_sym___vectorcall] = ACTIONS(1524), - [anon_sym_LBRACE] = ACTIONS(1526), - [anon_sym_signed] = ACTIONS(1524), - [anon_sym_unsigned] = ACTIONS(1524), - [anon_sym_long] = ACTIONS(1524), - [anon_sym_short] = ACTIONS(1524), - [anon_sym_static] = ACTIONS(1524), - [anon_sym_auto] = ACTIONS(1524), - [anon_sym_register] = ACTIONS(1524), - [anon_sym_inline] = ACTIONS(1524), - [anon_sym___inline] = ACTIONS(1524), - [anon_sym___inline__] = ACTIONS(1524), - [anon_sym___forceinline] = ACTIONS(1524), - [anon_sym_thread_local] = ACTIONS(1524), - [anon_sym___thread] = ACTIONS(1524), - [anon_sym_const] = ACTIONS(1524), - [anon_sym_constexpr] = ACTIONS(1524), - [anon_sym_volatile] = ACTIONS(1524), - [anon_sym_restrict] = ACTIONS(1524), - [anon_sym___restrict__] = ACTIONS(1524), - [anon_sym__Atomic] = ACTIONS(1524), - [anon_sym__Noreturn] = ACTIONS(1524), - [anon_sym_noreturn] = ACTIONS(1524), - [sym_primitive_type] = ACTIONS(1524), - [anon_sym_enum] = ACTIONS(1524), - [anon_sym_struct] = ACTIONS(1524), - [anon_sym_union] = ACTIONS(1524), - [anon_sym_if] = ACTIONS(1524), - [anon_sym_switch] = ACTIONS(1524), - [anon_sym_case] = ACTIONS(1524), - [anon_sym_default] = ACTIONS(1524), - [anon_sym_while] = ACTIONS(1524), - [anon_sym_do] = ACTIONS(1524), - [anon_sym_for] = ACTIONS(1524), - [anon_sym_return] = ACTIONS(1524), - [anon_sym_break] = ACTIONS(1524), - [anon_sym_continue] = ACTIONS(1524), - [anon_sym_goto] = ACTIONS(1524), - [anon_sym_DASH_DASH] = ACTIONS(1526), - [anon_sym_PLUS_PLUS] = ACTIONS(1526), - [anon_sym_sizeof] = ACTIONS(1524), - [anon_sym___alignof__] = ACTIONS(1524), - [anon_sym___alignof] = ACTIONS(1524), - [anon_sym__alignof] = ACTIONS(1524), - [anon_sym_alignof] = ACTIONS(1524), - [anon_sym__Alignof] = ACTIONS(1524), - [anon_sym_offsetof] = ACTIONS(1524), - [anon_sym__Generic] = ACTIONS(1524), - [anon_sym_asm] = ACTIONS(1524), - [anon_sym___asm__] = ACTIONS(1524), - [sym_number_literal] = ACTIONS(1526), - [anon_sym_L_SQUOTE] = ACTIONS(1526), - [anon_sym_u_SQUOTE] = ACTIONS(1526), - [anon_sym_U_SQUOTE] = ACTIONS(1526), - [anon_sym_u8_SQUOTE] = ACTIONS(1526), - [anon_sym_SQUOTE] = ACTIONS(1526), - [anon_sym_L_DQUOTE] = ACTIONS(1526), - [anon_sym_u_DQUOTE] = ACTIONS(1526), - [anon_sym_U_DQUOTE] = ACTIONS(1526), - [anon_sym_u8_DQUOTE] = ACTIONS(1526), - [anon_sym_DQUOTE] = ACTIONS(1526), - [sym_true] = ACTIONS(1524), - [sym_false] = ACTIONS(1524), - [anon_sym_NULL] = ACTIONS(1524), - [anon_sym_nullptr] = ACTIONS(1524), + [137] = { + [sym_identifier] = ACTIONS(1482), + [aux_sym_preproc_include_token1] = ACTIONS(1482), + [aux_sym_preproc_def_token1] = ACTIONS(1482), + [aux_sym_preproc_if_token1] = ACTIONS(1482), + [aux_sym_preproc_if_token2] = ACTIONS(1482), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1482), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1482), + [aux_sym_preproc_else_token1] = ACTIONS(1482), + [aux_sym_preproc_elif_token1] = ACTIONS(1482), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1482), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1482), + [sym_preproc_directive] = ACTIONS(1482), + [anon_sym_LPAREN2] = ACTIONS(1484), + [anon_sym_BANG] = ACTIONS(1484), + [anon_sym_TILDE] = ACTIONS(1484), + [anon_sym_DASH] = ACTIONS(1482), + [anon_sym_PLUS] = ACTIONS(1482), + [anon_sym_STAR] = ACTIONS(1484), + [anon_sym_AMP] = ACTIONS(1484), + [anon_sym_subroutine] = ACTIONS(1482), + [anon_sym_invariant] = ACTIONS(1482), + [anon_sym_precise] = ACTIONS(1482), + [anon_sym_SEMI] = ACTIONS(1484), + [anon_sym_in] = ACTIONS(1482), + [anon_sym_out] = ACTIONS(1482), + [anon_sym_inout] = ACTIONS(1482), + [anon_sym_uniform] = ACTIONS(1482), + [anon_sym_shared] = ACTIONS(1482), + [anon_sym_attribute] = ACTIONS(1482), + [anon_sym_varying] = ACTIONS(1482), + [anon_sym_buffer] = ACTIONS(1482), + [anon_sym_coherent] = ACTIONS(1482), + [anon_sym_readonly] = ACTIONS(1482), + [anon_sym_writeonly] = ACTIONS(1482), + [anon_sym_precision] = ACTIONS(1482), + [anon_sym_highp] = ACTIONS(1482), + [anon_sym_mediump] = ACTIONS(1482), + [anon_sym_lowp] = ACTIONS(1482), + [anon_sym_centroid] = ACTIONS(1482), + [anon_sym_sample] = ACTIONS(1482), + [anon_sym_patch] = ACTIONS(1482), + [anon_sym_smooth] = ACTIONS(1482), + [anon_sym_flat] = ACTIONS(1482), + [anon_sym_noperspective] = ACTIONS(1482), + [anon_sym___extension__] = ACTIONS(1482), + [anon_sym_typedef] = ACTIONS(1482), + [anon_sym_extern] = ACTIONS(1482), + [anon_sym___attribute__] = ACTIONS(1482), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1484), + [anon_sym___declspec] = ACTIONS(1482), + [anon_sym___cdecl] = ACTIONS(1482), + [anon_sym___clrcall] = ACTIONS(1482), + [anon_sym___stdcall] = ACTIONS(1482), + [anon_sym___fastcall] = ACTIONS(1482), + [anon_sym___thiscall] = ACTIONS(1482), + [anon_sym___vectorcall] = ACTIONS(1482), + [anon_sym_LBRACE] = ACTIONS(1484), + [anon_sym_signed] = ACTIONS(1482), + [anon_sym_unsigned] = ACTIONS(1482), + [anon_sym_long] = ACTIONS(1482), + [anon_sym_short] = ACTIONS(1482), + [anon_sym_static] = ACTIONS(1482), + [anon_sym_auto] = ACTIONS(1482), + [anon_sym_register] = ACTIONS(1482), + [anon_sym_inline] = ACTIONS(1482), + [anon_sym___inline] = ACTIONS(1482), + [anon_sym___inline__] = ACTIONS(1482), + [anon_sym___forceinline] = ACTIONS(1482), + [anon_sym_thread_local] = ACTIONS(1482), + [anon_sym___thread] = ACTIONS(1482), + [anon_sym_const] = ACTIONS(1482), + [anon_sym_constexpr] = ACTIONS(1482), + [anon_sym_volatile] = ACTIONS(1482), + [anon_sym_restrict] = ACTIONS(1482), + [anon_sym___restrict__] = ACTIONS(1482), + [anon_sym__Atomic] = ACTIONS(1482), + [anon_sym__Noreturn] = ACTIONS(1482), + [anon_sym_noreturn] = ACTIONS(1482), + [sym_primitive_type] = ACTIONS(1482), + [anon_sym_enum] = ACTIONS(1482), + [anon_sym_struct] = ACTIONS(1482), + [anon_sym_union] = ACTIONS(1482), + [anon_sym_if] = ACTIONS(1482), + [anon_sym_switch] = ACTIONS(1482), + [anon_sym_case] = ACTIONS(1482), + [anon_sym_default] = ACTIONS(1482), + [anon_sym_while] = ACTIONS(1482), + [anon_sym_do] = ACTIONS(1482), + [anon_sym_for] = ACTIONS(1482), + [anon_sym_return] = ACTIONS(1482), + [anon_sym_break] = ACTIONS(1482), + [anon_sym_continue] = ACTIONS(1482), + [anon_sym_goto] = ACTIONS(1482), + [anon_sym_DASH_DASH] = ACTIONS(1484), + [anon_sym_PLUS_PLUS] = ACTIONS(1484), + [anon_sym_sizeof] = ACTIONS(1482), + [anon_sym___alignof__] = ACTIONS(1482), + [anon_sym___alignof] = ACTIONS(1482), + [anon_sym__alignof] = ACTIONS(1482), + [anon_sym_alignof] = ACTIONS(1482), + [anon_sym__Alignof] = ACTIONS(1482), + [anon_sym_offsetof] = ACTIONS(1482), + [anon_sym__Generic] = ACTIONS(1482), + [anon_sym_asm] = ACTIONS(1482), + [anon_sym___asm__] = ACTIONS(1482), + [sym_number_literal] = ACTIONS(1484), + [anon_sym_L_SQUOTE] = ACTIONS(1484), + [anon_sym_u_SQUOTE] = ACTIONS(1484), + [anon_sym_U_SQUOTE] = ACTIONS(1484), + [anon_sym_u8_SQUOTE] = ACTIONS(1484), + [anon_sym_SQUOTE] = ACTIONS(1484), + [anon_sym_L_DQUOTE] = ACTIONS(1484), + [anon_sym_u_DQUOTE] = ACTIONS(1484), + [anon_sym_U_DQUOTE] = ACTIONS(1484), + [anon_sym_u8_DQUOTE] = ACTIONS(1484), + [anon_sym_DQUOTE] = ACTIONS(1484), + [sym_true] = ACTIONS(1482), + [sym_false] = ACTIONS(1482), + [anon_sym_NULL] = ACTIONS(1482), + [anon_sym_nullptr] = ACTIONS(1482), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1524), - [anon_sym_rayPayloadInEXT] = ACTIONS(1524), - [anon_sym_hitAttributeEXT] = ACTIONS(1524), - [anon_sym_callableDataEXT] = ACTIONS(1524), - [anon_sym_callableDataInEXT] = ACTIONS(1524), - [anon_sym_shaderRecordEXT] = ACTIONS(1524), - [anon_sym_rayPayloadNV] = ACTIONS(1524), - [anon_sym_rayPayloadInNV] = ACTIONS(1524), - [anon_sym_hitAttributeNV] = ACTIONS(1524), - [anon_sym_callableDataNV] = ACTIONS(1524), - [anon_sym_callableDataInNV] = ACTIONS(1524), - [anon_sym_shaderRecordNV] = ACTIONS(1524), - [anon_sym_layout] = ACTIONS(1524), + [anon_sym_rayPayloadEXT] = ACTIONS(1482), + [anon_sym_rayPayloadInEXT] = ACTIONS(1482), + [anon_sym_hitAttributeEXT] = ACTIONS(1482), + [anon_sym_callableDataEXT] = ACTIONS(1482), + [anon_sym_callableDataInEXT] = ACTIONS(1482), + [anon_sym_shaderRecordEXT] = ACTIONS(1482), + [anon_sym_rayPayloadNV] = ACTIONS(1482), + [anon_sym_rayPayloadInNV] = ACTIONS(1482), + [anon_sym_hitAttributeNV] = ACTIONS(1482), + [anon_sym_callableDataNV] = ACTIONS(1482), + [anon_sym_callableDataInNV] = ACTIONS(1482), + [anon_sym_shaderRecordNV] = ACTIONS(1482), + [anon_sym_layout] = ACTIONS(1482), }, - [152] = { - [sym_identifier] = ACTIONS(1528), - [aux_sym_preproc_include_token1] = ACTIONS(1528), - [aux_sym_preproc_def_token1] = ACTIONS(1528), - [aux_sym_preproc_if_token1] = ACTIONS(1528), - [aux_sym_preproc_if_token2] = ACTIONS(1528), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1528), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1528), - [aux_sym_preproc_else_token1] = ACTIONS(1528), - [aux_sym_preproc_elif_token1] = ACTIONS(1528), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1528), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1528), - [sym_preproc_directive] = ACTIONS(1528), - [anon_sym_LPAREN2] = ACTIONS(1530), - [anon_sym_BANG] = ACTIONS(1530), - [anon_sym_TILDE] = ACTIONS(1530), - [anon_sym_DASH] = ACTIONS(1528), - [anon_sym_PLUS] = ACTIONS(1528), - [anon_sym_STAR] = ACTIONS(1530), - [anon_sym_AMP] = ACTIONS(1530), - [anon_sym_subroutine] = ACTIONS(1528), - [anon_sym_invariant] = ACTIONS(1528), - [anon_sym_precise] = ACTIONS(1528), - [anon_sym_SEMI] = ACTIONS(1530), - [anon_sym_in] = ACTIONS(1528), - [anon_sym_out] = ACTIONS(1528), - [anon_sym_inout] = ACTIONS(1528), - [anon_sym_uniform] = ACTIONS(1528), - [anon_sym_shared] = ACTIONS(1528), - [anon_sym_attribute] = ACTIONS(1528), - [anon_sym_varying] = ACTIONS(1528), - [anon_sym_buffer] = ACTIONS(1528), - [anon_sym_coherent] = ACTIONS(1528), - [anon_sym_readonly] = ACTIONS(1528), - [anon_sym_writeonly] = ACTIONS(1528), - [anon_sym_precision] = ACTIONS(1528), - [anon_sym_highp] = ACTIONS(1528), - [anon_sym_mediump] = ACTIONS(1528), - [anon_sym_lowp] = ACTIONS(1528), - [anon_sym_centroid] = ACTIONS(1528), - [anon_sym_sample] = ACTIONS(1528), - [anon_sym_patch] = ACTIONS(1528), - [anon_sym_smooth] = ACTIONS(1528), - [anon_sym_flat] = ACTIONS(1528), - [anon_sym_noperspective] = ACTIONS(1528), - [anon_sym___extension__] = ACTIONS(1528), - [anon_sym_typedef] = ACTIONS(1528), - [anon_sym_extern] = ACTIONS(1528), - [anon_sym___attribute__] = ACTIONS(1528), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1530), - [anon_sym___declspec] = ACTIONS(1528), - [anon_sym___cdecl] = ACTIONS(1528), - [anon_sym___clrcall] = ACTIONS(1528), - [anon_sym___stdcall] = ACTIONS(1528), - [anon_sym___fastcall] = ACTIONS(1528), - [anon_sym___thiscall] = ACTIONS(1528), - [anon_sym___vectorcall] = ACTIONS(1528), - [anon_sym_LBRACE] = ACTIONS(1530), - [anon_sym_signed] = ACTIONS(1528), - [anon_sym_unsigned] = ACTIONS(1528), - [anon_sym_long] = ACTIONS(1528), - [anon_sym_short] = ACTIONS(1528), - [anon_sym_static] = ACTIONS(1528), - [anon_sym_auto] = ACTIONS(1528), - [anon_sym_register] = ACTIONS(1528), - [anon_sym_inline] = ACTIONS(1528), - [anon_sym___inline] = ACTIONS(1528), - [anon_sym___inline__] = ACTIONS(1528), - [anon_sym___forceinline] = ACTIONS(1528), - [anon_sym_thread_local] = ACTIONS(1528), - [anon_sym___thread] = ACTIONS(1528), - [anon_sym_const] = ACTIONS(1528), - [anon_sym_constexpr] = ACTIONS(1528), - [anon_sym_volatile] = ACTIONS(1528), - [anon_sym_restrict] = ACTIONS(1528), - [anon_sym___restrict__] = ACTIONS(1528), - [anon_sym__Atomic] = ACTIONS(1528), - [anon_sym__Noreturn] = ACTIONS(1528), - [anon_sym_noreturn] = ACTIONS(1528), - [sym_primitive_type] = ACTIONS(1528), - [anon_sym_enum] = ACTIONS(1528), - [anon_sym_struct] = ACTIONS(1528), - [anon_sym_union] = ACTIONS(1528), - [anon_sym_if] = ACTIONS(1528), - [anon_sym_switch] = ACTIONS(1528), - [anon_sym_case] = ACTIONS(1528), - [anon_sym_default] = ACTIONS(1528), - [anon_sym_while] = ACTIONS(1528), - [anon_sym_do] = ACTIONS(1528), - [anon_sym_for] = ACTIONS(1528), - [anon_sym_return] = ACTIONS(1528), - [anon_sym_break] = ACTIONS(1528), - [anon_sym_continue] = ACTIONS(1528), - [anon_sym_goto] = ACTIONS(1528), - [anon_sym_DASH_DASH] = ACTIONS(1530), - [anon_sym_PLUS_PLUS] = ACTIONS(1530), - [anon_sym_sizeof] = ACTIONS(1528), - [anon_sym___alignof__] = ACTIONS(1528), - [anon_sym___alignof] = ACTIONS(1528), - [anon_sym__alignof] = ACTIONS(1528), - [anon_sym_alignof] = ACTIONS(1528), - [anon_sym__Alignof] = ACTIONS(1528), - [anon_sym_offsetof] = ACTIONS(1528), - [anon_sym__Generic] = ACTIONS(1528), - [anon_sym_asm] = ACTIONS(1528), - [anon_sym___asm__] = ACTIONS(1528), - [sym_number_literal] = ACTIONS(1530), - [anon_sym_L_SQUOTE] = ACTIONS(1530), - [anon_sym_u_SQUOTE] = ACTIONS(1530), - [anon_sym_U_SQUOTE] = ACTIONS(1530), - [anon_sym_u8_SQUOTE] = ACTIONS(1530), - [anon_sym_SQUOTE] = ACTIONS(1530), - [anon_sym_L_DQUOTE] = ACTIONS(1530), - [anon_sym_u_DQUOTE] = ACTIONS(1530), - [anon_sym_U_DQUOTE] = ACTIONS(1530), - [anon_sym_u8_DQUOTE] = ACTIONS(1530), - [anon_sym_DQUOTE] = ACTIONS(1530), - [sym_true] = ACTIONS(1528), - [sym_false] = ACTIONS(1528), - [anon_sym_NULL] = ACTIONS(1528), - [anon_sym_nullptr] = ACTIONS(1528), + [138] = { + [sym_identifier] = ACTIONS(1486), + [aux_sym_preproc_include_token1] = ACTIONS(1486), + [aux_sym_preproc_def_token1] = ACTIONS(1486), + [aux_sym_preproc_if_token1] = ACTIONS(1486), + [aux_sym_preproc_if_token2] = ACTIONS(1486), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1486), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1486), + [aux_sym_preproc_else_token1] = ACTIONS(1486), + [aux_sym_preproc_elif_token1] = ACTIONS(1486), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1486), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1486), + [sym_preproc_directive] = ACTIONS(1486), + [anon_sym_LPAREN2] = ACTIONS(1488), + [anon_sym_BANG] = ACTIONS(1488), + [anon_sym_TILDE] = ACTIONS(1488), + [anon_sym_DASH] = ACTIONS(1486), + [anon_sym_PLUS] = ACTIONS(1486), + [anon_sym_STAR] = ACTIONS(1488), + [anon_sym_AMP] = ACTIONS(1488), + [anon_sym_subroutine] = ACTIONS(1486), + [anon_sym_invariant] = ACTIONS(1486), + [anon_sym_precise] = ACTIONS(1486), + [anon_sym_SEMI] = ACTIONS(1488), + [anon_sym_in] = ACTIONS(1486), + [anon_sym_out] = ACTIONS(1486), + [anon_sym_inout] = ACTIONS(1486), + [anon_sym_uniform] = ACTIONS(1486), + [anon_sym_shared] = ACTIONS(1486), + [anon_sym_attribute] = ACTIONS(1486), + [anon_sym_varying] = ACTIONS(1486), + [anon_sym_buffer] = ACTIONS(1486), + [anon_sym_coherent] = ACTIONS(1486), + [anon_sym_readonly] = ACTIONS(1486), + [anon_sym_writeonly] = ACTIONS(1486), + [anon_sym_precision] = ACTIONS(1486), + [anon_sym_highp] = ACTIONS(1486), + [anon_sym_mediump] = ACTIONS(1486), + [anon_sym_lowp] = ACTIONS(1486), + [anon_sym_centroid] = ACTIONS(1486), + [anon_sym_sample] = ACTIONS(1486), + [anon_sym_patch] = ACTIONS(1486), + [anon_sym_smooth] = ACTIONS(1486), + [anon_sym_flat] = ACTIONS(1486), + [anon_sym_noperspective] = ACTIONS(1486), + [anon_sym___extension__] = ACTIONS(1486), + [anon_sym_typedef] = ACTIONS(1486), + [anon_sym_extern] = ACTIONS(1486), + [anon_sym___attribute__] = ACTIONS(1486), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1488), + [anon_sym___declspec] = ACTIONS(1486), + [anon_sym___cdecl] = ACTIONS(1486), + [anon_sym___clrcall] = ACTIONS(1486), + [anon_sym___stdcall] = ACTIONS(1486), + [anon_sym___fastcall] = ACTIONS(1486), + [anon_sym___thiscall] = ACTIONS(1486), + [anon_sym___vectorcall] = ACTIONS(1486), + [anon_sym_LBRACE] = ACTIONS(1488), + [anon_sym_signed] = ACTIONS(1486), + [anon_sym_unsigned] = ACTIONS(1486), + [anon_sym_long] = ACTIONS(1486), + [anon_sym_short] = ACTIONS(1486), + [anon_sym_static] = ACTIONS(1486), + [anon_sym_auto] = ACTIONS(1486), + [anon_sym_register] = ACTIONS(1486), + [anon_sym_inline] = ACTIONS(1486), + [anon_sym___inline] = ACTIONS(1486), + [anon_sym___inline__] = ACTIONS(1486), + [anon_sym___forceinline] = ACTIONS(1486), + [anon_sym_thread_local] = ACTIONS(1486), + [anon_sym___thread] = ACTIONS(1486), + [anon_sym_const] = ACTIONS(1486), + [anon_sym_constexpr] = ACTIONS(1486), + [anon_sym_volatile] = ACTIONS(1486), + [anon_sym_restrict] = ACTIONS(1486), + [anon_sym___restrict__] = ACTIONS(1486), + [anon_sym__Atomic] = ACTIONS(1486), + [anon_sym__Noreturn] = ACTIONS(1486), + [anon_sym_noreturn] = ACTIONS(1486), + [sym_primitive_type] = ACTIONS(1486), + [anon_sym_enum] = ACTIONS(1486), + [anon_sym_struct] = ACTIONS(1486), + [anon_sym_union] = ACTIONS(1486), + [anon_sym_if] = ACTIONS(1486), + [anon_sym_switch] = ACTIONS(1486), + [anon_sym_case] = ACTIONS(1486), + [anon_sym_default] = ACTIONS(1486), + [anon_sym_while] = ACTIONS(1486), + [anon_sym_do] = ACTIONS(1486), + [anon_sym_for] = ACTIONS(1486), + [anon_sym_return] = ACTIONS(1486), + [anon_sym_break] = ACTIONS(1486), + [anon_sym_continue] = ACTIONS(1486), + [anon_sym_goto] = ACTIONS(1486), + [anon_sym_DASH_DASH] = ACTIONS(1488), + [anon_sym_PLUS_PLUS] = ACTIONS(1488), + [anon_sym_sizeof] = ACTIONS(1486), + [anon_sym___alignof__] = ACTIONS(1486), + [anon_sym___alignof] = ACTIONS(1486), + [anon_sym__alignof] = ACTIONS(1486), + [anon_sym_alignof] = ACTIONS(1486), + [anon_sym__Alignof] = ACTIONS(1486), + [anon_sym_offsetof] = ACTIONS(1486), + [anon_sym__Generic] = ACTIONS(1486), + [anon_sym_asm] = ACTIONS(1486), + [anon_sym___asm__] = ACTIONS(1486), + [sym_number_literal] = ACTIONS(1488), + [anon_sym_L_SQUOTE] = ACTIONS(1488), + [anon_sym_u_SQUOTE] = ACTIONS(1488), + [anon_sym_U_SQUOTE] = ACTIONS(1488), + [anon_sym_u8_SQUOTE] = ACTIONS(1488), + [anon_sym_SQUOTE] = ACTIONS(1488), + [anon_sym_L_DQUOTE] = ACTIONS(1488), + [anon_sym_u_DQUOTE] = ACTIONS(1488), + [anon_sym_U_DQUOTE] = ACTIONS(1488), + [anon_sym_u8_DQUOTE] = ACTIONS(1488), + [anon_sym_DQUOTE] = ACTIONS(1488), + [sym_true] = ACTIONS(1486), + [sym_false] = ACTIONS(1486), + [anon_sym_NULL] = ACTIONS(1486), + [anon_sym_nullptr] = ACTIONS(1486), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1528), - [anon_sym_rayPayloadInEXT] = ACTIONS(1528), - [anon_sym_hitAttributeEXT] = ACTIONS(1528), - [anon_sym_callableDataEXT] = ACTIONS(1528), - [anon_sym_callableDataInEXT] = ACTIONS(1528), - [anon_sym_shaderRecordEXT] = ACTIONS(1528), - [anon_sym_rayPayloadNV] = ACTIONS(1528), - [anon_sym_rayPayloadInNV] = ACTIONS(1528), - [anon_sym_hitAttributeNV] = ACTIONS(1528), - [anon_sym_callableDataNV] = ACTIONS(1528), - [anon_sym_callableDataInNV] = ACTIONS(1528), - [anon_sym_shaderRecordNV] = ACTIONS(1528), - [anon_sym_layout] = ACTIONS(1528), + [anon_sym_rayPayloadEXT] = ACTIONS(1486), + [anon_sym_rayPayloadInEXT] = ACTIONS(1486), + [anon_sym_hitAttributeEXT] = ACTIONS(1486), + [anon_sym_callableDataEXT] = ACTIONS(1486), + [anon_sym_callableDataInEXT] = ACTIONS(1486), + [anon_sym_shaderRecordEXT] = ACTIONS(1486), + [anon_sym_rayPayloadNV] = ACTIONS(1486), + [anon_sym_rayPayloadInNV] = ACTIONS(1486), + [anon_sym_hitAttributeNV] = ACTIONS(1486), + [anon_sym_callableDataNV] = ACTIONS(1486), + [anon_sym_callableDataInNV] = ACTIONS(1486), + [anon_sym_shaderRecordNV] = ACTIONS(1486), + [anon_sym_layout] = ACTIONS(1486), }, - [153] = { - [sym_identifier] = ACTIONS(1532), - [aux_sym_preproc_include_token1] = ACTIONS(1532), - [aux_sym_preproc_def_token1] = ACTIONS(1532), - [aux_sym_preproc_if_token1] = ACTIONS(1532), - [aux_sym_preproc_if_token2] = ACTIONS(1532), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1532), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1532), - [aux_sym_preproc_else_token1] = ACTIONS(1532), - [aux_sym_preproc_elif_token1] = ACTIONS(1532), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1532), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1532), - [sym_preproc_directive] = ACTIONS(1532), - [anon_sym_LPAREN2] = ACTIONS(1534), - [anon_sym_BANG] = ACTIONS(1534), - [anon_sym_TILDE] = ACTIONS(1534), - [anon_sym_DASH] = ACTIONS(1532), - [anon_sym_PLUS] = ACTIONS(1532), - [anon_sym_STAR] = ACTIONS(1534), - [anon_sym_AMP] = ACTIONS(1534), - [anon_sym_subroutine] = ACTIONS(1532), - [anon_sym_invariant] = ACTIONS(1532), - [anon_sym_precise] = ACTIONS(1532), - [anon_sym_SEMI] = ACTIONS(1534), - [anon_sym_in] = ACTIONS(1532), - [anon_sym_out] = ACTIONS(1532), - [anon_sym_inout] = ACTIONS(1532), - [anon_sym_uniform] = ACTIONS(1532), - [anon_sym_shared] = ACTIONS(1532), - [anon_sym_attribute] = ACTIONS(1532), - [anon_sym_varying] = ACTIONS(1532), - [anon_sym_buffer] = ACTIONS(1532), - [anon_sym_coherent] = ACTIONS(1532), - [anon_sym_readonly] = ACTIONS(1532), - [anon_sym_writeonly] = ACTIONS(1532), - [anon_sym_precision] = ACTIONS(1532), - [anon_sym_highp] = ACTIONS(1532), - [anon_sym_mediump] = ACTIONS(1532), - [anon_sym_lowp] = ACTIONS(1532), - [anon_sym_centroid] = ACTIONS(1532), - [anon_sym_sample] = ACTIONS(1532), - [anon_sym_patch] = ACTIONS(1532), - [anon_sym_smooth] = ACTIONS(1532), - [anon_sym_flat] = ACTIONS(1532), - [anon_sym_noperspective] = ACTIONS(1532), - [anon_sym___extension__] = ACTIONS(1532), - [anon_sym_typedef] = ACTIONS(1532), - [anon_sym_extern] = ACTIONS(1532), - [anon_sym___attribute__] = ACTIONS(1532), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1534), - [anon_sym___declspec] = ACTIONS(1532), - [anon_sym___cdecl] = ACTIONS(1532), - [anon_sym___clrcall] = ACTIONS(1532), - [anon_sym___stdcall] = ACTIONS(1532), - [anon_sym___fastcall] = ACTIONS(1532), - [anon_sym___thiscall] = ACTIONS(1532), - [anon_sym___vectorcall] = ACTIONS(1532), - [anon_sym_LBRACE] = ACTIONS(1534), - [anon_sym_signed] = ACTIONS(1532), - [anon_sym_unsigned] = ACTIONS(1532), - [anon_sym_long] = ACTIONS(1532), - [anon_sym_short] = ACTIONS(1532), - [anon_sym_static] = ACTIONS(1532), - [anon_sym_auto] = ACTIONS(1532), - [anon_sym_register] = ACTIONS(1532), - [anon_sym_inline] = ACTIONS(1532), - [anon_sym___inline] = ACTIONS(1532), - [anon_sym___inline__] = ACTIONS(1532), - [anon_sym___forceinline] = ACTIONS(1532), - [anon_sym_thread_local] = ACTIONS(1532), - [anon_sym___thread] = ACTIONS(1532), - [anon_sym_const] = ACTIONS(1532), - [anon_sym_constexpr] = ACTIONS(1532), - [anon_sym_volatile] = ACTIONS(1532), - [anon_sym_restrict] = ACTIONS(1532), - [anon_sym___restrict__] = ACTIONS(1532), - [anon_sym__Atomic] = ACTIONS(1532), - [anon_sym__Noreturn] = ACTIONS(1532), - [anon_sym_noreturn] = ACTIONS(1532), - [sym_primitive_type] = ACTIONS(1532), - [anon_sym_enum] = ACTIONS(1532), - [anon_sym_struct] = ACTIONS(1532), - [anon_sym_union] = ACTIONS(1532), - [anon_sym_if] = ACTIONS(1532), - [anon_sym_switch] = ACTIONS(1532), - [anon_sym_case] = ACTIONS(1532), - [anon_sym_default] = ACTIONS(1532), - [anon_sym_while] = ACTIONS(1532), - [anon_sym_do] = ACTIONS(1532), - [anon_sym_for] = ACTIONS(1532), - [anon_sym_return] = ACTIONS(1532), - [anon_sym_break] = ACTIONS(1532), - [anon_sym_continue] = ACTIONS(1532), - [anon_sym_goto] = ACTIONS(1532), - [anon_sym_DASH_DASH] = ACTIONS(1534), - [anon_sym_PLUS_PLUS] = ACTIONS(1534), - [anon_sym_sizeof] = ACTIONS(1532), - [anon_sym___alignof__] = ACTIONS(1532), - [anon_sym___alignof] = ACTIONS(1532), - [anon_sym__alignof] = ACTIONS(1532), - [anon_sym_alignof] = ACTIONS(1532), - [anon_sym__Alignof] = ACTIONS(1532), - [anon_sym_offsetof] = ACTIONS(1532), - [anon_sym__Generic] = ACTIONS(1532), - [anon_sym_asm] = ACTIONS(1532), - [anon_sym___asm__] = ACTIONS(1532), - [sym_number_literal] = ACTIONS(1534), - [anon_sym_L_SQUOTE] = ACTIONS(1534), - [anon_sym_u_SQUOTE] = ACTIONS(1534), - [anon_sym_U_SQUOTE] = ACTIONS(1534), - [anon_sym_u8_SQUOTE] = ACTIONS(1534), - [anon_sym_SQUOTE] = ACTIONS(1534), - [anon_sym_L_DQUOTE] = ACTIONS(1534), - [anon_sym_u_DQUOTE] = ACTIONS(1534), - [anon_sym_U_DQUOTE] = ACTIONS(1534), - [anon_sym_u8_DQUOTE] = ACTIONS(1534), - [anon_sym_DQUOTE] = ACTIONS(1534), - [sym_true] = ACTIONS(1532), - [sym_false] = ACTIONS(1532), - [anon_sym_NULL] = ACTIONS(1532), - [anon_sym_nullptr] = ACTIONS(1532), + [139] = { + [sym_identifier] = ACTIONS(1486), + [aux_sym_preproc_include_token1] = ACTIONS(1486), + [aux_sym_preproc_def_token1] = ACTIONS(1486), + [aux_sym_preproc_if_token1] = ACTIONS(1486), + [aux_sym_preproc_if_token2] = ACTIONS(1486), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1486), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1486), + [aux_sym_preproc_else_token1] = ACTIONS(1486), + [aux_sym_preproc_elif_token1] = ACTIONS(1486), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1486), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1486), + [sym_preproc_directive] = ACTIONS(1486), + [anon_sym_LPAREN2] = ACTIONS(1488), + [anon_sym_BANG] = ACTIONS(1488), + [anon_sym_TILDE] = ACTIONS(1488), + [anon_sym_DASH] = ACTIONS(1486), + [anon_sym_PLUS] = ACTIONS(1486), + [anon_sym_STAR] = ACTIONS(1488), + [anon_sym_AMP] = ACTIONS(1488), + [anon_sym_subroutine] = ACTIONS(1486), + [anon_sym_invariant] = ACTIONS(1486), + [anon_sym_precise] = ACTIONS(1486), + [anon_sym_SEMI] = ACTIONS(1488), + [anon_sym_in] = ACTIONS(1486), + [anon_sym_out] = ACTIONS(1486), + [anon_sym_inout] = ACTIONS(1486), + [anon_sym_uniform] = ACTIONS(1486), + [anon_sym_shared] = ACTIONS(1486), + [anon_sym_attribute] = ACTIONS(1486), + [anon_sym_varying] = ACTIONS(1486), + [anon_sym_buffer] = ACTIONS(1486), + [anon_sym_coherent] = ACTIONS(1486), + [anon_sym_readonly] = ACTIONS(1486), + [anon_sym_writeonly] = ACTIONS(1486), + [anon_sym_precision] = ACTIONS(1486), + [anon_sym_highp] = ACTIONS(1486), + [anon_sym_mediump] = ACTIONS(1486), + [anon_sym_lowp] = ACTIONS(1486), + [anon_sym_centroid] = ACTIONS(1486), + [anon_sym_sample] = ACTIONS(1486), + [anon_sym_patch] = ACTIONS(1486), + [anon_sym_smooth] = ACTIONS(1486), + [anon_sym_flat] = ACTIONS(1486), + [anon_sym_noperspective] = ACTIONS(1486), + [anon_sym___extension__] = ACTIONS(1486), + [anon_sym_typedef] = ACTIONS(1486), + [anon_sym_extern] = ACTIONS(1486), + [anon_sym___attribute__] = ACTIONS(1486), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1488), + [anon_sym___declspec] = ACTIONS(1486), + [anon_sym___cdecl] = ACTIONS(1486), + [anon_sym___clrcall] = ACTIONS(1486), + [anon_sym___stdcall] = ACTIONS(1486), + [anon_sym___fastcall] = ACTIONS(1486), + [anon_sym___thiscall] = ACTIONS(1486), + [anon_sym___vectorcall] = ACTIONS(1486), + [anon_sym_LBRACE] = ACTIONS(1488), + [anon_sym_signed] = ACTIONS(1486), + [anon_sym_unsigned] = ACTIONS(1486), + [anon_sym_long] = ACTIONS(1486), + [anon_sym_short] = ACTIONS(1486), + [anon_sym_static] = ACTIONS(1486), + [anon_sym_auto] = ACTIONS(1486), + [anon_sym_register] = ACTIONS(1486), + [anon_sym_inline] = ACTIONS(1486), + [anon_sym___inline] = ACTIONS(1486), + [anon_sym___inline__] = ACTIONS(1486), + [anon_sym___forceinline] = ACTIONS(1486), + [anon_sym_thread_local] = ACTIONS(1486), + [anon_sym___thread] = ACTIONS(1486), + [anon_sym_const] = ACTIONS(1486), + [anon_sym_constexpr] = ACTIONS(1486), + [anon_sym_volatile] = ACTIONS(1486), + [anon_sym_restrict] = ACTIONS(1486), + [anon_sym___restrict__] = ACTIONS(1486), + [anon_sym__Atomic] = ACTIONS(1486), + [anon_sym__Noreturn] = ACTIONS(1486), + [anon_sym_noreturn] = ACTIONS(1486), + [sym_primitive_type] = ACTIONS(1486), + [anon_sym_enum] = ACTIONS(1486), + [anon_sym_struct] = ACTIONS(1486), + [anon_sym_union] = ACTIONS(1486), + [anon_sym_if] = ACTIONS(1486), + [anon_sym_switch] = ACTIONS(1486), + [anon_sym_case] = ACTIONS(1486), + [anon_sym_default] = ACTIONS(1486), + [anon_sym_while] = ACTIONS(1486), + [anon_sym_do] = ACTIONS(1486), + [anon_sym_for] = ACTIONS(1486), + [anon_sym_return] = ACTIONS(1486), + [anon_sym_break] = ACTIONS(1486), + [anon_sym_continue] = ACTIONS(1486), + [anon_sym_goto] = ACTIONS(1486), + [anon_sym_DASH_DASH] = ACTIONS(1488), + [anon_sym_PLUS_PLUS] = ACTIONS(1488), + [anon_sym_sizeof] = ACTIONS(1486), + [anon_sym___alignof__] = ACTIONS(1486), + [anon_sym___alignof] = ACTIONS(1486), + [anon_sym__alignof] = ACTIONS(1486), + [anon_sym_alignof] = ACTIONS(1486), + [anon_sym__Alignof] = ACTIONS(1486), + [anon_sym_offsetof] = ACTIONS(1486), + [anon_sym__Generic] = ACTIONS(1486), + [anon_sym_asm] = ACTIONS(1486), + [anon_sym___asm__] = ACTIONS(1486), + [sym_number_literal] = ACTIONS(1488), + [anon_sym_L_SQUOTE] = ACTIONS(1488), + [anon_sym_u_SQUOTE] = ACTIONS(1488), + [anon_sym_U_SQUOTE] = ACTIONS(1488), + [anon_sym_u8_SQUOTE] = ACTIONS(1488), + [anon_sym_SQUOTE] = ACTIONS(1488), + [anon_sym_L_DQUOTE] = ACTIONS(1488), + [anon_sym_u_DQUOTE] = ACTIONS(1488), + [anon_sym_U_DQUOTE] = ACTIONS(1488), + [anon_sym_u8_DQUOTE] = ACTIONS(1488), + [anon_sym_DQUOTE] = ACTIONS(1488), + [sym_true] = ACTIONS(1486), + [sym_false] = ACTIONS(1486), + [anon_sym_NULL] = ACTIONS(1486), + [anon_sym_nullptr] = ACTIONS(1486), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1532), - [anon_sym_rayPayloadInEXT] = ACTIONS(1532), - [anon_sym_hitAttributeEXT] = ACTIONS(1532), - [anon_sym_callableDataEXT] = ACTIONS(1532), - [anon_sym_callableDataInEXT] = ACTIONS(1532), - [anon_sym_shaderRecordEXT] = ACTIONS(1532), - [anon_sym_rayPayloadNV] = ACTIONS(1532), - [anon_sym_rayPayloadInNV] = ACTIONS(1532), - [anon_sym_hitAttributeNV] = ACTIONS(1532), - [anon_sym_callableDataNV] = ACTIONS(1532), - [anon_sym_callableDataInNV] = ACTIONS(1532), - [anon_sym_shaderRecordNV] = ACTIONS(1532), - [anon_sym_layout] = ACTIONS(1532), + [anon_sym_rayPayloadEXT] = ACTIONS(1486), + [anon_sym_rayPayloadInEXT] = ACTIONS(1486), + [anon_sym_hitAttributeEXT] = ACTIONS(1486), + [anon_sym_callableDataEXT] = ACTIONS(1486), + [anon_sym_callableDataInEXT] = ACTIONS(1486), + [anon_sym_shaderRecordEXT] = ACTIONS(1486), + [anon_sym_rayPayloadNV] = ACTIONS(1486), + [anon_sym_rayPayloadInNV] = ACTIONS(1486), + [anon_sym_hitAttributeNV] = ACTIONS(1486), + [anon_sym_callableDataNV] = ACTIONS(1486), + [anon_sym_callableDataInNV] = ACTIONS(1486), + [anon_sym_shaderRecordNV] = ACTIONS(1486), + [anon_sym_layout] = ACTIONS(1486), }, - [154] = { - [sym_identifier] = ACTIONS(1536), - [aux_sym_preproc_include_token1] = ACTIONS(1536), - [aux_sym_preproc_def_token1] = ACTIONS(1536), - [aux_sym_preproc_if_token1] = ACTIONS(1536), - [aux_sym_preproc_if_token2] = ACTIONS(1536), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1536), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1536), - [aux_sym_preproc_else_token1] = ACTIONS(1536), - [aux_sym_preproc_elif_token1] = ACTIONS(1536), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1536), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1536), - [sym_preproc_directive] = ACTIONS(1536), - [anon_sym_LPAREN2] = ACTIONS(1538), - [anon_sym_BANG] = ACTIONS(1538), - [anon_sym_TILDE] = ACTIONS(1538), - [anon_sym_DASH] = ACTIONS(1536), - [anon_sym_PLUS] = ACTIONS(1536), - [anon_sym_STAR] = ACTIONS(1538), - [anon_sym_AMP] = ACTIONS(1538), - [anon_sym_subroutine] = ACTIONS(1536), - [anon_sym_invariant] = ACTIONS(1536), - [anon_sym_precise] = ACTIONS(1536), - [anon_sym_SEMI] = ACTIONS(1538), - [anon_sym_in] = ACTIONS(1536), - [anon_sym_out] = ACTIONS(1536), - [anon_sym_inout] = ACTIONS(1536), - [anon_sym_uniform] = ACTIONS(1536), - [anon_sym_shared] = ACTIONS(1536), - [anon_sym_attribute] = ACTIONS(1536), - [anon_sym_varying] = ACTIONS(1536), - [anon_sym_buffer] = ACTIONS(1536), - [anon_sym_coherent] = ACTIONS(1536), - [anon_sym_readonly] = ACTIONS(1536), - [anon_sym_writeonly] = ACTIONS(1536), - [anon_sym_precision] = ACTIONS(1536), - [anon_sym_highp] = ACTIONS(1536), - [anon_sym_mediump] = ACTIONS(1536), - [anon_sym_lowp] = ACTIONS(1536), - [anon_sym_centroid] = ACTIONS(1536), - [anon_sym_sample] = ACTIONS(1536), - [anon_sym_patch] = ACTIONS(1536), - [anon_sym_smooth] = ACTIONS(1536), - [anon_sym_flat] = ACTIONS(1536), - [anon_sym_noperspective] = ACTIONS(1536), - [anon_sym___extension__] = ACTIONS(1536), - [anon_sym_typedef] = ACTIONS(1536), - [anon_sym_extern] = ACTIONS(1536), - [anon_sym___attribute__] = ACTIONS(1536), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1538), - [anon_sym___declspec] = ACTIONS(1536), - [anon_sym___cdecl] = ACTIONS(1536), - [anon_sym___clrcall] = ACTIONS(1536), - [anon_sym___stdcall] = ACTIONS(1536), - [anon_sym___fastcall] = ACTIONS(1536), - [anon_sym___thiscall] = ACTIONS(1536), - [anon_sym___vectorcall] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(1538), - [anon_sym_signed] = ACTIONS(1536), - [anon_sym_unsigned] = ACTIONS(1536), - [anon_sym_long] = ACTIONS(1536), - [anon_sym_short] = ACTIONS(1536), - [anon_sym_static] = ACTIONS(1536), - [anon_sym_auto] = ACTIONS(1536), - [anon_sym_register] = ACTIONS(1536), - [anon_sym_inline] = ACTIONS(1536), - [anon_sym___inline] = ACTIONS(1536), - [anon_sym___inline__] = ACTIONS(1536), - [anon_sym___forceinline] = ACTIONS(1536), - [anon_sym_thread_local] = ACTIONS(1536), - [anon_sym___thread] = ACTIONS(1536), - [anon_sym_const] = ACTIONS(1536), - [anon_sym_constexpr] = ACTIONS(1536), - [anon_sym_volatile] = ACTIONS(1536), - [anon_sym_restrict] = ACTIONS(1536), - [anon_sym___restrict__] = ACTIONS(1536), - [anon_sym__Atomic] = ACTIONS(1536), - [anon_sym__Noreturn] = ACTIONS(1536), - [anon_sym_noreturn] = ACTIONS(1536), - [sym_primitive_type] = ACTIONS(1536), - [anon_sym_enum] = ACTIONS(1536), - [anon_sym_struct] = ACTIONS(1536), - [anon_sym_union] = ACTIONS(1536), - [anon_sym_if] = ACTIONS(1536), - [anon_sym_switch] = ACTIONS(1536), - [anon_sym_case] = ACTIONS(1536), - [anon_sym_default] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1536), - [anon_sym_do] = ACTIONS(1536), - [anon_sym_for] = ACTIONS(1536), - [anon_sym_return] = ACTIONS(1536), - [anon_sym_break] = ACTIONS(1536), - [anon_sym_continue] = ACTIONS(1536), - [anon_sym_goto] = ACTIONS(1536), - [anon_sym_DASH_DASH] = ACTIONS(1538), - [anon_sym_PLUS_PLUS] = ACTIONS(1538), - [anon_sym_sizeof] = ACTIONS(1536), - [anon_sym___alignof__] = ACTIONS(1536), - [anon_sym___alignof] = ACTIONS(1536), - [anon_sym__alignof] = ACTIONS(1536), - [anon_sym_alignof] = ACTIONS(1536), - [anon_sym__Alignof] = ACTIONS(1536), - [anon_sym_offsetof] = ACTIONS(1536), - [anon_sym__Generic] = ACTIONS(1536), - [anon_sym_asm] = ACTIONS(1536), - [anon_sym___asm__] = ACTIONS(1536), - [sym_number_literal] = ACTIONS(1538), - [anon_sym_L_SQUOTE] = ACTIONS(1538), - [anon_sym_u_SQUOTE] = ACTIONS(1538), - [anon_sym_U_SQUOTE] = ACTIONS(1538), - [anon_sym_u8_SQUOTE] = ACTIONS(1538), - [anon_sym_SQUOTE] = ACTIONS(1538), - [anon_sym_L_DQUOTE] = ACTIONS(1538), - [anon_sym_u_DQUOTE] = ACTIONS(1538), - [anon_sym_U_DQUOTE] = ACTIONS(1538), - [anon_sym_u8_DQUOTE] = ACTIONS(1538), - [anon_sym_DQUOTE] = ACTIONS(1538), - [sym_true] = ACTIONS(1536), - [sym_false] = ACTIONS(1536), - [anon_sym_NULL] = ACTIONS(1536), - [anon_sym_nullptr] = ACTIONS(1536), + [140] = { + [sym_identifier] = ACTIONS(1490), + [aux_sym_preproc_include_token1] = ACTIONS(1490), + [aux_sym_preproc_def_token1] = ACTIONS(1490), + [aux_sym_preproc_if_token1] = ACTIONS(1490), + [aux_sym_preproc_if_token2] = ACTIONS(1490), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1490), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1490), + [aux_sym_preproc_else_token1] = ACTIONS(1490), + [aux_sym_preproc_elif_token1] = ACTIONS(1490), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1490), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1490), + [sym_preproc_directive] = ACTIONS(1490), + [anon_sym_LPAREN2] = ACTIONS(1492), + [anon_sym_BANG] = ACTIONS(1492), + [anon_sym_TILDE] = ACTIONS(1492), + [anon_sym_DASH] = ACTIONS(1490), + [anon_sym_PLUS] = ACTIONS(1490), + [anon_sym_STAR] = ACTIONS(1492), + [anon_sym_AMP] = ACTIONS(1492), + [anon_sym_subroutine] = ACTIONS(1490), + [anon_sym_invariant] = ACTIONS(1490), + [anon_sym_precise] = ACTIONS(1490), + [anon_sym_SEMI] = ACTIONS(1492), + [anon_sym_in] = ACTIONS(1490), + [anon_sym_out] = ACTIONS(1490), + [anon_sym_inout] = ACTIONS(1490), + [anon_sym_uniform] = ACTIONS(1490), + [anon_sym_shared] = ACTIONS(1490), + [anon_sym_attribute] = ACTIONS(1490), + [anon_sym_varying] = ACTIONS(1490), + [anon_sym_buffer] = ACTIONS(1490), + [anon_sym_coherent] = ACTIONS(1490), + [anon_sym_readonly] = ACTIONS(1490), + [anon_sym_writeonly] = ACTIONS(1490), + [anon_sym_precision] = ACTIONS(1490), + [anon_sym_highp] = ACTIONS(1490), + [anon_sym_mediump] = ACTIONS(1490), + [anon_sym_lowp] = ACTIONS(1490), + [anon_sym_centroid] = ACTIONS(1490), + [anon_sym_sample] = ACTIONS(1490), + [anon_sym_patch] = ACTIONS(1490), + [anon_sym_smooth] = ACTIONS(1490), + [anon_sym_flat] = ACTIONS(1490), + [anon_sym_noperspective] = ACTIONS(1490), + [anon_sym___extension__] = ACTIONS(1490), + [anon_sym_typedef] = ACTIONS(1490), + [anon_sym_extern] = ACTIONS(1490), + [anon_sym___attribute__] = ACTIONS(1490), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1492), + [anon_sym___declspec] = ACTIONS(1490), + [anon_sym___cdecl] = ACTIONS(1490), + [anon_sym___clrcall] = ACTIONS(1490), + [anon_sym___stdcall] = ACTIONS(1490), + [anon_sym___fastcall] = ACTIONS(1490), + [anon_sym___thiscall] = ACTIONS(1490), + [anon_sym___vectorcall] = ACTIONS(1490), + [anon_sym_LBRACE] = ACTIONS(1492), + [anon_sym_signed] = ACTIONS(1490), + [anon_sym_unsigned] = ACTIONS(1490), + [anon_sym_long] = ACTIONS(1490), + [anon_sym_short] = ACTIONS(1490), + [anon_sym_static] = ACTIONS(1490), + [anon_sym_auto] = ACTIONS(1490), + [anon_sym_register] = ACTIONS(1490), + [anon_sym_inline] = ACTIONS(1490), + [anon_sym___inline] = ACTIONS(1490), + [anon_sym___inline__] = ACTIONS(1490), + [anon_sym___forceinline] = ACTIONS(1490), + [anon_sym_thread_local] = ACTIONS(1490), + [anon_sym___thread] = ACTIONS(1490), + [anon_sym_const] = ACTIONS(1490), + [anon_sym_constexpr] = ACTIONS(1490), + [anon_sym_volatile] = ACTIONS(1490), + [anon_sym_restrict] = ACTIONS(1490), + [anon_sym___restrict__] = ACTIONS(1490), + [anon_sym__Atomic] = ACTIONS(1490), + [anon_sym__Noreturn] = ACTIONS(1490), + [anon_sym_noreturn] = ACTIONS(1490), + [sym_primitive_type] = ACTIONS(1490), + [anon_sym_enum] = ACTIONS(1490), + [anon_sym_struct] = ACTIONS(1490), + [anon_sym_union] = ACTIONS(1490), + [anon_sym_if] = ACTIONS(1490), + [anon_sym_switch] = ACTIONS(1490), + [anon_sym_case] = ACTIONS(1490), + [anon_sym_default] = ACTIONS(1490), + [anon_sym_while] = ACTIONS(1490), + [anon_sym_do] = ACTIONS(1490), + [anon_sym_for] = ACTIONS(1490), + [anon_sym_return] = ACTIONS(1490), + [anon_sym_break] = ACTIONS(1490), + [anon_sym_continue] = ACTIONS(1490), + [anon_sym_goto] = ACTIONS(1490), + [anon_sym_DASH_DASH] = ACTIONS(1492), + [anon_sym_PLUS_PLUS] = ACTIONS(1492), + [anon_sym_sizeof] = ACTIONS(1490), + [anon_sym___alignof__] = ACTIONS(1490), + [anon_sym___alignof] = ACTIONS(1490), + [anon_sym__alignof] = ACTIONS(1490), + [anon_sym_alignof] = ACTIONS(1490), + [anon_sym__Alignof] = ACTIONS(1490), + [anon_sym_offsetof] = ACTIONS(1490), + [anon_sym__Generic] = ACTIONS(1490), + [anon_sym_asm] = ACTIONS(1490), + [anon_sym___asm__] = ACTIONS(1490), + [sym_number_literal] = ACTIONS(1492), + [anon_sym_L_SQUOTE] = ACTIONS(1492), + [anon_sym_u_SQUOTE] = ACTIONS(1492), + [anon_sym_U_SQUOTE] = ACTIONS(1492), + [anon_sym_u8_SQUOTE] = ACTIONS(1492), + [anon_sym_SQUOTE] = ACTIONS(1492), + [anon_sym_L_DQUOTE] = ACTIONS(1492), + [anon_sym_u_DQUOTE] = ACTIONS(1492), + [anon_sym_U_DQUOTE] = ACTIONS(1492), + [anon_sym_u8_DQUOTE] = ACTIONS(1492), + [anon_sym_DQUOTE] = ACTIONS(1492), + [sym_true] = ACTIONS(1490), + [sym_false] = ACTIONS(1490), + [anon_sym_NULL] = ACTIONS(1490), + [anon_sym_nullptr] = ACTIONS(1490), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1536), - [anon_sym_rayPayloadInEXT] = ACTIONS(1536), - [anon_sym_hitAttributeEXT] = ACTIONS(1536), - [anon_sym_callableDataEXT] = ACTIONS(1536), - [anon_sym_callableDataInEXT] = ACTIONS(1536), - [anon_sym_shaderRecordEXT] = ACTIONS(1536), - [anon_sym_rayPayloadNV] = ACTIONS(1536), - [anon_sym_rayPayloadInNV] = ACTIONS(1536), - [anon_sym_hitAttributeNV] = ACTIONS(1536), - [anon_sym_callableDataNV] = ACTIONS(1536), - [anon_sym_callableDataInNV] = ACTIONS(1536), - [anon_sym_shaderRecordNV] = ACTIONS(1536), - [anon_sym_layout] = ACTIONS(1536), + [anon_sym_rayPayloadEXT] = ACTIONS(1490), + [anon_sym_rayPayloadInEXT] = ACTIONS(1490), + [anon_sym_hitAttributeEXT] = ACTIONS(1490), + [anon_sym_callableDataEXT] = ACTIONS(1490), + [anon_sym_callableDataInEXT] = ACTIONS(1490), + [anon_sym_shaderRecordEXT] = ACTIONS(1490), + [anon_sym_rayPayloadNV] = ACTIONS(1490), + [anon_sym_rayPayloadInNV] = ACTIONS(1490), + [anon_sym_hitAttributeNV] = ACTIONS(1490), + [anon_sym_callableDataNV] = ACTIONS(1490), + [anon_sym_callableDataInNV] = ACTIONS(1490), + [anon_sym_shaderRecordNV] = ACTIONS(1490), + [anon_sym_layout] = ACTIONS(1490), }, - [155] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_subroutine] = ACTIONS(1540), - [anon_sym_invariant] = ACTIONS(1540), - [anon_sym_precise] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_in] = ACTIONS(1540), - [anon_sym_out] = ACTIONS(1540), - [anon_sym_inout] = ACTIONS(1540), - [anon_sym_uniform] = ACTIONS(1540), - [anon_sym_shared] = ACTIONS(1540), - [anon_sym_attribute] = ACTIONS(1540), - [anon_sym_varying] = ACTIONS(1540), - [anon_sym_buffer] = ACTIONS(1540), - [anon_sym_coherent] = ACTIONS(1540), - [anon_sym_readonly] = ACTIONS(1540), - [anon_sym_writeonly] = ACTIONS(1540), - [anon_sym_precision] = ACTIONS(1540), - [anon_sym_highp] = ACTIONS(1540), - [anon_sym_mediump] = ACTIONS(1540), - [anon_sym_lowp] = ACTIONS(1540), - [anon_sym_centroid] = ACTIONS(1540), - [anon_sym_sample] = ACTIONS(1540), - [anon_sym_patch] = ACTIONS(1540), - [anon_sym_smooth] = ACTIONS(1540), - [anon_sym_flat] = ACTIONS(1540), - [anon_sym_noperspective] = ACTIONS(1540), - [anon_sym___extension__] = ACTIONS(1540), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_auto] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym___inline] = ACTIONS(1540), - [anon_sym___inline__] = ACTIONS(1540), - [anon_sym___forceinline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym___thread] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym___restrict__] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym__Noreturn] = ACTIONS(1540), - [anon_sym_noreturn] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [anon_sym___alignof__] = ACTIONS(1540), - [anon_sym___alignof] = ACTIONS(1540), - [anon_sym__alignof] = ACTIONS(1540), - [anon_sym_alignof] = ACTIONS(1540), - [anon_sym__Alignof] = ACTIONS(1540), - [anon_sym_offsetof] = ACTIONS(1540), - [anon_sym__Generic] = ACTIONS(1540), - [anon_sym_asm] = ACTIONS(1540), - [anon_sym___asm__] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [anon_sym_NULL] = ACTIONS(1540), - [anon_sym_nullptr] = ACTIONS(1540), + [141] = { + [sym_identifier] = ACTIONS(1490), + [aux_sym_preproc_include_token1] = ACTIONS(1490), + [aux_sym_preproc_def_token1] = ACTIONS(1490), + [aux_sym_preproc_if_token1] = ACTIONS(1490), + [aux_sym_preproc_if_token2] = ACTIONS(1490), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1490), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1490), + [aux_sym_preproc_else_token1] = ACTIONS(1490), + [aux_sym_preproc_elif_token1] = ACTIONS(1490), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1490), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1490), + [sym_preproc_directive] = ACTIONS(1490), + [anon_sym_LPAREN2] = ACTIONS(1492), + [anon_sym_BANG] = ACTIONS(1492), + [anon_sym_TILDE] = ACTIONS(1492), + [anon_sym_DASH] = ACTIONS(1490), + [anon_sym_PLUS] = ACTIONS(1490), + [anon_sym_STAR] = ACTIONS(1492), + [anon_sym_AMP] = ACTIONS(1492), + [anon_sym_subroutine] = ACTIONS(1490), + [anon_sym_invariant] = ACTIONS(1490), + [anon_sym_precise] = ACTIONS(1490), + [anon_sym_SEMI] = ACTIONS(1492), + [anon_sym_in] = ACTIONS(1490), + [anon_sym_out] = ACTIONS(1490), + [anon_sym_inout] = ACTIONS(1490), + [anon_sym_uniform] = ACTIONS(1490), + [anon_sym_shared] = ACTIONS(1490), + [anon_sym_attribute] = ACTIONS(1490), + [anon_sym_varying] = ACTIONS(1490), + [anon_sym_buffer] = ACTIONS(1490), + [anon_sym_coherent] = ACTIONS(1490), + [anon_sym_readonly] = ACTIONS(1490), + [anon_sym_writeonly] = ACTIONS(1490), + [anon_sym_precision] = ACTIONS(1490), + [anon_sym_highp] = ACTIONS(1490), + [anon_sym_mediump] = ACTIONS(1490), + [anon_sym_lowp] = ACTIONS(1490), + [anon_sym_centroid] = ACTIONS(1490), + [anon_sym_sample] = ACTIONS(1490), + [anon_sym_patch] = ACTIONS(1490), + [anon_sym_smooth] = ACTIONS(1490), + [anon_sym_flat] = ACTIONS(1490), + [anon_sym_noperspective] = ACTIONS(1490), + [anon_sym___extension__] = ACTIONS(1490), + [anon_sym_typedef] = ACTIONS(1490), + [anon_sym_extern] = ACTIONS(1490), + [anon_sym___attribute__] = ACTIONS(1490), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1492), + [anon_sym___declspec] = ACTIONS(1490), + [anon_sym___cdecl] = ACTIONS(1490), + [anon_sym___clrcall] = ACTIONS(1490), + [anon_sym___stdcall] = ACTIONS(1490), + [anon_sym___fastcall] = ACTIONS(1490), + [anon_sym___thiscall] = ACTIONS(1490), + [anon_sym___vectorcall] = ACTIONS(1490), + [anon_sym_LBRACE] = ACTIONS(1492), + [anon_sym_signed] = ACTIONS(1490), + [anon_sym_unsigned] = ACTIONS(1490), + [anon_sym_long] = ACTIONS(1490), + [anon_sym_short] = ACTIONS(1490), + [anon_sym_static] = ACTIONS(1490), + [anon_sym_auto] = ACTIONS(1490), + [anon_sym_register] = ACTIONS(1490), + [anon_sym_inline] = ACTIONS(1490), + [anon_sym___inline] = ACTIONS(1490), + [anon_sym___inline__] = ACTIONS(1490), + [anon_sym___forceinline] = ACTIONS(1490), + [anon_sym_thread_local] = ACTIONS(1490), + [anon_sym___thread] = ACTIONS(1490), + [anon_sym_const] = ACTIONS(1490), + [anon_sym_constexpr] = ACTIONS(1490), + [anon_sym_volatile] = ACTIONS(1490), + [anon_sym_restrict] = ACTIONS(1490), + [anon_sym___restrict__] = ACTIONS(1490), + [anon_sym__Atomic] = ACTIONS(1490), + [anon_sym__Noreturn] = ACTIONS(1490), + [anon_sym_noreturn] = ACTIONS(1490), + [sym_primitive_type] = ACTIONS(1490), + [anon_sym_enum] = ACTIONS(1490), + [anon_sym_struct] = ACTIONS(1490), + [anon_sym_union] = ACTIONS(1490), + [anon_sym_if] = ACTIONS(1490), + [anon_sym_switch] = ACTIONS(1490), + [anon_sym_case] = ACTIONS(1490), + [anon_sym_default] = ACTIONS(1490), + [anon_sym_while] = ACTIONS(1490), + [anon_sym_do] = ACTIONS(1490), + [anon_sym_for] = ACTIONS(1490), + [anon_sym_return] = ACTIONS(1490), + [anon_sym_break] = ACTIONS(1490), + [anon_sym_continue] = ACTIONS(1490), + [anon_sym_goto] = ACTIONS(1490), + [anon_sym_DASH_DASH] = ACTIONS(1492), + [anon_sym_PLUS_PLUS] = ACTIONS(1492), + [anon_sym_sizeof] = ACTIONS(1490), + [anon_sym___alignof__] = ACTIONS(1490), + [anon_sym___alignof] = ACTIONS(1490), + [anon_sym__alignof] = ACTIONS(1490), + [anon_sym_alignof] = ACTIONS(1490), + [anon_sym__Alignof] = ACTIONS(1490), + [anon_sym_offsetof] = ACTIONS(1490), + [anon_sym__Generic] = ACTIONS(1490), + [anon_sym_asm] = ACTIONS(1490), + [anon_sym___asm__] = ACTIONS(1490), + [sym_number_literal] = ACTIONS(1492), + [anon_sym_L_SQUOTE] = ACTIONS(1492), + [anon_sym_u_SQUOTE] = ACTIONS(1492), + [anon_sym_U_SQUOTE] = ACTIONS(1492), + [anon_sym_u8_SQUOTE] = ACTIONS(1492), + [anon_sym_SQUOTE] = ACTIONS(1492), + [anon_sym_L_DQUOTE] = ACTIONS(1492), + [anon_sym_u_DQUOTE] = ACTIONS(1492), + [anon_sym_U_DQUOTE] = ACTIONS(1492), + [anon_sym_u8_DQUOTE] = ACTIONS(1492), + [anon_sym_DQUOTE] = ACTIONS(1492), + [sym_true] = ACTIONS(1490), + [sym_false] = ACTIONS(1490), + [anon_sym_NULL] = ACTIONS(1490), + [anon_sym_nullptr] = ACTIONS(1490), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1540), - [anon_sym_rayPayloadInEXT] = ACTIONS(1540), - [anon_sym_hitAttributeEXT] = ACTIONS(1540), - [anon_sym_callableDataEXT] = ACTIONS(1540), - [anon_sym_callableDataInEXT] = ACTIONS(1540), - [anon_sym_shaderRecordEXT] = ACTIONS(1540), - [anon_sym_rayPayloadNV] = ACTIONS(1540), - [anon_sym_rayPayloadInNV] = ACTIONS(1540), - [anon_sym_hitAttributeNV] = ACTIONS(1540), - [anon_sym_callableDataNV] = ACTIONS(1540), - [anon_sym_callableDataInNV] = ACTIONS(1540), - [anon_sym_shaderRecordNV] = ACTIONS(1540), - [anon_sym_layout] = ACTIONS(1540), + [anon_sym_rayPayloadEXT] = ACTIONS(1490), + [anon_sym_rayPayloadInEXT] = ACTIONS(1490), + [anon_sym_hitAttributeEXT] = ACTIONS(1490), + [anon_sym_callableDataEXT] = ACTIONS(1490), + [anon_sym_callableDataInEXT] = ACTIONS(1490), + [anon_sym_shaderRecordEXT] = ACTIONS(1490), + [anon_sym_rayPayloadNV] = ACTIONS(1490), + [anon_sym_rayPayloadInNV] = ACTIONS(1490), + [anon_sym_hitAttributeNV] = ACTIONS(1490), + [anon_sym_callableDataNV] = ACTIONS(1490), + [anon_sym_callableDataInNV] = ACTIONS(1490), + [anon_sym_shaderRecordNV] = ACTIONS(1490), + [anon_sym_layout] = ACTIONS(1490), }, - [156] = { - [sym_identifier] = ACTIONS(1544), - [aux_sym_preproc_include_token1] = ACTIONS(1544), - [aux_sym_preproc_def_token1] = ACTIONS(1544), - [aux_sym_preproc_if_token1] = ACTIONS(1544), - [aux_sym_preproc_if_token2] = ACTIONS(1544), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1544), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1544), - [aux_sym_preproc_else_token1] = ACTIONS(1544), - [aux_sym_preproc_elif_token1] = ACTIONS(1544), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1544), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1544), - [sym_preproc_directive] = ACTIONS(1544), - [anon_sym_LPAREN2] = ACTIONS(1546), - [anon_sym_BANG] = ACTIONS(1546), - [anon_sym_TILDE] = ACTIONS(1546), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_STAR] = ACTIONS(1546), - [anon_sym_AMP] = ACTIONS(1546), - [anon_sym_subroutine] = ACTIONS(1544), - [anon_sym_invariant] = ACTIONS(1544), - [anon_sym_precise] = ACTIONS(1544), - [anon_sym_SEMI] = ACTIONS(1546), - [anon_sym_in] = ACTIONS(1544), - [anon_sym_out] = ACTIONS(1544), - [anon_sym_inout] = ACTIONS(1544), - [anon_sym_uniform] = ACTIONS(1544), - [anon_sym_shared] = ACTIONS(1544), - [anon_sym_attribute] = ACTIONS(1544), - [anon_sym_varying] = ACTIONS(1544), - [anon_sym_buffer] = ACTIONS(1544), - [anon_sym_coherent] = ACTIONS(1544), - [anon_sym_readonly] = ACTIONS(1544), - [anon_sym_writeonly] = ACTIONS(1544), - [anon_sym_precision] = ACTIONS(1544), - [anon_sym_highp] = ACTIONS(1544), - [anon_sym_mediump] = ACTIONS(1544), - [anon_sym_lowp] = ACTIONS(1544), - [anon_sym_centroid] = ACTIONS(1544), - [anon_sym_sample] = ACTIONS(1544), - [anon_sym_patch] = ACTIONS(1544), - [anon_sym_smooth] = ACTIONS(1544), - [anon_sym_flat] = ACTIONS(1544), - [anon_sym_noperspective] = ACTIONS(1544), - [anon_sym___extension__] = ACTIONS(1544), - [anon_sym_typedef] = ACTIONS(1544), - [anon_sym_extern] = ACTIONS(1544), - [anon_sym___attribute__] = ACTIONS(1544), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1546), - [anon_sym___declspec] = ACTIONS(1544), - [anon_sym___cdecl] = ACTIONS(1544), - [anon_sym___clrcall] = ACTIONS(1544), - [anon_sym___stdcall] = ACTIONS(1544), - [anon_sym___fastcall] = ACTIONS(1544), - [anon_sym___thiscall] = ACTIONS(1544), - [anon_sym___vectorcall] = ACTIONS(1544), - [anon_sym_LBRACE] = ACTIONS(1546), - [anon_sym_signed] = ACTIONS(1544), - [anon_sym_unsigned] = ACTIONS(1544), - [anon_sym_long] = ACTIONS(1544), - [anon_sym_short] = ACTIONS(1544), - [anon_sym_static] = ACTIONS(1544), - [anon_sym_auto] = ACTIONS(1544), - [anon_sym_register] = ACTIONS(1544), - [anon_sym_inline] = ACTIONS(1544), - [anon_sym___inline] = ACTIONS(1544), - [anon_sym___inline__] = ACTIONS(1544), - [anon_sym___forceinline] = ACTIONS(1544), - [anon_sym_thread_local] = ACTIONS(1544), - [anon_sym___thread] = ACTIONS(1544), - [anon_sym_const] = ACTIONS(1544), - [anon_sym_constexpr] = ACTIONS(1544), - [anon_sym_volatile] = ACTIONS(1544), - [anon_sym_restrict] = ACTIONS(1544), - [anon_sym___restrict__] = ACTIONS(1544), - [anon_sym__Atomic] = ACTIONS(1544), - [anon_sym__Noreturn] = ACTIONS(1544), - [anon_sym_noreturn] = ACTIONS(1544), - [sym_primitive_type] = ACTIONS(1544), - [anon_sym_enum] = ACTIONS(1544), - [anon_sym_struct] = ACTIONS(1544), - [anon_sym_union] = ACTIONS(1544), - [anon_sym_if] = ACTIONS(1544), - [anon_sym_switch] = ACTIONS(1544), - [anon_sym_case] = ACTIONS(1544), - [anon_sym_default] = ACTIONS(1544), - [anon_sym_while] = ACTIONS(1544), - [anon_sym_do] = ACTIONS(1544), - [anon_sym_for] = ACTIONS(1544), - [anon_sym_return] = ACTIONS(1544), - [anon_sym_break] = ACTIONS(1544), - [anon_sym_continue] = ACTIONS(1544), - [anon_sym_goto] = ACTIONS(1544), - [anon_sym_DASH_DASH] = ACTIONS(1546), - [anon_sym_PLUS_PLUS] = ACTIONS(1546), - [anon_sym_sizeof] = ACTIONS(1544), - [anon_sym___alignof__] = ACTIONS(1544), - [anon_sym___alignof] = ACTIONS(1544), - [anon_sym__alignof] = ACTIONS(1544), - [anon_sym_alignof] = ACTIONS(1544), - [anon_sym__Alignof] = ACTIONS(1544), - [anon_sym_offsetof] = ACTIONS(1544), - [anon_sym__Generic] = ACTIONS(1544), - [anon_sym_asm] = ACTIONS(1544), - [anon_sym___asm__] = ACTIONS(1544), - [sym_number_literal] = ACTIONS(1546), - [anon_sym_L_SQUOTE] = ACTIONS(1546), - [anon_sym_u_SQUOTE] = ACTIONS(1546), - [anon_sym_U_SQUOTE] = ACTIONS(1546), - [anon_sym_u8_SQUOTE] = ACTIONS(1546), - [anon_sym_SQUOTE] = ACTIONS(1546), - [anon_sym_L_DQUOTE] = ACTIONS(1546), - [anon_sym_u_DQUOTE] = ACTIONS(1546), - [anon_sym_U_DQUOTE] = ACTIONS(1546), - [anon_sym_u8_DQUOTE] = ACTIONS(1546), - [anon_sym_DQUOTE] = ACTIONS(1546), - [sym_true] = ACTIONS(1544), - [sym_false] = ACTIONS(1544), - [anon_sym_NULL] = ACTIONS(1544), - [anon_sym_nullptr] = ACTIONS(1544), + [142] = { + [sym_identifier] = ACTIONS(1494), + [aux_sym_preproc_include_token1] = ACTIONS(1494), + [aux_sym_preproc_def_token1] = ACTIONS(1494), + [aux_sym_preproc_if_token1] = ACTIONS(1494), + [aux_sym_preproc_if_token2] = ACTIONS(1494), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1494), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1494), + [aux_sym_preproc_else_token1] = ACTIONS(1494), + [aux_sym_preproc_elif_token1] = ACTIONS(1494), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1494), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1494), + [sym_preproc_directive] = ACTIONS(1494), + [anon_sym_LPAREN2] = ACTIONS(1496), + [anon_sym_BANG] = ACTIONS(1496), + [anon_sym_TILDE] = ACTIONS(1496), + [anon_sym_DASH] = ACTIONS(1494), + [anon_sym_PLUS] = ACTIONS(1494), + [anon_sym_STAR] = ACTIONS(1496), + [anon_sym_AMP] = ACTIONS(1496), + [anon_sym_subroutine] = ACTIONS(1494), + [anon_sym_invariant] = ACTIONS(1494), + [anon_sym_precise] = ACTIONS(1494), + [anon_sym_SEMI] = ACTIONS(1496), + [anon_sym_in] = ACTIONS(1494), + [anon_sym_out] = ACTIONS(1494), + [anon_sym_inout] = ACTIONS(1494), + [anon_sym_uniform] = ACTIONS(1494), + [anon_sym_shared] = ACTIONS(1494), + [anon_sym_attribute] = ACTIONS(1494), + [anon_sym_varying] = ACTIONS(1494), + [anon_sym_buffer] = ACTIONS(1494), + [anon_sym_coherent] = ACTIONS(1494), + [anon_sym_readonly] = ACTIONS(1494), + [anon_sym_writeonly] = ACTIONS(1494), + [anon_sym_precision] = ACTIONS(1494), + [anon_sym_highp] = ACTIONS(1494), + [anon_sym_mediump] = ACTIONS(1494), + [anon_sym_lowp] = ACTIONS(1494), + [anon_sym_centroid] = ACTIONS(1494), + [anon_sym_sample] = ACTIONS(1494), + [anon_sym_patch] = ACTIONS(1494), + [anon_sym_smooth] = ACTIONS(1494), + [anon_sym_flat] = ACTIONS(1494), + [anon_sym_noperspective] = ACTIONS(1494), + [anon_sym___extension__] = ACTIONS(1494), + [anon_sym_typedef] = ACTIONS(1494), + [anon_sym_extern] = ACTIONS(1494), + [anon_sym___attribute__] = ACTIONS(1494), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1496), + [anon_sym___declspec] = ACTIONS(1494), + [anon_sym___cdecl] = ACTIONS(1494), + [anon_sym___clrcall] = ACTIONS(1494), + [anon_sym___stdcall] = ACTIONS(1494), + [anon_sym___fastcall] = ACTIONS(1494), + [anon_sym___thiscall] = ACTIONS(1494), + [anon_sym___vectorcall] = ACTIONS(1494), + [anon_sym_LBRACE] = ACTIONS(1496), + [anon_sym_signed] = ACTIONS(1494), + [anon_sym_unsigned] = ACTIONS(1494), + [anon_sym_long] = ACTIONS(1494), + [anon_sym_short] = ACTIONS(1494), + [anon_sym_static] = ACTIONS(1494), + [anon_sym_auto] = ACTIONS(1494), + [anon_sym_register] = ACTIONS(1494), + [anon_sym_inline] = ACTIONS(1494), + [anon_sym___inline] = ACTIONS(1494), + [anon_sym___inline__] = ACTIONS(1494), + [anon_sym___forceinline] = ACTIONS(1494), + [anon_sym_thread_local] = ACTIONS(1494), + [anon_sym___thread] = ACTIONS(1494), + [anon_sym_const] = ACTIONS(1494), + [anon_sym_constexpr] = ACTIONS(1494), + [anon_sym_volatile] = ACTIONS(1494), + [anon_sym_restrict] = ACTIONS(1494), + [anon_sym___restrict__] = ACTIONS(1494), + [anon_sym__Atomic] = ACTIONS(1494), + [anon_sym__Noreturn] = ACTIONS(1494), + [anon_sym_noreturn] = ACTIONS(1494), + [sym_primitive_type] = ACTIONS(1494), + [anon_sym_enum] = ACTIONS(1494), + [anon_sym_struct] = ACTIONS(1494), + [anon_sym_union] = ACTIONS(1494), + [anon_sym_if] = ACTIONS(1494), + [anon_sym_switch] = ACTIONS(1494), + [anon_sym_case] = ACTIONS(1494), + [anon_sym_default] = ACTIONS(1494), + [anon_sym_while] = ACTIONS(1494), + [anon_sym_do] = ACTIONS(1494), + [anon_sym_for] = ACTIONS(1494), + [anon_sym_return] = ACTIONS(1494), + [anon_sym_break] = ACTIONS(1494), + [anon_sym_continue] = ACTIONS(1494), + [anon_sym_goto] = ACTIONS(1494), + [anon_sym_DASH_DASH] = ACTIONS(1496), + [anon_sym_PLUS_PLUS] = ACTIONS(1496), + [anon_sym_sizeof] = ACTIONS(1494), + [anon_sym___alignof__] = ACTIONS(1494), + [anon_sym___alignof] = ACTIONS(1494), + [anon_sym__alignof] = ACTIONS(1494), + [anon_sym_alignof] = ACTIONS(1494), + [anon_sym__Alignof] = ACTIONS(1494), + [anon_sym_offsetof] = ACTIONS(1494), + [anon_sym__Generic] = ACTIONS(1494), + [anon_sym_asm] = ACTIONS(1494), + [anon_sym___asm__] = ACTIONS(1494), + [sym_number_literal] = ACTIONS(1496), + [anon_sym_L_SQUOTE] = ACTIONS(1496), + [anon_sym_u_SQUOTE] = ACTIONS(1496), + [anon_sym_U_SQUOTE] = ACTIONS(1496), + [anon_sym_u8_SQUOTE] = ACTIONS(1496), + [anon_sym_SQUOTE] = ACTIONS(1496), + [anon_sym_L_DQUOTE] = ACTIONS(1496), + [anon_sym_u_DQUOTE] = ACTIONS(1496), + [anon_sym_U_DQUOTE] = ACTIONS(1496), + [anon_sym_u8_DQUOTE] = ACTIONS(1496), + [anon_sym_DQUOTE] = ACTIONS(1496), + [sym_true] = ACTIONS(1494), + [sym_false] = ACTIONS(1494), + [anon_sym_NULL] = ACTIONS(1494), + [anon_sym_nullptr] = ACTIONS(1494), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1544), - [anon_sym_rayPayloadInEXT] = ACTIONS(1544), - [anon_sym_hitAttributeEXT] = ACTIONS(1544), - [anon_sym_callableDataEXT] = ACTIONS(1544), - [anon_sym_callableDataInEXT] = ACTIONS(1544), - [anon_sym_shaderRecordEXT] = ACTIONS(1544), - [anon_sym_rayPayloadNV] = ACTIONS(1544), - [anon_sym_rayPayloadInNV] = ACTIONS(1544), - [anon_sym_hitAttributeNV] = ACTIONS(1544), - [anon_sym_callableDataNV] = ACTIONS(1544), - [anon_sym_callableDataInNV] = ACTIONS(1544), - [anon_sym_shaderRecordNV] = ACTIONS(1544), - [anon_sym_layout] = ACTIONS(1544), + [anon_sym_rayPayloadEXT] = ACTIONS(1494), + [anon_sym_rayPayloadInEXT] = ACTIONS(1494), + [anon_sym_hitAttributeEXT] = ACTIONS(1494), + [anon_sym_callableDataEXT] = ACTIONS(1494), + [anon_sym_callableDataInEXT] = ACTIONS(1494), + [anon_sym_shaderRecordEXT] = ACTIONS(1494), + [anon_sym_rayPayloadNV] = ACTIONS(1494), + [anon_sym_rayPayloadInNV] = ACTIONS(1494), + [anon_sym_hitAttributeNV] = ACTIONS(1494), + [anon_sym_callableDataNV] = ACTIONS(1494), + [anon_sym_callableDataInNV] = ACTIONS(1494), + [anon_sym_shaderRecordNV] = ACTIONS(1494), + [anon_sym_layout] = ACTIONS(1494), }, - [157] = { - [sym_identifier] = ACTIONS(1548), - [aux_sym_preproc_include_token1] = ACTIONS(1548), - [aux_sym_preproc_def_token1] = ACTIONS(1548), - [aux_sym_preproc_if_token1] = ACTIONS(1548), - [aux_sym_preproc_if_token2] = ACTIONS(1548), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1548), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1548), - [aux_sym_preproc_else_token1] = ACTIONS(1548), - [aux_sym_preproc_elif_token1] = ACTIONS(1548), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1548), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1548), - [sym_preproc_directive] = ACTIONS(1548), - [anon_sym_LPAREN2] = ACTIONS(1550), - [anon_sym_BANG] = ACTIONS(1550), - [anon_sym_TILDE] = ACTIONS(1550), - [anon_sym_DASH] = ACTIONS(1548), - [anon_sym_PLUS] = ACTIONS(1548), - [anon_sym_STAR] = ACTIONS(1550), - [anon_sym_AMP] = ACTIONS(1550), - [anon_sym_subroutine] = ACTIONS(1548), - [anon_sym_invariant] = ACTIONS(1548), - [anon_sym_precise] = ACTIONS(1548), - [anon_sym_SEMI] = ACTIONS(1550), - [anon_sym_in] = ACTIONS(1548), - [anon_sym_out] = ACTIONS(1548), - [anon_sym_inout] = ACTIONS(1548), - [anon_sym_uniform] = ACTIONS(1548), - [anon_sym_shared] = ACTIONS(1548), - [anon_sym_attribute] = ACTIONS(1548), - [anon_sym_varying] = ACTIONS(1548), - [anon_sym_buffer] = ACTIONS(1548), - [anon_sym_coherent] = ACTIONS(1548), - [anon_sym_readonly] = ACTIONS(1548), - [anon_sym_writeonly] = ACTIONS(1548), - [anon_sym_precision] = ACTIONS(1548), - [anon_sym_highp] = ACTIONS(1548), - [anon_sym_mediump] = ACTIONS(1548), - [anon_sym_lowp] = ACTIONS(1548), - [anon_sym_centroid] = ACTIONS(1548), - [anon_sym_sample] = ACTIONS(1548), - [anon_sym_patch] = ACTIONS(1548), - [anon_sym_smooth] = ACTIONS(1548), - [anon_sym_flat] = ACTIONS(1548), - [anon_sym_noperspective] = ACTIONS(1548), - [anon_sym___extension__] = ACTIONS(1548), - [anon_sym_typedef] = ACTIONS(1548), - [anon_sym_extern] = ACTIONS(1548), - [anon_sym___attribute__] = ACTIONS(1548), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1550), - [anon_sym___declspec] = ACTIONS(1548), - [anon_sym___cdecl] = ACTIONS(1548), - [anon_sym___clrcall] = ACTIONS(1548), - [anon_sym___stdcall] = ACTIONS(1548), - [anon_sym___fastcall] = ACTIONS(1548), - [anon_sym___thiscall] = ACTIONS(1548), - [anon_sym___vectorcall] = ACTIONS(1548), - [anon_sym_LBRACE] = ACTIONS(1550), - [anon_sym_signed] = ACTIONS(1548), - [anon_sym_unsigned] = ACTIONS(1548), - [anon_sym_long] = ACTIONS(1548), - [anon_sym_short] = ACTIONS(1548), - [anon_sym_static] = ACTIONS(1548), - [anon_sym_auto] = ACTIONS(1548), - [anon_sym_register] = ACTIONS(1548), - [anon_sym_inline] = ACTIONS(1548), - [anon_sym___inline] = ACTIONS(1548), - [anon_sym___inline__] = ACTIONS(1548), - [anon_sym___forceinline] = ACTIONS(1548), - [anon_sym_thread_local] = ACTIONS(1548), - [anon_sym___thread] = ACTIONS(1548), - [anon_sym_const] = ACTIONS(1548), - [anon_sym_constexpr] = ACTIONS(1548), - [anon_sym_volatile] = ACTIONS(1548), - [anon_sym_restrict] = ACTIONS(1548), - [anon_sym___restrict__] = ACTIONS(1548), - [anon_sym__Atomic] = ACTIONS(1548), - [anon_sym__Noreturn] = ACTIONS(1548), - [anon_sym_noreturn] = ACTIONS(1548), - [sym_primitive_type] = ACTIONS(1548), - [anon_sym_enum] = ACTIONS(1548), - [anon_sym_struct] = ACTIONS(1548), - [anon_sym_union] = ACTIONS(1548), - [anon_sym_if] = ACTIONS(1548), - [anon_sym_switch] = ACTIONS(1548), - [anon_sym_case] = ACTIONS(1548), - [anon_sym_default] = ACTIONS(1548), - [anon_sym_while] = ACTIONS(1548), - [anon_sym_do] = ACTIONS(1548), - [anon_sym_for] = ACTIONS(1548), - [anon_sym_return] = ACTIONS(1548), - [anon_sym_break] = ACTIONS(1548), - [anon_sym_continue] = ACTIONS(1548), - [anon_sym_goto] = ACTIONS(1548), - [anon_sym_DASH_DASH] = ACTIONS(1550), - [anon_sym_PLUS_PLUS] = ACTIONS(1550), - [anon_sym_sizeof] = ACTIONS(1548), - [anon_sym___alignof__] = ACTIONS(1548), - [anon_sym___alignof] = ACTIONS(1548), - [anon_sym__alignof] = ACTIONS(1548), - [anon_sym_alignof] = ACTIONS(1548), - [anon_sym__Alignof] = ACTIONS(1548), - [anon_sym_offsetof] = ACTIONS(1548), - [anon_sym__Generic] = ACTIONS(1548), - [anon_sym_asm] = ACTIONS(1548), - [anon_sym___asm__] = ACTIONS(1548), - [sym_number_literal] = ACTIONS(1550), - [anon_sym_L_SQUOTE] = ACTIONS(1550), - [anon_sym_u_SQUOTE] = ACTIONS(1550), - [anon_sym_U_SQUOTE] = ACTIONS(1550), - [anon_sym_u8_SQUOTE] = ACTIONS(1550), - [anon_sym_SQUOTE] = ACTIONS(1550), - [anon_sym_L_DQUOTE] = ACTIONS(1550), - [anon_sym_u_DQUOTE] = ACTIONS(1550), - [anon_sym_U_DQUOTE] = ACTIONS(1550), - [anon_sym_u8_DQUOTE] = ACTIONS(1550), - [anon_sym_DQUOTE] = ACTIONS(1550), - [sym_true] = ACTIONS(1548), - [sym_false] = ACTIONS(1548), - [anon_sym_NULL] = ACTIONS(1548), - [anon_sym_nullptr] = ACTIONS(1548), + [143] = { + [sym_identifier] = ACTIONS(1498), + [aux_sym_preproc_include_token1] = ACTIONS(1498), + [aux_sym_preproc_def_token1] = ACTIONS(1498), + [aux_sym_preproc_if_token1] = ACTIONS(1498), + [aux_sym_preproc_if_token2] = ACTIONS(1498), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1498), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1498), + [aux_sym_preproc_else_token1] = ACTIONS(1498), + [aux_sym_preproc_elif_token1] = ACTIONS(1498), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1498), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1498), + [sym_preproc_directive] = ACTIONS(1498), + [anon_sym_LPAREN2] = ACTIONS(1500), + [anon_sym_BANG] = ACTIONS(1500), + [anon_sym_TILDE] = ACTIONS(1500), + [anon_sym_DASH] = ACTIONS(1498), + [anon_sym_PLUS] = ACTIONS(1498), + [anon_sym_STAR] = ACTIONS(1500), + [anon_sym_AMP] = ACTIONS(1500), + [anon_sym_subroutine] = ACTIONS(1498), + [anon_sym_invariant] = ACTIONS(1498), + [anon_sym_precise] = ACTIONS(1498), + [anon_sym_SEMI] = ACTIONS(1500), + [anon_sym_in] = ACTIONS(1498), + [anon_sym_out] = ACTIONS(1498), + [anon_sym_inout] = ACTIONS(1498), + [anon_sym_uniform] = ACTIONS(1498), + [anon_sym_shared] = ACTIONS(1498), + [anon_sym_attribute] = ACTIONS(1498), + [anon_sym_varying] = ACTIONS(1498), + [anon_sym_buffer] = ACTIONS(1498), + [anon_sym_coherent] = ACTIONS(1498), + [anon_sym_readonly] = ACTIONS(1498), + [anon_sym_writeonly] = ACTIONS(1498), + [anon_sym_precision] = ACTIONS(1498), + [anon_sym_highp] = ACTIONS(1498), + [anon_sym_mediump] = ACTIONS(1498), + [anon_sym_lowp] = ACTIONS(1498), + [anon_sym_centroid] = ACTIONS(1498), + [anon_sym_sample] = ACTIONS(1498), + [anon_sym_patch] = ACTIONS(1498), + [anon_sym_smooth] = ACTIONS(1498), + [anon_sym_flat] = ACTIONS(1498), + [anon_sym_noperspective] = ACTIONS(1498), + [anon_sym___extension__] = ACTIONS(1498), + [anon_sym_typedef] = ACTIONS(1498), + [anon_sym_extern] = ACTIONS(1498), + [anon_sym___attribute__] = ACTIONS(1498), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1500), + [anon_sym___declspec] = ACTIONS(1498), + [anon_sym___cdecl] = ACTIONS(1498), + [anon_sym___clrcall] = ACTIONS(1498), + [anon_sym___stdcall] = ACTIONS(1498), + [anon_sym___fastcall] = ACTIONS(1498), + [anon_sym___thiscall] = ACTIONS(1498), + [anon_sym___vectorcall] = ACTIONS(1498), + [anon_sym_LBRACE] = ACTIONS(1500), + [anon_sym_signed] = ACTIONS(1498), + [anon_sym_unsigned] = ACTIONS(1498), + [anon_sym_long] = ACTIONS(1498), + [anon_sym_short] = ACTIONS(1498), + [anon_sym_static] = ACTIONS(1498), + [anon_sym_auto] = ACTIONS(1498), + [anon_sym_register] = ACTIONS(1498), + [anon_sym_inline] = ACTIONS(1498), + [anon_sym___inline] = ACTIONS(1498), + [anon_sym___inline__] = ACTIONS(1498), + [anon_sym___forceinline] = ACTIONS(1498), + [anon_sym_thread_local] = ACTIONS(1498), + [anon_sym___thread] = ACTIONS(1498), + [anon_sym_const] = ACTIONS(1498), + [anon_sym_constexpr] = ACTIONS(1498), + [anon_sym_volatile] = ACTIONS(1498), + [anon_sym_restrict] = ACTIONS(1498), + [anon_sym___restrict__] = ACTIONS(1498), + [anon_sym__Atomic] = ACTIONS(1498), + [anon_sym__Noreturn] = ACTIONS(1498), + [anon_sym_noreturn] = ACTIONS(1498), + [sym_primitive_type] = ACTIONS(1498), + [anon_sym_enum] = ACTIONS(1498), + [anon_sym_struct] = ACTIONS(1498), + [anon_sym_union] = ACTIONS(1498), + [anon_sym_if] = ACTIONS(1498), + [anon_sym_switch] = ACTIONS(1498), + [anon_sym_case] = ACTIONS(1498), + [anon_sym_default] = ACTIONS(1498), + [anon_sym_while] = ACTIONS(1498), + [anon_sym_do] = ACTIONS(1498), + [anon_sym_for] = ACTIONS(1498), + [anon_sym_return] = ACTIONS(1498), + [anon_sym_break] = ACTIONS(1498), + [anon_sym_continue] = ACTIONS(1498), + [anon_sym_goto] = ACTIONS(1498), + [anon_sym_DASH_DASH] = ACTIONS(1500), + [anon_sym_PLUS_PLUS] = ACTIONS(1500), + [anon_sym_sizeof] = ACTIONS(1498), + [anon_sym___alignof__] = ACTIONS(1498), + [anon_sym___alignof] = ACTIONS(1498), + [anon_sym__alignof] = ACTIONS(1498), + [anon_sym_alignof] = ACTIONS(1498), + [anon_sym__Alignof] = ACTIONS(1498), + [anon_sym_offsetof] = ACTIONS(1498), + [anon_sym__Generic] = ACTIONS(1498), + [anon_sym_asm] = ACTIONS(1498), + [anon_sym___asm__] = ACTIONS(1498), + [sym_number_literal] = ACTIONS(1500), + [anon_sym_L_SQUOTE] = ACTIONS(1500), + [anon_sym_u_SQUOTE] = ACTIONS(1500), + [anon_sym_U_SQUOTE] = ACTIONS(1500), + [anon_sym_u8_SQUOTE] = ACTIONS(1500), + [anon_sym_SQUOTE] = ACTIONS(1500), + [anon_sym_L_DQUOTE] = ACTIONS(1500), + [anon_sym_u_DQUOTE] = ACTIONS(1500), + [anon_sym_U_DQUOTE] = ACTIONS(1500), + [anon_sym_u8_DQUOTE] = ACTIONS(1500), + [anon_sym_DQUOTE] = ACTIONS(1500), + [sym_true] = ACTIONS(1498), + [sym_false] = ACTIONS(1498), + [anon_sym_NULL] = ACTIONS(1498), + [anon_sym_nullptr] = ACTIONS(1498), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1548), - [anon_sym_rayPayloadInEXT] = ACTIONS(1548), - [anon_sym_hitAttributeEXT] = ACTIONS(1548), - [anon_sym_callableDataEXT] = ACTIONS(1548), - [anon_sym_callableDataInEXT] = ACTIONS(1548), - [anon_sym_shaderRecordEXT] = ACTIONS(1548), - [anon_sym_rayPayloadNV] = ACTIONS(1548), - [anon_sym_rayPayloadInNV] = ACTIONS(1548), - [anon_sym_hitAttributeNV] = ACTIONS(1548), - [anon_sym_callableDataNV] = ACTIONS(1548), - [anon_sym_callableDataInNV] = ACTIONS(1548), - [anon_sym_shaderRecordNV] = ACTIONS(1548), - [anon_sym_layout] = ACTIONS(1548), + [anon_sym_rayPayloadEXT] = ACTIONS(1498), + [anon_sym_rayPayloadInEXT] = ACTIONS(1498), + [anon_sym_hitAttributeEXT] = ACTIONS(1498), + [anon_sym_callableDataEXT] = ACTIONS(1498), + [anon_sym_callableDataInEXT] = ACTIONS(1498), + [anon_sym_shaderRecordEXT] = ACTIONS(1498), + [anon_sym_rayPayloadNV] = ACTIONS(1498), + [anon_sym_rayPayloadInNV] = ACTIONS(1498), + [anon_sym_hitAttributeNV] = ACTIONS(1498), + [anon_sym_callableDataNV] = ACTIONS(1498), + [anon_sym_callableDataInNV] = ACTIONS(1498), + [anon_sym_shaderRecordNV] = ACTIONS(1498), + [anon_sym_layout] = ACTIONS(1498), }, - [158] = { - [sym_identifier] = ACTIONS(1552), - [aux_sym_preproc_include_token1] = ACTIONS(1552), - [aux_sym_preproc_def_token1] = ACTIONS(1552), - [aux_sym_preproc_if_token1] = ACTIONS(1552), - [aux_sym_preproc_if_token2] = ACTIONS(1552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1552), - [aux_sym_preproc_else_token1] = ACTIONS(1552), - [aux_sym_preproc_elif_token1] = ACTIONS(1552), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1552), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1552), - [sym_preproc_directive] = ACTIONS(1552), - [anon_sym_LPAREN2] = ACTIONS(1554), - [anon_sym_BANG] = ACTIONS(1554), - [anon_sym_TILDE] = ACTIONS(1554), - [anon_sym_DASH] = ACTIONS(1552), - [anon_sym_PLUS] = ACTIONS(1552), - [anon_sym_STAR] = ACTIONS(1554), - [anon_sym_AMP] = ACTIONS(1554), - [anon_sym_subroutine] = ACTIONS(1552), - [anon_sym_invariant] = ACTIONS(1552), - [anon_sym_precise] = ACTIONS(1552), - [anon_sym_SEMI] = ACTIONS(1554), - [anon_sym_in] = ACTIONS(1552), - [anon_sym_out] = ACTIONS(1552), - [anon_sym_inout] = ACTIONS(1552), - [anon_sym_uniform] = ACTIONS(1552), - [anon_sym_shared] = ACTIONS(1552), - [anon_sym_attribute] = ACTIONS(1552), - [anon_sym_varying] = ACTIONS(1552), - [anon_sym_buffer] = ACTIONS(1552), - [anon_sym_coherent] = ACTIONS(1552), - [anon_sym_readonly] = ACTIONS(1552), - [anon_sym_writeonly] = ACTIONS(1552), - [anon_sym_precision] = ACTIONS(1552), - [anon_sym_highp] = ACTIONS(1552), - [anon_sym_mediump] = ACTIONS(1552), - [anon_sym_lowp] = ACTIONS(1552), - [anon_sym_centroid] = ACTIONS(1552), - [anon_sym_sample] = ACTIONS(1552), - [anon_sym_patch] = ACTIONS(1552), - [anon_sym_smooth] = ACTIONS(1552), - [anon_sym_flat] = ACTIONS(1552), - [anon_sym_noperspective] = ACTIONS(1552), - [anon_sym___extension__] = ACTIONS(1552), - [anon_sym_typedef] = ACTIONS(1552), - [anon_sym_extern] = ACTIONS(1552), - [anon_sym___attribute__] = ACTIONS(1552), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1554), - [anon_sym___declspec] = ACTIONS(1552), - [anon_sym___cdecl] = ACTIONS(1552), - [anon_sym___clrcall] = ACTIONS(1552), - [anon_sym___stdcall] = ACTIONS(1552), - [anon_sym___fastcall] = ACTIONS(1552), - [anon_sym___thiscall] = ACTIONS(1552), - [anon_sym___vectorcall] = ACTIONS(1552), - [anon_sym_LBRACE] = ACTIONS(1554), - [anon_sym_signed] = ACTIONS(1552), - [anon_sym_unsigned] = ACTIONS(1552), - [anon_sym_long] = ACTIONS(1552), - [anon_sym_short] = ACTIONS(1552), - [anon_sym_static] = ACTIONS(1552), - [anon_sym_auto] = ACTIONS(1552), - [anon_sym_register] = ACTIONS(1552), - [anon_sym_inline] = ACTIONS(1552), - [anon_sym___inline] = ACTIONS(1552), - [anon_sym___inline__] = ACTIONS(1552), - [anon_sym___forceinline] = ACTIONS(1552), - [anon_sym_thread_local] = ACTIONS(1552), - [anon_sym___thread] = ACTIONS(1552), - [anon_sym_const] = ACTIONS(1552), - [anon_sym_constexpr] = ACTIONS(1552), - [anon_sym_volatile] = ACTIONS(1552), - [anon_sym_restrict] = ACTIONS(1552), - [anon_sym___restrict__] = ACTIONS(1552), - [anon_sym__Atomic] = ACTIONS(1552), - [anon_sym__Noreturn] = ACTIONS(1552), - [anon_sym_noreturn] = ACTIONS(1552), - [sym_primitive_type] = ACTIONS(1552), - [anon_sym_enum] = ACTIONS(1552), - [anon_sym_struct] = ACTIONS(1552), - [anon_sym_union] = ACTIONS(1552), - [anon_sym_if] = ACTIONS(1552), - [anon_sym_switch] = ACTIONS(1552), - [anon_sym_case] = ACTIONS(1552), - [anon_sym_default] = ACTIONS(1552), - [anon_sym_while] = ACTIONS(1552), - [anon_sym_do] = ACTIONS(1552), - [anon_sym_for] = ACTIONS(1552), - [anon_sym_return] = ACTIONS(1552), - [anon_sym_break] = ACTIONS(1552), - [anon_sym_continue] = ACTIONS(1552), - [anon_sym_goto] = ACTIONS(1552), - [anon_sym_DASH_DASH] = ACTIONS(1554), - [anon_sym_PLUS_PLUS] = ACTIONS(1554), - [anon_sym_sizeof] = ACTIONS(1552), - [anon_sym___alignof__] = ACTIONS(1552), - [anon_sym___alignof] = ACTIONS(1552), - [anon_sym__alignof] = ACTIONS(1552), - [anon_sym_alignof] = ACTIONS(1552), - [anon_sym__Alignof] = ACTIONS(1552), - [anon_sym_offsetof] = ACTIONS(1552), - [anon_sym__Generic] = ACTIONS(1552), - [anon_sym_asm] = ACTIONS(1552), - [anon_sym___asm__] = ACTIONS(1552), - [sym_number_literal] = ACTIONS(1554), - [anon_sym_L_SQUOTE] = ACTIONS(1554), - [anon_sym_u_SQUOTE] = ACTIONS(1554), - [anon_sym_U_SQUOTE] = ACTIONS(1554), - [anon_sym_u8_SQUOTE] = ACTIONS(1554), - [anon_sym_SQUOTE] = ACTIONS(1554), - [anon_sym_L_DQUOTE] = ACTIONS(1554), - [anon_sym_u_DQUOTE] = ACTIONS(1554), - [anon_sym_U_DQUOTE] = ACTIONS(1554), - [anon_sym_u8_DQUOTE] = ACTIONS(1554), - [anon_sym_DQUOTE] = ACTIONS(1554), - [sym_true] = ACTIONS(1552), - [sym_false] = ACTIONS(1552), - [anon_sym_NULL] = ACTIONS(1552), - [anon_sym_nullptr] = ACTIONS(1552), + [144] = { + [sym_identifier] = ACTIONS(1502), + [aux_sym_preproc_include_token1] = ACTIONS(1502), + [aux_sym_preproc_def_token1] = ACTIONS(1502), + [aux_sym_preproc_if_token1] = ACTIONS(1502), + [aux_sym_preproc_if_token2] = ACTIONS(1502), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1502), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1502), + [aux_sym_preproc_else_token1] = ACTIONS(1502), + [aux_sym_preproc_elif_token1] = ACTIONS(1502), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1502), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1502), + [sym_preproc_directive] = ACTIONS(1502), + [anon_sym_LPAREN2] = ACTIONS(1504), + [anon_sym_BANG] = ACTIONS(1504), + [anon_sym_TILDE] = ACTIONS(1504), + [anon_sym_DASH] = ACTIONS(1502), + [anon_sym_PLUS] = ACTIONS(1502), + [anon_sym_STAR] = ACTIONS(1504), + [anon_sym_AMP] = ACTIONS(1504), + [anon_sym_subroutine] = ACTIONS(1502), + [anon_sym_invariant] = ACTIONS(1502), + [anon_sym_precise] = ACTIONS(1502), + [anon_sym_SEMI] = ACTIONS(1504), + [anon_sym_in] = ACTIONS(1502), + [anon_sym_out] = ACTIONS(1502), + [anon_sym_inout] = ACTIONS(1502), + [anon_sym_uniform] = ACTIONS(1502), + [anon_sym_shared] = ACTIONS(1502), + [anon_sym_attribute] = ACTIONS(1502), + [anon_sym_varying] = ACTIONS(1502), + [anon_sym_buffer] = ACTIONS(1502), + [anon_sym_coherent] = ACTIONS(1502), + [anon_sym_readonly] = ACTIONS(1502), + [anon_sym_writeonly] = ACTIONS(1502), + [anon_sym_precision] = ACTIONS(1502), + [anon_sym_highp] = ACTIONS(1502), + [anon_sym_mediump] = ACTIONS(1502), + [anon_sym_lowp] = ACTIONS(1502), + [anon_sym_centroid] = ACTIONS(1502), + [anon_sym_sample] = ACTIONS(1502), + [anon_sym_patch] = ACTIONS(1502), + [anon_sym_smooth] = ACTIONS(1502), + [anon_sym_flat] = ACTIONS(1502), + [anon_sym_noperspective] = ACTIONS(1502), + [anon_sym___extension__] = ACTIONS(1502), + [anon_sym_typedef] = ACTIONS(1502), + [anon_sym_extern] = ACTIONS(1502), + [anon_sym___attribute__] = ACTIONS(1502), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1504), + [anon_sym___declspec] = ACTIONS(1502), + [anon_sym___cdecl] = ACTIONS(1502), + [anon_sym___clrcall] = ACTIONS(1502), + [anon_sym___stdcall] = ACTIONS(1502), + [anon_sym___fastcall] = ACTIONS(1502), + [anon_sym___thiscall] = ACTIONS(1502), + [anon_sym___vectorcall] = ACTIONS(1502), + [anon_sym_LBRACE] = ACTIONS(1504), + [anon_sym_signed] = ACTIONS(1502), + [anon_sym_unsigned] = ACTIONS(1502), + [anon_sym_long] = ACTIONS(1502), + [anon_sym_short] = ACTIONS(1502), + [anon_sym_static] = ACTIONS(1502), + [anon_sym_auto] = ACTIONS(1502), + [anon_sym_register] = ACTIONS(1502), + [anon_sym_inline] = ACTIONS(1502), + [anon_sym___inline] = ACTIONS(1502), + [anon_sym___inline__] = ACTIONS(1502), + [anon_sym___forceinline] = ACTIONS(1502), + [anon_sym_thread_local] = ACTIONS(1502), + [anon_sym___thread] = ACTIONS(1502), + [anon_sym_const] = ACTIONS(1502), + [anon_sym_constexpr] = ACTIONS(1502), + [anon_sym_volatile] = ACTIONS(1502), + [anon_sym_restrict] = ACTIONS(1502), + [anon_sym___restrict__] = ACTIONS(1502), + [anon_sym__Atomic] = ACTIONS(1502), + [anon_sym__Noreturn] = ACTIONS(1502), + [anon_sym_noreturn] = ACTIONS(1502), + [sym_primitive_type] = ACTIONS(1502), + [anon_sym_enum] = ACTIONS(1502), + [anon_sym_struct] = ACTIONS(1502), + [anon_sym_union] = ACTIONS(1502), + [anon_sym_if] = ACTIONS(1502), + [anon_sym_switch] = ACTIONS(1502), + [anon_sym_case] = ACTIONS(1502), + [anon_sym_default] = ACTIONS(1502), + [anon_sym_while] = ACTIONS(1502), + [anon_sym_do] = ACTIONS(1502), + [anon_sym_for] = ACTIONS(1502), + [anon_sym_return] = ACTIONS(1502), + [anon_sym_break] = ACTIONS(1502), + [anon_sym_continue] = ACTIONS(1502), + [anon_sym_goto] = ACTIONS(1502), + [anon_sym_DASH_DASH] = ACTIONS(1504), + [anon_sym_PLUS_PLUS] = ACTIONS(1504), + [anon_sym_sizeof] = ACTIONS(1502), + [anon_sym___alignof__] = ACTIONS(1502), + [anon_sym___alignof] = ACTIONS(1502), + [anon_sym__alignof] = ACTIONS(1502), + [anon_sym_alignof] = ACTIONS(1502), + [anon_sym__Alignof] = ACTIONS(1502), + [anon_sym_offsetof] = ACTIONS(1502), + [anon_sym__Generic] = ACTIONS(1502), + [anon_sym_asm] = ACTIONS(1502), + [anon_sym___asm__] = ACTIONS(1502), + [sym_number_literal] = ACTIONS(1504), + [anon_sym_L_SQUOTE] = ACTIONS(1504), + [anon_sym_u_SQUOTE] = ACTIONS(1504), + [anon_sym_U_SQUOTE] = ACTIONS(1504), + [anon_sym_u8_SQUOTE] = ACTIONS(1504), + [anon_sym_SQUOTE] = ACTIONS(1504), + [anon_sym_L_DQUOTE] = ACTIONS(1504), + [anon_sym_u_DQUOTE] = ACTIONS(1504), + [anon_sym_U_DQUOTE] = ACTIONS(1504), + [anon_sym_u8_DQUOTE] = ACTIONS(1504), + [anon_sym_DQUOTE] = ACTIONS(1504), + [sym_true] = ACTIONS(1502), + [sym_false] = ACTIONS(1502), + [anon_sym_NULL] = ACTIONS(1502), + [anon_sym_nullptr] = ACTIONS(1502), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1552), - [anon_sym_rayPayloadInEXT] = ACTIONS(1552), - [anon_sym_hitAttributeEXT] = ACTIONS(1552), - [anon_sym_callableDataEXT] = ACTIONS(1552), - [anon_sym_callableDataInEXT] = ACTIONS(1552), - [anon_sym_shaderRecordEXT] = ACTIONS(1552), - [anon_sym_rayPayloadNV] = ACTIONS(1552), - [anon_sym_rayPayloadInNV] = ACTIONS(1552), - [anon_sym_hitAttributeNV] = ACTIONS(1552), - [anon_sym_callableDataNV] = ACTIONS(1552), - [anon_sym_callableDataInNV] = ACTIONS(1552), - [anon_sym_shaderRecordNV] = ACTIONS(1552), - [anon_sym_layout] = ACTIONS(1552), + [anon_sym_rayPayloadEXT] = ACTIONS(1502), + [anon_sym_rayPayloadInEXT] = ACTIONS(1502), + [anon_sym_hitAttributeEXT] = ACTIONS(1502), + [anon_sym_callableDataEXT] = ACTIONS(1502), + [anon_sym_callableDataInEXT] = ACTIONS(1502), + [anon_sym_shaderRecordEXT] = ACTIONS(1502), + [anon_sym_rayPayloadNV] = ACTIONS(1502), + [anon_sym_rayPayloadInNV] = ACTIONS(1502), + [anon_sym_hitAttributeNV] = ACTIONS(1502), + [anon_sym_callableDataNV] = ACTIONS(1502), + [anon_sym_callableDataInNV] = ACTIONS(1502), + [anon_sym_shaderRecordNV] = ACTIONS(1502), + [anon_sym_layout] = ACTIONS(1502), }, - [159] = { - [sym_identifier] = ACTIONS(1556), - [aux_sym_preproc_include_token1] = ACTIONS(1556), - [aux_sym_preproc_def_token1] = ACTIONS(1556), - [aux_sym_preproc_if_token1] = ACTIONS(1556), - [aux_sym_preproc_if_token2] = ACTIONS(1556), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1556), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1556), - [aux_sym_preproc_else_token1] = ACTIONS(1556), - [aux_sym_preproc_elif_token1] = ACTIONS(1556), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1556), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1556), - [sym_preproc_directive] = ACTIONS(1556), - [anon_sym_LPAREN2] = ACTIONS(1558), - [anon_sym_BANG] = ACTIONS(1558), - [anon_sym_TILDE] = ACTIONS(1558), - [anon_sym_DASH] = ACTIONS(1556), - [anon_sym_PLUS] = ACTIONS(1556), - [anon_sym_STAR] = ACTIONS(1558), - [anon_sym_AMP] = ACTIONS(1558), - [anon_sym_subroutine] = ACTIONS(1556), - [anon_sym_invariant] = ACTIONS(1556), - [anon_sym_precise] = ACTIONS(1556), - [anon_sym_SEMI] = ACTIONS(1558), - [anon_sym_in] = ACTIONS(1556), - [anon_sym_out] = ACTIONS(1556), - [anon_sym_inout] = ACTIONS(1556), - [anon_sym_uniform] = ACTIONS(1556), - [anon_sym_shared] = ACTIONS(1556), - [anon_sym_attribute] = ACTIONS(1556), - [anon_sym_varying] = ACTIONS(1556), - [anon_sym_buffer] = ACTIONS(1556), - [anon_sym_coherent] = ACTIONS(1556), - [anon_sym_readonly] = ACTIONS(1556), - [anon_sym_writeonly] = ACTIONS(1556), - [anon_sym_precision] = ACTIONS(1556), - [anon_sym_highp] = ACTIONS(1556), - [anon_sym_mediump] = ACTIONS(1556), - [anon_sym_lowp] = ACTIONS(1556), - [anon_sym_centroid] = ACTIONS(1556), - [anon_sym_sample] = ACTIONS(1556), - [anon_sym_patch] = ACTIONS(1556), - [anon_sym_smooth] = ACTIONS(1556), - [anon_sym_flat] = ACTIONS(1556), - [anon_sym_noperspective] = ACTIONS(1556), - [anon_sym___extension__] = ACTIONS(1556), - [anon_sym_typedef] = ACTIONS(1556), - [anon_sym_extern] = ACTIONS(1556), - [anon_sym___attribute__] = ACTIONS(1556), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1558), - [anon_sym___declspec] = ACTIONS(1556), - [anon_sym___cdecl] = ACTIONS(1556), - [anon_sym___clrcall] = ACTIONS(1556), - [anon_sym___stdcall] = ACTIONS(1556), - [anon_sym___fastcall] = ACTIONS(1556), - [anon_sym___thiscall] = ACTIONS(1556), - [anon_sym___vectorcall] = ACTIONS(1556), - [anon_sym_LBRACE] = ACTIONS(1558), - [anon_sym_signed] = ACTIONS(1556), - [anon_sym_unsigned] = ACTIONS(1556), - [anon_sym_long] = ACTIONS(1556), - [anon_sym_short] = ACTIONS(1556), - [anon_sym_static] = ACTIONS(1556), - [anon_sym_auto] = ACTIONS(1556), - [anon_sym_register] = ACTIONS(1556), - [anon_sym_inline] = ACTIONS(1556), - [anon_sym___inline] = ACTIONS(1556), - [anon_sym___inline__] = ACTIONS(1556), - [anon_sym___forceinline] = ACTIONS(1556), - [anon_sym_thread_local] = ACTIONS(1556), - [anon_sym___thread] = ACTIONS(1556), - [anon_sym_const] = ACTIONS(1556), - [anon_sym_constexpr] = ACTIONS(1556), - [anon_sym_volatile] = ACTIONS(1556), - [anon_sym_restrict] = ACTIONS(1556), - [anon_sym___restrict__] = ACTIONS(1556), - [anon_sym__Atomic] = ACTIONS(1556), - [anon_sym__Noreturn] = ACTIONS(1556), - [anon_sym_noreturn] = ACTIONS(1556), - [sym_primitive_type] = ACTIONS(1556), - [anon_sym_enum] = ACTIONS(1556), - [anon_sym_struct] = ACTIONS(1556), - [anon_sym_union] = ACTIONS(1556), - [anon_sym_if] = ACTIONS(1556), - [anon_sym_switch] = ACTIONS(1556), - [anon_sym_case] = ACTIONS(1556), - [anon_sym_default] = ACTIONS(1556), - [anon_sym_while] = ACTIONS(1556), - [anon_sym_do] = ACTIONS(1556), - [anon_sym_for] = ACTIONS(1556), - [anon_sym_return] = ACTIONS(1556), - [anon_sym_break] = ACTIONS(1556), - [anon_sym_continue] = ACTIONS(1556), - [anon_sym_goto] = ACTIONS(1556), - [anon_sym_DASH_DASH] = ACTIONS(1558), - [anon_sym_PLUS_PLUS] = ACTIONS(1558), - [anon_sym_sizeof] = ACTIONS(1556), - [anon_sym___alignof__] = ACTIONS(1556), - [anon_sym___alignof] = ACTIONS(1556), - [anon_sym__alignof] = ACTIONS(1556), - [anon_sym_alignof] = ACTIONS(1556), - [anon_sym__Alignof] = ACTIONS(1556), - [anon_sym_offsetof] = ACTIONS(1556), - [anon_sym__Generic] = ACTIONS(1556), - [anon_sym_asm] = ACTIONS(1556), - [anon_sym___asm__] = ACTIONS(1556), - [sym_number_literal] = ACTIONS(1558), - [anon_sym_L_SQUOTE] = ACTIONS(1558), - [anon_sym_u_SQUOTE] = ACTIONS(1558), - [anon_sym_U_SQUOTE] = ACTIONS(1558), - [anon_sym_u8_SQUOTE] = ACTIONS(1558), - [anon_sym_SQUOTE] = ACTIONS(1558), - [anon_sym_L_DQUOTE] = ACTIONS(1558), - [anon_sym_u_DQUOTE] = ACTIONS(1558), - [anon_sym_U_DQUOTE] = ACTIONS(1558), - [anon_sym_u8_DQUOTE] = ACTIONS(1558), - [anon_sym_DQUOTE] = ACTIONS(1558), - [sym_true] = ACTIONS(1556), - [sym_false] = ACTIONS(1556), - [anon_sym_NULL] = ACTIONS(1556), - [anon_sym_nullptr] = ACTIONS(1556), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1556), - [anon_sym_rayPayloadInEXT] = ACTIONS(1556), - [anon_sym_hitAttributeEXT] = ACTIONS(1556), - [anon_sym_callableDataEXT] = ACTIONS(1556), - [anon_sym_callableDataInEXT] = ACTIONS(1556), - [anon_sym_shaderRecordEXT] = ACTIONS(1556), - [anon_sym_rayPayloadNV] = ACTIONS(1556), - [anon_sym_rayPayloadInNV] = ACTIONS(1556), - [anon_sym_hitAttributeNV] = ACTIONS(1556), - [anon_sym_callableDataNV] = ACTIONS(1556), - [anon_sym_callableDataInNV] = ACTIONS(1556), - [anon_sym_shaderRecordNV] = ACTIONS(1556), - [anon_sym_layout] = ACTIONS(1556), + [145] = { + [sym_identifier] = ACTIONS(1506), + [aux_sym_preproc_include_token1] = ACTIONS(1506), + [aux_sym_preproc_def_token1] = ACTIONS(1506), + [aux_sym_preproc_if_token1] = ACTIONS(1506), + [aux_sym_preproc_if_token2] = ACTIONS(1506), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1506), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1506), + [aux_sym_preproc_else_token1] = ACTIONS(1506), + [aux_sym_preproc_elif_token1] = ACTIONS(1506), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1506), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1506), + [sym_preproc_directive] = ACTIONS(1506), + [anon_sym_LPAREN2] = ACTIONS(1508), + [anon_sym_BANG] = ACTIONS(1508), + [anon_sym_TILDE] = ACTIONS(1508), + [anon_sym_DASH] = ACTIONS(1506), + [anon_sym_PLUS] = ACTIONS(1506), + [anon_sym_STAR] = ACTIONS(1508), + [anon_sym_AMP] = ACTIONS(1508), + [anon_sym_subroutine] = ACTIONS(1506), + [anon_sym_invariant] = ACTIONS(1506), + [anon_sym_precise] = ACTIONS(1506), + [anon_sym_SEMI] = ACTIONS(1508), + [anon_sym_in] = ACTIONS(1506), + [anon_sym_out] = ACTIONS(1506), + [anon_sym_inout] = ACTIONS(1506), + [anon_sym_uniform] = ACTIONS(1506), + [anon_sym_shared] = ACTIONS(1506), + [anon_sym_attribute] = ACTIONS(1506), + [anon_sym_varying] = ACTIONS(1506), + [anon_sym_buffer] = ACTIONS(1506), + [anon_sym_coherent] = ACTIONS(1506), + [anon_sym_readonly] = ACTIONS(1506), + [anon_sym_writeonly] = ACTIONS(1506), + [anon_sym_precision] = ACTIONS(1506), + [anon_sym_highp] = ACTIONS(1506), + [anon_sym_mediump] = ACTIONS(1506), + [anon_sym_lowp] = ACTIONS(1506), + [anon_sym_centroid] = ACTIONS(1506), + [anon_sym_sample] = ACTIONS(1506), + [anon_sym_patch] = ACTIONS(1506), + [anon_sym_smooth] = ACTIONS(1506), + [anon_sym_flat] = ACTIONS(1506), + [anon_sym_noperspective] = ACTIONS(1506), + [anon_sym___extension__] = ACTIONS(1506), + [anon_sym_typedef] = ACTIONS(1506), + [anon_sym_extern] = ACTIONS(1506), + [anon_sym___attribute__] = ACTIONS(1506), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1508), + [anon_sym___declspec] = ACTIONS(1506), + [anon_sym___cdecl] = ACTIONS(1506), + [anon_sym___clrcall] = ACTIONS(1506), + [anon_sym___stdcall] = ACTIONS(1506), + [anon_sym___fastcall] = ACTIONS(1506), + [anon_sym___thiscall] = ACTIONS(1506), + [anon_sym___vectorcall] = ACTIONS(1506), + [anon_sym_LBRACE] = ACTIONS(1508), + [anon_sym_signed] = ACTIONS(1506), + [anon_sym_unsigned] = ACTIONS(1506), + [anon_sym_long] = ACTIONS(1506), + [anon_sym_short] = ACTIONS(1506), + [anon_sym_static] = ACTIONS(1506), + [anon_sym_auto] = ACTIONS(1506), + [anon_sym_register] = ACTIONS(1506), + [anon_sym_inline] = ACTIONS(1506), + [anon_sym___inline] = ACTIONS(1506), + [anon_sym___inline__] = ACTIONS(1506), + [anon_sym___forceinline] = ACTIONS(1506), + [anon_sym_thread_local] = ACTIONS(1506), + [anon_sym___thread] = ACTIONS(1506), + [anon_sym_const] = ACTIONS(1506), + [anon_sym_constexpr] = ACTIONS(1506), + [anon_sym_volatile] = ACTIONS(1506), + [anon_sym_restrict] = ACTIONS(1506), + [anon_sym___restrict__] = ACTIONS(1506), + [anon_sym__Atomic] = ACTIONS(1506), + [anon_sym__Noreturn] = ACTIONS(1506), + [anon_sym_noreturn] = ACTIONS(1506), + [sym_primitive_type] = ACTIONS(1506), + [anon_sym_enum] = ACTIONS(1506), + [anon_sym_struct] = ACTIONS(1506), + [anon_sym_union] = ACTIONS(1506), + [anon_sym_if] = ACTIONS(1506), + [anon_sym_switch] = ACTIONS(1506), + [anon_sym_case] = ACTIONS(1506), + [anon_sym_default] = ACTIONS(1506), + [anon_sym_while] = ACTIONS(1506), + [anon_sym_do] = ACTIONS(1506), + [anon_sym_for] = ACTIONS(1506), + [anon_sym_return] = ACTIONS(1506), + [anon_sym_break] = ACTIONS(1506), + [anon_sym_continue] = ACTIONS(1506), + [anon_sym_goto] = ACTIONS(1506), + [anon_sym_DASH_DASH] = ACTIONS(1508), + [anon_sym_PLUS_PLUS] = ACTIONS(1508), + [anon_sym_sizeof] = ACTIONS(1506), + [anon_sym___alignof__] = ACTIONS(1506), + [anon_sym___alignof] = ACTIONS(1506), + [anon_sym__alignof] = ACTIONS(1506), + [anon_sym_alignof] = ACTIONS(1506), + [anon_sym__Alignof] = ACTIONS(1506), + [anon_sym_offsetof] = ACTIONS(1506), + [anon_sym__Generic] = ACTIONS(1506), + [anon_sym_asm] = ACTIONS(1506), + [anon_sym___asm__] = ACTIONS(1506), + [sym_number_literal] = ACTIONS(1508), + [anon_sym_L_SQUOTE] = ACTIONS(1508), + [anon_sym_u_SQUOTE] = ACTIONS(1508), + [anon_sym_U_SQUOTE] = ACTIONS(1508), + [anon_sym_u8_SQUOTE] = ACTIONS(1508), + [anon_sym_SQUOTE] = ACTIONS(1508), + [anon_sym_L_DQUOTE] = ACTIONS(1508), + [anon_sym_u_DQUOTE] = ACTIONS(1508), + [anon_sym_U_DQUOTE] = ACTIONS(1508), + [anon_sym_u8_DQUOTE] = ACTIONS(1508), + [anon_sym_DQUOTE] = ACTIONS(1508), + [sym_true] = ACTIONS(1506), + [sym_false] = ACTIONS(1506), + [anon_sym_NULL] = ACTIONS(1506), + [anon_sym_nullptr] = ACTIONS(1506), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1506), + [anon_sym_rayPayloadInEXT] = ACTIONS(1506), + [anon_sym_hitAttributeEXT] = ACTIONS(1506), + [anon_sym_callableDataEXT] = ACTIONS(1506), + [anon_sym_callableDataInEXT] = ACTIONS(1506), + [anon_sym_shaderRecordEXT] = ACTIONS(1506), + [anon_sym_rayPayloadNV] = ACTIONS(1506), + [anon_sym_rayPayloadInNV] = ACTIONS(1506), + [anon_sym_hitAttributeNV] = ACTIONS(1506), + [anon_sym_callableDataNV] = ACTIONS(1506), + [anon_sym_callableDataInNV] = ACTIONS(1506), + [anon_sym_shaderRecordNV] = ACTIONS(1506), + [anon_sym_layout] = ACTIONS(1506), }, - [160] = { - [sym_identifier] = ACTIONS(1422), - [aux_sym_preproc_include_token1] = ACTIONS(1422), - [aux_sym_preproc_def_token1] = ACTIONS(1422), - [aux_sym_preproc_if_token1] = ACTIONS(1422), - [aux_sym_preproc_if_token2] = ACTIONS(1422), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1422), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1422), - [aux_sym_preproc_else_token1] = ACTIONS(1422), - [aux_sym_preproc_elif_token1] = ACTIONS(1422), - [sym_preproc_directive] = ACTIONS(1422), - [anon_sym_LPAREN2] = ACTIONS(1424), - [anon_sym_BANG] = ACTIONS(1424), - [anon_sym_TILDE] = ACTIONS(1424), - [anon_sym_DASH] = ACTIONS(1422), - [anon_sym_PLUS] = ACTIONS(1422), - [anon_sym_STAR] = ACTIONS(1424), - [anon_sym_AMP] = ACTIONS(1424), - [anon_sym_subroutine] = ACTIONS(1422), - [anon_sym_invariant] = ACTIONS(1422), - [anon_sym_precise] = ACTIONS(1422), - [anon_sym_SEMI] = ACTIONS(1424), - [anon_sym_in] = ACTIONS(1422), - [anon_sym_out] = ACTIONS(1422), - [anon_sym_inout] = ACTIONS(1422), - [anon_sym_uniform] = ACTIONS(1422), - [anon_sym_shared] = ACTIONS(1422), - [anon_sym_attribute] = ACTIONS(1422), - [anon_sym_varying] = ACTIONS(1422), - [anon_sym_buffer] = ACTIONS(1422), - [anon_sym_coherent] = ACTIONS(1422), - [anon_sym_readonly] = ACTIONS(1422), - [anon_sym_writeonly] = ACTIONS(1422), - [anon_sym_precision] = ACTIONS(1422), - [anon_sym_highp] = ACTIONS(1422), - [anon_sym_mediump] = ACTIONS(1422), - [anon_sym_lowp] = ACTIONS(1422), - [anon_sym_centroid] = ACTIONS(1422), - [anon_sym_sample] = ACTIONS(1422), - [anon_sym_patch] = ACTIONS(1422), - [anon_sym_smooth] = ACTIONS(1422), - [anon_sym_flat] = ACTIONS(1422), - [anon_sym_noperspective] = ACTIONS(1422), - [anon_sym___extension__] = ACTIONS(1422), - [anon_sym_typedef] = ACTIONS(1422), - [anon_sym_extern] = ACTIONS(1422), - [anon_sym___attribute__] = ACTIONS(1422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym___declspec] = ACTIONS(1422), - [anon_sym___cdecl] = ACTIONS(1422), - [anon_sym___clrcall] = ACTIONS(1422), - [anon_sym___stdcall] = ACTIONS(1422), - [anon_sym___fastcall] = ACTIONS(1422), - [anon_sym___thiscall] = ACTIONS(1422), - [anon_sym___vectorcall] = ACTIONS(1422), - [anon_sym_LBRACE] = ACTIONS(1424), - [anon_sym_signed] = ACTIONS(1422), - [anon_sym_unsigned] = ACTIONS(1422), - [anon_sym_long] = ACTIONS(1422), - [anon_sym_short] = ACTIONS(1422), - [anon_sym_static] = ACTIONS(1422), - [anon_sym_auto] = ACTIONS(1422), - [anon_sym_register] = ACTIONS(1422), - [anon_sym_inline] = ACTIONS(1422), - [anon_sym___inline] = ACTIONS(1422), - [anon_sym___inline__] = ACTIONS(1422), - [anon_sym___forceinline] = ACTIONS(1422), - [anon_sym_thread_local] = ACTIONS(1422), - [anon_sym___thread] = ACTIONS(1422), - [anon_sym_const] = ACTIONS(1422), - [anon_sym_constexpr] = ACTIONS(1422), - [anon_sym_volatile] = ACTIONS(1422), - [anon_sym_restrict] = ACTIONS(1422), - [anon_sym___restrict__] = ACTIONS(1422), - [anon_sym__Atomic] = ACTIONS(1422), - [anon_sym__Noreturn] = ACTIONS(1422), - [anon_sym_noreturn] = ACTIONS(1422), - [sym_primitive_type] = ACTIONS(1422), - [anon_sym_enum] = ACTIONS(1422), - [anon_sym_struct] = ACTIONS(1422), - [anon_sym_union] = ACTIONS(1422), - [anon_sym_if] = ACTIONS(1422), - [anon_sym_else] = ACTIONS(1422), - [anon_sym_switch] = ACTIONS(1422), - [anon_sym_case] = ACTIONS(1422), - [anon_sym_default] = ACTIONS(1422), - [anon_sym_while] = ACTIONS(1422), - [anon_sym_do] = ACTIONS(1422), - [anon_sym_for] = ACTIONS(1422), - [anon_sym_return] = ACTIONS(1422), - [anon_sym_break] = ACTIONS(1422), - [anon_sym_continue] = ACTIONS(1422), - [anon_sym_goto] = ACTIONS(1422), - [anon_sym_DASH_DASH] = ACTIONS(1424), - [anon_sym_PLUS_PLUS] = ACTIONS(1424), - [anon_sym_sizeof] = ACTIONS(1422), - [anon_sym___alignof__] = ACTIONS(1422), - [anon_sym___alignof] = ACTIONS(1422), - [anon_sym__alignof] = ACTIONS(1422), - [anon_sym_alignof] = ACTIONS(1422), - [anon_sym__Alignof] = ACTIONS(1422), - [anon_sym_offsetof] = ACTIONS(1422), - [anon_sym__Generic] = ACTIONS(1422), - [anon_sym_asm] = ACTIONS(1422), - [anon_sym___asm__] = ACTIONS(1422), - [sym_number_literal] = ACTIONS(1424), - [anon_sym_L_SQUOTE] = ACTIONS(1424), - [anon_sym_u_SQUOTE] = ACTIONS(1424), - [anon_sym_U_SQUOTE] = ACTIONS(1424), - [anon_sym_u8_SQUOTE] = ACTIONS(1424), - [anon_sym_SQUOTE] = ACTIONS(1424), - [anon_sym_L_DQUOTE] = ACTIONS(1424), - [anon_sym_u_DQUOTE] = ACTIONS(1424), - [anon_sym_U_DQUOTE] = ACTIONS(1424), - [anon_sym_u8_DQUOTE] = ACTIONS(1424), - [anon_sym_DQUOTE] = ACTIONS(1424), - [sym_true] = ACTIONS(1422), - [sym_false] = ACTIONS(1422), - [anon_sym_NULL] = ACTIONS(1422), - [anon_sym_nullptr] = ACTIONS(1422), + [146] = { + [sym_identifier] = ACTIONS(1510), + [aux_sym_preproc_include_token1] = ACTIONS(1510), + [aux_sym_preproc_def_token1] = ACTIONS(1510), + [aux_sym_preproc_if_token1] = ACTIONS(1510), + [aux_sym_preproc_if_token2] = ACTIONS(1510), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1510), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1510), + [aux_sym_preproc_else_token1] = ACTIONS(1510), + [aux_sym_preproc_elif_token1] = ACTIONS(1510), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1510), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1510), + [sym_preproc_directive] = ACTIONS(1510), + [anon_sym_LPAREN2] = ACTIONS(1512), + [anon_sym_BANG] = ACTIONS(1512), + [anon_sym_TILDE] = ACTIONS(1512), + [anon_sym_DASH] = ACTIONS(1510), + [anon_sym_PLUS] = ACTIONS(1510), + [anon_sym_STAR] = ACTIONS(1512), + [anon_sym_AMP] = ACTIONS(1512), + [anon_sym_subroutine] = ACTIONS(1510), + [anon_sym_invariant] = ACTIONS(1510), + [anon_sym_precise] = ACTIONS(1510), + [anon_sym_SEMI] = ACTIONS(1512), + [anon_sym_in] = ACTIONS(1510), + [anon_sym_out] = ACTIONS(1510), + [anon_sym_inout] = ACTIONS(1510), + [anon_sym_uniform] = ACTIONS(1510), + [anon_sym_shared] = ACTIONS(1510), + [anon_sym_attribute] = ACTIONS(1510), + [anon_sym_varying] = ACTIONS(1510), + [anon_sym_buffer] = ACTIONS(1510), + [anon_sym_coherent] = ACTIONS(1510), + [anon_sym_readonly] = ACTIONS(1510), + [anon_sym_writeonly] = ACTIONS(1510), + [anon_sym_precision] = ACTIONS(1510), + [anon_sym_highp] = ACTIONS(1510), + [anon_sym_mediump] = ACTIONS(1510), + [anon_sym_lowp] = ACTIONS(1510), + [anon_sym_centroid] = ACTIONS(1510), + [anon_sym_sample] = ACTIONS(1510), + [anon_sym_patch] = ACTIONS(1510), + [anon_sym_smooth] = ACTIONS(1510), + [anon_sym_flat] = ACTIONS(1510), + [anon_sym_noperspective] = ACTIONS(1510), + [anon_sym___extension__] = ACTIONS(1510), + [anon_sym_typedef] = ACTIONS(1510), + [anon_sym_extern] = ACTIONS(1510), + [anon_sym___attribute__] = ACTIONS(1510), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1512), + [anon_sym___declspec] = ACTIONS(1510), + [anon_sym___cdecl] = ACTIONS(1510), + [anon_sym___clrcall] = ACTIONS(1510), + [anon_sym___stdcall] = ACTIONS(1510), + [anon_sym___fastcall] = ACTIONS(1510), + [anon_sym___thiscall] = ACTIONS(1510), + [anon_sym___vectorcall] = ACTIONS(1510), + [anon_sym_LBRACE] = ACTIONS(1512), + [anon_sym_signed] = ACTIONS(1510), + [anon_sym_unsigned] = ACTIONS(1510), + [anon_sym_long] = ACTIONS(1510), + [anon_sym_short] = ACTIONS(1510), + [anon_sym_static] = ACTIONS(1510), + [anon_sym_auto] = ACTIONS(1510), + [anon_sym_register] = ACTIONS(1510), + [anon_sym_inline] = ACTIONS(1510), + [anon_sym___inline] = ACTIONS(1510), + [anon_sym___inline__] = ACTIONS(1510), + [anon_sym___forceinline] = ACTIONS(1510), + [anon_sym_thread_local] = ACTIONS(1510), + [anon_sym___thread] = ACTIONS(1510), + [anon_sym_const] = ACTIONS(1510), + [anon_sym_constexpr] = ACTIONS(1510), + [anon_sym_volatile] = ACTIONS(1510), + [anon_sym_restrict] = ACTIONS(1510), + [anon_sym___restrict__] = ACTIONS(1510), + [anon_sym__Atomic] = ACTIONS(1510), + [anon_sym__Noreturn] = ACTIONS(1510), + [anon_sym_noreturn] = ACTIONS(1510), + [sym_primitive_type] = ACTIONS(1510), + [anon_sym_enum] = ACTIONS(1510), + [anon_sym_struct] = ACTIONS(1510), + [anon_sym_union] = ACTIONS(1510), + [anon_sym_if] = ACTIONS(1510), + [anon_sym_switch] = ACTIONS(1510), + [anon_sym_case] = ACTIONS(1510), + [anon_sym_default] = ACTIONS(1510), + [anon_sym_while] = ACTIONS(1510), + [anon_sym_do] = ACTIONS(1510), + [anon_sym_for] = ACTIONS(1510), + [anon_sym_return] = ACTIONS(1510), + [anon_sym_break] = ACTIONS(1510), + [anon_sym_continue] = ACTIONS(1510), + [anon_sym_goto] = ACTIONS(1510), + [anon_sym_DASH_DASH] = ACTIONS(1512), + [anon_sym_PLUS_PLUS] = ACTIONS(1512), + [anon_sym_sizeof] = ACTIONS(1510), + [anon_sym___alignof__] = ACTIONS(1510), + [anon_sym___alignof] = ACTIONS(1510), + [anon_sym__alignof] = ACTIONS(1510), + [anon_sym_alignof] = ACTIONS(1510), + [anon_sym__Alignof] = ACTIONS(1510), + [anon_sym_offsetof] = ACTIONS(1510), + [anon_sym__Generic] = ACTIONS(1510), + [anon_sym_asm] = ACTIONS(1510), + [anon_sym___asm__] = ACTIONS(1510), + [sym_number_literal] = ACTIONS(1512), + [anon_sym_L_SQUOTE] = ACTIONS(1512), + [anon_sym_u_SQUOTE] = ACTIONS(1512), + [anon_sym_U_SQUOTE] = ACTIONS(1512), + [anon_sym_u8_SQUOTE] = ACTIONS(1512), + [anon_sym_SQUOTE] = ACTIONS(1512), + [anon_sym_L_DQUOTE] = ACTIONS(1512), + [anon_sym_u_DQUOTE] = ACTIONS(1512), + [anon_sym_U_DQUOTE] = ACTIONS(1512), + [anon_sym_u8_DQUOTE] = ACTIONS(1512), + [anon_sym_DQUOTE] = ACTIONS(1512), + [sym_true] = ACTIONS(1510), + [sym_false] = ACTIONS(1510), + [anon_sym_NULL] = ACTIONS(1510), + [anon_sym_nullptr] = ACTIONS(1510), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1510), + [anon_sym_rayPayloadInEXT] = ACTIONS(1510), + [anon_sym_hitAttributeEXT] = ACTIONS(1510), + [anon_sym_callableDataEXT] = ACTIONS(1510), + [anon_sym_callableDataInEXT] = ACTIONS(1510), + [anon_sym_shaderRecordEXT] = ACTIONS(1510), + [anon_sym_rayPayloadNV] = ACTIONS(1510), + [anon_sym_rayPayloadInNV] = ACTIONS(1510), + [anon_sym_hitAttributeNV] = ACTIONS(1510), + [anon_sym_callableDataNV] = ACTIONS(1510), + [anon_sym_callableDataInNV] = ACTIONS(1510), + [anon_sym_shaderRecordNV] = ACTIONS(1510), + [anon_sym_layout] = ACTIONS(1510), + }, + [147] = { + [sym_else_clause] = STATE(179), + [sym_identifier] = ACTIONS(1344), + [aux_sym_preproc_include_token1] = ACTIONS(1344), + [aux_sym_preproc_def_token1] = ACTIONS(1344), + [aux_sym_preproc_if_token1] = ACTIONS(1344), + [aux_sym_preproc_if_token2] = ACTIONS(1344), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1344), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1344), + [aux_sym_preproc_else_token1] = ACTIONS(1344), + [aux_sym_preproc_elif_token1] = ACTIONS(1344), + [sym_preproc_directive] = ACTIONS(1344), + [anon_sym_LPAREN2] = ACTIONS(1346), + [anon_sym_BANG] = ACTIONS(1346), + [anon_sym_TILDE] = ACTIONS(1346), + [anon_sym_DASH] = ACTIONS(1344), + [anon_sym_PLUS] = ACTIONS(1344), + [anon_sym_STAR] = ACTIONS(1346), + [anon_sym_AMP] = ACTIONS(1346), + [anon_sym_subroutine] = ACTIONS(1344), + [anon_sym_invariant] = ACTIONS(1344), + [anon_sym_precise] = ACTIONS(1344), + [anon_sym_SEMI] = ACTIONS(1346), + [anon_sym_in] = ACTIONS(1344), + [anon_sym_out] = ACTIONS(1344), + [anon_sym_inout] = ACTIONS(1344), + [anon_sym_uniform] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(1344), + [anon_sym_attribute] = ACTIONS(1344), + [anon_sym_varying] = ACTIONS(1344), + [anon_sym_buffer] = ACTIONS(1344), + [anon_sym_coherent] = ACTIONS(1344), + [anon_sym_readonly] = ACTIONS(1344), + [anon_sym_writeonly] = ACTIONS(1344), + [anon_sym_precision] = ACTIONS(1344), + [anon_sym_highp] = ACTIONS(1344), + [anon_sym_mediump] = ACTIONS(1344), + [anon_sym_lowp] = ACTIONS(1344), + [anon_sym_centroid] = ACTIONS(1344), + [anon_sym_sample] = ACTIONS(1344), + [anon_sym_patch] = ACTIONS(1344), + [anon_sym_smooth] = ACTIONS(1344), + [anon_sym_flat] = ACTIONS(1344), + [anon_sym_noperspective] = ACTIONS(1344), + [anon_sym___extension__] = ACTIONS(1344), + [anon_sym_typedef] = ACTIONS(1344), + [anon_sym_extern] = ACTIONS(1344), + [anon_sym___attribute__] = ACTIONS(1344), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1346), + [anon_sym___declspec] = ACTIONS(1344), + [anon_sym___cdecl] = ACTIONS(1344), + [anon_sym___clrcall] = ACTIONS(1344), + [anon_sym___stdcall] = ACTIONS(1344), + [anon_sym___fastcall] = ACTIONS(1344), + [anon_sym___thiscall] = ACTIONS(1344), + [anon_sym___vectorcall] = ACTIONS(1344), + [anon_sym_LBRACE] = ACTIONS(1346), + [anon_sym_signed] = ACTIONS(1344), + [anon_sym_unsigned] = ACTIONS(1344), + [anon_sym_long] = ACTIONS(1344), + [anon_sym_short] = ACTIONS(1344), + [anon_sym_static] = ACTIONS(1344), + [anon_sym_auto] = ACTIONS(1344), + [anon_sym_register] = ACTIONS(1344), + [anon_sym_inline] = ACTIONS(1344), + [anon_sym___inline] = ACTIONS(1344), + [anon_sym___inline__] = ACTIONS(1344), + [anon_sym___forceinline] = ACTIONS(1344), + [anon_sym_thread_local] = ACTIONS(1344), + [anon_sym___thread] = ACTIONS(1344), + [anon_sym_const] = ACTIONS(1344), + [anon_sym_constexpr] = ACTIONS(1344), + [anon_sym_volatile] = ACTIONS(1344), + [anon_sym_restrict] = ACTIONS(1344), + [anon_sym___restrict__] = ACTIONS(1344), + [anon_sym__Atomic] = ACTIONS(1344), + [anon_sym__Noreturn] = ACTIONS(1344), + [anon_sym_noreturn] = ACTIONS(1344), + [sym_primitive_type] = ACTIONS(1344), + [anon_sym_enum] = ACTIONS(1344), + [anon_sym_struct] = ACTIONS(1344), + [anon_sym_union] = ACTIONS(1344), + [anon_sym_if] = ACTIONS(1344), + [anon_sym_else] = ACTIONS(1514), + [anon_sym_switch] = ACTIONS(1344), + [anon_sym_case] = ACTIONS(1344), + [anon_sym_default] = ACTIONS(1344), + [anon_sym_while] = ACTIONS(1344), + [anon_sym_do] = ACTIONS(1344), + [anon_sym_for] = ACTIONS(1344), + [anon_sym_return] = ACTIONS(1344), + [anon_sym_break] = ACTIONS(1344), + [anon_sym_continue] = ACTIONS(1344), + [anon_sym_goto] = ACTIONS(1344), + [anon_sym_DASH_DASH] = ACTIONS(1346), + [anon_sym_PLUS_PLUS] = ACTIONS(1346), + [anon_sym_sizeof] = ACTIONS(1344), + [anon_sym___alignof__] = ACTIONS(1344), + [anon_sym___alignof] = ACTIONS(1344), + [anon_sym__alignof] = ACTIONS(1344), + [anon_sym_alignof] = ACTIONS(1344), + [anon_sym__Alignof] = ACTIONS(1344), + [anon_sym_offsetof] = ACTIONS(1344), + [anon_sym__Generic] = ACTIONS(1344), + [anon_sym_asm] = ACTIONS(1344), + [anon_sym___asm__] = ACTIONS(1344), + [sym_number_literal] = ACTIONS(1346), + [anon_sym_L_SQUOTE] = ACTIONS(1346), + [anon_sym_u_SQUOTE] = ACTIONS(1346), + [anon_sym_U_SQUOTE] = ACTIONS(1346), + [anon_sym_u8_SQUOTE] = ACTIONS(1346), + [anon_sym_SQUOTE] = ACTIONS(1346), + [anon_sym_L_DQUOTE] = ACTIONS(1346), + [anon_sym_u_DQUOTE] = ACTIONS(1346), + [anon_sym_U_DQUOTE] = ACTIONS(1346), + [anon_sym_u8_DQUOTE] = ACTIONS(1346), + [anon_sym_DQUOTE] = ACTIONS(1346), + [sym_true] = ACTIONS(1344), + [sym_false] = ACTIONS(1344), + [anon_sym_NULL] = ACTIONS(1344), + [anon_sym_nullptr] = ACTIONS(1344), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1422), - [anon_sym_rayPayloadInEXT] = ACTIONS(1422), - [anon_sym_hitAttributeEXT] = ACTIONS(1422), - [anon_sym_callableDataEXT] = ACTIONS(1422), - [anon_sym_callableDataInEXT] = ACTIONS(1422), - [anon_sym_shaderRecordEXT] = ACTIONS(1422), - [anon_sym_rayPayloadNV] = ACTIONS(1422), - [anon_sym_rayPayloadInNV] = ACTIONS(1422), - [anon_sym_hitAttributeNV] = ACTIONS(1422), - [anon_sym_callableDataNV] = ACTIONS(1422), - [anon_sym_callableDataInNV] = ACTIONS(1422), - [anon_sym_shaderRecordNV] = ACTIONS(1422), - [anon_sym_layout] = ACTIONS(1422), + [anon_sym_rayPayloadEXT] = ACTIONS(1344), + [anon_sym_rayPayloadInEXT] = ACTIONS(1344), + [anon_sym_hitAttributeEXT] = ACTIONS(1344), + [anon_sym_callableDataEXT] = ACTIONS(1344), + [anon_sym_callableDataInEXT] = ACTIONS(1344), + [anon_sym_shaderRecordEXT] = ACTIONS(1344), + [anon_sym_rayPayloadNV] = ACTIONS(1344), + [anon_sym_rayPayloadInNV] = ACTIONS(1344), + [anon_sym_hitAttributeNV] = ACTIONS(1344), + [anon_sym_callableDataNV] = ACTIONS(1344), + [anon_sym_callableDataInNV] = ACTIONS(1344), + [anon_sym_shaderRecordNV] = ACTIONS(1344), + [anon_sym_layout] = ACTIONS(1344), }, - [161] = { - [ts_builtin_sym_end] = ACTIONS(1424), - [sym_identifier] = ACTIONS(1422), - [aux_sym_preproc_include_token1] = ACTIONS(1422), - [aux_sym_preproc_def_token1] = ACTIONS(1422), - [anon_sym_COMMA] = ACTIONS(1424), - [anon_sym_RPAREN] = ACTIONS(1424), - [aux_sym_preproc_if_token1] = ACTIONS(1422), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1422), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1422), - [sym_preproc_directive] = ACTIONS(1422), - [anon_sym_LPAREN2] = ACTIONS(1424), - [anon_sym_BANG] = ACTIONS(1424), - [anon_sym_TILDE] = ACTIONS(1424), - [anon_sym_DASH] = ACTIONS(1422), - [anon_sym_PLUS] = ACTIONS(1422), - [anon_sym_STAR] = ACTIONS(1424), - [anon_sym_AMP] = ACTIONS(1424), - [anon_sym_subroutine] = ACTIONS(1422), - [anon_sym_invariant] = ACTIONS(1422), - [anon_sym_precise] = ACTIONS(1422), - [anon_sym_SEMI] = ACTIONS(1424), - [anon_sym_in] = ACTIONS(1422), - [anon_sym_out] = ACTIONS(1422), - [anon_sym_inout] = ACTIONS(1422), - [anon_sym_uniform] = ACTIONS(1422), - [anon_sym_shared] = ACTIONS(1422), - [anon_sym_attribute] = ACTIONS(1422), - [anon_sym_varying] = ACTIONS(1422), - [anon_sym_buffer] = ACTIONS(1422), - [anon_sym_coherent] = ACTIONS(1422), - [anon_sym_readonly] = ACTIONS(1422), - [anon_sym_writeonly] = ACTIONS(1422), - [anon_sym_precision] = ACTIONS(1422), - [anon_sym_highp] = ACTIONS(1422), - [anon_sym_mediump] = ACTIONS(1422), - [anon_sym_lowp] = ACTIONS(1422), - [anon_sym_centroid] = ACTIONS(1422), - [anon_sym_sample] = ACTIONS(1422), - [anon_sym_patch] = ACTIONS(1422), - [anon_sym_smooth] = ACTIONS(1422), - [anon_sym_flat] = ACTIONS(1422), - [anon_sym_noperspective] = ACTIONS(1422), - [anon_sym___extension__] = ACTIONS(1422), - [anon_sym_typedef] = ACTIONS(1422), - [anon_sym_extern] = ACTIONS(1422), - [anon_sym___attribute__] = ACTIONS(1422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym___declspec] = ACTIONS(1422), - [anon_sym___cdecl] = ACTIONS(1422), - [anon_sym___clrcall] = ACTIONS(1422), - [anon_sym___stdcall] = ACTIONS(1422), - [anon_sym___fastcall] = ACTIONS(1422), - [anon_sym___thiscall] = ACTIONS(1422), - [anon_sym___vectorcall] = ACTIONS(1422), - [anon_sym_LBRACE] = ACTIONS(1424), - [anon_sym_signed] = ACTIONS(1422), - [anon_sym_unsigned] = ACTIONS(1422), - [anon_sym_long] = ACTIONS(1422), - [anon_sym_short] = ACTIONS(1422), - [anon_sym_static] = ACTIONS(1422), - [anon_sym_auto] = ACTIONS(1422), - [anon_sym_register] = ACTIONS(1422), - [anon_sym_inline] = ACTIONS(1422), - [anon_sym___inline] = ACTIONS(1422), - [anon_sym___inline__] = ACTIONS(1422), - [anon_sym___forceinline] = ACTIONS(1422), - [anon_sym_thread_local] = ACTIONS(1422), - [anon_sym___thread] = ACTIONS(1422), - [anon_sym_const] = ACTIONS(1422), - [anon_sym_constexpr] = ACTIONS(1422), - [anon_sym_volatile] = ACTIONS(1422), - [anon_sym_restrict] = ACTIONS(1422), - [anon_sym___restrict__] = ACTIONS(1422), - [anon_sym__Atomic] = ACTIONS(1422), - [anon_sym__Noreturn] = ACTIONS(1422), - [anon_sym_noreturn] = ACTIONS(1422), - [sym_primitive_type] = ACTIONS(1422), - [anon_sym_enum] = ACTIONS(1422), - [anon_sym_struct] = ACTIONS(1422), - [anon_sym_union] = ACTIONS(1422), - [anon_sym_if] = ACTIONS(1422), - [anon_sym_else] = ACTIONS(1422), - [anon_sym_switch] = ACTIONS(1422), - [anon_sym_case] = ACTIONS(1422), - [anon_sym_default] = ACTIONS(1422), - [anon_sym_while] = ACTIONS(1422), - [anon_sym_do] = ACTIONS(1422), - [anon_sym_for] = ACTIONS(1422), - [anon_sym_return] = ACTIONS(1422), - [anon_sym_break] = ACTIONS(1422), - [anon_sym_continue] = ACTIONS(1422), - [anon_sym_goto] = ACTIONS(1422), - [anon_sym_DASH_DASH] = ACTIONS(1424), - [anon_sym_PLUS_PLUS] = ACTIONS(1424), - [anon_sym_sizeof] = ACTIONS(1422), - [anon_sym___alignof__] = ACTIONS(1422), - [anon_sym___alignof] = ACTIONS(1422), - [anon_sym__alignof] = ACTIONS(1422), - [anon_sym_alignof] = ACTIONS(1422), - [anon_sym__Alignof] = ACTIONS(1422), - [anon_sym_offsetof] = ACTIONS(1422), - [anon_sym__Generic] = ACTIONS(1422), - [anon_sym_asm] = ACTIONS(1422), - [anon_sym___asm__] = ACTIONS(1422), - [sym_number_literal] = ACTIONS(1424), - [anon_sym_L_SQUOTE] = ACTIONS(1424), - [anon_sym_u_SQUOTE] = ACTIONS(1424), - [anon_sym_U_SQUOTE] = ACTIONS(1424), - [anon_sym_u8_SQUOTE] = ACTIONS(1424), - [anon_sym_SQUOTE] = ACTIONS(1424), - [anon_sym_L_DQUOTE] = ACTIONS(1424), - [anon_sym_u_DQUOTE] = ACTIONS(1424), - [anon_sym_U_DQUOTE] = ACTIONS(1424), - [anon_sym_u8_DQUOTE] = ACTIONS(1424), - [anon_sym_DQUOTE] = ACTIONS(1424), - [sym_true] = ACTIONS(1422), - [sym_false] = ACTIONS(1422), - [anon_sym_NULL] = ACTIONS(1422), - [anon_sym_nullptr] = ACTIONS(1422), + [148] = { + [sym_identifier] = ACTIONS(1516), + [aux_sym_preproc_include_token1] = ACTIONS(1516), + [aux_sym_preproc_def_token1] = ACTIONS(1516), + [aux_sym_preproc_if_token1] = ACTIONS(1516), + [aux_sym_preproc_if_token2] = ACTIONS(1516), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1516), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1516), + [aux_sym_preproc_else_token1] = ACTIONS(1516), + [aux_sym_preproc_elif_token1] = ACTIONS(1516), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1516), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1516), + [sym_preproc_directive] = ACTIONS(1516), + [anon_sym_LPAREN2] = ACTIONS(1518), + [anon_sym_BANG] = ACTIONS(1518), + [anon_sym_TILDE] = ACTIONS(1518), + [anon_sym_DASH] = ACTIONS(1516), + [anon_sym_PLUS] = ACTIONS(1516), + [anon_sym_STAR] = ACTIONS(1518), + [anon_sym_AMP] = ACTIONS(1518), + [anon_sym_subroutine] = ACTIONS(1516), + [anon_sym_invariant] = ACTIONS(1516), + [anon_sym_precise] = ACTIONS(1516), + [anon_sym_SEMI] = ACTIONS(1518), + [anon_sym_in] = ACTIONS(1516), + [anon_sym_out] = ACTIONS(1516), + [anon_sym_inout] = ACTIONS(1516), + [anon_sym_uniform] = ACTIONS(1516), + [anon_sym_shared] = ACTIONS(1516), + [anon_sym_attribute] = ACTIONS(1516), + [anon_sym_varying] = ACTIONS(1516), + [anon_sym_buffer] = ACTIONS(1516), + [anon_sym_coherent] = ACTIONS(1516), + [anon_sym_readonly] = ACTIONS(1516), + [anon_sym_writeonly] = ACTIONS(1516), + [anon_sym_precision] = ACTIONS(1516), + [anon_sym_highp] = ACTIONS(1516), + [anon_sym_mediump] = ACTIONS(1516), + [anon_sym_lowp] = ACTIONS(1516), + [anon_sym_centroid] = ACTIONS(1516), + [anon_sym_sample] = ACTIONS(1516), + [anon_sym_patch] = ACTIONS(1516), + [anon_sym_smooth] = ACTIONS(1516), + [anon_sym_flat] = ACTIONS(1516), + [anon_sym_noperspective] = ACTIONS(1516), + [anon_sym___extension__] = ACTIONS(1516), + [anon_sym_typedef] = ACTIONS(1516), + [anon_sym_extern] = ACTIONS(1516), + [anon_sym___attribute__] = ACTIONS(1516), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1518), + [anon_sym___declspec] = ACTIONS(1516), + [anon_sym___cdecl] = ACTIONS(1516), + [anon_sym___clrcall] = ACTIONS(1516), + [anon_sym___stdcall] = ACTIONS(1516), + [anon_sym___fastcall] = ACTIONS(1516), + [anon_sym___thiscall] = ACTIONS(1516), + [anon_sym___vectorcall] = ACTIONS(1516), + [anon_sym_LBRACE] = ACTIONS(1518), + [anon_sym_signed] = ACTIONS(1516), + [anon_sym_unsigned] = ACTIONS(1516), + [anon_sym_long] = ACTIONS(1516), + [anon_sym_short] = ACTIONS(1516), + [anon_sym_static] = ACTIONS(1516), + [anon_sym_auto] = ACTIONS(1516), + [anon_sym_register] = ACTIONS(1516), + [anon_sym_inline] = ACTIONS(1516), + [anon_sym___inline] = ACTIONS(1516), + [anon_sym___inline__] = ACTIONS(1516), + [anon_sym___forceinline] = ACTIONS(1516), + [anon_sym_thread_local] = ACTIONS(1516), + [anon_sym___thread] = ACTIONS(1516), + [anon_sym_const] = ACTIONS(1516), + [anon_sym_constexpr] = ACTIONS(1516), + [anon_sym_volatile] = ACTIONS(1516), + [anon_sym_restrict] = ACTIONS(1516), + [anon_sym___restrict__] = ACTIONS(1516), + [anon_sym__Atomic] = ACTIONS(1516), + [anon_sym__Noreturn] = ACTIONS(1516), + [anon_sym_noreturn] = ACTIONS(1516), + [sym_primitive_type] = ACTIONS(1516), + [anon_sym_enum] = ACTIONS(1516), + [anon_sym_struct] = ACTIONS(1516), + [anon_sym_union] = ACTIONS(1516), + [anon_sym_if] = ACTIONS(1516), + [anon_sym_switch] = ACTIONS(1516), + [anon_sym_case] = ACTIONS(1516), + [anon_sym_default] = ACTIONS(1516), + [anon_sym_while] = ACTIONS(1516), + [anon_sym_do] = ACTIONS(1516), + [anon_sym_for] = ACTIONS(1516), + [anon_sym_return] = ACTIONS(1516), + [anon_sym_break] = ACTIONS(1516), + [anon_sym_continue] = ACTIONS(1516), + [anon_sym_goto] = ACTIONS(1516), + [anon_sym_DASH_DASH] = ACTIONS(1518), + [anon_sym_PLUS_PLUS] = ACTIONS(1518), + [anon_sym_sizeof] = ACTIONS(1516), + [anon_sym___alignof__] = ACTIONS(1516), + [anon_sym___alignof] = ACTIONS(1516), + [anon_sym__alignof] = ACTIONS(1516), + [anon_sym_alignof] = ACTIONS(1516), + [anon_sym__Alignof] = ACTIONS(1516), + [anon_sym_offsetof] = ACTIONS(1516), + [anon_sym__Generic] = ACTIONS(1516), + [anon_sym_asm] = ACTIONS(1516), + [anon_sym___asm__] = ACTIONS(1516), + [sym_number_literal] = ACTIONS(1518), + [anon_sym_L_SQUOTE] = ACTIONS(1518), + [anon_sym_u_SQUOTE] = ACTIONS(1518), + [anon_sym_U_SQUOTE] = ACTIONS(1518), + [anon_sym_u8_SQUOTE] = ACTIONS(1518), + [anon_sym_SQUOTE] = ACTIONS(1518), + [anon_sym_L_DQUOTE] = ACTIONS(1518), + [anon_sym_u_DQUOTE] = ACTIONS(1518), + [anon_sym_U_DQUOTE] = ACTIONS(1518), + [anon_sym_u8_DQUOTE] = ACTIONS(1518), + [anon_sym_DQUOTE] = ACTIONS(1518), + [sym_true] = ACTIONS(1516), + [sym_false] = ACTIONS(1516), + [anon_sym_NULL] = ACTIONS(1516), + [anon_sym_nullptr] = ACTIONS(1516), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1422), - [anon_sym_rayPayloadInEXT] = ACTIONS(1422), - [anon_sym_hitAttributeEXT] = ACTIONS(1422), - [anon_sym_callableDataEXT] = ACTIONS(1422), - [anon_sym_callableDataInEXT] = ACTIONS(1422), - [anon_sym_shaderRecordEXT] = ACTIONS(1422), - [anon_sym_rayPayloadNV] = ACTIONS(1422), - [anon_sym_rayPayloadInNV] = ACTIONS(1422), - [anon_sym_hitAttributeNV] = ACTIONS(1422), - [anon_sym_callableDataNV] = ACTIONS(1422), - [anon_sym_callableDataInNV] = ACTIONS(1422), - [anon_sym_shaderRecordNV] = ACTIONS(1422), - [anon_sym_layout] = ACTIONS(1422), + [anon_sym_rayPayloadEXT] = ACTIONS(1516), + [anon_sym_rayPayloadInEXT] = ACTIONS(1516), + [anon_sym_hitAttributeEXT] = ACTIONS(1516), + [anon_sym_callableDataEXT] = ACTIONS(1516), + [anon_sym_callableDataInEXT] = ACTIONS(1516), + [anon_sym_shaderRecordEXT] = ACTIONS(1516), + [anon_sym_rayPayloadNV] = ACTIONS(1516), + [anon_sym_rayPayloadInNV] = ACTIONS(1516), + [anon_sym_hitAttributeNV] = ACTIONS(1516), + [anon_sym_callableDataNV] = ACTIONS(1516), + [anon_sym_callableDataInNV] = ACTIONS(1516), + [anon_sym_shaderRecordNV] = ACTIONS(1516), + [anon_sym_layout] = ACTIONS(1516), }, - [162] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [aux_sym_preproc_else_token1] = ACTIONS(1354), - [aux_sym_preproc_elif_token1] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [149] = { + [sym_identifier] = ACTIONS(1520), + [aux_sym_preproc_include_token1] = ACTIONS(1520), + [aux_sym_preproc_def_token1] = ACTIONS(1520), + [aux_sym_preproc_if_token1] = ACTIONS(1520), + [aux_sym_preproc_if_token2] = ACTIONS(1520), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1520), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1520), + [aux_sym_preproc_else_token1] = ACTIONS(1520), + [aux_sym_preproc_elif_token1] = ACTIONS(1520), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1520), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1520), + [sym_preproc_directive] = ACTIONS(1520), + [anon_sym_LPAREN2] = ACTIONS(1522), + [anon_sym_BANG] = ACTIONS(1522), + [anon_sym_TILDE] = ACTIONS(1522), + [anon_sym_DASH] = ACTIONS(1520), + [anon_sym_PLUS] = ACTIONS(1520), + [anon_sym_STAR] = ACTIONS(1522), + [anon_sym_AMP] = ACTIONS(1522), + [anon_sym_subroutine] = ACTIONS(1520), + [anon_sym_invariant] = ACTIONS(1520), + [anon_sym_precise] = ACTIONS(1520), + [anon_sym_SEMI] = ACTIONS(1522), + [anon_sym_in] = ACTIONS(1520), + [anon_sym_out] = ACTIONS(1520), + [anon_sym_inout] = ACTIONS(1520), + [anon_sym_uniform] = ACTIONS(1520), + [anon_sym_shared] = ACTIONS(1520), + [anon_sym_attribute] = ACTIONS(1520), + [anon_sym_varying] = ACTIONS(1520), + [anon_sym_buffer] = ACTIONS(1520), + [anon_sym_coherent] = ACTIONS(1520), + [anon_sym_readonly] = ACTIONS(1520), + [anon_sym_writeonly] = ACTIONS(1520), + [anon_sym_precision] = ACTIONS(1520), + [anon_sym_highp] = ACTIONS(1520), + [anon_sym_mediump] = ACTIONS(1520), + [anon_sym_lowp] = ACTIONS(1520), + [anon_sym_centroid] = ACTIONS(1520), + [anon_sym_sample] = ACTIONS(1520), + [anon_sym_patch] = ACTIONS(1520), + [anon_sym_smooth] = ACTIONS(1520), + [anon_sym_flat] = ACTIONS(1520), + [anon_sym_noperspective] = ACTIONS(1520), + [anon_sym___extension__] = ACTIONS(1520), + [anon_sym_typedef] = ACTIONS(1520), + [anon_sym_extern] = ACTIONS(1520), + [anon_sym___attribute__] = ACTIONS(1520), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1522), + [anon_sym___declspec] = ACTIONS(1520), + [anon_sym___cdecl] = ACTIONS(1520), + [anon_sym___clrcall] = ACTIONS(1520), + [anon_sym___stdcall] = ACTIONS(1520), + [anon_sym___fastcall] = ACTIONS(1520), + [anon_sym___thiscall] = ACTIONS(1520), + [anon_sym___vectorcall] = ACTIONS(1520), + [anon_sym_LBRACE] = ACTIONS(1522), + [anon_sym_signed] = ACTIONS(1520), + [anon_sym_unsigned] = ACTIONS(1520), + [anon_sym_long] = ACTIONS(1520), + [anon_sym_short] = ACTIONS(1520), + [anon_sym_static] = ACTIONS(1520), + [anon_sym_auto] = ACTIONS(1520), + [anon_sym_register] = ACTIONS(1520), + [anon_sym_inline] = ACTIONS(1520), + [anon_sym___inline] = ACTIONS(1520), + [anon_sym___inline__] = ACTIONS(1520), + [anon_sym___forceinline] = ACTIONS(1520), + [anon_sym_thread_local] = ACTIONS(1520), + [anon_sym___thread] = ACTIONS(1520), + [anon_sym_const] = ACTIONS(1520), + [anon_sym_constexpr] = ACTIONS(1520), + [anon_sym_volatile] = ACTIONS(1520), + [anon_sym_restrict] = ACTIONS(1520), + [anon_sym___restrict__] = ACTIONS(1520), + [anon_sym__Atomic] = ACTIONS(1520), + [anon_sym__Noreturn] = ACTIONS(1520), + [anon_sym_noreturn] = ACTIONS(1520), + [sym_primitive_type] = ACTIONS(1520), + [anon_sym_enum] = ACTIONS(1520), + [anon_sym_struct] = ACTIONS(1520), + [anon_sym_union] = ACTIONS(1520), + [anon_sym_if] = ACTIONS(1520), + [anon_sym_switch] = ACTIONS(1520), + [anon_sym_case] = ACTIONS(1520), + [anon_sym_default] = ACTIONS(1520), + [anon_sym_while] = ACTIONS(1520), + [anon_sym_do] = ACTIONS(1520), + [anon_sym_for] = ACTIONS(1520), + [anon_sym_return] = ACTIONS(1520), + [anon_sym_break] = ACTIONS(1520), + [anon_sym_continue] = ACTIONS(1520), + [anon_sym_goto] = ACTIONS(1520), + [anon_sym_DASH_DASH] = ACTIONS(1522), + [anon_sym_PLUS_PLUS] = ACTIONS(1522), + [anon_sym_sizeof] = ACTIONS(1520), + [anon_sym___alignof__] = ACTIONS(1520), + [anon_sym___alignof] = ACTIONS(1520), + [anon_sym__alignof] = ACTIONS(1520), + [anon_sym_alignof] = ACTIONS(1520), + [anon_sym__Alignof] = ACTIONS(1520), + [anon_sym_offsetof] = ACTIONS(1520), + [anon_sym__Generic] = ACTIONS(1520), + [anon_sym_asm] = ACTIONS(1520), + [anon_sym___asm__] = ACTIONS(1520), + [sym_number_literal] = ACTIONS(1522), + [anon_sym_L_SQUOTE] = ACTIONS(1522), + [anon_sym_u_SQUOTE] = ACTIONS(1522), + [anon_sym_U_SQUOTE] = ACTIONS(1522), + [anon_sym_u8_SQUOTE] = ACTIONS(1522), + [anon_sym_SQUOTE] = ACTIONS(1522), + [anon_sym_L_DQUOTE] = ACTIONS(1522), + [anon_sym_u_DQUOTE] = ACTIONS(1522), + [anon_sym_U_DQUOTE] = ACTIONS(1522), + [anon_sym_u8_DQUOTE] = ACTIONS(1522), + [anon_sym_DQUOTE] = ACTIONS(1522), + [sym_true] = ACTIONS(1520), + [sym_false] = ACTIONS(1520), + [anon_sym_NULL] = ACTIONS(1520), + [anon_sym_nullptr] = ACTIONS(1520), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1520), + [anon_sym_rayPayloadInEXT] = ACTIONS(1520), + [anon_sym_hitAttributeEXT] = ACTIONS(1520), + [anon_sym_callableDataEXT] = ACTIONS(1520), + [anon_sym_callableDataInEXT] = ACTIONS(1520), + [anon_sym_shaderRecordEXT] = ACTIONS(1520), + [anon_sym_rayPayloadNV] = ACTIONS(1520), + [anon_sym_rayPayloadInNV] = ACTIONS(1520), + [anon_sym_hitAttributeNV] = ACTIONS(1520), + [anon_sym_callableDataNV] = ACTIONS(1520), + [anon_sym_callableDataInNV] = ACTIONS(1520), + [anon_sym_shaderRecordNV] = ACTIONS(1520), + [anon_sym_layout] = ACTIONS(1520), }, - [163] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [aux_sym_preproc_else_token1] = ACTIONS(1354), - [aux_sym_preproc_elif_token1] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [150] = { + [sym_identifier] = ACTIONS(1524), + [aux_sym_preproc_include_token1] = ACTIONS(1524), + [aux_sym_preproc_def_token1] = ACTIONS(1524), + [aux_sym_preproc_if_token1] = ACTIONS(1524), + [aux_sym_preproc_if_token2] = ACTIONS(1524), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1524), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1524), + [aux_sym_preproc_else_token1] = ACTIONS(1524), + [aux_sym_preproc_elif_token1] = ACTIONS(1524), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1524), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1524), + [sym_preproc_directive] = ACTIONS(1524), + [anon_sym_LPAREN2] = ACTIONS(1526), + [anon_sym_BANG] = ACTIONS(1526), + [anon_sym_TILDE] = ACTIONS(1526), + [anon_sym_DASH] = ACTIONS(1524), + [anon_sym_PLUS] = ACTIONS(1524), + [anon_sym_STAR] = ACTIONS(1526), + [anon_sym_AMP] = ACTIONS(1526), + [anon_sym_subroutine] = ACTIONS(1524), + [anon_sym_invariant] = ACTIONS(1524), + [anon_sym_precise] = ACTIONS(1524), + [anon_sym_SEMI] = ACTIONS(1526), + [anon_sym_in] = ACTIONS(1524), + [anon_sym_out] = ACTIONS(1524), + [anon_sym_inout] = ACTIONS(1524), + [anon_sym_uniform] = ACTIONS(1524), + [anon_sym_shared] = ACTIONS(1524), + [anon_sym_attribute] = ACTIONS(1524), + [anon_sym_varying] = ACTIONS(1524), + [anon_sym_buffer] = ACTIONS(1524), + [anon_sym_coherent] = ACTIONS(1524), + [anon_sym_readonly] = ACTIONS(1524), + [anon_sym_writeonly] = ACTIONS(1524), + [anon_sym_precision] = ACTIONS(1524), + [anon_sym_highp] = ACTIONS(1524), + [anon_sym_mediump] = ACTIONS(1524), + [anon_sym_lowp] = ACTIONS(1524), + [anon_sym_centroid] = ACTIONS(1524), + [anon_sym_sample] = ACTIONS(1524), + [anon_sym_patch] = ACTIONS(1524), + [anon_sym_smooth] = ACTIONS(1524), + [anon_sym_flat] = ACTIONS(1524), + [anon_sym_noperspective] = ACTIONS(1524), + [anon_sym___extension__] = ACTIONS(1524), + [anon_sym_typedef] = ACTIONS(1524), + [anon_sym_extern] = ACTIONS(1524), + [anon_sym___attribute__] = ACTIONS(1524), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1526), + [anon_sym___declspec] = ACTIONS(1524), + [anon_sym___cdecl] = ACTIONS(1524), + [anon_sym___clrcall] = ACTIONS(1524), + [anon_sym___stdcall] = ACTIONS(1524), + [anon_sym___fastcall] = ACTIONS(1524), + [anon_sym___thiscall] = ACTIONS(1524), + [anon_sym___vectorcall] = ACTIONS(1524), + [anon_sym_LBRACE] = ACTIONS(1526), + [anon_sym_signed] = ACTIONS(1524), + [anon_sym_unsigned] = ACTIONS(1524), + [anon_sym_long] = ACTIONS(1524), + [anon_sym_short] = ACTIONS(1524), + [anon_sym_static] = ACTIONS(1524), + [anon_sym_auto] = ACTIONS(1524), + [anon_sym_register] = ACTIONS(1524), + [anon_sym_inline] = ACTIONS(1524), + [anon_sym___inline] = ACTIONS(1524), + [anon_sym___inline__] = ACTIONS(1524), + [anon_sym___forceinline] = ACTIONS(1524), + [anon_sym_thread_local] = ACTIONS(1524), + [anon_sym___thread] = ACTIONS(1524), + [anon_sym_const] = ACTIONS(1524), + [anon_sym_constexpr] = ACTIONS(1524), + [anon_sym_volatile] = ACTIONS(1524), + [anon_sym_restrict] = ACTIONS(1524), + [anon_sym___restrict__] = ACTIONS(1524), + [anon_sym__Atomic] = ACTIONS(1524), + [anon_sym__Noreturn] = ACTIONS(1524), + [anon_sym_noreturn] = ACTIONS(1524), + [sym_primitive_type] = ACTIONS(1524), + [anon_sym_enum] = ACTIONS(1524), + [anon_sym_struct] = ACTIONS(1524), + [anon_sym_union] = ACTIONS(1524), + [anon_sym_if] = ACTIONS(1524), + [anon_sym_switch] = ACTIONS(1524), + [anon_sym_case] = ACTIONS(1524), + [anon_sym_default] = ACTIONS(1524), + [anon_sym_while] = ACTIONS(1524), + [anon_sym_do] = ACTIONS(1524), + [anon_sym_for] = ACTIONS(1524), + [anon_sym_return] = ACTIONS(1524), + [anon_sym_break] = ACTIONS(1524), + [anon_sym_continue] = ACTIONS(1524), + [anon_sym_goto] = ACTIONS(1524), + [anon_sym_DASH_DASH] = ACTIONS(1526), + [anon_sym_PLUS_PLUS] = ACTIONS(1526), + [anon_sym_sizeof] = ACTIONS(1524), + [anon_sym___alignof__] = ACTIONS(1524), + [anon_sym___alignof] = ACTIONS(1524), + [anon_sym__alignof] = ACTIONS(1524), + [anon_sym_alignof] = ACTIONS(1524), + [anon_sym__Alignof] = ACTIONS(1524), + [anon_sym_offsetof] = ACTIONS(1524), + [anon_sym__Generic] = ACTIONS(1524), + [anon_sym_asm] = ACTIONS(1524), + [anon_sym___asm__] = ACTIONS(1524), + [sym_number_literal] = ACTIONS(1526), + [anon_sym_L_SQUOTE] = ACTIONS(1526), + [anon_sym_u_SQUOTE] = ACTIONS(1526), + [anon_sym_U_SQUOTE] = ACTIONS(1526), + [anon_sym_u8_SQUOTE] = ACTIONS(1526), + [anon_sym_SQUOTE] = ACTIONS(1526), + [anon_sym_L_DQUOTE] = ACTIONS(1526), + [anon_sym_u_DQUOTE] = ACTIONS(1526), + [anon_sym_U_DQUOTE] = ACTIONS(1526), + [anon_sym_u8_DQUOTE] = ACTIONS(1526), + [anon_sym_DQUOTE] = ACTIONS(1526), + [sym_true] = ACTIONS(1524), + [sym_false] = ACTIONS(1524), + [anon_sym_NULL] = ACTIONS(1524), + [anon_sym_nullptr] = ACTIONS(1524), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1524), + [anon_sym_rayPayloadInEXT] = ACTIONS(1524), + [anon_sym_hitAttributeEXT] = ACTIONS(1524), + [anon_sym_callableDataEXT] = ACTIONS(1524), + [anon_sym_callableDataInEXT] = ACTIONS(1524), + [anon_sym_shaderRecordEXT] = ACTIONS(1524), + [anon_sym_rayPayloadNV] = ACTIONS(1524), + [anon_sym_rayPayloadInNV] = ACTIONS(1524), + [anon_sym_hitAttributeNV] = ACTIONS(1524), + [anon_sym_callableDataNV] = ACTIONS(1524), + [anon_sym_callableDataInNV] = ACTIONS(1524), + [anon_sym_shaderRecordNV] = ACTIONS(1524), + [anon_sym_layout] = ACTIONS(1524), }, - [164] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [aux_sym_preproc_else_token1] = ACTIONS(1354), - [aux_sym_preproc_elif_token1] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [151] = { + [sym_identifier] = ACTIONS(1528), + [aux_sym_preproc_include_token1] = ACTIONS(1528), + [aux_sym_preproc_def_token1] = ACTIONS(1528), + [aux_sym_preproc_if_token1] = ACTIONS(1528), + [aux_sym_preproc_if_token2] = ACTIONS(1528), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1528), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1528), + [aux_sym_preproc_else_token1] = ACTIONS(1528), + [aux_sym_preproc_elif_token1] = ACTIONS(1528), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1528), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1528), + [sym_preproc_directive] = ACTIONS(1528), + [anon_sym_LPAREN2] = ACTIONS(1530), + [anon_sym_BANG] = ACTIONS(1530), + [anon_sym_TILDE] = ACTIONS(1530), + [anon_sym_DASH] = ACTIONS(1528), + [anon_sym_PLUS] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1530), + [anon_sym_AMP] = ACTIONS(1530), + [anon_sym_subroutine] = ACTIONS(1528), + [anon_sym_invariant] = ACTIONS(1528), + [anon_sym_precise] = ACTIONS(1528), + [anon_sym_SEMI] = ACTIONS(1530), + [anon_sym_in] = ACTIONS(1528), + [anon_sym_out] = ACTIONS(1528), + [anon_sym_inout] = ACTIONS(1528), + [anon_sym_uniform] = ACTIONS(1528), + [anon_sym_shared] = ACTIONS(1528), + [anon_sym_attribute] = ACTIONS(1528), + [anon_sym_varying] = ACTIONS(1528), + [anon_sym_buffer] = ACTIONS(1528), + [anon_sym_coherent] = ACTIONS(1528), + [anon_sym_readonly] = ACTIONS(1528), + [anon_sym_writeonly] = ACTIONS(1528), + [anon_sym_precision] = ACTIONS(1528), + [anon_sym_highp] = ACTIONS(1528), + [anon_sym_mediump] = ACTIONS(1528), + [anon_sym_lowp] = ACTIONS(1528), + [anon_sym_centroid] = ACTIONS(1528), + [anon_sym_sample] = ACTIONS(1528), + [anon_sym_patch] = ACTIONS(1528), + [anon_sym_smooth] = ACTIONS(1528), + [anon_sym_flat] = ACTIONS(1528), + [anon_sym_noperspective] = ACTIONS(1528), + [anon_sym___extension__] = ACTIONS(1528), + [anon_sym_typedef] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym___attribute__] = ACTIONS(1528), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1530), + [anon_sym___declspec] = ACTIONS(1528), + [anon_sym___cdecl] = ACTIONS(1528), + [anon_sym___clrcall] = ACTIONS(1528), + [anon_sym___stdcall] = ACTIONS(1528), + [anon_sym___fastcall] = ACTIONS(1528), + [anon_sym___thiscall] = ACTIONS(1528), + [anon_sym___vectorcall] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1530), + [anon_sym_signed] = ACTIONS(1528), + [anon_sym_unsigned] = ACTIONS(1528), + [anon_sym_long] = ACTIONS(1528), + [anon_sym_short] = ACTIONS(1528), + [anon_sym_static] = ACTIONS(1528), + [anon_sym_auto] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_inline] = ACTIONS(1528), + [anon_sym___inline] = ACTIONS(1528), + [anon_sym___inline__] = ACTIONS(1528), + [anon_sym___forceinline] = ACTIONS(1528), + [anon_sym_thread_local] = ACTIONS(1528), + [anon_sym___thread] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [anon_sym_constexpr] = ACTIONS(1528), + [anon_sym_volatile] = ACTIONS(1528), + [anon_sym_restrict] = ACTIONS(1528), + [anon_sym___restrict__] = ACTIONS(1528), + [anon_sym__Atomic] = ACTIONS(1528), + [anon_sym__Noreturn] = ACTIONS(1528), + [anon_sym_noreturn] = ACTIONS(1528), + [sym_primitive_type] = ACTIONS(1528), + [anon_sym_enum] = ACTIONS(1528), + [anon_sym_struct] = ACTIONS(1528), + [anon_sym_union] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_switch] = ACTIONS(1528), + [anon_sym_case] = ACTIONS(1528), + [anon_sym_default] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_goto] = ACTIONS(1528), + [anon_sym_DASH_DASH] = ACTIONS(1530), + [anon_sym_PLUS_PLUS] = ACTIONS(1530), + [anon_sym_sizeof] = ACTIONS(1528), + [anon_sym___alignof__] = ACTIONS(1528), + [anon_sym___alignof] = ACTIONS(1528), + [anon_sym__alignof] = ACTIONS(1528), + [anon_sym_alignof] = ACTIONS(1528), + [anon_sym__Alignof] = ACTIONS(1528), + [anon_sym_offsetof] = ACTIONS(1528), + [anon_sym__Generic] = ACTIONS(1528), + [anon_sym_asm] = ACTIONS(1528), + [anon_sym___asm__] = ACTIONS(1528), + [sym_number_literal] = ACTIONS(1530), + [anon_sym_L_SQUOTE] = ACTIONS(1530), + [anon_sym_u_SQUOTE] = ACTIONS(1530), + [anon_sym_U_SQUOTE] = ACTIONS(1530), + [anon_sym_u8_SQUOTE] = ACTIONS(1530), + [anon_sym_SQUOTE] = ACTIONS(1530), + [anon_sym_L_DQUOTE] = ACTIONS(1530), + [anon_sym_u_DQUOTE] = ACTIONS(1530), + [anon_sym_U_DQUOTE] = ACTIONS(1530), + [anon_sym_u8_DQUOTE] = ACTIONS(1530), + [anon_sym_DQUOTE] = ACTIONS(1530), + [sym_true] = ACTIONS(1528), + [sym_false] = ACTIONS(1528), + [anon_sym_NULL] = ACTIONS(1528), + [anon_sym_nullptr] = ACTIONS(1528), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1528), + [anon_sym_rayPayloadInEXT] = ACTIONS(1528), + [anon_sym_hitAttributeEXT] = ACTIONS(1528), + [anon_sym_callableDataEXT] = ACTIONS(1528), + [anon_sym_callableDataInEXT] = ACTIONS(1528), + [anon_sym_shaderRecordEXT] = ACTIONS(1528), + [anon_sym_rayPayloadNV] = ACTIONS(1528), + [anon_sym_rayPayloadInNV] = ACTIONS(1528), + [anon_sym_hitAttributeNV] = ACTIONS(1528), + [anon_sym_callableDataNV] = ACTIONS(1528), + [anon_sym_callableDataInNV] = ACTIONS(1528), + [anon_sym_shaderRecordNV] = ACTIONS(1528), + [anon_sym_layout] = ACTIONS(1528), }, - [165] = { - [sym_identifier] = ACTIONS(1430), - [aux_sym_preproc_include_token1] = ACTIONS(1430), - [aux_sym_preproc_def_token1] = ACTIONS(1430), - [aux_sym_preproc_if_token1] = ACTIONS(1430), - [aux_sym_preproc_if_token2] = ACTIONS(1430), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1430), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1430), - [aux_sym_preproc_else_token1] = ACTIONS(1430), - [aux_sym_preproc_elif_token1] = ACTIONS(1430), - [sym_preproc_directive] = ACTIONS(1430), - [anon_sym_LPAREN2] = ACTIONS(1432), - [anon_sym_BANG] = ACTIONS(1432), - [anon_sym_TILDE] = ACTIONS(1432), - [anon_sym_DASH] = ACTIONS(1430), - [anon_sym_PLUS] = ACTIONS(1430), - [anon_sym_STAR] = ACTIONS(1432), - [anon_sym_AMP] = ACTIONS(1432), - [anon_sym_subroutine] = ACTIONS(1430), - [anon_sym_invariant] = ACTIONS(1430), - [anon_sym_precise] = ACTIONS(1430), - [anon_sym_SEMI] = ACTIONS(1432), - [anon_sym_in] = ACTIONS(1430), - [anon_sym_out] = ACTIONS(1430), - [anon_sym_inout] = ACTIONS(1430), - [anon_sym_uniform] = ACTIONS(1430), - [anon_sym_shared] = ACTIONS(1430), - [anon_sym_attribute] = ACTIONS(1430), - [anon_sym_varying] = ACTIONS(1430), - [anon_sym_buffer] = ACTIONS(1430), - [anon_sym_coherent] = ACTIONS(1430), - [anon_sym_readonly] = ACTIONS(1430), - [anon_sym_writeonly] = ACTIONS(1430), - [anon_sym_precision] = ACTIONS(1430), - [anon_sym_highp] = ACTIONS(1430), - [anon_sym_mediump] = ACTIONS(1430), - [anon_sym_lowp] = ACTIONS(1430), - [anon_sym_centroid] = ACTIONS(1430), - [anon_sym_sample] = ACTIONS(1430), - [anon_sym_patch] = ACTIONS(1430), - [anon_sym_smooth] = ACTIONS(1430), - [anon_sym_flat] = ACTIONS(1430), - [anon_sym_noperspective] = ACTIONS(1430), - [anon_sym___extension__] = ACTIONS(1430), - [anon_sym_typedef] = ACTIONS(1430), - [anon_sym_extern] = ACTIONS(1430), - [anon_sym___attribute__] = ACTIONS(1430), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1432), - [anon_sym___declspec] = ACTIONS(1430), - [anon_sym___cdecl] = ACTIONS(1430), - [anon_sym___clrcall] = ACTIONS(1430), - [anon_sym___stdcall] = ACTIONS(1430), - [anon_sym___fastcall] = ACTIONS(1430), - [anon_sym___thiscall] = ACTIONS(1430), - [anon_sym___vectorcall] = ACTIONS(1430), - [anon_sym_LBRACE] = ACTIONS(1432), - [anon_sym_signed] = ACTIONS(1430), - [anon_sym_unsigned] = ACTIONS(1430), - [anon_sym_long] = ACTIONS(1430), - [anon_sym_short] = ACTIONS(1430), - [anon_sym_static] = ACTIONS(1430), - [anon_sym_auto] = ACTIONS(1430), - [anon_sym_register] = ACTIONS(1430), - [anon_sym_inline] = ACTIONS(1430), - [anon_sym___inline] = ACTIONS(1430), - [anon_sym___inline__] = ACTIONS(1430), - [anon_sym___forceinline] = ACTIONS(1430), - [anon_sym_thread_local] = ACTIONS(1430), - [anon_sym___thread] = ACTIONS(1430), - [anon_sym_const] = ACTIONS(1430), - [anon_sym_constexpr] = ACTIONS(1430), - [anon_sym_volatile] = ACTIONS(1430), - [anon_sym_restrict] = ACTIONS(1430), - [anon_sym___restrict__] = ACTIONS(1430), - [anon_sym__Atomic] = ACTIONS(1430), - [anon_sym__Noreturn] = ACTIONS(1430), - [anon_sym_noreturn] = ACTIONS(1430), - [sym_primitive_type] = ACTIONS(1430), - [anon_sym_enum] = ACTIONS(1430), - [anon_sym_struct] = ACTIONS(1430), - [anon_sym_union] = ACTIONS(1430), - [anon_sym_if] = ACTIONS(1430), - [anon_sym_else] = ACTIONS(1430), - [anon_sym_switch] = ACTIONS(1430), - [anon_sym_case] = ACTIONS(1430), - [anon_sym_default] = ACTIONS(1430), - [anon_sym_while] = ACTIONS(1430), - [anon_sym_do] = ACTIONS(1430), - [anon_sym_for] = ACTIONS(1430), - [anon_sym_return] = ACTIONS(1430), - [anon_sym_break] = ACTIONS(1430), - [anon_sym_continue] = ACTIONS(1430), - [anon_sym_goto] = ACTIONS(1430), - [anon_sym_DASH_DASH] = ACTIONS(1432), - [anon_sym_PLUS_PLUS] = ACTIONS(1432), - [anon_sym_sizeof] = ACTIONS(1430), - [anon_sym___alignof__] = ACTIONS(1430), - [anon_sym___alignof] = ACTIONS(1430), - [anon_sym__alignof] = ACTIONS(1430), - [anon_sym_alignof] = ACTIONS(1430), - [anon_sym__Alignof] = ACTIONS(1430), - [anon_sym_offsetof] = ACTIONS(1430), - [anon_sym__Generic] = ACTIONS(1430), - [anon_sym_asm] = ACTIONS(1430), - [anon_sym___asm__] = ACTIONS(1430), - [sym_number_literal] = ACTIONS(1432), - [anon_sym_L_SQUOTE] = ACTIONS(1432), - [anon_sym_u_SQUOTE] = ACTIONS(1432), - [anon_sym_U_SQUOTE] = ACTIONS(1432), - [anon_sym_u8_SQUOTE] = ACTIONS(1432), - [anon_sym_SQUOTE] = ACTIONS(1432), - [anon_sym_L_DQUOTE] = ACTIONS(1432), - [anon_sym_u_DQUOTE] = ACTIONS(1432), - [anon_sym_U_DQUOTE] = ACTIONS(1432), - [anon_sym_u8_DQUOTE] = ACTIONS(1432), - [anon_sym_DQUOTE] = ACTIONS(1432), - [sym_true] = ACTIONS(1430), - [sym_false] = ACTIONS(1430), - [anon_sym_NULL] = ACTIONS(1430), - [anon_sym_nullptr] = ACTIONS(1430), + [152] = { + [sym_identifier] = ACTIONS(1532), + [aux_sym_preproc_include_token1] = ACTIONS(1532), + [aux_sym_preproc_def_token1] = ACTIONS(1532), + [aux_sym_preproc_if_token1] = ACTIONS(1532), + [aux_sym_preproc_if_token2] = ACTIONS(1532), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1532), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1532), + [aux_sym_preproc_else_token1] = ACTIONS(1532), + [aux_sym_preproc_elif_token1] = ACTIONS(1532), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1532), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1532), + [sym_preproc_directive] = ACTIONS(1532), + [anon_sym_LPAREN2] = ACTIONS(1534), + [anon_sym_BANG] = ACTIONS(1534), + [anon_sym_TILDE] = ACTIONS(1534), + [anon_sym_DASH] = ACTIONS(1532), + [anon_sym_PLUS] = ACTIONS(1532), + [anon_sym_STAR] = ACTIONS(1534), + [anon_sym_AMP] = ACTIONS(1534), + [anon_sym_subroutine] = ACTIONS(1532), + [anon_sym_invariant] = ACTIONS(1532), + [anon_sym_precise] = ACTIONS(1532), + [anon_sym_SEMI] = ACTIONS(1534), + [anon_sym_in] = ACTIONS(1532), + [anon_sym_out] = ACTIONS(1532), + [anon_sym_inout] = ACTIONS(1532), + [anon_sym_uniform] = ACTIONS(1532), + [anon_sym_shared] = ACTIONS(1532), + [anon_sym_attribute] = ACTIONS(1532), + [anon_sym_varying] = ACTIONS(1532), + [anon_sym_buffer] = ACTIONS(1532), + [anon_sym_coherent] = ACTIONS(1532), + [anon_sym_readonly] = ACTIONS(1532), + [anon_sym_writeonly] = ACTIONS(1532), + [anon_sym_precision] = ACTIONS(1532), + [anon_sym_highp] = ACTIONS(1532), + [anon_sym_mediump] = ACTIONS(1532), + [anon_sym_lowp] = ACTIONS(1532), + [anon_sym_centroid] = ACTIONS(1532), + [anon_sym_sample] = ACTIONS(1532), + [anon_sym_patch] = ACTIONS(1532), + [anon_sym_smooth] = ACTIONS(1532), + [anon_sym_flat] = ACTIONS(1532), + [anon_sym_noperspective] = ACTIONS(1532), + [anon_sym___extension__] = ACTIONS(1532), + [anon_sym_typedef] = ACTIONS(1532), + [anon_sym_extern] = ACTIONS(1532), + [anon_sym___attribute__] = ACTIONS(1532), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1534), + [anon_sym___declspec] = ACTIONS(1532), + [anon_sym___cdecl] = ACTIONS(1532), + [anon_sym___clrcall] = ACTIONS(1532), + [anon_sym___stdcall] = ACTIONS(1532), + [anon_sym___fastcall] = ACTIONS(1532), + [anon_sym___thiscall] = ACTIONS(1532), + [anon_sym___vectorcall] = ACTIONS(1532), + [anon_sym_LBRACE] = ACTIONS(1534), + [anon_sym_signed] = ACTIONS(1532), + [anon_sym_unsigned] = ACTIONS(1532), + [anon_sym_long] = ACTIONS(1532), + [anon_sym_short] = ACTIONS(1532), + [anon_sym_static] = ACTIONS(1532), + [anon_sym_auto] = ACTIONS(1532), + [anon_sym_register] = ACTIONS(1532), + [anon_sym_inline] = ACTIONS(1532), + [anon_sym___inline] = ACTIONS(1532), + [anon_sym___inline__] = ACTIONS(1532), + [anon_sym___forceinline] = ACTIONS(1532), + [anon_sym_thread_local] = ACTIONS(1532), + [anon_sym___thread] = ACTIONS(1532), + [anon_sym_const] = ACTIONS(1532), + [anon_sym_constexpr] = ACTIONS(1532), + [anon_sym_volatile] = ACTIONS(1532), + [anon_sym_restrict] = ACTIONS(1532), + [anon_sym___restrict__] = ACTIONS(1532), + [anon_sym__Atomic] = ACTIONS(1532), + [anon_sym__Noreturn] = ACTIONS(1532), + [anon_sym_noreturn] = ACTIONS(1532), + [sym_primitive_type] = ACTIONS(1532), + [anon_sym_enum] = ACTIONS(1532), + [anon_sym_struct] = ACTIONS(1532), + [anon_sym_union] = ACTIONS(1532), + [anon_sym_if] = ACTIONS(1532), + [anon_sym_switch] = ACTIONS(1532), + [anon_sym_case] = ACTIONS(1532), + [anon_sym_default] = ACTIONS(1532), + [anon_sym_while] = ACTIONS(1532), + [anon_sym_do] = ACTIONS(1532), + [anon_sym_for] = ACTIONS(1532), + [anon_sym_return] = ACTIONS(1532), + [anon_sym_break] = ACTIONS(1532), + [anon_sym_continue] = ACTIONS(1532), + [anon_sym_goto] = ACTIONS(1532), + [anon_sym_DASH_DASH] = ACTIONS(1534), + [anon_sym_PLUS_PLUS] = ACTIONS(1534), + [anon_sym_sizeof] = ACTIONS(1532), + [anon_sym___alignof__] = ACTIONS(1532), + [anon_sym___alignof] = ACTIONS(1532), + [anon_sym__alignof] = ACTIONS(1532), + [anon_sym_alignof] = ACTIONS(1532), + [anon_sym__Alignof] = ACTIONS(1532), + [anon_sym_offsetof] = ACTIONS(1532), + [anon_sym__Generic] = ACTIONS(1532), + [anon_sym_asm] = ACTIONS(1532), + [anon_sym___asm__] = ACTIONS(1532), + [sym_number_literal] = ACTIONS(1534), + [anon_sym_L_SQUOTE] = ACTIONS(1534), + [anon_sym_u_SQUOTE] = ACTIONS(1534), + [anon_sym_U_SQUOTE] = ACTIONS(1534), + [anon_sym_u8_SQUOTE] = ACTIONS(1534), + [anon_sym_SQUOTE] = ACTIONS(1534), + [anon_sym_L_DQUOTE] = ACTIONS(1534), + [anon_sym_u_DQUOTE] = ACTIONS(1534), + [anon_sym_U_DQUOTE] = ACTIONS(1534), + [anon_sym_u8_DQUOTE] = ACTIONS(1534), + [anon_sym_DQUOTE] = ACTIONS(1534), + [sym_true] = ACTIONS(1532), + [sym_false] = ACTIONS(1532), + [anon_sym_NULL] = ACTIONS(1532), + [anon_sym_nullptr] = ACTIONS(1532), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1430), - [anon_sym_rayPayloadInEXT] = ACTIONS(1430), - [anon_sym_hitAttributeEXT] = ACTIONS(1430), - [anon_sym_callableDataEXT] = ACTIONS(1430), - [anon_sym_callableDataInEXT] = ACTIONS(1430), - [anon_sym_shaderRecordEXT] = ACTIONS(1430), - [anon_sym_rayPayloadNV] = ACTIONS(1430), - [anon_sym_rayPayloadInNV] = ACTIONS(1430), - [anon_sym_hitAttributeNV] = ACTIONS(1430), - [anon_sym_callableDataNV] = ACTIONS(1430), - [anon_sym_callableDataInNV] = ACTIONS(1430), - [anon_sym_shaderRecordNV] = ACTIONS(1430), - [anon_sym_layout] = ACTIONS(1430), + [anon_sym_rayPayloadEXT] = ACTIONS(1532), + [anon_sym_rayPayloadInEXT] = ACTIONS(1532), + [anon_sym_hitAttributeEXT] = ACTIONS(1532), + [anon_sym_callableDataEXT] = ACTIONS(1532), + [anon_sym_callableDataInEXT] = ACTIONS(1532), + [anon_sym_shaderRecordEXT] = ACTIONS(1532), + [anon_sym_rayPayloadNV] = ACTIONS(1532), + [anon_sym_rayPayloadInNV] = ACTIONS(1532), + [anon_sym_hitAttributeNV] = ACTIONS(1532), + [anon_sym_callableDataNV] = ACTIONS(1532), + [anon_sym_callableDataInNV] = ACTIONS(1532), + [anon_sym_shaderRecordNV] = ACTIONS(1532), + [anon_sym_layout] = ACTIONS(1532), }, - [166] = { - [sym_identifier] = ACTIONS(1382), - [aux_sym_preproc_include_token1] = ACTIONS(1382), - [aux_sym_preproc_def_token1] = ACTIONS(1382), - [aux_sym_preproc_if_token1] = ACTIONS(1382), - [aux_sym_preproc_if_token2] = ACTIONS(1382), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1382), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1382), - [aux_sym_preproc_else_token1] = ACTIONS(1382), - [aux_sym_preproc_elif_token1] = ACTIONS(1382), - [sym_preproc_directive] = ACTIONS(1382), - [anon_sym_LPAREN2] = ACTIONS(1384), - [anon_sym_BANG] = ACTIONS(1384), - [anon_sym_TILDE] = ACTIONS(1384), - [anon_sym_DASH] = ACTIONS(1382), - [anon_sym_PLUS] = ACTIONS(1382), - [anon_sym_STAR] = ACTIONS(1384), - [anon_sym_AMP] = ACTIONS(1384), - [anon_sym_subroutine] = ACTIONS(1382), - [anon_sym_invariant] = ACTIONS(1382), - [anon_sym_precise] = ACTIONS(1382), - [anon_sym_SEMI] = ACTIONS(1384), - [anon_sym_in] = ACTIONS(1382), - [anon_sym_out] = ACTIONS(1382), - [anon_sym_inout] = ACTIONS(1382), - [anon_sym_uniform] = ACTIONS(1382), - [anon_sym_shared] = ACTIONS(1382), - [anon_sym_attribute] = ACTIONS(1382), - [anon_sym_varying] = ACTIONS(1382), - [anon_sym_buffer] = ACTIONS(1382), - [anon_sym_coherent] = ACTIONS(1382), - [anon_sym_readonly] = ACTIONS(1382), - [anon_sym_writeonly] = ACTIONS(1382), - [anon_sym_precision] = ACTIONS(1382), - [anon_sym_highp] = ACTIONS(1382), - [anon_sym_mediump] = ACTIONS(1382), - [anon_sym_lowp] = ACTIONS(1382), - [anon_sym_centroid] = ACTIONS(1382), - [anon_sym_sample] = ACTIONS(1382), - [anon_sym_patch] = ACTIONS(1382), - [anon_sym_smooth] = ACTIONS(1382), - [anon_sym_flat] = ACTIONS(1382), - [anon_sym_noperspective] = ACTIONS(1382), - [anon_sym___extension__] = ACTIONS(1382), - [anon_sym_typedef] = ACTIONS(1382), - [anon_sym_extern] = ACTIONS(1382), - [anon_sym___attribute__] = ACTIONS(1382), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1384), - [anon_sym___declspec] = ACTIONS(1382), - [anon_sym___cdecl] = ACTIONS(1382), - [anon_sym___clrcall] = ACTIONS(1382), - [anon_sym___stdcall] = ACTIONS(1382), - [anon_sym___fastcall] = ACTIONS(1382), - [anon_sym___thiscall] = ACTIONS(1382), - [anon_sym___vectorcall] = ACTIONS(1382), - [anon_sym_LBRACE] = ACTIONS(1384), - [anon_sym_signed] = ACTIONS(1382), - [anon_sym_unsigned] = ACTIONS(1382), - [anon_sym_long] = ACTIONS(1382), - [anon_sym_short] = ACTIONS(1382), - [anon_sym_static] = ACTIONS(1382), - [anon_sym_auto] = ACTIONS(1382), - [anon_sym_register] = ACTIONS(1382), - [anon_sym_inline] = ACTIONS(1382), - [anon_sym___inline] = ACTIONS(1382), - [anon_sym___inline__] = ACTIONS(1382), - [anon_sym___forceinline] = ACTIONS(1382), - [anon_sym_thread_local] = ACTIONS(1382), - [anon_sym___thread] = ACTIONS(1382), - [anon_sym_const] = ACTIONS(1382), - [anon_sym_constexpr] = ACTIONS(1382), - [anon_sym_volatile] = ACTIONS(1382), - [anon_sym_restrict] = ACTIONS(1382), - [anon_sym___restrict__] = ACTIONS(1382), - [anon_sym__Atomic] = ACTIONS(1382), - [anon_sym__Noreturn] = ACTIONS(1382), - [anon_sym_noreturn] = ACTIONS(1382), - [sym_primitive_type] = ACTIONS(1382), - [anon_sym_enum] = ACTIONS(1382), - [anon_sym_struct] = ACTIONS(1382), - [anon_sym_union] = ACTIONS(1382), - [anon_sym_if] = ACTIONS(1382), - [anon_sym_else] = ACTIONS(1382), - [anon_sym_switch] = ACTIONS(1382), - [anon_sym_case] = ACTIONS(1382), - [anon_sym_default] = ACTIONS(1382), - [anon_sym_while] = ACTIONS(1382), - [anon_sym_do] = ACTIONS(1382), - [anon_sym_for] = ACTIONS(1382), - [anon_sym_return] = ACTIONS(1382), - [anon_sym_break] = ACTIONS(1382), - [anon_sym_continue] = ACTIONS(1382), - [anon_sym_goto] = ACTIONS(1382), - [anon_sym_DASH_DASH] = ACTIONS(1384), - [anon_sym_PLUS_PLUS] = ACTIONS(1384), - [anon_sym_sizeof] = ACTIONS(1382), - [anon_sym___alignof__] = ACTIONS(1382), - [anon_sym___alignof] = ACTIONS(1382), - [anon_sym__alignof] = ACTIONS(1382), - [anon_sym_alignof] = ACTIONS(1382), - [anon_sym__Alignof] = ACTIONS(1382), - [anon_sym_offsetof] = ACTIONS(1382), - [anon_sym__Generic] = ACTIONS(1382), - [anon_sym_asm] = ACTIONS(1382), - [anon_sym___asm__] = ACTIONS(1382), - [sym_number_literal] = ACTIONS(1384), - [anon_sym_L_SQUOTE] = ACTIONS(1384), - [anon_sym_u_SQUOTE] = ACTIONS(1384), - [anon_sym_U_SQUOTE] = ACTIONS(1384), - [anon_sym_u8_SQUOTE] = ACTIONS(1384), - [anon_sym_SQUOTE] = ACTIONS(1384), - [anon_sym_L_DQUOTE] = ACTIONS(1384), - [anon_sym_u_DQUOTE] = ACTIONS(1384), - [anon_sym_U_DQUOTE] = ACTIONS(1384), - [anon_sym_u8_DQUOTE] = ACTIONS(1384), - [anon_sym_DQUOTE] = ACTIONS(1384), - [sym_true] = ACTIONS(1382), - [sym_false] = ACTIONS(1382), - [anon_sym_NULL] = ACTIONS(1382), - [anon_sym_nullptr] = ACTIONS(1382), + [153] = { + [sym_identifier] = ACTIONS(1458), + [aux_sym_preproc_include_token1] = ACTIONS(1458), + [aux_sym_preproc_def_token1] = ACTIONS(1458), + [aux_sym_preproc_if_token1] = ACTIONS(1458), + [aux_sym_preproc_if_token2] = ACTIONS(1458), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1458), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1458), + [aux_sym_preproc_else_token1] = ACTIONS(1458), + [aux_sym_preproc_elif_token1] = ACTIONS(1458), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1458), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1458), + [sym_preproc_directive] = ACTIONS(1458), + [anon_sym_LPAREN2] = ACTIONS(1460), + [anon_sym_BANG] = ACTIONS(1460), + [anon_sym_TILDE] = ACTIONS(1460), + [anon_sym_DASH] = ACTIONS(1458), + [anon_sym_PLUS] = ACTIONS(1458), + [anon_sym_STAR] = ACTIONS(1460), + [anon_sym_AMP] = ACTIONS(1460), + [anon_sym_subroutine] = ACTIONS(1458), + [anon_sym_invariant] = ACTIONS(1458), + [anon_sym_precise] = ACTIONS(1458), + [anon_sym_SEMI] = ACTIONS(1460), + [anon_sym_in] = ACTIONS(1458), + [anon_sym_out] = ACTIONS(1458), + [anon_sym_inout] = ACTIONS(1458), + [anon_sym_uniform] = ACTIONS(1458), + [anon_sym_shared] = ACTIONS(1458), + [anon_sym_attribute] = ACTIONS(1458), + [anon_sym_varying] = ACTIONS(1458), + [anon_sym_buffer] = ACTIONS(1458), + [anon_sym_coherent] = ACTIONS(1458), + [anon_sym_readonly] = ACTIONS(1458), + [anon_sym_writeonly] = ACTIONS(1458), + [anon_sym_precision] = ACTIONS(1458), + [anon_sym_highp] = ACTIONS(1458), + [anon_sym_mediump] = ACTIONS(1458), + [anon_sym_lowp] = ACTIONS(1458), + [anon_sym_centroid] = ACTIONS(1458), + [anon_sym_sample] = ACTIONS(1458), + [anon_sym_patch] = ACTIONS(1458), + [anon_sym_smooth] = ACTIONS(1458), + [anon_sym_flat] = ACTIONS(1458), + [anon_sym_noperspective] = ACTIONS(1458), + [anon_sym___extension__] = ACTIONS(1458), + [anon_sym_typedef] = ACTIONS(1458), + [anon_sym_extern] = ACTIONS(1458), + [anon_sym___attribute__] = ACTIONS(1458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1460), + [anon_sym___declspec] = ACTIONS(1458), + [anon_sym___cdecl] = ACTIONS(1458), + [anon_sym___clrcall] = ACTIONS(1458), + [anon_sym___stdcall] = ACTIONS(1458), + [anon_sym___fastcall] = ACTIONS(1458), + [anon_sym___thiscall] = ACTIONS(1458), + [anon_sym___vectorcall] = ACTIONS(1458), + [anon_sym_LBRACE] = ACTIONS(1460), + [anon_sym_signed] = ACTIONS(1458), + [anon_sym_unsigned] = ACTIONS(1458), + [anon_sym_long] = ACTIONS(1458), + [anon_sym_short] = ACTIONS(1458), + [anon_sym_static] = ACTIONS(1458), + [anon_sym_auto] = ACTIONS(1458), + [anon_sym_register] = ACTIONS(1458), + [anon_sym_inline] = ACTIONS(1458), + [anon_sym___inline] = ACTIONS(1458), + [anon_sym___inline__] = ACTIONS(1458), + [anon_sym___forceinline] = ACTIONS(1458), + [anon_sym_thread_local] = ACTIONS(1458), + [anon_sym___thread] = ACTIONS(1458), + [anon_sym_const] = ACTIONS(1458), + [anon_sym_constexpr] = ACTIONS(1458), + [anon_sym_volatile] = ACTIONS(1458), + [anon_sym_restrict] = ACTIONS(1458), + [anon_sym___restrict__] = ACTIONS(1458), + [anon_sym__Atomic] = ACTIONS(1458), + [anon_sym__Noreturn] = ACTIONS(1458), + [anon_sym_noreturn] = ACTIONS(1458), + [sym_primitive_type] = ACTIONS(1458), + [anon_sym_enum] = ACTIONS(1458), + [anon_sym_struct] = ACTIONS(1458), + [anon_sym_union] = ACTIONS(1458), + [anon_sym_if] = ACTIONS(1458), + [anon_sym_switch] = ACTIONS(1458), + [anon_sym_case] = ACTIONS(1458), + [anon_sym_default] = ACTIONS(1458), + [anon_sym_while] = ACTIONS(1458), + [anon_sym_do] = ACTIONS(1458), + [anon_sym_for] = ACTIONS(1458), + [anon_sym_return] = ACTIONS(1458), + [anon_sym_break] = ACTIONS(1458), + [anon_sym_continue] = ACTIONS(1458), + [anon_sym_goto] = ACTIONS(1458), + [anon_sym_DASH_DASH] = ACTIONS(1460), + [anon_sym_PLUS_PLUS] = ACTIONS(1460), + [anon_sym_sizeof] = ACTIONS(1458), + [anon_sym___alignof__] = ACTIONS(1458), + [anon_sym___alignof] = ACTIONS(1458), + [anon_sym__alignof] = ACTIONS(1458), + [anon_sym_alignof] = ACTIONS(1458), + [anon_sym__Alignof] = ACTIONS(1458), + [anon_sym_offsetof] = ACTIONS(1458), + [anon_sym__Generic] = ACTIONS(1458), + [anon_sym_asm] = ACTIONS(1458), + [anon_sym___asm__] = ACTIONS(1458), + [sym_number_literal] = ACTIONS(1460), + [anon_sym_L_SQUOTE] = ACTIONS(1460), + [anon_sym_u_SQUOTE] = ACTIONS(1460), + [anon_sym_U_SQUOTE] = ACTIONS(1460), + [anon_sym_u8_SQUOTE] = ACTIONS(1460), + [anon_sym_SQUOTE] = ACTIONS(1460), + [anon_sym_L_DQUOTE] = ACTIONS(1460), + [anon_sym_u_DQUOTE] = ACTIONS(1460), + [anon_sym_U_DQUOTE] = ACTIONS(1460), + [anon_sym_u8_DQUOTE] = ACTIONS(1460), + [anon_sym_DQUOTE] = ACTIONS(1460), + [sym_true] = ACTIONS(1458), + [sym_false] = ACTIONS(1458), + [anon_sym_NULL] = ACTIONS(1458), + [anon_sym_nullptr] = ACTIONS(1458), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1382), - [anon_sym_rayPayloadInEXT] = ACTIONS(1382), - [anon_sym_hitAttributeEXT] = ACTIONS(1382), - [anon_sym_callableDataEXT] = ACTIONS(1382), - [anon_sym_callableDataInEXT] = ACTIONS(1382), - [anon_sym_shaderRecordEXT] = ACTIONS(1382), - [anon_sym_rayPayloadNV] = ACTIONS(1382), - [anon_sym_rayPayloadInNV] = ACTIONS(1382), - [anon_sym_hitAttributeNV] = ACTIONS(1382), - [anon_sym_callableDataNV] = ACTIONS(1382), - [anon_sym_callableDataInNV] = ACTIONS(1382), - [anon_sym_shaderRecordNV] = ACTIONS(1382), - [anon_sym_layout] = ACTIONS(1382), + [anon_sym_rayPayloadEXT] = ACTIONS(1458), + [anon_sym_rayPayloadInEXT] = ACTIONS(1458), + [anon_sym_hitAttributeEXT] = ACTIONS(1458), + [anon_sym_callableDataEXT] = ACTIONS(1458), + [anon_sym_callableDataInEXT] = ACTIONS(1458), + [anon_sym_shaderRecordEXT] = ACTIONS(1458), + [anon_sym_rayPayloadNV] = ACTIONS(1458), + [anon_sym_rayPayloadInNV] = ACTIONS(1458), + [anon_sym_hitAttributeNV] = ACTIONS(1458), + [anon_sym_callableDataNV] = ACTIONS(1458), + [anon_sym_callableDataInNV] = ACTIONS(1458), + [anon_sym_shaderRecordNV] = ACTIONS(1458), + [anon_sym_layout] = ACTIONS(1458), }, - [167] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [aux_sym_preproc_else_token1] = ACTIONS(1354), - [aux_sym_preproc_elif_token1] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [154] = { + [sym_identifier] = ACTIONS(1536), + [aux_sym_preproc_include_token1] = ACTIONS(1536), + [aux_sym_preproc_def_token1] = ACTIONS(1536), + [aux_sym_preproc_if_token1] = ACTIONS(1536), + [aux_sym_preproc_if_token2] = ACTIONS(1536), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1536), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1536), + [aux_sym_preproc_else_token1] = ACTIONS(1536), + [aux_sym_preproc_elif_token1] = ACTIONS(1536), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1536), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1536), + [sym_preproc_directive] = ACTIONS(1536), + [anon_sym_LPAREN2] = ACTIONS(1538), + [anon_sym_BANG] = ACTIONS(1538), + [anon_sym_TILDE] = ACTIONS(1538), + [anon_sym_DASH] = ACTIONS(1536), + [anon_sym_PLUS] = ACTIONS(1536), + [anon_sym_STAR] = ACTIONS(1538), + [anon_sym_AMP] = ACTIONS(1538), + [anon_sym_subroutine] = ACTIONS(1536), + [anon_sym_invariant] = ACTIONS(1536), + [anon_sym_precise] = ACTIONS(1536), + [anon_sym_SEMI] = ACTIONS(1538), + [anon_sym_in] = ACTIONS(1536), + [anon_sym_out] = ACTIONS(1536), + [anon_sym_inout] = ACTIONS(1536), + [anon_sym_uniform] = ACTIONS(1536), + [anon_sym_shared] = ACTIONS(1536), + [anon_sym_attribute] = ACTIONS(1536), + [anon_sym_varying] = ACTIONS(1536), + [anon_sym_buffer] = ACTIONS(1536), + [anon_sym_coherent] = ACTIONS(1536), + [anon_sym_readonly] = ACTIONS(1536), + [anon_sym_writeonly] = ACTIONS(1536), + [anon_sym_precision] = ACTIONS(1536), + [anon_sym_highp] = ACTIONS(1536), + [anon_sym_mediump] = ACTIONS(1536), + [anon_sym_lowp] = ACTIONS(1536), + [anon_sym_centroid] = ACTIONS(1536), + [anon_sym_sample] = ACTIONS(1536), + [anon_sym_patch] = ACTIONS(1536), + [anon_sym_smooth] = ACTIONS(1536), + [anon_sym_flat] = ACTIONS(1536), + [anon_sym_noperspective] = ACTIONS(1536), + [anon_sym___extension__] = ACTIONS(1536), + [anon_sym_typedef] = ACTIONS(1536), + [anon_sym_extern] = ACTIONS(1536), + [anon_sym___attribute__] = ACTIONS(1536), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1538), + [anon_sym___declspec] = ACTIONS(1536), + [anon_sym___cdecl] = ACTIONS(1536), + [anon_sym___clrcall] = ACTIONS(1536), + [anon_sym___stdcall] = ACTIONS(1536), + [anon_sym___fastcall] = ACTIONS(1536), + [anon_sym___thiscall] = ACTIONS(1536), + [anon_sym___vectorcall] = ACTIONS(1536), + [anon_sym_LBRACE] = ACTIONS(1538), + [anon_sym_signed] = ACTIONS(1536), + [anon_sym_unsigned] = ACTIONS(1536), + [anon_sym_long] = ACTIONS(1536), + [anon_sym_short] = ACTIONS(1536), + [anon_sym_static] = ACTIONS(1536), + [anon_sym_auto] = ACTIONS(1536), + [anon_sym_register] = ACTIONS(1536), + [anon_sym_inline] = ACTIONS(1536), + [anon_sym___inline] = ACTIONS(1536), + [anon_sym___inline__] = ACTIONS(1536), + [anon_sym___forceinline] = ACTIONS(1536), + [anon_sym_thread_local] = ACTIONS(1536), + [anon_sym___thread] = ACTIONS(1536), + [anon_sym_const] = ACTIONS(1536), + [anon_sym_constexpr] = ACTIONS(1536), + [anon_sym_volatile] = ACTIONS(1536), + [anon_sym_restrict] = ACTIONS(1536), + [anon_sym___restrict__] = ACTIONS(1536), + [anon_sym__Atomic] = ACTIONS(1536), + [anon_sym__Noreturn] = ACTIONS(1536), + [anon_sym_noreturn] = ACTIONS(1536), + [sym_primitive_type] = ACTIONS(1536), + [anon_sym_enum] = ACTIONS(1536), + [anon_sym_struct] = ACTIONS(1536), + [anon_sym_union] = ACTIONS(1536), + [anon_sym_if] = ACTIONS(1536), + [anon_sym_switch] = ACTIONS(1536), + [anon_sym_case] = ACTIONS(1536), + [anon_sym_default] = ACTIONS(1536), + [anon_sym_while] = ACTIONS(1536), + [anon_sym_do] = ACTIONS(1536), + [anon_sym_for] = ACTIONS(1536), + [anon_sym_return] = ACTIONS(1536), + [anon_sym_break] = ACTIONS(1536), + [anon_sym_continue] = ACTIONS(1536), + [anon_sym_goto] = ACTIONS(1536), + [anon_sym_DASH_DASH] = ACTIONS(1538), + [anon_sym_PLUS_PLUS] = ACTIONS(1538), + [anon_sym_sizeof] = ACTIONS(1536), + [anon_sym___alignof__] = ACTIONS(1536), + [anon_sym___alignof] = ACTIONS(1536), + [anon_sym__alignof] = ACTIONS(1536), + [anon_sym_alignof] = ACTIONS(1536), + [anon_sym__Alignof] = ACTIONS(1536), + [anon_sym_offsetof] = ACTIONS(1536), + [anon_sym__Generic] = ACTIONS(1536), + [anon_sym_asm] = ACTIONS(1536), + [anon_sym___asm__] = ACTIONS(1536), + [sym_number_literal] = ACTIONS(1538), + [anon_sym_L_SQUOTE] = ACTIONS(1538), + [anon_sym_u_SQUOTE] = ACTIONS(1538), + [anon_sym_U_SQUOTE] = ACTIONS(1538), + [anon_sym_u8_SQUOTE] = ACTIONS(1538), + [anon_sym_SQUOTE] = ACTIONS(1538), + [anon_sym_L_DQUOTE] = ACTIONS(1538), + [anon_sym_u_DQUOTE] = ACTIONS(1538), + [anon_sym_U_DQUOTE] = ACTIONS(1538), + [anon_sym_u8_DQUOTE] = ACTIONS(1538), + [anon_sym_DQUOTE] = ACTIONS(1538), + [sym_true] = ACTIONS(1536), + [sym_false] = ACTIONS(1536), + [anon_sym_NULL] = ACTIONS(1536), + [anon_sym_nullptr] = ACTIONS(1536), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1536), + [anon_sym_rayPayloadInEXT] = ACTIONS(1536), + [anon_sym_hitAttributeEXT] = ACTIONS(1536), + [anon_sym_callableDataEXT] = ACTIONS(1536), + [anon_sym_callableDataInEXT] = ACTIONS(1536), + [anon_sym_shaderRecordEXT] = ACTIONS(1536), + [anon_sym_rayPayloadNV] = ACTIONS(1536), + [anon_sym_rayPayloadInNV] = ACTIONS(1536), + [anon_sym_hitAttributeNV] = ACTIONS(1536), + [anon_sym_callableDataNV] = ACTIONS(1536), + [anon_sym_callableDataInNV] = ACTIONS(1536), + [anon_sym_shaderRecordNV] = ACTIONS(1536), + [anon_sym_layout] = ACTIONS(1536), }, - [168] = { - [sym_identifier] = ACTIONS(1390), - [aux_sym_preproc_include_token1] = ACTIONS(1390), - [aux_sym_preproc_def_token1] = ACTIONS(1390), - [aux_sym_preproc_if_token1] = ACTIONS(1390), - [aux_sym_preproc_if_token2] = ACTIONS(1390), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1390), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1390), - [aux_sym_preproc_else_token1] = ACTIONS(1390), - [aux_sym_preproc_elif_token1] = ACTIONS(1390), - [sym_preproc_directive] = ACTIONS(1390), - [anon_sym_LPAREN2] = ACTIONS(1392), - [anon_sym_BANG] = ACTIONS(1392), - [anon_sym_TILDE] = ACTIONS(1392), - [anon_sym_DASH] = ACTIONS(1390), - [anon_sym_PLUS] = ACTIONS(1390), - [anon_sym_STAR] = ACTIONS(1392), - [anon_sym_AMP] = ACTIONS(1392), - [anon_sym_subroutine] = ACTIONS(1390), - [anon_sym_invariant] = ACTIONS(1390), - [anon_sym_precise] = ACTIONS(1390), - [anon_sym_SEMI] = ACTIONS(1392), - [anon_sym_in] = ACTIONS(1390), - [anon_sym_out] = ACTIONS(1390), - [anon_sym_inout] = ACTIONS(1390), - [anon_sym_uniform] = ACTIONS(1390), - [anon_sym_shared] = ACTIONS(1390), - [anon_sym_attribute] = ACTIONS(1390), - [anon_sym_varying] = ACTIONS(1390), - [anon_sym_buffer] = ACTIONS(1390), - [anon_sym_coherent] = ACTIONS(1390), - [anon_sym_readonly] = ACTIONS(1390), - [anon_sym_writeonly] = ACTIONS(1390), - [anon_sym_precision] = ACTIONS(1390), - [anon_sym_highp] = ACTIONS(1390), - [anon_sym_mediump] = ACTIONS(1390), - [anon_sym_lowp] = ACTIONS(1390), - [anon_sym_centroid] = ACTIONS(1390), - [anon_sym_sample] = ACTIONS(1390), - [anon_sym_patch] = ACTIONS(1390), - [anon_sym_smooth] = ACTIONS(1390), - [anon_sym_flat] = ACTIONS(1390), - [anon_sym_noperspective] = ACTIONS(1390), - [anon_sym___extension__] = ACTIONS(1390), - [anon_sym_typedef] = ACTIONS(1390), - [anon_sym_extern] = ACTIONS(1390), - [anon_sym___attribute__] = ACTIONS(1390), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1392), - [anon_sym___declspec] = ACTIONS(1390), - [anon_sym___cdecl] = ACTIONS(1390), - [anon_sym___clrcall] = ACTIONS(1390), - [anon_sym___stdcall] = ACTIONS(1390), - [anon_sym___fastcall] = ACTIONS(1390), - [anon_sym___thiscall] = ACTIONS(1390), - [anon_sym___vectorcall] = ACTIONS(1390), - [anon_sym_LBRACE] = ACTIONS(1392), - [anon_sym_signed] = ACTIONS(1390), - [anon_sym_unsigned] = ACTIONS(1390), - [anon_sym_long] = ACTIONS(1390), - [anon_sym_short] = ACTIONS(1390), - [anon_sym_static] = ACTIONS(1390), - [anon_sym_auto] = ACTIONS(1390), - [anon_sym_register] = ACTIONS(1390), - [anon_sym_inline] = ACTIONS(1390), - [anon_sym___inline] = ACTIONS(1390), - [anon_sym___inline__] = ACTIONS(1390), - [anon_sym___forceinline] = ACTIONS(1390), - [anon_sym_thread_local] = ACTIONS(1390), - [anon_sym___thread] = ACTIONS(1390), - [anon_sym_const] = ACTIONS(1390), - [anon_sym_constexpr] = ACTIONS(1390), - [anon_sym_volatile] = ACTIONS(1390), - [anon_sym_restrict] = ACTIONS(1390), - [anon_sym___restrict__] = ACTIONS(1390), - [anon_sym__Atomic] = ACTIONS(1390), - [anon_sym__Noreturn] = ACTIONS(1390), - [anon_sym_noreturn] = ACTIONS(1390), - [sym_primitive_type] = ACTIONS(1390), - [anon_sym_enum] = ACTIONS(1390), - [anon_sym_struct] = ACTIONS(1390), - [anon_sym_union] = ACTIONS(1390), - [anon_sym_if] = ACTIONS(1390), - [anon_sym_else] = ACTIONS(1390), - [anon_sym_switch] = ACTIONS(1390), - [anon_sym_case] = ACTIONS(1390), - [anon_sym_default] = ACTIONS(1390), - [anon_sym_while] = ACTIONS(1390), - [anon_sym_do] = ACTIONS(1390), - [anon_sym_for] = ACTIONS(1390), - [anon_sym_return] = ACTIONS(1390), - [anon_sym_break] = ACTIONS(1390), - [anon_sym_continue] = ACTIONS(1390), - [anon_sym_goto] = ACTIONS(1390), - [anon_sym_DASH_DASH] = ACTIONS(1392), - [anon_sym_PLUS_PLUS] = ACTIONS(1392), - [anon_sym_sizeof] = ACTIONS(1390), - [anon_sym___alignof__] = ACTIONS(1390), - [anon_sym___alignof] = ACTIONS(1390), - [anon_sym__alignof] = ACTIONS(1390), - [anon_sym_alignof] = ACTIONS(1390), - [anon_sym__Alignof] = ACTIONS(1390), - [anon_sym_offsetof] = ACTIONS(1390), - [anon_sym__Generic] = ACTIONS(1390), - [anon_sym_asm] = ACTIONS(1390), - [anon_sym___asm__] = ACTIONS(1390), - [sym_number_literal] = ACTIONS(1392), - [anon_sym_L_SQUOTE] = ACTIONS(1392), - [anon_sym_u_SQUOTE] = ACTIONS(1392), - [anon_sym_U_SQUOTE] = ACTIONS(1392), - [anon_sym_u8_SQUOTE] = ACTIONS(1392), - [anon_sym_SQUOTE] = ACTIONS(1392), - [anon_sym_L_DQUOTE] = ACTIONS(1392), - [anon_sym_u_DQUOTE] = ACTIONS(1392), - [anon_sym_U_DQUOTE] = ACTIONS(1392), - [anon_sym_u8_DQUOTE] = ACTIONS(1392), - [anon_sym_DQUOTE] = ACTIONS(1392), - [sym_true] = ACTIONS(1390), - [sym_false] = ACTIONS(1390), - [anon_sym_NULL] = ACTIONS(1390), - [anon_sym_nullptr] = ACTIONS(1390), + [155] = { + [sym_identifier] = ACTIONS(1540), + [aux_sym_preproc_include_token1] = ACTIONS(1540), + [aux_sym_preproc_def_token1] = ACTIONS(1540), + [aux_sym_preproc_if_token1] = ACTIONS(1540), + [aux_sym_preproc_if_token2] = ACTIONS(1540), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), + [aux_sym_preproc_else_token1] = ACTIONS(1540), + [aux_sym_preproc_elif_token1] = ACTIONS(1540), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1540), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1540), + [sym_preproc_directive] = ACTIONS(1540), + [anon_sym_LPAREN2] = ACTIONS(1542), + [anon_sym_BANG] = ACTIONS(1542), + [anon_sym_TILDE] = ACTIONS(1542), + [anon_sym_DASH] = ACTIONS(1540), + [anon_sym_PLUS] = ACTIONS(1540), + [anon_sym_STAR] = ACTIONS(1542), + [anon_sym_AMP] = ACTIONS(1542), + [anon_sym_subroutine] = ACTIONS(1540), + [anon_sym_invariant] = ACTIONS(1540), + [anon_sym_precise] = ACTIONS(1540), + [anon_sym_SEMI] = ACTIONS(1542), + [anon_sym_in] = ACTIONS(1540), + [anon_sym_out] = ACTIONS(1540), + [anon_sym_inout] = ACTIONS(1540), + [anon_sym_uniform] = ACTIONS(1540), + [anon_sym_shared] = ACTIONS(1540), + [anon_sym_attribute] = ACTIONS(1540), + [anon_sym_varying] = ACTIONS(1540), + [anon_sym_buffer] = ACTIONS(1540), + [anon_sym_coherent] = ACTIONS(1540), + [anon_sym_readonly] = ACTIONS(1540), + [anon_sym_writeonly] = ACTIONS(1540), + [anon_sym_precision] = ACTIONS(1540), + [anon_sym_highp] = ACTIONS(1540), + [anon_sym_mediump] = ACTIONS(1540), + [anon_sym_lowp] = ACTIONS(1540), + [anon_sym_centroid] = ACTIONS(1540), + [anon_sym_sample] = ACTIONS(1540), + [anon_sym_patch] = ACTIONS(1540), + [anon_sym_smooth] = ACTIONS(1540), + [anon_sym_flat] = ACTIONS(1540), + [anon_sym_noperspective] = ACTIONS(1540), + [anon_sym___extension__] = ACTIONS(1540), + [anon_sym_typedef] = ACTIONS(1540), + [anon_sym_extern] = ACTIONS(1540), + [anon_sym___attribute__] = ACTIONS(1540), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), + [anon_sym___declspec] = ACTIONS(1540), + [anon_sym___cdecl] = ACTIONS(1540), + [anon_sym___clrcall] = ACTIONS(1540), + [anon_sym___stdcall] = ACTIONS(1540), + [anon_sym___fastcall] = ACTIONS(1540), + [anon_sym___thiscall] = ACTIONS(1540), + [anon_sym___vectorcall] = ACTIONS(1540), + [anon_sym_LBRACE] = ACTIONS(1542), + [anon_sym_signed] = ACTIONS(1540), + [anon_sym_unsigned] = ACTIONS(1540), + [anon_sym_long] = ACTIONS(1540), + [anon_sym_short] = ACTIONS(1540), + [anon_sym_static] = ACTIONS(1540), + [anon_sym_auto] = ACTIONS(1540), + [anon_sym_register] = ACTIONS(1540), + [anon_sym_inline] = ACTIONS(1540), + [anon_sym___inline] = ACTIONS(1540), + [anon_sym___inline__] = ACTIONS(1540), + [anon_sym___forceinline] = ACTIONS(1540), + [anon_sym_thread_local] = ACTIONS(1540), + [anon_sym___thread] = ACTIONS(1540), + [anon_sym_const] = ACTIONS(1540), + [anon_sym_constexpr] = ACTIONS(1540), + [anon_sym_volatile] = ACTIONS(1540), + [anon_sym_restrict] = ACTIONS(1540), + [anon_sym___restrict__] = ACTIONS(1540), + [anon_sym__Atomic] = ACTIONS(1540), + [anon_sym__Noreturn] = ACTIONS(1540), + [anon_sym_noreturn] = ACTIONS(1540), + [sym_primitive_type] = ACTIONS(1540), + [anon_sym_enum] = ACTIONS(1540), + [anon_sym_struct] = ACTIONS(1540), + [anon_sym_union] = ACTIONS(1540), + [anon_sym_if] = ACTIONS(1540), + [anon_sym_switch] = ACTIONS(1540), + [anon_sym_case] = ACTIONS(1540), + [anon_sym_default] = ACTIONS(1540), + [anon_sym_while] = ACTIONS(1540), + [anon_sym_do] = ACTIONS(1540), + [anon_sym_for] = ACTIONS(1540), + [anon_sym_return] = ACTIONS(1540), + [anon_sym_break] = ACTIONS(1540), + [anon_sym_continue] = ACTIONS(1540), + [anon_sym_goto] = ACTIONS(1540), + [anon_sym_DASH_DASH] = ACTIONS(1542), + [anon_sym_PLUS_PLUS] = ACTIONS(1542), + [anon_sym_sizeof] = ACTIONS(1540), + [anon_sym___alignof__] = ACTIONS(1540), + [anon_sym___alignof] = ACTIONS(1540), + [anon_sym__alignof] = ACTIONS(1540), + [anon_sym_alignof] = ACTIONS(1540), + [anon_sym__Alignof] = ACTIONS(1540), + [anon_sym_offsetof] = ACTIONS(1540), + [anon_sym__Generic] = ACTIONS(1540), + [anon_sym_asm] = ACTIONS(1540), + [anon_sym___asm__] = ACTIONS(1540), + [sym_number_literal] = ACTIONS(1542), + [anon_sym_L_SQUOTE] = ACTIONS(1542), + [anon_sym_u_SQUOTE] = ACTIONS(1542), + [anon_sym_U_SQUOTE] = ACTIONS(1542), + [anon_sym_u8_SQUOTE] = ACTIONS(1542), + [anon_sym_SQUOTE] = ACTIONS(1542), + [anon_sym_L_DQUOTE] = ACTIONS(1542), + [anon_sym_u_DQUOTE] = ACTIONS(1542), + [anon_sym_U_DQUOTE] = ACTIONS(1542), + [anon_sym_u8_DQUOTE] = ACTIONS(1542), + [anon_sym_DQUOTE] = ACTIONS(1542), + [sym_true] = ACTIONS(1540), + [sym_false] = ACTIONS(1540), + [anon_sym_NULL] = ACTIONS(1540), + [anon_sym_nullptr] = ACTIONS(1540), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1390), - [anon_sym_rayPayloadInEXT] = ACTIONS(1390), - [anon_sym_hitAttributeEXT] = ACTIONS(1390), - [anon_sym_callableDataEXT] = ACTIONS(1390), - [anon_sym_callableDataInEXT] = ACTIONS(1390), - [anon_sym_shaderRecordEXT] = ACTIONS(1390), - [anon_sym_rayPayloadNV] = ACTIONS(1390), - [anon_sym_rayPayloadInNV] = ACTIONS(1390), - [anon_sym_hitAttributeNV] = ACTIONS(1390), - [anon_sym_callableDataNV] = ACTIONS(1390), - [anon_sym_callableDataInNV] = ACTIONS(1390), - [anon_sym_shaderRecordNV] = ACTIONS(1390), - [anon_sym_layout] = ACTIONS(1390), + [anon_sym_rayPayloadEXT] = ACTIONS(1540), + [anon_sym_rayPayloadInEXT] = ACTIONS(1540), + [anon_sym_hitAttributeEXT] = ACTIONS(1540), + [anon_sym_callableDataEXT] = ACTIONS(1540), + [anon_sym_callableDataInEXT] = ACTIONS(1540), + [anon_sym_shaderRecordEXT] = ACTIONS(1540), + [anon_sym_rayPayloadNV] = ACTIONS(1540), + [anon_sym_rayPayloadInNV] = ACTIONS(1540), + [anon_sym_hitAttributeNV] = ACTIONS(1540), + [anon_sym_callableDataNV] = ACTIONS(1540), + [anon_sym_callableDataInNV] = ACTIONS(1540), + [anon_sym_shaderRecordNV] = ACTIONS(1540), + [anon_sym_layout] = ACTIONS(1540), }, - [169] = { - [sym_identifier] = ACTIONS(1426), - [aux_sym_preproc_include_token1] = ACTIONS(1426), - [aux_sym_preproc_def_token1] = ACTIONS(1426), - [aux_sym_preproc_if_token1] = ACTIONS(1426), - [aux_sym_preproc_if_token2] = ACTIONS(1426), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1426), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1426), - [aux_sym_preproc_else_token1] = ACTIONS(1426), - [aux_sym_preproc_elif_token1] = ACTIONS(1426), - [sym_preproc_directive] = ACTIONS(1426), - [anon_sym_LPAREN2] = ACTIONS(1428), - [anon_sym_BANG] = ACTIONS(1428), - [anon_sym_TILDE] = ACTIONS(1428), - [anon_sym_DASH] = ACTIONS(1426), - [anon_sym_PLUS] = ACTIONS(1426), - [anon_sym_STAR] = ACTIONS(1428), - [anon_sym_AMP] = ACTIONS(1428), - [anon_sym_subroutine] = ACTIONS(1426), - [anon_sym_invariant] = ACTIONS(1426), - [anon_sym_precise] = ACTIONS(1426), - [anon_sym_SEMI] = ACTIONS(1428), - [anon_sym_in] = ACTIONS(1426), - [anon_sym_out] = ACTIONS(1426), - [anon_sym_inout] = ACTIONS(1426), - [anon_sym_uniform] = ACTIONS(1426), - [anon_sym_shared] = ACTIONS(1426), - [anon_sym_attribute] = ACTIONS(1426), - [anon_sym_varying] = ACTIONS(1426), - [anon_sym_buffer] = ACTIONS(1426), - [anon_sym_coherent] = ACTIONS(1426), - [anon_sym_readonly] = ACTIONS(1426), - [anon_sym_writeonly] = ACTIONS(1426), - [anon_sym_precision] = ACTIONS(1426), - [anon_sym_highp] = ACTIONS(1426), - [anon_sym_mediump] = ACTIONS(1426), - [anon_sym_lowp] = ACTIONS(1426), - [anon_sym_centroid] = ACTIONS(1426), - [anon_sym_sample] = ACTIONS(1426), - [anon_sym_patch] = ACTIONS(1426), - [anon_sym_smooth] = ACTIONS(1426), - [anon_sym_flat] = ACTIONS(1426), - [anon_sym_noperspective] = ACTIONS(1426), - [anon_sym___extension__] = ACTIONS(1426), - [anon_sym_typedef] = ACTIONS(1426), - [anon_sym_extern] = ACTIONS(1426), - [anon_sym___attribute__] = ACTIONS(1426), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1428), - [anon_sym___declspec] = ACTIONS(1426), - [anon_sym___cdecl] = ACTIONS(1426), - [anon_sym___clrcall] = ACTIONS(1426), - [anon_sym___stdcall] = ACTIONS(1426), - [anon_sym___fastcall] = ACTIONS(1426), - [anon_sym___thiscall] = ACTIONS(1426), - [anon_sym___vectorcall] = ACTIONS(1426), - [anon_sym_LBRACE] = ACTIONS(1428), - [anon_sym_signed] = ACTIONS(1426), - [anon_sym_unsigned] = ACTIONS(1426), - [anon_sym_long] = ACTIONS(1426), - [anon_sym_short] = ACTIONS(1426), - [anon_sym_static] = ACTIONS(1426), - [anon_sym_auto] = ACTIONS(1426), - [anon_sym_register] = ACTIONS(1426), - [anon_sym_inline] = ACTIONS(1426), - [anon_sym___inline] = ACTIONS(1426), - [anon_sym___inline__] = ACTIONS(1426), - [anon_sym___forceinline] = ACTIONS(1426), - [anon_sym_thread_local] = ACTIONS(1426), - [anon_sym___thread] = ACTIONS(1426), - [anon_sym_const] = ACTIONS(1426), - [anon_sym_constexpr] = ACTIONS(1426), - [anon_sym_volatile] = ACTIONS(1426), - [anon_sym_restrict] = ACTIONS(1426), - [anon_sym___restrict__] = ACTIONS(1426), - [anon_sym__Atomic] = ACTIONS(1426), - [anon_sym__Noreturn] = ACTIONS(1426), - [anon_sym_noreturn] = ACTIONS(1426), - [sym_primitive_type] = ACTIONS(1426), - [anon_sym_enum] = ACTIONS(1426), - [anon_sym_struct] = ACTIONS(1426), - [anon_sym_union] = ACTIONS(1426), - [anon_sym_if] = ACTIONS(1426), - [anon_sym_else] = ACTIONS(1426), - [anon_sym_switch] = ACTIONS(1426), - [anon_sym_case] = ACTIONS(1426), - [anon_sym_default] = ACTIONS(1426), - [anon_sym_while] = ACTIONS(1426), - [anon_sym_do] = ACTIONS(1426), - [anon_sym_for] = ACTIONS(1426), - [anon_sym_return] = ACTIONS(1426), - [anon_sym_break] = ACTIONS(1426), - [anon_sym_continue] = ACTIONS(1426), - [anon_sym_goto] = ACTIONS(1426), - [anon_sym_DASH_DASH] = ACTIONS(1428), - [anon_sym_PLUS_PLUS] = ACTIONS(1428), - [anon_sym_sizeof] = ACTIONS(1426), - [anon_sym___alignof__] = ACTIONS(1426), - [anon_sym___alignof] = ACTIONS(1426), - [anon_sym__alignof] = ACTIONS(1426), - [anon_sym_alignof] = ACTIONS(1426), - [anon_sym__Alignof] = ACTIONS(1426), - [anon_sym_offsetof] = ACTIONS(1426), - [anon_sym__Generic] = ACTIONS(1426), - [anon_sym_asm] = ACTIONS(1426), - [anon_sym___asm__] = ACTIONS(1426), - [sym_number_literal] = ACTIONS(1428), - [anon_sym_L_SQUOTE] = ACTIONS(1428), - [anon_sym_u_SQUOTE] = ACTIONS(1428), - [anon_sym_U_SQUOTE] = ACTIONS(1428), - [anon_sym_u8_SQUOTE] = ACTIONS(1428), - [anon_sym_SQUOTE] = ACTIONS(1428), - [anon_sym_L_DQUOTE] = ACTIONS(1428), - [anon_sym_u_DQUOTE] = ACTIONS(1428), - [anon_sym_U_DQUOTE] = ACTIONS(1428), - [anon_sym_u8_DQUOTE] = ACTIONS(1428), - [anon_sym_DQUOTE] = ACTIONS(1428), - [sym_true] = ACTIONS(1426), - [sym_false] = ACTIONS(1426), - [anon_sym_NULL] = ACTIONS(1426), - [anon_sym_nullptr] = ACTIONS(1426), + [156] = { + [sym_identifier] = ACTIONS(1544), + [aux_sym_preproc_include_token1] = ACTIONS(1544), + [aux_sym_preproc_def_token1] = ACTIONS(1544), + [aux_sym_preproc_if_token1] = ACTIONS(1544), + [aux_sym_preproc_if_token2] = ACTIONS(1544), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1544), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1544), + [aux_sym_preproc_else_token1] = ACTIONS(1544), + [aux_sym_preproc_elif_token1] = ACTIONS(1544), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1544), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1544), + [sym_preproc_directive] = ACTIONS(1544), + [anon_sym_LPAREN2] = ACTIONS(1546), + [anon_sym_BANG] = ACTIONS(1546), + [anon_sym_TILDE] = ACTIONS(1546), + [anon_sym_DASH] = ACTIONS(1544), + [anon_sym_PLUS] = ACTIONS(1544), + [anon_sym_STAR] = ACTIONS(1546), + [anon_sym_AMP] = ACTIONS(1546), + [anon_sym_subroutine] = ACTIONS(1544), + [anon_sym_invariant] = ACTIONS(1544), + [anon_sym_precise] = ACTIONS(1544), + [anon_sym_SEMI] = ACTIONS(1546), + [anon_sym_in] = ACTIONS(1544), + [anon_sym_out] = ACTIONS(1544), + [anon_sym_inout] = ACTIONS(1544), + [anon_sym_uniform] = ACTIONS(1544), + [anon_sym_shared] = ACTIONS(1544), + [anon_sym_attribute] = ACTIONS(1544), + [anon_sym_varying] = ACTIONS(1544), + [anon_sym_buffer] = ACTIONS(1544), + [anon_sym_coherent] = ACTIONS(1544), + [anon_sym_readonly] = ACTIONS(1544), + [anon_sym_writeonly] = ACTIONS(1544), + [anon_sym_precision] = ACTIONS(1544), + [anon_sym_highp] = ACTIONS(1544), + [anon_sym_mediump] = ACTIONS(1544), + [anon_sym_lowp] = ACTIONS(1544), + [anon_sym_centroid] = ACTIONS(1544), + [anon_sym_sample] = ACTIONS(1544), + [anon_sym_patch] = ACTIONS(1544), + [anon_sym_smooth] = ACTIONS(1544), + [anon_sym_flat] = ACTIONS(1544), + [anon_sym_noperspective] = ACTIONS(1544), + [anon_sym___extension__] = ACTIONS(1544), + [anon_sym_typedef] = ACTIONS(1544), + [anon_sym_extern] = ACTIONS(1544), + [anon_sym___attribute__] = ACTIONS(1544), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1546), + [anon_sym___declspec] = ACTIONS(1544), + [anon_sym___cdecl] = ACTIONS(1544), + [anon_sym___clrcall] = ACTIONS(1544), + [anon_sym___stdcall] = ACTIONS(1544), + [anon_sym___fastcall] = ACTIONS(1544), + [anon_sym___thiscall] = ACTIONS(1544), + [anon_sym___vectorcall] = ACTIONS(1544), + [anon_sym_LBRACE] = ACTIONS(1546), + [anon_sym_signed] = ACTIONS(1544), + [anon_sym_unsigned] = ACTIONS(1544), + [anon_sym_long] = ACTIONS(1544), + [anon_sym_short] = ACTIONS(1544), + [anon_sym_static] = ACTIONS(1544), + [anon_sym_auto] = ACTIONS(1544), + [anon_sym_register] = ACTIONS(1544), + [anon_sym_inline] = ACTIONS(1544), + [anon_sym___inline] = ACTIONS(1544), + [anon_sym___inline__] = ACTIONS(1544), + [anon_sym___forceinline] = ACTIONS(1544), + [anon_sym_thread_local] = ACTIONS(1544), + [anon_sym___thread] = ACTIONS(1544), + [anon_sym_const] = ACTIONS(1544), + [anon_sym_constexpr] = ACTIONS(1544), + [anon_sym_volatile] = ACTIONS(1544), + [anon_sym_restrict] = ACTIONS(1544), + [anon_sym___restrict__] = ACTIONS(1544), + [anon_sym__Atomic] = ACTIONS(1544), + [anon_sym__Noreturn] = ACTIONS(1544), + [anon_sym_noreturn] = ACTIONS(1544), + [sym_primitive_type] = ACTIONS(1544), + [anon_sym_enum] = ACTIONS(1544), + [anon_sym_struct] = ACTIONS(1544), + [anon_sym_union] = ACTIONS(1544), + [anon_sym_if] = ACTIONS(1544), + [anon_sym_switch] = ACTIONS(1544), + [anon_sym_case] = ACTIONS(1544), + [anon_sym_default] = ACTIONS(1544), + [anon_sym_while] = ACTIONS(1544), + [anon_sym_do] = ACTIONS(1544), + [anon_sym_for] = ACTIONS(1544), + [anon_sym_return] = ACTIONS(1544), + [anon_sym_break] = ACTIONS(1544), + [anon_sym_continue] = ACTIONS(1544), + [anon_sym_goto] = ACTIONS(1544), + [anon_sym_DASH_DASH] = ACTIONS(1546), + [anon_sym_PLUS_PLUS] = ACTIONS(1546), + [anon_sym_sizeof] = ACTIONS(1544), + [anon_sym___alignof__] = ACTIONS(1544), + [anon_sym___alignof] = ACTIONS(1544), + [anon_sym__alignof] = ACTIONS(1544), + [anon_sym_alignof] = ACTIONS(1544), + [anon_sym__Alignof] = ACTIONS(1544), + [anon_sym_offsetof] = ACTIONS(1544), + [anon_sym__Generic] = ACTIONS(1544), + [anon_sym_asm] = ACTIONS(1544), + [anon_sym___asm__] = ACTIONS(1544), + [sym_number_literal] = ACTIONS(1546), + [anon_sym_L_SQUOTE] = ACTIONS(1546), + [anon_sym_u_SQUOTE] = ACTIONS(1546), + [anon_sym_U_SQUOTE] = ACTIONS(1546), + [anon_sym_u8_SQUOTE] = ACTIONS(1546), + [anon_sym_SQUOTE] = ACTIONS(1546), + [anon_sym_L_DQUOTE] = ACTIONS(1546), + [anon_sym_u_DQUOTE] = ACTIONS(1546), + [anon_sym_U_DQUOTE] = ACTIONS(1546), + [anon_sym_u8_DQUOTE] = ACTIONS(1546), + [anon_sym_DQUOTE] = ACTIONS(1546), + [sym_true] = ACTIONS(1544), + [sym_false] = ACTIONS(1544), + [anon_sym_NULL] = ACTIONS(1544), + [anon_sym_nullptr] = ACTIONS(1544), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1426), - [anon_sym_rayPayloadInEXT] = ACTIONS(1426), - [anon_sym_hitAttributeEXT] = ACTIONS(1426), - [anon_sym_callableDataEXT] = ACTIONS(1426), - [anon_sym_callableDataInEXT] = ACTIONS(1426), - [anon_sym_shaderRecordEXT] = ACTIONS(1426), - [anon_sym_rayPayloadNV] = ACTIONS(1426), - [anon_sym_rayPayloadInNV] = ACTIONS(1426), - [anon_sym_hitAttributeNV] = ACTIONS(1426), - [anon_sym_callableDataNV] = ACTIONS(1426), - [anon_sym_callableDataInNV] = ACTIONS(1426), - [anon_sym_shaderRecordNV] = ACTIONS(1426), - [anon_sym_layout] = ACTIONS(1426), + [anon_sym_rayPayloadEXT] = ACTIONS(1544), + [anon_sym_rayPayloadInEXT] = ACTIONS(1544), + [anon_sym_hitAttributeEXT] = ACTIONS(1544), + [anon_sym_callableDataEXT] = ACTIONS(1544), + [anon_sym_callableDataInEXT] = ACTIONS(1544), + [anon_sym_shaderRecordEXT] = ACTIONS(1544), + [anon_sym_rayPayloadNV] = ACTIONS(1544), + [anon_sym_rayPayloadInNV] = ACTIONS(1544), + [anon_sym_hitAttributeNV] = ACTIONS(1544), + [anon_sym_callableDataNV] = ACTIONS(1544), + [anon_sym_callableDataInNV] = ACTIONS(1544), + [anon_sym_shaderRecordNV] = ACTIONS(1544), + [anon_sym_layout] = ACTIONS(1544), }, - [170] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [aux_sym_preproc_else_token1] = ACTIONS(1354), - [aux_sym_preproc_elif_token1] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [157] = { + [sym_identifier] = ACTIONS(1548), + [aux_sym_preproc_include_token1] = ACTIONS(1548), + [aux_sym_preproc_def_token1] = ACTIONS(1548), + [aux_sym_preproc_if_token1] = ACTIONS(1548), + [aux_sym_preproc_if_token2] = ACTIONS(1548), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1548), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1548), + [aux_sym_preproc_else_token1] = ACTIONS(1548), + [aux_sym_preproc_elif_token1] = ACTIONS(1548), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1548), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1548), + [sym_preproc_directive] = ACTIONS(1548), + [anon_sym_LPAREN2] = ACTIONS(1550), + [anon_sym_BANG] = ACTIONS(1550), + [anon_sym_TILDE] = ACTIONS(1550), + [anon_sym_DASH] = ACTIONS(1548), + [anon_sym_PLUS] = ACTIONS(1548), + [anon_sym_STAR] = ACTIONS(1550), + [anon_sym_AMP] = ACTIONS(1550), + [anon_sym_subroutine] = ACTIONS(1548), + [anon_sym_invariant] = ACTIONS(1548), + [anon_sym_precise] = ACTIONS(1548), + [anon_sym_SEMI] = ACTIONS(1550), + [anon_sym_in] = ACTIONS(1548), + [anon_sym_out] = ACTIONS(1548), + [anon_sym_inout] = ACTIONS(1548), + [anon_sym_uniform] = ACTIONS(1548), + [anon_sym_shared] = ACTIONS(1548), + [anon_sym_attribute] = ACTIONS(1548), + [anon_sym_varying] = ACTIONS(1548), + [anon_sym_buffer] = ACTIONS(1548), + [anon_sym_coherent] = ACTIONS(1548), + [anon_sym_readonly] = ACTIONS(1548), + [anon_sym_writeonly] = ACTIONS(1548), + [anon_sym_precision] = ACTIONS(1548), + [anon_sym_highp] = ACTIONS(1548), + [anon_sym_mediump] = ACTIONS(1548), + [anon_sym_lowp] = ACTIONS(1548), + [anon_sym_centroid] = ACTIONS(1548), + [anon_sym_sample] = ACTIONS(1548), + [anon_sym_patch] = ACTIONS(1548), + [anon_sym_smooth] = ACTIONS(1548), + [anon_sym_flat] = ACTIONS(1548), + [anon_sym_noperspective] = ACTIONS(1548), + [anon_sym___extension__] = ACTIONS(1548), + [anon_sym_typedef] = ACTIONS(1548), + [anon_sym_extern] = ACTIONS(1548), + [anon_sym___attribute__] = ACTIONS(1548), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1550), + [anon_sym___declspec] = ACTIONS(1548), + [anon_sym___cdecl] = ACTIONS(1548), + [anon_sym___clrcall] = ACTIONS(1548), + [anon_sym___stdcall] = ACTIONS(1548), + [anon_sym___fastcall] = ACTIONS(1548), + [anon_sym___thiscall] = ACTIONS(1548), + [anon_sym___vectorcall] = ACTIONS(1548), + [anon_sym_LBRACE] = ACTIONS(1550), + [anon_sym_signed] = ACTIONS(1548), + [anon_sym_unsigned] = ACTIONS(1548), + [anon_sym_long] = ACTIONS(1548), + [anon_sym_short] = ACTIONS(1548), + [anon_sym_static] = ACTIONS(1548), + [anon_sym_auto] = ACTIONS(1548), + [anon_sym_register] = ACTIONS(1548), + [anon_sym_inline] = ACTIONS(1548), + [anon_sym___inline] = ACTIONS(1548), + [anon_sym___inline__] = ACTIONS(1548), + [anon_sym___forceinline] = ACTIONS(1548), + [anon_sym_thread_local] = ACTIONS(1548), + [anon_sym___thread] = ACTIONS(1548), + [anon_sym_const] = ACTIONS(1548), + [anon_sym_constexpr] = ACTIONS(1548), + [anon_sym_volatile] = ACTIONS(1548), + [anon_sym_restrict] = ACTIONS(1548), + [anon_sym___restrict__] = ACTIONS(1548), + [anon_sym__Atomic] = ACTIONS(1548), + [anon_sym__Noreturn] = ACTIONS(1548), + [anon_sym_noreturn] = ACTIONS(1548), + [sym_primitive_type] = ACTIONS(1548), + [anon_sym_enum] = ACTIONS(1548), + [anon_sym_struct] = ACTIONS(1548), + [anon_sym_union] = ACTIONS(1548), + [anon_sym_if] = ACTIONS(1548), + [anon_sym_switch] = ACTIONS(1548), + [anon_sym_case] = ACTIONS(1548), + [anon_sym_default] = ACTIONS(1548), + [anon_sym_while] = ACTIONS(1548), + [anon_sym_do] = ACTIONS(1548), + [anon_sym_for] = ACTIONS(1548), + [anon_sym_return] = ACTIONS(1548), + [anon_sym_break] = ACTIONS(1548), + [anon_sym_continue] = ACTIONS(1548), + [anon_sym_goto] = ACTIONS(1548), + [anon_sym_DASH_DASH] = ACTIONS(1550), + [anon_sym_PLUS_PLUS] = ACTIONS(1550), + [anon_sym_sizeof] = ACTIONS(1548), + [anon_sym___alignof__] = ACTIONS(1548), + [anon_sym___alignof] = ACTIONS(1548), + [anon_sym__alignof] = ACTIONS(1548), + [anon_sym_alignof] = ACTIONS(1548), + [anon_sym__Alignof] = ACTIONS(1548), + [anon_sym_offsetof] = ACTIONS(1548), + [anon_sym__Generic] = ACTIONS(1548), + [anon_sym_asm] = ACTIONS(1548), + [anon_sym___asm__] = ACTIONS(1548), + [sym_number_literal] = ACTIONS(1550), + [anon_sym_L_SQUOTE] = ACTIONS(1550), + [anon_sym_u_SQUOTE] = ACTIONS(1550), + [anon_sym_U_SQUOTE] = ACTIONS(1550), + [anon_sym_u8_SQUOTE] = ACTIONS(1550), + [anon_sym_SQUOTE] = ACTIONS(1550), + [anon_sym_L_DQUOTE] = ACTIONS(1550), + [anon_sym_u_DQUOTE] = ACTIONS(1550), + [anon_sym_U_DQUOTE] = ACTIONS(1550), + [anon_sym_u8_DQUOTE] = ACTIONS(1550), + [anon_sym_DQUOTE] = ACTIONS(1550), + [sym_true] = ACTIONS(1548), + [sym_false] = ACTIONS(1548), + [anon_sym_NULL] = ACTIONS(1548), + [anon_sym_nullptr] = ACTIONS(1548), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1548), + [anon_sym_rayPayloadInEXT] = ACTIONS(1548), + [anon_sym_hitAttributeEXT] = ACTIONS(1548), + [anon_sym_callableDataEXT] = ACTIONS(1548), + [anon_sym_callableDataInEXT] = ACTIONS(1548), + [anon_sym_shaderRecordEXT] = ACTIONS(1548), + [anon_sym_rayPayloadNV] = ACTIONS(1548), + [anon_sym_rayPayloadInNV] = ACTIONS(1548), + [anon_sym_hitAttributeNV] = ACTIONS(1548), + [anon_sym_callableDataNV] = ACTIONS(1548), + [anon_sym_callableDataInNV] = ACTIONS(1548), + [anon_sym_shaderRecordNV] = ACTIONS(1548), + [anon_sym_layout] = ACTIONS(1548), }, - [171] = { - [ts_builtin_sym_end] = ACTIONS(1452), - [sym_identifier] = ACTIONS(1450), - [aux_sym_preproc_include_token1] = ACTIONS(1450), - [aux_sym_preproc_def_token1] = ACTIONS(1450), - [anon_sym_COMMA] = ACTIONS(1452), - [anon_sym_RPAREN] = ACTIONS(1452), - [aux_sym_preproc_if_token1] = ACTIONS(1450), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1450), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1450), - [sym_preproc_directive] = ACTIONS(1450), - [anon_sym_LPAREN2] = ACTIONS(1452), - [anon_sym_BANG] = ACTIONS(1452), - [anon_sym_TILDE] = ACTIONS(1452), - [anon_sym_DASH] = ACTIONS(1450), - [anon_sym_PLUS] = ACTIONS(1450), - [anon_sym_STAR] = ACTIONS(1452), - [anon_sym_AMP] = ACTIONS(1452), - [anon_sym_subroutine] = ACTIONS(1450), - [anon_sym_invariant] = ACTIONS(1450), - [anon_sym_precise] = ACTIONS(1450), - [anon_sym_SEMI] = ACTIONS(1452), - [anon_sym_in] = ACTIONS(1450), - [anon_sym_out] = ACTIONS(1450), - [anon_sym_inout] = ACTIONS(1450), - [anon_sym_uniform] = ACTIONS(1450), - [anon_sym_shared] = ACTIONS(1450), - [anon_sym_attribute] = ACTIONS(1450), - [anon_sym_varying] = ACTIONS(1450), - [anon_sym_buffer] = ACTIONS(1450), - [anon_sym_coherent] = ACTIONS(1450), - [anon_sym_readonly] = ACTIONS(1450), - [anon_sym_writeonly] = ACTIONS(1450), - [anon_sym_precision] = ACTIONS(1450), - [anon_sym_highp] = ACTIONS(1450), - [anon_sym_mediump] = ACTIONS(1450), - [anon_sym_lowp] = ACTIONS(1450), - [anon_sym_centroid] = ACTIONS(1450), - [anon_sym_sample] = ACTIONS(1450), - [anon_sym_patch] = ACTIONS(1450), - [anon_sym_smooth] = ACTIONS(1450), - [anon_sym_flat] = ACTIONS(1450), - [anon_sym_noperspective] = ACTIONS(1450), - [anon_sym___extension__] = ACTIONS(1450), - [anon_sym_typedef] = ACTIONS(1450), - [anon_sym_extern] = ACTIONS(1450), - [anon_sym___attribute__] = ACTIONS(1450), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1452), - [anon_sym___declspec] = ACTIONS(1450), - [anon_sym___cdecl] = ACTIONS(1450), - [anon_sym___clrcall] = ACTIONS(1450), - [anon_sym___stdcall] = ACTIONS(1450), - [anon_sym___fastcall] = ACTIONS(1450), - [anon_sym___thiscall] = ACTIONS(1450), - [anon_sym___vectorcall] = ACTIONS(1450), - [anon_sym_LBRACE] = ACTIONS(1452), - [anon_sym_signed] = ACTIONS(1450), - [anon_sym_unsigned] = ACTIONS(1450), - [anon_sym_long] = ACTIONS(1450), - [anon_sym_short] = ACTIONS(1450), - [anon_sym_static] = ACTIONS(1450), - [anon_sym_auto] = ACTIONS(1450), - [anon_sym_register] = ACTIONS(1450), - [anon_sym_inline] = ACTIONS(1450), - [anon_sym___inline] = ACTIONS(1450), - [anon_sym___inline__] = ACTIONS(1450), - [anon_sym___forceinline] = ACTIONS(1450), - [anon_sym_thread_local] = ACTIONS(1450), - [anon_sym___thread] = ACTIONS(1450), - [anon_sym_const] = ACTIONS(1450), - [anon_sym_constexpr] = ACTIONS(1450), - [anon_sym_volatile] = ACTIONS(1450), - [anon_sym_restrict] = ACTIONS(1450), - [anon_sym___restrict__] = ACTIONS(1450), - [anon_sym__Atomic] = ACTIONS(1450), - [anon_sym__Noreturn] = ACTIONS(1450), - [anon_sym_noreturn] = ACTIONS(1450), - [sym_primitive_type] = ACTIONS(1450), - [anon_sym_enum] = ACTIONS(1450), - [anon_sym_struct] = ACTIONS(1450), - [anon_sym_union] = ACTIONS(1450), - [anon_sym_if] = ACTIONS(1450), - [anon_sym_else] = ACTIONS(1450), - [anon_sym_switch] = ACTIONS(1450), - [anon_sym_case] = ACTIONS(1450), - [anon_sym_default] = ACTIONS(1450), - [anon_sym_while] = ACTIONS(1450), - [anon_sym_do] = ACTIONS(1450), - [anon_sym_for] = ACTIONS(1450), - [anon_sym_return] = ACTIONS(1450), - [anon_sym_break] = ACTIONS(1450), - [anon_sym_continue] = ACTIONS(1450), - [anon_sym_goto] = ACTIONS(1450), - [anon_sym_DASH_DASH] = ACTIONS(1452), - [anon_sym_PLUS_PLUS] = ACTIONS(1452), - [anon_sym_sizeof] = ACTIONS(1450), - [anon_sym___alignof__] = ACTIONS(1450), - [anon_sym___alignof] = ACTIONS(1450), - [anon_sym__alignof] = ACTIONS(1450), - [anon_sym_alignof] = ACTIONS(1450), - [anon_sym__Alignof] = ACTIONS(1450), - [anon_sym_offsetof] = ACTIONS(1450), - [anon_sym__Generic] = ACTIONS(1450), - [anon_sym_asm] = ACTIONS(1450), - [anon_sym___asm__] = ACTIONS(1450), - [sym_number_literal] = ACTIONS(1452), - [anon_sym_L_SQUOTE] = ACTIONS(1452), - [anon_sym_u_SQUOTE] = ACTIONS(1452), - [anon_sym_U_SQUOTE] = ACTIONS(1452), - [anon_sym_u8_SQUOTE] = ACTIONS(1452), - [anon_sym_SQUOTE] = ACTIONS(1452), - [anon_sym_L_DQUOTE] = ACTIONS(1452), - [anon_sym_u_DQUOTE] = ACTIONS(1452), - [anon_sym_U_DQUOTE] = ACTIONS(1452), - [anon_sym_u8_DQUOTE] = ACTIONS(1452), - [anon_sym_DQUOTE] = ACTIONS(1452), - [sym_true] = ACTIONS(1450), - [sym_false] = ACTIONS(1450), - [anon_sym_NULL] = ACTIONS(1450), - [anon_sym_nullptr] = ACTIONS(1450), + [158] = { + [sym_identifier] = ACTIONS(1552), + [aux_sym_preproc_include_token1] = ACTIONS(1552), + [aux_sym_preproc_def_token1] = ACTIONS(1552), + [aux_sym_preproc_if_token1] = ACTIONS(1552), + [aux_sym_preproc_if_token2] = ACTIONS(1552), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1552), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1552), + [aux_sym_preproc_else_token1] = ACTIONS(1552), + [aux_sym_preproc_elif_token1] = ACTIONS(1552), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1552), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1552), + [sym_preproc_directive] = ACTIONS(1552), + [anon_sym_LPAREN2] = ACTIONS(1554), + [anon_sym_BANG] = ACTIONS(1554), + [anon_sym_TILDE] = ACTIONS(1554), + [anon_sym_DASH] = ACTIONS(1552), + [anon_sym_PLUS] = ACTIONS(1552), + [anon_sym_STAR] = ACTIONS(1554), + [anon_sym_AMP] = ACTIONS(1554), + [anon_sym_subroutine] = ACTIONS(1552), + [anon_sym_invariant] = ACTIONS(1552), + [anon_sym_precise] = ACTIONS(1552), + [anon_sym_SEMI] = ACTIONS(1554), + [anon_sym_in] = ACTIONS(1552), + [anon_sym_out] = ACTIONS(1552), + [anon_sym_inout] = ACTIONS(1552), + [anon_sym_uniform] = ACTIONS(1552), + [anon_sym_shared] = ACTIONS(1552), + [anon_sym_attribute] = ACTIONS(1552), + [anon_sym_varying] = ACTIONS(1552), + [anon_sym_buffer] = ACTIONS(1552), + [anon_sym_coherent] = ACTIONS(1552), + [anon_sym_readonly] = ACTIONS(1552), + [anon_sym_writeonly] = ACTIONS(1552), + [anon_sym_precision] = ACTIONS(1552), + [anon_sym_highp] = ACTIONS(1552), + [anon_sym_mediump] = ACTIONS(1552), + [anon_sym_lowp] = ACTIONS(1552), + [anon_sym_centroid] = ACTIONS(1552), + [anon_sym_sample] = ACTIONS(1552), + [anon_sym_patch] = ACTIONS(1552), + [anon_sym_smooth] = ACTIONS(1552), + [anon_sym_flat] = ACTIONS(1552), + [anon_sym_noperspective] = ACTIONS(1552), + [anon_sym___extension__] = ACTIONS(1552), + [anon_sym_typedef] = ACTIONS(1552), + [anon_sym_extern] = ACTIONS(1552), + [anon_sym___attribute__] = ACTIONS(1552), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1554), + [anon_sym___declspec] = ACTIONS(1552), + [anon_sym___cdecl] = ACTIONS(1552), + [anon_sym___clrcall] = ACTIONS(1552), + [anon_sym___stdcall] = ACTIONS(1552), + [anon_sym___fastcall] = ACTIONS(1552), + [anon_sym___thiscall] = ACTIONS(1552), + [anon_sym___vectorcall] = ACTIONS(1552), + [anon_sym_LBRACE] = ACTIONS(1554), + [anon_sym_signed] = ACTIONS(1552), + [anon_sym_unsigned] = ACTIONS(1552), + [anon_sym_long] = ACTIONS(1552), + [anon_sym_short] = ACTIONS(1552), + [anon_sym_static] = ACTIONS(1552), + [anon_sym_auto] = ACTIONS(1552), + [anon_sym_register] = ACTIONS(1552), + [anon_sym_inline] = ACTIONS(1552), + [anon_sym___inline] = ACTIONS(1552), + [anon_sym___inline__] = ACTIONS(1552), + [anon_sym___forceinline] = ACTIONS(1552), + [anon_sym_thread_local] = ACTIONS(1552), + [anon_sym___thread] = ACTIONS(1552), + [anon_sym_const] = ACTIONS(1552), + [anon_sym_constexpr] = ACTIONS(1552), + [anon_sym_volatile] = ACTIONS(1552), + [anon_sym_restrict] = ACTIONS(1552), + [anon_sym___restrict__] = ACTIONS(1552), + [anon_sym__Atomic] = ACTIONS(1552), + [anon_sym__Noreturn] = ACTIONS(1552), + [anon_sym_noreturn] = ACTIONS(1552), + [sym_primitive_type] = ACTIONS(1552), + [anon_sym_enum] = ACTIONS(1552), + [anon_sym_struct] = ACTIONS(1552), + [anon_sym_union] = ACTIONS(1552), + [anon_sym_if] = ACTIONS(1552), + [anon_sym_switch] = ACTIONS(1552), + [anon_sym_case] = ACTIONS(1552), + [anon_sym_default] = ACTIONS(1552), + [anon_sym_while] = ACTIONS(1552), + [anon_sym_do] = ACTIONS(1552), + [anon_sym_for] = ACTIONS(1552), + [anon_sym_return] = ACTIONS(1552), + [anon_sym_break] = ACTIONS(1552), + [anon_sym_continue] = ACTIONS(1552), + [anon_sym_goto] = ACTIONS(1552), + [anon_sym_DASH_DASH] = ACTIONS(1554), + [anon_sym_PLUS_PLUS] = ACTIONS(1554), + [anon_sym_sizeof] = ACTIONS(1552), + [anon_sym___alignof__] = ACTIONS(1552), + [anon_sym___alignof] = ACTIONS(1552), + [anon_sym__alignof] = ACTIONS(1552), + [anon_sym_alignof] = ACTIONS(1552), + [anon_sym__Alignof] = ACTIONS(1552), + [anon_sym_offsetof] = ACTIONS(1552), + [anon_sym__Generic] = ACTIONS(1552), + [anon_sym_asm] = ACTIONS(1552), + [anon_sym___asm__] = ACTIONS(1552), + [sym_number_literal] = ACTIONS(1554), + [anon_sym_L_SQUOTE] = ACTIONS(1554), + [anon_sym_u_SQUOTE] = ACTIONS(1554), + [anon_sym_U_SQUOTE] = ACTIONS(1554), + [anon_sym_u8_SQUOTE] = ACTIONS(1554), + [anon_sym_SQUOTE] = ACTIONS(1554), + [anon_sym_L_DQUOTE] = ACTIONS(1554), + [anon_sym_u_DQUOTE] = ACTIONS(1554), + [anon_sym_U_DQUOTE] = ACTIONS(1554), + [anon_sym_u8_DQUOTE] = ACTIONS(1554), + [anon_sym_DQUOTE] = ACTIONS(1554), + [sym_true] = ACTIONS(1552), + [sym_false] = ACTIONS(1552), + [anon_sym_NULL] = ACTIONS(1552), + [anon_sym_nullptr] = ACTIONS(1552), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1450), - [anon_sym_rayPayloadInEXT] = ACTIONS(1450), - [anon_sym_hitAttributeEXT] = ACTIONS(1450), - [anon_sym_callableDataEXT] = ACTIONS(1450), - [anon_sym_callableDataInEXT] = ACTIONS(1450), - [anon_sym_shaderRecordEXT] = ACTIONS(1450), - [anon_sym_rayPayloadNV] = ACTIONS(1450), - [anon_sym_rayPayloadInNV] = ACTIONS(1450), - [anon_sym_hitAttributeNV] = ACTIONS(1450), - [anon_sym_callableDataNV] = ACTIONS(1450), - [anon_sym_callableDataInNV] = ACTIONS(1450), - [anon_sym_shaderRecordNV] = ACTIONS(1450), - [anon_sym_layout] = ACTIONS(1450), + [anon_sym_rayPayloadEXT] = ACTIONS(1552), + [anon_sym_rayPayloadInEXT] = ACTIONS(1552), + [anon_sym_hitAttributeEXT] = ACTIONS(1552), + [anon_sym_callableDataEXT] = ACTIONS(1552), + [anon_sym_callableDataInEXT] = ACTIONS(1552), + [anon_sym_shaderRecordEXT] = ACTIONS(1552), + [anon_sym_rayPayloadNV] = ACTIONS(1552), + [anon_sym_rayPayloadInNV] = ACTIONS(1552), + [anon_sym_hitAttributeNV] = ACTIONS(1552), + [anon_sym_callableDataNV] = ACTIONS(1552), + [anon_sym_callableDataInNV] = ACTIONS(1552), + [anon_sym_shaderRecordNV] = ACTIONS(1552), + [anon_sym_layout] = ACTIONS(1552), }, - [172] = { - [sym_identifier] = ACTIONS(1394), - [aux_sym_preproc_include_token1] = ACTIONS(1394), - [aux_sym_preproc_def_token1] = ACTIONS(1394), - [aux_sym_preproc_if_token1] = ACTIONS(1394), - [aux_sym_preproc_if_token2] = ACTIONS(1394), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1394), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1394), - [aux_sym_preproc_else_token1] = ACTIONS(1394), - [aux_sym_preproc_elif_token1] = ACTIONS(1394), - [sym_preproc_directive] = ACTIONS(1394), - [anon_sym_LPAREN2] = ACTIONS(1396), - [anon_sym_BANG] = ACTIONS(1396), - [anon_sym_TILDE] = ACTIONS(1396), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_AMP] = ACTIONS(1396), - [anon_sym_subroutine] = ACTIONS(1394), - [anon_sym_invariant] = ACTIONS(1394), - [anon_sym_precise] = ACTIONS(1394), - [anon_sym_SEMI] = ACTIONS(1396), - [anon_sym_in] = ACTIONS(1394), - [anon_sym_out] = ACTIONS(1394), - [anon_sym_inout] = ACTIONS(1394), - [anon_sym_uniform] = ACTIONS(1394), - [anon_sym_shared] = ACTIONS(1394), - [anon_sym_attribute] = ACTIONS(1394), - [anon_sym_varying] = ACTIONS(1394), - [anon_sym_buffer] = ACTIONS(1394), - [anon_sym_coherent] = ACTIONS(1394), - [anon_sym_readonly] = ACTIONS(1394), - [anon_sym_writeonly] = ACTIONS(1394), - [anon_sym_precision] = ACTIONS(1394), - [anon_sym_highp] = ACTIONS(1394), - [anon_sym_mediump] = ACTIONS(1394), - [anon_sym_lowp] = ACTIONS(1394), - [anon_sym_centroid] = ACTIONS(1394), - [anon_sym_sample] = ACTIONS(1394), - [anon_sym_patch] = ACTIONS(1394), - [anon_sym_smooth] = ACTIONS(1394), - [anon_sym_flat] = ACTIONS(1394), - [anon_sym_noperspective] = ACTIONS(1394), - [anon_sym___extension__] = ACTIONS(1394), - [anon_sym_typedef] = ACTIONS(1394), - [anon_sym_extern] = ACTIONS(1394), - [anon_sym___attribute__] = ACTIONS(1394), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1396), - [anon_sym___declspec] = ACTIONS(1394), - [anon_sym___cdecl] = ACTIONS(1394), - [anon_sym___clrcall] = ACTIONS(1394), - [anon_sym___stdcall] = ACTIONS(1394), - [anon_sym___fastcall] = ACTIONS(1394), - [anon_sym___thiscall] = ACTIONS(1394), - [anon_sym___vectorcall] = ACTIONS(1394), - [anon_sym_LBRACE] = ACTIONS(1396), - [anon_sym_signed] = ACTIONS(1394), - [anon_sym_unsigned] = ACTIONS(1394), - [anon_sym_long] = ACTIONS(1394), - [anon_sym_short] = ACTIONS(1394), - [anon_sym_static] = ACTIONS(1394), - [anon_sym_auto] = ACTIONS(1394), - [anon_sym_register] = ACTIONS(1394), - [anon_sym_inline] = ACTIONS(1394), - [anon_sym___inline] = ACTIONS(1394), - [anon_sym___inline__] = ACTIONS(1394), - [anon_sym___forceinline] = ACTIONS(1394), - [anon_sym_thread_local] = ACTIONS(1394), - [anon_sym___thread] = ACTIONS(1394), - [anon_sym_const] = ACTIONS(1394), - [anon_sym_constexpr] = ACTIONS(1394), - [anon_sym_volatile] = ACTIONS(1394), - [anon_sym_restrict] = ACTIONS(1394), - [anon_sym___restrict__] = ACTIONS(1394), - [anon_sym__Atomic] = ACTIONS(1394), - [anon_sym__Noreturn] = ACTIONS(1394), - [anon_sym_noreturn] = ACTIONS(1394), - [sym_primitive_type] = ACTIONS(1394), - [anon_sym_enum] = ACTIONS(1394), - [anon_sym_struct] = ACTIONS(1394), - [anon_sym_union] = ACTIONS(1394), - [anon_sym_if] = ACTIONS(1394), - [anon_sym_else] = ACTIONS(1394), - [anon_sym_switch] = ACTIONS(1394), - [anon_sym_case] = ACTIONS(1394), - [anon_sym_default] = ACTIONS(1394), - [anon_sym_while] = ACTIONS(1394), - [anon_sym_do] = ACTIONS(1394), - [anon_sym_for] = ACTIONS(1394), - [anon_sym_return] = ACTIONS(1394), - [anon_sym_break] = ACTIONS(1394), - [anon_sym_continue] = ACTIONS(1394), - [anon_sym_goto] = ACTIONS(1394), - [anon_sym_DASH_DASH] = ACTIONS(1396), - [anon_sym_PLUS_PLUS] = ACTIONS(1396), - [anon_sym_sizeof] = ACTIONS(1394), - [anon_sym___alignof__] = ACTIONS(1394), - [anon_sym___alignof] = ACTIONS(1394), - [anon_sym__alignof] = ACTIONS(1394), - [anon_sym_alignof] = ACTIONS(1394), - [anon_sym__Alignof] = ACTIONS(1394), - [anon_sym_offsetof] = ACTIONS(1394), - [anon_sym__Generic] = ACTIONS(1394), - [anon_sym_asm] = ACTIONS(1394), - [anon_sym___asm__] = ACTIONS(1394), - [sym_number_literal] = ACTIONS(1396), - [anon_sym_L_SQUOTE] = ACTIONS(1396), - [anon_sym_u_SQUOTE] = ACTIONS(1396), - [anon_sym_U_SQUOTE] = ACTIONS(1396), - [anon_sym_u8_SQUOTE] = ACTIONS(1396), - [anon_sym_SQUOTE] = ACTIONS(1396), - [anon_sym_L_DQUOTE] = ACTIONS(1396), - [anon_sym_u_DQUOTE] = ACTIONS(1396), - [anon_sym_U_DQUOTE] = ACTIONS(1396), - [anon_sym_u8_DQUOTE] = ACTIONS(1396), - [anon_sym_DQUOTE] = ACTIONS(1396), - [sym_true] = ACTIONS(1394), - [sym_false] = ACTIONS(1394), - [anon_sym_NULL] = ACTIONS(1394), - [anon_sym_nullptr] = ACTIONS(1394), + [159] = { + [sym_identifier] = ACTIONS(1556), + [aux_sym_preproc_include_token1] = ACTIONS(1556), + [aux_sym_preproc_def_token1] = ACTIONS(1556), + [aux_sym_preproc_if_token1] = ACTIONS(1556), + [aux_sym_preproc_if_token2] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1556), + [aux_sym_preproc_else_token1] = ACTIONS(1556), + [aux_sym_preproc_elif_token1] = ACTIONS(1556), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1556), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1556), + [sym_preproc_directive] = ACTIONS(1556), + [anon_sym_LPAREN2] = ACTIONS(1558), + [anon_sym_BANG] = ACTIONS(1558), + [anon_sym_TILDE] = ACTIONS(1558), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1558), + [anon_sym_AMP] = ACTIONS(1558), + [anon_sym_subroutine] = ACTIONS(1556), + [anon_sym_invariant] = ACTIONS(1556), + [anon_sym_precise] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1558), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_out] = ACTIONS(1556), + [anon_sym_inout] = ACTIONS(1556), + [anon_sym_uniform] = ACTIONS(1556), + [anon_sym_shared] = ACTIONS(1556), + [anon_sym_attribute] = ACTIONS(1556), + [anon_sym_varying] = ACTIONS(1556), + [anon_sym_buffer] = ACTIONS(1556), + [anon_sym_coherent] = ACTIONS(1556), + [anon_sym_readonly] = ACTIONS(1556), + [anon_sym_writeonly] = ACTIONS(1556), + [anon_sym_precision] = ACTIONS(1556), + [anon_sym_highp] = ACTIONS(1556), + [anon_sym_mediump] = ACTIONS(1556), + [anon_sym_lowp] = ACTIONS(1556), + [anon_sym_centroid] = ACTIONS(1556), + [anon_sym_sample] = ACTIONS(1556), + [anon_sym_patch] = ACTIONS(1556), + [anon_sym_smooth] = ACTIONS(1556), + [anon_sym_flat] = ACTIONS(1556), + [anon_sym_noperspective] = ACTIONS(1556), + [anon_sym___extension__] = ACTIONS(1556), + [anon_sym_typedef] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym___attribute__] = ACTIONS(1556), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1558), + [anon_sym___declspec] = ACTIONS(1556), + [anon_sym___cdecl] = ACTIONS(1556), + [anon_sym___clrcall] = ACTIONS(1556), + [anon_sym___stdcall] = ACTIONS(1556), + [anon_sym___fastcall] = ACTIONS(1556), + [anon_sym___thiscall] = ACTIONS(1556), + [anon_sym___vectorcall] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1558), + [anon_sym_signed] = ACTIONS(1556), + [anon_sym_unsigned] = ACTIONS(1556), + [anon_sym_long] = ACTIONS(1556), + [anon_sym_short] = ACTIONS(1556), + [anon_sym_static] = ACTIONS(1556), + [anon_sym_auto] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_inline] = ACTIONS(1556), + [anon_sym___inline] = ACTIONS(1556), + [anon_sym___inline__] = ACTIONS(1556), + [anon_sym___forceinline] = ACTIONS(1556), + [anon_sym_thread_local] = ACTIONS(1556), + [anon_sym___thread] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_constexpr] = ACTIONS(1556), + [anon_sym_volatile] = ACTIONS(1556), + [anon_sym_restrict] = ACTIONS(1556), + [anon_sym___restrict__] = ACTIONS(1556), + [anon_sym__Atomic] = ACTIONS(1556), + [anon_sym__Noreturn] = ACTIONS(1556), + [anon_sym_noreturn] = ACTIONS(1556), + [sym_primitive_type] = ACTIONS(1556), + [anon_sym_enum] = ACTIONS(1556), + [anon_sym_struct] = ACTIONS(1556), + [anon_sym_union] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_switch] = ACTIONS(1556), + [anon_sym_case] = ACTIONS(1556), + [anon_sym_default] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_goto] = ACTIONS(1556), + [anon_sym_DASH_DASH] = ACTIONS(1558), + [anon_sym_PLUS_PLUS] = ACTIONS(1558), + [anon_sym_sizeof] = ACTIONS(1556), + [anon_sym___alignof__] = ACTIONS(1556), + [anon_sym___alignof] = ACTIONS(1556), + [anon_sym__alignof] = ACTIONS(1556), + [anon_sym_alignof] = ACTIONS(1556), + [anon_sym__Alignof] = ACTIONS(1556), + [anon_sym_offsetof] = ACTIONS(1556), + [anon_sym__Generic] = ACTIONS(1556), + [anon_sym_asm] = ACTIONS(1556), + [anon_sym___asm__] = ACTIONS(1556), + [sym_number_literal] = ACTIONS(1558), + [anon_sym_L_SQUOTE] = ACTIONS(1558), + [anon_sym_u_SQUOTE] = ACTIONS(1558), + [anon_sym_U_SQUOTE] = ACTIONS(1558), + [anon_sym_u8_SQUOTE] = ACTIONS(1558), + [anon_sym_SQUOTE] = ACTIONS(1558), + [anon_sym_L_DQUOTE] = ACTIONS(1558), + [anon_sym_u_DQUOTE] = ACTIONS(1558), + [anon_sym_U_DQUOTE] = ACTIONS(1558), + [anon_sym_u8_DQUOTE] = ACTIONS(1558), + [anon_sym_DQUOTE] = ACTIONS(1558), + [sym_true] = ACTIONS(1556), + [sym_false] = ACTIONS(1556), + [anon_sym_NULL] = ACTIONS(1556), + [anon_sym_nullptr] = ACTIONS(1556), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1394), - [anon_sym_rayPayloadInEXT] = ACTIONS(1394), - [anon_sym_hitAttributeEXT] = ACTIONS(1394), - [anon_sym_callableDataEXT] = ACTIONS(1394), - [anon_sym_callableDataInEXT] = ACTIONS(1394), - [anon_sym_shaderRecordEXT] = ACTIONS(1394), - [anon_sym_rayPayloadNV] = ACTIONS(1394), - [anon_sym_rayPayloadInNV] = ACTIONS(1394), - [anon_sym_hitAttributeNV] = ACTIONS(1394), - [anon_sym_callableDataNV] = ACTIONS(1394), - [anon_sym_callableDataInNV] = ACTIONS(1394), - [anon_sym_shaderRecordNV] = ACTIONS(1394), - [anon_sym_layout] = ACTIONS(1394), + [anon_sym_rayPayloadEXT] = ACTIONS(1556), + [anon_sym_rayPayloadInEXT] = ACTIONS(1556), + [anon_sym_hitAttributeEXT] = ACTIONS(1556), + [anon_sym_callableDataEXT] = ACTIONS(1556), + [anon_sym_callableDataInEXT] = ACTIONS(1556), + [anon_sym_shaderRecordEXT] = ACTIONS(1556), + [anon_sym_rayPayloadNV] = ACTIONS(1556), + [anon_sym_rayPayloadInNV] = ACTIONS(1556), + [anon_sym_hitAttributeNV] = ACTIONS(1556), + [anon_sym_callableDataNV] = ACTIONS(1556), + [anon_sym_callableDataInNV] = ACTIONS(1556), + [anon_sym_shaderRecordNV] = ACTIONS(1556), + [anon_sym_layout] = ACTIONS(1556), }, - [173] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [aux_sym_preproc_else_token1] = ACTIONS(1354), - [aux_sym_preproc_elif_token1] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [160] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [aux_sym_preproc_else_token1] = ACTIONS(1350), + [aux_sym_preproc_elif_token1] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), + }, + [161] = { + [sym_identifier] = ACTIONS(1426), + [aux_sym_preproc_include_token1] = ACTIONS(1426), + [aux_sym_preproc_def_token1] = ACTIONS(1426), + [aux_sym_preproc_if_token1] = ACTIONS(1426), + [aux_sym_preproc_if_token2] = ACTIONS(1426), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1426), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1426), + [aux_sym_preproc_else_token1] = ACTIONS(1426), + [aux_sym_preproc_elif_token1] = ACTIONS(1426), + [sym_preproc_directive] = ACTIONS(1426), + [anon_sym_LPAREN2] = ACTIONS(1428), + [anon_sym_BANG] = ACTIONS(1428), + [anon_sym_TILDE] = ACTIONS(1428), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_STAR] = ACTIONS(1428), + [anon_sym_AMP] = ACTIONS(1428), + [anon_sym_subroutine] = ACTIONS(1426), + [anon_sym_invariant] = ACTIONS(1426), + [anon_sym_precise] = ACTIONS(1426), + [anon_sym_SEMI] = ACTIONS(1428), + [anon_sym_in] = ACTIONS(1426), + [anon_sym_out] = ACTIONS(1426), + [anon_sym_inout] = ACTIONS(1426), + [anon_sym_uniform] = ACTIONS(1426), + [anon_sym_shared] = ACTIONS(1426), + [anon_sym_attribute] = ACTIONS(1426), + [anon_sym_varying] = ACTIONS(1426), + [anon_sym_buffer] = ACTIONS(1426), + [anon_sym_coherent] = ACTIONS(1426), + [anon_sym_readonly] = ACTIONS(1426), + [anon_sym_writeonly] = ACTIONS(1426), + [anon_sym_precision] = ACTIONS(1426), + [anon_sym_highp] = ACTIONS(1426), + [anon_sym_mediump] = ACTIONS(1426), + [anon_sym_lowp] = ACTIONS(1426), + [anon_sym_centroid] = ACTIONS(1426), + [anon_sym_sample] = ACTIONS(1426), + [anon_sym_patch] = ACTIONS(1426), + [anon_sym_smooth] = ACTIONS(1426), + [anon_sym_flat] = ACTIONS(1426), + [anon_sym_noperspective] = ACTIONS(1426), + [anon_sym___extension__] = ACTIONS(1426), + [anon_sym_typedef] = ACTIONS(1426), + [anon_sym_extern] = ACTIONS(1426), + [anon_sym___attribute__] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1428), + [anon_sym___declspec] = ACTIONS(1426), + [anon_sym___cdecl] = ACTIONS(1426), + [anon_sym___clrcall] = ACTIONS(1426), + [anon_sym___stdcall] = ACTIONS(1426), + [anon_sym___fastcall] = ACTIONS(1426), + [anon_sym___thiscall] = ACTIONS(1426), + [anon_sym___vectorcall] = ACTIONS(1426), + [anon_sym_LBRACE] = ACTIONS(1428), + [anon_sym_signed] = ACTIONS(1426), + [anon_sym_unsigned] = ACTIONS(1426), + [anon_sym_long] = ACTIONS(1426), + [anon_sym_short] = ACTIONS(1426), + [anon_sym_static] = ACTIONS(1426), + [anon_sym_auto] = ACTIONS(1426), + [anon_sym_register] = ACTIONS(1426), + [anon_sym_inline] = ACTIONS(1426), + [anon_sym___inline] = ACTIONS(1426), + [anon_sym___inline__] = ACTIONS(1426), + [anon_sym___forceinline] = ACTIONS(1426), + [anon_sym_thread_local] = ACTIONS(1426), + [anon_sym___thread] = ACTIONS(1426), + [anon_sym_const] = ACTIONS(1426), + [anon_sym_constexpr] = ACTIONS(1426), + [anon_sym_volatile] = ACTIONS(1426), + [anon_sym_restrict] = ACTIONS(1426), + [anon_sym___restrict__] = ACTIONS(1426), + [anon_sym__Atomic] = ACTIONS(1426), + [anon_sym__Noreturn] = ACTIONS(1426), + [anon_sym_noreturn] = ACTIONS(1426), + [sym_primitive_type] = ACTIONS(1426), + [anon_sym_enum] = ACTIONS(1426), + [anon_sym_struct] = ACTIONS(1426), + [anon_sym_union] = ACTIONS(1426), + [anon_sym_if] = ACTIONS(1426), + [anon_sym_else] = ACTIONS(1426), + [anon_sym_switch] = ACTIONS(1426), + [anon_sym_case] = ACTIONS(1426), + [anon_sym_default] = ACTIONS(1426), + [anon_sym_while] = ACTIONS(1426), + [anon_sym_do] = ACTIONS(1426), + [anon_sym_for] = ACTIONS(1426), + [anon_sym_return] = ACTIONS(1426), + [anon_sym_break] = ACTIONS(1426), + [anon_sym_continue] = ACTIONS(1426), + [anon_sym_goto] = ACTIONS(1426), + [anon_sym_DASH_DASH] = ACTIONS(1428), + [anon_sym_PLUS_PLUS] = ACTIONS(1428), + [anon_sym_sizeof] = ACTIONS(1426), + [anon_sym___alignof__] = ACTIONS(1426), + [anon_sym___alignof] = ACTIONS(1426), + [anon_sym__alignof] = ACTIONS(1426), + [anon_sym_alignof] = ACTIONS(1426), + [anon_sym__Alignof] = ACTIONS(1426), + [anon_sym_offsetof] = ACTIONS(1426), + [anon_sym__Generic] = ACTIONS(1426), + [anon_sym_asm] = ACTIONS(1426), + [anon_sym___asm__] = ACTIONS(1426), + [sym_number_literal] = ACTIONS(1428), + [anon_sym_L_SQUOTE] = ACTIONS(1428), + [anon_sym_u_SQUOTE] = ACTIONS(1428), + [anon_sym_U_SQUOTE] = ACTIONS(1428), + [anon_sym_u8_SQUOTE] = ACTIONS(1428), + [anon_sym_SQUOTE] = ACTIONS(1428), + [anon_sym_L_DQUOTE] = ACTIONS(1428), + [anon_sym_u_DQUOTE] = ACTIONS(1428), + [anon_sym_U_DQUOTE] = ACTIONS(1428), + [anon_sym_u8_DQUOTE] = ACTIONS(1428), + [anon_sym_DQUOTE] = ACTIONS(1428), + [sym_true] = ACTIONS(1426), + [sym_false] = ACTIONS(1426), + [anon_sym_NULL] = ACTIONS(1426), + [anon_sym_nullptr] = ACTIONS(1426), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1426), + [anon_sym_rayPayloadInEXT] = ACTIONS(1426), + [anon_sym_hitAttributeEXT] = ACTIONS(1426), + [anon_sym_callableDataEXT] = ACTIONS(1426), + [anon_sym_callableDataInEXT] = ACTIONS(1426), + [anon_sym_shaderRecordEXT] = ACTIONS(1426), + [anon_sym_rayPayloadNV] = ACTIONS(1426), + [anon_sym_rayPayloadInNV] = ACTIONS(1426), + [anon_sym_hitAttributeNV] = ACTIONS(1426), + [anon_sym_callableDataNV] = ACTIONS(1426), + [anon_sym_callableDataInNV] = ACTIONS(1426), + [anon_sym_shaderRecordNV] = ACTIONS(1426), + [anon_sym_layout] = ACTIONS(1426), }, - [174] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [aux_sym_preproc_else_token1] = ACTIONS(1354), - [aux_sym_preproc_elif_token1] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [162] = { + [sym_identifier] = ACTIONS(1446), + [aux_sym_preproc_include_token1] = ACTIONS(1446), + [aux_sym_preproc_def_token1] = ACTIONS(1446), + [aux_sym_preproc_if_token1] = ACTIONS(1446), + [aux_sym_preproc_if_token2] = ACTIONS(1446), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1446), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1446), + [aux_sym_preproc_else_token1] = ACTIONS(1446), + [aux_sym_preproc_elif_token1] = ACTIONS(1446), + [sym_preproc_directive] = ACTIONS(1446), + [anon_sym_LPAREN2] = ACTIONS(1448), + [anon_sym_BANG] = ACTIONS(1448), + [anon_sym_TILDE] = ACTIONS(1448), + [anon_sym_DASH] = ACTIONS(1446), + [anon_sym_PLUS] = ACTIONS(1446), + [anon_sym_STAR] = ACTIONS(1448), + [anon_sym_AMP] = ACTIONS(1448), + [anon_sym_subroutine] = ACTIONS(1446), + [anon_sym_invariant] = ACTIONS(1446), + [anon_sym_precise] = ACTIONS(1446), + [anon_sym_SEMI] = ACTIONS(1448), + [anon_sym_in] = ACTIONS(1446), + [anon_sym_out] = ACTIONS(1446), + [anon_sym_inout] = ACTIONS(1446), + [anon_sym_uniform] = ACTIONS(1446), + [anon_sym_shared] = ACTIONS(1446), + [anon_sym_attribute] = ACTIONS(1446), + [anon_sym_varying] = ACTIONS(1446), + [anon_sym_buffer] = ACTIONS(1446), + [anon_sym_coherent] = ACTIONS(1446), + [anon_sym_readonly] = ACTIONS(1446), + [anon_sym_writeonly] = ACTIONS(1446), + [anon_sym_precision] = ACTIONS(1446), + [anon_sym_highp] = ACTIONS(1446), + [anon_sym_mediump] = ACTIONS(1446), + [anon_sym_lowp] = ACTIONS(1446), + [anon_sym_centroid] = ACTIONS(1446), + [anon_sym_sample] = ACTIONS(1446), + [anon_sym_patch] = ACTIONS(1446), + [anon_sym_smooth] = ACTIONS(1446), + [anon_sym_flat] = ACTIONS(1446), + [anon_sym_noperspective] = ACTIONS(1446), + [anon_sym___extension__] = ACTIONS(1446), + [anon_sym_typedef] = ACTIONS(1446), + [anon_sym_extern] = ACTIONS(1446), + [anon_sym___attribute__] = ACTIONS(1446), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1448), + [anon_sym___declspec] = ACTIONS(1446), + [anon_sym___cdecl] = ACTIONS(1446), + [anon_sym___clrcall] = ACTIONS(1446), + [anon_sym___stdcall] = ACTIONS(1446), + [anon_sym___fastcall] = ACTIONS(1446), + [anon_sym___thiscall] = ACTIONS(1446), + [anon_sym___vectorcall] = ACTIONS(1446), + [anon_sym_LBRACE] = ACTIONS(1448), + [anon_sym_signed] = ACTIONS(1446), + [anon_sym_unsigned] = ACTIONS(1446), + [anon_sym_long] = ACTIONS(1446), + [anon_sym_short] = ACTIONS(1446), + [anon_sym_static] = ACTIONS(1446), + [anon_sym_auto] = ACTIONS(1446), + [anon_sym_register] = ACTIONS(1446), + [anon_sym_inline] = ACTIONS(1446), + [anon_sym___inline] = ACTIONS(1446), + [anon_sym___inline__] = ACTIONS(1446), + [anon_sym___forceinline] = ACTIONS(1446), + [anon_sym_thread_local] = ACTIONS(1446), + [anon_sym___thread] = ACTIONS(1446), + [anon_sym_const] = ACTIONS(1446), + [anon_sym_constexpr] = ACTIONS(1446), + [anon_sym_volatile] = ACTIONS(1446), + [anon_sym_restrict] = ACTIONS(1446), + [anon_sym___restrict__] = ACTIONS(1446), + [anon_sym__Atomic] = ACTIONS(1446), + [anon_sym__Noreturn] = ACTIONS(1446), + [anon_sym_noreturn] = ACTIONS(1446), + [sym_primitive_type] = ACTIONS(1446), + [anon_sym_enum] = ACTIONS(1446), + [anon_sym_struct] = ACTIONS(1446), + [anon_sym_union] = ACTIONS(1446), + [anon_sym_if] = ACTIONS(1446), + [anon_sym_else] = ACTIONS(1446), + [anon_sym_switch] = ACTIONS(1446), + [anon_sym_case] = ACTIONS(1446), + [anon_sym_default] = ACTIONS(1446), + [anon_sym_while] = ACTIONS(1446), + [anon_sym_do] = ACTIONS(1446), + [anon_sym_for] = ACTIONS(1446), + [anon_sym_return] = ACTIONS(1446), + [anon_sym_break] = ACTIONS(1446), + [anon_sym_continue] = ACTIONS(1446), + [anon_sym_goto] = ACTIONS(1446), + [anon_sym_DASH_DASH] = ACTIONS(1448), + [anon_sym_PLUS_PLUS] = ACTIONS(1448), + [anon_sym_sizeof] = ACTIONS(1446), + [anon_sym___alignof__] = ACTIONS(1446), + [anon_sym___alignof] = ACTIONS(1446), + [anon_sym__alignof] = ACTIONS(1446), + [anon_sym_alignof] = ACTIONS(1446), + [anon_sym__Alignof] = ACTIONS(1446), + [anon_sym_offsetof] = ACTIONS(1446), + [anon_sym__Generic] = ACTIONS(1446), + [anon_sym_asm] = ACTIONS(1446), + [anon_sym___asm__] = ACTIONS(1446), + [sym_number_literal] = ACTIONS(1448), + [anon_sym_L_SQUOTE] = ACTIONS(1448), + [anon_sym_u_SQUOTE] = ACTIONS(1448), + [anon_sym_U_SQUOTE] = ACTIONS(1448), + [anon_sym_u8_SQUOTE] = ACTIONS(1448), + [anon_sym_SQUOTE] = ACTIONS(1448), + [anon_sym_L_DQUOTE] = ACTIONS(1448), + [anon_sym_u_DQUOTE] = ACTIONS(1448), + [anon_sym_U_DQUOTE] = ACTIONS(1448), + [anon_sym_u8_DQUOTE] = ACTIONS(1448), + [anon_sym_DQUOTE] = ACTIONS(1448), + [sym_true] = ACTIONS(1446), + [sym_false] = ACTIONS(1446), + [anon_sym_NULL] = ACTIONS(1446), + [anon_sym_nullptr] = ACTIONS(1446), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1446), + [anon_sym_rayPayloadInEXT] = ACTIONS(1446), + [anon_sym_hitAttributeEXT] = ACTIONS(1446), + [anon_sym_callableDataEXT] = ACTIONS(1446), + [anon_sym_callableDataInEXT] = ACTIONS(1446), + [anon_sym_shaderRecordEXT] = ACTIONS(1446), + [anon_sym_rayPayloadNV] = ACTIONS(1446), + [anon_sym_rayPayloadInNV] = ACTIONS(1446), + [anon_sym_hitAttributeNV] = ACTIONS(1446), + [anon_sym_callableDataNV] = ACTIONS(1446), + [anon_sym_callableDataInNV] = ACTIONS(1446), + [anon_sym_shaderRecordNV] = ACTIONS(1446), + [anon_sym_layout] = ACTIONS(1446), }, - [175] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [aux_sym_preproc_else_token1] = ACTIONS(1354), - [aux_sym_preproc_elif_token1] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [163] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [aux_sym_preproc_else_token1] = ACTIONS(1350), + [aux_sym_preproc_elif_token1] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [176] = { + [164] = { + [sym_identifier] = ACTIONS(1378), + [aux_sym_preproc_include_token1] = ACTIONS(1378), + [aux_sym_preproc_def_token1] = ACTIONS(1378), + [aux_sym_preproc_if_token1] = ACTIONS(1378), + [aux_sym_preproc_if_token2] = ACTIONS(1378), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1378), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1378), + [aux_sym_preproc_else_token1] = ACTIONS(1378), + [aux_sym_preproc_elif_token1] = ACTIONS(1378), + [sym_preproc_directive] = ACTIONS(1378), + [anon_sym_LPAREN2] = ACTIONS(1380), + [anon_sym_BANG] = ACTIONS(1380), + [anon_sym_TILDE] = ACTIONS(1380), + [anon_sym_DASH] = ACTIONS(1378), + [anon_sym_PLUS] = ACTIONS(1378), + [anon_sym_STAR] = ACTIONS(1380), + [anon_sym_AMP] = ACTIONS(1380), + [anon_sym_subroutine] = ACTIONS(1378), + [anon_sym_invariant] = ACTIONS(1378), + [anon_sym_precise] = ACTIONS(1378), + [anon_sym_SEMI] = ACTIONS(1380), + [anon_sym_in] = ACTIONS(1378), + [anon_sym_out] = ACTIONS(1378), + [anon_sym_inout] = ACTIONS(1378), + [anon_sym_uniform] = ACTIONS(1378), + [anon_sym_shared] = ACTIONS(1378), + [anon_sym_attribute] = ACTIONS(1378), + [anon_sym_varying] = ACTIONS(1378), + [anon_sym_buffer] = ACTIONS(1378), + [anon_sym_coherent] = ACTIONS(1378), + [anon_sym_readonly] = ACTIONS(1378), + [anon_sym_writeonly] = ACTIONS(1378), + [anon_sym_precision] = ACTIONS(1378), + [anon_sym_highp] = ACTIONS(1378), + [anon_sym_mediump] = ACTIONS(1378), + [anon_sym_lowp] = ACTIONS(1378), + [anon_sym_centroid] = ACTIONS(1378), + [anon_sym_sample] = ACTIONS(1378), + [anon_sym_patch] = ACTIONS(1378), + [anon_sym_smooth] = ACTIONS(1378), + [anon_sym_flat] = ACTIONS(1378), + [anon_sym_noperspective] = ACTIONS(1378), + [anon_sym___extension__] = ACTIONS(1378), + [anon_sym_typedef] = ACTIONS(1378), + [anon_sym_extern] = ACTIONS(1378), + [anon_sym___attribute__] = ACTIONS(1378), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1380), + [anon_sym___declspec] = ACTIONS(1378), + [anon_sym___cdecl] = ACTIONS(1378), + [anon_sym___clrcall] = ACTIONS(1378), + [anon_sym___stdcall] = ACTIONS(1378), + [anon_sym___fastcall] = ACTIONS(1378), + [anon_sym___thiscall] = ACTIONS(1378), + [anon_sym___vectorcall] = ACTIONS(1378), + [anon_sym_LBRACE] = ACTIONS(1380), + [anon_sym_signed] = ACTIONS(1378), + [anon_sym_unsigned] = ACTIONS(1378), + [anon_sym_long] = ACTIONS(1378), + [anon_sym_short] = ACTIONS(1378), + [anon_sym_static] = ACTIONS(1378), + [anon_sym_auto] = ACTIONS(1378), + [anon_sym_register] = ACTIONS(1378), + [anon_sym_inline] = ACTIONS(1378), + [anon_sym___inline] = ACTIONS(1378), + [anon_sym___inline__] = ACTIONS(1378), + [anon_sym___forceinline] = ACTIONS(1378), + [anon_sym_thread_local] = ACTIONS(1378), + [anon_sym___thread] = ACTIONS(1378), + [anon_sym_const] = ACTIONS(1378), + [anon_sym_constexpr] = ACTIONS(1378), + [anon_sym_volatile] = ACTIONS(1378), + [anon_sym_restrict] = ACTIONS(1378), + [anon_sym___restrict__] = ACTIONS(1378), + [anon_sym__Atomic] = ACTIONS(1378), + [anon_sym__Noreturn] = ACTIONS(1378), + [anon_sym_noreturn] = ACTIONS(1378), + [sym_primitive_type] = ACTIONS(1378), + [anon_sym_enum] = ACTIONS(1378), + [anon_sym_struct] = ACTIONS(1378), + [anon_sym_union] = ACTIONS(1378), + [anon_sym_if] = ACTIONS(1378), + [anon_sym_else] = ACTIONS(1378), + [anon_sym_switch] = ACTIONS(1378), + [anon_sym_case] = ACTIONS(1378), + [anon_sym_default] = ACTIONS(1378), + [anon_sym_while] = ACTIONS(1378), + [anon_sym_do] = ACTIONS(1378), + [anon_sym_for] = ACTIONS(1378), + [anon_sym_return] = ACTIONS(1378), + [anon_sym_break] = ACTIONS(1378), + [anon_sym_continue] = ACTIONS(1378), + [anon_sym_goto] = ACTIONS(1378), + [anon_sym_DASH_DASH] = ACTIONS(1380), + [anon_sym_PLUS_PLUS] = ACTIONS(1380), + [anon_sym_sizeof] = ACTIONS(1378), + [anon_sym___alignof__] = ACTIONS(1378), + [anon_sym___alignof] = ACTIONS(1378), + [anon_sym__alignof] = ACTIONS(1378), + [anon_sym_alignof] = ACTIONS(1378), + [anon_sym__Alignof] = ACTIONS(1378), + [anon_sym_offsetof] = ACTIONS(1378), + [anon_sym__Generic] = ACTIONS(1378), + [anon_sym_asm] = ACTIONS(1378), + [anon_sym___asm__] = ACTIONS(1378), + [sym_number_literal] = ACTIONS(1380), + [anon_sym_L_SQUOTE] = ACTIONS(1380), + [anon_sym_u_SQUOTE] = ACTIONS(1380), + [anon_sym_U_SQUOTE] = ACTIONS(1380), + [anon_sym_u8_SQUOTE] = ACTIONS(1380), + [anon_sym_SQUOTE] = ACTIONS(1380), + [anon_sym_L_DQUOTE] = ACTIONS(1380), + [anon_sym_u_DQUOTE] = ACTIONS(1380), + [anon_sym_U_DQUOTE] = ACTIONS(1380), + [anon_sym_u8_DQUOTE] = ACTIONS(1380), + [anon_sym_DQUOTE] = ACTIONS(1380), + [sym_true] = ACTIONS(1378), + [sym_false] = ACTIONS(1378), + [anon_sym_NULL] = ACTIONS(1378), + [anon_sym_nullptr] = ACTIONS(1378), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1378), + [anon_sym_rayPayloadInEXT] = ACTIONS(1378), + [anon_sym_hitAttributeEXT] = ACTIONS(1378), + [anon_sym_callableDataEXT] = ACTIONS(1378), + [anon_sym_callableDataInEXT] = ACTIONS(1378), + [anon_sym_shaderRecordEXT] = ACTIONS(1378), + [anon_sym_rayPayloadNV] = ACTIONS(1378), + [anon_sym_rayPayloadInNV] = ACTIONS(1378), + [anon_sym_hitAttributeNV] = ACTIONS(1378), + [anon_sym_callableDataNV] = ACTIONS(1378), + [anon_sym_callableDataInNV] = ACTIONS(1378), + [anon_sym_shaderRecordNV] = ACTIONS(1378), + [anon_sym_layout] = ACTIONS(1378), + }, + [165] = { [sym_identifier] = ACTIONS(1350), [aux_sym_preproc_include_token1] = ACTIONS(1350), [aux_sym_preproc_def_token1] = ACTIONS(1350), @@ -45627,817 +44137,682 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1350), [anon_sym_layout] = ACTIONS(1350), }, - [177] = { - [sym_identifier] = ACTIONS(1386), - [aux_sym_preproc_include_token1] = ACTIONS(1386), - [aux_sym_preproc_def_token1] = ACTIONS(1386), - [aux_sym_preproc_if_token1] = ACTIONS(1386), - [aux_sym_preproc_if_token2] = ACTIONS(1386), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1386), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1386), - [aux_sym_preproc_else_token1] = ACTIONS(1386), - [aux_sym_preproc_elif_token1] = ACTIONS(1386), - [sym_preproc_directive] = ACTIONS(1386), - [anon_sym_LPAREN2] = ACTIONS(1388), - [anon_sym_BANG] = ACTIONS(1388), - [anon_sym_TILDE] = ACTIONS(1388), - [anon_sym_DASH] = ACTIONS(1386), - [anon_sym_PLUS] = ACTIONS(1386), - [anon_sym_STAR] = ACTIONS(1388), - [anon_sym_AMP] = ACTIONS(1388), - [anon_sym_subroutine] = ACTIONS(1386), - [anon_sym_invariant] = ACTIONS(1386), - [anon_sym_precise] = ACTIONS(1386), - [anon_sym_SEMI] = ACTIONS(1388), - [anon_sym_in] = ACTIONS(1386), - [anon_sym_out] = ACTIONS(1386), - [anon_sym_inout] = ACTIONS(1386), - [anon_sym_uniform] = ACTIONS(1386), - [anon_sym_shared] = ACTIONS(1386), - [anon_sym_attribute] = ACTIONS(1386), - [anon_sym_varying] = ACTIONS(1386), - [anon_sym_buffer] = ACTIONS(1386), - [anon_sym_coherent] = ACTIONS(1386), - [anon_sym_readonly] = ACTIONS(1386), - [anon_sym_writeonly] = ACTIONS(1386), - [anon_sym_precision] = ACTIONS(1386), - [anon_sym_highp] = ACTIONS(1386), - [anon_sym_mediump] = ACTIONS(1386), - [anon_sym_lowp] = ACTIONS(1386), - [anon_sym_centroid] = ACTIONS(1386), - [anon_sym_sample] = ACTIONS(1386), - [anon_sym_patch] = ACTIONS(1386), - [anon_sym_smooth] = ACTIONS(1386), - [anon_sym_flat] = ACTIONS(1386), - [anon_sym_noperspective] = ACTIONS(1386), - [anon_sym___extension__] = ACTIONS(1386), - [anon_sym_typedef] = ACTIONS(1386), - [anon_sym_extern] = ACTIONS(1386), - [anon_sym___attribute__] = ACTIONS(1386), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1388), - [anon_sym___declspec] = ACTIONS(1386), - [anon_sym___cdecl] = ACTIONS(1386), - [anon_sym___clrcall] = ACTIONS(1386), - [anon_sym___stdcall] = ACTIONS(1386), - [anon_sym___fastcall] = ACTIONS(1386), - [anon_sym___thiscall] = ACTIONS(1386), - [anon_sym___vectorcall] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_signed] = ACTIONS(1386), - [anon_sym_unsigned] = ACTIONS(1386), - [anon_sym_long] = ACTIONS(1386), - [anon_sym_short] = ACTIONS(1386), - [anon_sym_static] = ACTIONS(1386), - [anon_sym_auto] = ACTIONS(1386), - [anon_sym_register] = ACTIONS(1386), - [anon_sym_inline] = ACTIONS(1386), - [anon_sym___inline] = ACTIONS(1386), - [anon_sym___inline__] = ACTIONS(1386), - [anon_sym___forceinline] = ACTIONS(1386), - [anon_sym_thread_local] = ACTIONS(1386), - [anon_sym___thread] = ACTIONS(1386), - [anon_sym_const] = ACTIONS(1386), - [anon_sym_constexpr] = ACTIONS(1386), - [anon_sym_volatile] = ACTIONS(1386), - [anon_sym_restrict] = ACTIONS(1386), - [anon_sym___restrict__] = ACTIONS(1386), - [anon_sym__Atomic] = ACTIONS(1386), - [anon_sym__Noreturn] = ACTIONS(1386), - [anon_sym_noreturn] = ACTIONS(1386), - [sym_primitive_type] = ACTIONS(1386), - [anon_sym_enum] = ACTIONS(1386), - [anon_sym_struct] = ACTIONS(1386), - [anon_sym_union] = ACTIONS(1386), - [anon_sym_if] = ACTIONS(1386), - [anon_sym_else] = ACTIONS(1386), - [anon_sym_switch] = ACTIONS(1386), - [anon_sym_case] = ACTIONS(1386), - [anon_sym_default] = ACTIONS(1386), - [anon_sym_while] = ACTIONS(1386), - [anon_sym_do] = ACTIONS(1386), - [anon_sym_for] = ACTIONS(1386), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1386), - [anon_sym_continue] = ACTIONS(1386), - [anon_sym_goto] = ACTIONS(1386), - [anon_sym_DASH_DASH] = ACTIONS(1388), - [anon_sym_PLUS_PLUS] = ACTIONS(1388), - [anon_sym_sizeof] = ACTIONS(1386), - [anon_sym___alignof__] = ACTIONS(1386), - [anon_sym___alignof] = ACTIONS(1386), - [anon_sym__alignof] = ACTIONS(1386), - [anon_sym_alignof] = ACTIONS(1386), - [anon_sym__Alignof] = ACTIONS(1386), - [anon_sym_offsetof] = ACTIONS(1386), - [anon_sym__Generic] = ACTIONS(1386), - [anon_sym_asm] = ACTIONS(1386), - [anon_sym___asm__] = ACTIONS(1386), - [sym_number_literal] = ACTIONS(1388), - [anon_sym_L_SQUOTE] = ACTIONS(1388), - [anon_sym_u_SQUOTE] = ACTIONS(1388), - [anon_sym_U_SQUOTE] = ACTIONS(1388), - [anon_sym_u8_SQUOTE] = ACTIONS(1388), - [anon_sym_SQUOTE] = ACTIONS(1388), - [anon_sym_L_DQUOTE] = ACTIONS(1388), - [anon_sym_u_DQUOTE] = ACTIONS(1388), - [anon_sym_U_DQUOTE] = ACTIONS(1388), - [anon_sym_u8_DQUOTE] = ACTIONS(1388), - [anon_sym_DQUOTE] = ACTIONS(1388), - [sym_true] = ACTIONS(1386), - [sym_false] = ACTIONS(1386), - [anon_sym_NULL] = ACTIONS(1386), - [anon_sym_nullptr] = ACTIONS(1386), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1386), - [anon_sym_rayPayloadInEXT] = ACTIONS(1386), - [anon_sym_hitAttributeEXT] = ACTIONS(1386), - [anon_sym_callableDataEXT] = ACTIONS(1386), - [anon_sym_callableDataInEXT] = ACTIONS(1386), - [anon_sym_shaderRecordEXT] = ACTIONS(1386), - [anon_sym_rayPayloadNV] = ACTIONS(1386), - [anon_sym_rayPayloadInNV] = ACTIONS(1386), - [anon_sym_hitAttributeNV] = ACTIONS(1386), - [anon_sym_callableDataNV] = ACTIONS(1386), - [anon_sym_callableDataInNV] = ACTIONS(1386), - [anon_sym_shaderRecordNV] = ACTIONS(1386), - [anon_sym_layout] = ACTIONS(1386), - }, - [178] = { - [sym_identifier] = ACTIONS(1366), - [aux_sym_preproc_include_token1] = ACTIONS(1366), - [aux_sym_preproc_def_token1] = ACTIONS(1366), - [aux_sym_preproc_if_token1] = ACTIONS(1366), - [aux_sym_preproc_if_token2] = ACTIONS(1366), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1366), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1366), - [aux_sym_preproc_else_token1] = ACTIONS(1366), - [aux_sym_preproc_elif_token1] = ACTIONS(1366), - [sym_preproc_directive] = ACTIONS(1366), - [anon_sym_LPAREN2] = ACTIONS(1368), - [anon_sym_BANG] = ACTIONS(1368), - [anon_sym_TILDE] = ACTIONS(1368), - [anon_sym_DASH] = ACTIONS(1366), - [anon_sym_PLUS] = ACTIONS(1366), - [anon_sym_STAR] = ACTIONS(1368), - [anon_sym_AMP] = ACTIONS(1368), - [anon_sym_subroutine] = ACTIONS(1366), - [anon_sym_invariant] = ACTIONS(1366), - [anon_sym_precise] = ACTIONS(1366), - [anon_sym_SEMI] = ACTIONS(1368), - [anon_sym_in] = ACTIONS(1366), - [anon_sym_out] = ACTIONS(1366), - [anon_sym_inout] = ACTIONS(1366), - [anon_sym_uniform] = ACTIONS(1366), - [anon_sym_shared] = ACTIONS(1366), - [anon_sym_attribute] = ACTIONS(1366), - [anon_sym_varying] = ACTIONS(1366), - [anon_sym_buffer] = ACTIONS(1366), - [anon_sym_coherent] = ACTIONS(1366), - [anon_sym_readonly] = ACTIONS(1366), - [anon_sym_writeonly] = ACTIONS(1366), - [anon_sym_precision] = ACTIONS(1366), - [anon_sym_highp] = ACTIONS(1366), - [anon_sym_mediump] = ACTIONS(1366), - [anon_sym_lowp] = ACTIONS(1366), - [anon_sym_centroid] = ACTIONS(1366), - [anon_sym_sample] = ACTIONS(1366), - [anon_sym_patch] = ACTIONS(1366), - [anon_sym_smooth] = ACTIONS(1366), - [anon_sym_flat] = ACTIONS(1366), - [anon_sym_noperspective] = ACTIONS(1366), - [anon_sym___extension__] = ACTIONS(1366), - [anon_sym_typedef] = ACTIONS(1366), - [anon_sym_extern] = ACTIONS(1366), - [anon_sym___attribute__] = ACTIONS(1366), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1368), - [anon_sym___declspec] = ACTIONS(1366), - [anon_sym___cdecl] = ACTIONS(1366), - [anon_sym___clrcall] = ACTIONS(1366), - [anon_sym___stdcall] = ACTIONS(1366), - [anon_sym___fastcall] = ACTIONS(1366), - [anon_sym___thiscall] = ACTIONS(1366), - [anon_sym___vectorcall] = ACTIONS(1366), - [anon_sym_LBRACE] = ACTIONS(1368), - [anon_sym_signed] = ACTIONS(1366), - [anon_sym_unsigned] = ACTIONS(1366), - [anon_sym_long] = ACTIONS(1366), - [anon_sym_short] = ACTIONS(1366), - [anon_sym_static] = ACTIONS(1366), - [anon_sym_auto] = ACTIONS(1366), - [anon_sym_register] = ACTIONS(1366), - [anon_sym_inline] = ACTIONS(1366), - [anon_sym___inline] = ACTIONS(1366), - [anon_sym___inline__] = ACTIONS(1366), - [anon_sym___forceinline] = ACTIONS(1366), - [anon_sym_thread_local] = ACTIONS(1366), - [anon_sym___thread] = ACTIONS(1366), - [anon_sym_const] = ACTIONS(1366), - [anon_sym_constexpr] = ACTIONS(1366), - [anon_sym_volatile] = ACTIONS(1366), - [anon_sym_restrict] = ACTIONS(1366), - [anon_sym___restrict__] = ACTIONS(1366), - [anon_sym__Atomic] = ACTIONS(1366), - [anon_sym__Noreturn] = ACTIONS(1366), - [anon_sym_noreturn] = ACTIONS(1366), - [sym_primitive_type] = ACTIONS(1366), - [anon_sym_enum] = ACTIONS(1366), - [anon_sym_struct] = ACTIONS(1366), - [anon_sym_union] = ACTIONS(1366), - [anon_sym_if] = ACTIONS(1366), - [anon_sym_else] = ACTIONS(1366), - [anon_sym_switch] = ACTIONS(1366), - [anon_sym_case] = ACTIONS(1366), - [anon_sym_default] = ACTIONS(1366), - [anon_sym_while] = ACTIONS(1366), - [anon_sym_do] = ACTIONS(1366), - [anon_sym_for] = ACTIONS(1366), - [anon_sym_return] = ACTIONS(1366), - [anon_sym_break] = ACTIONS(1366), - [anon_sym_continue] = ACTIONS(1366), - [anon_sym_goto] = ACTIONS(1366), - [anon_sym_DASH_DASH] = ACTIONS(1368), - [anon_sym_PLUS_PLUS] = ACTIONS(1368), - [anon_sym_sizeof] = ACTIONS(1366), - [anon_sym___alignof__] = ACTIONS(1366), - [anon_sym___alignof] = ACTIONS(1366), - [anon_sym__alignof] = ACTIONS(1366), - [anon_sym_alignof] = ACTIONS(1366), - [anon_sym__Alignof] = ACTIONS(1366), - [anon_sym_offsetof] = ACTIONS(1366), - [anon_sym__Generic] = ACTIONS(1366), - [anon_sym_asm] = ACTIONS(1366), - [anon_sym___asm__] = ACTIONS(1366), - [sym_number_literal] = ACTIONS(1368), - [anon_sym_L_SQUOTE] = ACTIONS(1368), - [anon_sym_u_SQUOTE] = ACTIONS(1368), - [anon_sym_U_SQUOTE] = ACTIONS(1368), - [anon_sym_u8_SQUOTE] = ACTIONS(1368), - [anon_sym_SQUOTE] = ACTIONS(1368), - [anon_sym_L_DQUOTE] = ACTIONS(1368), - [anon_sym_u_DQUOTE] = ACTIONS(1368), - [anon_sym_U_DQUOTE] = ACTIONS(1368), - [anon_sym_u8_DQUOTE] = ACTIONS(1368), - [anon_sym_DQUOTE] = ACTIONS(1368), - [sym_true] = ACTIONS(1366), - [sym_false] = ACTIONS(1366), - [anon_sym_NULL] = ACTIONS(1366), - [anon_sym_nullptr] = ACTIONS(1366), + [166] = { + [sym_identifier] = ACTIONS(1418), + [aux_sym_preproc_include_token1] = ACTIONS(1418), + [aux_sym_preproc_def_token1] = ACTIONS(1418), + [aux_sym_preproc_if_token1] = ACTIONS(1418), + [aux_sym_preproc_if_token2] = ACTIONS(1418), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1418), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1418), + [aux_sym_preproc_else_token1] = ACTIONS(1418), + [aux_sym_preproc_elif_token1] = ACTIONS(1418), + [sym_preproc_directive] = ACTIONS(1418), + [anon_sym_LPAREN2] = ACTIONS(1420), + [anon_sym_BANG] = ACTIONS(1420), + [anon_sym_TILDE] = ACTIONS(1420), + [anon_sym_DASH] = ACTIONS(1418), + [anon_sym_PLUS] = ACTIONS(1418), + [anon_sym_STAR] = ACTIONS(1420), + [anon_sym_AMP] = ACTIONS(1420), + [anon_sym_subroutine] = ACTIONS(1418), + [anon_sym_invariant] = ACTIONS(1418), + [anon_sym_precise] = ACTIONS(1418), + [anon_sym_SEMI] = ACTIONS(1420), + [anon_sym_in] = ACTIONS(1418), + [anon_sym_out] = ACTIONS(1418), + [anon_sym_inout] = ACTIONS(1418), + [anon_sym_uniform] = ACTIONS(1418), + [anon_sym_shared] = ACTIONS(1418), + [anon_sym_attribute] = ACTIONS(1418), + [anon_sym_varying] = ACTIONS(1418), + [anon_sym_buffer] = ACTIONS(1418), + [anon_sym_coherent] = ACTIONS(1418), + [anon_sym_readonly] = ACTIONS(1418), + [anon_sym_writeonly] = ACTIONS(1418), + [anon_sym_precision] = ACTIONS(1418), + [anon_sym_highp] = ACTIONS(1418), + [anon_sym_mediump] = ACTIONS(1418), + [anon_sym_lowp] = ACTIONS(1418), + [anon_sym_centroid] = ACTIONS(1418), + [anon_sym_sample] = ACTIONS(1418), + [anon_sym_patch] = ACTIONS(1418), + [anon_sym_smooth] = ACTIONS(1418), + [anon_sym_flat] = ACTIONS(1418), + [anon_sym_noperspective] = ACTIONS(1418), + [anon_sym___extension__] = ACTIONS(1418), + [anon_sym_typedef] = ACTIONS(1418), + [anon_sym_extern] = ACTIONS(1418), + [anon_sym___attribute__] = ACTIONS(1418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1420), + [anon_sym___declspec] = ACTIONS(1418), + [anon_sym___cdecl] = ACTIONS(1418), + [anon_sym___clrcall] = ACTIONS(1418), + [anon_sym___stdcall] = ACTIONS(1418), + [anon_sym___fastcall] = ACTIONS(1418), + [anon_sym___thiscall] = ACTIONS(1418), + [anon_sym___vectorcall] = ACTIONS(1418), + [anon_sym_LBRACE] = ACTIONS(1420), + [anon_sym_signed] = ACTIONS(1418), + [anon_sym_unsigned] = ACTIONS(1418), + [anon_sym_long] = ACTIONS(1418), + [anon_sym_short] = ACTIONS(1418), + [anon_sym_static] = ACTIONS(1418), + [anon_sym_auto] = ACTIONS(1418), + [anon_sym_register] = ACTIONS(1418), + [anon_sym_inline] = ACTIONS(1418), + [anon_sym___inline] = ACTIONS(1418), + [anon_sym___inline__] = ACTIONS(1418), + [anon_sym___forceinline] = ACTIONS(1418), + [anon_sym_thread_local] = ACTIONS(1418), + [anon_sym___thread] = ACTIONS(1418), + [anon_sym_const] = ACTIONS(1418), + [anon_sym_constexpr] = ACTIONS(1418), + [anon_sym_volatile] = ACTIONS(1418), + [anon_sym_restrict] = ACTIONS(1418), + [anon_sym___restrict__] = ACTIONS(1418), + [anon_sym__Atomic] = ACTIONS(1418), + [anon_sym__Noreturn] = ACTIONS(1418), + [anon_sym_noreturn] = ACTIONS(1418), + [sym_primitive_type] = ACTIONS(1418), + [anon_sym_enum] = ACTIONS(1418), + [anon_sym_struct] = ACTIONS(1418), + [anon_sym_union] = ACTIONS(1418), + [anon_sym_if] = ACTIONS(1418), + [anon_sym_else] = ACTIONS(1418), + [anon_sym_switch] = ACTIONS(1418), + [anon_sym_case] = ACTIONS(1418), + [anon_sym_default] = ACTIONS(1418), + [anon_sym_while] = ACTIONS(1418), + [anon_sym_do] = ACTIONS(1418), + [anon_sym_for] = ACTIONS(1418), + [anon_sym_return] = ACTIONS(1418), + [anon_sym_break] = ACTIONS(1418), + [anon_sym_continue] = ACTIONS(1418), + [anon_sym_goto] = ACTIONS(1418), + [anon_sym_DASH_DASH] = ACTIONS(1420), + [anon_sym_PLUS_PLUS] = ACTIONS(1420), + [anon_sym_sizeof] = ACTIONS(1418), + [anon_sym___alignof__] = ACTIONS(1418), + [anon_sym___alignof] = ACTIONS(1418), + [anon_sym__alignof] = ACTIONS(1418), + [anon_sym_alignof] = ACTIONS(1418), + [anon_sym__Alignof] = ACTIONS(1418), + [anon_sym_offsetof] = ACTIONS(1418), + [anon_sym__Generic] = ACTIONS(1418), + [anon_sym_asm] = ACTIONS(1418), + [anon_sym___asm__] = ACTIONS(1418), + [sym_number_literal] = ACTIONS(1420), + [anon_sym_L_SQUOTE] = ACTIONS(1420), + [anon_sym_u_SQUOTE] = ACTIONS(1420), + [anon_sym_U_SQUOTE] = ACTIONS(1420), + [anon_sym_u8_SQUOTE] = ACTIONS(1420), + [anon_sym_SQUOTE] = ACTIONS(1420), + [anon_sym_L_DQUOTE] = ACTIONS(1420), + [anon_sym_u_DQUOTE] = ACTIONS(1420), + [anon_sym_U_DQUOTE] = ACTIONS(1420), + [anon_sym_u8_DQUOTE] = ACTIONS(1420), + [anon_sym_DQUOTE] = ACTIONS(1420), + [sym_true] = ACTIONS(1418), + [sym_false] = ACTIONS(1418), + [anon_sym_NULL] = ACTIONS(1418), + [anon_sym_nullptr] = ACTIONS(1418), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1366), - [anon_sym_rayPayloadInEXT] = ACTIONS(1366), - [anon_sym_hitAttributeEXT] = ACTIONS(1366), - [anon_sym_callableDataEXT] = ACTIONS(1366), - [anon_sym_callableDataInEXT] = ACTIONS(1366), - [anon_sym_shaderRecordEXT] = ACTIONS(1366), - [anon_sym_rayPayloadNV] = ACTIONS(1366), - [anon_sym_rayPayloadInNV] = ACTIONS(1366), - [anon_sym_hitAttributeNV] = ACTIONS(1366), - [anon_sym_callableDataNV] = ACTIONS(1366), - [anon_sym_callableDataInNV] = ACTIONS(1366), - [anon_sym_shaderRecordNV] = ACTIONS(1366), - [anon_sym_layout] = ACTIONS(1366), + [anon_sym_rayPayloadEXT] = ACTIONS(1418), + [anon_sym_rayPayloadInEXT] = ACTIONS(1418), + [anon_sym_hitAttributeEXT] = ACTIONS(1418), + [anon_sym_callableDataEXT] = ACTIONS(1418), + [anon_sym_callableDataInEXT] = ACTIONS(1418), + [anon_sym_shaderRecordEXT] = ACTIONS(1418), + [anon_sym_rayPayloadNV] = ACTIONS(1418), + [anon_sym_rayPayloadInNV] = ACTIONS(1418), + [anon_sym_hitAttributeNV] = ACTIONS(1418), + [anon_sym_callableDataNV] = ACTIONS(1418), + [anon_sym_callableDataInNV] = ACTIONS(1418), + [anon_sym_shaderRecordNV] = ACTIONS(1418), + [anon_sym_layout] = ACTIONS(1418), }, - [179] = { - [sym_identifier] = ACTIONS(1378), - [aux_sym_preproc_include_token1] = ACTIONS(1378), - [aux_sym_preproc_def_token1] = ACTIONS(1378), - [aux_sym_preproc_if_token1] = ACTIONS(1378), - [aux_sym_preproc_if_token2] = ACTIONS(1378), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1378), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1378), - [aux_sym_preproc_else_token1] = ACTIONS(1378), - [aux_sym_preproc_elif_token1] = ACTIONS(1378), - [sym_preproc_directive] = ACTIONS(1378), - [anon_sym_LPAREN2] = ACTIONS(1380), - [anon_sym_BANG] = ACTIONS(1380), - [anon_sym_TILDE] = ACTIONS(1380), - [anon_sym_DASH] = ACTIONS(1378), - [anon_sym_PLUS] = ACTIONS(1378), - [anon_sym_STAR] = ACTIONS(1380), - [anon_sym_AMP] = ACTIONS(1380), - [anon_sym_subroutine] = ACTIONS(1378), - [anon_sym_invariant] = ACTIONS(1378), - [anon_sym_precise] = ACTIONS(1378), - [anon_sym_SEMI] = ACTIONS(1380), - [anon_sym_in] = ACTIONS(1378), - [anon_sym_out] = ACTIONS(1378), - [anon_sym_inout] = ACTIONS(1378), - [anon_sym_uniform] = ACTIONS(1378), - [anon_sym_shared] = ACTIONS(1378), - [anon_sym_attribute] = ACTIONS(1378), - [anon_sym_varying] = ACTIONS(1378), - [anon_sym_buffer] = ACTIONS(1378), - [anon_sym_coherent] = ACTIONS(1378), - [anon_sym_readonly] = ACTIONS(1378), - [anon_sym_writeonly] = ACTIONS(1378), - [anon_sym_precision] = ACTIONS(1378), - [anon_sym_highp] = ACTIONS(1378), - [anon_sym_mediump] = ACTIONS(1378), - [anon_sym_lowp] = ACTIONS(1378), - [anon_sym_centroid] = ACTIONS(1378), - [anon_sym_sample] = ACTIONS(1378), - [anon_sym_patch] = ACTIONS(1378), - [anon_sym_smooth] = ACTIONS(1378), - [anon_sym_flat] = ACTIONS(1378), - [anon_sym_noperspective] = ACTIONS(1378), - [anon_sym___extension__] = ACTIONS(1378), - [anon_sym_typedef] = ACTIONS(1378), - [anon_sym_extern] = ACTIONS(1378), - [anon_sym___attribute__] = ACTIONS(1378), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1380), - [anon_sym___declspec] = ACTIONS(1378), - [anon_sym___cdecl] = ACTIONS(1378), - [anon_sym___clrcall] = ACTIONS(1378), - [anon_sym___stdcall] = ACTIONS(1378), - [anon_sym___fastcall] = ACTIONS(1378), - [anon_sym___thiscall] = ACTIONS(1378), - [anon_sym___vectorcall] = ACTIONS(1378), - [anon_sym_LBRACE] = ACTIONS(1380), - [anon_sym_signed] = ACTIONS(1378), - [anon_sym_unsigned] = ACTIONS(1378), - [anon_sym_long] = ACTIONS(1378), - [anon_sym_short] = ACTIONS(1378), - [anon_sym_static] = ACTIONS(1378), - [anon_sym_auto] = ACTIONS(1378), - [anon_sym_register] = ACTIONS(1378), - [anon_sym_inline] = ACTIONS(1378), - [anon_sym___inline] = ACTIONS(1378), - [anon_sym___inline__] = ACTIONS(1378), - [anon_sym___forceinline] = ACTIONS(1378), - [anon_sym_thread_local] = ACTIONS(1378), - [anon_sym___thread] = ACTIONS(1378), - [anon_sym_const] = ACTIONS(1378), - [anon_sym_constexpr] = ACTIONS(1378), - [anon_sym_volatile] = ACTIONS(1378), - [anon_sym_restrict] = ACTIONS(1378), - [anon_sym___restrict__] = ACTIONS(1378), - [anon_sym__Atomic] = ACTIONS(1378), - [anon_sym__Noreturn] = ACTIONS(1378), - [anon_sym_noreturn] = ACTIONS(1378), - [sym_primitive_type] = ACTIONS(1378), - [anon_sym_enum] = ACTIONS(1378), - [anon_sym_struct] = ACTIONS(1378), - [anon_sym_union] = ACTIONS(1378), - [anon_sym_if] = ACTIONS(1378), - [anon_sym_else] = ACTIONS(1378), - [anon_sym_switch] = ACTIONS(1378), - [anon_sym_case] = ACTIONS(1378), - [anon_sym_default] = ACTIONS(1378), - [anon_sym_while] = ACTIONS(1378), - [anon_sym_do] = ACTIONS(1378), - [anon_sym_for] = ACTIONS(1378), - [anon_sym_return] = ACTIONS(1378), - [anon_sym_break] = ACTIONS(1378), - [anon_sym_continue] = ACTIONS(1378), - [anon_sym_goto] = ACTIONS(1378), - [anon_sym_DASH_DASH] = ACTIONS(1380), - [anon_sym_PLUS_PLUS] = ACTIONS(1380), - [anon_sym_sizeof] = ACTIONS(1378), - [anon_sym___alignof__] = ACTIONS(1378), - [anon_sym___alignof] = ACTIONS(1378), - [anon_sym__alignof] = ACTIONS(1378), - [anon_sym_alignof] = ACTIONS(1378), - [anon_sym__Alignof] = ACTIONS(1378), - [anon_sym_offsetof] = ACTIONS(1378), - [anon_sym__Generic] = ACTIONS(1378), - [anon_sym_asm] = ACTIONS(1378), - [anon_sym___asm__] = ACTIONS(1378), - [sym_number_literal] = ACTIONS(1380), - [anon_sym_L_SQUOTE] = ACTIONS(1380), - [anon_sym_u_SQUOTE] = ACTIONS(1380), - [anon_sym_U_SQUOTE] = ACTIONS(1380), - [anon_sym_u8_SQUOTE] = ACTIONS(1380), - [anon_sym_SQUOTE] = ACTIONS(1380), - [anon_sym_L_DQUOTE] = ACTIONS(1380), - [anon_sym_u_DQUOTE] = ACTIONS(1380), - [anon_sym_U_DQUOTE] = ACTIONS(1380), - [anon_sym_u8_DQUOTE] = ACTIONS(1380), - [anon_sym_DQUOTE] = ACTIONS(1380), - [sym_true] = ACTIONS(1378), - [sym_false] = ACTIONS(1378), - [anon_sym_NULL] = ACTIONS(1378), - [anon_sym_nullptr] = ACTIONS(1378), + [167] = { + [sym_identifier] = ACTIONS(1402), + [aux_sym_preproc_include_token1] = ACTIONS(1402), + [aux_sym_preproc_def_token1] = ACTIONS(1402), + [aux_sym_preproc_if_token1] = ACTIONS(1402), + [aux_sym_preproc_if_token2] = ACTIONS(1402), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1402), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1402), + [aux_sym_preproc_else_token1] = ACTIONS(1402), + [aux_sym_preproc_elif_token1] = ACTIONS(1402), + [sym_preproc_directive] = ACTIONS(1402), + [anon_sym_LPAREN2] = ACTIONS(1404), + [anon_sym_BANG] = ACTIONS(1404), + [anon_sym_TILDE] = ACTIONS(1404), + [anon_sym_DASH] = ACTIONS(1402), + [anon_sym_PLUS] = ACTIONS(1402), + [anon_sym_STAR] = ACTIONS(1404), + [anon_sym_AMP] = ACTIONS(1404), + [anon_sym_subroutine] = ACTIONS(1402), + [anon_sym_invariant] = ACTIONS(1402), + [anon_sym_precise] = ACTIONS(1402), + [anon_sym_SEMI] = ACTIONS(1404), + [anon_sym_in] = ACTIONS(1402), + [anon_sym_out] = ACTIONS(1402), + [anon_sym_inout] = ACTIONS(1402), + [anon_sym_uniform] = ACTIONS(1402), + [anon_sym_shared] = ACTIONS(1402), + [anon_sym_attribute] = ACTIONS(1402), + [anon_sym_varying] = ACTIONS(1402), + [anon_sym_buffer] = ACTIONS(1402), + [anon_sym_coherent] = ACTIONS(1402), + [anon_sym_readonly] = ACTIONS(1402), + [anon_sym_writeonly] = ACTIONS(1402), + [anon_sym_precision] = ACTIONS(1402), + [anon_sym_highp] = ACTIONS(1402), + [anon_sym_mediump] = ACTIONS(1402), + [anon_sym_lowp] = ACTIONS(1402), + [anon_sym_centroid] = ACTIONS(1402), + [anon_sym_sample] = ACTIONS(1402), + [anon_sym_patch] = ACTIONS(1402), + [anon_sym_smooth] = ACTIONS(1402), + [anon_sym_flat] = ACTIONS(1402), + [anon_sym_noperspective] = ACTIONS(1402), + [anon_sym___extension__] = ACTIONS(1402), + [anon_sym_typedef] = ACTIONS(1402), + [anon_sym_extern] = ACTIONS(1402), + [anon_sym___attribute__] = ACTIONS(1402), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1404), + [anon_sym___declspec] = ACTIONS(1402), + [anon_sym___cdecl] = ACTIONS(1402), + [anon_sym___clrcall] = ACTIONS(1402), + [anon_sym___stdcall] = ACTIONS(1402), + [anon_sym___fastcall] = ACTIONS(1402), + [anon_sym___thiscall] = ACTIONS(1402), + [anon_sym___vectorcall] = ACTIONS(1402), + [anon_sym_LBRACE] = ACTIONS(1404), + [anon_sym_signed] = ACTIONS(1402), + [anon_sym_unsigned] = ACTIONS(1402), + [anon_sym_long] = ACTIONS(1402), + [anon_sym_short] = ACTIONS(1402), + [anon_sym_static] = ACTIONS(1402), + [anon_sym_auto] = ACTIONS(1402), + [anon_sym_register] = ACTIONS(1402), + [anon_sym_inline] = ACTIONS(1402), + [anon_sym___inline] = ACTIONS(1402), + [anon_sym___inline__] = ACTIONS(1402), + [anon_sym___forceinline] = ACTIONS(1402), + [anon_sym_thread_local] = ACTIONS(1402), + [anon_sym___thread] = ACTIONS(1402), + [anon_sym_const] = ACTIONS(1402), + [anon_sym_constexpr] = ACTIONS(1402), + [anon_sym_volatile] = ACTIONS(1402), + [anon_sym_restrict] = ACTIONS(1402), + [anon_sym___restrict__] = ACTIONS(1402), + [anon_sym__Atomic] = ACTIONS(1402), + [anon_sym__Noreturn] = ACTIONS(1402), + [anon_sym_noreturn] = ACTIONS(1402), + [sym_primitive_type] = ACTIONS(1402), + [anon_sym_enum] = ACTIONS(1402), + [anon_sym_struct] = ACTIONS(1402), + [anon_sym_union] = ACTIONS(1402), + [anon_sym_if] = ACTIONS(1402), + [anon_sym_else] = ACTIONS(1402), + [anon_sym_switch] = ACTIONS(1402), + [anon_sym_case] = ACTIONS(1402), + [anon_sym_default] = ACTIONS(1402), + [anon_sym_while] = ACTIONS(1402), + [anon_sym_do] = ACTIONS(1402), + [anon_sym_for] = ACTIONS(1402), + [anon_sym_return] = ACTIONS(1402), + [anon_sym_break] = ACTIONS(1402), + [anon_sym_continue] = ACTIONS(1402), + [anon_sym_goto] = ACTIONS(1402), + [anon_sym_DASH_DASH] = ACTIONS(1404), + [anon_sym_PLUS_PLUS] = ACTIONS(1404), + [anon_sym_sizeof] = ACTIONS(1402), + [anon_sym___alignof__] = ACTIONS(1402), + [anon_sym___alignof] = ACTIONS(1402), + [anon_sym__alignof] = ACTIONS(1402), + [anon_sym_alignof] = ACTIONS(1402), + [anon_sym__Alignof] = ACTIONS(1402), + [anon_sym_offsetof] = ACTIONS(1402), + [anon_sym__Generic] = ACTIONS(1402), + [anon_sym_asm] = ACTIONS(1402), + [anon_sym___asm__] = ACTIONS(1402), + [sym_number_literal] = ACTIONS(1404), + [anon_sym_L_SQUOTE] = ACTIONS(1404), + [anon_sym_u_SQUOTE] = ACTIONS(1404), + [anon_sym_U_SQUOTE] = ACTIONS(1404), + [anon_sym_u8_SQUOTE] = ACTIONS(1404), + [anon_sym_SQUOTE] = ACTIONS(1404), + [anon_sym_L_DQUOTE] = ACTIONS(1404), + [anon_sym_u_DQUOTE] = ACTIONS(1404), + [anon_sym_U_DQUOTE] = ACTIONS(1404), + [anon_sym_u8_DQUOTE] = ACTIONS(1404), + [anon_sym_DQUOTE] = ACTIONS(1404), + [sym_true] = ACTIONS(1402), + [sym_false] = ACTIONS(1402), + [anon_sym_NULL] = ACTIONS(1402), + [anon_sym_nullptr] = ACTIONS(1402), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1378), - [anon_sym_rayPayloadInEXT] = ACTIONS(1378), - [anon_sym_hitAttributeEXT] = ACTIONS(1378), - [anon_sym_callableDataEXT] = ACTIONS(1378), - [anon_sym_callableDataInEXT] = ACTIONS(1378), - [anon_sym_shaderRecordEXT] = ACTIONS(1378), - [anon_sym_rayPayloadNV] = ACTIONS(1378), - [anon_sym_rayPayloadInNV] = ACTIONS(1378), - [anon_sym_hitAttributeNV] = ACTIONS(1378), - [anon_sym_callableDataNV] = ACTIONS(1378), - [anon_sym_callableDataInNV] = ACTIONS(1378), - [anon_sym_shaderRecordNV] = ACTIONS(1378), - [anon_sym_layout] = ACTIONS(1378), + [anon_sym_rayPayloadEXT] = ACTIONS(1402), + [anon_sym_rayPayloadInEXT] = ACTIONS(1402), + [anon_sym_hitAttributeEXT] = ACTIONS(1402), + [anon_sym_callableDataEXT] = ACTIONS(1402), + [anon_sym_callableDataInEXT] = ACTIONS(1402), + [anon_sym_shaderRecordEXT] = ACTIONS(1402), + [anon_sym_rayPayloadNV] = ACTIONS(1402), + [anon_sym_rayPayloadInNV] = ACTIONS(1402), + [anon_sym_hitAttributeNV] = ACTIONS(1402), + [anon_sym_callableDataNV] = ACTIONS(1402), + [anon_sym_callableDataInNV] = ACTIONS(1402), + [anon_sym_shaderRecordNV] = ACTIONS(1402), + [anon_sym_layout] = ACTIONS(1402), }, - [180] = { - [sym_identifier] = ACTIONS(1450), - [aux_sym_preproc_include_token1] = ACTIONS(1450), - [aux_sym_preproc_def_token1] = ACTIONS(1450), - [aux_sym_preproc_if_token1] = ACTIONS(1450), - [aux_sym_preproc_if_token2] = ACTIONS(1450), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1450), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1450), - [aux_sym_preproc_else_token1] = ACTIONS(1450), - [aux_sym_preproc_elif_token1] = ACTIONS(1450), - [sym_preproc_directive] = ACTIONS(1450), - [anon_sym_LPAREN2] = ACTIONS(1452), - [anon_sym_BANG] = ACTIONS(1452), - [anon_sym_TILDE] = ACTIONS(1452), - [anon_sym_DASH] = ACTIONS(1450), - [anon_sym_PLUS] = ACTIONS(1450), - [anon_sym_STAR] = ACTIONS(1452), - [anon_sym_AMP] = ACTIONS(1452), - [anon_sym_subroutine] = ACTIONS(1450), - [anon_sym_invariant] = ACTIONS(1450), - [anon_sym_precise] = ACTIONS(1450), - [anon_sym_SEMI] = ACTIONS(1452), - [anon_sym_in] = ACTIONS(1450), - [anon_sym_out] = ACTIONS(1450), - [anon_sym_inout] = ACTIONS(1450), - [anon_sym_uniform] = ACTIONS(1450), - [anon_sym_shared] = ACTIONS(1450), - [anon_sym_attribute] = ACTIONS(1450), - [anon_sym_varying] = ACTIONS(1450), - [anon_sym_buffer] = ACTIONS(1450), - [anon_sym_coherent] = ACTIONS(1450), - [anon_sym_readonly] = ACTIONS(1450), - [anon_sym_writeonly] = ACTIONS(1450), - [anon_sym_precision] = ACTIONS(1450), - [anon_sym_highp] = ACTIONS(1450), - [anon_sym_mediump] = ACTIONS(1450), - [anon_sym_lowp] = ACTIONS(1450), - [anon_sym_centroid] = ACTIONS(1450), - [anon_sym_sample] = ACTIONS(1450), - [anon_sym_patch] = ACTIONS(1450), - [anon_sym_smooth] = ACTIONS(1450), - [anon_sym_flat] = ACTIONS(1450), - [anon_sym_noperspective] = ACTIONS(1450), - [anon_sym___extension__] = ACTIONS(1450), - [anon_sym_typedef] = ACTIONS(1450), - [anon_sym_extern] = ACTIONS(1450), - [anon_sym___attribute__] = ACTIONS(1450), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1452), - [anon_sym___declspec] = ACTIONS(1450), - [anon_sym___cdecl] = ACTIONS(1450), - [anon_sym___clrcall] = ACTIONS(1450), - [anon_sym___stdcall] = ACTIONS(1450), - [anon_sym___fastcall] = ACTIONS(1450), - [anon_sym___thiscall] = ACTIONS(1450), - [anon_sym___vectorcall] = ACTIONS(1450), - [anon_sym_LBRACE] = ACTIONS(1452), - [anon_sym_signed] = ACTIONS(1450), - [anon_sym_unsigned] = ACTIONS(1450), - [anon_sym_long] = ACTIONS(1450), - [anon_sym_short] = ACTIONS(1450), - [anon_sym_static] = ACTIONS(1450), - [anon_sym_auto] = ACTIONS(1450), - [anon_sym_register] = ACTIONS(1450), - [anon_sym_inline] = ACTIONS(1450), - [anon_sym___inline] = ACTIONS(1450), - [anon_sym___inline__] = ACTIONS(1450), - [anon_sym___forceinline] = ACTIONS(1450), - [anon_sym_thread_local] = ACTIONS(1450), - [anon_sym___thread] = ACTIONS(1450), - [anon_sym_const] = ACTIONS(1450), - [anon_sym_constexpr] = ACTIONS(1450), - [anon_sym_volatile] = ACTIONS(1450), - [anon_sym_restrict] = ACTIONS(1450), - [anon_sym___restrict__] = ACTIONS(1450), - [anon_sym__Atomic] = ACTIONS(1450), - [anon_sym__Noreturn] = ACTIONS(1450), - [anon_sym_noreturn] = ACTIONS(1450), - [sym_primitive_type] = ACTIONS(1450), - [anon_sym_enum] = ACTIONS(1450), - [anon_sym_struct] = ACTIONS(1450), - [anon_sym_union] = ACTIONS(1450), - [anon_sym_if] = ACTIONS(1450), - [anon_sym_else] = ACTIONS(1450), - [anon_sym_switch] = ACTIONS(1450), - [anon_sym_case] = ACTIONS(1450), - [anon_sym_default] = ACTIONS(1450), - [anon_sym_while] = ACTIONS(1450), - [anon_sym_do] = ACTIONS(1450), - [anon_sym_for] = ACTIONS(1450), - [anon_sym_return] = ACTIONS(1450), - [anon_sym_break] = ACTIONS(1450), - [anon_sym_continue] = ACTIONS(1450), - [anon_sym_goto] = ACTIONS(1450), - [anon_sym_DASH_DASH] = ACTIONS(1452), - [anon_sym_PLUS_PLUS] = ACTIONS(1452), - [anon_sym_sizeof] = ACTIONS(1450), - [anon_sym___alignof__] = ACTIONS(1450), - [anon_sym___alignof] = ACTIONS(1450), - [anon_sym__alignof] = ACTIONS(1450), - [anon_sym_alignof] = ACTIONS(1450), - [anon_sym__Alignof] = ACTIONS(1450), - [anon_sym_offsetof] = ACTIONS(1450), - [anon_sym__Generic] = ACTIONS(1450), - [anon_sym_asm] = ACTIONS(1450), - [anon_sym___asm__] = ACTIONS(1450), - [sym_number_literal] = ACTIONS(1452), - [anon_sym_L_SQUOTE] = ACTIONS(1452), - [anon_sym_u_SQUOTE] = ACTIONS(1452), - [anon_sym_U_SQUOTE] = ACTIONS(1452), - [anon_sym_u8_SQUOTE] = ACTIONS(1452), - [anon_sym_SQUOTE] = ACTIONS(1452), - [anon_sym_L_DQUOTE] = ACTIONS(1452), - [anon_sym_u_DQUOTE] = ACTIONS(1452), - [anon_sym_U_DQUOTE] = ACTIONS(1452), - [anon_sym_u8_DQUOTE] = ACTIONS(1452), - [anon_sym_DQUOTE] = ACTIONS(1452), - [sym_true] = ACTIONS(1450), - [sym_false] = ACTIONS(1450), - [anon_sym_NULL] = ACTIONS(1450), - [anon_sym_nullptr] = ACTIONS(1450), + [168] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [aux_sym_preproc_else_token1] = ACTIONS(1350), + [aux_sym_preproc_elif_token1] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1450), - [anon_sym_rayPayloadInEXT] = ACTIONS(1450), - [anon_sym_hitAttributeEXT] = ACTIONS(1450), - [anon_sym_callableDataEXT] = ACTIONS(1450), - [anon_sym_callableDataInEXT] = ACTIONS(1450), - [anon_sym_shaderRecordEXT] = ACTIONS(1450), - [anon_sym_rayPayloadNV] = ACTIONS(1450), - [anon_sym_rayPayloadInNV] = ACTIONS(1450), - [anon_sym_hitAttributeNV] = ACTIONS(1450), - [anon_sym_callableDataNV] = ACTIONS(1450), - [anon_sym_callableDataInNV] = ACTIONS(1450), - [anon_sym_shaderRecordNV] = ACTIONS(1450), - [anon_sym_layout] = ACTIONS(1450), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [181] = { - [sym_identifier] = ACTIONS(1446), - [aux_sym_preproc_include_token1] = ACTIONS(1446), - [aux_sym_preproc_def_token1] = ACTIONS(1446), - [aux_sym_preproc_if_token1] = ACTIONS(1446), - [aux_sym_preproc_if_token2] = ACTIONS(1446), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1446), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1446), - [aux_sym_preproc_else_token1] = ACTIONS(1446), - [aux_sym_preproc_elif_token1] = ACTIONS(1446), - [sym_preproc_directive] = ACTIONS(1446), - [anon_sym_LPAREN2] = ACTIONS(1448), - [anon_sym_BANG] = ACTIONS(1448), - [anon_sym_TILDE] = ACTIONS(1448), - [anon_sym_DASH] = ACTIONS(1446), - [anon_sym_PLUS] = ACTIONS(1446), - [anon_sym_STAR] = ACTIONS(1448), - [anon_sym_AMP] = ACTIONS(1448), - [anon_sym_subroutine] = ACTIONS(1446), - [anon_sym_invariant] = ACTIONS(1446), - [anon_sym_precise] = ACTIONS(1446), - [anon_sym_SEMI] = ACTIONS(1448), - [anon_sym_in] = ACTIONS(1446), - [anon_sym_out] = ACTIONS(1446), - [anon_sym_inout] = ACTIONS(1446), - [anon_sym_uniform] = ACTIONS(1446), - [anon_sym_shared] = ACTIONS(1446), - [anon_sym_attribute] = ACTIONS(1446), - [anon_sym_varying] = ACTIONS(1446), - [anon_sym_buffer] = ACTIONS(1446), - [anon_sym_coherent] = ACTIONS(1446), - [anon_sym_readonly] = ACTIONS(1446), - [anon_sym_writeonly] = ACTIONS(1446), - [anon_sym_precision] = ACTIONS(1446), - [anon_sym_highp] = ACTIONS(1446), - [anon_sym_mediump] = ACTIONS(1446), - [anon_sym_lowp] = ACTIONS(1446), - [anon_sym_centroid] = ACTIONS(1446), - [anon_sym_sample] = ACTIONS(1446), - [anon_sym_patch] = ACTIONS(1446), - [anon_sym_smooth] = ACTIONS(1446), - [anon_sym_flat] = ACTIONS(1446), - [anon_sym_noperspective] = ACTIONS(1446), - [anon_sym___extension__] = ACTIONS(1446), - [anon_sym_typedef] = ACTIONS(1446), - [anon_sym_extern] = ACTIONS(1446), - [anon_sym___attribute__] = ACTIONS(1446), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1448), - [anon_sym___declspec] = ACTIONS(1446), - [anon_sym___cdecl] = ACTIONS(1446), - [anon_sym___clrcall] = ACTIONS(1446), - [anon_sym___stdcall] = ACTIONS(1446), - [anon_sym___fastcall] = ACTIONS(1446), - [anon_sym___thiscall] = ACTIONS(1446), - [anon_sym___vectorcall] = ACTIONS(1446), - [anon_sym_LBRACE] = ACTIONS(1448), - [anon_sym_signed] = ACTIONS(1446), - [anon_sym_unsigned] = ACTIONS(1446), - [anon_sym_long] = ACTIONS(1446), - [anon_sym_short] = ACTIONS(1446), - [anon_sym_static] = ACTIONS(1446), - [anon_sym_auto] = ACTIONS(1446), - [anon_sym_register] = ACTIONS(1446), - [anon_sym_inline] = ACTIONS(1446), - [anon_sym___inline] = ACTIONS(1446), - [anon_sym___inline__] = ACTIONS(1446), - [anon_sym___forceinline] = ACTIONS(1446), - [anon_sym_thread_local] = ACTIONS(1446), - [anon_sym___thread] = ACTIONS(1446), - [anon_sym_const] = ACTIONS(1446), - [anon_sym_constexpr] = ACTIONS(1446), - [anon_sym_volatile] = ACTIONS(1446), - [anon_sym_restrict] = ACTIONS(1446), - [anon_sym___restrict__] = ACTIONS(1446), - [anon_sym__Atomic] = ACTIONS(1446), - [anon_sym__Noreturn] = ACTIONS(1446), - [anon_sym_noreturn] = ACTIONS(1446), - [sym_primitive_type] = ACTIONS(1446), - [anon_sym_enum] = ACTIONS(1446), - [anon_sym_struct] = ACTIONS(1446), - [anon_sym_union] = ACTIONS(1446), - [anon_sym_if] = ACTIONS(1446), - [anon_sym_else] = ACTIONS(1446), - [anon_sym_switch] = ACTIONS(1446), - [anon_sym_case] = ACTIONS(1446), - [anon_sym_default] = ACTIONS(1446), - [anon_sym_while] = ACTIONS(1446), - [anon_sym_do] = ACTIONS(1446), - [anon_sym_for] = ACTIONS(1446), - [anon_sym_return] = ACTIONS(1446), - [anon_sym_break] = ACTIONS(1446), - [anon_sym_continue] = ACTIONS(1446), - [anon_sym_goto] = ACTIONS(1446), - [anon_sym_DASH_DASH] = ACTIONS(1448), - [anon_sym_PLUS_PLUS] = ACTIONS(1448), - [anon_sym_sizeof] = ACTIONS(1446), - [anon_sym___alignof__] = ACTIONS(1446), - [anon_sym___alignof] = ACTIONS(1446), - [anon_sym__alignof] = ACTIONS(1446), - [anon_sym_alignof] = ACTIONS(1446), - [anon_sym__Alignof] = ACTIONS(1446), - [anon_sym_offsetof] = ACTIONS(1446), - [anon_sym__Generic] = ACTIONS(1446), - [anon_sym_asm] = ACTIONS(1446), - [anon_sym___asm__] = ACTIONS(1446), - [sym_number_literal] = ACTIONS(1448), - [anon_sym_L_SQUOTE] = ACTIONS(1448), - [anon_sym_u_SQUOTE] = ACTIONS(1448), - [anon_sym_U_SQUOTE] = ACTIONS(1448), - [anon_sym_u8_SQUOTE] = ACTIONS(1448), - [anon_sym_SQUOTE] = ACTIONS(1448), - [anon_sym_L_DQUOTE] = ACTIONS(1448), - [anon_sym_u_DQUOTE] = ACTIONS(1448), - [anon_sym_U_DQUOTE] = ACTIONS(1448), - [anon_sym_u8_DQUOTE] = ACTIONS(1448), - [anon_sym_DQUOTE] = ACTIONS(1448), - [sym_true] = ACTIONS(1446), - [sym_false] = ACTIONS(1446), - [anon_sym_NULL] = ACTIONS(1446), - [anon_sym_nullptr] = ACTIONS(1446), + [169] = { + [sym_identifier] = ACTIONS(1366), + [aux_sym_preproc_include_token1] = ACTIONS(1366), + [aux_sym_preproc_def_token1] = ACTIONS(1366), + [aux_sym_preproc_if_token1] = ACTIONS(1366), + [aux_sym_preproc_if_token2] = ACTIONS(1366), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1366), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1366), + [aux_sym_preproc_else_token1] = ACTIONS(1366), + [aux_sym_preproc_elif_token1] = ACTIONS(1366), + [sym_preproc_directive] = ACTIONS(1366), + [anon_sym_LPAREN2] = ACTIONS(1368), + [anon_sym_BANG] = ACTIONS(1368), + [anon_sym_TILDE] = ACTIONS(1368), + [anon_sym_DASH] = ACTIONS(1366), + [anon_sym_PLUS] = ACTIONS(1366), + [anon_sym_STAR] = ACTIONS(1368), + [anon_sym_AMP] = ACTIONS(1368), + [anon_sym_subroutine] = ACTIONS(1366), + [anon_sym_invariant] = ACTIONS(1366), + [anon_sym_precise] = ACTIONS(1366), + [anon_sym_SEMI] = ACTIONS(1368), + [anon_sym_in] = ACTIONS(1366), + [anon_sym_out] = ACTIONS(1366), + [anon_sym_inout] = ACTIONS(1366), + [anon_sym_uniform] = ACTIONS(1366), + [anon_sym_shared] = ACTIONS(1366), + [anon_sym_attribute] = ACTIONS(1366), + [anon_sym_varying] = ACTIONS(1366), + [anon_sym_buffer] = ACTIONS(1366), + [anon_sym_coherent] = ACTIONS(1366), + [anon_sym_readonly] = ACTIONS(1366), + [anon_sym_writeonly] = ACTIONS(1366), + [anon_sym_precision] = ACTIONS(1366), + [anon_sym_highp] = ACTIONS(1366), + [anon_sym_mediump] = ACTIONS(1366), + [anon_sym_lowp] = ACTIONS(1366), + [anon_sym_centroid] = ACTIONS(1366), + [anon_sym_sample] = ACTIONS(1366), + [anon_sym_patch] = ACTIONS(1366), + [anon_sym_smooth] = ACTIONS(1366), + [anon_sym_flat] = ACTIONS(1366), + [anon_sym_noperspective] = ACTIONS(1366), + [anon_sym___extension__] = ACTIONS(1366), + [anon_sym_typedef] = ACTIONS(1366), + [anon_sym_extern] = ACTIONS(1366), + [anon_sym___attribute__] = ACTIONS(1366), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1368), + [anon_sym___declspec] = ACTIONS(1366), + [anon_sym___cdecl] = ACTIONS(1366), + [anon_sym___clrcall] = ACTIONS(1366), + [anon_sym___stdcall] = ACTIONS(1366), + [anon_sym___fastcall] = ACTIONS(1366), + [anon_sym___thiscall] = ACTIONS(1366), + [anon_sym___vectorcall] = ACTIONS(1366), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_signed] = ACTIONS(1366), + [anon_sym_unsigned] = ACTIONS(1366), + [anon_sym_long] = ACTIONS(1366), + [anon_sym_short] = ACTIONS(1366), + [anon_sym_static] = ACTIONS(1366), + [anon_sym_auto] = ACTIONS(1366), + [anon_sym_register] = ACTIONS(1366), + [anon_sym_inline] = ACTIONS(1366), + [anon_sym___inline] = ACTIONS(1366), + [anon_sym___inline__] = ACTIONS(1366), + [anon_sym___forceinline] = ACTIONS(1366), + [anon_sym_thread_local] = ACTIONS(1366), + [anon_sym___thread] = ACTIONS(1366), + [anon_sym_const] = ACTIONS(1366), + [anon_sym_constexpr] = ACTIONS(1366), + [anon_sym_volatile] = ACTIONS(1366), + [anon_sym_restrict] = ACTIONS(1366), + [anon_sym___restrict__] = ACTIONS(1366), + [anon_sym__Atomic] = ACTIONS(1366), + [anon_sym__Noreturn] = ACTIONS(1366), + [anon_sym_noreturn] = ACTIONS(1366), + [sym_primitive_type] = ACTIONS(1366), + [anon_sym_enum] = ACTIONS(1366), + [anon_sym_struct] = ACTIONS(1366), + [anon_sym_union] = ACTIONS(1366), + [anon_sym_if] = ACTIONS(1366), + [anon_sym_else] = ACTIONS(1366), + [anon_sym_switch] = ACTIONS(1366), + [anon_sym_case] = ACTIONS(1366), + [anon_sym_default] = ACTIONS(1366), + [anon_sym_while] = ACTIONS(1366), + [anon_sym_do] = ACTIONS(1366), + [anon_sym_for] = ACTIONS(1366), + [anon_sym_return] = ACTIONS(1366), + [anon_sym_break] = ACTIONS(1366), + [anon_sym_continue] = ACTIONS(1366), + [anon_sym_goto] = ACTIONS(1366), + [anon_sym_DASH_DASH] = ACTIONS(1368), + [anon_sym_PLUS_PLUS] = ACTIONS(1368), + [anon_sym_sizeof] = ACTIONS(1366), + [anon_sym___alignof__] = ACTIONS(1366), + [anon_sym___alignof] = ACTIONS(1366), + [anon_sym__alignof] = ACTIONS(1366), + [anon_sym_alignof] = ACTIONS(1366), + [anon_sym__Alignof] = ACTIONS(1366), + [anon_sym_offsetof] = ACTIONS(1366), + [anon_sym__Generic] = ACTIONS(1366), + [anon_sym_asm] = ACTIONS(1366), + [anon_sym___asm__] = ACTIONS(1366), + [sym_number_literal] = ACTIONS(1368), + [anon_sym_L_SQUOTE] = ACTIONS(1368), + [anon_sym_u_SQUOTE] = ACTIONS(1368), + [anon_sym_U_SQUOTE] = ACTIONS(1368), + [anon_sym_u8_SQUOTE] = ACTIONS(1368), + [anon_sym_SQUOTE] = ACTIONS(1368), + [anon_sym_L_DQUOTE] = ACTIONS(1368), + [anon_sym_u_DQUOTE] = ACTIONS(1368), + [anon_sym_U_DQUOTE] = ACTIONS(1368), + [anon_sym_u8_DQUOTE] = ACTIONS(1368), + [anon_sym_DQUOTE] = ACTIONS(1368), + [sym_true] = ACTIONS(1366), + [sym_false] = ACTIONS(1366), + [anon_sym_NULL] = ACTIONS(1366), + [anon_sym_nullptr] = ACTIONS(1366), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1446), - [anon_sym_rayPayloadInEXT] = ACTIONS(1446), - [anon_sym_hitAttributeEXT] = ACTIONS(1446), - [anon_sym_callableDataEXT] = ACTIONS(1446), - [anon_sym_callableDataInEXT] = ACTIONS(1446), - [anon_sym_shaderRecordEXT] = ACTIONS(1446), - [anon_sym_rayPayloadNV] = ACTIONS(1446), - [anon_sym_rayPayloadInNV] = ACTIONS(1446), - [anon_sym_hitAttributeNV] = ACTIONS(1446), - [anon_sym_callableDataNV] = ACTIONS(1446), - [anon_sym_callableDataInNV] = ACTIONS(1446), - [anon_sym_shaderRecordNV] = ACTIONS(1446), - [anon_sym_layout] = ACTIONS(1446), + [anon_sym_rayPayloadEXT] = ACTIONS(1366), + [anon_sym_rayPayloadInEXT] = ACTIONS(1366), + [anon_sym_hitAttributeEXT] = ACTIONS(1366), + [anon_sym_callableDataEXT] = ACTIONS(1366), + [anon_sym_callableDataInEXT] = ACTIONS(1366), + [anon_sym_shaderRecordEXT] = ACTIONS(1366), + [anon_sym_rayPayloadNV] = ACTIONS(1366), + [anon_sym_rayPayloadInNV] = ACTIONS(1366), + [anon_sym_hitAttributeNV] = ACTIONS(1366), + [anon_sym_callableDataNV] = ACTIONS(1366), + [anon_sym_callableDataInNV] = ACTIONS(1366), + [anon_sym_shaderRecordNV] = ACTIONS(1366), + [anon_sym_layout] = ACTIONS(1366), }, - [182] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [aux_sym_preproc_else_token1] = ACTIONS(1354), - [aux_sym_preproc_elif_token1] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [170] = { + [sym_identifier] = ACTIONS(1362), + [aux_sym_preproc_include_token1] = ACTIONS(1362), + [aux_sym_preproc_def_token1] = ACTIONS(1362), + [aux_sym_preproc_if_token1] = ACTIONS(1362), + [aux_sym_preproc_if_token2] = ACTIONS(1362), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1362), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1362), + [aux_sym_preproc_else_token1] = ACTIONS(1362), + [aux_sym_preproc_elif_token1] = ACTIONS(1362), + [sym_preproc_directive] = ACTIONS(1362), + [anon_sym_LPAREN2] = ACTIONS(1364), + [anon_sym_BANG] = ACTIONS(1364), + [anon_sym_TILDE] = ACTIONS(1364), + [anon_sym_DASH] = ACTIONS(1362), + [anon_sym_PLUS] = ACTIONS(1362), + [anon_sym_STAR] = ACTIONS(1364), + [anon_sym_AMP] = ACTIONS(1364), + [anon_sym_subroutine] = ACTIONS(1362), + [anon_sym_invariant] = ACTIONS(1362), + [anon_sym_precise] = ACTIONS(1362), + [anon_sym_SEMI] = ACTIONS(1364), + [anon_sym_in] = ACTIONS(1362), + [anon_sym_out] = ACTIONS(1362), + [anon_sym_inout] = ACTIONS(1362), + [anon_sym_uniform] = ACTIONS(1362), + [anon_sym_shared] = ACTIONS(1362), + [anon_sym_attribute] = ACTIONS(1362), + [anon_sym_varying] = ACTIONS(1362), + [anon_sym_buffer] = ACTIONS(1362), + [anon_sym_coherent] = ACTIONS(1362), + [anon_sym_readonly] = ACTIONS(1362), + [anon_sym_writeonly] = ACTIONS(1362), + [anon_sym_precision] = ACTIONS(1362), + [anon_sym_highp] = ACTIONS(1362), + [anon_sym_mediump] = ACTIONS(1362), + [anon_sym_lowp] = ACTIONS(1362), + [anon_sym_centroid] = ACTIONS(1362), + [anon_sym_sample] = ACTIONS(1362), + [anon_sym_patch] = ACTIONS(1362), + [anon_sym_smooth] = ACTIONS(1362), + [anon_sym_flat] = ACTIONS(1362), + [anon_sym_noperspective] = ACTIONS(1362), + [anon_sym___extension__] = ACTIONS(1362), + [anon_sym_typedef] = ACTIONS(1362), + [anon_sym_extern] = ACTIONS(1362), + [anon_sym___attribute__] = ACTIONS(1362), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1364), + [anon_sym___declspec] = ACTIONS(1362), + [anon_sym___cdecl] = ACTIONS(1362), + [anon_sym___clrcall] = ACTIONS(1362), + [anon_sym___stdcall] = ACTIONS(1362), + [anon_sym___fastcall] = ACTIONS(1362), + [anon_sym___thiscall] = ACTIONS(1362), + [anon_sym___vectorcall] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_signed] = ACTIONS(1362), + [anon_sym_unsigned] = ACTIONS(1362), + [anon_sym_long] = ACTIONS(1362), + [anon_sym_short] = ACTIONS(1362), + [anon_sym_static] = ACTIONS(1362), + [anon_sym_auto] = ACTIONS(1362), + [anon_sym_register] = ACTIONS(1362), + [anon_sym_inline] = ACTIONS(1362), + [anon_sym___inline] = ACTIONS(1362), + [anon_sym___inline__] = ACTIONS(1362), + [anon_sym___forceinline] = ACTIONS(1362), + [anon_sym_thread_local] = ACTIONS(1362), + [anon_sym___thread] = ACTIONS(1362), + [anon_sym_const] = ACTIONS(1362), + [anon_sym_constexpr] = ACTIONS(1362), + [anon_sym_volatile] = ACTIONS(1362), + [anon_sym_restrict] = ACTIONS(1362), + [anon_sym___restrict__] = ACTIONS(1362), + [anon_sym__Atomic] = ACTIONS(1362), + [anon_sym__Noreturn] = ACTIONS(1362), + [anon_sym_noreturn] = ACTIONS(1362), + [sym_primitive_type] = ACTIONS(1362), + [anon_sym_enum] = ACTIONS(1362), + [anon_sym_struct] = ACTIONS(1362), + [anon_sym_union] = ACTIONS(1362), + [anon_sym_if] = ACTIONS(1362), + [anon_sym_else] = ACTIONS(1362), + [anon_sym_switch] = ACTIONS(1362), + [anon_sym_case] = ACTIONS(1362), + [anon_sym_default] = ACTIONS(1362), + [anon_sym_while] = ACTIONS(1362), + [anon_sym_do] = ACTIONS(1362), + [anon_sym_for] = ACTIONS(1362), + [anon_sym_return] = ACTIONS(1362), + [anon_sym_break] = ACTIONS(1362), + [anon_sym_continue] = ACTIONS(1362), + [anon_sym_goto] = ACTIONS(1362), + [anon_sym_DASH_DASH] = ACTIONS(1364), + [anon_sym_PLUS_PLUS] = ACTIONS(1364), + [anon_sym_sizeof] = ACTIONS(1362), + [anon_sym___alignof__] = ACTIONS(1362), + [anon_sym___alignof] = ACTIONS(1362), + [anon_sym__alignof] = ACTIONS(1362), + [anon_sym_alignof] = ACTIONS(1362), + [anon_sym__Alignof] = ACTIONS(1362), + [anon_sym_offsetof] = ACTIONS(1362), + [anon_sym__Generic] = ACTIONS(1362), + [anon_sym_asm] = ACTIONS(1362), + [anon_sym___asm__] = ACTIONS(1362), + [sym_number_literal] = ACTIONS(1364), + [anon_sym_L_SQUOTE] = ACTIONS(1364), + [anon_sym_u_SQUOTE] = ACTIONS(1364), + [anon_sym_U_SQUOTE] = ACTIONS(1364), + [anon_sym_u8_SQUOTE] = ACTIONS(1364), + [anon_sym_SQUOTE] = ACTIONS(1364), + [anon_sym_L_DQUOTE] = ACTIONS(1364), + [anon_sym_u_DQUOTE] = ACTIONS(1364), + [anon_sym_U_DQUOTE] = ACTIONS(1364), + [anon_sym_u8_DQUOTE] = ACTIONS(1364), + [anon_sym_DQUOTE] = ACTIONS(1364), + [sym_true] = ACTIONS(1362), + [sym_false] = ACTIONS(1362), + [anon_sym_NULL] = ACTIONS(1362), + [anon_sym_nullptr] = ACTIONS(1362), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1362), + [anon_sym_rayPayloadInEXT] = ACTIONS(1362), + [anon_sym_hitAttributeEXT] = ACTIONS(1362), + [anon_sym_callableDataEXT] = ACTIONS(1362), + [anon_sym_callableDataInEXT] = ACTIONS(1362), + [anon_sym_shaderRecordEXT] = ACTIONS(1362), + [anon_sym_rayPayloadNV] = ACTIONS(1362), + [anon_sym_rayPayloadInNV] = ACTIONS(1362), + [anon_sym_hitAttributeNV] = ACTIONS(1362), + [anon_sym_callableDataNV] = ACTIONS(1362), + [anon_sym_callableDataInNV] = ACTIONS(1362), + [anon_sym_shaderRecordNV] = ACTIONS(1362), + [anon_sym_layout] = ACTIONS(1362), }, - [183] = { + [171] = { [sym_identifier] = ACTIONS(1358), [aux_sym_preproc_include_token1] = ACTIONS(1358), [aux_sym_preproc_def_token1] = ACTIONS(1358), @@ -46572,277 +44947,412 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1358), [anon_sym_layout] = ACTIONS(1358), }, - [184] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [aux_sym_preproc_else_token1] = ACTIONS(1354), - [aux_sym_preproc_elif_token1] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [172] = { + [sym_identifier] = ACTIONS(1386), + [aux_sym_preproc_include_token1] = ACTIONS(1386), + [aux_sym_preproc_def_token1] = ACTIONS(1386), + [aux_sym_preproc_if_token1] = ACTIONS(1386), + [aux_sym_preproc_if_token2] = ACTIONS(1386), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1386), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1386), + [aux_sym_preproc_else_token1] = ACTIONS(1386), + [aux_sym_preproc_elif_token1] = ACTIONS(1386), + [sym_preproc_directive] = ACTIONS(1386), + [anon_sym_LPAREN2] = ACTIONS(1388), + [anon_sym_BANG] = ACTIONS(1388), + [anon_sym_TILDE] = ACTIONS(1388), + [anon_sym_DASH] = ACTIONS(1386), + [anon_sym_PLUS] = ACTIONS(1386), + [anon_sym_STAR] = ACTIONS(1388), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_subroutine] = ACTIONS(1386), + [anon_sym_invariant] = ACTIONS(1386), + [anon_sym_precise] = ACTIONS(1386), + [anon_sym_SEMI] = ACTIONS(1388), + [anon_sym_in] = ACTIONS(1386), + [anon_sym_out] = ACTIONS(1386), + [anon_sym_inout] = ACTIONS(1386), + [anon_sym_uniform] = ACTIONS(1386), + [anon_sym_shared] = ACTIONS(1386), + [anon_sym_attribute] = ACTIONS(1386), + [anon_sym_varying] = ACTIONS(1386), + [anon_sym_buffer] = ACTIONS(1386), + [anon_sym_coherent] = ACTIONS(1386), + [anon_sym_readonly] = ACTIONS(1386), + [anon_sym_writeonly] = ACTIONS(1386), + [anon_sym_precision] = ACTIONS(1386), + [anon_sym_highp] = ACTIONS(1386), + [anon_sym_mediump] = ACTIONS(1386), + [anon_sym_lowp] = ACTIONS(1386), + [anon_sym_centroid] = ACTIONS(1386), + [anon_sym_sample] = ACTIONS(1386), + [anon_sym_patch] = ACTIONS(1386), + [anon_sym_smooth] = ACTIONS(1386), + [anon_sym_flat] = ACTIONS(1386), + [anon_sym_noperspective] = ACTIONS(1386), + [anon_sym___extension__] = ACTIONS(1386), + [anon_sym_typedef] = ACTIONS(1386), + [anon_sym_extern] = ACTIONS(1386), + [anon_sym___attribute__] = ACTIONS(1386), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1388), + [anon_sym___declspec] = ACTIONS(1386), + [anon_sym___cdecl] = ACTIONS(1386), + [anon_sym___clrcall] = ACTIONS(1386), + [anon_sym___stdcall] = ACTIONS(1386), + [anon_sym___fastcall] = ACTIONS(1386), + [anon_sym___thiscall] = ACTIONS(1386), + [anon_sym___vectorcall] = ACTIONS(1386), + [anon_sym_LBRACE] = ACTIONS(1388), + [anon_sym_signed] = ACTIONS(1386), + [anon_sym_unsigned] = ACTIONS(1386), + [anon_sym_long] = ACTIONS(1386), + [anon_sym_short] = ACTIONS(1386), + [anon_sym_static] = ACTIONS(1386), + [anon_sym_auto] = ACTIONS(1386), + [anon_sym_register] = ACTIONS(1386), + [anon_sym_inline] = ACTIONS(1386), + [anon_sym___inline] = ACTIONS(1386), + [anon_sym___inline__] = ACTIONS(1386), + [anon_sym___forceinline] = ACTIONS(1386), + [anon_sym_thread_local] = ACTIONS(1386), + [anon_sym___thread] = ACTIONS(1386), + [anon_sym_const] = ACTIONS(1386), + [anon_sym_constexpr] = ACTIONS(1386), + [anon_sym_volatile] = ACTIONS(1386), + [anon_sym_restrict] = ACTIONS(1386), + [anon_sym___restrict__] = ACTIONS(1386), + [anon_sym__Atomic] = ACTIONS(1386), + [anon_sym__Noreturn] = ACTIONS(1386), + [anon_sym_noreturn] = ACTIONS(1386), + [sym_primitive_type] = ACTIONS(1386), + [anon_sym_enum] = ACTIONS(1386), + [anon_sym_struct] = ACTIONS(1386), + [anon_sym_union] = ACTIONS(1386), + [anon_sym_if] = ACTIONS(1386), + [anon_sym_else] = ACTIONS(1386), + [anon_sym_switch] = ACTIONS(1386), + [anon_sym_case] = ACTIONS(1386), + [anon_sym_default] = ACTIONS(1386), + [anon_sym_while] = ACTIONS(1386), + [anon_sym_do] = ACTIONS(1386), + [anon_sym_for] = ACTIONS(1386), + [anon_sym_return] = ACTIONS(1386), + [anon_sym_break] = ACTIONS(1386), + [anon_sym_continue] = ACTIONS(1386), + [anon_sym_goto] = ACTIONS(1386), + [anon_sym_DASH_DASH] = ACTIONS(1388), + [anon_sym_PLUS_PLUS] = ACTIONS(1388), + [anon_sym_sizeof] = ACTIONS(1386), + [anon_sym___alignof__] = ACTIONS(1386), + [anon_sym___alignof] = ACTIONS(1386), + [anon_sym__alignof] = ACTIONS(1386), + [anon_sym_alignof] = ACTIONS(1386), + [anon_sym__Alignof] = ACTIONS(1386), + [anon_sym_offsetof] = ACTIONS(1386), + [anon_sym__Generic] = ACTIONS(1386), + [anon_sym_asm] = ACTIONS(1386), + [anon_sym___asm__] = ACTIONS(1386), + [sym_number_literal] = ACTIONS(1388), + [anon_sym_L_SQUOTE] = ACTIONS(1388), + [anon_sym_u_SQUOTE] = ACTIONS(1388), + [anon_sym_U_SQUOTE] = ACTIONS(1388), + [anon_sym_u8_SQUOTE] = ACTIONS(1388), + [anon_sym_SQUOTE] = ACTIONS(1388), + [anon_sym_L_DQUOTE] = ACTIONS(1388), + [anon_sym_u_DQUOTE] = ACTIONS(1388), + [anon_sym_U_DQUOTE] = ACTIONS(1388), + [anon_sym_u8_DQUOTE] = ACTIONS(1388), + [anon_sym_DQUOTE] = ACTIONS(1388), + [sym_true] = ACTIONS(1386), + [sym_false] = ACTIONS(1386), + [anon_sym_NULL] = ACTIONS(1386), + [anon_sym_nullptr] = ACTIONS(1386), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1386), + [anon_sym_rayPayloadInEXT] = ACTIONS(1386), + [anon_sym_hitAttributeEXT] = ACTIONS(1386), + [anon_sym_callableDataEXT] = ACTIONS(1386), + [anon_sym_callableDataInEXT] = ACTIONS(1386), + [anon_sym_shaderRecordEXT] = ACTIONS(1386), + [anon_sym_rayPayloadNV] = ACTIONS(1386), + [anon_sym_rayPayloadInNV] = ACTIONS(1386), + [anon_sym_hitAttributeNV] = ACTIONS(1386), + [anon_sym_callableDataNV] = ACTIONS(1386), + [anon_sym_callableDataInNV] = ACTIONS(1386), + [anon_sym_shaderRecordNV] = ACTIONS(1386), + [anon_sym_layout] = ACTIONS(1386), + }, + [173] = { + [sym_identifier] = ACTIONS(1374), + [aux_sym_preproc_include_token1] = ACTIONS(1374), + [aux_sym_preproc_def_token1] = ACTIONS(1374), + [aux_sym_preproc_if_token1] = ACTIONS(1374), + [aux_sym_preproc_if_token2] = ACTIONS(1374), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1374), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1374), + [aux_sym_preproc_else_token1] = ACTIONS(1374), + [aux_sym_preproc_elif_token1] = ACTIONS(1374), + [sym_preproc_directive] = ACTIONS(1374), + [anon_sym_LPAREN2] = ACTIONS(1376), + [anon_sym_BANG] = ACTIONS(1376), + [anon_sym_TILDE] = ACTIONS(1376), + [anon_sym_DASH] = ACTIONS(1374), + [anon_sym_PLUS] = ACTIONS(1374), + [anon_sym_STAR] = ACTIONS(1376), + [anon_sym_AMP] = ACTIONS(1376), + [anon_sym_subroutine] = ACTIONS(1374), + [anon_sym_invariant] = ACTIONS(1374), + [anon_sym_precise] = ACTIONS(1374), + [anon_sym_SEMI] = ACTIONS(1376), + [anon_sym_in] = ACTIONS(1374), + [anon_sym_out] = ACTIONS(1374), + [anon_sym_inout] = ACTIONS(1374), + [anon_sym_uniform] = ACTIONS(1374), + [anon_sym_shared] = ACTIONS(1374), + [anon_sym_attribute] = ACTIONS(1374), + [anon_sym_varying] = ACTIONS(1374), + [anon_sym_buffer] = ACTIONS(1374), + [anon_sym_coherent] = ACTIONS(1374), + [anon_sym_readonly] = ACTIONS(1374), + [anon_sym_writeonly] = ACTIONS(1374), + [anon_sym_precision] = ACTIONS(1374), + [anon_sym_highp] = ACTIONS(1374), + [anon_sym_mediump] = ACTIONS(1374), + [anon_sym_lowp] = ACTIONS(1374), + [anon_sym_centroid] = ACTIONS(1374), + [anon_sym_sample] = ACTIONS(1374), + [anon_sym_patch] = ACTIONS(1374), + [anon_sym_smooth] = ACTIONS(1374), + [anon_sym_flat] = ACTIONS(1374), + [anon_sym_noperspective] = ACTIONS(1374), + [anon_sym___extension__] = ACTIONS(1374), + [anon_sym_typedef] = ACTIONS(1374), + [anon_sym_extern] = ACTIONS(1374), + [anon_sym___attribute__] = ACTIONS(1374), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1376), + [anon_sym___declspec] = ACTIONS(1374), + [anon_sym___cdecl] = ACTIONS(1374), + [anon_sym___clrcall] = ACTIONS(1374), + [anon_sym___stdcall] = ACTIONS(1374), + [anon_sym___fastcall] = ACTIONS(1374), + [anon_sym___thiscall] = ACTIONS(1374), + [anon_sym___vectorcall] = ACTIONS(1374), + [anon_sym_LBRACE] = ACTIONS(1376), + [anon_sym_signed] = ACTIONS(1374), + [anon_sym_unsigned] = ACTIONS(1374), + [anon_sym_long] = ACTIONS(1374), + [anon_sym_short] = ACTIONS(1374), + [anon_sym_static] = ACTIONS(1374), + [anon_sym_auto] = ACTIONS(1374), + [anon_sym_register] = ACTIONS(1374), + [anon_sym_inline] = ACTIONS(1374), + [anon_sym___inline] = ACTIONS(1374), + [anon_sym___inline__] = ACTIONS(1374), + [anon_sym___forceinline] = ACTIONS(1374), + [anon_sym_thread_local] = ACTIONS(1374), + [anon_sym___thread] = ACTIONS(1374), + [anon_sym_const] = ACTIONS(1374), + [anon_sym_constexpr] = ACTIONS(1374), + [anon_sym_volatile] = ACTIONS(1374), + [anon_sym_restrict] = ACTIONS(1374), + [anon_sym___restrict__] = ACTIONS(1374), + [anon_sym__Atomic] = ACTIONS(1374), + [anon_sym__Noreturn] = ACTIONS(1374), + [anon_sym_noreturn] = ACTIONS(1374), + [sym_primitive_type] = ACTIONS(1374), + [anon_sym_enum] = ACTIONS(1374), + [anon_sym_struct] = ACTIONS(1374), + [anon_sym_union] = ACTIONS(1374), + [anon_sym_if] = ACTIONS(1374), + [anon_sym_else] = ACTIONS(1374), + [anon_sym_switch] = ACTIONS(1374), + [anon_sym_case] = ACTIONS(1374), + [anon_sym_default] = ACTIONS(1374), + [anon_sym_while] = ACTIONS(1374), + [anon_sym_do] = ACTIONS(1374), + [anon_sym_for] = ACTIONS(1374), + [anon_sym_return] = ACTIONS(1374), + [anon_sym_break] = ACTIONS(1374), + [anon_sym_continue] = ACTIONS(1374), + [anon_sym_goto] = ACTIONS(1374), + [anon_sym_DASH_DASH] = ACTIONS(1376), + [anon_sym_PLUS_PLUS] = ACTIONS(1376), + [anon_sym_sizeof] = ACTIONS(1374), + [anon_sym___alignof__] = ACTIONS(1374), + [anon_sym___alignof] = ACTIONS(1374), + [anon_sym__alignof] = ACTIONS(1374), + [anon_sym_alignof] = ACTIONS(1374), + [anon_sym__Alignof] = ACTIONS(1374), + [anon_sym_offsetof] = ACTIONS(1374), + [anon_sym__Generic] = ACTIONS(1374), + [anon_sym_asm] = ACTIONS(1374), + [anon_sym___asm__] = ACTIONS(1374), + [sym_number_literal] = ACTIONS(1376), + [anon_sym_L_SQUOTE] = ACTIONS(1376), + [anon_sym_u_SQUOTE] = ACTIONS(1376), + [anon_sym_U_SQUOTE] = ACTIONS(1376), + [anon_sym_u8_SQUOTE] = ACTIONS(1376), + [anon_sym_SQUOTE] = ACTIONS(1376), + [anon_sym_L_DQUOTE] = ACTIONS(1376), + [anon_sym_u_DQUOTE] = ACTIONS(1376), + [anon_sym_U_DQUOTE] = ACTIONS(1376), + [anon_sym_u8_DQUOTE] = ACTIONS(1376), + [anon_sym_DQUOTE] = ACTIONS(1376), + [sym_true] = ACTIONS(1374), + [sym_false] = ACTIONS(1374), + [anon_sym_NULL] = ACTIONS(1374), + [anon_sym_nullptr] = ACTIONS(1374), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1374), + [anon_sym_rayPayloadInEXT] = ACTIONS(1374), + [anon_sym_hitAttributeEXT] = ACTIONS(1374), + [anon_sym_callableDataEXT] = ACTIONS(1374), + [anon_sym_callableDataInEXT] = ACTIONS(1374), + [anon_sym_shaderRecordEXT] = ACTIONS(1374), + [anon_sym_rayPayloadNV] = ACTIONS(1374), + [anon_sym_rayPayloadInNV] = ACTIONS(1374), + [anon_sym_hitAttributeNV] = ACTIONS(1374), + [anon_sym_callableDataNV] = ACTIONS(1374), + [anon_sym_callableDataInNV] = ACTIONS(1374), + [anon_sym_shaderRecordNV] = ACTIONS(1374), + [anon_sym_layout] = ACTIONS(1374), }, - [185] = { - [sym_identifier] = ACTIONS(1402), - [aux_sym_preproc_include_token1] = ACTIONS(1402), - [aux_sym_preproc_def_token1] = ACTIONS(1402), - [aux_sym_preproc_if_token1] = ACTIONS(1402), - [aux_sym_preproc_if_token2] = ACTIONS(1402), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1402), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1402), - [aux_sym_preproc_else_token1] = ACTIONS(1402), - [aux_sym_preproc_elif_token1] = ACTIONS(1402), - [sym_preproc_directive] = ACTIONS(1402), - [anon_sym_LPAREN2] = ACTIONS(1404), - [anon_sym_BANG] = ACTIONS(1404), - [anon_sym_TILDE] = ACTIONS(1404), - [anon_sym_DASH] = ACTIONS(1402), - [anon_sym_PLUS] = ACTIONS(1402), - [anon_sym_STAR] = ACTIONS(1404), - [anon_sym_AMP] = ACTIONS(1404), - [anon_sym_subroutine] = ACTIONS(1402), - [anon_sym_invariant] = ACTIONS(1402), - [anon_sym_precise] = ACTIONS(1402), - [anon_sym_SEMI] = ACTIONS(1404), - [anon_sym_in] = ACTIONS(1402), - [anon_sym_out] = ACTIONS(1402), - [anon_sym_inout] = ACTIONS(1402), - [anon_sym_uniform] = ACTIONS(1402), - [anon_sym_shared] = ACTIONS(1402), - [anon_sym_attribute] = ACTIONS(1402), - [anon_sym_varying] = ACTIONS(1402), - [anon_sym_buffer] = ACTIONS(1402), - [anon_sym_coherent] = ACTIONS(1402), - [anon_sym_readonly] = ACTIONS(1402), - [anon_sym_writeonly] = ACTIONS(1402), - [anon_sym_precision] = ACTIONS(1402), - [anon_sym_highp] = ACTIONS(1402), - [anon_sym_mediump] = ACTIONS(1402), - [anon_sym_lowp] = ACTIONS(1402), - [anon_sym_centroid] = ACTIONS(1402), - [anon_sym_sample] = ACTIONS(1402), - [anon_sym_patch] = ACTIONS(1402), - [anon_sym_smooth] = ACTIONS(1402), - [anon_sym_flat] = ACTIONS(1402), - [anon_sym_noperspective] = ACTIONS(1402), - [anon_sym___extension__] = ACTIONS(1402), - [anon_sym_typedef] = ACTIONS(1402), - [anon_sym_extern] = ACTIONS(1402), - [anon_sym___attribute__] = ACTIONS(1402), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1404), - [anon_sym___declspec] = ACTIONS(1402), - [anon_sym___cdecl] = ACTIONS(1402), - [anon_sym___clrcall] = ACTIONS(1402), - [anon_sym___stdcall] = ACTIONS(1402), - [anon_sym___fastcall] = ACTIONS(1402), - [anon_sym___thiscall] = ACTIONS(1402), - [anon_sym___vectorcall] = ACTIONS(1402), - [anon_sym_LBRACE] = ACTIONS(1404), - [anon_sym_signed] = ACTIONS(1402), - [anon_sym_unsigned] = ACTIONS(1402), - [anon_sym_long] = ACTIONS(1402), - [anon_sym_short] = ACTIONS(1402), - [anon_sym_static] = ACTIONS(1402), - [anon_sym_auto] = ACTIONS(1402), - [anon_sym_register] = ACTIONS(1402), - [anon_sym_inline] = ACTIONS(1402), - [anon_sym___inline] = ACTIONS(1402), - [anon_sym___inline__] = ACTIONS(1402), - [anon_sym___forceinline] = ACTIONS(1402), - [anon_sym_thread_local] = ACTIONS(1402), - [anon_sym___thread] = ACTIONS(1402), - [anon_sym_const] = ACTIONS(1402), - [anon_sym_constexpr] = ACTIONS(1402), - [anon_sym_volatile] = ACTIONS(1402), - [anon_sym_restrict] = ACTIONS(1402), - [anon_sym___restrict__] = ACTIONS(1402), - [anon_sym__Atomic] = ACTIONS(1402), - [anon_sym__Noreturn] = ACTIONS(1402), - [anon_sym_noreturn] = ACTIONS(1402), - [sym_primitive_type] = ACTIONS(1402), - [anon_sym_enum] = ACTIONS(1402), - [anon_sym_struct] = ACTIONS(1402), - [anon_sym_union] = ACTIONS(1402), - [anon_sym_if] = ACTIONS(1402), - [anon_sym_else] = ACTIONS(1402), - [anon_sym_switch] = ACTIONS(1402), - [anon_sym_case] = ACTIONS(1402), - [anon_sym_default] = ACTIONS(1402), - [anon_sym_while] = ACTIONS(1402), - [anon_sym_do] = ACTIONS(1402), - [anon_sym_for] = ACTIONS(1402), - [anon_sym_return] = ACTIONS(1402), - [anon_sym_break] = ACTIONS(1402), - [anon_sym_continue] = ACTIONS(1402), - [anon_sym_goto] = ACTIONS(1402), - [anon_sym_DASH_DASH] = ACTIONS(1404), - [anon_sym_PLUS_PLUS] = ACTIONS(1404), - [anon_sym_sizeof] = ACTIONS(1402), - [anon_sym___alignof__] = ACTIONS(1402), - [anon_sym___alignof] = ACTIONS(1402), - [anon_sym__alignof] = ACTIONS(1402), - [anon_sym_alignof] = ACTIONS(1402), - [anon_sym__Alignof] = ACTIONS(1402), - [anon_sym_offsetof] = ACTIONS(1402), - [anon_sym__Generic] = ACTIONS(1402), - [anon_sym_asm] = ACTIONS(1402), - [anon_sym___asm__] = ACTIONS(1402), - [sym_number_literal] = ACTIONS(1404), - [anon_sym_L_SQUOTE] = ACTIONS(1404), - [anon_sym_u_SQUOTE] = ACTIONS(1404), - [anon_sym_U_SQUOTE] = ACTIONS(1404), - [anon_sym_u8_SQUOTE] = ACTIONS(1404), - [anon_sym_SQUOTE] = ACTIONS(1404), - [anon_sym_L_DQUOTE] = ACTIONS(1404), - [anon_sym_u_DQUOTE] = ACTIONS(1404), - [anon_sym_U_DQUOTE] = ACTIONS(1404), - [anon_sym_u8_DQUOTE] = ACTIONS(1404), - [anon_sym_DQUOTE] = ACTIONS(1404), - [sym_true] = ACTIONS(1402), - [sym_false] = ACTIONS(1402), - [anon_sym_NULL] = ACTIONS(1402), - [anon_sym_nullptr] = ACTIONS(1402), + [174] = { + [ts_builtin_sym_end] = ACTIONS(1416), + [sym_identifier] = ACTIONS(1414), + [aux_sym_preproc_include_token1] = ACTIONS(1414), + [aux_sym_preproc_def_token1] = ACTIONS(1414), + [anon_sym_COMMA] = ACTIONS(1416), + [anon_sym_RPAREN] = ACTIONS(1416), + [aux_sym_preproc_if_token1] = ACTIONS(1414), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1414), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1414), + [sym_preproc_directive] = ACTIONS(1414), + [anon_sym_LPAREN2] = ACTIONS(1416), + [anon_sym_BANG] = ACTIONS(1416), + [anon_sym_TILDE] = ACTIONS(1416), + [anon_sym_DASH] = ACTIONS(1414), + [anon_sym_PLUS] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1416), + [anon_sym_AMP] = ACTIONS(1416), + [anon_sym_subroutine] = ACTIONS(1414), + [anon_sym_invariant] = ACTIONS(1414), + [anon_sym_precise] = ACTIONS(1414), + [anon_sym_SEMI] = ACTIONS(1416), + [anon_sym_in] = ACTIONS(1414), + [anon_sym_out] = ACTIONS(1414), + [anon_sym_inout] = ACTIONS(1414), + [anon_sym_uniform] = ACTIONS(1414), + [anon_sym_shared] = ACTIONS(1414), + [anon_sym_attribute] = ACTIONS(1414), + [anon_sym_varying] = ACTIONS(1414), + [anon_sym_buffer] = ACTIONS(1414), + [anon_sym_coherent] = ACTIONS(1414), + [anon_sym_readonly] = ACTIONS(1414), + [anon_sym_writeonly] = ACTIONS(1414), + [anon_sym_precision] = ACTIONS(1414), + [anon_sym_highp] = ACTIONS(1414), + [anon_sym_mediump] = ACTIONS(1414), + [anon_sym_lowp] = ACTIONS(1414), + [anon_sym_centroid] = ACTIONS(1414), + [anon_sym_sample] = ACTIONS(1414), + [anon_sym_patch] = ACTIONS(1414), + [anon_sym_smooth] = ACTIONS(1414), + [anon_sym_flat] = ACTIONS(1414), + [anon_sym_noperspective] = ACTIONS(1414), + [anon_sym___extension__] = ACTIONS(1414), + [anon_sym_typedef] = ACTIONS(1414), + [anon_sym_extern] = ACTIONS(1414), + [anon_sym___attribute__] = ACTIONS(1414), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1416), + [anon_sym___declspec] = ACTIONS(1414), + [anon_sym___cdecl] = ACTIONS(1414), + [anon_sym___clrcall] = ACTIONS(1414), + [anon_sym___stdcall] = ACTIONS(1414), + [anon_sym___fastcall] = ACTIONS(1414), + [anon_sym___thiscall] = ACTIONS(1414), + [anon_sym___vectorcall] = ACTIONS(1414), + [anon_sym_LBRACE] = ACTIONS(1416), + [anon_sym_signed] = ACTIONS(1414), + [anon_sym_unsigned] = ACTIONS(1414), + [anon_sym_long] = ACTIONS(1414), + [anon_sym_short] = ACTIONS(1414), + [anon_sym_static] = ACTIONS(1414), + [anon_sym_auto] = ACTIONS(1414), + [anon_sym_register] = ACTIONS(1414), + [anon_sym_inline] = ACTIONS(1414), + [anon_sym___inline] = ACTIONS(1414), + [anon_sym___inline__] = ACTIONS(1414), + [anon_sym___forceinline] = ACTIONS(1414), + [anon_sym_thread_local] = ACTIONS(1414), + [anon_sym___thread] = ACTIONS(1414), + [anon_sym_const] = ACTIONS(1414), + [anon_sym_constexpr] = ACTIONS(1414), + [anon_sym_volatile] = ACTIONS(1414), + [anon_sym_restrict] = ACTIONS(1414), + [anon_sym___restrict__] = ACTIONS(1414), + [anon_sym__Atomic] = ACTIONS(1414), + [anon_sym__Noreturn] = ACTIONS(1414), + [anon_sym_noreturn] = ACTIONS(1414), + [sym_primitive_type] = ACTIONS(1414), + [anon_sym_enum] = ACTIONS(1414), + [anon_sym_struct] = ACTIONS(1414), + [anon_sym_union] = ACTIONS(1414), + [anon_sym_if] = ACTIONS(1414), + [anon_sym_else] = ACTIONS(1414), + [anon_sym_switch] = ACTIONS(1414), + [anon_sym_case] = ACTIONS(1414), + [anon_sym_default] = ACTIONS(1414), + [anon_sym_while] = ACTIONS(1414), + [anon_sym_do] = ACTIONS(1414), + [anon_sym_for] = ACTIONS(1414), + [anon_sym_return] = ACTIONS(1414), + [anon_sym_break] = ACTIONS(1414), + [anon_sym_continue] = ACTIONS(1414), + [anon_sym_goto] = ACTIONS(1414), + [anon_sym_DASH_DASH] = ACTIONS(1416), + [anon_sym_PLUS_PLUS] = ACTIONS(1416), + [anon_sym_sizeof] = ACTIONS(1414), + [anon_sym___alignof__] = ACTIONS(1414), + [anon_sym___alignof] = ACTIONS(1414), + [anon_sym__alignof] = ACTIONS(1414), + [anon_sym_alignof] = ACTIONS(1414), + [anon_sym__Alignof] = ACTIONS(1414), + [anon_sym_offsetof] = ACTIONS(1414), + [anon_sym__Generic] = ACTIONS(1414), + [anon_sym_asm] = ACTIONS(1414), + [anon_sym___asm__] = ACTIONS(1414), + [sym_number_literal] = ACTIONS(1416), + [anon_sym_L_SQUOTE] = ACTIONS(1416), + [anon_sym_u_SQUOTE] = ACTIONS(1416), + [anon_sym_U_SQUOTE] = ACTIONS(1416), + [anon_sym_u8_SQUOTE] = ACTIONS(1416), + [anon_sym_SQUOTE] = ACTIONS(1416), + [anon_sym_L_DQUOTE] = ACTIONS(1416), + [anon_sym_u_DQUOTE] = ACTIONS(1416), + [anon_sym_U_DQUOTE] = ACTIONS(1416), + [anon_sym_u8_DQUOTE] = ACTIONS(1416), + [anon_sym_DQUOTE] = ACTIONS(1416), + [sym_true] = ACTIONS(1414), + [sym_false] = ACTIONS(1414), + [anon_sym_NULL] = ACTIONS(1414), + [anon_sym_nullptr] = ACTIONS(1414), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1402), - [anon_sym_rayPayloadInEXT] = ACTIONS(1402), - [anon_sym_hitAttributeEXT] = ACTIONS(1402), - [anon_sym_callableDataEXT] = ACTIONS(1402), - [anon_sym_callableDataInEXT] = ACTIONS(1402), - [anon_sym_shaderRecordEXT] = ACTIONS(1402), - [anon_sym_rayPayloadNV] = ACTIONS(1402), - [anon_sym_rayPayloadInNV] = ACTIONS(1402), - [anon_sym_hitAttributeNV] = ACTIONS(1402), - [anon_sym_callableDataNV] = ACTIONS(1402), - [anon_sym_callableDataInNV] = ACTIONS(1402), - [anon_sym_shaderRecordNV] = ACTIONS(1402), - [anon_sym_layout] = ACTIONS(1402), + [anon_sym_rayPayloadEXT] = ACTIONS(1414), + [anon_sym_rayPayloadInEXT] = ACTIONS(1414), + [anon_sym_hitAttributeEXT] = ACTIONS(1414), + [anon_sym_callableDataEXT] = ACTIONS(1414), + [anon_sym_callableDataInEXT] = ACTIONS(1414), + [anon_sym_shaderRecordEXT] = ACTIONS(1414), + [anon_sym_rayPayloadNV] = ACTIONS(1414), + [anon_sym_rayPayloadInNV] = ACTIONS(1414), + [anon_sym_hitAttributeNV] = ACTIONS(1414), + [anon_sym_callableDataNV] = ACTIONS(1414), + [anon_sym_callableDataInNV] = ACTIONS(1414), + [anon_sym_shaderRecordNV] = ACTIONS(1414), + [anon_sym_layout] = ACTIONS(1414), }, - [186] = { + [175] = { [sym_identifier] = ACTIONS(1406), [aux_sym_preproc_include_token1] = ACTIONS(1406), [aux_sym_preproc_def_token1] = ACTIONS(1406), @@ -46963,21 +45473,426 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1406), [anon_sym_nullptr] = ACTIONS(1406), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1406), - [anon_sym_rayPayloadInEXT] = ACTIONS(1406), - [anon_sym_hitAttributeEXT] = ACTIONS(1406), - [anon_sym_callableDataEXT] = ACTIONS(1406), - [anon_sym_callableDataInEXT] = ACTIONS(1406), - [anon_sym_shaderRecordEXT] = ACTIONS(1406), - [anon_sym_rayPayloadNV] = ACTIONS(1406), - [anon_sym_rayPayloadInNV] = ACTIONS(1406), - [anon_sym_hitAttributeNV] = ACTIONS(1406), - [anon_sym_callableDataNV] = ACTIONS(1406), - [anon_sym_callableDataInNV] = ACTIONS(1406), - [anon_sym_shaderRecordNV] = ACTIONS(1406), - [anon_sym_layout] = ACTIONS(1406), + [anon_sym_rayPayloadEXT] = ACTIONS(1406), + [anon_sym_rayPayloadInEXT] = ACTIONS(1406), + [anon_sym_hitAttributeEXT] = ACTIONS(1406), + [anon_sym_callableDataEXT] = ACTIONS(1406), + [anon_sym_callableDataInEXT] = ACTIONS(1406), + [anon_sym_shaderRecordEXT] = ACTIONS(1406), + [anon_sym_rayPayloadNV] = ACTIONS(1406), + [anon_sym_rayPayloadInNV] = ACTIONS(1406), + [anon_sym_hitAttributeNV] = ACTIONS(1406), + [anon_sym_callableDataNV] = ACTIONS(1406), + [anon_sym_callableDataInNV] = ACTIONS(1406), + [anon_sym_shaderRecordNV] = ACTIONS(1406), + [anon_sym_layout] = ACTIONS(1406), + }, + [176] = { + [sym_identifier] = ACTIONS(1422), + [aux_sym_preproc_include_token1] = ACTIONS(1422), + [aux_sym_preproc_def_token1] = ACTIONS(1422), + [aux_sym_preproc_if_token1] = ACTIONS(1422), + [aux_sym_preproc_if_token2] = ACTIONS(1422), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1422), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1422), + [aux_sym_preproc_else_token1] = ACTIONS(1422), + [aux_sym_preproc_elif_token1] = ACTIONS(1422), + [sym_preproc_directive] = ACTIONS(1422), + [anon_sym_LPAREN2] = ACTIONS(1424), + [anon_sym_BANG] = ACTIONS(1424), + [anon_sym_TILDE] = ACTIONS(1424), + [anon_sym_DASH] = ACTIONS(1422), + [anon_sym_PLUS] = ACTIONS(1422), + [anon_sym_STAR] = ACTIONS(1424), + [anon_sym_AMP] = ACTIONS(1424), + [anon_sym_subroutine] = ACTIONS(1422), + [anon_sym_invariant] = ACTIONS(1422), + [anon_sym_precise] = ACTIONS(1422), + [anon_sym_SEMI] = ACTIONS(1424), + [anon_sym_in] = ACTIONS(1422), + [anon_sym_out] = ACTIONS(1422), + [anon_sym_inout] = ACTIONS(1422), + [anon_sym_uniform] = ACTIONS(1422), + [anon_sym_shared] = ACTIONS(1422), + [anon_sym_attribute] = ACTIONS(1422), + [anon_sym_varying] = ACTIONS(1422), + [anon_sym_buffer] = ACTIONS(1422), + [anon_sym_coherent] = ACTIONS(1422), + [anon_sym_readonly] = ACTIONS(1422), + [anon_sym_writeonly] = ACTIONS(1422), + [anon_sym_precision] = ACTIONS(1422), + [anon_sym_highp] = ACTIONS(1422), + [anon_sym_mediump] = ACTIONS(1422), + [anon_sym_lowp] = ACTIONS(1422), + [anon_sym_centroid] = ACTIONS(1422), + [anon_sym_sample] = ACTIONS(1422), + [anon_sym_patch] = ACTIONS(1422), + [anon_sym_smooth] = ACTIONS(1422), + [anon_sym_flat] = ACTIONS(1422), + [anon_sym_noperspective] = ACTIONS(1422), + [anon_sym___extension__] = ACTIONS(1422), + [anon_sym_typedef] = ACTIONS(1422), + [anon_sym_extern] = ACTIONS(1422), + [anon_sym___attribute__] = ACTIONS(1422), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym___declspec] = ACTIONS(1422), + [anon_sym___cdecl] = ACTIONS(1422), + [anon_sym___clrcall] = ACTIONS(1422), + [anon_sym___stdcall] = ACTIONS(1422), + [anon_sym___fastcall] = ACTIONS(1422), + [anon_sym___thiscall] = ACTIONS(1422), + [anon_sym___vectorcall] = ACTIONS(1422), + [anon_sym_LBRACE] = ACTIONS(1424), + [anon_sym_signed] = ACTIONS(1422), + [anon_sym_unsigned] = ACTIONS(1422), + [anon_sym_long] = ACTIONS(1422), + [anon_sym_short] = ACTIONS(1422), + [anon_sym_static] = ACTIONS(1422), + [anon_sym_auto] = ACTIONS(1422), + [anon_sym_register] = ACTIONS(1422), + [anon_sym_inline] = ACTIONS(1422), + [anon_sym___inline] = ACTIONS(1422), + [anon_sym___inline__] = ACTIONS(1422), + [anon_sym___forceinline] = ACTIONS(1422), + [anon_sym_thread_local] = ACTIONS(1422), + [anon_sym___thread] = ACTIONS(1422), + [anon_sym_const] = ACTIONS(1422), + [anon_sym_constexpr] = ACTIONS(1422), + [anon_sym_volatile] = ACTIONS(1422), + [anon_sym_restrict] = ACTIONS(1422), + [anon_sym___restrict__] = ACTIONS(1422), + [anon_sym__Atomic] = ACTIONS(1422), + [anon_sym__Noreturn] = ACTIONS(1422), + [anon_sym_noreturn] = ACTIONS(1422), + [sym_primitive_type] = ACTIONS(1422), + [anon_sym_enum] = ACTIONS(1422), + [anon_sym_struct] = ACTIONS(1422), + [anon_sym_union] = ACTIONS(1422), + [anon_sym_if] = ACTIONS(1422), + [anon_sym_else] = ACTIONS(1422), + [anon_sym_switch] = ACTIONS(1422), + [anon_sym_case] = ACTIONS(1422), + [anon_sym_default] = ACTIONS(1422), + [anon_sym_while] = ACTIONS(1422), + [anon_sym_do] = ACTIONS(1422), + [anon_sym_for] = ACTIONS(1422), + [anon_sym_return] = ACTIONS(1422), + [anon_sym_break] = ACTIONS(1422), + [anon_sym_continue] = ACTIONS(1422), + [anon_sym_goto] = ACTIONS(1422), + [anon_sym_DASH_DASH] = ACTIONS(1424), + [anon_sym_PLUS_PLUS] = ACTIONS(1424), + [anon_sym_sizeof] = ACTIONS(1422), + [anon_sym___alignof__] = ACTIONS(1422), + [anon_sym___alignof] = ACTIONS(1422), + [anon_sym__alignof] = ACTIONS(1422), + [anon_sym_alignof] = ACTIONS(1422), + [anon_sym__Alignof] = ACTIONS(1422), + [anon_sym_offsetof] = ACTIONS(1422), + [anon_sym__Generic] = ACTIONS(1422), + [anon_sym_asm] = ACTIONS(1422), + [anon_sym___asm__] = ACTIONS(1422), + [sym_number_literal] = ACTIONS(1424), + [anon_sym_L_SQUOTE] = ACTIONS(1424), + [anon_sym_u_SQUOTE] = ACTIONS(1424), + [anon_sym_U_SQUOTE] = ACTIONS(1424), + [anon_sym_u8_SQUOTE] = ACTIONS(1424), + [anon_sym_SQUOTE] = ACTIONS(1424), + [anon_sym_L_DQUOTE] = ACTIONS(1424), + [anon_sym_u_DQUOTE] = ACTIONS(1424), + [anon_sym_U_DQUOTE] = ACTIONS(1424), + [anon_sym_u8_DQUOTE] = ACTIONS(1424), + [anon_sym_DQUOTE] = ACTIONS(1424), + [sym_true] = ACTIONS(1422), + [sym_false] = ACTIONS(1422), + [anon_sym_NULL] = ACTIONS(1422), + [anon_sym_nullptr] = ACTIONS(1422), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1422), + [anon_sym_rayPayloadInEXT] = ACTIONS(1422), + [anon_sym_hitAttributeEXT] = ACTIONS(1422), + [anon_sym_callableDataEXT] = ACTIONS(1422), + [anon_sym_callableDataInEXT] = ACTIONS(1422), + [anon_sym_shaderRecordEXT] = ACTIONS(1422), + [anon_sym_rayPayloadNV] = ACTIONS(1422), + [anon_sym_rayPayloadInNV] = ACTIONS(1422), + [anon_sym_hitAttributeNV] = ACTIONS(1422), + [anon_sym_callableDataNV] = ACTIONS(1422), + [anon_sym_callableDataInNV] = ACTIONS(1422), + [anon_sym_shaderRecordNV] = ACTIONS(1422), + [anon_sym_layout] = ACTIONS(1422), + }, + [177] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [aux_sym_preproc_else_token1] = ACTIONS(1350), + [aux_sym_preproc_elif_token1] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [187] = { + [178] = { + [sym_identifier] = ACTIONS(1414), + [aux_sym_preproc_include_token1] = ACTIONS(1414), + [aux_sym_preproc_def_token1] = ACTIONS(1414), + [aux_sym_preproc_if_token1] = ACTIONS(1414), + [aux_sym_preproc_if_token2] = ACTIONS(1414), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1414), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1414), + [aux_sym_preproc_else_token1] = ACTIONS(1414), + [aux_sym_preproc_elif_token1] = ACTIONS(1414), + [sym_preproc_directive] = ACTIONS(1414), + [anon_sym_LPAREN2] = ACTIONS(1416), + [anon_sym_BANG] = ACTIONS(1416), + [anon_sym_TILDE] = ACTIONS(1416), + [anon_sym_DASH] = ACTIONS(1414), + [anon_sym_PLUS] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1416), + [anon_sym_AMP] = ACTIONS(1416), + [anon_sym_subroutine] = ACTIONS(1414), + [anon_sym_invariant] = ACTIONS(1414), + [anon_sym_precise] = ACTIONS(1414), + [anon_sym_SEMI] = ACTIONS(1416), + [anon_sym_in] = ACTIONS(1414), + [anon_sym_out] = ACTIONS(1414), + [anon_sym_inout] = ACTIONS(1414), + [anon_sym_uniform] = ACTIONS(1414), + [anon_sym_shared] = ACTIONS(1414), + [anon_sym_attribute] = ACTIONS(1414), + [anon_sym_varying] = ACTIONS(1414), + [anon_sym_buffer] = ACTIONS(1414), + [anon_sym_coherent] = ACTIONS(1414), + [anon_sym_readonly] = ACTIONS(1414), + [anon_sym_writeonly] = ACTIONS(1414), + [anon_sym_precision] = ACTIONS(1414), + [anon_sym_highp] = ACTIONS(1414), + [anon_sym_mediump] = ACTIONS(1414), + [anon_sym_lowp] = ACTIONS(1414), + [anon_sym_centroid] = ACTIONS(1414), + [anon_sym_sample] = ACTIONS(1414), + [anon_sym_patch] = ACTIONS(1414), + [anon_sym_smooth] = ACTIONS(1414), + [anon_sym_flat] = ACTIONS(1414), + [anon_sym_noperspective] = ACTIONS(1414), + [anon_sym___extension__] = ACTIONS(1414), + [anon_sym_typedef] = ACTIONS(1414), + [anon_sym_extern] = ACTIONS(1414), + [anon_sym___attribute__] = ACTIONS(1414), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1416), + [anon_sym___declspec] = ACTIONS(1414), + [anon_sym___cdecl] = ACTIONS(1414), + [anon_sym___clrcall] = ACTIONS(1414), + [anon_sym___stdcall] = ACTIONS(1414), + [anon_sym___fastcall] = ACTIONS(1414), + [anon_sym___thiscall] = ACTIONS(1414), + [anon_sym___vectorcall] = ACTIONS(1414), + [anon_sym_LBRACE] = ACTIONS(1416), + [anon_sym_signed] = ACTIONS(1414), + [anon_sym_unsigned] = ACTIONS(1414), + [anon_sym_long] = ACTIONS(1414), + [anon_sym_short] = ACTIONS(1414), + [anon_sym_static] = ACTIONS(1414), + [anon_sym_auto] = ACTIONS(1414), + [anon_sym_register] = ACTIONS(1414), + [anon_sym_inline] = ACTIONS(1414), + [anon_sym___inline] = ACTIONS(1414), + [anon_sym___inline__] = ACTIONS(1414), + [anon_sym___forceinline] = ACTIONS(1414), + [anon_sym_thread_local] = ACTIONS(1414), + [anon_sym___thread] = ACTIONS(1414), + [anon_sym_const] = ACTIONS(1414), + [anon_sym_constexpr] = ACTIONS(1414), + [anon_sym_volatile] = ACTIONS(1414), + [anon_sym_restrict] = ACTIONS(1414), + [anon_sym___restrict__] = ACTIONS(1414), + [anon_sym__Atomic] = ACTIONS(1414), + [anon_sym__Noreturn] = ACTIONS(1414), + [anon_sym_noreturn] = ACTIONS(1414), + [sym_primitive_type] = ACTIONS(1414), + [anon_sym_enum] = ACTIONS(1414), + [anon_sym_struct] = ACTIONS(1414), + [anon_sym_union] = ACTIONS(1414), + [anon_sym_if] = ACTIONS(1414), + [anon_sym_else] = ACTIONS(1414), + [anon_sym_switch] = ACTIONS(1414), + [anon_sym_case] = ACTIONS(1414), + [anon_sym_default] = ACTIONS(1414), + [anon_sym_while] = ACTIONS(1414), + [anon_sym_do] = ACTIONS(1414), + [anon_sym_for] = ACTIONS(1414), + [anon_sym_return] = ACTIONS(1414), + [anon_sym_break] = ACTIONS(1414), + [anon_sym_continue] = ACTIONS(1414), + [anon_sym_goto] = ACTIONS(1414), + [anon_sym_DASH_DASH] = ACTIONS(1416), + [anon_sym_PLUS_PLUS] = ACTIONS(1416), + [anon_sym_sizeof] = ACTIONS(1414), + [anon_sym___alignof__] = ACTIONS(1414), + [anon_sym___alignof] = ACTIONS(1414), + [anon_sym__alignof] = ACTIONS(1414), + [anon_sym_alignof] = ACTIONS(1414), + [anon_sym__Alignof] = ACTIONS(1414), + [anon_sym_offsetof] = ACTIONS(1414), + [anon_sym__Generic] = ACTIONS(1414), + [anon_sym_asm] = ACTIONS(1414), + [anon_sym___asm__] = ACTIONS(1414), + [sym_number_literal] = ACTIONS(1416), + [anon_sym_L_SQUOTE] = ACTIONS(1416), + [anon_sym_u_SQUOTE] = ACTIONS(1416), + [anon_sym_U_SQUOTE] = ACTIONS(1416), + [anon_sym_u8_SQUOTE] = ACTIONS(1416), + [anon_sym_SQUOTE] = ACTIONS(1416), + [anon_sym_L_DQUOTE] = ACTIONS(1416), + [anon_sym_u_DQUOTE] = ACTIONS(1416), + [anon_sym_U_DQUOTE] = ACTIONS(1416), + [anon_sym_u8_DQUOTE] = ACTIONS(1416), + [anon_sym_DQUOTE] = ACTIONS(1416), + [sym_true] = ACTIONS(1414), + [sym_false] = ACTIONS(1414), + [anon_sym_NULL] = ACTIONS(1414), + [anon_sym_nullptr] = ACTIONS(1414), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1414), + [anon_sym_rayPayloadInEXT] = ACTIONS(1414), + [anon_sym_hitAttributeEXT] = ACTIONS(1414), + [anon_sym_callableDataEXT] = ACTIONS(1414), + [anon_sym_callableDataInEXT] = ACTIONS(1414), + [anon_sym_shaderRecordEXT] = ACTIONS(1414), + [anon_sym_rayPayloadNV] = ACTIONS(1414), + [anon_sym_rayPayloadInNV] = ACTIONS(1414), + [anon_sym_hitAttributeNV] = ACTIONS(1414), + [anon_sym_callableDataNV] = ACTIONS(1414), + [anon_sym_callableDataInNV] = ACTIONS(1414), + [anon_sym_shaderRecordNV] = ACTIONS(1414), + [anon_sym_layout] = ACTIONS(1414), + }, + [179] = { [sym_identifier] = ACTIONS(1410), [aux_sym_preproc_include_token1] = ACTIONS(1410), [aux_sym_preproc_def_token1] = ACTIONS(1410), @@ -47112,952 +46027,817 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1410), [anon_sym_layout] = ACTIONS(1410), }, - [188] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [aux_sym_preproc_else_token1] = ACTIONS(1354), - [aux_sym_preproc_elif_token1] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), - }, - [189] = { - [sym_identifier] = ACTIONS(1414), - [aux_sym_preproc_include_token1] = ACTIONS(1414), - [aux_sym_preproc_def_token1] = ACTIONS(1414), - [aux_sym_preproc_if_token1] = ACTIONS(1414), - [aux_sym_preproc_if_token2] = ACTIONS(1414), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1414), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1414), - [aux_sym_preproc_else_token1] = ACTIONS(1414), - [aux_sym_preproc_elif_token1] = ACTIONS(1414), - [sym_preproc_directive] = ACTIONS(1414), - [anon_sym_LPAREN2] = ACTIONS(1416), - [anon_sym_BANG] = ACTIONS(1416), - [anon_sym_TILDE] = ACTIONS(1416), - [anon_sym_DASH] = ACTIONS(1414), - [anon_sym_PLUS] = ACTIONS(1414), - [anon_sym_STAR] = ACTIONS(1416), - [anon_sym_AMP] = ACTIONS(1416), - [anon_sym_subroutine] = ACTIONS(1414), - [anon_sym_invariant] = ACTIONS(1414), - [anon_sym_precise] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(1416), - [anon_sym_in] = ACTIONS(1414), - [anon_sym_out] = ACTIONS(1414), - [anon_sym_inout] = ACTIONS(1414), - [anon_sym_uniform] = ACTIONS(1414), - [anon_sym_shared] = ACTIONS(1414), - [anon_sym_attribute] = ACTIONS(1414), - [anon_sym_varying] = ACTIONS(1414), - [anon_sym_buffer] = ACTIONS(1414), - [anon_sym_coherent] = ACTIONS(1414), - [anon_sym_readonly] = ACTIONS(1414), - [anon_sym_writeonly] = ACTIONS(1414), - [anon_sym_precision] = ACTIONS(1414), - [anon_sym_highp] = ACTIONS(1414), - [anon_sym_mediump] = ACTIONS(1414), - [anon_sym_lowp] = ACTIONS(1414), - [anon_sym_centroid] = ACTIONS(1414), - [anon_sym_sample] = ACTIONS(1414), - [anon_sym_patch] = ACTIONS(1414), - [anon_sym_smooth] = ACTIONS(1414), - [anon_sym_flat] = ACTIONS(1414), - [anon_sym_noperspective] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1414), - [anon_sym_typedef] = ACTIONS(1414), - [anon_sym_extern] = ACTIONS(1414), - [anon_sym___attribute__] = ACTIONS(1414), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1416), - [anon_sym___declspec] = ACTIONS(1414), - [anon_sym___cdecl] = ACTIONS(1414), - [anon_sym___clrcall] = ACTIONS(1414), - [anon_sym___stdcall] = ACTIONS(1414), - [anon_sym___fastcall] = ACTIONS(1414), - [anon_sym___thiscall] = ACTIONS(1414), - [anon_sym___vectorcall] = ACTIONS(1414), - [anon_sym_LBRACE] = ACTIONS(1416), - [anon_sym_signed] = ACTIONS(1414), - [anon_sym_unsigned] = ACTIONS(1414), - [anon_sym_long] = ACTIONS(1414), - [anon_sym_short] = ACTIONS(1414), - [anon_sym_static] = ACTIONS(1414), - [anon_sym_auto] = ACTIONS(1414), - [anon_sym_register] = ACTIONS(1414), - [anon_sym_inline] = ACTIONS(1414), - [anon_sym___inline] = ACTIONS(1414), - [anon_sym___inline__] = ACTIONS(1414), - [anon_sym___forceinline] = ACTIONS(1414), - [anon_sym_thread_local] = ACTIONS(1414), - [anon_sym___thread] = ACTIONS(1414), - [anon_sym_const] = ACTIONS(1414), - [anon_sym_constexpr] = ACTIONS(1414), - [anon_sym_volatile] = ACTIONS(1414), - [anon_sym_restrict] = ACTIONS(1414), - [anon_sym___restrict__] = ACTIONS(1414), - [anon_sym__Atomic] = ACTIONS(1414), - [anon_sym__Noreturn] = ACTIONS(1414), - [anon_sym_noreturn] = ACTIONS(1414), - [sym_primitive_type] = ACTIONS(1414), - [anon_sym_enum] = ACTIONS(1414), - [anon_sym_struct] = ACTIONS(1414), - [anon_sym_union] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1414), - [anon_sym_else] = ACTIONS(1414), - [anon_sym_switch] = ACTIONS(1414), - [anon_sym_case] = ACTIONS(1414), - [anon_sym_default] = ACTIONS(1414), - [anon_sym_while] = ACTIONS(1414), - [anon_sym_do] = ACTIONS(1414), - [anon_sym_for] = ACTIONS(1414), - [anon_sym_return] = ACTIONS(1414), - [anon_sym_break] = ACTIONS(1414), - [anon_sym_continue] = ACTIONS(1414), - [anon_sym_goto] = ACTIONS(1414), - [anon_sym_DASH_DASH] = ACTIONS(1416), - [anon_sym_PLUS_PLUS] = ACTIONS(1416), - [anon_sym_sizeof] = ACTIONS(1414), - [anon_sym___alignof__] = ACTIONS(1414), - [anon_sym___alignof] = ACTIONS(1414), - [anon_sym__alignof] = ACTIONS(1414), - [anon_sym_alignof] = ACTIONS(1414), - [anon_sym__Alignof] = ACTIONS(1414), - [anon_sym_offsetof] = ACTIONS(1414), - [anon_sym__Generic] = ACTIONS(1414), - [anon_sym_asm] = ACTIONS(1414), - [anon_sym___asm__] = ACTIONS(1414), - [sym_number_literal] = ACTIONS(1416), - [anon_sym_L_SQUOTE] = ACTIONS(1416), - [anon_sym_u_SQUOTE] = ACTIONS(1416), - [anon_sym_U_SQUOTE] = ACTIONS(1416), - [anon_sym_u8_SQUOTE] = ACTIONS(1416), - [anon_sym_SQUOTE] = ACTIONS(1416), - [anon_sym_L_DQUOTE] = ACTIONS(1416), - [anon_sym_u_DQUOTE] = ACTIONS(1416), - [anon_sym_U_DQUOTE] = ACTIONS(1416), - [anon_sym_u8_DQUOTE] = ACTIONS(1416), - [anon_sym_DQUOTE] = ACTIONS(1416), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [anon_sym_NULL] = ACTIONS(1414), - [anon_sym_nullptr] = ACTIONS(1414), + [180] = { + [sym_identifier] = ACTIONS(1442), + [aux_sym_preproc_include_token1] = ACTIONS(1442), + [aux_sym_preproc_def_token1] = ACTIONS(1442), + [aux_sym_preproc_if_token1] = ACTIONS(1442), + [aux_sym_preproc_if_token2] = ACTIONS(1442), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1442), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1442), + [aux_sym_preproc_else_token1] = ACTIONS(1442), + [aux_sym_preproc_elif_token1] = ACTIONS(1442), + [sym_preproc_directive] = ACTIONS(1442), + [anon_sym_LPAREN2] = ACTIONS(1444), + [anon_sym_BANG] = ACTIONS(1444), + [anon_sym_TILDE] = ACTIONS(1444), + [anon_sym_DASH] = ACTIONS(1442), + [anon_sym_PLUS] = ACTIONS(1442), + [anon_sym_STAR] = ACTIONS(1444), + [anon_sym_AMP] = ACTIONS(1444), + [anon_sym_subroutine] = ACTIONS(1442), + [anon_sym_invariant] = ACTIONS(1442), + [anon_sym_precise] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1444), + [anon_sym_in] = ACTIONS(1442), + [anon_sym_out] = ACTIONS(1442), + [anon_sym_inout] = ACTIONS(1442), + [anon_sym_uniform] = ACTIONS(1442), + [anon_sym_shared] = ACTIONS(1442), + [anon_sym_attribute] = ACTIONS(1442), + [anon_sym_varying] = ACTIONS(1442), + [anon_sym_buffer] = ACTIONS(1442), + [anon_sym_coherent] = ACTIONS(1442), + [anon_sym_readonly] = ACTIONS(1442), + [anon_sym_writeonly] = ACTIONS(1442), + [anon_sym_precision] = ACTIONS(1442), + [anon_sym_highp] = ACTIONS(1442), + [anon_sym_mediump] = ACTIONS(1442), + [anon_sym_lowp] = ACTIONS(1442), + [anon_sym_centroid] = ACTIONS(1442), + [anon_sym_sample] = ACTIONS(1442), + [anon_sym_patch] = ACTIONS(1442), + [anon_sym_smooth] = ACTIONS(1442), + [anon_sym_flat] = ACTIONS(1442), + [anon_sym_noperspective] = ACTIONS(1442), + [anon_sym___extension__] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1442), + [anon_sym_extern] = ACTIONS(1442), + [anon_sym___attribute__] = ACTIONS(1442), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1444), + [anon_sym___declspec] = ACTIONS(1442), + [anon_sym___cdecl] = ACTIONS(1442), + [anon_sym___clrcall] = ACTIONS(1442), + [anon_sym___stdcall] = ACTIONS(1442), + [anon_sym___fastcall] = ACTIONS(1442), + [anon_sym___thiscall] = ACTIONS(1442), + [anon_sym___vectorcall] = ACTIONS(1442), + [anon_sym_LBRACE] = ACTIONS(1444), + [anon_sym_signed] = ACTIONS(1442), + [anon_sym_unsigned] = ACTIONS(1442), + [anon_sym_long] = ACTIONS(1442), + [anon_sym_short] = ACTIONS(1442), + [anon_sym_static] = ACTIONS(1442), + [anon_sym_auto] = ACTIONS(1442), + [anon_sym_register] = ACTIONS(1442), + [anon_sym_inline] = ACTIONS(1442), + [anon_sym___inline] = ACTIONS(1442), + [anon_sym___inline__] = ACTIONS(1442), + [anon_sym___forceinline] = ACTIONS(1442), + [anon_sym_thread_local] = ACTIONS(1442), + [anon_sym___thread] = ACTIONS(1442), + [anon_sym_const] = ACTIONS(1442), + [anon_sym_constexpr] = ACTIONS(1442), + [anon_sym_volatile] = ACTIONS(1442), + [anon_sym_restrict] = ACTIONS(1442), + [anon_sym___restrict__] = ACTIONS(1442), + [anon_sym__Atomic] = ACTIONS(1442), + [anon_sym__Noreturn] = ACTIONS(1442), + [anon_sym_noreturn] = ACTIONS(1442), + [sym_primitive_type] = ACTIONS(1442), + [anon_sym_enum] = ACTIONS(1442), + [anon_sym_struct] = ACTIONS(1442), + [anon_sym_union] = ACTIONS(1442), + [anon_sym_if] = ACTIONS(1442), + [anon_sym_else] = ACTIONS(1442), + [anon_sym_switch] = ACTIONS(1442), + [anon_sym_case] = ACTIONS(1442), + [anon_sym_default] = ACTIONS(1442), + [anon_sym_while] = ACTIONS(1442), + [anon_sym_do] = ACTIONS(1442), + [anon_sym_for] = ACTIONS(1442), + [anon_sym_return] = ACTIONS(1442), + [anon_sym_break] = ACTIONS(1442), + [anon_sym_continue] = ACTIONS(1442), + [anon_sym_goto] = ACTIONS(1442), + [anon_sym_DASH_DASH] = ACTIONS(1444), + [anon_sym_PLUS_PLUS] = ACTIONS(1444), + [anon_sym_sizeof] = ACTIONS(1442), + [anon_sym___alignof__] = ACTIONS(1442), + [anon_sym___alignof] = ACTIONS(1442), + [anon_sym__alignof] = ACTIONS(1442), + [anon_sym_alignof] = ACTIONS(1442), + [anon_sym__Alignof] = ACTIONS(1442), + [anon_sym_offsetof] = ACTIONS(1442), + [anon_sym__Generic] = ACTIONS(1442), + [anon_sym_asm] = ACTIONS(1442), + [anon_sym___asm__] = ACTIONS(1442), + [sym_number_literal] = ACTIONS(1444), + [anon_sym_L_SQUOTE] = ACTIONS(1444), + [anon_sym_u_SQUOTE] = ACTIONS(1444), + [anon_sym_U_SQUOTE] = ACTIONS(1444), + [anon_sym_u8_SQUOTE] = ACTIONS(1444), + [anon_sym_SQUOTE] = ACTIONS(1444), + [anon_sym_L_DQUOTE] = ACTIONS(1444), + [anon_sym_u_DQUOTE] = ACTIONS(1444), + [anon_sym_U_DQUOTE] = ACTIONS(1444), + [anon_sym_u8_DQUOTE] = ACTIONS(1444), + [anon_sym_DQUOTE] = ACTIONS(1444), + [sym_true] = ACTIONS(1442), + [sym_false] = ACTIONS(1442), + [anon_sym_NULL] = ACTIONS(1442), + [anon_sym_nullptr] = ACTIONS(1442), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1414), - [anon_sym_rayPayloadInEXT] = ACTIONS(1414), - [anon_sym_hitAttributeEXT] = ACTIONS(1414), - [anon_sym_callableDataEXT] = ACTIONS(1414), - [anon_sym_callableDataInEXT] = ACTIONS(1414), - [anon_sym_shaderRecordEXT] = ACTIONS(1414), - [anon_sym_rayPayloadNV] = ACTIONS(1414), - [anon_sym_rayPayloadInNV] = ACTIONS(1414), - [anon_sym_hitAttributeNV] = ACTIONS(1414), - [anon_sym_callableDataNV] = ACTIONS(1414), - [anon_sym_callableDataInNV] = ACTIONS(1414), - [anon_sym_shaderRecordNV] = ACTIONS(1414), - [anon_sym_layout] = ACTIONS(1414), + [anon_sym_rayPayloadEXT] = ACTIONS(1442), + [anon_sym_rayPayloadInEXT] = ACTIONS(1442), + [anon_sym_hitAttributeEXT] = ACTIONS(1442), + [anon_sym_callableDataEXT] = ACTIONS(1442), + [anon_sym_callableDataInEXT] = ACTIONS(1442), + [anon_sym_shaderRecordEXT] = ACTIONS(1442), + [anon_sym_rayPayloadNV] = ACTIONS(1442), + [anon_sym_rayPayloadInNV] = ACTIONS(1442), + [anon_sym_hitAttributeNV] = ACTIONS(1442), + [anon_sym_callableDataNV] = ACTIONS(1442), + [anon_sym_callableDataInNV] = ACTIONS(1442), + [anon_sym_shaderRecordNV] = ACTIONS(1442), + [anon_sym_layout] = ACTIONS(1442), }, - [190] = { - [sym_identifier] = ACTIONS(1374), - [aux_sym_preproc_include_token1] = ACTIONS(1374), - [aux_sym_preproc_def_token1] = ACTIONS(1374), - [aux_sym_preproc_if_token1] = ACTIONS(1374), - [aux_sym_preproc_if_token2] = ACTIONS(1374), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1374), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1374), - [aux_sym_preproc_else_token1] = ACTIONS(1374), - [aux_sym_preproc_elif_token1] = ACTIONS(1374), - [sym_preproc_directive] = ACTIONS(1374), - [anon_sym_LPAREN2] = ACTIONS(1376), - [anon_sym_BANG] = ACTIONS(1376), - [anon_sym_TILDE] = ACTIONS(1376), - [anon_sym_DASH] = ACTIONS(1374), - [anon_sym_PLUS] = ACTIONS(1374), - [anon_sym_STAR] = ACTIONS(1376), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_subroutine] = ACTIONS(1374), - [anon_sym_invariant] = ACTIONS(1374), - [anon_sym_precise] = ACTIONS(1374), - [anon_sym_SEMI] = ACTIONS(1376), - [anon_sym_in] = ACTIONS(1374), - [anon_sym_out] = ACTIONS(1374), - [anon_sym_inout] = ACTIONS(1374), - [anon_sym_uniform] = ACTIONS(1374), - [anon_sym_shared] = ACTIONS(1374), - [anon_sym_attribute] = ACTIONS(1374), - [anon_sym_varying] = ACTIONS(1374), - [anon_sym_buffer] = ACTIONS(1374), - [anon_sym_coherent] = ACTIONS(1374), - [anon_sym_readonly] = ACTIONS(1374), - [anon_sym_writeonly] = ACTIONS(1374), - [anon_sym_precision] = ACTIONS(1374), - [anon_sym_highp] = ACTIONS(1374), - [anon_sym_mediump] = ACTIONS(1374), - [anon_sym_lowp] = ACTIONS(1374), - [anon_sym_centroid] = ACTIONS(1374), - [anon_sym_sample] = ACTIONS(1374), - [anon_sym_patch] = ACTIONS(1374), - [anon_sym_smooth] = ACTIONS(1374), - [anon_sym_flat] = ACTIONS(1374), - [anon_sym_noperspective] = ACTIONS(1374), - [anon_sym___extension__] = ACTIONS(1374), - [anon_sym_typedef] = ACTIONS(1374), - [anon_sym_extern] = ACTIONS(1374), - [anon_sym___attribute__] = ACTIONS(1374), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1376), - [anon_sym___declspec] = ACTIONS(1374), - [anon_sym___cdecl] = ACTIONS(1374), - [anon_sym___clrcall] = ACTIONS(1374), - [anon_sym___stdcall] = ACTIONS(1374), - [anon_sym___fastcall] = ACTIONS(1374), - [anon_sym___thiscall] = ACTIONS(1374), - [anon_sym___vectorcall] = ACTIONS(1374), - [anon_sym_LBRACE] = ACTIONS(1376), - [anon_sym_signed] = ACTIONS(1374), - [anon_sym_unsigned] = ACTIONS(1374), - [anon_sym_long] = ACTIONS(1374), - [anon_sym_short] = ACTIONS(1374), - [anon_sym_static] = ACTIONS(1374), - [anon_sym_auto] = ACTIONS(1374), - [anon_sym_register] = ACTIONS(1374), - [anon_sym_inline] = ACTIONS(1374), - [anon_sym___inline] = ACTIONS(1374), - [anon_sym___inline__] = ACTIONS(1374), - [anon_sym___forceinline] = ACTIONS(1374), - [anon_sym_thread_local] = ACTIONS(1374), - [anon_sym___thread] = ACTIONS(1374), - [anon_sym_const] = ACTIONS(1374), - [anon_sym_constexpr] = ACTIONS(1374), - [anon_sym_volatile] = ACTIONS(1374), - [anon_sym_restrict] = ACTIONS(1374), - [anon_sym___restrict__] = ACTIONS(1374), - [anon_sym__Atomic] = ACTIONS(1374), - [anon_sym__Noreturn] = ACTIONS(1374), - [anon_sym_noreturn] = ACTIONS(1374), - [sym_primitive_type] = ACTIONS(1374), - [anon_sym_enum] = ACTIONS(1374), - [anon_sym_struct] = ACTIONS(1374), - [anon_sym_union] = ACTIONS(1374), - [anon_sym_if] = ACTIONS(1374), - [anon_sym_else] = ACTIONS(1374), - [anon_sym_switch] = ACTIONS(1374), - [anon_sym_case] = ACTIONS(1374), - [anon_sym_default] = ACTIONS(1374), - [anon_sym_while] = ACTIONS(1374), - [anon_sym_do] = ACTIONS(1374), - [anon_sym_for] = ACTIONS(1374), - [anon_sym_return] = ACTIONS(1374), - [anon_sym_break] = ACTIONS(1374), - [anon_sym_continue] = ACTIONS(1374), - [anon_sym_goto] = ACTIONS(1374), - [anon_sym_DASH_DASH] = ACTIONS(1376), - [anon_sym_PLUS_PLUS] = ACTIONS(1376), - [anon_sym_sizeof] = ACTIONS(1374), - [anon_sym___alignof__] = ACTIONS(1374), - [anon_sym___alignof] = ACTIONS(1374), - [anon_sym__alignof] = ACTIONS(1374), - [anon_sym_alignof] = ACTIONS(1374), - [anon_sym__Alignof] = ACTIONS(1374), - [anon_sym_offsetof] = ACTIONS(1374), - [anon_sym__Generic] = ACTIONS(1374), - [anon_sym_asm] = ACTIONS(1374), - [anon_sym___asm__] = ACTIONS(1374), - [sym_number_literal] = ACTIONS(1376), - [anon_sym_L_SQUOTE] = ACTIONS(1376), - [anon_sym_u_SQUOTE] = ACTIONS(1376), - [anon_sym_U_SQUOTE] = ACTIONS(1376), - [anon_sym_u8_SQUOTE] = ACTIONS(1376), - [anon_sym_SQUOTE] = ACTIONS(1376), - [anon_sym_L_DQUOTE] = ACTIONS(1376), - [anon_sym_u_DQUOTE] = ACTIONS(1376), - [anon_sym_U_DQUOTE] = ACTIONS(1376), - [anon_sym_u8_DQUOTE] = ACTIONS(1376), - [anon_sym_DQUOTE] = ACTIONS(1376), - [sym_true] = ACTIONS(1374), - [sym_false] = ACTIONS(1374), - [anon_sym_NULL] = ACTIONS(1374), - [anon_sym_nullptr] = ACTIONS(1374), + [181] = { + [sym_identifier] = ACTIONS(1450), + [aux_sym_preproc_include_token1] = ACTIONS(1450), + [aux_sym_preproc_def_token1] = ACTIONS(1450), + [aux_sym_preproc_if_token1] = ACTIONS(1450), + [aux_sym_preproc_if_token2] = ACTIONS(1450), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1450), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1450), + [aux_sym_preproc_else_token1] = ACTIONS(1450), + [aux_sym_preproc_elif_token1] = ACTIONS(1450), + [sym_preproc_directive] = ACTIONS(1450), + [anon_sym_LPAREN2] = ACTIONS(1452), + [anon_sym_BANG] = ACTIONS(1452), + [anon_sym_TILDE] = ACTIONS(1452), + [anon_sym_DASH] = ACTIONS(1450), + [anon_sym_PLUS] = ACTIONS(1450), + [anon_sym_STAR] = ACTIONS(1452), + [anon_sym_AMP] = ACTIONS(1452), + [anon_sym_subroutine] = ACTIONS(1450), + [anon_sym_invariant] = ACTIONS(1450), + [anon_sym_precise] = ACTIONS(1450), + [anon_sym_SEMI] = ACTIONS(1452), + [anon_sym_in] = ACTIONS(1450), + [anon_sym_out] = ACTIONS(1450), + [anon_sym_inout] = ACTIONS(1450), + [anon_sym_uniform] = ACTIONS(1450), + [anon_sym_shared] = ACTIONS(1450), + [anon_sym_attribute] = ACTIONS(1450), + [anon_sym_varying] = ACTIONS(1450), + [anon_sym_buffer] = ACTIONS(1450), + [anon_sym_coherent] = ACTIONS(1450), + [anon_sym_readonly] = ACTIONS(1450), + [anon_sym_writeonly] = ACTIONS(1450), + [anon_sym_precision] = ACTIONS(1450), + [anon_sym_highp] = ACTIONS(1450), + [anon_sym_mediump] = ACTIONS(1450), + [anon_sym_lowp] = ACTIONS(1450), + [anon_sym_centroid] = ACTIONS(1450), + [anon_sym_sample] = ACTIONS(1450), + [anon_sym_patch] = ACTIONS(1450), + [anon_sym_smooth] = ACTIONS(1450), + [anon_sym_flat] = ACTIONS(1450), + [anon_sym_noperspective] = ACTIONS(1450), + [anon_sym___extension__] = ACTIONS(1450), + [anon_sym_typedef] = ACTIONS(1450), + [anon_sym_extern] = ACTIONS(1450), + [anon_sym___attribute__] = ACTIONS(1450), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1452), + [anon_sym___declspec] = ACTIONS(1450), + [anon_sym___cdecl] = ACTIONS(1450), + [anon_sym___clrcall] = ACTIONS(1450), + [anon_sym___stdcall] = ACTIONS(1450), + [anon_sym___fastcall] = ACTIONS(1450), + [anon_sym___thiscall] = ACTIONS(1450), + [anon_sym___vectorcall] = ACTIONS(1450), + [anon_sym_LBRACE] = ACTIONS(1452), + [anon_sym_signed] = ACTIONS(1450), + [anon_sym_unsigned] = ACTIONS(1450), + [anon_sym_long] = ACTIONS(1450), + [anon_sym_short] = ACTIONS(1450), + [anon_sym_static] = ACTIONS(1450), + [anon_sym_auto] = ACTIONS(1450), + [anon_sym_register] = ACTIONS(1450), + [anon_sym_inline] = ACTIONS(1450), + [anon_sym___inline] = ACTIONS(1450), + [anon_sym___inline__] = ACTIONS(1450), + [anon_sym___forceinline] = ACTIONS(1450), + [anon_sym_thread_local] = ACTIONS(1450), + [anon_sym___thread] = ACTIONS(1450), + [anon_sym_const] = ACTIONS(1450), + [anon_sym_constexpr] = ACTIONS(1450), + [anon_sym_volatile] = ACTIONS(1450), + [anon_sym_restrict] = ACTIONS(1450), + [anon_sym___restrict__] = ACTIONS(1450), + [anon_sym__Atomic] = ACTIONS(1450), + [anon_sym__Noreturn] = ACTIONS(1450), + [anon_sym_noreturn] = ACTIONS(1450), + [sym_primitive_type] = ACTIONS(1450), + [anon_sym_enum] = ACTIONS(1450), + [anon_sym_struct] = ACTIONS(1450), + [anon_sym_union] = ACTIONS(1450), + [anon_sym_if] = ACTIONS(1450), + [anon_sym_else] = ACTIONS(1450), + [anon_sym_switch] = ACTIONS(1450), + [anon_sym_case] = ACTIONS(1450), + [anon_sym_default] = ACTIONS(1450), + [anon_sym_while] = ACTIONS(1450), + [anon_sym_do] = ACTIONS(1450), + [anon_sym_for] = ACTIONS(1450), + [anon_sym_return] = ACTIONS(1450), + [anon_sym_break] = ACTIONS(1450), + [anon_sym_continue] = ACTIONS(1450), + [anon_sym_goto] = ACTIONS(1450), + [anon_sym_DASH_DASH] = ACTIONS(1452), + [anon_sym_PLUS_PLUS] = ACTIONS(1452), + [anon_sym_sizeof] = ACTIONS(1450), + [anon_sym___alignof__] = ACTIONS(1450), + [anon_sym___alignof] = ACTIONS(1450), + [anon_sym__alignof] = ACTIONS(1450), + [anon_sym_alignof] = ACTIONS(1450), + [anon_sym__Alignof] = ACTIONS(1450), + [anon_sym_offsetof] = ACTIONS(1450), + [anon_sym__Generic] = ACTIONS(1450), + [anon_sym_asm] = ACTIONS(1450), + [anon_sym___asm__] = ACTIONS(1450), + [sym_number_literal] = ACTIONS(1452), + [anon_sym_L_SQUOTE] = ACTIONS(1452), + [anon_sym_u_SQUOTE] = ACTIONS(1452), + [anon_sym_U_SQUOTE] = ACTIONS(1452), + [anon_sym_u8_SQUOTE] = ACTIONS(1452), + [anon_sym_SQUOTE] = ACTIONS(1452), + [anon_sym_L_DQUOTE] = ACTIONS(1452), + [anon_sym_u_DQUOTE] = ACTIONS(1452), + [anon_sym_U_DQUOTE] = ACTIONS(1452), + [anon_sym_u8_DQUOTE] = ACTIONS(1452), + [anon_sym_DQUOTE] = ACTIONS(1452), + [sym_true] = ACTIONS(1450), + [sym_false] = ACTIONS(1450), + [anon_sym_NULL] = ACTIONS(1450), + [anon_sym_nullptr] = ACTIONS(1450), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1374), - [anon_sym_rayPayloadInEXT] = ACTIONS(1374), - [anon_sym_hitAttributeEXT] = ACTIONS(1374), - [anon_sym_callableDataEXT] = ACTIONS(1374), - [anon_sym_callableDataInEXT] = ACTIONS(1374), - [anon_sym_shaderRecordEXT] = ACTIONS(1374), - [anon_sym_rayPayloadNV] = ACTIONS(1374), - [anon_sym_rayPayloadInNV] = ACTIONS(1374), - [anon_sym_hitAttributeNV] = ACTIONS(1374), - [anon_sym_callableDataNV] = ACTIONS(1374), - [anon_sym_callableDataInNV] = ACTIONS(1374), - [anon_sym_shaderRecordNV] = ACTIONS(1374), - [anon_sym_layout] = ACTIONS(1374), + [anon_sym_rayPayloadEXT] = ACTIONS(1450), + [anon_sym_rayPayloadInEXT] = ACTIONS(1450), + [anon_sym_hitAttributeEXT] = ACTIONS(1450), + [anon_sym_callableDataEXT] = ACTIONS(1450), + [anon_sym_callableDataInEXT] = ACTIONS(1450), + [anon_sym_shaderRecordEXT] = ACTIONS(1450), + [anon_sym_rayPayloadNV] = ACTIONS(1450), + [anon_sym_rayPayloadInNV] = ACTIONS(1450), + [anon_sym_hitAttributeNV] = ACTIONS(1450), + [anon_sym_callableDataNV] = ACTIONS(1450), + [anon_sym_callableDataInNV] = ACTIONS(1450), + [anon_sym_shaderRecordNV] = ACTIONS(1450), + [anon_sym_layout] = ACTIONS(1450), }, - [191] = { - [sym_identifier] = ACTIONS(1370), - [aux_sym_preproc_include_token1] = ACTIONS(1370), - [aux_sym_preproc_def_token1] = ACTIONS(1370), - [aux_sym_preproc_if_token1] = ACTIONS(1370), - [aux_sym_preproc_if_token2] = ACTIONS(1370), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1370), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1370), - [aux_sym_preproc_else_token1] = ACTIONS(1370), - [aux_sym_preproc_elif_token1] = ACTIONS(1370), - [sym_preproc_directive] = ACTIONS(1370), - [anon_sym_LPAREN2] = ACTIONS(1372), - [anon_sym_BANG] = ACTIONS(1372), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_DASH] = ACTIONS(1370), - [anon_sym_PLUS] = ACTIONS(1370), - [anon_sym_STAR] = ACTIONS(1372), - [anon_sym_AMP] = ACTIONS(1372), - [anon_sym_subroutine] = ACTIONS(1370), - [anon_sym_invariant] = ACTIONS(1370), - [anon_sym_precise] = ACTIONS(1370), - [anon_sym_SEMI] = ACTIONS(1372), - [anon_sym_in] = ACTIONS(1370), - [anon_sym_out] = ACTIONS(1370), - [anon_sym_inout] = ACTIONS(1370), - [anon_sym_uniform] = ACTIONS(1370), - [anon_sym_shared] = ACTIONS(1370), - [anon_sym_attribute] = ACTIONS(1370), - [anon_sym_varying] = ACTIONS(1370), - [anon_sym_buffer] = ACTIONS(1370), - [anon_sym_coherent] = ACTIONS(1370), - [anon_sym_readonly] = ACTIONS(1370), - [anon_sym_writeonly] = ACTIONS(1370), - [anon_sym_precision] = ACTIONS(1370), - [anon_sym_highp] = ACTIONS(1370), - [anon_sym_mediump] = ACTIONS(1370), - [anon_sym_lowp] = ACTIONS(1370), - [anon_sym_centroid] = ACTIONS(1370), - [anon_sym_sample] = ACTIONS(1370), - [anon_sym_patch] = ACTIONS(1370), - [anon_sym_smooth] = ACTIONS(1370), - [anon_sym_flat] = ACTIONS(1370), - [anon_sym_noperspective] = ACTIONS(1370), - [anon_sym___extension__] = ACTIONS(1370), - [anon_sym_typedef] = ACTIONS(1370), - [anon_sym_extern] = ACTIONS(1370), - [anon_sym___attribute__] = ACTIONS(1370), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1372), - [anon_sym___declspec] = ACTIONS(1370), - [anon_sym___cdecl] = ACTIONS(1370), - [anon_sym___clrcall] = ACTIONS(1370), - [anon_sym___stdcall] = ACTIONS(1370), - [anon_sym___fastcall] = ACTIONS(1370), - [anon_sym___thiscall] = ACTIONS(1370), - [anon_sym___vectorcall] = ACTIONS(1370), - [anon_sym_LBRACE] = ACTIONS(1372), - [anon_sym_signed] = ACTIONS(1370), - [anon_sym_unsigned] = ACTIONS(1370), - [anon_sym_long] = ACTIONS(1370), - [anon_sym_short] = ACTIONS(1370), - [anon_sym_static] = ACTIONS(1370), - [anon_sym_auto] = ACTIONS(1370), - [anon_sym_register] = ACTIONS(1370), - [anon_sym_inline] = ACTIONS(1370), - [anon_sym___inline] = ACTIONS(1370), - [anon_sym___inline__] = ACTIONS(1370), - [anon_sym___forceinline] = ACTIONS(1370), - [anon_sym_thread_local] = ACTIONS(1370), - [anon_sym___thread] = ACTIONS(1370), - [anon_sym_const] = ACTIONS(1370), - [anon_sym_constexpr] = ACTIONS(1370), - [anon_sym_volatile] = ACTIONS(1370), - [anon_sym_restrict] = ACTIONS(1370), - [anon_sym___restrict__] = ACTIONS(1370), - [anon_sym__Atomic] = ACTIONS(1370), - [anon_sym__Noreturn] = ACTIONS(1370), - [anon_sym_noreturn] = ACTIONS(1370), - [sym_primitive_type] = ACTIONS(1370), - [anon_sym_enum] = ACTIONS(1370), - [anon_sym_struct] = ACTIONS(1370), - [anon_sym_union] = ACTIONS(1370), - [anon_sym_if] = ACTIONS(1370), - [anon_sym_else] = ACTIONS(1370), - [anon_sym_switch] = ACTIONS(1370), - [anon_sym_case] = ACTIONS(1370), - [anon_sym_default] = ACTIONS(1370), - [anon_sym_while] = ACTIONS(1370), - [anon_sym_do] = ACTIONS(1370), - [anon_sym_for] = ACTIONS(1370), - [anon_sym_return] = ACTIONS(1370), - [anon_sym_break] = ACTIONS(1370), - [anon_sym_continue] = ACTIONS(1370), - [anon_sym_goto] = ACTIONS(1370), - [anon_sym_DASH_DASH] = ACTIONS(1372), - [anon_sym_PLUS_PLUS] = ACTIONS(1372), - [anon_sym_sizeof] = ACTIONS(1370), - [anon_sym___alignof__] = ACTIONS(1370), - [anon_sym___alignof] = ACTIONS(1370), - [anon_sym__alignof] = ACTIONS(1370), - [anon_sym_alignof] = ACTIONS(1370), - [anon_sym__Alignof] = ACTIONS(1370), - [anon_sym_offsetof] = ACTIONS(1370), - [anon_sym__Generic] = ACTIONS(1370), - [anon_sym_asm] = ACTIONS(1370), - [anon_sym___asm__] = ACTIONS(1370), - [sym_number_literal] = ACTIONS(1372), - [anon_sym_L_SQUOTE] = ACTIONS(1372), - [anon_sym_u_SQUOTE] = ACTIONS(1372), - [anon_sym_U_SQUOTE] = ACTIONS(1372), - [anon_sym_u8_SQUOTE] = ACTIONS(1372), - [anon_sym_SQUOTE] = ACTIONS(1372), - [anon_sym_L_DQUOTE] = ACTIONS(1372), - [anon_sym_u_DQUOTE] = ACTIONS(1372), - [anon_sym_U_DQUOTE] = ACTIONS(1372), - [anon_sym_u8_DQUOTE] = ACTIONS(1372), - [anon_sym_DQUOTE] = ACTIONS(1372), - [sym_true] = ACTIONS(1370), - [sym_false] = ACTIONS(1370), - [anon_sym_NULL] = ACTIONS(1370), - [anon_sym_nullptr] = ACTIONS(1370), + [182] = { + [sym_identifier] = ACTIONS(1398), + [aux_sym_preproc_include_token1] = ACTIONS(1398), + [aux_sym_preproc_def_token1] = ACTIONS(1398), + [aux_sym_preproc_if_token1] = ACTIONS(1398), + [aux_sym_preproc_if_token2] = ACTIONS(1398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1398), + [aux_sym_preproc_else_token1] = ACTIONS(1398), + [aux_sym_preproc_elif_token1] = ACTIONS(1398), + [sym_preproc_directive] = ACTIONS(1398), + [anon_sym_LPAREN2] = ACTIONS(1400), + [anon_sym_BANG] = ACTIONS(1400), + [anon_sym_TILDE] = ACTIONS(1400), + [anon_sym_DASH] = ACTIONS(1398), + [anon_sym_PLUS] = ACTIONS(1398), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_AMP] = ACTIONS(1400), + [anon_sym_subroutine] = ACTIONS(1398), + [anon_sym_invariant] = ACTIONS(1398), + [anon_sym_precise] = ACTIONS(1398), + [anon_sym_SEMI] = ACTIONS(1400), + [anon_sym_in] = ACTIONS(1398), + [anon_sym_out] = ACTIONS(1398), + [anon_sym_inout] = ACTIONS(1398), + [anon_sym_uniform] = ACTIONS(1398), + [anon_sym_shared] = ACTIONS(1398), + [anon_sym_attribute] = ACTIONS(1398), + [anon_sym_varying] = ACTIONS(1398), + [anon_sym_buffer] = ACTIONS(1398), + [anon_sym_coherent] = ACTIONS(1398), + [anon_sym_readonly] = ACTIONS(1398), + [anon_sym_writeonly] = ACTIONS(1398), + [anon_sym_precision] = ACTIONS(1398), + [anon_sym_highp] = ACTIONS(1398), + [anon_sym_mediump] = ACTIONS(1398), + [anon_sym_lowp] = ACTIONS(1398), + [anon_sym_centroid] = ACTIONS(1398), + [anon_sym_sample] = ACTIONS(1398), + [anon_sym_patch] = ACTIONS(1398), + [anon_sym_smooth] = ACTIONS(1398), + [anon_sym_flat] = ACTIONS(1398), + [anon_sym_noperspective] = ACTIONS(1398), + [anon_sym___extension__] = ACTIONS(1398), + [anon_sym_typedef] = ACTIONS(1398), + [anon_sym_extern] = ACTIONS(1398), + [anon_sym___attribute__] = ACTIONS(1398), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1400), + [anon_sym___declspec] = ACTIONS(1398), + [anon_sym___cdecl] = ACTIONS(1398), + [anon_sym___clrcall] = ACTIONS(1398), + [anon_sym___stdcall] = ACTIONS(1398), + [anon_sym___fastcall] = ACTIONS(1398), + [anon_sym___thiscall] = ACTIONS(1398), + [anon_sym___vectorcall] = ACTIONS(1398), + [anon_sym_LBRACE] = ACTIONS(1400), + [anon_sym_signed] = ACTIONS(1398), + [anon_sym_unsigned] = ACTIONS(1398), + [anon_sym_long] = ACTIONS(1398), + [anon_sym_short] = ACTIONS(1398), + [anon_sym_static] = ACTIONS(1398), + [anon_sym_auto] = ACTIONS(1398), + [anon_sym_register] = ACTIONS(1398), + [anon_sym_inline] = ACTIONS(1398), + [anon_sym___inline] = ACTIONS(1398), + [anon_sym___inline__] = ACTIONS(1398), + [anon_sym___forceinline] = ACTIONS(1398), + [anon_sym_thread_local] = ACTIONS(1398), + [anon_sym___thread] = ACTIONS(1398), + [anon_sym_const] = ACTIONS(1398), + [anon_sym_constexpr] = ACTIONS(1398), + [anon_sym_volatile] = ACTIONS(1398), + [anon_sym_restrict] = ACTIONS(1398), + [anon_sym___restrict__] = ACTIONS(1398), + [anon_sym__Atomic] = ACTIONS(1398), + [anon_sym__Noreturn] = ACTIONS(1398), + [anon_sym_noreturn] = ACTIONS(1398), + [sym_primitive_type] = ACTIONS(1398), + [anon_sym_enum] = ACTIONS(1398), + [anon_sym_struct] = ACTIONS(1398), + [anon_sym_union] = ACTIONS(1398), + [anon_sym_if] = ACTIONS(1398), + [anon_sym_else] = ACTIONS(1398), + [anon_sym_switch] = ACTIONS(1398), + [anon_sym_case] = ACTIONS(1398), + [anon_sym_default] = ACTIONS(1398), + [anon_sym_while] = ACTIONS(1398), + [anon_sym_do] = ACTIONS(1398), + [anon_sym_for] = ACTIONS(1398), + [anon_sym_return] = ACTIONS(1398), + [anon_sym_break] = ACTIONS(1398), + [anon_sym_continue] = ACTIONS(1398), + [anon_sym_goto] = ACTIONS(1398), + [anon_sym_DASH_DASH] = ACTIONS(1400), + [anon_sym_PLUS_PLUS] = ACTIONS(1400), + [anon_sym_sizeof] = ACTIONS(1398), + [anon_sym___alignof__] = ACTIONS(1398), + [anon_sym___alignof] = ACTIONS(1398), + [anon_sym__alignof] = ACTIONS(1398), + [anon_sym_alignof] = ACTIONS(1398), + [anon_sym__Alignof] = ACTIONS(1398), + [anon_sym_offsetof] = ACTIONS(1398), + [anon_sym__Generic] = ACTIONS(1398), + [anon_sym_asm] = ACTIONS(1398), + [anon_sym___asm__] = ACTIONS(1398), + [sym_number_literal] = ACTIONS(1400), + [anon_sym_L_SQUOTE] = ACTIONS(1400), + [anon_sym_u_SQUOTE] = ACTIONS(1400), + [anon_sym_U_SQUOTE] = ACTIONS(1400), + [anon_sym_u8_SQUOTE] = ACTIONS(1400), + [anon_sym_SQUOTE] = ACTIONS(1400), + [anon_sym_L_DQUOTE] = ACTIONS(1400), + [anon_sym_u_DQUOTE] = ACTIONS(1400), + [anon_sym_U_DQUOTE] = ACTIONS(1400), + [anon_sym_u8_DQUOTE] = ACTIONS(1400), + [anon_sym_DQUOTE] = ACTIONS(1400), + [sym_true] = ACTIONS(1398), + [sym_false] = ACTIONS(1398), + [anon_sym_NULL] = ACTIONS(1398), + [anon_sym_nullptr] = ACTIONS(1398), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1370), - [anon_sym_rayPayloadInEXT] = ACTIONS(1370), - [anon_sym_hitAttributeEXT] = ACTIONS(1370), - [anon_sym_callableDataEXT] = ACTIONS(1370), - [anon_sym_callableDataInEXT] = ACTIONS(1370), - [anon_sym_shaderRecordEXT] = ACTIONS(1370), - [anon_sym_rayPayloadNV] = ACTIONS(1370), - [anon_sym_rayPayloadInNV] = ACTIONS(1370), - [anon_sym_hitAttributeNV] = ACTIONS(1370), - [anon_sym_callableDataNV] = ACTIONS(1370), - [anon_sym_callableDataInNV] = ACTIONS(1370), - [anon_sym_shaderRecordNV] = ACTIONS(1370), - [anon_sym_layout] = ACTIONS(1370), + [anon_sym_rayPayloadEXT] = ACTIONS(1398), + [anon_sym_rayPayloadInEXT] = ACTIONS(1398), + [anon_sym_hitAttributeEXT] = ACTIONS(1398), + [anon_sym_callableDataEXT] = ACTIONS(1398), + [anon_sym_callableDataInEXT] = ACTIONS(1398), + [anon_sym_shaderRecordEXT] = ACTIONS(1398), + [anon_sym_rayPayloadNV] = ACTIONS(1398), + [anon_sym_rayPayloadInNV] = ACTIONS(1398), + [anon_sym_hitAttributeNV] = ACTIONS(1398), + [anon_sym_callableDataNV] = ACTIONS(1398), + [anon_sym_callableDataInNV] = ACTIONS(1398), + [anon_sym_shaderRecordNV] = ACTIONS(1398), + [anon_sym_layout] = ACTIONS(1398), }, - [192] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [aux_sym_preproc_else_token1] = ACTIONS(1354), - [aux_sym_preproc_elif_token1] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [183] = { + [sym_identifier] = ACTIONS(1394), + [aux_sym_preproc_include_token1] = ACTIONS(1394), + [aux_sym_preproc_def_token1] = ACTIONS(1394), + [aux_sym_preproc_if_token1] = ACTIONS(1394), + [aux_sym_preproc_if_token2] = ACTIONS(1394), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1394), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1394), + [aux_sym_preproc_else_token1] = ACTIONS(1394), + [aux_sym_preproc_elif_token1] = ACTIONS(1394), + [sym_preproc_directive] = ACTIONS(1394), + [anon_sym_LPAREN2] = ACTIONS(1396), + [anon_sym_BANG] = ACTIONS(1396), + [anon_sym_TILDE] = ACTIONS(1396), + [anon_sym_DASH] = ACTIONS(1394), + [anon_sym_PLUS] = ACTIONS(1394), + [anon_sym_STAR] = ACTIONS(1396), + [anon_sym_AMP] = ACTIONS(1396), + [anon_sym_subroutine] = ACTIONS(1394), + [anon_sym_invariant] = ACTIONS(1394), + [anon_sym_precise] = ACTIONS(1394), + [anon_sym_SEMI] = ACTIONS(1396), + [anon_sym_in] = ACTIONS(1394), + [anon_sym_out] = ACTIONS(1394), + [anon_sym_inout] = ACTIONS(1394), + [anon_sym_uniform] = ACTIONS(1394), + [anon_sym_shared] = ACTIONS(1394), + [anon_sym_attribute] = ACTIONS(1394), + [anon_sym_varying] = ACTIONS(1394), + [anon_sym_buffer] = ACTIONS(1394), + [anon_sym_coherent] = ACTIONS(1394), + [anon_sym_readonly] = ACTIONS(1394), + [anon_sym_writeonly] = ACTIONS(1394), + [anon_sym_precision] = ACTIONS(1394), + [anon_sym_highp] = ACTIONS(1394), + [anon_sym_mediump] = ACTIONS(1394), + [anon_sym_lowp] = ACTIONS(1394), + [anon_sym_centroid] = ACTIONS(1394), + [anon_sym_sample] = ACTIONS(1394), + [anon_sym_patch] = ACTIONS(1394), + [anon_sym_smooth] = ACTIONS(1394), + [anon_sym_flat] = ACTIONS(1394), + [anon_sym_noperspective] = ACTIONS(1394), + [anon_sym___extension__] = ACTIONS(1394), + [anon_sym_typedef] = ACTIONS(1394), + [anon_sym_extern] = ACTIONS(1394), + [anon_sym___attribute__] = ACTIONS(1394), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1396), + [anon_sym___declspec] = ACTIONS(1394), + [anon_sym___cdecl] = ACTIONS(1394), + [anon_sym___clrcall] = ACTIONS(1394), + [anon_sym___stdcall] = ACTIONS(1394), + [anon_sym___fastcall] = ACTIONS(1394), + [anon_sym___thiscall] = ACTIONS(1394), + [anon_sym___vectorcall] = ACTIONS(1394), + [anon_sym_LBRACE] = ACTIONS(1396), + [anon_sym_signed] = ACTIONS(1394), + [anon_sym_unsigned] = ACTIONS(1394), + [anon_sym_long] = ACTIONS(1394), + [anon_sym_short] = ACTIONS(1394), + [anon_sym_static] = ACTIONS(1394), + [anon_sym_auto] = ACTIONS(1394), + [anon_sym_register] = ACTIONS(1394), + [anon_sym_inline] = ACTIONS(1394), + [anon_sym___inline] = ACTIONS(1394), + [anon_sym___inline__] = ACTIONS(1394), + [anon_sym___forceinline] = ACTIONS(1394), + [anon_sym_thread_local] = ACTIONS(1394), + [anon_sym___thread] = ACTIONS(1394), + [anon_sym_const] = ACTIONS(1394), + [anon_sym_constexpr] = ACTIONS(1394), + [anon_sym_volatile] = ACTIONS(1394), + [anon_sym_restrict] = ACTIONS(1394), + [anon_sym___restrict__] = ACTIONS(1394), + [anon_sym__Atomic] = ACTIONS(1394), + [anon_sym__Noreturn] = ACTIONS(1394), + [anon_sym_noreturn] = ACTIONS(1394), + [sym_primitive_type] = ACTIONS(1394), + [anon_sym_enum] = ACTIONS(1394), + [anon_sym_struct] = ACTIONS(1394), + [anon_sym_union] = ACTIONS(1394), + [anon_sym_if] = ACTIONS(1394), + [anon_sym_else] = ACTIONS(1394), + [anon_sym_switch] = ACTIONS(1394), + [anon_sym_case] = ACTIONS(1394), + [anon_sym_default] = ACTIONS(1394), + [anon_sym_while] = ACTIONS(1394), + [anon_sym_do] = ACTIONS(1394), + [anon_sym_for] = ACTIONS(1394), + [anon_sym_return] = ACTIONS(1394), + [anon_sym_break] = ACTIONS(1394), + [anon_sym_continue] = ACTIONS(1394), + [anon_sym_goto] = ACTIONS(1394), + [anon_sym_DASH_DASH] = ACTIONS(1396), + [anon_sym_PLUS_PLUS] = ACTIONS(1396), + [anon_sym_sizeof] = ACTIONS(1394), + [anon_sym___alignof__] = ACTIONS(1394), + [anon_sym___alignof] = ACTIONS(1394), + [anon_sym__alignof] = ACTIONS(1394), + [anon_sym_alignof] = ACTIONS(1394), + [anon_sym__Alignof] = ACTIONS(1394), + [anon_sym_offsetof] = ACTIONS(1394), + [anon_sym__Generic] = ACTIONS(1394), + [anon_sym_asm] = ACTIONS(1394), + [anon_sym___asm__] = ACTIONS(1394), + [sym_number_literal] = ACTIONS(1396), + [anon_sym_L_SQUOTE] = ACTIONS(1396), + [anon_sym_u_SQUOTE] = ACTIONS(1396), + [anon_sym_U_SQUOTE] = ACTIONS(1396), + [anon_sym_u8_SQUOTE] = ACTIONS(1396), + [anon_sym_SQUOTE] = ACTIONS(1396), + [anon_sym_L_DQUOTE] = ACTIONS(1396), + [anon_sym_u_DQUOTE] = ACTIONS(1396), + [anon_sym_U_DQUOTE] = ACTIONS(1396), + [anon_sym_u8_DQUOTE] = ACTIONS(1396), + [anon_sym_DQUOTE] = ACTIONS(1396), + [sym_true] = ACTIONS(1394), + [sym_false] = ACTIONS(1394), + [anon_sym_NULL] = ACTIONS(1394), + [anon_sym_nullptr] = ACTIONS(1394), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1394), + [anon_sym_rayPayloadInEXT] = ACTIONS(1394), + [anon_sym_hitAttributeEXT] = ACTIONS(1394), + [anon_sym_callableDataEXT] = ACTIONS(1394), + [anon_sym_callableDataInEXT] = ACTIONS(1394), + [anon_sym_shaderRecordEXT] = ACTIONS(1394), + [anon_sym_rayPayloadNV] = ACTIONS(1394), + [anon_sym_rayPayloadInNV] = ACTIONS(1394), + [anon_sym_hitAttributeNV] = ACTIONS(1394), + [anon_sym_callableDataNV] = ACTIONS(1394), + [anon_sym_callableDataInNV] = ACTIONS(1394), + [anon_sym_shaderRecordNV] = ACTIONS(1394), + [anon_sym_layout] = ACTIONS(1394), }, - [193] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [aux_sym_preproc_else_token1] = ACTIONS(1354), - [aux_sym_preproc_elif_token1] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [184] = { + [sym_identifier] = ACTIONS(1390), + [aux_sym_preproc_include_token1] = ACTIONS(1390), + [aux_sym_preproc_def_token1] = ACTIONS(1390), + [aux_sym_preproc_if_token1] = ACTIONS(1390), + [aux_sym_preproc_if_token2] = ACTIONS(1390), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1390), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1390), + [aux_sym_preproc_else_token1] = ACTIONS(1390), + [aux_sym_preproc_elif_token1] = ACTIONS(1390), + [sym_preproc_directive] = ACTIONS(1390), + [anon_sym_LPAREN2] = ACTIONS(1392), + [anon_sym_BANG] = ACTIONS(1392), + [anon_sym_TILDE] = ACTIONS(1392), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_AMP] = ACTIONS(1392), + [anon_sym_subroutine] = ACTIONS(1390), + [anon_sym_invariant] = ACTIONS(1390), + [anon_sym_precise] = ACTIONS(1390), + [anon_sym_SEMI] = ACTIONS(1392), + [anon_sym_in] = ACTIONS(1390), + [anon_sym_out] = ACTIONS(1390), + [anon_sym_inout] = ACTIONS(1390), + [anon_sym_uniform] = ACTIONS(1390), + [anon_sym_shared] = ACTIONS(1390), + [anon_sym_attribute] = ACTIONS(1390), + [anon_sym_varying] = ACTIONS(1390), + [anon_sym_buffer] = ACTIONS(1390), + [anon_sym_coherent] = ACTIONS(1390), + [anon_sym_readonly] = ACTIONS(1390), + [anon_sym_writeonly] = ACTIONS(1390), + [anon_sym_precision] = ACTIONS(1390), + [anon_sym_highp] = ACTIONS(1390), + [anon_sym_mediump] = ACTIONS(1390), + [anon_sym_lowp] = ACTIONS(1390), + [anon_sym_centroid] = ACTIONS(1390), + [anon_sym_sample] = ACTIONS(1390), + [anon_sym_patch] = ACTIONS(1390), + [anon_sym_smooth] = ACTIONS(1390), + [anon_sym_flat] = ACTIONS(1390), + [anon_sym_noperspective] = ACTIONS(1390), + [anon_sym___extension__] = ACTIONS(1390), + [anon_sym_typedef] = ACTIONS(1390), + [anon_sym_extern] = ACTIONS(1390), + [anon_sym___attribute__] = ACTIONS(1390), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1392), + [anon_sym___declspec] = ACTIONS(1390), + [anon_sym___cdecl] = ACTIONS(1390), + [anon_sym___clrcall] = ACTIONS(1390), + [anon_sym___stdcall] = ACTIONS(1390), + [anon_sym___fastcall] = ACTIONS(1390), + [anon_sym___thiscall] = ACTIONS(1390), + [anon_sym___vectorcall] = ACTIONS(1390), + [anon_sym_LBRACE] = ACTIONS(1392), + [anon_sym_signed] = ACTIONS(1390), + [anon_sym_unsigned] = ACTIONS(1390), + [anon_sym_long] = ACTIONS(1390), + [anon_sym_short] = ACTIONS(1390), + [anon_sym_static] = ACTIONS(1390), + [anon_sym_auto] = ACTIONS(1390), + [anon_sym_register] = ACTIONS(1390), + [anon_sym_inline] = ACTIONS(1390), + [anon_sym___inline] = ACTIONS(1390), + [anon_sym___inline__] = ACTIONS(1390), + [anon_sym___forceinline] = ACTIONS(1390), + [anon_sym_thread_local] = ACTIONS(1390), + [anon_sym___thread] = ACTIONS(1390), + [anon_sym_const] = ACTIONS(1390), + [anon_sym_constexpr] = ACTIONS(1390), + [anon_sym_volatile] = ACTIONS(1390), + [anon_sym_restrict] = ACTIONS(1390), + [anon_sym___restrict__] = ACTIONS(1390), + [anon_sym__Atomic] = ACTIONS(1390), + [anon_sym__Noreturn] = ACTIONS(1390), + [anon_sym_noreturn] = ACTIONS(1390), + [sym_primitive_type] = ACTIONS(1390), + [anon_sym_enum] = ACTIONS(1390), + [anon_sym_struct] = ACTIONS(1390), + [anon_sym_union] = ACTIONS(1390), + [anon_sym_if] = ACTIONS(1390), + [anon_sym_else] = ACTIONS(1390), + [anon_sym_switch] = ACTIONS(1390), + [anon_sym_case] = ACTIONS(1390), + [anon_sym_default] = ACTIONS(1390), + [anon_sym_while] = ACTIONS(1390), + [anon_sym_do] = ACTIONS(1390), + [anon_sym_for] = ACTIONS(1390), + [anon_sym_return] = ACTIONS(1390), + [anon_sym_break] = ACTIONS(1390), + [anon_sym_continue] = ACTIONS(1390), + [anon_sym_goto] = ACTIONS(1390), + [anon_sym_DASH_DASH] = ACTIONS(1392), + [anon_sym_PLUS_PLUS] = ACTIONS(1392), + [anon_sym_sizeof] = ACTIONS(1390), + [anon_sym___alignof__] = ACTIONS(1390), + [anon_sym___alignof] = ACTIONS(1390), + [anon_sym__alignof] = ACTIONS(1390), + [anon_sym_alignof] = ACTIONS(1390), + [anon_sym__Alignof] = ACTIONS(1390), + [anon_sym_offsetof] = ACTIONS(1390), + [anon_sym__Generic] = ACTIONS(1390), + [anon_sym_asm] = ACTIONS(1390), + [anon_sym___asm__] = ACTIONS(1390), + [sym_number_literal] = ACTIONS(1392), + [anon_sym_L_SQUOTE] = ACTIONS(1392), + [anon_sym_u_SQUOTE] = ACTIONS(1392), + [anon_sym_U_SQUOTE] = ACTIONS(1392), + [anon_sym_u8_SQUOTE] = ACTIONS(1392), + [anon_sym_SQUOTE] = ACTIONS(1392), + [anon_sym_L_DQUOTE] = ACTIONS(1392), + [anon_sym_u_DQUOTE] = ACTIONS(1392), + [anon_sym_U_DQUOTE] = ACTIONS(1392), + [anon_sym_u8_DQUOTE] = ACTIONS(1392), + [anon_sym_DQUOTE] = ACTIONS(1392), + [sym_true] = ACTIONS(1390), + [sym_false] = ACTIONS(1390), + [anon_sym_NULL] = ACTIONS(1390), + [anon_sym_nullptr] = ACTIONS(1390), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1390), + [anon_sym_rayPayloadInEXT] = ACTIONS(1390), + [anon_sym_hitAttributeEXT] = ACTIONS(1390), + [anon_sym_callableDataEXT] = ACTIONS(1390), + [anon_sym_callableDataInEXT] = ACTIONS(1390), + [anon_sym_shaderRecordEXT] = ACTIONS(1390), + [anon_sym_rayPayloadNV] = ACTIONS(1390), + [anon_sym_rayPayloadInNV] = ACTIONS(1390), + [anon_sym_hitAttributeNV] = ACTIONS(1390), + [anon_sym_callableDataNV] = ACTIONS(1390), + [anon_sym_callableDataInNV] = ACTIONS(1390), + [anon_sym_shaderRecordNV] = ACTIONS(1390), + [anon_sym_layout] = ACTIONS(1390), }, - [194] = { - [sym_identifier] = ACTIONS(1418), - [aux_sym_preproc_include_token1] = ACTIONS(1418), - [aux_sym_preproc_def_token1] = ACTIONS(1418), - [aux_sym_preproc_if_token1] = ACTIONS(1418), - [aux_sym_preproc_if_token2] = ACTIONS(1418), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1418), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1418), - [aux_sym_preproc_else_token1] = ACTIONS(1418), - [aux_sym_preproc_elif_token1] = ACTIONS(1418), - [sym_preproc_directive] = ACTIONS(1418), - [anon_sym_LPAREN2] = ACTIONS(1420), - [anon_sym_BANG] = ACTIONS(1420), - [anon_sym_TILDE] = ACTIONS(1420), - [anon_sym_DASH] = ACTIONS(1418), - [anon_sym_PLUS] = ACTIONS(1418), - [anon_sym_STAR] = ACTIONS(1420), - [anon_sym_AMP] = ACTIONS(1420), - [anon_sym_subroutine] = ACTIONS(1418), - [anon_sym_invariant] = ACTIONS(1418), - [anon_sym_precise] = ACTIONS(1418), - [anon_sym_SEMI] = ACTIONS(1420), - [anon_sym_in] = ACTIONS(1418), - [anon_sym_out] = ACTIONS(1418), - [anon_sym_inout] = ACTIONS(1418), - [anon_sym_uniform] = ACTIONS(1418), - [anon_sym_shared] = ACTIONS(1418), - [anon_sym_attribute] = ACTIONS(1418), - [anon_sym_varying] = ACTIONS(1418), - [anon_sym_buffer] = ACTIONS(1418), - [anon_sym_coherent] = ACTIONS(1418), - [anon_sym_readonly] = ACTIONS(1418), - [anon_sym_writeonly] = ACTIONS(1418), - [anon_sym_precision] = ACTIONS(1418), - [anon_sym_highp] = ACTIONS(1418), - [anon_sym_mediump] = ACTIONS(1418), - [anon_sym_lowp] = ACTIONS(1418), - [anon_sym_centroid] = ACTIONS(1418), - [anon_sym_sample] = ACTIONS(1418), - [anon_sym_patch] = ACTIONS(1418), - [anon_sym_smooth] = ACTIONS(1418), - [anon_sym_flat] = ACTIONS(1418), - [anon_sym_noperspective] = ACTIONS(1418), - [anon_sym___extension__] = ACTIONS(1418), - [anon_sym_typedef] = ACTIONS(1418), - [anon_sym_extern] = ACTIONS(1418), - [anon_sym___attribute__] = ACTIONS(1418), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1420), - [anon_sym___declspec] = ACTIONS(1418), - [anon_sym___cdecl] = ACTIONS(1418), - [anon_sym___clrcall] = ACTIONS(1418), - [anon_sym___stdcall] = ACTIONS(1418), - [anon_sym___fastcall] = ACTIONS(1418), - [anon_sym___thiscall] = ACTIONS(1418), - [anon_sym___vectorcall] = ACTIONS(1418), - [anon_sym_LBRACE] = ACTIONS(1420), - [anon_sym_signed] = ACTIONS(1418), - [anon_sym_unsigned] = ACTIONS(1418), - [anon_sym_long] = ACTIONS(1418), - [anon_sym_short] = ACTIONS(1418), - [anon_sym_static] = ACTIONS(1418), - [anon_sym_auto] = ACTIONS(1418), - [anon_sym_register] = ACTIONS(1418), - [anon_sym_inline] = ACTIONS(1418), - [anon_sym___inline] = ACTIONS(1418), - [anon_sym___inline__] = ACTIONS(1418), - [anon_sym___forceinline] = ACTIONS(1418), - [anon_sym_thread_local] = ACTIONS(1418), - [anon_sym___thread] = ACTIONS(1418), - [anon_sym_const] = ACTIONS(1418), - [anon_sym_constexpr] = ACTIONS(1418), - [anon_sym_volatile] = ACTIONS(1418), - [anon_sym_restrict] = ACTIONS(1418), - [anon_sym___restrict__] = ACTIONS(1418), - [anon_sym__Atomic] = ACTIONS(1418), - [anon_sym__Noreturn] = ACTIONS(1418), - [anon_sym_noreturn] = ACTIONS(1418), - [sym_primitive_type] = ACTIONS(1418), - [anon_sym_enum] = ACTIONS(1418), - [anon_sym_struct] = ACTIONS(1418), - [anon_sym_union] = ACTIONS(1418), - [anon_sym_if] = ACTIONS(1418), - [anon_sym_else] = ACTIONS(1418), - [anon_sym_switch] = ACTIONS(1418), - [anon_sym_case] = ACTIONS(1418), - [anon_sym_default] = ACTIONS(1418), - [anon_sym_while] = ACTIONS(1418), - [anon_sym_do] = ACTIONS(1418), - [anon_sym_for] = ACTIONS(1418), - [anon_sym_return] = ACTIONS(1418), - [anon_sym_break] = ACTIONS(1418), - [anon_sym_continue] = ACTIONS(1418), - [anon_sym_goto] = ACTIONS(1418), - [anon_sym_DASH_DASH] = ACTIONS(1420), - [anon_sym_PLUS_PLUS] = ACTIONS(1420), - [anon_sym_sizeof] = ACTIONS(1418), - [anon_sym___alignof__] = ACTIONS(1418), - [anon_sym___alignof] = ACTIONS(1418), - [anon_sym__alignof] = ACTIONS(1418), - [anon_sym_alignof] = ACTIONS(1418), - [anon_sym__Alignof] = ACTIONS(1418), - [anon_sym_offsetof] = ACTIONS(1418), - [anon_sym__Generic] = ACTIONS(1418), - [anon_sym_asm] = ACTIONS(1418), - [anon_sym___asm__] = ACTIONS(1418), - [sym_number_literal] = ACTIONS(1420), - [anon_sym_L_SQUOTE] = ACTIONS(1420), - [anon_sym_u_SQUOTE] = ACTIONS(1420), - [anon_sym_U_SQUOTE] = ACTIONS(1420), - [anon_sym_u8_SQUOTE] = ACTIONS(1420), - [anon_sym_SQUOTE] = ACTIONS(1420), - [anon_sym_L_DQUOTE] = ACTIONS(1420), - [anon_sym_u_DQUOTE] = ACTIONS(1420), - [anon_sym_U_DQUOTE] = ACTIONS(1420), - [anon_sym_u8_DQUOTE] = ACTIONS(1420), - [anon_sym_DQUOTE] = ACTIONS(1420), - [sym_true] = ACTIONS(1418), - [sym_false] = ACTIONS(1418), - [anon_sym_NULL] = ACTIONS(1418), - [anon_sym_nullptr] = ACTIONS(1418), + [185] = { + [sym_identifier] = ACTIONS(1370), + [aux_sym_preproc_include_token1] = ACTIONS(1370), + [aux_sym_preproc_def_token1] = ACTIONS(1370), + [aux_sym_preproc_if_token1] = ACTIONS(1370), + [aux_sym_preproc_if_token2] = ACTIONS(1370), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1370), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1370), + [aux_sym_preproc_else_token1] = ACTIONS(1370), + [aux_sym_preproc_elif_token1] = ACTIONS(1370), + [sym_preproc_directive] = ACTIONS(1370), + [anon_sym_LPAREN2] = ACTIONS(1372), + [anon_sym_BANG] = ACTIONS(1372), + [anon_sym_TILDE] = ACTIONS(1372), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_AMP] = ACTIONS(1372), + [anon_sym_subroutine] = ACTIONS(1370), + [anon_sym_invariant] = ACTIONS(1370), + [anon_sym_precise] = ACTIONS(1370), + [anon_sym_SEMI] = ACTIONS(1372), + [anon_sym_in] = ACTIONS(1370), + [anon_sym_out] = ACTIONS(1370), + [anon_sym_inout] = ACTIONS(1370), + [anon_sym_uniform] = ACTIONS(1370), + [anon_sym_shared] = ACTIONS(1370), + [anon_sym_attribute] = ACTIONS(1370), + [anon_sym_varying] = ACTIONS(1370), + [anon_sym_buffer] = ACTIONS(1370), + [anon_sym_coherent] = ACTIONS(1370), + [anon_sym_readonly] = ACTIONS(1370), + [anon_sym_writeonly] = ACTIONS(1370), + [anon_sym_precision] = ACTIONS(1370), + [anon_sym_highp] = ACTIONS(1370), + [anon_sym_mediump] = ACTIONS(1370), + [anon_sym_lowp] = ACTIONS(1370), + [anon_sym_centroid] = ACTIONS(1370), + [anon_sym_sample] = ACTIONS(1370), + [anon_sym_patch] = ACTIONS(1370), + [anon_sym_smooth] = ACTIONS(1370), + [anon_sym_flat] = ACTIONS(1370), + [anon_sym_noperspective] = ACTIONS(1370), + [anon_sym___extension__] = ACTIONS(1370), + [anon_sym_typedef] = ACTIONS(1370), + [anon_sym_extern] = ACTIONS(1370), + [anon_sym___attribute__] = ACTIONS(1370), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1372), + [anon_sym___declspec] = ACTIONS(1370), + [anon_sym___cdecl] = ACTIONS(1370), + [anon_sym___clrcall] = ACTIONS(1370), + [anon_sym___stdcall] = ACTIONS(1370), + [anon_sym___fastcall] = ACTIONS(1370), + [anon_sym___thiscall] = ACTIONS(1370), + [anon_sym___vectorcall] = ACTIONS(1370), + [anon_sym_LBRACE] = ACTIONS(1372), + [anon_sym_signed] = ACTIONS(1370), + [anon_sym_unsigned] = ACTIONS(1370), + [anon_sym_long] = ACTIONS(1370), + [anon_sym_short] = ACTIONS(1370), + [anon_sym_static] = ACTIONS(1370), + [anon_sym_auto] = ACTIONS(1370), + [anon_sym_register] = ACTIONS(1370), + [anon_sym_inline] = ACTIONS(1370), + [anon_sym___inline] = ACTIONS(1370), + [anon_sym___inline__] = ACTIONS(1370), + [anon_sym___forceinline] = ACTIONS(1370), + [anon_sym_thread_local] = ACTIONS(1370), + [anon_sym___thread] = ACTIONS(1370), + [anon_sym_const] = ACTIONS(1370), + [anon_sym_constexpr] = ACTIONS(1370), + [anon_sym_volatile] = ACTIONS(1370), + [anon_sym_restrict] = ACTIONS(1370), + [anon_sym___restrict__] = ACTIONS(1370), + [anon_sym__Atomic] = ACTIONS(1370), + [anon_sym__Noreturn] = ACTIONS(1370), + [anon_sym_noreturn] = ACTIONS(1370), + [sym_primitive_type] = ACTIONS(1370), + [anon_sym_enum] = ACTIONS(1370), + [anon_sym_struct] = ACTIONS(1370), + [anon_sym_union] = ACTIONS(1370), + [anon_sym_if] = ACTIONS(1370), + [anon_sym_else] = ACTIONS(1370), + [anon_sym_switch] = ACTIONS(1370), + [anon_sym_case] = ACTIONS(1370), + [anon_sym_default] = ACTIONS(1370), + [anon_sym_while] = ACTIONS(1370), + [anon_sym_do] = ACTIONS(1370), + [anon_sym_for] = ACTIONS(1370), + [anon_sym_return] = ACTIONS(1370), + [anon_sym_break] = ACTIONS(1370), + [anon_sym_continue] = ACTIONS(1370), + [anon_sym_goto] = ACTIONS(1370), + [anon_sym_DASH_DASH] = ACTIONS(1372), + [anon_sym_PLUS_PLUS] = ACTIONS(1372), + [anon_sym_sizeof] = ACTIONS(1370), + [anon_sym___alignof__] = ACTIONS(1370), + [anon_sym___alignof] = ACTIONS(1370), + [anon_sym__alignof] = ACTIONS(1370), + [anon_sym_alignof] = ACTIONS(1370), + [anon_sym__Alignof] = ACTIONS(1370), + [anon_sym_offsetof] = ACTIONS(1370), + [anon_sym__Generic] = ACTIONS(1370), + [anon_sym_asm] = ACTIONS(1370), + [anon_sym___asm__] = ACTIONS(1370), + [sym_number_literal] = ACTIONS(1372), + [anon_sym_L_SQUOTE] = ACTIONS(1372), + [anon_sym_u_SQUOTE] = ACTIONS(1372), + [anon_sym_U_SQUOTE] = ACTIONS(1372), + [anon_sym_u8_SQUOTE] = ACTIONS(1372), + [anon_sym_SQUOTE] = ACTIONS(1372), + [anon_sym_L_DQUOTE] = ACTIONS(1372), + [anon_sym_u_DQUOTE] = ACTIONS(1372), + [anon_sym_U_DQUOTE] = ACTIONS(1372), + [anon_sym_u8_DQUOTE] = ACTIONS(1372), + [anon_sym_DQUOTE] = ACTIONS(1372), + [sym_true] = ACTIONS(1370), + [sym_false] = ACTIONS(1370), + [anon_sym_NULL] = ACTIONS(1370), + [anon_sym_nullptr] = ACTIONS(1370), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1418), - [anon_sym_rayPayloadInEXT] = ACTIONS(1418), - [anon_sym_hitAttributeEXT] = ACTIONS(1418), - [anon_sym_callableDataEXT] = ACTIONS(1418), - [anon_sym_callableDataInEXT] = ACTIONS(1418), - [anon_sym_shaderRecordEXT] = ACTIONS(1418), - [anon_sym_rayPayloadNV] = ACTIONS(1418), - [anon_sym_rayPayloadInNV] = ACTIONS(1418), - [anon_sym_hitAttributeNV] = ACTIONS(1418), - [anon_sym_callableDataNV] = ACTIONS(1418), - [anon_sym_callableDataInNV] = ACTIONS(1418), - [anon_sym_shaderRecordNV] = ACTIONS(1418), - [anon_sym_layout] = ACTIONS(1418), + [anon_sym_rayPayloadEXT] = ACTIONS(1370), + [anon_sym_rayPayloadInEXT] = ACTIONS(1370), + [anon_sym_hitAttributeEXT] = ACTIONS(1370), + [anon_sym_callableDataEXT] = ACTIONS(1370), + [anon_sym_callableDataInEXT] = ACTIONS(1370), + [anon_sym_shaderRecordEXT] = ACTIONS(1370), + [anon_sym_rayPayloadNV] = ACTIONS(1370), + [anon_sym_rayPayloadInNV] = ACTIONS(1370), + [anon_sym_hitAttributeNV] = ACTIONS(1370), + [anon_sym_callableDataNV] = ACTIONS(1370), + [anon_sym_callableDataInNV] = ACTIONS(1370), + [anon_sym_shaderRecordNV] = ACTIONS(1370), + [anon_sym_layout] = ACTIONS(1370), }, - [195] = { + [186] = { [sym_identifier] = ACTIONS(1354), [aux_sym_preproc_include_token1] = ACTIONS(1354), [aux_sym_preproc_def_token1] = ACTIONS(1354), @@ -48192,277 +46972,412 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1354), [anon_sym_layout] = ACTIONS(1354), }, - [196] = { - [sym_identifier] = ACTIONS(1362), - [aux_sym_preproc_include_token1] = ACTIONS(1362), - [aux_sym_preproc_def_token1] = ACTIONS(1362), - [aux_sym_preproc_if_token1] = ACTIONS(1362), - [aux_sym_preproc_if_token2] = ACTIONS(1362), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1362), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1362), - [aux_sym_preproc_else_token1] = ACTIONS(1362), - [aux_sym_preproc_elif_token1] = ACTIONS(1362), - [sym_preproc_directive] = ACTIONS(1362), - [anon_sym_LPAREN2] = ACTIONS(1364), - [anon_sym_BANG] = ACTIONS(1364), - [anon_sym_TILDE] = ACTIONS(1364), - [anon_sym_DASH] = ACTIONS(1362), - [anon_sym_PLUS] = ACTIONS(1362), - [anon_sym_STAR] = ACTIONS(1364), - [anon_sym_AMP] = ACTIONS(1364), - [anon_sym_subroutine] = ACTIONS(1362), - [anon_sym_invariant] = ACTIONS(1362), - [anon_sym_precise] = ACTIONS(1362), - [anon_sym_SEMI] = ACTIONS(1364), - [anon_sym_in] = ACTIONS(1362), - [anon_sym_out] = ACTIONS(1362), - [anon_sym_inout] = ACTIONS(1362), - [anon_sym_uniform] = ACTIONS(1362), - [anon_sym_shared] = ACTIONS(1362), - [anon_sym_attribute] = ACTIONS(1362), - [anon_sym_varying] = ACTIONS(1362), - [anon_sym_buffer] = ACTIONS(1362), - [anon_sym_coherent] = ACTIONS(1362), - [anon_sym_readonly] = ACTIONS(1362), - [anon_sym_writeonly] = ACTIONS(1362), - [anon_sym_precision] = ACTIONS(1362), - [anon_sym_highp] = ACTIONS(1362), - [anon_sym_mediump] = ACTIONS(1362), - [anon_sym_lowp] = ACTIONS(1362), - [anon_sym_centroid] = ACTIONS(1362), - [anon_sym_sample] = ACTIONS(1362), - [anon_sym_patch] = ACTIONS(1362), - [anon_sym_smooth] = ACTIONS(1362), - [anon_sym_flat] = ACTIONS(1362), - [anon_sym_noperspective] = ACTIONS(1362), - [anon_sym___extension__] = ACTIONS(1362), - [anon_sym_typedef] = ACTIONS(1362), - [anon_sym_extern] = ACTIONS(1362), - [anon_sym___attribute__] = ACTIONS(1362), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1364), - [anon_sym___declspec] = ACTIONS(1362), - [anon_sym___cdecl] = ACTIONS(1362), - [anon_sym___clrcall] = ACTIONS(1362), - [anon_sym___stdcall] = ACTIONS(1362), - [anon_sym___fastcall] = ACTIONS(1362), - [anon_sym___thiscall] = ACTIONS(1362), - [anon_sym___vectorcall] = ACTIONS(1362), - [anon_sym_LBRACE] = ACTIONS(1364), - [anon_sym_signed] = ACTIONS(1362), - [anon_sym_unsigned] = ACTIONS(1362), - [anon_sym_long] = ACTIONS(1362), - [anon_sym_short] = ACTIONS(1362), - [anon_sym_static] = ACTIONS(1362), - [anon_sym_auto] = ACTIONS(1362), - [anon_sym_register] = ACTIONS(1362), - [anon_sym_inline] = ACTIONS(1362), - [anon_sym___inline] = ACTIONS(1362), - [anon_sym___inline__] = ACTIONS(1362), - [anon_sym___forceinline] = ACTIONS(1362), - [anon_sym_thread_local] = ACTIONS(1362), - [anon_sym___thread] = ACTIONS(1362), - [anon_sym_const] = ACTIONS(1362), - [anon_sym_constexpr] = ACTIONS(1362), - [anon_sym_volatile] = ACTIONS(1362), - [anon_sym_restrict] = ACTIONS(1362), - [anon_sym___restrict__] = ACTIONS(1362), - [anon_sym__Atomic] = ACTIONS(1362), - [anon_sym__Noreturn] = ACTIONS(1362), - [anon_sym_noreturn] = ACTIONS(1362), - [sym_primitive_type] = ACTIONS(1362), - [anon_sym_enum] = ACTIONS(1362), - [anon_sym_struct] = ACTIONS(1362), - [anon_sym_union] = ACTIONS(1362), - [anon_sym_if] = ACTIONS(1362), - [anon_sym_else] = ACTIONS(1362), - [anon_sym_switch] = ACTIONS(1362), - [anon_sym_case] = ACTIONS(1362), - [anon_sym_default] = ACTIONS(1362), - [anon_sym_while] = ACTIONS(1362), - [anon_sym_do] = ACTIONS(1362), - [anon_sym_for] = ACTIONS(1362), - [anon_sym_return] = ACTIONS(1362), - [anon_sym_break] = ACTIONS(1362), - [anon_sym_continue] = ACTIONS(1362), - [anon_sym_goto] = ACTIONS(1362), - [anon_sym_DASH_DASH] = ACTIONS(1364), - [anon_sym_PLUS_PLUS] = ACTIONS(1364), - [anon_sym_sizeof] = ACTIONS(1362), - [anon_sym___alignof__] = ACTIONS(1362), - [anon_sym___alignof] = ACTIONS(1362), - [anon_sym__alignof] = ACTIONS(1362), - [anon_sym_alignof] = ACTIONS(1362), - [anon_sym__Alignof] = ACTIONS(1362), - [anon_sym_offsetof] = ACTIONS(1362), - [anon_sym__Generic] = ACTIONS(1362), - [anon_sym_asm] = ACTIONS(1362), - [anon_sym___asm__] = ACTIONS(1362), - [sym_number_literal] = ACTIONS(1364), - [anon_sym_L_SQUOTE] = ACTIONS(1364), - [anon_sym_u_SQUOTE] = ACTIONS(1364), - [anon_sym_U_SQUOTE] = ACTIONS(1364), - [anon_sym_u8_SQUOTE] = ACTIONS(1364), - [anon_sym_SQUOTE] = ACTIONS(1364), - [anon_sym_L_DQUOTE] = ACTIONS(1364), - [anon_sym_u_DQUOTE] = ACTIONS(1364), - [anon_sym_U_DQUOTE] = ACTIONS(1364), - [anon_sym_u8_DQUOTE] = ACTIONS(1364), - [anon_sym_DQUOTE] = ACTIONS(1364), - [sym_true] = ACTIONS(1362), - [sym_false] = ACTIONS(1362), - [anon_sym_NULL] = ACTIONS(1362), - [anon_sym_nullptr] = ACTIONS(1362), + [187] = { + [sym_identifier] = ACTIONS(1430), + [aux_sym_preproc_include_token1] = ACTIONS(1430), + [aux_sym_preproc_def_token1] = ACTIONS(1430), + [aux_sym_preproc_if_token1] = ACTIONS(1430), + [aux_sym_preproc_if_token2] = ACTIONS(1430), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1430), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1430), + [aux_sym_preproc_else_token1] = ACTIONS(1430), + [aux_sym_preproc_elif_token1] = ACTIONS(1430), + [sym_preproc_directive] = ACTIONS(1430), + [anon_sym_LPAREN2] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1432), + [anon_sym_TILDE] = ACTIONS(1432), + [anon_sym_DASH] = ACTIONS(1430), + [anon_sym_PLUS] = ACTIONS(1430), + [anon_sym_STAR] = ACTIONS(1432), + [anon_sym_AMP] = ACTIONS(1432), + [anon_sym_subroutine] = ACTIONS(1430), + [anon_sym_invariant] = ACTIONS(1430), + [anon_sym_precise] = ACTIONS(1430), + [anon_sym_SEMI] = ACTIONS(1432), + [anon_sym_in] = ACTIONS(1430), + [anon_sym_out] = ACTIONS(1430), + [anon_sym_inout] = ACTIONS(1430), + [anon_sym_uniform] = ACTIONS(1430), + [anon_sym_shared] = ACTIONS(1430), + [anon_sym_attribute] = ACTIONS(1430), + [anon_sym_varying] = ACTIONS(1430), + [anon_sym_buffer] = ACTIONS(1430), + [anon_sym_coherent] = ACTIONS(1430), + [anon_sym_readonly] = ACTIONS(1430), + [anon_sym_writeonly] = ACTIONS(1430), + [anon_sym_precision] = ACTIONS(1430), + [anon_sym_highp] = ACTIONS(1430), + [anon_sym_mediump] = ACTIONS(1430), + [anon_sym_lowp] = ACTIONS(1430), + [anon_sym_centroid] = ACTIONS(1430), + [anon_sym_sample] = ACTIONS(1430), + [anon_sym_patch] = ACTIONS(1430), + [anon_sym_smooth] = ACTIONS(1430), + [anon_sym_flat] = ACTIONS(1430), + [anon_sym_noperspective] = ACTIONS(1430), + [anon_sym___extension__] = ACTIONS(1430), + [anon_sym_typedef] = ACTIONS(1430), + [anon_sym_extern] = ACTIONS(1430), + [anon_sym___attribute__] = ACTIONS(1430), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1432), + [anon_sym___declspec] = ACTIONS(1430), + [anon_sym___cdecl] = ACTIONS(1430), + [anon_sym___clrcall] = ACTIONS(1430), + [anon_sym___stdcall] = ACTIONS(1430), + [anon_sym___fastcall] = ACTIONS(1430), + [anon_sym___thiscall] = ACTIONS(1430), + [anon_sym___vectorcall] = ACTIONS(1430), + [anon_sym_LBRACE] = ACTIONS(1432), + [anon_sym_signed] = ACTIONS(1430), + [anon_sym_unsigned] = ACTIONS(1430), + [anon_sym_long] = ACTIONS(1430), + [anon_sym_short] = ACTIONS(1430), + [anon_sym_static] = ACTIONS(1430), + [anon_sym_auto] = ACTIONS(1430), + [anon_sym_register] = ACTIONS(1430), + [anon_sym_inline] = ACTIONS(1430), + [anon_sym___inline] = ACTIONS(1430), + [anon_sym___inline__] = ACTIONS(1430), + [anon_sym___forceinline] = ACTIONS(1430), + [anon_sym_thread_local] = ACTIONS(1430), + [anon_sym___thread] = ACTIONS(1430), + [anon_sym_const] = ACTIONS(1430), + [anon_sym_constexpr] = ACTIONS(1430), + [anon_sym_volatile] = ACTIONS(1430), + [anon_sym_restrict] = ACTIONS(1430), + [anon_sym___restrict__] = ACTIONS(1430), + [anon_sym__Atomic] = ACTIONS(1430), + [anon_sym__Noreturn] = ACTIONS(1430), + [anon_sym_noreturn] = ACTIONS(1430), + [sym_primitive_type] = ACTIONS(1430), + [anon_sym_enum] = ACTIONS(1430), + [anon_sym_struct] = ACTIONS(1430), + [anon_sym_union] = ACTIONS(1430), + [anon_sym_if] = ACTIONS(1430), + [anon_sym_else] = ACTIONS(1430), + [anon_sym_switch] = ACTIONS(1430), + [anon_sym_case] = ACTIONS(1430), + [anon_sym_default] = ACTIONS(1430), + [anon_sym_while] = ACTIONS(1430), + [anon_sym_do] = ACTIONS(1430), + [anon_sym_for] = ACTIONS(1430), + [anon_sym_return] = ACTIONS(1430), + [anon_sym_break] = ACTIONS(1430), + [anon_sym_continue] = ACTIONS(1430), + [anon_sym_goto] = ACTIONS(1430), + [anon_sym_DASH_DASH] = ACTIONS(1432), + [anon_sym_PLUS_PLUS] = ACTIONS(1432), + [anon_sym_sizeof] = ACTIONS(1430), + [anon_sym___alignof__] = ACTIONS(1430), + [anon_sym___alignof] = ACTIONS(1430), + [anon_sym__alignof] = ACTIONS(1430), + [anon_sym_alignof] = ACTIONS(1430), + [anon_sym__Alignof] = ACTIONS(1430), + [anon_sym_offsetof] = ACTIONS(1430), + [anon_sym__Generic] = ACTIONS(1430), + [anon_sym_asm] = ACTIONS(1430), + [anon_sym___asm__] = ACTIONS(1430), + [sym_number_literal] = ACTIONS(1432), + [anon_sym_L_SQUOTE] = ACTIONS(1432), + [anon_sym_u_SQUOTE] = ACTIONS(1432), + [anon_sym_U_SQUOTE] = ACTIONS(1432), + [anon_sym_u8_SQUOTE] = ACTIONS(1432), + [anon_sym_SQUOTE] = ACTIONS(1432), + [anon_sym_L_DQUOTE] = ACTIONS(1432), + [anon_sym_u_DQUOTE] = ACTIONS(1432), + [anon_sym_U_DQUOTE] = ACTIONS(1432), + [anon_sym_u8_DQUOTE] = ACTIONS(1432), + [anon_sym_DQUOTE] = ACTIONS(1432), + [sym_true] = ACTIONS(1430), + [sym_false] = ACTIONS(1430), + [anon_sym_NULL] = ACTIONS(1430), + [anon_sym_nullptr] = ACTIONS(1430), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1430), + [anon_sym_rayPayloadInEXT] = ACTIONS(1430), + [anon_sym_hitAttributeEXT] = ACTIONS(1430), + [anon_sym_callableDataEXT] = ACTIONS(1430), + [anon_sym_callableDataInEXT] = ACTIONS(1430), + [anon_sym_shaderRecordEXT] = ACTIONS(1430), + [anon_sym_rayPayloadNV] = ACTIONS(1430), + [anon_sym_rayPayloadInNV] = ACTIONS(1430), + [anon_sym_hitAttributeNV] = ACTIONS(1430), + [anon_sym_callableDataNV] = ACTIONS(1430), + [anon_sym_callableDataInNV] = ACTIONS(1430), + [anon_sym_shaderRecordNV] = ACTIONS(1430), + [anon_sym_layout] = ACTIONS(1430), + }, + [188] = { + [sym_identifier] = ACTIONS(1382), + [aux_sym_preproc_include_token1] = ACTIONS(1382), + [aux_sym_preproc_def_token1] = ACTIONS(1382), + [aux_sym_preproc_if_token1] = ACTIONS(1382), + [aux_sym_preproc_if_token2] = ACTIONS(1382), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1382), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1382), + [aux_sym_preproc_else_token1] = ACTIONS(1382), + [aux_sym_preproc_elif_token1] = ACTIONS(1382), + [sym_preproc_directive] = ACTIONS(1382), + [anon_sym_LPAREN2] = ACTIONS(1384), + [anon_sym_BANG] = ACTIONS(1384), + [anon_sym_TILDE] = ACTIONS(1384), + [anon_sym_DASH] = ACTIONS(1382), + [anon_sym_PLUS] = ACTIONS(1382), + [anon_sym_STAR] = ACTIONS(1384), + [anon_sym_AMP] = ACTIONS(1384), + [anon_sym_subroutine] = ACTIONS(1382), + [anon_sym_invariant] = ACTIONS(1382), + [anon_sym_precise] = ACTIONS(1382), + [anon_sym_SEMI] = ACTIONS(1384), + [anon_sym_in] = ACTIONS(1382), + [anon_sym_out] = ACTIONS(1382), + [anon_sym_inout] = ACTIONS(1382), + [anon_sym_uniform] = ACTIONS(1382), + [anon_sym_shared] = ACTIONS(1382), + [anon_sym_attribute] = ACTIONS(1382), + [anon_sym_varying] = ACTIONS(1382), + [anon_sym_buffer] = ACTIONS(1382), + [anon_sym_coherent] = ACTIONS(1382), + [anon_sym_readonly] = ACTIONS(1382), + [anon_sym_writeonly] = ACTIONS(1382), + [anon_sym_precision] = ACTIONS(1382), + [anon_sym_highp] = ACTIONS(1382), + [anon_sym_mediump] = ACTIONS(1382), + [anon_sym_lowp] = ACTIONS(1382), + [anon_sym_centroid] = ACTIONS(1382), + [anon_sym_sample] = ACTIONS(1382), + [anon_sym_patch] = ACTIONS(1382), + [anon_sym_smooth] = ACTIONS(1382), + [anon_sym_flat] = ACTIONS(1382), + [anon_sym_noperspective] = ACTIONS(1382), + [anon_sym___extension__] = ACTIONS(1382), + [anon_sym_typedef] = ACTIONS(1382), + [anon_sym_extern] = ACTIONS(1382), + [anon_sym___attribute__] = ACTIONS(1382), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1384), + [anon_sym___declspec] = ACTIONS(1382), + [anon_sym___cdecl] = ACTIONS(1382), + [anon_sym___clrcall] = ACTIONS(1382), + [anon_sym___stdcall] = ACTIONS(1382), + [anon_sym___fastcall] = ACTIONS(1382), + [anon_sym___thiscall] = ACTIONS(1382), + [anon_sym___vectorcall] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_signed] = ACTIONS(1382), + [anon_sym_unsigned] = ACTIONS(1382), + [anon_sym_long] = ACTIONS(1382), + [anon_sym_short] = ACTIONS(1382), + [anon_sym_static] = ACTIONS(1382), + [anon_sym_auto] = ACTIONS(1382), + [anon_sym_register] = ACTIONS(1382), + [anon_sym_inline] = ACTIONS(1382), + [anon_sym___inline] = ACTIONS(1382), + [anon_sym___inline__] = ACTIONS(1382), + [anon_sym___forceinline] = ACTIONS(1382), + [anon_sym_thread_local] = ACTIONS(1382), + [anon_sym___thread] = ACTIONS(1382), + [anon_sym_const] = ACTIONS(1382), + [anon_sym_constexpr] = ACTIONS(1382), + [anon_sym_volatile] = ACTIONS(1382), + [anon_sym_restrict] = ACTIONS(1382), + [anon_sym___restrict__] = ACTIONS(1382), + [anon_sym__Atomic] = ACTIONS(1382), + [anon_sym__Noreturn] = ACTIONS(1382), + [anon_sym_noreturn] = ACTIONS(1382), + [sym_primitive_type] = ACTIONS(1382), + [anon_sym_enum] = ACTIONS(1382), + [anon_sym_struct] = ACTIONS(1382), + [anon_sym_union] = ACTIONS(1382), + [anon_sym_if] = ACTIONS(1382), + [anon_sym_else] = ACTIONS(1382), + [anon_sym_switch] = ACTIONS(1382), + [anon_sym_case] = ACTIONS(1382), + [anon_sym_default] = ACTIONS(1382), + [anon_sym_while] = ACTIONS(1382), + [anon_sym_do] = ACTIONS(1382), + [anon_sym_for] = ACTIONS(1382), + [anon_sym_return] = ACTIONS(1382), + [anon_sym_break] = ACTIONS(1382), + [anon_sym_continue] = ACTIONS(1382), + [anon_sym_goto] = ACTIONS(1382), + [anon_sym_DASH_DASH] = ACTIONS(1384), + [anon_sym_PLUS_PLUS] = ACTIONS(1384), + [anon_sym_sizeof] = ACTIONS(1382), + [anon_sym___alignof__] = ACTIONS(1382), + [anon_sym___alignof] = ACTIONS(1382), + [anon_sym__alignof] = ACTIONS(1382), + [anon_sym_alignof] = ACTIONS(1382), + [anon_sym__Alignof] = ACTIONS(1382), + [anon_sym_offsetof] = ACTIONS(1382), + [anon_sym__Generic] = ACTIONS(1382), + [anon_sym_asm] = ACTIONS(1382), + [anon_sym___asm__] = ACTIONS(1382), + [sym_number_literal] = ACTIONS(1384), + [anon_sym_L_SQUOTE] = ACTIONS(1384), + [anon_sym_u_SQUOTE] = ACTIONS(1384), + [anon_sym_U_SQUOTE] = ACTIONS(1384), + [anon_sym_u8_SQUOTE] = ACTIONS(1384), + [anon_sym_SQUOTE] = ACTIONS(1384), + [anon_sym_L_DQUOTE] = ACTIONS(1384), + [anon_sym_u_DQUOTE] = ACTIONS(1384), + [anon_sym_U_DQUOTE] = ACTIONS(1384), + [anon_sym_u8_DQUOTE] = ACTIONS(1384), + [anon_sym_DQUOTE] = ACTIONS(1384), + [sym_true] = ACTIONS(1382), + [sym_false] = ACTIONS(1382), + [anon_sym_NULL] = ACTIONS(1382), + [anon_sym_nullptr] = ACTIONS(1382), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1362), - [anon_sym_rayPayloadInEXT] = ACTIONS(1362), - [anon_sym_hitAttributeEXT] = ACTIONS(1362), - [anon_sym_callableDataEXT] = ACTIONS(1362), - [anon_sym_callableDataInEXT] = ACTIONS(1362), - [anon_sym_shaderRecordEXT] = ACTIONS(1362), - [anon_sym_rayPayloadNV] = ACTIONS(1362), - [anon_sym_rayPayloadInNV] = ACTIONS(1362), - [anon_sym_hitAttributeNV] = ACTIONS(1362), - [anon_sym_callableDataNV] = ACTIONS(1362), - [anon_sym_callableDataInNV] = ACTIONS(1362), - [anon_sym_shaderRecordNV] = ACTIONS(1362), - [anon_sym_layout] = ACTIONS(1362), + [anon_sym_rayPayloadEXT] = ACTIONS(1382), + [anon_sym_rayPayloadInEXT] = ACTIONS(1382), + [anon_sym_hitAttributeEXT] = ACTIONS(1382), + [anon_sym_callableDataEXT] = ACTIONS(1382), + [anon_sym_callableDataInEXT] = ACTIONS(1382), + [anon_sym_shaderRecordEXT] = ACTIONS(1382), + [anon_sym_rayPayloadNV] = ACTIONS(1382), + [anon_sym_rayPayloadInNV] = ACTIONS(1382), + [anon_sym_hitAttributeNV] = ACTIONS(1382), + [anon_sym_callableDataNV] = ACTIONS(1382), + [anon_sym_callableDataInNV] = ACTIONS(1382), + [anon_sym_shaderRecordNV] = ACTIONS(1382), + [anon_sym_layout] = ACTIONS(1382), }, - [197] = { - [sym_identifier] = ACTIONS(1398), - [aux_sym_preproc_include_token1] = ACTIONS(1398), - [aux_sym_preproc_def_token1] = ACTIONS(1398), - [aux_sym_preproc_if_token1] = ACTIONS(1398), - [aux_sym_preproc_if_token2] = ACTIONS(1398), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1398), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1398), - [aux_sym_preproc_else_token1] = ACTIONS(1398), - [aux_sym_preproc_elif_token1] = ACTIONS(1398), - [sym_preproc_directive] = ACTIONS(1398), - [anon_sym_LPAREN2] = ACTIONS(1400), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_TILDE] = ACTIONS(1400), - [anon_sym_DASH] = ACTIONS(1398), - [anon_sym_PLUS] = ACTIONS(1398), - [anon_sym_STAR] = ACTIONS(1400), - [anon_sym_AMP] = ACTIONS(1400), - [anon_sym_subroutine] = ACTIONS(1398), - [anon_sym_invariant] = ACTIONS(1398), - [anon_sym_precise] = ACTIONS(1398), - [anon_sym_SEMI] = ACTIONS(1400), - [anon_sym_in] = ACTIONS(1398), - [anon_sym_out] = ACTIONS(1398), - [anon_sym_inout] = ACTIONS(1398), - [anon_sym_uniform] = ACTIONS(1398), - [anon_sym_shared] = ACTIONS(1398), - [anon_sym_attribute] = ACTIONS(1398), - [anon_sym_varying] = ACTIONS(1398), - [anon_sym_buffer] = ACTIONS(1398), - [anon_sym_coherent] = ACTIONS(1398), - [anon_sym_readonly] = ACTIONS(1398), - [anon_sym_writeonly] = ACTIONS(1398), - [anon_sym_precision] = ACTIONS(1398), - [anon_sym_highp] = ACTIONS(1398), - [anon_sym_mediump] = ACTIONS(1398), - [anon_sym_lowp] = ACTIONS(1398), - [anon_sym_centroid] = ACTIONS(1398), - [anon_sym_sample] = ACTIONS(1398), - [anon_sym_patch] = ACTIONS(1398), - [anon_sym_smooth] = ACTIONS(1398), - [anon_sym_flat] = ACTIONS(1398), - [anon_sym_noperspective] = ACTIONS(1398), - [anon_sym___extension__] = ACTIONS(1398), - [anon_sym_typedef] = ACTIONS(1398), - [anon_sym_extern] = ACTIONS(1398), - [anon_sym___attribute__] = ACTIONS(1398), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1400), - [anon_sym___declspec] = ACTIONS(1398), - [anon_sym___cdecl] = ACTIONS(1398), - [anon_sym___clrcall] = ACTIONS(1398), - [anon_sym___stdcall] = ACTIONS(1398), - [anon_sym___fastcall] = ACTIONS(1398), - [anon_sym___thiscall] = ACTIONS(1398), - [anon_sym___vectorcall] = ACTIONS(1398), - [anon_sym_LBRACE] = ACTIONS(1400), - [anon_sym_signed] = ACTIONS(1398), - [anon_sym_unsigned] = ACTIONS(1398), - [anon_sym_long] = ACTIONS(1398), - [anon_sym_short] = ACTIONS(1398), - [anon_sym_static] = ACTIONS(1398), - [anon_sym_auto] = ACTIONS(1398), - [anon_sym_register] = ACTIONS(1398), - [anon_sym_inline] = ACTIONS(1398), - [anon_sym___inline] = ACTIONS(1398), - [anon_sym___inline__] = ACTIONS(1398), - [anon_sym___forceinline] = ACTIONS(1398), - [anon_sym_thread_local] = ACTIONS(1398), - [anon_sym___thread] = ACTIONS(1398), - [anon_sym_const] = ACTIONS(1398), - [anon_sym_constexpr] = ACTIONS(1398), - [anon_sym_volatile] = ACTIONS(1398), - [anon_sym_restrict] = ACTIONS(1398), - [anon_sym___restrict__] = ACTIONS(1398), - [anon_sym__Atomic] = ACTIONS(1398), - [anon_sym__Noreturn] = ACTIONS(1398), - [anon_sym_noreturn] = ACTIONS(1398), - [sym_primitive_type] = ACTIONS(1398), - [anon_sym_enum] = ACTIONS(1398), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_union] = ACTIONS(1398), - [anon_sym_if] = ACTIONS(1398), - [anon_sym_else] = ACTIONS(1398), - [anon_sym_switch] = ACTIONS(1398), - [anon_sym_case] = ACTIONS(1398), - [anon_sym_default] = ACTIONS(1398), - [anon_sym_while] = ACTIONS(1398), - [anon_sym_do] = ACTIONS(1398), - [anon_sym_for] = ACTIONS(1398), - [anon_sym_return] = ACTIONS(1398), - [anon_sym_break] = ACTIONS(1398), - [anon_sym_continue] = ACTIONS(1398), - [anon_sym_goto] = ACTIONS(1398), - [anon_sym_DASH_DASH] = ACTIONS(1400), - [anon_sym_PLUS_PLUS] = ACTIONS(1400), - [anon_sym_sizeof] = ACTIONS(1398), - [anon_sym___alignof__] = ACTIONS(1398), - [anon_sym___alignof] = ACTIONS(1398), - [anon_sym__alignof] = ACTIONS(1398), - [anon_sym_alignof] = ACTIONS(1398), - [anon_sym__Alignof] = ACTIONS(1398), - [anon_sym_offsetof] = ACTIONS(1398), - [anon_sym__Generic] = ACTIONS(1398), - [anon_sym_asm] = ACTIONS(1398), - [anon_sym___asm__] = ACTIONS(1398), - [sym_number_literal] = ACTIONS(1400), - [anon_sym_L_SQUOTE] = ACTIONS(1400), - [anon_sym_u_SQUOTE] = ACTIONS(1400), - [anon_sym_U_SQUOTE] = ACTIONS(1400), - [anon_sym_u8_SQUOTE] = ACTIONS(1400), - [anon_sym_SQUOTE] = ACTIONS(1400), - [anon_sym_L_DQUOTE] = ACTIONS(1400), - [anon_sym_u_DQUOTE] = ACTIONS(1400), - [anon_sym_U_DQUOTE] = ACTIONS(1400), - [anon_sym_u8_DQUOTE] = ACTIONS(1400), - [anon_sym_DQUOTE] = ACTIONS(1400), - [sym_true] = ACTIONS(1398), - [sym_false] = ACTIONS(1398), - [anon_sym_NULL] = ACTIONS(1398), - [anon_sym_nullptr] = ACTIONS(1398), + [189] = { + [sym_identifier] = ACTIONS(1438), + [aux_sym_preproc_include_token1] = ACTIONS(1438), + [aux_sym_preproc_def_token1] = ACTIONS(1438), + [aux_sym_preproc_if_token1] = ACTIONS(1438), + [aux_sym_preproc_if_token2] = ACTIONS(1438), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1438), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1438), + [aux_sym_preproc_else_token1] = ACTIONS(1438), + [aux_sym_preproc_elif_token1] = ACTIONS(1438), + [sym_preproc_directive] = ACTIONS(1438), + [anon_sym_LPAREN2] = ACTIONS(1440), + [anon_sym_BANG] = ACTIONS(1440), + [anon_sym_TILDE] = ACTIONS(1440), + [anon_sym_DASH] = ACTIONS(1438), + [anon_sym_PLUS] = ACTIONS(1438), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_subroutine] = ACTIONS(1438), + [anon_sym_invariant] = ACTIONS(1438), + [anon_sym_precise] = ACTIONS(1438), + [anon_sym_SEMI] = ACTIONS(1440), + [anon_sym_in] = ACTIONS(1438), + [anon_sym_out] = ACTIONS(1438), + [anon_sym_inout] = ACTIONS(1438), + [anon_sym_uniform] = ACTIONS(1438), + [anon_sym_shared] = ACTIONS(1438), + [anon_sym_attribute] = ACTIONS(1438), + [anon_sym_varying] = ACTIONS(1438), + [anon_sym_buffer] = ACTIONS(1438), + [anon_sym_coherent] = ACTIONS(1438), + [anon_sym_readonly] = ACTIONS(1438), + [anon_sym_writeonly] = ACTIONS(1438), + [anon_sym_precision] = ACTIONS(1438), + [anon_sym_highp] = ACTIONS(1438), + [anon_sym_mediump] = ACTIONS(1438), + [anon_sym_lowp] = ACTIONS(1438), + [anon_sym_centroid] = ACTIONS(1438), + [anon_sym_sample] = ACTIONS(1438), + [anon_sym_patch] = ACTIONS(1438), + [anon_sym_smooth] = ACTIONS(1438), + [anon_sym_flat] = ACTIONS(1438), + [anon_sym_noperspective] = ACTIONS(1438), + [anon_sym___extension__] = ACTIONS(1438), + [anon_sym_typedef] = ACTIONS(1438), + [anon_sym_extern] = ACTIONS(1438), + [anon_sym___attribute__] = ACTIONS(1438), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1438), + [anon_sym___cdecl] = ACTIONS(1438), + [anon_sym___clrcall] = ACTIONS(1438), + [anon_sym___stdcall] = ACTIONS(1438), + [anon_sym___fastcall] = ACTIONS(1438), + [anon_sym___thiscall] = ACTIONS(1438), + [anon_sym___vectorcall] = ACTIONS(1438), + [anon_sym_LBRACE] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1438), + [anon_sym_unsigned] = ACTIONS(1438), + [anon_sym_long] = ACTIONS(1438), + [anon_sym_short] = ACTIONS(1438), + [anon_sym_static] = ACTIONS(1438), + [anon_sym_auto] = ACTIONS(1438), + [anon_sym_register] = ACTIONS(1438), + [anon_sym_inline] = ACTIONS(1438), + [anon_sym___inline] = ACTIONS(1438), + [anon_sym___inline__] = ACTIONS(1438), + [anon_sym___forceinline] = ACTIONS(1438), + [anon_sym_thread_local] = ACTIONS(1438), + [anon_sym___thread] = ACTIONS(1438), + [anon_sym_const] = ACTIONS(1438), + [anon_sym_constexpr] = ACTIONS(1438), + [anon_sym_volatile] = ACTIONS(1438), + [anon_sym_restrict] = ACTIONS(1438), + [anon_sym___restrict__] = ACTIONS(1438), + [anon_sym__Atomic] = ACTIONS(1438), + [anon_sym__Noreturn] = ACTIONS(1438), + [anon_sym_noreturn] = ACTIONS(1438), + [sym_primitive_type] = ACTIONS(1438), + [anon_sym_enum] = ACTIONS(1438), + [anon_sym_struct] = ACTIONS(1438), + [anon_sym_union] = ACTIONS(1438), + [anon_sym_if] = ACTIONS(1438), + [anon_sym_else] = ACTIONS(1438), + [anon_sym_switch] = ACTIONS(1438), + [anon_sym_case] = ACTIONS(1438), + [anon_sym_default] = ACTIONS(1438), + [anon_sym_while] = ACTIONS(1438), + [anon_sym_do] = ACTIONS(1438), + [anon_sym_for] = ACTIONS(1438), + [anon_sym_return] = ACTIONS(1438), + [anon_sym_break] = ACTIONS(1438), + [anon_sym_continue] = ACTIONS(1438), + [anon_sym_goto] = ACTIONS(1438), + [anon_sym_DASH_DASH] = ACTIONS(1440), + [anon_sym_PLUS_PLUS] = ACTIONS(1440), + [anon_sym_sizeof] = ACTIONS(1438), + [anon_sym___alignof__] = ACTIONS(1438), + [anon_sym___alignof] = ACTIONS(1438), + [anon_sym__alignof] = ACTIONS(1438), + [anon_sym_alignof] = ACTIONS(1438), + [anon_sym__Alignof] = ACTIONS(1438), + [anon_sym_offsetof] = ACTIONS(1438), + [anon_sym__Generic] = ACTIONS(1438), + [anon_sym_asm] = ACTIONS(1438), + [anon_sym___asm__] = ACTIONS(1438), + [sym_number_literal] = ACTIONS(1440), + [anon_sym_L_SQUOTE] = ACTIONS(1440), + [anon_sym_u_SQUOTE] = ACTIONS(1440), + [anon_sym_U_SQUOTE] = ACTIONS(1440), + [anon_sym_u8_SQUOTE] = ACTIONS(1440), + [anon_sym_SQUOTE] = ACTIONS(1440), + [anon_sym_L_DQUOTE] = ACTIONS(1440), + [anon_sym_u_DQUOTE] = ACTIONS(1440), + [anon_sym_U_DQUOTE] = ACTIONS(1440), + [anon_sym_u8_DQUOTE] = ACTIONS(1440), + [anon_sym_DQUOTE] = ACTIONS(1440), + [sym_true] = ACTIONS(1438), + [sym_false] = ACTIONS(1438), + [anon_sym_NULL] = ACTIONS(1438), + [anon_sym_nullptr] = ACTIONS(1438), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1398), - [anon_sym_rayPayloadInEXT] = ACTIONS(1398), - [anon_sym_hitAttributeEXT] = ACTIONS(1398), - [anon_sym_callableDataEXT] = ACTIONS(1398), - [anon_sym_callableDataInEXT] = ACTIONS(1398), - [anon_sym_shaderRecordEXT] = ACTIONS(1398), - [anon_sym_rayPayloadNV] = ACTIONS(1398), - [anon_sym_rayPayloadInNV] = ACTIONS(1398), - [anon_sym_hitAttributeNV] = ACTIONS(1398), - [anon_sym_callableDataNV] = ACTIONS(1398), - [anon_sym_callableDataInNV] = ACTIONS(1398), - [anon_sym_shaderRecordNV] = ACTIONS(1398), - [anon_sym_layout] = ACTIONS(1398), + [anon_sym_rayPayloadEXT] = ACTIONS(1438), + [anon_sym_rayPayloadInEXT] = ACTIONS(1438), + [anon_sym_hitAttributeEXT] = ACTIONS(1438), + [anon_sym_callableDataEXT] = ACTIONS(1438), + [anon_sym_callableDataInEXT] = ACTIONS(1438), + [anon_sym_shaderRecordEXT] = ACTIONS(1438), + [anon_sym_rayPayloadNV] = ACTIONS(1438), + [anon_sym_rayPayloadInNV] = ACTIONS(1438), + [anon_sym_hitAttributeNV] = ACTIONS(1438), + [anon_sym_callableDataNV] = ACTIONS(1438), + [anon_sym_callableDataInNV] = ACTIONS(1438), + [anon_sym_shaderRecordNV] = ACTIONS(1438), + [anon_sym_layout] = ACTIONS(1438), }, - [198] = { + [190] = { [sym_identifier] = ACTIONS(1434), [aux_sym_preproc_include_token1] = ACTIONS(1434), [aux_sym_preproc_def_token1] = ACTIONS(1434), @@ -48583,961 +47498,1773 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1434), [anon_sym_nullptr] = ACTIONS(1434), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1434), - [anon_sym_rayPayloadInEXT] = ACTIONS(1434), - [anon_sym_hitAttributeEXT] = ACTIONS(1434), - [anon_sym_callableDataEXT] = ACTIONS(1434), - [anon_sym_callableDataInEXT] = ACTIONS(1434), - [anon_sym_shaderRecordEXT] = ACTIONS(1434), - [anon_sym_rayPayloadNV] = ACTIONS(1434), - [anon_sym_rayPayloadInNV] = ACTIONS(1434), - [anon_sym_hitAttributeNV] = ACTIONS(1434), - [anon_sym_callableDataNV] = ACTIONS(1434), - [anon_sym_callableDataInNV] = ACTIONS(1434), - [anon_sym_shaderRecordNV] = ACTIONS(1434), - [anon_sym_layout] = ACTIONS(1434), + [anon_sym_rayPayloadEXT] = ACTIONS(1434), + [anon_sym_rayPayloadInEXT] = ACTIONS(1434), + [anon_sym_hitAttributeEXT] = ACTIONS(1434), + [anon_sym_callableDataEXT] = ACTIONS(1434), + [anon_sym_callableDataInEXT] = ACTIONS(1434), + [anon_sym_shaderRecordEXT] = ACTIONS(1434), + [anon_sym_rayPayloadNV] = ACTIONS(1434), + [anon_sym_rayPayloadInNV] = ACTIONS(1434), + [anon_sym_hitAttributeNV] = ACTIONS(1434), + [anon_sym_callableDataNV] = ACTIONS(1434), + [anon_sym_callableDataInNV] = ACTIONS(1434), + [anon_sym_shaderRecordNV] = ACTIONS(1434), + [anon_sym_layout] = ACTIONS(1434), + }, + [191] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [aux_sym_preproc_else_token1] = ACTIONS(1350), + [aux_sym_preproc_elif_token1] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), + }, + [192] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [aux_sym_preproc_else_token1] = ACTIONS(1350), + [aux_sym_preproc_elif_token1] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), + }, + [193] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [aux_sym_preproc_else_token1] = ACTIONS(1350), + [aux_sym_preproc_elif_token1] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), + }, + [194] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [aux_sym_preproc_else_token1] = ACTIONS(1350), + [aux_sym_preproc_elif_token1] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [199] = { - [sym_identifier] = ACTIONS(1438), - [aux_sym_preproc_include_token1] = ACTIONS(1438), - [aux_sym_preproc_def_token1] = ACTIONS(1438), - [aux_sym_preproc_if_token1] = ACTIONS(1438), - [aux_sym_preproc_if_token2] = ACTIONS(1438), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1438), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1438), - [aux_sym_preproc_else_token1] = ACTIONS(1438), - [aux_sym_preproc_elif_token1] = ACTIONS(1438), - [sym_preproc_directive] = ACTIONS(1438), - [anon_sym_LPAREN2] = ACTIONS(1440), - [anon_sym_BANG] = ACTIONS(1440), - [anon_sym_TILDE] = ACTIONS(1440), - [anon_sym_DASH] = ACTIONS(1438), - [anon_sym_PLUS] = ACTIONS(1438), - [anon_sym_STAR] = ACTIONS(1440), - [anon_sym_AMP] = ACTIONS(1440), - [anon_sym_subroutine] = ACTIONS(1438), - [anon_sym_invariant] = ACTIONS(1438), - [anon_sym_precise] = ACTIONS(1438), - [anon_sym_SEMI] = ACTIONS(1440), - [anon_sym_in] = ACTIONS(1438), - [anon_sym_out] = ACTIONS(1438), - [anon_sym_inout] = ACTIONS(1438), - [anon_sym_uniform] = ACTIONS(1438), - [anon_sym_shared] = ACTIONS(1438), - [anon_sym_attribute] = ACTIONS(1438), - [anon_sym_varying] = ACTIONS(1438), - [anon_sym_buffer] = ACTIONS(1438), - [anon_sym_coherent] = ACTIONS(1438), - [anon_sym_readonly] = ACTIONS(1438), - [anon_sym_writeonly] = ACTIONS(1438), - [anon_sym_precision] = ACTIONS(1438), - [anon_sym_highp] = ACTIONS(1438), - [anon_sym_mediump] = ACTIONS(1438), - [anon_sym_lowp] = ACTIONS(1438), - [anon_sym_centroid] = ACTIONS(1438), - [anon_sym_sample] = ACTIONS(1438), - [anon_sym_patch] = ACTIONS(1438), - [anon_sym_smooth] = ACTIONS(1438), - [anon_sym_flat] = ACTIONS(1438), - [anon_sym_noperspective] = ACTIONS(1438), - [anon_sym___extension__] = ACTIONS(1438), - [anon_sym_typedef] = ACTIONS(1438), - [anon_sym_extern] = ACTIONS(1438), - [anon_sym___attribute__] = ACTIONS(1438), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1440), - [anon_sym___declspec] = ACTIONS(1438), - [anon_sym___cdecl] = ACTIONS(1438), - [anon_sym___clrcall] = ACTIONS(1438), - [anon_sym___stdcall] = ACTIONS(1438), - [anon_sym___fastcall] = ACTIONS(1438), - [anon_sym___thiscall] = ACTIONS(1438), - [anon_sym___vectorcall] = ACTIONS(1438), - [anon_sym_LBRACE] = ACTIONS(1440), - [anon_sym_signed] = ACTIONS(1438), - [anon_sym_unsigned] = ACTIONS(1438), - [anon_sym_long] = ACTIONS(1438), - [anon_sym_short] = ACTIONS(1438), - [anon_sym_static] = ACTIONS(1438), - [anon_sym_auto] = ACTIONS(1438), - [anon_sym_register] = ACTIONS(1438), - [anon_sym_inline] = ACTIONS(1438), - [anon_sym___inline] = ACTIONS(1438), - [anon_sym___inline__] = ACTIONS(1438), - [anon_sym___forceinline] = ACTIONS(1438), - [anon_sym_thread_local] = ACTIONS(1438), - [anon_sym___thread] = ACTIONS(1438), - [anon_sym_const] = ACTIONS(1438), - [anon_sym_constexpr] = ACTIONS(1438), - [anon_sym_volatile] = ACTIONS(1438), - [anon_sym_restrict] = ACTIONS(1438), - [anon_sym___restrict__] = ACTIONS(1438), - [anon_sym__Atomic] = ACTIONS(1438), - [anon_sym__Noreturn] = ACTIONS(1438), - [anon_sym_noreturn] = ACTIONS(1438), - [sym_primitive_type] = ACTIONS(1438), - [anon_sym_enum] = ACTIONS(1438), - [anon_sym_struct] = ACTIONS(1438), - [anon_sym_union] = ACTIONS(1438), - [anon_sym_if] = ACTIONS(1438), - [anon_sym_else] = ACTIONS(1438), - [anon_sym_switch] = ACTIONS(1438), - [anon_sym_case] = ACTIONS(1438), - [anon_sym_default] = ACTIONS(1438), - [anon_sym_while] = ACTIONS(1438), - [anon_sym_do] = ACTIONS(1438), - [anon_sym_for] = ACTIONS(1438), - [anon_sym_return] = ACTIONS(1438), - [anon_sym_break] = ACTIONS(1438), - [anon_sym_continue] = ACTIONS(1438), - [anon_sym_goto] = ACTIONS(1438), - [anon_sym_DASH_DASH] = ACTIONS(1440), - [anon_sym_PLUS_PLUS] = ACTIONS(1440), - [anon_sym_sizeof] = ACTIONS(1438), - [anon_sym___alignof__] = ACTIONS(1438), - [anon_sym___alignof] = ACTIONS(1438), - [anon_sym__alignof] = ACTIONS(1438), - [anon_sym_alignof] = ACTIONS(1438), - [anon_sym__Alignof] = ACTIONS(1438), - [anon_sym_offsetof] = ACTIONS(1438), - [anon_sym__Generic] = ACTIONS(1438), - [anon_sym_asm] = ACTIONS(1438), - [anon_sym___asm__] = ACTIONS(1438), - [sym_number_literal] = ACTIONS(1440), - [anon_sym_L_SQUOTE] = ACTIONS(1440), - [anon_sym_u_SQUOTE] = ACTIONS(1440), - [anon_sym_U_SQUOTE] = ACTIONS(1440), - [anon_sym_u8_SQUOTE] = ACTIONS(1440), - [anon_sym_SQUOTE] = ACTIONS(1440), - [anon_sym_L_DQUOTE] = ACTIONS(1440), - [anon_sym_u_DQUOTE] = ACTIONS(1440), - [anon_sym_U_DQUOTE] = ACTIONS(1440), - [anon_sym_u8_DQUOTE] = ACTIONS(1440), - [anon_sym_DQUOTE] = ACTIONS(1440), - [sym_true] = ACTIONS(1438), - [sym_false] = ACTIONS(1438), - [anon_sym_NULL] = ACTIONS(1438), - [anon_sym_nullptr] = ACTIONS(1438), + [195] = { + [ts_builtin_sym_end] = ACTIONS(1356), + [sym_identifier] = ACTIONS(1354), + [aux_sym_preproc_include_token1] = ACTIONS(1354), + [aux_sym_preproc_def_token1] = ACTIONS(1354), + [anon_sym_COMMA] = ACTIONS(1356), + [anon_sym_RPAREN] = ACTIONS(1356), + [aux_sym_preproc_if_token1] = ACTIONS(1354), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), + [sym_preproc_directive] = ACTIONS(1354), + [anon_sym_LPAREN2] = ACTIONS(1356), + [anon_sym_BANG] = ACTIONS(1356), + [anon_sym_TILDE] = ACTIONS(1356), + [anon_sym_DASH] = ACTIONS(1354), + [anon_sym_PLUS] = ACTIONS(1354), + [anon_sym_STAR] = ACTIONS(1356), + [anon_sym_AMP] = ACTIONS(1356), + [anon_sym_subroutine] = ACTIONS(1354), + [anon_sym_invariant] = ACTIONS(1354), + [anon_sym_precise] = ACTIONS(1354), + [anon_sym_SEMI] = ACTIONS(1356), + [anon_sym_in] = ACTIONS(1354), + [anon_sym_out] = ACTIONS(1354), + [anon_sym_inout] = ACTIONS(1354), + [anon_sym_uniform] = ACTIONS(1354), + [anon_sym_shared] = ACTIONS(1354), + [anon_sym_attribute] = ACTIONS(1354), + [anon_sym_varying] = ACTIONS(1354), + [anon_sym_buffer] = ACTIONS(1354), + [anon_sym_coherent] = ACTIONS(1354), + [anon_sym_readonly] = ACTIONS(1354), + [anon_sym_writeonly] = ACTIONS(1354), + [anon_sym_precision] = ACTIONS(1354), + [anon_sym_highp] = ACTIONS(1354), + [anon_sym_mediump] = ACTIONS(1354), + [anon_sym_lowp] = ACTIONS(1354), + [anon_sym_centroid] = ACTIONS(1354), + [anon_sym_sample] = ACTIONS(1354), + [anon_sym_patch] = ACTIONS(1354), + [anon_sym_smooth] = ACTIONS(1354), + [anon_sym_flat] = ACTIONS(1354), + [anon_sym_noperspective] = ACTIONS(1354), + [anon_sym___extension__] = ACTIONS(1354), + [anon_sym_typedef] = ACTIONS(1354), + [anon_sym_extern] = ACTIONS(1354), + [anon_sym___attribute__] = ACTIONS(1354), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), + [anon_sym___declspec] = ACTIONS(1354), + [anon_sym___cdecl] = ACTIONS(1354), + [anon_sym___clrcall] = ACTIONS(1354), + [anon_sym___stdcall] = ACTIONS(1354), + [anon_sym___fastcall] = ACTIONS(1354), + [anon_sym___thiscall] = ACTIONS(1354), + [anon_sym___vectorcall] = ACTIONS(1354), + [anon_sym_LBRACE] = ACTIONS(1356), + [anon_sym_signed] = ACTIONS(1354), + [anon_sym_unsigned] = ACTIONS(1354), + [anon_sym_long] = ACTIONS(1354), + [anon_sym_short] = ACTIONS(1354), + [anon_sym_static] = ACTIONS(1354), + [anon_sym_auto] = ACTIONS(1354), + [anon_sym_register] = ACTIONS(1354), + [anon_sym_inline] = ACTIONS(1354), + [anon_sym___inline] = ACTIONS(1354), + [anon_sym___inline__] = ACTIONS(1354), + [anon_sym___forceinline] = ACTIONS(1354), + [anon_sym_thread_local] = ACTIONS(1354), + [anon_sym___thread] = ACTIONS(1354), + [anon_sym_const] = ACTIONS(1354), + [anon_sym_constexpr] = ACTIONS(1354), + [anon_sym_volatile] = ACTIONS(1354), + [anon_sym_restrict] = ACTIONS(1354), + [anon_sym___restrict__] = ACTIONS(1354), + [anon_sym__Atomic] = ACTIONS(1354), + [anon_sym__Noreturn] = ACTIONS(1354), + [anon_sym_noreturn] = ACTIONS(1354), + [sym_primitive_type] = ACTIONS(1354), + [anon_sym_enum] = ACTIONS(1354), + [anon_sym_struct] = ACTIONS(1354), + [anon_sym_union] = ACTIONS(1354), + [anon_sym_if] = ACTIONS(1354), + [anon_sym_else] = ACTIONS(1354), + [anon_sym_switch] = ACTIONS(1354), + [anon_sym_case] = ACTIONS(1354), + [anon_sym_default] = ACTIONS(1354), + [anon_sym_while] = ACTIONS(1354), + [anon_sym_do] = ACTIONS(1354), + [anon_sym_for] = ACTIONS(1354), + [anon_sym_return] = ACTIONS(1354), + [anon_sym_break] = ACTIONS(1354), + [anon_sym_continue] = ACTIONS(1354), + [anon_sym_goto] = ACTIONS(1354), + [anon_sym_DASH_DASH] = ACTIONS(1356), + [anon_sym_PLUS_PLUS] = ACTIONS(1356), + [anon_sym_sizeof] = ACTIONS(1354), + [anon_sym___alignof__] = ACTIONS(1354), + [anon_sym___alignof] = ACTIONS(1354), + [anon_sym__alignof] = ACTIONS(1354), + [anon_sym_alignof] = ACTIONS(1354), + [anon_sym__Alignof] = ACTIONS(1354), + [anon_sym_offsetof] = ACTIONS(1354), + [anon_sym__Generic] = ACTIONS(1354), + [anon_sym_asm] = ACTIONS(1354), + [anon_sym___asm__] = ACTIONS(1354), + [sym_number_literal] = ACTIONS(1356), + [anon_sym_L_SQUOTE] = ACTIONS(1356), + [anon_sym_u_SQUOTE] = ACTIONS(1356), + [anon_sym_U_SQUOTE] = ACTIONS(1356), + [anon_sym_u8_SQUOTE] = ACTIONS(1356), + [anon_sym_SQUOTE] = ACTIONS(1356), + [anon_sym_L_DQUOTE] = ACTIONS(1356), + [anon_sym_u_DQUOTE] = ACTIONS(1356), + [anon_sym_U_DQUOTE] = ACTIONS(1356), + [anon_sym_u8_DQUOTE] = ACTIONS(1356), + [anon_sym_DQUOTE] = ACTIONS(1356), + [sym_true] = ACTIONS(1354), + [sym_false] = ACTIONS(1354), + [anon_sym_NULL] = ACTIONS(1354), + [anon_sym_nullptr] = ACTIONS(1354), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1438), - [anon_sym_rayPayloadInEXT] = ACTIONS(1438), - [anon_sym_hitAttributeEXT] = ACTIONS(1438), - [anon_sym_callableDataEXT] = ACTIONS(1438), - [anon_sym_callableDataInEXT] = ACTIONS(1438), - [anon_sym_shaderRecordEXT] = ACTIONS(1438), - [anon_sym_rayPayloadNV] = ACTIONS(1438), - [anon_sym_rayPayloadInNV] = ACTIONS(1438), - [anon_sym_hitAttributeNV] = ACTIONS(1438), - [anon_sym_callableDataNV] = ACTIONS(1438), - [anon_sym_callableDataInNV] = ACTIONS(1438), - [anon_sym_shaderRecordNV] = ACTIONS(1438), - [anon_sym_layout] = ACTIONS(1438), + [anon_sym_rayPayloadEXT] = ACTIONS(1354), + [anon_sym_rayPayloadInEXT] = ACTIONS(1354), + [anon_sym_hitAttributeEXT] = ACTIONS(1354), + [anon_sym_callableDataEXT] = ACTIONS(1354), + [anon_sym_callableDataInEXT] = ACTIONS(1354), + [anon_sym_shaderRecordEXT] = ACTIONS(1354), + [anon_sym_rayPayloadNV] = ACTIONS(1354), + [anon_sym_rayPayloadInNV] = ACTIONS(1354), + [anon_sym_hitAttributeNV] = ACTIONS(1354), + [anon_sym_callableDataNV] = ACTIONS(1354), + [anon_sym_callableDataInNV] = ACTIONS(1354), + [anon_sym_shaderRecordNV] = ACTIONS(1354), + [anon_sym_layout] = ACTIONS(1354), }, - [200] = { - [sym_identifier] = ACTIONS(1442), - [aux_sym_preproc_include_token1] = ACTIONS(1442), - [aux_sym_preproc_def_token1] = ACTIONS(1442), - [aux_sym_preproc_if_token1] = ACTIONS(1442), - [aux_sym_preproc_if_token2] = ACTIONS(1442), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1442), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1442), - [aux_sym_preproc_else_token1] = ACTIONS(1442), - [aux_sym_preproc_elif_token1] = ACTIONS(1442), - [sym_preproc_directive] = ACTIONS(1442), - [anon_sym_LPAREN2] = ACTIONS(1444), - [anon_sym_BANG] = ACTIONS(1444), - [anon_sym_TILDE] = ACTIONS(1444), - [anon_sym_DASH] = ACTIONS(1442), - [anon_sym_PLUS] = ACTIONS(1442), - [anon_sym_STAR] = ACTIONS(1444), - [anon_sym_AMP] = ACTIONS(1444), - [anon_sym_subroutine] = ACTIONS(1442), - [anon_sym_invariant] = ACTIONS(1442), - [anon_sym_precise] = ACTIONS(1442), - [anon_sym_SEMI] = ACTIONS(1444), - [anon_sym_in] = ACTIONS(1442), - [anon_sym_out] = ACTIONS(1442), - [anon_sym_inout] = ACTIONS(1442), - [anon_sym_uniform] = ACTIONS(1442), - [anon_sym_shared] = ACTIONS(1442), - [anon_sym_attribute] = ACTIONS(1442), - [anon_sym_varying] = ACTIONS(1442), - [anon_sym_buffer] = ACTIONS(1442), - [anon_sym_coherent] = ACTIONS(1442), - [anon_sym_readonly] = ACTIONS(1442), - [anon_sym_writeonly] = ACTIONS(1442), - [anon_sym_precision] = ACTIONS(1442), - [anon_sym_highp] = ACTIONS(1442), - [anon_sym_mediump] = ACTIONS(1442), - [anon_sym_lowp] = ACTIONS(1442), - [anon_sym_centroid] = ACTIONS(1442), - [anon_sym_sample] = ACTIONS(1442), - [anon_sym_patch] = ACTIONS(1442), - [anon_sym_smooth] = ACTIONS(1442), - [anon_sym_flat] = ACTIONS(1442), - [anon_sym_noperspective] = ACTIONS(1442), - [anon_sym___extension__] = ACTIONS(1442), - [anon_sym_typedef] = ACTIONS(1442), - [anon_sym_extern] = ACTIONS(1442), - [anon_sym___attribute__] = ACTIONS(1442), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1444), - [anon_sym___declspec] = ACTIONS(1442), - [anon_sym___cdecl] = ACTIONS(1442), - [anon_sym___clrcall] = ACTIONS(1442), - [anon_sym___stdcall] = ACTIONS(1442), - [anon_sym___fastcall] = ACTIONS(1442), - [anon_sym___thiscall] = ACTIONS(1442), - [anon_sym___vectorcall] = ACTIONS(1442), - [anon_sym_LBRACE] = ACTIONS(1444), - [anon_sym_signed] = ACTIONS(1442), - [anon_sym_unsigned] = ACTIONS(1442), - [anon_sym_long] = ACTIONS(1442), - [anon_sym_short] = ACTIONS(1442), - [anon_sym_static] = ACTIONS(1442), - [anon_sym_auto] = ACTIONS(1442), - [anon_sym_register] = ACTIONS(1442), - [anon_sym_inline] = ACTIONS(1442), - [anon_sym___inline] = ACTIONS(1442), - [anon_sym___inline__] = ACTIONS(1442), - [anon_sym___forceinline] = ACTIONS(1442), - [anon_sym_thread_local] = ACTIONS(1442), - [anon_sym___thread] = ACTIONS(1442), - [anon_sym_const] = ACTIONS(1442), - [anon_sym_constexpr] = ACTIONS(1442), - [anon_sym_volatile] = ACTIONS(1442), - [anon_sym_restrict] = ACTIONS(1442), - [anon_sym___restrict__] = ACTIONS(1442), - [anon_sym__Atomic] = ACTIONS(1442), - [anon_sym__Noreturn] = ACTIONS(1442), - [anon_sym_noreturn] = ACTIONS(1442), - [sym_primitive_type] = ACTIONS(1442), - [anon_sym_enum] = ACTIONS(1442), - [anon_sym_struct] = ACTIONS(1442), - [anon_sym_union] = ACTIONS(1442), - [anon_sym_if] = ACTIONS(1442), - [anon_sym_else] = ACTIONS(1442), - [anon_sym_switch] = ACTIONS(1442), - [anon_sym_case] = ACTIONS(1442), - [anon_sym_default] = ACTIONS(1442), - [anon_sym_while] = ACTIONS(1442), - [anon_sym_do] = ACTIONS(1442), - [anon_sym_for] = ACTIONS(1442), - [anon_sym_return] = ACTIONS(1442), - [anon_sym_break] = ACTIONS(1442), - [anon_sym_continue] = ACTIONS(1442), - [anon_sym_goto] = ACTIONS(1442), - [anon_sym_DASH_DASH] = ACTIONS(1444), - [anon_sym_PLUS_PLUS] = ACTIONS(1444), - [anon_sym_sizeof] = ACTIONS(1442), - [anon_sym___alignof__] = ACTIONS(1442), - [anon_sym___alignof] = ACTIONS(1442), - [anon_sym__alignof] = ACTIONS(1442), - [anon_sym_alignof] = ACTIONS(1442), - [anon_sym__Alignof] = ACTIONS(1442), - [anon_sym_offsetof] = ACTIONS(1442), - [anon_sym__Generic] = ACTIONS(1442), - [anon_sym_asm] = ACTIONS(1442), - [anon_sym___asm__] = ACTIONS(1442), - [sym_number_literal] = ACTIONS(1444), - [anon_sym_L_SQUOTE] = ACTIONS(1444), - [anon_sym_u_SQUOTE] = ACTIONS(1444), - [anon_sym_U_SQUOTE] = ACTIONS(1444), - [anon_sym_u8_SQUOTE] = ACTIONS(1444), - [anon_sym_SQUOTE] = ACTIONS(1444), - [anon_sym_L_DQUOTE] = ACTIONS(1444), - [anon_sym_u_DQUOTE] = ACTIONS(1444), - [anon_sym_U_DQUOTE] = ACTIONS(1444), - [anon_sym_u8_DQUOTE] = ACTIONS(1444), - [anon_sym_DQUOTE] = ACTIONS(1444), - [sym_true] = ACTIONS(1442), - [sym_false] = ACTIONS(1442), - [anon_sym_NULL] = ACTIONS(1442), - [anon_sym_nullptr] = ACTIONS(1442), + [196] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [aux_sym_preproc_else_token1] = ACTIONS(1350), + [aux_sym_preproc_elif_token1] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1442), - [anon_sym_rayPayloadInEXT] = ACTIONS(1442), - [anon_sym_hitAttributeEXT] = ACTIONS(1442), - [anon_sym_callableDataEXT] = ACTIONS(1442), - [anon_sym_callableDataInEXT] = ACTIONS(1442), - [anon_sym_shaderRecordEXT] = ACTIONS(1442), - [anon_sym_rayPayloadNV] = ACTIONS(1442), - [anon_sym_rayPayloadInNV] = ACTIONS(1442), - [anon_sym_hitAttributeNV] = ACTIONS(1442), - [anon_sym_callableDataNV] = ACTIONS(1442), - [anon_sym_callableDataInNV] = ACTIONS(1442), - [anon_sym_shaderRecordNV] = ACTIONS(1442), - [anon_sym_layout] = ACTIONS(1442), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [201] = { - [sym_identifier] = ACTIONS(1520), - [aux_sym_preproc_include_token1] = ACTIONS(1520), - [aux_sym_preproc_def_token1] = ACTIONS(1520), - [aux_sym_preproc_if_token1] = ACTIONS(1520), - [aux_sym_preproc_if_token2] = ACTIONS(1520), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1520), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1520), - [aux_sym_preproc_else_token1] = ACTIONS(1520), - [aux_sym_preproc_elif_token1] = ACTIONS(1520), - [sym_preproc_directive] = ACTIONS(1520), - [anon_sym_LPAREN2] = ACTIONS(1522), - [anon_sym_BANG] = ACTIONS(1522), - [anon_sym_TILDE] = ACTIONS(1522), - [anon_sym_DASH] = ACTIONS(1520), - [anon_sym_PLUS] = ACTIONS(1520), - [anon_sym_STAR] = ACTIONS(1522), - [anon_sym_AMP] = ACTIONS(1522), - [anon_sym_subroutine] = ACTIONS(1520), - [anon_sym_invariant] = ACTIONS(1520), - [anon_sym_precise] = ACTIONS(1520), - [anon_sym_SEMI] = ACTIONS(1522), - [anon_sym_in] = ACTIONS(1520), - [anon_sym_out] = ACTIONS(1520), - [anon_sym_inout] = ACTIONS(1520), - [anon_sym_uniform] = ACTIONS(1520), - [anon_sym_shared] = ACTIONS(1520), - [anon_sym_attribute] = ACTIONS(1520), - [anon_sym_varying] = ACTIONS(1520), - [anon_sym_buffer] = ACTIONS(1520), - [anon_sym_coherent] = ACTIONS(1520), - [anon_sym_readonly] = ACTIONS(1520), - [anon_sym_writeonly] = ACTIONS(1520), - [anon_sym_precision] = ACTIONS(1520), - [anon_sym_highp] = ACTIONS(1520), - [anon_sym_mediump] = ACTIONS(1520), - [anon_sym_lowp] = ACTIONS(1520), - [anon_sym_centroid] = ACTIONS(1520), - [anon_sym_sample] = ACTIONS(1520), - [anon_sym_patch] = ACTIONS(1520), - [anon_sym_smooth] = ACTIONS(1520), - [anon_sym_flat] = ACTIONS(1520), - [anon_sym_noperspective] = ACTIONS(1520), - [anon_sym___extension__] = ACTIONS(1520), - [anon_sym_typedef] = ACTIONS(1520), - [anon_sym_extern] = ACTIONS(1520), - [anon_sym___attribute__] = ACTIONS(1520), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1522), - [anon_sym___declspec] = ACTIONS(1520), - [anon_sym___cdecl] = ACTIONS(1520), - [anon_sym___clrcall] = ACTIONS(1520), - [anon_sym___stdcall] = ACTIONS(1520), - [anon_sym___fastcall] = ACTIONS(1520), - [anon_sym___thiscall] = ACTIONS(1520), - [anon_sym___vectorcall] = ACTIONS(1520), - [anon_sym_LBRACE] = ACTIONS(1522), - [anon_sym_signed] = ACTIONS(1520), - [anon_sym_unsigned] = ACTIONS(1520), - [anon_sym_long] = ACTIONS(1520), - [anon_sym_short] = ACTIONS(1520), - [anon_sym_static] = ACTIONS(1520), - [anon_sym_auto] = ACTIONS(1520), - [anon_sym_register] = ACTIONS(1520), - [anon_sym_inline] = ACTIONS(1520), - [anon_sym___inline] = ACTIONS(1520), - [anon_sym___inline__] = ACTIONS(1520), - [anon_sym___forceinline] = ACTIONS(1520), - [anon_sym_thread_local] = ACTIONS(1520), - [anon_sym___thread] = ACTIONS(1520), - [anon_sym_const] = ACTIONS(1520), - [anon_sym_constexpr] = ACTIONS(1520), - [anon_sym_volatile] = ACTIONS(1520), - [anon_sym_restrict] = ACTIONS(1520), - [anon_sym___restrict__] = ACTIONS(1520), - [anon_sym__Atomic] = ACTIONS(1520), - [anon_sym__Noreturn] = ACTIONS(1520), - [anon_sym_noreturn] = ACTIONS(1520), - [sym_primitive_type] = ACTIONS(1520), - [anon_sym_enum] = ACTIONS(1520), - [anon_sym_struct] = ACTIONS(1520), - [anon_sym_union] = ACTIONS(1520), - [anon_sym_if] = ACTIONS(1520), - [anon_sym_switch] = ACTIONS(1520), - [anon_sym_case] = ACTIONS(1520), - [anon_sym_default] = ACTIONS(1520), - [anon_sym_while] = ACTIONS(1520), - [anon_sym_do] = ACTIONS(1520), - [anon_sym_for] = ACTIONS(1520), - [anon_sym_return] = ACTIONS(1520), - [anon_sym_break] = ACTIONS(1520), - [anon_sym_continue] = ACTIONS(1520), - [anon_sym_goto] = ACTIONS(1520), - [anon_sym_DASH_DASH] = ACTIONS(1522), - [anon_sym_PLUS_PLUS] = ACTIONS(1522), - [anon_sym_sizeof] = ACTIONS(1520), - [anon_sym___alignof__] = ACTIONS(1520), - [anon_sym___alignof] = ACTIONS(1520), - [anon_sym__alignof] = ACTIONS(1520), - [anon_sym_alignof] = ACTIONS(1520), - [anon_sym__Alignof] = ACTIONS(1520), - [anon_sym_offsetof] = ACTIONS(1520), - [anon_sym__Generic] = ACTIONS(1520), - [anon_sym_asm] = ACTIONS(1520), - [anon_sym___asm__] = ACTIONS(1520), - [sym_number_literal] = ACTIONS(1522), - [anon_sym_L_SQUOTE] = ACTIONS(1522), - [anon_sym_u_SQUOTE] = ACTIONS(1522), - [anon_sym_U_SQUOTE] = ACTIONS(1522), - [anon_sym_u8_SQUOTE] = ACTIONS(1522), - [anon_sym_SQUOTE] = ACTIONS(1522), - [anon_sym_L_DQUOTE] = ACTIONS(1522), - [anon_sym_u_DQUOTE] = ACTIONS(1522), - [anon_sym_U_DQUOTE] = ACTIONS(1522), - [anon_sym_u8_DQUOTE] = ACTIONS(1522), - [anon_sym_DQUOTE] = ACTIONS(1522), - [sym_true] = ACTIONS(1520), - [sym_false] = ACTIONS(1520), - [anon_sym_NULL] = ACTIONS(1520), - [anon_sym_nullptr] = ACTIONS(1520), + [197] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [aux_sym_preproc_else_token1] = ACTIONS(1350), + [aux_sym_preproc_elif_token1] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1520), - [anon_sym_rayPayloadInEXT] = ACTIONS(1520), - [anon_sym_hitAttributeEXT] = ACTIONS(1520), - [anon_sym_callableDataEXT] = ACTIONS(1520), - [anon_sym_callableDataInEXT] = ACTIONS(1520), - [anon_sym_shaderRecordEXT] = ACTIONS(1520), - [anon_sym_rayPayloadNV] = ACTIONS(1520), - [anon_sym_rayPayloadInNV] = ACTIONS(1520), - [anon_sym_hitAttributeNV] = ACTIONS(1520), - [anon_sym_callableDataNV] = ACTIONS(1520), - [anon_sym_callableDataInNV] = ACTIONS(1520), - [anon_sym_shaderRecordNV] = ACTIONS(1520), - [anon_sym_layout] = ACTIONS(1520), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [202] = { - [sym_identifier] = ACTIONS(1552), - [aux_sym_preproc_include_token1] = ACTIONS(1552), - [aux_sym_preproc_def_token1] = ACTIONS(1552), - [aux_sym_preproc_if_token1] = ACTIONS(1552), - [aux_sym_preproc_if_token2] = ACTIONS(1552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1552), - [aux_sym_preproc_else_token1] = ACTIONS(1552), - [aux_sym_preproc_elif_token1] = ACTIONS(1552), - [sym_preproc_directive] = ACTIONS(1552), - [anon_sym_LPAREN2] = ACTIONS(1554), - [anon_sym_BANG] = ACTIONS(1554), - [anon_sym_TILDE] = ACTIONS(1554), - [anon_sym_DASH] = ACTIONS(1552), - [anon_sym_PLUS] = ACTIONS(1552), - [anon_sym_STAR] = ACTIONS(1554), - [anon_sym_AMP] = ACTIONS(1554), - [anon_sym_subroutine] = ACTIONS(1552), - [anon_sym_invariant] = ACTIONS(1552), - [anon_sym_precise] = ACTIONS(1552), - [anon_sym_SEMI] = ACTIONS(1554), - [anon_sym_in] = ACTIONS(1552), - [anon_sym_out] = ACTIONS(1552), - [anon_sym_inout] = ACTIONS(1552), - [anon_sym_uniform] = ACTIONS(1552), - [anon_sym_shared] = ACTIONS(1552), - [anon_sym_attribute] = ACTIONS(1552), - [anon_sym_varying] = ACTIONS(1552), - [anon_sym_buffer] = ACTIONS(1552), - [anon_sym_coherent] = ACTIONS(1552), - [anon_sym_readonly] = ACTIONS(1552), - [anon_sym_writeonly] = ACTIONS(1552), - [anon_sym_precision] = ACTIONS(1552), - [anon_sym_highp] = ACTIONS(1552), - [anon_sym_mediump] = ACTIONS(1552), - [anon_sym_lowp] = ACTIONS(1552), - [anon_sym_centroid] = ACTIONS(1552), - [anon_sym_sample] = ACTIONS(1552), - [anon_sym_patch] = ACTIONS(1552), - [anon_sym_smooth] = ACTIONS(1552), - [anon_sym_flat] = ACTIONS(1552), - [anon_sym_noperspective] = ACTIONS(1552), - [anon_sym___extension__] = ACTIONS(1552), - [anon_sym_typedef] = ACTIONS(1552), - [anon_sym_extern] = ACTIONS(1552), - [anon_sym___attribute__] = ACTIONS(1552), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1554), - [anon_sym___declspec] = ACTIONS(1552), - [anon_sym___cdecl] = ACTIONS(1552), - [anon_sym___clrcall] = ACTIONS(1552), - [anon_sym___stdcall] = ACTIONS(1552), - [anon_sym___fastcall] = ACTIONS(1552), - [anon_sym___thiscall] = ACTIONS(1552), - [anon_sym___vectorcall] = ACTIONS(1552), - [anon_sym_LBRACE] = ACTIONS(1554), - [anon_sym_signed] = ACTIONS(1552), - [anon_sym_unsigned] = ACTIONS(1552), - [anon_sym_long] = ACTIONS(1552), - [anon_sym_short] = ACTIONS(1552), - [anon_sym_static] = ACTIONS(1552), - [anon_sym_auto] = ACTIONS(1552), - [anon_sym_register] = ACTIONS(1552), - [anon_sym_inline] = ACTIONS(1552), - [anon_sym___inline] = ACTIONS(1552), - [anon_sym___inline__] = ACTIONS(1552), - [anon_sym___forceinline] = ACTIONS(1552), - [anon_sym_thread_local] = ACTIONS(1552), - [anon_sym___thread] = ACTIONS(1552), - [anon_sym_const] = ACTIONS(1552), - [anon_sym_constexpr] = ACTIONS(1552), - [anon_sym_volatile] = ACTIONS(1552), - [anon_sym_restrict] = ACTIONS(1552), - [anon_sym___restrict__] = ACTIONS(1552), - [anon_sym__Atomic] = ACTIONS(1552), - [anon_sym__Noreturn] = ACTIONS(1552), - [anon_sym_noreturn] = ACTIONS(1552), - [sym_primitive_type] = ACTIONS(1552), - [anon_sym_enum] = ACTIONS(1552), - [anon_sym_struct] = ACTIONS(1552), - [anon_sym_union] = ACTIONS(1552), - [anon_sym_if] = ACTIONS(1552), - [anon_sym_switch] = ACTIONS(1552), - [anon_sym_case] = ACTIONS(1552), - [anon_sym_default] = ACTIONS(1552), - [anon_sym_while] = ACTIONS(1552), - [anon_sym_do] = ACTIONS(1552), - [anon_sym_for] = ACTIONS(1552), - [anon_sym_return] = ACTIONS(1552), - [anon_sym_break] = ACTIONS(1552), - [anon_sym_continue] = ACTIONS(1552), - [anon_sym_goto] = ACTIONS(1552), - [anon_sym_DASH_DASH] = ACTIONS(1554), - [anon_sym_PLUS_PLUS] = ACTIONS(1554), - [anon_sym_sizeof] = ACTIONS(1552), - [anon_sym___alignof__] = ACTIONS(1552), - [anon_sym___alignof] = ACTIONS(1552), - [anon_sym__alignof] = ACTIONS(1552), - [anon_sym_alignof] = ACTIONS(1552), - [anon_sym__Alignof] = ACTIONS(1552), - [anon_sym_offsetof] = ACTIONS(1552), - [anon_sym__Generic] = ACTIONS(1552), - [anon_sym_asm] = ACTIONS(1552), - [anon_sym___asm__] = ACTIONS(1552), - [sym_number_literal] = ACTIONS(1554), - [anon_sym_L_SQUOTE] = ACTIONS(1554), - [anon_sym_u_SQUOTE] = ACTIONS(1554), - [anon_sym_U_SQUOTE] = ACTIONS(1554), - [anon_sym_u8_SQUOTE] = ACTIONS(1554), - [anon_sym_SQUOTE] = ACTIONS(1554), - [anon_sym_L_DQUOTE] = ACTIONS(1554), - [anon_sym_u_DQUOTE] = ACTIONS(1554), - [anon_sym_U_DQUOTE] = ACTIONS(1554), - [anon_sym_u8_DQUOTE] = ACTIONS(1554), - [anon_sym_DQUOTE] = ACTIONS(1554), - [sym_true] = ACTIONS(1552), - [sym_false] = ACTIONS(1552), - [anon_sym_NULL] = ACTIONS(1552), - [anon_sym_nullptr] = ACTIONS(1552), + [198] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [aux_sym_preproc_else_token1] = ACTIONS(1350), + [aux_sym_preproc_elif_token1] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1552), - [anon_sym_rayPayloadInEXT] = ACTIONS(1552), - [anon_sym_hitAttributeEXT] = ACTIONS(1552), - [anon_sym_callableDataEXT] = ACTIONS(1552), - [anon_sym_callableDataInEXT] = ACTIONS(1552), - [anon_sym_shaderRecordEXT] = ACTIONS(1552), - [anon_sym_rayPayloadNV] = ACTIONS(1552), - [anon_sym_rayPayloadInNV] = ACTIONS(1552), - [anon_sym_hitAttributeNV] = ACTIONS(1552), - [anon_sym_callableDataNV] = ACTIONS(1552), - [anon_sym_callableDataInNV] = ACTIONS(1552), - [anon_sym_shaderRecordNV] = ACTIONS(1552), - [anon_sym_layout] = ACTIONS(1552), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [203] = { - [sym_identifier] = ACTIONS(1482), - [aux_sym_preproc_include_token1] = ACTIONS(1482), - [aux_sym_preproc_def_token1] = ACTIONS(1482), - [aux_sym_preproc_if_token1] = ACTIONS(1482), - [aux_sym_preproc_if_token2] = ACTIONS(1482), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1482), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1482), - [aux_sym_preproc_else_token1] = ACTIONS(1482), - [aux_sym_preproc_elif_token1] = ACTIONS(1482), - [sym_preproc_directive] = ACTIONS(1482), - [anon_sym_LPAREN2] = ACTIONS(1484), - [anon_sym_BANG] = ACTIONS(1484), - [anon_sym_TILDE] = ACTIONS(1484), - [anon_sym_DASH] = ACTIONS(1482), - [anon_sym_PLUS] = ACTIONS(1482), - [anon_sym_STAR] = ACTIONS(1484), - [anon_sym_AMP] = ACTIONS(1484), - [anon_sym_subroutine] = ACTIONS(1482), - [anon_sym_invariant] = ACTIONS(1482), - [anon_sym_precise] = ACTIONS(1482), - [anon_sym_SEMI] = ACTIONS(1484), - [anon_sym_in] = ACTIONS(1482), - [anon_sym_out] = ACTIONS(1482), - [anon_sym_inout] = ACTIONS(1482), - [anon_sym_uniform] = ACTIONS(1482), - [anon_sym_shared] = ACTIONS(1482), - [anon_sym_attribute] = ACTIONS(1482), - [anon_sym_varying] = ACTIONS(1482), - [anon_sym_buffer] = ACTIONS(1482), - [anon_sym_coherent] = ACTIONS(1482), - [anon_sym_readonly] = ACTIONS(1482), - [anon_sym_writeonly] = ACTIONS(1482), - [anon_sym_precision] = ACTIONS(1482), - [anon_sym_highp] = ACTIONS(1482), - [anon_sym_mediump] = ACTIONS(1482), - [anon_sym_lowp] = ACTIONS(1482), - [anon_sym_centroid] = ACTIONS(1482), - [anon_sym_sample] = ACTIONS(1482), - [anon_sym_patch] = ACTIONS(1482), - [anon_sym_smooth] = ACTIONS(1482), - [anon_sym_flat] = ACTIONS(1482), - [anon_sym_noperspective] = ACTIONS(1482), - [anon_sym___extension__] = ACTIONS(1482), - [anon_sym_typedef] = ACTIONS(1482), - [anon_sym_extern] = ACTIONS(1482), - [anon_sym___attribute__] = ACTIONS(1482), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1484), - [anon_sym___declspec] = ACTIONS(1482), - [anon_sym___cdecl] = ACTIONS(1482), - [anon_sym___clrcall] = ACTIONS(1482), - [anon_sym___stdcall] = ACTIONS(1482), - [anon_sym___fastcall] = ACTIONS(1482), - [anon_sym___thiscall] = ACTIONS(1482), - [anon_sym___vectorcall] = ACTIONS(1482), - [anon_sym_LBRACE] = ACTIONS(1484), - [anon_sym_signed] = ACTIONS(1482), - [anon_sym_unsigned] = ACTIONS(1482), - [anon_sym_long] = ACTIONS(1482), - [anon_sym_short] = ACTIONS(1482), - [anon_sym_static] = ACTIONS(1482), - [anon_sym_auto] = ACTIONS(1482), - [anon_sym_register] = ACTIONS(1482), - [anon_sym_inline] = ACTIONS(1482), - [anon_sym___inline] = ACTIONS(1482), - [anon_sym___inline__] = ACTIONS(1482), - [anon_sym___forceinline] = ACTIONS(1482), - [anon_sym_thread_local] = ACTIONS(1482), - [anon_sym___thread] = ACTIONS(1482), - [anon_sym_const] = ACTIONS(1482), - [anon_sym_constexpr] = ACTIONS(1482), - [anon_sym_volatile] = ACTIONS(1482), - [anon_sym_restrict] = ACTIONS(1482), - [anon_sym___restrict__] = ACTIONS(1482), - [anon_sym__Atomic] = ACTIONS(1482), - [anon_sym__Noreturn] = ACTIONS(1482), - [anon_sym_noreturn] = ACTIONS(1482), - [sym_primitive_type] = ACTIONS(1482), - [anon_sym_enum] = ACTIONS(1482), - [anon_sym_struct] = ACTIONS(1482), - [anon_sym_union] = ACTIONS(1482), - [anon_sym_if] = ACTIONS(1482), - [anon_sym_switch] = ACTIONS(1482), - [anon_sym_case] = ACTIONS(1482), - [anon_sym_default] = ACTIONS(1482), - [anon_sym_while] = ACTIONS(1482), - [anon_sym_do] = ACTIONS(1482), - [anon_sym_for] = ACTIONS(1482), - [anon_sym_return] = ACTIONS(1482), - [anon_sym_break] = ACTIONS(1482), - [anon_sym_continue] = ACTIONS(1482), - [anon_sym_goto] = ACTIONS(1482), - [anon_sym_DASH_DASH] = ACTIONS(1484), - [anon_sym_PLUS_PLUS] = ACTIONS(1484), - [anon_sym_sizeof] = ACTIONS(1482), - [anon_sym___alignof__] = ACTIONS(1482), - [anon_sym___alignof] = ACTIONS(1482), - [anon_sym__alignof] = ACTIONS(1482), - [anon_sym_alignof] = ACTIONS(1482), - [anon_sym__Alignof] = ACTIONS(1482), - [anon_sym_offsetof] = ACTIONS(1482), - [anon_sym__Generic] = ACTIONS(1482), - [anon_sym_asm] = ACTIONS(1482), - [anon_sym___asm__] = ACTIONS(1482), - [sym_number_literal] = ACTIONS(1484), - [anon_sym_L_SQUOTE] = ACTIONS(1484), - [anon_sym_u_SQUOTE] = ACTIONS(1484), - [anon_sym_U_SQUOTE] = ACTIONS(1484), - [anon_sym_u8_SQUOTE] = ACTIONS(1484), - [anon_sym_SQUOTE] = ACTIONS(1484), - [anon_sym_L_DQUOTE] = ACTIONS(1484), - [anon_sym_u_DQUOTE] = ACTIONS(1484), - [anon_sym_U_DQUOTE] = ACTIONS(1484), - [anon_sym_u8_DQUOTE] = ACTIONS(1484), - [anon_sym_DQUOTE] = ACTIONS(1484), - [sym_true] = ACTIONS(1482), - [sym_false] = ACTIONS(1482), - [anon_sym_NULL] = ACTIONS(1482), - [anon_sym_nullptr] = ACTIONS(1482), + [199] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [aux_sym_preproc_else_token1] = ACTIONS(1350), + [aux_sym_preproc_elif_token1] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1482), - [anon_sym_rayPayloadInEXT] = ACTIONS(1482), - [anon_sym_hitAttributeEXT] = ACTIONS(1482), - [anon_sym_callableDataEXT] = ACTIONS(1482), - [anon_sym_callableDataInEXT] = ACTIONS(1482), - [anon_sym_shaderRecordEXT] = ACTIONS(1482), - [anon_sym_rayPayloadNV] = ACTIONS(1482), - [anon_sym_rayPayloadInNV] = ACTIONS(1482), - [anon_sym_hitAttributeNV] = ACTIONS(1482), - [anon_sym_callableDataNV] = ACTIONS(1482), - [anon_sym_callableDataInNV] = ACTIONS(1482), - [anon_sym_shaderRecordNV] = ACTIONS(1482), - [anon_sym_layout] = ACTIONS(1482), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), + }, + [200] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [aux_sym_preproc_else_token1] = ACTIONS(1350), + [aux_sym_preproc_elif_token1] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [204] = { - [sym_identifier] = ACTIONS(1544), - [aux_sym_preproc_include_token1] = ACTIONS(1544), - [aux_sym_preproc_def_token1] = ACTIONS(1544), - [aux_sym_preproc_if_token1] = ACTIONS(1544), - [aux_sym_preproc_if_token2] = ACTIONS(1544), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1544), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1544), - [aux_sym_preproc_else_token1] = ACTIONS(1544), - [aux_sym_preproc_elif_token1] = ACTIONS(1544), - [sym_preproc_directive] = ACTIONS(1544), - [anon_sym_LPAREN2] = ACTIONS(1546), - [anon_sym_BANG] = ACTIONS(1546), - [anon_sym_TILDE] = ACTIONS(1546), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_STAR] = ACTIONS(1546), - [anon_sym_AMP] = ACTIONS(1546), - [anon_sym_subroutine] = ACTIONS(1544), - [anon_sym_invariant] = ACTIONS(1544), - [anon_sym_precise] = ACTIONS(1544), - [anon_sym_SEMI] = ACTIONS(1546), - [anon_sym_in] = ACTIONS(1544), - [anon_sym_out] = ACTIONS(1544), - [anon_sym_inout] = ACTIONS(1544), - [anon_sym_uniform] = ACTIONS(1544), - [anon_sym_shared] = ACTIONS(1544), - [anon_sym_attribute] = ACTIONS(1544), - [anon_sym_varying] = ACTIONS(1544), - [anon_sym_buffer] = ACTIONS(1544), - [anon_sym_coherent] = ACTIONS(1544), - [anon_sym_readonly] = ACTIONS(1544), - [anon_sym_writeonly] = ACTIONS(1544), - [anon_sym_precision] = ACTIONS(1544), - [anon_sym_highp] = ACTIONS(1544), - [anon_sym_mediump] = ACTIONS(1544), - [anon_sym_lowp] = ACTIONS(1544), - [anon_sym_centroid] = ACTIONS(1544), - [anon_sym_sample] = ACTIONS(1544), - [anon_sym_patch] = ACTIONS(1544), - [anon_sym_smooth] = ACTIONS(1544), - [anon_sym_flat] = ACTIONS(1544), - [anon_sym_noperspective] = ACTIONS(1544), - [anon_sym___extension__] = ACTIONS(1544), - [anon_sym_typedef] = ACTIONS(1544), - [anon_sym_extern] = ACTIONS(1544), - [anon_sym___attribute__] = ACTIONS(1544), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1546), - [anon_sym___declspec] = ACTIONS(1544), - [anon_sym___cdecl] = ACTIONS(1544), - [anon_sym___clrcall] = ACTIONS(1544), - [anon_sym___stdcall] = ACTIONS(1544), - [anon_sym___fastcall] = ACTIONS(1544), - [anon_sym___thiscall] = ACTIONS(1544), - [anon_sym___vectorcall] = ACTIONS(1544), - [anon_sym_LBRACE] = ACTIONS(1546), - [anon_sym_signed] = ACTIONS(1544), - [anon_sym_unsigned] = ACTIONS(1544), - [anon_sym_long] = ACTIONS(1544), - [anon_sym_short] = ACTIONS(1544), - [anon_sym_static] = ACTIONS(1544), - [anon_sym_auto] = ACTIONS(1544), - [anon_sym_register] = ACTIONS(1544), - [anon_sym_inline] = ACTIONS(1544), - [anon_sym___inline] = ACTIONS(1544), - [anon_sym___inline__] = ACTIONS(1544), - [anon_sym___forceinline] = ACTIONS(1544), - [anon_sym_thread_local] = ACTIONS(1544), - [anon_sym___thread] = ACTIONS(1544), - [anon_sym_const] = ACTIONS(1544), - [anon_sym_constexpr] = ACTIONS(1544), - [anon_sym_volatile] = ACTIONS(1544), - [anon_sym_restrict] = ACTIONS(1544), - [anon_sym___restrict__] = ACTIONS(1544), - [anon_sym__Atomic] = ACTIONS(1544), - [anon_sym__Noreturn] = ACTIONS(1544), - [anon_sym_noreturn] = ACTIONS(1544), - [sym_primitive_type] = ACTIONS(1544), - [anon_sym_enum] = ACTIONS(1544), - [anon_sym_struct] = ACTIONS(1544), - [anon_sym_union] = ACTIONS(1544), - [anon_sym_if] = ACTIONS(1544), - [anon_sym_switch] = ACTIONS(1544), - [anon_sym_case] = ACTIONS(1544), - [anon_sym_default] = ACTIONS(1544), - [anon_sym_while] = ACTIONS(1544), - [anon_sym_do] = ACTIONS(1544), - [anon_sym_for] = ACTIONS(1544), - [anon_sym_return] = ACTIONS(1544), - [anon_sym_break] = ACTIONS(1544), - [anon_sym_continue] = ACTIONS(1544), - [anon_sym_goto] = ACTIONS(1544), - [anon_sym_DASH_DASH] = ACTIONS(1546), - [anon_sym_PLUS_PLUS] = ACTIONS(1546), - [anon_sym_sizeof] = ACTIONS(1544), - [anon_sym___alignof__] = ACTIONS(1544), - [anon_sym___alignof] = ACTIONS(1544), - [anon_sym__alignof] = ACTIONS(1544), - [anon_sym_alignof] = ACTIONS(1544), - [anon_sym__Alignof] = ACTIONS(1544), - [anon_sym_offsetof] = ACTIONS(1544), - [anon_sym__Generic] = ACTIONS(1544), - [anon_sym_asm] = ACTIONS(1544), - [anon_sym___asm__] = ACTIONS(1544), - [sym_number_literal] = ACTIONS(1546), - [anon_sym_L_SQUOTE] = ACTIONS(1546), - [anon_sym_u_SQUOTE] = ACTIONS(1546), - [anon_sym_U_SQUOTE] = ACTIONS(1546), - [anon_sym_u8_SQUOTE] = ACTIONS(1546), - [anon_sym_SQUOTE] = ACTIONS(1546), - [anon_sym_L_DQUOTE] = ACTIONS(1546), - [anon_sym_u_DQUOTE] = ACTIONS(1546), - [anon_sym_U_DQUOTE] = ACTIONS(1546), - [anon_sym_u8_DQUOTE] = ACTIONS(1546), - [anon_sym_DQUOTE] = ACTIONS(1546), - [sym_true] = ACTIONS(1544), - [sym_false] = ACTIONS(1544), - [anon_sym_NULL] = ACTIONS(1544), - [anon_sym_nullptr] = ACTIONS(1544), + [201] = { + [sym_identifier] = ACTIONS(1536), + [aux_sym_preproc_include_token1] = ACTIONS(1536), + [aux_sym_preproc_def_token1] = ACTIONS(1536), + [aux_sym_preproc_if_token1] = ACTIONS(1536), + [aux_sym_preproc_if_token2] = ACTIONS(1536), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1536), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1536), + [aux_sym_preproc_else_token1] = ACTIONS(1536), + [aux_sym_preproc_elif_token1] = ACTIONS(1536), + [sym_preproc_directive] = ACTIONS(1536), + [anon_sym_LPAREN2] = ACTIONS(1538), + [anon_sym_BANG] = ACTIONS(1538), + [anon_sym_TILDE] = ACTIONS(1538), + [anon_sym_DASH] = ACTIONS(1536), + [anon_sym_PLUS] = ACTIONS(1536), + [anon_sym_STAR] = ACTIONS(1538), + [anon_sym_AMP] = ACTIONS(1538), + [anon_sym_subroutine] = ACTIONS(1536), + [anon_sym_invariant] = ACTIONS(1536), + [anon_sym_precise] = ACTIONS(1536), + [anon_sym_SEMI] = ACTIONS(1538), + [anon_sym_in] = ACTIONS(1536), + [anon_sym_out] = ACTIONS(1536), + [anon_sym_inout] = ACTIONS(1536), + [anon_sym_uniform] = ACTIONS(1536), + [anon_sym_shared] = ACTIONS(1536), + [anon_sym_attribute] = ACTIONS(1536), + [anon_sym_varying] = ACTIONS(1536), + [anon_sym_buffer] = ACTIONS(1536), + [anon_sym_coherent] = ACTIONS(1536), + [anon_sym_readonly] = ACTIONS(1536), + [anon_sym_writeonly] = ACTIONS(1536), + [anon_sym_precision] = ACTIONS(1536), + [anon_sym_highp] = ACTIONS(1536), + [anon_sym_mediump] = ACTIONS(1536), + [anon_sym_lowp] = ACTIONS(1536), + [anon_sym_centroid] = ACTIONS(1536), + [anon_sym_sample] = ACTIONS(1536), + [anon_sym_patch] = ACTIONS(1536), + [anon_sym_smooth] = ACTIONS(1536), + [anon_sym_flat] = ACTIONS(1536), + [anon_sym_noperspective] = ACTIONS(1536), + [anon_sym___extension__] = ACTIONS(1536), + [anon_sym_typedef] = ACTIONS(1536), + [anon_sym_extern] = ACTIONS(1536), + [anon_sym___attribute__] = ACTIONS(1536), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1538), + [anon_sym___declspec] = ACTIONS(1536), + [anon_sym___cdecl] = ACTIONS(1536), + [anon_sym___clrcall] = ACTIONS(1536), + [anon_sym___stdcall] = ACTIONS(1536), + [anon_sym___fastcall] = ACTIONS(1536), + [anon_sym___thiscall] = ACTIONS(1536), + [anon_sym___vectorcall] = ACTIONS(1536), + [anon_sym_LBRACE] = ACTIONS(1538), + [anon_sym_signed] = ACTIONS(1536), + [anon_sym_unsigned] = ACTIONS(1536), + [anon_sym_long] = ACTIONS(1536), + [anon_sym_short] = ACTIONS(1536), + [anon_sym_static] = ACTIONS(1536), + [anon_sym_auto] = ACTIONS(1536), + [anon_sym_register] = ACTIONS(1536), + [anon_sym_inline] = ACTIONS(1536), + [anon_sym___inline] = ACTIONS(1536), + [anon_sym___inline__] = ACTIONS(1536), + [anon_sym___forceinline] = ACTIONS(1536), + [anon_sym_thread_local] = ACTIONS(1536), + [anon_sym___thread] = ACTIONS(1536), + [anon_sym_const] = ACTIONS(1536), + [anon_sym_constexpr] = ACTIONS(1536), + [anon_sym_volatile] = ACTIONS(1536), + [anon_sym_restrict] = ACTIONS(1536), + [anon_sym___restrict__] = ACTIONS(1536), + [anon_sym__Atomic] = ACTIONS(1536), + [anon_sym__Noreturn] = ACTIONS(1536), + [anon_sym_noreturn] = ACTIONS(1536), + [sym_primitive_type] = ACTIONS(1536), + [anon_sym_enum] = ACTIONS(1536), + [anon_sym_struct] = ACTIONS(1536), + [anon_sym_union] = ACTIONS(1536), + [anon_sym_if] = ACTIONS(1536), + [anon_sym_switch] = ACTIONS(1536), + [anon_sym_case] = ACTIONS(1536), + [anon_sym_default] = ACTIONS(1536), + [anon_sym_while] = ACTIONS(1536), + [anon_sym_do] = ACTIONS(1536), + [anon_sym_for] = ACTIONS(1536), + [anon_sym_return] = ACTIONS(1536), + [anon_sym_break] = ACTIONS(1536), + [anon_sym_continue] = ACTIONS(1536), + [anon_sym_goto] = ACTIONS(1536), + [anon_sym_DASH_DASH] = ACTIONS(1538), + [anon_sym_PLUS_PLUS] = ACTIONS(1538), + [anon_sym_sizeof] = ACTIONS(1536), + [anon_sym___alignof__] = ACTIONS(1536), + [anon_sym___alignof] = ACTIONS(1536), + [anon_sym__alignof] = ACTIONS(1536), + [anon_sym_alignof] = ACTIONS(1536), + [anon_sym__Alignof] = ACTIONS(1536), + [anon_sym_offsetof] = ACTIONS(1536), + [anon_sym__Generic] = ACTIONS(1536), + [anon_sym_asm] = ACTIONS(1536), + [anon_sym___asm__] = ACTIONS(1536), + [sym_number_literal] = ACTIONS(1538), + [anon_sym_L_SQUOTE] = ACTIONS(1538), + [anon_sym_u_SQUOTE] = ACTIONS(1538), + [anon_sym_U_SQUOTE] = ACTIONS(1538), + [anon_sym_u8_SQUOTE] = ACTIONS(1538), + [anon_sym_SQUOTE] = ACTIONS(1538), + [anon_sym_L_DQUOTE] = ACTIONS(1538), + [anon_sym_u_DQUOTE] = ACTIONS(1538), + [anon_sym_U_DQUOTE] = ACTIONS(1538), + [anon_sym_u8_DQUOTE] = ACTIONS(1538), + [anon_sym_DQUOTE] = ACTIONS(1538), + [sym_true] = ACTIONS(1536), + [sym_false] = ACTIONS(1536), + [anon_sym_NULL] = ACTIONS(1536), + [anon_sym_nullptr] = ACTIONS(1536), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1544), - [anon_sym_rayPayloadInEXT] = ACTIONS(1544), - [anon_sym_hitAttributeEXT] = ACTIONS(1544), - [anon_sym_callableDataEXT] = ACTIONS(1544), - [anon_sym_callableDataInEXT] = ACTIONS(1544), - [anon_sym_shaderRecordEXT] = ACTIONS(1544), - [anon_sym_rayPayloadNV] = ACTIONS(1544), - [anon_sym_rayPayloadInNV] = ACTIONS(1544), - [anon_sym_hitAttributeNV] = ACTIONS(1544), - [anon_sym_callableDataNV] = ACTIONS(1544), - [anon_sym_callableDataInNV] = ACTIONS(1544), - [anon_sym_shaderRecordNV] = ACTIONS(1544), - [anon_sym_layout] = ACTIONS(1544), + [anon_sym_rayPayloadEXT] = ACTIONS(1536), + [anon_sym_rayPayloadInEXT] = ACTIONS(1536), + [anon_sym_hitAttributeEXT] = ACTIONS(1536), + [anon_sym_callableDataEXT] = ACTIONS(1536), + [anon_sym_callableDataInEXT] = ACTIONS(1536), + [anon_sym_shaderRecordEXT] = ACTIONS(1536), + [anon_sym_rayPayloadNV] = ACTIONS(1536), + [anon_sym_rayPayloadInNV] = ACTIONS(1536), + [anon_sym_hitAttributeNV] = ACTIONS(1536), + [anon_sym_callableDataNV] = ACTIONS(1536), + [anon_sym_callableDataInNV] = ACTIONS(1536), + [anon_sym_shaderRecordNV] = ACTIONS(1536), + [anon_sym_layout] = ACTIONS(1536), }, - [205] = { - [sym_identifier] = ACTIONS(1486), - [aux_sym_preproc_include_token1] = ACTIONS(1486), - [aux_sym_preproc_def_token1] = ACTIONS(1486), - [aux_sym_preproc_if_token1] = ACTIONS(1486), - [aux_sym_preproc_if_token2] = ACTIONS(1486), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1486), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1486), - [aux_sym_preproc_else_token1] = ACTIONS(1486), - [aux_sym_preproc_elif_token1] = ACTIONS(1486), - [sym_preproc_directive] = ACTIONS(1486), - [anon_sym_LPAREN2] = ACTIONS(1488), - [anon_sym_BANG] = ACTIONS(1488), - [anon_sym_TILDE] = ACTIONS(1488), - [anon_sym_DASH] = ACTIONS(1486), - [anon_sym_PLUS] = ACTIONS(1486), - [anon_sym_STAR] = ACTIONS(1488), - [anon_sym_AMP] = ACTIONS(1488), - [anon_sym_subroutine] = ACTIONS(1486), - [anon_sym_invariant] = ACTIONS(1486), - [anon_sym_precise] = ACTIONS(1486), - [anon_sym_SEMI] = ACTIONS(1488), - [anon_sym_in] = ACTIONS(1486), - [anon_sym_out] = ACTIONS(1486), - [anon_sym_inout] = ACTIONS(1486), - [anon_sym_uniform] = ACTIONS(1486), - [anon_sym_shared] = ACTIONS(1486), - [anon_sym_attribute] = ACTIONS(1486), - [anon_sym_varying] = ACTIONS(1486), - [anon_sym_buffer] = ACTIONS(1486), - [anon_sym_coherent] = ACTIONS(1486), - [anon_sym_readonly] = ACTIONS(1486), - [anon_sym_writeonly] = ACTIONS(1486), - [anon_sym_precision] = ACTIONS(1486), - [anon_sym_highp] = ACTIONS(1486), - [anon_sym_mediump] = ACTIONS(1486), - [anon_sym_lowp] = ACTIONS(1486), - [anon_sym_centroid] = ACTIONS(1486), - [anon_sym_sample] = ACTIONS(1486), - [anon_sym_patch] = ACTIONS(1486), - [anon_sym_smooth] = ACTIONS(1486), - [anon_sym_flat] = ACTIONS(1486), - [anon_sym_noperspective] = ACTIONS(1486), - [anon_sym___extension__] = ACTIONS(1486), - [anon_sym_typedef] = ACTIONS(1486), - [anon_sym_extern] = ACTIONS(1486), - [anon_sym___attribute__] = ACTIONS(1486), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1488), - [anon_sym___declspec] = ACTIONS(1486), - [anon_sym___cdecl] = ACTIONS(1486), - [anon_sym___clrcall] = ACTIONS(1486), - [anon_sym___stdcall] = ACTIONS(1486), - [anon_sym___fastcall] = ACTIONS(1486), - [anon_sym___thiscall] = ACTIONS(1486), - [anon_sym___vectorcall] = ACTIONS(1486), - [anon_sym_LBRACE] = ACTIONS(1488), - [anon_sym_signed] = ACTIONS(1486), - [anon_sym_unsigned] = ACTIONS(1486), - [anon_sym_long] = ACTIONS(1486), - [anon_sym_short] = ACTIONS(1486), - [anon_sym_static] = ACTIONS(1486), - [anon_sym_auto] = ACTIONS(1486), - [anon_sym_register] = ACTIONS(1486), - [anon_sym_inline] = ACTIONS(1486), - [anon_sym___inline] = ACTIONS(1486), - [anon_sym___inline__] = ACTIONS(1486), - [anon_sym___forceinline] = ACTIONS(1486), - [anon_sym_thread_local] = ACTIONS(1486), - [anon_sym___thread] = ACTIONS(1486), - [anon_sym_const] = ACTIONS(1486), - [anon_sym_constexpr] = ACTIONS(1486), - [anon_sym_volatile] = ACTIONS(1486), - [anon_sym_restrict] = ACTIONS(1486), - [anon_sym___restrict__] = ACTIONS(1486), - [anon_sym__Atomic] = ACTIONS(1486), - [anon_sym__Noreturn] = ACTIONS(1486), - [anon_sym_noreturn] = ACTIONS(1486), - [sym_primitive_type] = ACTIONS(1486), - [anon_sym_enum] = ACTIONS(1486), - [anon_sym_struct] = ACTIONS(1486), - [anon_sym_union] = ACTIONS(1486), - [anon_sym_if] = ACTIONS(1486), - [anon_sym_switch] = ACTIONS(1486), - [anon_sym_case] = ACTIONS(1486), - [anon_sym_default] = ACTIONS(1486), - [anon_sym_while] = ACTIONS(1486), - [anon_sym_do] = ACTIONS(1486), - [anon_sym_for] = ACTIONS(1486), - [anon_sym_return] = ACTIONS(1486), - [anon_sym_break] = ACTIONS(1486), - [anon_sym_continue] = ACTIONS(1486), - [anon_sym_goto] = ACTIONS(1486), - [anon_sym_DASH_DASH] = ACTIONS(1488), - [anon_sym_PLUS_PLUS] = ACTIONS(1488), - [anon_sym_sizeof] = ACTIONS(1486), - [anon_sym___alignof__] = ACTIONS(1486), - [anon_sym___alignof] = ACTIONS(1486), - [anon_sym__alignof] = ACTIONS(1486), - [anon_sym_alignof] = ACTIONS(1486), - [anon_sym__Alignof] = ACTIONS(1486), - [anon_sym_offsetof] = ACTIONS(1486), - [anon_sym__Generic] = ACTIONS(1486), - [anon_sym_asm] = ACTIONS(1486), - [anon_sym___asm__] = ACTIONS(1486), - [sym_number_literal] = ACTIONS(1488), - [anon_sym_L_SQUOTE] = ACTIONS(1488), - [anon_sym_u_SQUOTE] = ACTIONS(1488), - [anon_sym_U_SQUOTE] = ACTIONS(1488), - [anon_sym_u8_SQUOTE] = ACTIONS(1488), - [anon_sym_SQUOTE] = ACTIONS(1488), - [anon_sym_L_DQUOTE] = ACTIONS(1488), - [anon_sym_u_DQUOTE] = ACTIONS(1488), - [anon_sym_U_DQUOTE] = ACTIONS(1488), - [anon_sym_u8_DQUOTE] = ACTIONS(1488), - [anon_sym_DQUOTE] = ACTIONS(1488), - [sym_true] = ACTIONS(1486), - [sym_false] = ACTIONS(1486), - [anon_sym_NULL] = ACTIONS(1486), - [anon_sym_nullptr] = ACTIONS(1486), + [202] = { + [sym_identifier] = ACTIONS(1516), + [aux_sym_preproc_include_token1] = ACTIONS(1516), + [aux_sym_preproc_def_token1] = ACTIONS(1516), + [aux_sym_preproc_if_token1] = ACTIONS(1516), + [aux_sym_preproc_if_token2] = ACTIONS(1516), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1516), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1516), + [aux_sym_preproc_else_token1] = ACTIONS(1516), + [aux_sym_preproc_elif_token1] = ACTIONS(1516), + [sym_preproc_directive] = ACTIONS(1516), + [anon_sym_LPAREN2] = ACTIONS(1518), + [anon_sym_BANG] = ACTIONS(1518), + [anon_sym_TILDE] = ACTIONS(1518), + [anon_sym_DASH] = ACTIONS(1516), + [anon_sym_PLUS] = ACTIONS(1516), + [anon_sym_STAR] = ACTIONS(1518), + [anon_sym_AMP] = ACTIONS(1518), + [anon_sym_subroutine] = ACTIONS(1516), + [anon_sym_invariant] = ACTIONS(1516), + [anon_sym_precise] = ACTIONS(1516), + [anon_sym_SEMI] = ACTIONS(1518), + [anon_sym_in] = ACTIONS(1516), + [anon_sym_out] = ACTIONS(1516), + [anon_sym_inout] = ACTIONS(1516), + [anon_sym_uniform] = ACTIONS(1516), + [anon_sym_shared] = ACTIONS(1516), + [anon_sym_attribute] = ACTIONS(1516), + [anon_sym_varying] = ACTIONS(1516), + [anon_sym_buffer] = ACTIONS(1516), + [anon_sym_coherent] = ACTIONS(1516), + [anon_sym_readonly] = ACTIONS(1516), + [anon_sym_writeonly] = ACTIONS(1516), + [anon_sym_precision] = ACTIONS(1516), + [anon_sym_highp] = ACTIONS(1516), + [anon_sym_mediump] = ACTIONS(1516), + [anon_sym_lowp] = ACTIONS(1516), + [anon_sym_centroid] = ACTIONS(1516), + [anon_sym_sample] = ACTIONS(1516), + [anon_sym_patch] = ACTIONS(1516), + [anon_sym_smooth] = ACTIONS(1516), + [anon_sym_flat] = ACTIONS(1516), + [anon_sym_noperspective] = ACTIONS(1516), + [anon_sym___extension__] = ACTIONS(1516), + [anon_sym_typedef] = ACTIONS(1516), + [anon_sym_extern] = ACTIONS(1516), + [anon_sym___attribute__] = ACTIONS(1516), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1518), + [anon_sym___declspec] = ACTIONS(1516), + [anon_sym___cdecl] = ACTIONS(1516), + [anon_sym___clrcall] = ACTIONS(1516), + [anon_sym___stdcall] = ACTIONS(1516), + [anon_sym___fastcall] = ACTIONS(1516), + [anon_sym___thiscall] = ACTIONS(1516), + [anon_sym___vectorcall] = ACTIONS(1516), + [anon_sym_LBRACE] = ACTIONS(1518), + [anon_sym_signed] = ACTIONS(1516), + [anon_sym_unsigned] = ACTIONS(1516), + [anon_sym_long] = ACTIONS(1516), + [anon_sym_short] = ACTIONS(1516), + [anon_sym_static] = ACTIONS(1516), + [anon_sym_auto] = ACTIONS(1516), + [anon_sym_register] = ACTIONS(1516), + [anon_sym_inline] = ACTIONS(1516), + [anon_sym___inline] = ACTIONS(1516), + [anon_sym___inline__] = ACTIONS(1516), + [anon_sym___forceinline] = ACTIONS(1516), + [anon_sym_thread_local] = ACTIONS(1516), + [anon_sym___thread] = ACTIONS(1516), + [anon_sym_const] = ACTIONS(1516), + [anon_sym_constexpr] = ACTIONS(1516), + [anon_sym_volatile] = ACTIONS(1516), + [anon_sym_restrict] = ACTIONS(1516), + [anon_sym___restrict__] = ACTIONS(1516), + [anon_sym__Atomic] = ACTIONS(1516), + [anon_sym__Noreturn] = ACTIONS(1516), + [anon_sym_noreturn] = ACTIONS(1516), + [sym_primitive_type] = ACTIONS(1516), + [anon_sym_enum] = ACTIONS(1516), + [anon_sym_struct] = ACTIONS(1516), + [anon_sym_union] = ACTIONS(1516), + [anon_sym_if] = ACTIONS(1516), + [anon_sym_switch] = ACTIONS(1516), + [anon_sym_case] = ACTIONS(1516), + [anon_sym_default] = ACTIONS(1516), + [anon_sym_while] = ACTIONS(1516), + [anon_sym_do] = ACTIONS(1516), + [anon_sym_for] = ACTIONS(1516), + [anon_sym_return] = ACTIONS(1516), + [anon_sym_break] = ACTIONS(1516), + [anon_sym_continue] = ACTIONS(1516), + [anon_sym_goto] = ACTIONS(1516), + [anon_sym_DASH_DASH] = ACTIONS(1518), + [anon_sym_PLUS_PLUS] = ACTIONS(1518), + [anon_sym_sizeof] = ACTIONS(1516), + [anon_sym___alignof__] = ACTIONS(1516), + [anon_sym___alignof] = ACTIONS(1516), + [anon_sym__alignof] = ACTIONS(1516), + [anon_sym_alignof] = ACTIONS(1516), + [anon_sym__Alignof] = ACTIONS(1516), + [anon_sym_offsetof] = ACTIONS(1516), + [anon_sym__Generic] = ACTIONS(1516), + [anon_sym_asm] = ACTIONS(1516), + [anon_sym___asm__] = ACTIONS(1516), + [sym_number_literal] = ACTIONS(1518), + [anon_sym_L_SQUOTE] = ACTIONS(1518), + [anon_sym_u_SQUOTE] = ACTIONS(1518), + [anon_sym_U_SQUOTE] = ACTIONS(1518), + [anon_sym_u8_SQUOTE] = ACTIONS(1518), + [anon_sym_SQUOTE] = ACTIONS(1518), + [anon_sym_L_DQUOTE] = ACTIONS(1518), + [anon_sym_u_DQUOTE] = ACTIONS(1518), + [anon_sym_U_DQUOTE] = ACTIONS(1518), + [anon_sym_u8_DQUOTE] = ACTIONS(1518), + [anon_sym_DQUOTE] = ACTIONS(1518), + [sym_true] = ACTIONS(1516), + [sym_false] = ACTIONS(1516), + [anon_sym_NULL] = ACTIONS(1516), + [anon_sym_nullptr] = ACTIONS(1516), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1516), + [anon_sym_rayPayloadInEXT] = ACTIONS(1516), + [anon_sym_hitAttributeEXT] = ACTIONS(1516), + [anon_sym_callableDataEXT] = ACTIONS(1516), + [anon_sym_callableDataInEXT] = ACTIONS(1516), + [anon_sym_shaderRecordEXT] = ACTIONS(1516), + [anon_sym_rayPayloadNV] = ACTIONS(1516), + [anon_sym_rayPayloadInNV] = ACTIONS(1516), + [anon_sym_hitAttributeNV] = ACTIONS(1516), + [anon_sym_callableDataNV] = ACTIONS(1516), + [anon_sym_callableDataInNV] = ACTIONS(1516), + [anon_sym_shaderRecordNV] = ACTIONS(1516), + [anon_sym_layout] = ACTIONS(1516), + }, + [203] = { + [sym_identifier] = ACTIONS(1458), + [aux_sym_preproc_include_token1] = ACTIONS(1458), + [aux_sym_preproc_def_token1] = ACTIONS(1458), + [aux_sym_preproc_if_token1] = ACTIONS(1458), + [aux_sym_preproc_if_token2] = ACTIONS(1458), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1458), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1458), + [aux_sym_preproc_else_token1] = ACTIONS(1458), + [aux_sym_preproc_elif_token1] = ACTIONS(1458), + [sym_preproc_directive] = ACTIONS(1458), + [anon_sym_LPAREN2] = ACTIONS(1460), + [anon_sym_BANG] = ACTIONS(1460), + [anon_sym_TILDE] = ACTIONS(1460), + [anon_sym_DASH] = ACTIONS(1458), + [anon_sym_PLUS] = ACTIONS(1458), + [anon_sym_STAR] = ACTIONS(1460), + [anon_sym_AMP] = ACTIONS(1460), + [anon_sym_subroutine] = ACTIONS(1458), + [anon_sym_invariant] = ACTIONS(1458), + [anon_sym_precise] = ACTIONS(1458), + [anon_sym_SEMI] = ACTIONS(1460), + [anon_sym_in] = ACTIONS(1458), + [anon_sym_out] = ACTIONS(1458), + [anon_sym_inout] = ACTIONS(1458), + [anon_sym_uniform] = ACTIONS(1458), + [anon_sym_shared] = ACTIONS(1458), + [anon_sym_attribute] = ACTIONS(1458), + [anon_sym_varying] = ACTIONS(1458), + [anon_sym_buffer] = ACTIONS(1458), + [anon_sym_coherent] = ACTIONS(1458), + [anon_sym_readonly] = ACTIONS(1458), + [anon_sym_writeonly] = ACTIONS(1458), + [anon_sym_precision] = ACTIONS(1458), + [anon_sym_highp] = ACTIONS(1458), + [anon_sym_mediump] = ACTIONS(1458), + [anon_sym_lowp] = ACTIONS(1458), + [anon_sym_centroid] = ACTIONS(1458), + [anon_sym_sample] = ACTIONS(1458), + [anon_sym_patch] = ACTIONS(1458), + [anon_sym_smooth] = ACTIONS(1458), + [anon_sym_flat] = ACTIONS(1458), + [anon_sym_noperspective] = ACTIONS(1458), + [anon_sym___extension__] = ACTIONS(1458), + [anon_sym_typedef] = ACTIONS(1458), + [anon_sym_extern] = ACTIONS(1458), + [anon_sym___attribute__] = ACTIONS(1458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1460), + [anon_sym___declspec] = ACTIONS(1458), + [anon_sym___cdecl] = ACTIONS(1458), + [anon_sym___clrcall] = ACTIONS(1458), + [anon_sym___stdcall] = ACTIONS(1458), + [anon_sym___fastcall] = ACTIONS(1458), + [anon_sym___thiscall] = ACTIONS(1458), + [anon_sym___vectorcall] = ACTIONS(1458), + [anon_sym_LBRACE] = ACTIONS(1460), + [anon_sym_signed] = ACTIONS(1458), + [anon_sym_unsigned] = ACTIONS(1458), + [anon_sym_long] = ACTIONS(1458), + [anon_sym_short] = ACTIONS(1458), + [anon_sym_static] = ACTIONS(1458), + [anon_sym_auto] = ACTIONS(1458), + [anon_sym_register] = ACTIONS(1458), + [anon_sym_inline] = ACTIONS(1458), + [anon_sym___inline] = ACTIONS(1458), + [anon_sym___inline__] = ACTIONS(1458), + [anon_sym___forceinline] = ACTIONS(1458), + [anon_sym_thread_local] = ACTIONS(1458), + [anon_sym___thread] = ACTIONS(1458), + [anon_sym_const] = ACTIONS(1458), + [anon_sym_constexpr] = ACTIONS(1458), + [anon_sym_volatile] = ACTIONS(1458), + [anon_sym_restrict] = ACTIONS(1458), + [anon_sym___restrict__] = ACTIONS(1458), + [anon_sym__Atomic] = ACTIONS(1458), + [anon_sym__Noreturn] = ACTIONS(1458), + [anon_sym_noreturn] = ACTIONS(1458), + [sym_primitive_type] = ACTIONS(1458), + [anon_sym_enum] = ACTIONS(1458), + [anon_sym_struct] = ACTIONS(1458), + [anon_sym_union] = ACTIONS(1458), + [anon_sym_if] = ACTIONS(1458), + [anon_sym_switch] = ACTIONS(1458), + [anon_sym_case] = ACTIONS(1458), + [anon_sym_default] = ACTIONS(1458), + [anon_sym_while] = ACTIONS(1458), + [anon_sym_do] = ACTIONS(1458), + [anon_sym_for] = ACTIONS(1458), + [anon_sym_return] = ACTIONS(1458), + [anon_sym_break] = ACTIONS(1458), + [anon_sym_continue] = ACTIONS(1458), + [anon_sym_goto] = ACTIONS(1458), + [anon_sym_DASH_DASH] = ACTIONS(1460), + [anon_sym_PLUS_PLUS] = ACTIONS(1460), + [anon_sym_sizeof] = ACTIONS(1458), + [anon_sym___alignof__] = ACTIONS(1458), + [anon_sym___alignof] = ACTIONS(1458), + [anon_sym__alignof] = ACTIONS(1458), + [anon_sym_alignof] = ACTIONS(1458), + [anon_sym__Alignof] = ACTIONS(1458), + [anon_sym_offsetof] = ACTIONS(1458), + [anon_sym__Generic] = ACTIONS(1458), + [anon_sym_asm] = ACTIONS(1458), + [anon_sym___asm__] = ACTIONS(1458), + [sym_number_literal] = ACTIONS(1460), + [anon_sym_L_SQUOTE] = ACTIONS(1460), + [anon_sym_u_SQUOTE] = ACTIONS(1460), + [anon_sym_U_SQUOTE] = ACTIONS(1460), + [anon_sym_u8_SQUOTE] = ACTIONS(1460), + [anon_sym_SQUOTE] = ACTIONS(1460), + [anon_sym_L_DQUOTE] = ACTIONS(1460), + [anon_sym_u_DQUOTE] = ACTIONS(1460), + [anon_sym_U_DQUOTE] = ACTIONS(1460), + [anon_sym_u8_DQUOTE] = ACTIONS(1460), + [anon_sym_DQUOTE] = ACTIONS(1460), + [sym_true] = ACTIONS(1458), + [sym_false] = ACTIONS(1458), + [anon_sym_NULL] = ACTIONS(1458), + [anon_sym_nullptr] = ACTIONS(1458), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1486), - [anon_sym_rayPayloadInEXT] = ACTIONS(1486), - [anon_sym_hitAttributeEXT] = ACTIONS(1486), - [anon_sym_callableDataEXT] = ACTIONS(1486), - [anon_sym_callableDataInEXT] = ACTIONS(1486), - [anon_sym_shaderRecordEXT] = ACTIONS(1486), - [anon_sym_rayPayloadNV] = ACTIONS(1486), - [anon_sym_rayPayloadInNV] = ACTIONS(1486), - [anon_sym_hitAttributeNV] = ACTIONS(1486), - [anon_sym_callableDataNV] = ACTIONS(1486), - [anon_sym_callableDataInNV] = ACTIONS(1486), - [anon_sym_shaderRecordNV] = ACTIONS(1486), - [anon_sym_layout] = ACTIONS(1486), + [anon_sym_rayPayloadEXT] = ACTIONS(1458), + [anon_sym_rayPayloadInEXT] = ACTIONS(1458), + [anon_sym_hitAttributeEXT] = ACTIONS(1458), + [anon_sym_callableDataEXT] = ACTIONS(1458), + [anon_sym_callableDataInEXT] = ACTIONS(1458), + [anon_sym_shaderRecordEXT] = ACTIONS(1458), + [anon_sym_rayPayloadNV] = ACTIONS(1458), + [anon_sym_rayPayloadInNV] = ACTIONS(1458), + [anon_sym_hitAttributeNV] = ACTIONS(1458), + [anon_sym_callableDataNV] = ACTIONS(1458), + [anon_sym_callableDataInNV] = ACTIONS(1458), + [anon_sym_shaderRecordNV] = ACTIONS(1458), + [anon_sym_layout] = ACTIONS(1458), }, - [206] = { + [204] = { [sym_identifier] = ACTIONS(1528), [aux_sym_preproc_include_token1] = ACTIONS(1528), [aux_sym_preproc_def_token1] = ACTIONS(1528), @@ -49671,12 +49398,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1528), [anon_sym_layout] = ACTIONS(1528), }, - [207] = { - [sym_else_clause] = STATE(271), + [205] = { + [sym_else_clause] = STATE(323), [sym_identifier] = ACTIONS(1344), [aux_sym_preproc_include_token1] = ACTIONS(1344), [aux_sym_preproc_def_token1] = ACTIONS(1344), [aux_sym_preproc_if_token1] = ACTIONS(1344), + [aux_sym_preproc_if_token2] = ACTIONS(1344), [aux_sym_preproc_ifdef_token1] = ACTIONS(1344), [aux_sym_preproc_ifdef_token2] = ACTIONS(1344), [sym_preproc_directive] = ACTIONS(1344), @@ -49725,7 +49453,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1344), [anon_sym___vectorcall] = ACTIONS(1344), [anon_sym_LBRACE] = ACTIONS(1346), - [anon_sym_RBRACE] = ACTIONS(1346), [anon_sym_signed] = ACTIONS(1344), [anon_sym_unsigned] = ACTIONS(1344), [anon_sym_long] = ACTIONS(1344), @@ -49805,143 +49532,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1344), [anon_sym_layout] = ACTIONS(1344), }, - [208] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_subroutine] = ACTIONS(1540), - [anon_sym_invariant] = ACTIONS(1540), - [anon_sym_precise] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_in] = ACTIONS(1540), - [anon_sym_out] = ACTIONS(1540), - [anon_sym_inout] = ACTIONS(1540), - [anon_sym_uniform] = ACTIONS(1540), - [anon_sym_shared] = ACTIONS(1540), - [anon_sym_attribute] = ACTIONS(1540), - [anon_sym_varying] = ACTIONS(1540), - [anon_sym_buffer] = ACTIONS(1540), - [anon_sym_coherent] = ACTIONS(1540), - [anon_sym_readonly] = ACTIONS(1540), - [anon_sym_writeonly] = ACTIONS(1540), - [anon_sym_precision] = ACTIONS(1540), - [anon_sym_highp] = ACTIONS(1540), - [anon_sym_mediump] = ACTIONS(1540), - [anon_sym_lowp] = ACTIONS(1540), - [anon_sym_centroid] = ACTIONS(1540), - [anon_sym_sample] = ACTIONS(1540), - [anon_sym_patch] = ACTIONS(1540), - [anon_sym_smooth] = ACTIONS(1540), - [anon_sym_flat] = ACTIONS(1540), - [anon_sym_noperspective] = ACTIONS(1540), - [anon_sym___extension__] = ACTIONS(1540), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_auto] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym___inline] = ACTIONS(1540), - [anon_sym___inline__] = ACTIONS(1540), - [anon_sym___forceinline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym___thread] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym___restrict__] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym__Noreturn] = ACTIONS(1540), - [anon_sym_noreturn] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [anon_sym___alignof__] = ACTIONS(1540), - [anon_sym___alignof] = ACTIONS(1540), - [anon_sym__alignof] = ACTIONS(1540), - [anon_sym_alignof] = ACTIONS(1540), - [anon_sym__Alignof] = ACTIONS(1540), - [anon_sym_offsetof] = ACTIONS(1540), - [anon_sym__Generic] = ACTIONS(1540), - [anon_sym_asm] = ACTIONS(1540), - [anon_sym___asm__] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [anon_sym_NULL] = ACTIONS(1540), - [anon_sym_nullptr] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1540), - [anon_sym_rayPayloadInEXT] = ACTIONS(1540), - [anon_sym_hitAttributeEXT] = ACTIONS(1540), - [anon_sym_callableDataEXT] = ACTIONS(1540), - [anon_sym_callableDataInEXT] = ACTIONS(1540), - [anon_sym_shaderRecordEXT] = ACTIONS(1540), - [anon_sym_rayPayloadNV] = ACTIONS(1540), - [anon_sym_rayPayloadInNV] = ACTIONS(1540), - [anon_sym_hitAttributeNV] = ACTIONS(1540), - [anon_sym_callableDataNV] = ACTIONS(1540), - [anon_sym_callableDataInNV] = ACTIONS(1540), - [anon_sym_shaderRecordNV] = ACTIONS(1540), - [anon_sym_layout] = ACTIONS(1540), - }, - [209] = { - [sym_else_clause] = STATE(289), - [ts_builtin_sym_end] = ACTIONS(1346), + [206] = { + [sym_else_clause] = STATE(327), [sym_identifier] = ACTIONS(1344), [aux_sym_preproc_include_token1] = ACTIONS(1344), [aux_sym_preproc_def_token1] = ACTIONS(1344), @@ -49981,233 +49573,234 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_smooth] = ACTIONS(1344), [anon_sym_flat] = ACTIONS(1344), [anon_sym_noperspective] = ACTIONS(1344), - [anon_sym___extension__] = ACTIONS(1344), - [anon_sym_typedef] = ACTIONS(1344), - [anon_sym_extern] = ACTIONS(1344), - [anon_sym___attribute__] = ACTIONS(1344), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1346), - [anon_sym___declspec] = ACTIONS(1344), - [anon_sym___cdecl] = ACTIONS(1344), - [anon_sym___clrcall] = ACTIONS(1344), - [anon_sym___stdcall] = ACTIONS(1344), - [anon_sym___fastcall] = ACTIONS(1344), - [anon_sym___thiscall] = ACTIONS(1344), - [anon_sym___vectorcall] = ACTIONS(1344), - [anon_sym_LBRACE] = ACTIONS(1346), - [anon_sym_signed] = ACTIONS(1344), - [anon_sym_unsigned] = ACTIONS(1344), - [anon_sym_long] = ACTIONS(1344), - [anon_sym_short] = ACTIONS(1344), - [anon_sym_static] = ACTIONS(1344), - [anon_sym_auto] = ACTIONS(1344), - [anon_sym_register] = ACTIONS(1344), - [anon_sym_inline] = ACTIONS(1344), - [anon_sym___inline] = ACTIONS(1344), - [anon_sym___inline__] = ACTIONS(1344), - [anon_sym___forceinline] = ACTIONS(1344), - [anon_sym_thread_local] = ACTIONS(1344), - [anon_sym___thread] = ACTIONS(1344), - [anon_sym_const] = ACTIONS(1344), - [anon_sym_constexpr] = ACTIONS(1344), - [anon_sym_volatile] = ACTIONS(1344), - [anon_sym_restrict] = ACTIONS(1344), - [anon_sym___restrict__] = ACTIONS(1344), - [anon_sym__Atomic] = ACTIONS(1344), - [anon_sym__Noreturn] = ACTIONS(1344), - [anon_sym_noreturn] = ACTIONS(1344), - [sym_primitive_type] = ACTIONS(1344), - [anon_sym_enum] = ACTIONS(1344), - [anon_sym_struct] = ACTIONS(1344), - [anon_sym_union] = ACTIONS(1344), - [anon_sym_if] = ACTIONS(1344), - [anon_sym_else] = ACTIONS(1562), - [anon_sym_switch] = ACTIONS(1344), - [anon_sym_case] = ACTIONS(1344), - [anon_sym_default] = ACTIONS(1344), - [anon_sym_while] = ACTIONS(1344), - [anon_sym_do] = ACTIONS(1344), - [anon_sym_for] = ACTIONS(1344), - [anon_sym_return] = ACTIONS(1344), - [anon_sym_break] = ACTIONS(1344), - [anon_sym_continue] = ACTIONS(1344), - [anon_sym_goto] = ACTIONS(1344), - [anon_sym_DASH_DASH] = ACTIONS(1346), - [anon_sym_PLUS_PLUS] = ACTIONS(1346), - [anon_sym_sizeof] = ACTIONS(1344), - [anon_sym___alignof__] = ACTIONS(1344), - [anon_sym___alignof] = ACTIONS(1344), - [anon_sym__alignof] = ACTIONS(1344), - [anon_sym_alignof] = ACTIONS(1344), - [anon_sym__Alignof] = ACTIONS(1344), - [anon_sym_offsetof] = ACTIONS(1344), - [anon_sym__Generic] = ACTIONS(1344), - [anon_sym_asm] = ACTIONS(1344), - [anon_sym___asm__] = ACTIONS(1344), - [sym_number_literal] = ACTIONS(1346), - [anon_sym_L_SQUOTE] = ACTIONS(1346), - [anon_sym_u_SQUOTE] = ACTIONS(1346), - [anon_sym_U_SQUOTE] = ACTIONS(1346), - [anon_sym_u8_SQUOTE] = ACTIONS(1346), - [anon_sym_SQUOTE] = ACTIONS(1346), - [anon_sym_L_DQUOTE] = ACTIONS(1346), - [anon_sym_u_DQUOTE] = ACTIONS(1346), - [anon_sym_U_DQUOTE] = ACTIONS(1346), - [anon_sym_u8_DQUOTE] = ACTIONS(1346), - [anon_sym_DQUOTE] = ACTIONS(1346), - [sym_true] = ACTIONS(1344), - [sym_false] = ACTIONS(1344), - [anon_sym_NULL] = ACTIONS(1344), - [anon_sym_nullptr] = ACTIONS(1344), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1344), - [anon_sym_rayPayloadInEXT] = ACTIONS(1344), - [anon_sym_hitAttributeEXT] = ACTIONS(1344), - [anon_sym_callableDataEXT] = ACTIONS(1344), - [anon_sym_callableDataInEXT] = ACTIONS(1344), - [anon_sym_shaderRecordEXT] = ACTIONS(1344), - [anon_sym_rayPayloadNV] = ACTIONS(1344), - [anon_sym_rayPayloadInNV] = ACTIONS(1344), - [anon_sym_hitAttributeNV] = ACTIONS(1344), - [anon_sym_callableDataNV] = ACTIONS(1344), - [anon_sym_callableDataInNV] = ACTIONS(1344), - [anon_sym_shaderRecordNV] = ACTIONS(1344), - [anon_sym_layout] = ACTIONS(1344), - }, - [210] = { - [sym_identifier] = ACTIONS(1490), - [aux_sym_preproc_include_token1] = ACTIONS(1490), - [aux_sym_preproc_def_token1] = ACTIONS(1490), - [aux_sym_preproc_if_token1] = ACTIONS(1490), - [aux_sym_preproc_if_token2] = ACTIONS(1490), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1490), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1490), - [aux_sym_preproc_else_token1] = ACTIONS(1490), - [aux_sym_preproc_elif_token1] = ACTIONS(1490), - [sym_preproc_directive] = ACTIONS(1490), - [anon_sym_LPAREN2] = ACTIONS(1492), - [anon_sym_BANG] = ACTIONS(1492), - [anon_sym_TILDE] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1490), - [anon_sym_PLUS] = ACTIONS(1490), - [anon_sym_STAR] = ACTIONS(1492), - [anon_sym_AMP] = ACTIONS(1492), - [anon_sym_subroutine] = ACTIONS(1490), - [anon_sym_invariant] = ACTIONS(1490), - [anon_sym_precise] = ACTIONS(1490), - [anon_sym_SEMI] = ACTIONS(1492), - [anon_sym_in] = ACTIONS(1490), - [anon_sym_out] = ACTIONS(1490), - [anon_sym_inout] = ACTIONS(1490), - [anon_sym_uniform] = ACTIONS(1490), - [anon_sym_shared] = ACTIONS(1490), - [anon_sym_attribute] = ACTIONS(1490), - [anon_sym_varying] = ACTIONS(1490), - [anon_sym_buffer] = ACTIONS(1490), - [anon_sym_coherent] = ACTIONS(1490), - [anon_sym_readonly] = ACTIONS(1490), - [anon_sym_writeonly] = ACTIONS(1490), - [anon_sym_precision] = ACTIONS(1490), - [anon_sym_highp] = ACTIONS(1490), - [anon_sym_mediump] = ACTIONS(1490), - [anon_sym_lowp] = ACTIONS(1490), - [anon_sym_centroid] = ACTIONS(1490), - [anon_sym_sample] = ACTIONS(1490), - [anon_sym_patch] = ACTIONS(1490), - [anon_sym_smooth] = ACTIONS(1490), - [anon_sym_flat] = ACTIONS(1490), - [anon_sym_noperspective] = ACTIONS(1490), - [anon_sym___extension__] = ACTIONS(1490), - [anon_sym_typedef] = ACTIONS(1490), - [anon_sym_extern] = ACTIONS(1490), - [anon_sym___attribute__] = ACTIONS(1490), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1492), - [anon_sym___declspec] = ACTIONS(1490), - [anon_sym___cdecl] = ACTIONS(1490), - [anon_sym___clrcall] = ACTIONS(1490), - [anon_sym___stdcall] = ACTIONS(1490), - [anon_sym___fastcall] = ACTIONS(1490), - [anon_sym___thiscall] = ACTIONS(1490), - [anon_sym___vectorcall] = ACTIONS(1490), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_signed] = ACTIONS(1490), - [anon_sym_unsigned] = ACTIONS(1490), - [anon_sym_long] = ACTIONS(1490), - [anon_sym_short] = ACTIONS(1490), - [anon_sym_static] = ACTIONS(1490), - [anon_sym_auto] = ACTIONS(1490), - [anon_sym_register] = ACTIONS(1490), - [anon_sym_inline] = ACTIONS(1490), - [anon_sym___inline] = ACTIONS(1490), - [anon_sym___inline__] = ACTIONS(1490), - [anon_sym___forceinline] = ACTIONS(1490), - [anon_sym_thread_local] = ACTIONS(1490), - [anon_sym___thread] = ACTIONS(1490), - [anon_sym_const] = ACTIONS(1490), - [anon_sym_constexpr] = ACTIONS(1490), - [anon_sym_volatile] = ACTIONS(1490), - [anon_sym_restrict] = ACTIONS(1490), - [anon_sym___restrict__] = ACTIONS(1490), - [anon_sym__Atomic] = ACTIONS(1490), - [anon_sym__Noreturn] = ACTIONS(1490), - [anon_sym_noreturn] = ACTIONS(1490), - [sym_primitive_type] = ACTIONS(1490), - [anon_sym_enum] = ACTIONS(1490), - [anon_sym_struct] = ACTIONS(1490), - [anon_sym_union] = ACTIONS(1490), - [anon_sym_if] = ACTIONS(1490), - [anon_sym_switch] = ACTIONS(1490), - [anon_sym_case] = ACTIONS(1490), - [anon_sym_default] = ACTIONS(1490), - [anon_sym_while] = ACTIONS(1490), - [anon_sym_do] = ACTIONS(1490), - [anon_sym_for] = ACTIONS(1490), - [anon_sym_return] = ACTIONS(1490), - [anon_sym_break] = ACTIONS(1490), - [anon_sym_continue] = ACTIONS(1490), - [anon_sym_goto] = ACTIONS(1490), - [anon_sym_DASH_DASH] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_sizeof] = ACTIONS(1490), - [anon_sym___alignof__] = ACTIONS(1490), - [anon_sym___alignof] = ACTIONS(1490), - [anon_sym__alignof] = ACTIONS(1490), - [anon_sym_alignof] = ACTIONS(1490), - [anon_sym__Alignof] = ACTIONS(1490), - [anon_sym_offsetof] = ACTIONS(1490), - [anon_sym__Generic] = ACTIONS(1490), - [anon_sym_asm] = ACTIONS(1490), - [anon_sym___asm__] = ACTIONS(1490), - [sym_number_literal] = ACTIONS(1492), - [anon_sym_L_SQUOTE] = ACTIONS(1492), - [anon_sym_u_SQUOTE] = ACTIONS(1492), - [anon_sym_U_SQUOTE] = ACTIONS(1492), - [anon_sym_u8_SQUOTE] = ACTIONS(1492), - [anon_sym_SQUOTE] = ACTIONS(1492), - [anon_sym_L_DQUOTE] = ACTIONS(1492), - [anon_sym_u_DQUOTE] = ACTIONS(1492), - [anon_sym_U_DQUOTE] = ACTIONS(1492), - [anon_sym_u8_DQUOTE] = ACTIONS(1492), - [anon_sym_DQUOTE] = ACTIONS(1492), - [sym_true] = ACTIONS(1490), - [sym_false] = ACTIONS(1490), - [anon_sym_NULL] = ACTIONS(1490), - [anon_sym_nullptr] = ACTIONS(1490), + [anon_sym___extension__] = ACTIONS(1344), + [anon_sym_typedef] = ACTIONS(1344), + [anon_sym_extern] = ACTIONS(1344), + [anon_sym___attribute__] = ACTIONS(1344), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1346), + [anon_sym___declspec] = ACTIONS(1344), + [anon_sym___cdecl] = ACTIONS(1344), + [anon_sym___clrcall] = ACTIONS(1344), + [anon_sym___stdcall] = ACTIONS(1344), + [anon_sym___fastcall] = ACTIONS(1344), + [anon_sym___thiscall] = ACTIONS(1344), + [anon_sym___vectorcall] = ACTIONS(1344), + [anon_sym_LBRACE] = ACTIONS(1346), + [anon_sym_RBRACE] = ACTIONS(1346), + [anon_sym_signed] = ACTIONS(1344), + [anon_sym_unsigned] = ACTIONS(1344), + [anon_sym_long] = ACTIONS(1344), + [anon_sym_short] = ACTIONS(1344), + [anon_sym_static] = ACTIONS(1344), + [anon_sym_auto] = ACTIONS(1344), + [anon_sym_register] = ACTIONS(1344), + [anon_sym_inline] = ACTIONS(1344), + [anon_sym___inline] = ACTIONS(1344), + [anon_sym___inline__] = ACTIONS(1344), + [anon_sym___forceinline] = ACTIONS(1344), + [anon_sym_thread_local] = ACTIONS(1344), + [anon_sym___thread] = ACTIONS(1344), + [anon_sym_const] = ACTIONS(1344), + [anon_sym_constexpr] = ACTIONS(1344), + [anon_sym_volatile] = ACTIONS(1344), + [anon_sym_restrict] = ACTIONS(1344), + [anon_sym___restrict__] = ACTIONS(1344), + [anon_sym__Atomic] = ACTIONS(1344), + [anon_sym__Noreturn] = ACTIONS(1344), + [anon_sym_noreturn] = ACTIONS(1344), + [sym_primitive_type] = ACTIONS(1344), + [anon_sym_enum] = ACTIONS(1344), + [anon_sym_struct] = ACTIONS(1344), + [anon_sym_union] = ACTIONS(1344), + [anon_sym_if] = ACTIONS(1344), + [anon_sym_else] = ACTIONS(1562), + [anon_sym_switch] = ACTIONS(1344), + [anon_sym_case] = ACTIONS(1344), + [anon_sym_default] = ACTIONS(1344), + [anon_sym_while] = ACTIONS(1344), + [anon_sym_do] = ACTIONS(1344), + [anon_sym_for] = ACTIONS(1344), + [anon_sym_return] = ACTIONS(1344), + [anon_sym_break] = ACTIONS(1344), + [anon_sym_continue] = ACTIONS(1344), + [anon_sym_goto] = ACTIONS(1344), + [anon_sym_DASH_DASH] = ACTIONS(1346), + [anon_sym_PLUS_PLUS] = ACTIONS(1346), + [anon_sym_sizeof] = ACTIONS(1344), + [anon_sym___alignof__] = ACTIONS(1344), + [anon_sym___alignof] = ACTIONS(1344), + [anon_sym__alignof] = ACTIONS(1344), + [anon_sym_alignof] = ACTIONS(1344), + [anon_sym__Alignof] = ACTIONS(1344), + [anon_sym_offsetof] = ACTIONS(1344), + [anon_sym__Generic] = ACTIONS(1344), + [anon_sym_asm] = ACTIONS(1344), + [anon_sym___asm__] = ACTIONS(1344), + [sym_number_literal] = ACTIONS(1346), + [anon_sym_L_SQUOTE] = ACTIONS(1346), + [anon_sym_u_SQUOTE] = ACTIONS(1346), + [anon_sym_U_SQUOTE] = ACTIONS(1346), + [anon_sym_u8_SQUOTE] = ACTIONS(1346), + [anon_sym_SQUOTE] = ACTIONS(1346), + [anon_sym_L_DQUOTE] = ACTIONS(1346), + [anon_sym_u_DQUOTE] = ACTIONS(1346), + [anon_sym_U_DQUOTE] = ACTIONS(1346), + [anon_sym_u8_DQUOTE] = ACTIONS(1346), + [anon_sym_DQUOTE] = ACTIONS(1346), + [sym_true] = ACTIONS(1344), + [sym_false] = ACTIONS(1344), + [anon_sym_NULL] = ACTIONS(1344), + [anon_sym_nullptr] = ACTIONS(1344), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1490), - [anon_sym_rayPayloadInEXT] = ACTIONS(1490), - [anon_sym_hitAttributeEXT] = ACTIONS(1490), - [anon_sym_callableDataEXT] = ACTIONS(1490), - [anon_sym_callableDataInEXT] = ACTIONS(1490), - [anon_sym_shaderRecordEXT] = ACTIONS(1490), - [anon_sym_rayPayloadNV] = ACTIONS(1490), - [anon_sym_rayPayloadInNV] = ACTIONS(1490), - [anon_sym_hitAttributeNV] = ACTIONS(1490), - [anon_sym_callableDataNV] = ACTIONS(1490), - [anon_sym_callableDataInNV] = ACTIONS(1490), - [anon_sym_shaderRecordNV] = ACTIONS(1490), - [anon_sym_layout] = ACTIONS(1490), + [anon_sym_rayPayloadEXT] = ACTIONS(1344), + [anon_sym_rayPayloadInEXT] = ACTIONS(1344), + [anon_sym_hitAttributeEXT] = ACTIONS(1344), + [anon_sym_callableDataEXT] = ACTIONS(1344), + [anon_sym_callableDataInEXT] = ACTIONS(1344), + [anon_sym_shaderRecordEXT] = ACTIONS(1344), + [anon_sym_rayPayloadNV] = ACTIONS(1344), + [anon_sym_rayPayloadInNV] = ACTIONS(1344), + [anon_sym_hitAttributeNV] = ACTIONS(1344), + [anon_sym_callableDataNV] = ACTIONS(1344), + [anon_sym_callableDataInNV] = ACTIONS(1344), + [anon_sym_shaderRecordNV] = ACTIONS(1344), + [anon_sym_layout] = ACTIONS(1344), }, - [211] = { + [207] = { + [sym_identifier] = ACTIONS(1466), + [aux_sym_preproc_include_token1] = ACTIONS(1466), + [aux_sym_preproc_def_token1] = ACTIONS(1466), + [aux_sym_preproc_if_token1] = ACTIONS(1466), + [aux_sym_preproc_if_token2] = ACTIONS(1466), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1466), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1466), + [aux_sym_preproc_else_token1] = ACTIONS(1466), + [aux_sym_preproc_elif_token1] = ACTIONS(1466), + [sym_preproc_directive] = ACTIONS(1466), + [anon_sym_LPAREN2] = ACTIONS(1468), + [anon_sym_BANG] = ACTIONS(1468), + [anon_sym_TILDE] = ACTIONS(1468), + [anon_sym_DASH] = ACTIONS(1466), + [anon_sym_PLUS] = ACTIONS(1466), + [anon_sym_STAR] = ACTIONS(1468), + [anon_sym_AMP] = ACTIONS(1468), + [anon_sym_subroutine] = ACTIONS(1466), + [anon_sym_invariant] = ACTIONS(1466), + [anon_sym_precise] = ACTIONS(1466), + [anon_sym_SEMI] = ACTIONS(1468), + [anon_sym_in] = ACTIONS(1466), + [anon_sym_out] = ACTIONS(1466), + [anon_sym_inout] = ACTIONS(1466), + [anon_sym_uniform] = ACTIONS(1466), + [anon_sym_shared] = ACTIONS(1466), + [anon_sym_attribute] = ACTIONS(1466), + [anon_sym_varying] = ACTIONS(1466), + [anon_sym_buffer] = ACTIONS(1466), + [anon_sym_coherent] = ACTIONS(1466), + [anon_sym_readonly] = ACTIONS(1466), + [anon_sym_writeonly] = ACTIONS(1466), + [anon_sym_precision] = ACTIONS(1466), + [anon_sym_highp] = ACTIONS(1466), + [anon_sym_mediump] = ACTIONS(1466), + [anon_sym_lowp] = ACTIONS(1466), + [anon_sym_centroid] = ACTIONS(1466), + [anon_sym_sample] = ACTIONS(1466), + [anon_sym_patch] = ACTIONS(1466), + [anon_sym_smooth] = ACTIONS(1466), + [anon_sym_flat] = ACTIONS(1466), + [anon_sym_noperspective] = ACTIONS(1466), + [anon_sym___extension__] = ACTIONS(1466), + [anon_sym_typedef] = ACTIONS(1466), + [anon_sym_extern] = ACTIONS(1466), + [anon_sym___attribute__] = ACTIONS(1466), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1468), + [anon_sym___declspec] = ACTIONS(1466), + [anon_sym___cdecl] = ACTIONS(1466), + [anon_sym___clrcall] = ACTIONS(1466), + [anon_sym___stdcall] = ACTIONS(1466), + [anon_sym___fastcall] = ACTIONS(1466), + [anon_sym___thiscall] = ACTIONS(1466), + [anon_sym___vectorcall] = ACTIONS(1466), + [anon_sym_LBRACE] = ACTIONS(1468), + [anon_sym_signed] = ACTIONS(1466), + [anon_sym_unsigned] = ACTIONS(1466), + [anon_sym_long] = ACTIONS(1466), + [anon_sym_short] = ACTIONS(1466), + [anon_sym_static] = ACTIONS(1466), + [anon_sym_auto] = ACTIONS(1466), + [anon_sym_register] = ACTIONS(1466), + [anon_sym_inline] = ACTIONS(1466), + [anon_sym___inline] = ACTIONS(1466), + [anon_sym___inline__] = ACTIONS(1466), + [anon_sym___forceinline] = ACTIONS(1466), + [anon_sym_thread_local] = ACTIONS(1466), + [anon_sym___thread] = ACTIONS(1466), + [anon_sym_const] = ACTIONS(1466), + [anon_sym_constexpr] = ACTIONS(1466), + [anon_sym_volatile] = ACTIONS(1466), + [anon_sym_restrict] = ACTIONS(1466), + [anon_sym___restrict__] = ACTIONS(1466), + [anon_sym__Atomic] = ACTIONS(1466), + [anon_sym__Noreturn] = ACTIONS(1466), + [anon_sym_noreturn] = ACTIONS(1466), + [sym_primitive_type] = ACTIONS(1466), + [anon_sym_enum] = ACTIONS(1466), + [anon_sym_struct] = ACTIONS(1466), + [anon_sym_union] = ACTIONS(1466), + [anon_sym_if] = ACTIONS(1466), + [anon_sym_switch] = ACTIONS(1466), + [anon_sym_case] = ACTIONS(1466), + [anon_sym_default] = ACTIONS(1466), + [anon_sym_while] = ACTIONS(1466), + [anon_sym_do] = ACTIONS(1466), + [anon_sym_for] = ACTIONS(1466), + [anon_sym_return] = ACTIONS(1466), + [anon_sym_break] = ACTIONS(1466), + [anon_sym_continue] = ACTIONS(1466), + [anon_sym_goto] = ACTIONS(1466), + [anon_sym_DASH_DASH] = ACTIONS(1468), + [anon_sym_PLUS_PLUS] = ACTIONS(1468), + [anon_sym_sizeof] = ACTIONS(1466), + [anon_sym___alignof__] = ACTIONS(1466), + [anon_sym___alignof] = ACTIONS(1466), + [anon_sym__alignof] = ACTIONS(1466), + [anon_sym_alignof] = ACTIONS(1466), + [anon_sym__Alignof] = ACTIONS(1466), + [anon_sym_offsetof] = ACTIONS(1466), + [anon_sym__Generic] = ACTIONS(1466), + [anon_sym_asm] = ACTIONS(1466), + [anon_sym___asm__] = ACTIONS(1466), + [sym_number_literal] = ACTIONS(1468), + [anon_sym_L_SQUOTE] = ACTIONS(1468), + [anon_sym_u_SQUOTE] = ACTIONS(1468), + [anon_sym_U_SQUOTE] = ACTIONS(1468), + [anon_sym_u8_SQUOTE] = ACTIONS(1468), + [anon_sym_SQUOTE] = ACTIONS(1468), + [anon_sym_L_DQUOTE] = ACTIONS(1468), + [anon_sym_u_DQUOTE] = ACTIONS(1468), + [anon_sym_U_DQUOTE] = ACTIONS(1468), + [anon_sym_u8_DQUOTE] = ACTIONS(1468), + [anon_sym_DQUOTE] = ACTIONS(1468), + [sym_true] = ACTIONS(1466), + [sym_false] = ACTIONS(1466), + [anon_sym_NULL] = ACTIONS(1466), + [anon_sym_nullptr] = ACTIONS(1466), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1466), + [anon_sym_rayPayloadInEXT] = ACTIONS(1466), + [anon_sym_hitAttributeEXT] = ACTIONS(1466), + [anon_sym_callableDataEXT] = ACTIONS(1466), + [anon_sym_callableDataInEXT] = ACTIONS(1466), + [anon_sym_shaderRecordEXT] = ACTIONS(1466), + [anon_sym_rayPayloadNV] = ACTIONS(1466), + [anon_sym_rayPayloadInNV] = ACTIONS(1466), + [anon_sym_hitAttributeNV] = ACTIONS(1466), + [anon_sym_callableDataNV] = ACTIONS(1466), + [anon_sym_callableDataInNV] = ACTIONS(1466), + [anon_sym_shaderRecordNV] = ACTIONS(1466), + [anon_sym_layout] = ACTIONS(1466), + }, + [208] = { [sym_identifier] = ACTIONS(1532), [aux_sym_preproc_include_token1] = ACTIONS(1532), [aux_sym_preproc_def_token1] = ACTIONS(1532), @@ -50322,1232 +49915,964 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_U_DQUOTE] = ACTIONS(1534), [anon_sym_u8_DQUOTE] = ACTIONS(1534), [anon_sym_DQUOTE] = ACTIONS(1534), - [sym_true] = ACTIONS(1532), - [sym_false] = ACTIONS(1532), - [anon_sym_NULL] = ACTIONS(1532), - [anon_sym_nullptr] = ACTIONS(1532), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1532), - [anon_sym_rayPayloadInEXT] = ACTIONS(1532), - [anon_sym_hitAttributeEXT] = ACTIONS(1532), - [anon_sym_callableDataEXT] = ACTIONS(1532), - [anon_sym_callableDataInEXT] = ACTIONS(1532), - [anon_sym_shaderRecordEXT] = ACTIONS(1532), - [anon_sym_rayPayloadNV] = ACTIONS(1532), - [anon_sym_rayPayloadInNV] = ACTIONS(1532), - [anon_sym_hitAttributeNV] = ACTIONS(1532), - [anon_sym_callableDataNV] = ACTIONS(1532), - [anon_sym_callableDataInNV] = ACTIONS(1532), - [anon_sym_shaderRecordNV] = ACTIONS(1532), - [anon_sym_layout] = ACTIONS(1532), - }, - [212] = { - [sym_identifier] = ACTIONS(1458), - [aux_sym_preproc_include_token1] = ACTIONS(1458), - [aux_sym_preproc_def_token1] = ACTIONS(1458), - [aux_sym_preproc_if_token1] = ACTIONS(1458), - [aux_sym_preproc_if_token2] = ACTIONS(1458), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1458), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1458), - [aux_sym_preproc_else_token1] = ACTIONS(1458), - [aux_sym_preproc_elif_token1] = ACTIONS(1458), - [sym_preproc_directive] = ACTIONS(1458), - [anon_sym_LPAREN2] = ACTIONS(1460), - [anon_sym_BANG] = ACTIONS(1460), - [anon_sym_TILDE] = ACTIONS(1460), - [anon_sym_DASH] = ACTIONS(1458), - [anon_sym_PLUS] = ACTIONS(1458), - [anon_sym_STAR] = ACTIONS(1460), - [anon_sym_AMP] = ACTIONS(1460), - [anon_sym_subroutine] = ACTIONS(1458), - [anon_sym_invariant] = ACTIONS(1458), - [anon_sym_precise] = ACTIONS(1458), - [anon_sym_SEMI] = ACTIONS(1460), - [anon_sym_in] = ACTIONS(1458), - [anon_sym_out] = ACTIONS(1458), - [anon_sym_inout] = ACTIONS(1458), - [anon_sym_uniform] = ACTIONS(1458), - [anon_sym_shared] = ACTIONS(1458), - [anon_sym_attribute] = ACTIONS(1458), - [anon_sym_varying] = ACTIONS(1458), - [anon_sym_buffer] = ACTIONS(1458), - [anon_sym_coherent] = ACTIONS(1458), - [anon_sym_readonly] = ACTIONS(1458), - [anon_sym_writeonly] = ACTIONS(1458), - [anon_sym_precision] = ACTIONS(1458), - [anon_sym_highp] = ACTIONS(1458), - [anon_sym_mediump] = ACTIONS(1458), - [anon_sym_lowp] = ACTIONS(1458), - [anon_sym_centroid] = ACTIONS(1458), - [anon_sym_sample] = ACTIONS(1458), - [anon_sym_patch] = ACTIONS(1458), - [anon_sym_smooth] = ACTIONS(1458), - [anon_sym_flat] = ACTIONS(1458), - [anon_sym_noperspective] = ACTIONS(1458), - [anon_sym___extension__] = ACTIONS(1458), - [anon_sym_typedef] = ACTIONS(1458), - [anon_sym_extern] = ACTIONS(1458), - [anon_sym___attribute__] = ACTIONS(1458), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1460), - [anon_sym___declspec] = ACTIONS(1458), - [anon_sym___cdecl] = ACTIONS(1458), - [anon_sym___clrcall] = ACTIONS(1458), - [anon_sym___stdcall] = ACTIONS(1458), - [anon_sym___fastcall] = ACTIONS(1458), - [anon_sym___thiscall] = ACTIONS(1458), - [anon_sym___vectorcall] = ACTIONS(1458), - [anon_sym_LBRACE] = ACTIONS(1460), - [anon_sym_signed] = ACTIONS(1458), - [anon_sym_unsigned] = ACTIONS(1458), - [anon_sym_long] = ACTIONS(1458), - [anon_sym_short] = ACTIONS(1458), - [anon_sym_static] = ACTIONS(1458), - [anon_sym_auto] = ACTIONS(1458), - [anon_sym_register] = ACTIONS(1458), - [anon_sym_inline] = ACTIONS(1458), - [anon_sym___inline] = ACTIONS(1458), - [anon_sym___inline__] = ACTIONS(1458), - [anon_sym___forceinline] = ACTIONS(1458), - [anon_sym_thread_local] = ACTIONS(1458), - [anon_sym___thread] = ACTIONS(1458), - [anon_sym_const] = ACTIONS(1458), - [anon_sym_constexpr] = ACTIONS(1458), - [anon_sym_volatile] = ACTIONS(1458), - [anon_sym_restrict] = ACTIONS(1458), - [anon_sym___restrict__] = ACTIONS(1458), - [anon_sym__Atomic] = ACTIONS(1458), - [anon_sym__Noreturn] = ACTIONS(1458), - [anon_sym_noreturn] = ACTIONS(1458), - [sym_primitive_type] = ACTIONS(1458), - [anon_sym_enum] = ACTIONS(1458), - [anon_sym_struct] = ACTIONS(1458), - [anon_sym_union] = ACTIONS(1458), - [anon_sym_if] = ACTIONS(1458), - [anon_sym_switch] = ACTIONS(1458), - [anon_sym_case] = ACTIONS(1458), - [anon_sym_default] = ACTIONS(1458), - [anon_sym_while] = ACTIONS(1458), - [anon_sym_do] = ACTIONS(1458), - [anon_sym_for] = ACTIONS(1458), - [anon_sym_return] = ACTIONS(1458), - [anon_sym_break] = ACTIONS(1458), - [anon_sym_continue] = ACTIONS(1458), - [anon_sym_goto] = ACTIONS(1458), - [anon_sym_DASH_DASH] = ACTIONS(1460), - [anon_sym_PLUS_PLUS] = ACTIONS(1460), - [anon_sym_sizeof] = ACTIONS(1458), - [anon_sym___alignof__] = ACTIONS(1458), - [anon_sym___alignof] = ACTIONS(1458), - [anon_sym__alignof] = ACTIONS(1458), - [anon_sym_alignof] = ACTIONS(1458), - [anon_sym__Alignof] = ACTIONS(1458), - [anon_sym_offsetof] = ACTIONS(1458), - [anon_sym__Generic] = ACTIONS(1458), - [anon_sym_asm] = ACTIONS(1458), - [anon_sym___asm__] = ACTIONS(1458), - [sym_number_literal] = ACTIONS(1460), - [anon_sym_L_SQUOTE] = ACTIONS(1460), - [anon_sym_u_SQUOTE] = ACTIONS(1460), - [anon_sym_U_SQUOTE] = ACTIONS(1460), - [anon_sym_u8_SQUOTE] = ACTIONS(1460), - [anon_sym_SQUOTE] = ACTIONS(1460), - [anon_sym_L_DQUOTE] = ACTIONS(1460), - [anon_sym_u_DQUOTE] = ACTIONS(1460), - [anon_sym_U_DQUOTE] = ACTIONS(1460), - [anon_sym_u8_DQUOTE] = ACTIONS(1460), - [anon_sym_DQUOTE] = ACTIONS(1460), - [sym_true] = ACTIONS(1458), - [sym_false] = ACTIONS(1458), - [anon_sym_NULL] = ACTIONS(1458), - [anon_sym_nullptr] = ACTIONS(1458), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1458), - [anon_sym_rayPayloadInEXT] = ACTIONS(1458), - [anon_sym_hitAttributeEXT] = ACTIONS(1458), - [anon_sym_callableDataEXT] = ACTIONS(1458), - [anon_sym_callableDataInEXT] = ACTIONS(1458), - [anon_sym_shaderRecordEXT] = ACTIONS(1458), - [anon_sym_rayPayloadNV] = ACTIONS(1458), - [anon_sym_rayPayloadInNV] = ACTIONS(1458), - [anon_sym_hitAttributeNV] = ACTIONS(1458), - [anon_sym_callableDataNV] = ACTIONS(1458), - [anon_sym_callableDataInNV] = ACTIONS(1458), - [anon_sym_shaderRecordNV] = ACTIONS(1458), - [anon_sym_layout] = ACTIONS(1458), - }, - [213] = { - [sym_identifier] = ACTIONS(1536), - [aux_sym_preproc_include_token1] = ACTIONS(1536), - [aux_sym_preproc_def_token1] = ACTIONS(1536), - [aux_sym_preproc_if_token1] = ACTIONS(1536), - [aux_sym_preproc_if_token2] = ACTIONS(1536), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1536), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1536), - [aux_sym_preproc_else_token1] = ACTIONS(1536), - [aux_sym_preproc_elif_token1] = ACTIONS(1536), - [sym_preproc_directive] = ACTIONS(1536), - [anon_sym_LPAREN2] = ACTIONS(1538), - [anon_sym_BANG] = ACTIONS(1538), - [anon_sym_TILDE] = ACTIONS(1538), - [anon_sym_DASH] = ACTIONS(1536), - [anon_sym_PLUS] = ACTIONS(1536), - [anon_sym_STAR] = ACTIONS(1538), - [anon_sym_AMP] = ACTIONS(1538), - [anon_sym_subroutine] = ACTIONS(1536), - [anon_sym_invariant] = ACTIONS(1536), - [anon_sym_precise] = ACTIONS(1536), - [anon_sym_SEMI] = ACTIONS(1538), - [anon_sym_in] = ACTIONS(1536), - [anon_sym_out] = ACTIONS(1536), - [anon_sym_inout] = ACTIONS(1536), - [anon_sym_uniform] = ACTIONS(1536), - [anon_sym_shared] = ACTIONS(1536), - [anon_sym_attribute] = ACTIONS(1536), - [anon_sym_varying] = ACTIONS(1536), - [anon_sym_buffer] = ACTIONS(1536), - [anon_sym_coherent] = ACTIONS(1536), - [anon_sym_readonly] = ACTIONS(1536), - [anon_sym_writeonly] = ACTIONS(1536), - [anon_sym_precision] = ACTIONS(1536), - [anon_sym_highp] = ACTIONS(1536), - [anon_sym_mediump] = ACTIONS(1536), - [anon_sym_lowp] = ACTIONS(1536), - [anon_sym_centroid] = ACTIONS(1536), - [anon_sym_sample] = ACTIONS(1536), - [anon_sym_patch] = ACTIONS(1536), - [anon_sym_smooth] = ACTIONS(1536), - [anon_sym_flat] = ACTIONS(1536), - [anon_sym_noperspective] = ACTIONS(1536), - [anon_sym___extension__] = ACTIONS(1536), - [anon_sym_typedef] = ACTIONS(1536), - [anon_sym_extern] = ACTIONS(1536), - [anon_sym___attribute__] = ACTIONS(1536), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1538), - [anon_sym___declspec] = ACTIONS(1536), - [anon_sym___cdecl] = ACTIONS(1536), - [anon_sym___clrcall] = ACTIONS(1536), - [anon_sym___stdcall] = ACTIONS(1536), - [anon_sym___fastcall] = ACTIONS(1536), - [anon_sym___thiscall] = ACTIONS(1536), - [anon_sym___vectorcall] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(1538), - [anon_sym_signed] = ACTIONS(1536), - [anon_sym_unsigned] = ACTIONS(1536), - [anon_sym_long] = ACTIONS(1536), - [anon_sym_short] = ACTIONS(1536), - [anon_sym_static] = ACTIONS(1536), - [anon_sym_auto] = ACTIONS(1536), - [anon_sym_register] = ACTIONS(1536), - [anon_sym_inline] = ACTIONS(1536), - [anon_sym___inline] = ACTIONS(1536), - [anon_sym___inline__] = ACTIONS(1536), - [anon_sym___forceinline] = ACTIONS(1536), - [anon_sym_thread_local] = ACTIONS(1536), - [anon_sym___thread] = ACTIONS(1536), - [anon_sym_const] = ACTIONS(1536), - [anon_sym_constexpr] = ACTIONS(1536), - [anon_sym_volatile] = ACTIONS(1536), - [anon_sym_restrict] = ACTIONS(1536), - [anon_sym___restrict__] = ACTIONS(1536), - [anon_sym__Atomic] = ACTIONS(1536), - [anon_sym__Noreturn] = ACTIONS(1536), - [anon_sym_noreturn] = ACTIONS(1536), - [sym_primitive_type] = ACTIONS(1536), - [anon_sym_enum] = ACTIONS(1536), - [anon_sym_struct] = ACTIONS(1536), - [anon_sym_union] = ACTIONS(1536), - [anon_sym_if] = ACTIONS(1536), - [anon_sym_switch] = ACTIONS(1536), - [anon_sym_case] = ACTIONS(1536), - [anon_sym_default] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1536), - [anon_sym_do] = ACTIONS(1536), - [anon_sym_for] = ACTIONS(1536), - [anon_sym_return] = ACTIONS(1536), - [anon_sym_break] = ACTIONS(1536), - [anon_sym_continue] = ACTIONS(1536), - [anon_sym_goto] = ACTIONS(1536), - [anon_sym_DASH_DASH] = ACTIONS(1538), - [anon_sym_PLUS_PLUS] = ACTIONS(1538), - [anon_sym_sizeof] = ACTIONS(1536), - [anon_sym___alignof__] = ACTIONS(1536), - [anon_sym___alignof] = ACTIONS(1536), - [anon_sym__alignof] = ACTIONS(1536), - [anon_sym_alignof] = ACTIONS(1536), - [anon_sym__Alignof] = ACTIONS(1536), - [anon_sym_offsetof] = ACTIONS(1536), - [anon_sym__Generic] = ACTIONS(1536), - [anon_sym_asm] = ACTIONS(1536), - [anon_sym___asm__] = ACTIONS(1536), - [sym_number_literal] = ACTIONS(1538), - [anon_sym_L_SQUOTE] = ACTIONS(1538), - [anon_sym_u_SQUOTE] = ACTIONS(1538), - [anon_sym_U_SQUOTE] = ACTIONS(1538), - [anon_sym_u8_SQUOTE] = ACTIONS(1538), - [anon_sym_SQUOTE] = ACTIONS(1538), - [anon_sym_L_DQUOTE] = ACTIONS(1538), - [anon_sym_u_DQUOTE] = ACTIONS(1538), - [anon_sym_U_DQUOTE] = ACTIONS(1538), - [anon_sym_u8_DQUOTE] = ACTIONS(1538), - [anon_sym_DQUOTE] = ACTIONS(1538), - [sym_true] = ACTIONS(1536), - [sym_false] = ACTIONS(1536), - [anon_sym_NULL] = ACTIONS(1536), - [anon_sym_nullptr] = ACTIONS(1536), + [sym_true] = ACTIONS(1532), + [sym_false] = ACTIONS(1532), + [anon_sym_NULL] = ACTIONS(1532), + [anon_sym_nullptr] = ACTIONS(1532), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1536), - [anon_sym_rayPayloadInEXT] = ACTIONS(1536), - [anon_sym_hitAttributeEXT] = ACTIONS(1536), - [anon_sym_callableDataEXT] = ACTIONS(1536), - [anon_sym_callableDataInEXT] = ACTIONS(1536), - [anon_sym_shaderRecordEXT] = ACTIONS(1536), - [anon_sym_rayPayloadNV] = ACTIONS(1536), - [anon_sym_rayPayloadInNV] = ACTIONS(1536), - [anon_sym_hitAttributeNV] = ACTIONS(1536), - [anon_sym_callableDataNV] = ACTIONS(1536), - [anon_sym_callableDataInNV] = ACTIONS(1536), - [anon_sym_shaderRecordNV] = ACTIONS(1536), - [anon_sym_layout] = ACTIONS(1536), + [anon_sym_rayPayloadEXT] = ACTIONS(1532), + [anon_sym_rayPayloadInEXT] = ACTIONS(1532), + [anon_sym_hitAttributeEXT] = ACTIONS(1532), + [anon_sym_callableDataEXT] = ACTIONS(1532), + [anon_sym_callableDataInEXT] = ACTIONS(1532), + [anon_sym_shaderRecordEXT] = ACTIONS(1532), + [anon_sym_rayPayloadNV] = ACTIONS(1532), + [anon_sym_rayPayloadInNV] = ACTIONS(1532), + [anon_sym_hitAttributeNV] = ACTIONS(1532), + [anon_sym_callableDataNV] = ACTIONS(1532), + [anon_sym_callableDataInNV] = ACTIONS(1532), + [anon_sym_shaderRecordNV] = ACTIONS(1532), + [anon_sym_layout] = ACTIONS(1532), }, - [214] = { - [sym_identifier] = ACTIONS(1478), - [aux_sym_preproc_include_token1] = ACTIONS(1478), - [aux_sym_preproc_def_token1] = ACTIONS(1478), - [aux_sym_preproc_if_token1] = ACTIONS(1478), - [aux_sym_preproc_if_token2] = ACTIONS(1478), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1478), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1478), - [aux_sym_preproc_else_token1] = ACTIONS(1478), - [aux_sym_preproc_elif_token1] = ACTIONS(1478), - [sym_preproc_directive] = ACTIONS(1478), - [anon_sym_LPAREN2] = ACTIONS(1480), - [anon_sym_BANG] = ACTIONS(1480), - [anon_sym_TILDE] = ACTIONS(1480), - [anon_sym_DASH] = ACTIONS(1478), - [anon_sym_PLUS] = ACTIONS(1478), - [anon_sym_STAR] = ACTIONS(1480), - [anon_sym_AMP] = ACTIONS(1480), - [anon_sym_subroutine] = ACTIONS(1478), - [anon_sym_invariant] = ACTIONS(1478), - [anon_sym_precise] = ACTIONS(1478), - [anon_sym_SEMI] = ACTIONS(1480), - [anon_sym_in] = ACTIONS(1478), - [anon_sym_out] = ACTIONS(1478), - [anon_sym_inout] = ACTIONS(1478), - [anon_sym_uniform] = ACTIONS(1478), - [anon_sym_shared] = ACTIONS(1478), - [anon_sym_attribute] = ACTIONS(1478), - [anon_sym_varying] = ACTIONS(1478), - [anon_sym_buffer] = ACTIONS(1478), - [anon_sym_coherent] = ACTIONS(1478), - [anon_sym_readonly] = ACTIONS(1478), - [anon_sym_writeonly] = ACTIONS(1478), - [anon_sym_precision] = ACTIONS(1478), - [anon_sym_highp] = ACTIONS(1478), - [anon_sym_mediump] = ACTIONS(1478), - [anon_sym_lowp] = ACTIONS(1478), - [anon_sym_centroid] = ACTIONS(1478), - [anon_sym_sample] = ACTIONS(1478), - [anon_sym_patch] = ACTIONS(1478), - [anon_sym_smooth] = ACTIONS(1478), - [anon_sym_flat] = ACTIONS(1478), - [anon_sym_noperspective] = ACTIONS(1478), - [anon_sym___extension__] = ACTIONS(1478), - [anon_sym_typedef] = ACTIONS(1478), - [anon_sym_extern] = ACTIONS(1478), - [anon_sym___attribute__] = ACTIONS(1478), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1480), - [anon_sym___declspec] = ACTIONS(1478), - [anon_sym___cdecl] = ACTIONS(1478), - [anon_sym___clrcall] = ACTIONS(1478), - [anon_sym___stdcall] = ACTIONS(1478), - [anon_sym___fastcall] = ACTIONS(1478), - [anon_sym___thiscall] = ACTIONS(1478), - [anon_sym___vectorcall] = ACTIONS(1478), - [anon_sym_LBRACE] = ACTIONS(1480), - [anon_sym_signed] = ACTIONS(1478), - [anon_sym_unsigned] = ACTIONS(1478), - [anon_sym_long] = ACTIONS(1478), - [anon_sym_short] = ACTIONS(1478), - [anon_sym_static] = ACTIONS(1478), - [anon_sym_auto] = ACTIONS(1478), - [anon_sym_register] = ACTIONS(1478), - [anon_sym_inline] = ACTIONS(1478), - [anon_sym___inline] = ACTIONS(1478), - [anon_sym___inline__] = ACTIONS(1478), - [anon_sym___forceinline] = ACTIONS(1478), - [anon_sym_thread_local] = ACTIONS(1478), - [anon_sym___thread] = ACTIONS(1478), - [anon_sym_const] = ACTIONS(1478), - [anon_sym_constexpr] = ACTIONS(1478), - [anon_sym_volatile] = ACTIONS(1478), - [anon_sym_restrict] = ACTIONS(1478), - [anon_sym___restrict__] = ACTIONS(1478), - [anon_sym__Atomic] = ACTIONS(1478), - [anon_sym__Noreturn] = ACTIONS(1478), - [anon_sym_noreturn] = ACTIONS(1478), - [sym_primitive_type] = ACTIONS(1478), - [anon_sym_enum] = ACTIONS(1478), - [anon_sym_struct] = ACTIONS(1478), - [anon_sym_union] = ACTIONS(1478), - [anon_sym_if] = ACTIONS(1478), - [anon_sym_switch] = ACTIONS(1478), - [anon_sym_case] = ACTIONS(1478), - [anon_sym_default] = ACTIONS(1478), - [anon_sym_while] = ACTIONS(1478), - [anon_sym_do] = ACTIONS(1478), - [anon_sym_for] = ACTIONS(1478), - [anon_sym_return] = ACTIONS(1478), - [anon_sym_break] = ACTIONS(1478), - [anon_sym_continue] = ACTIONS(1478), - [anon_sym_goto] = ACTIONS(1478), - [anon_sym_DASH_DASH] = ACTIONS(1480), - [anon_sym_PLUS_PLUS] = ACTIONS(1480), - [anon_sym_sizeof] = ACTIONS(1478), - [anon_sym___alignof__] = ACTIONS(1478), - [anon_sym___alignof] = ACTIONS(1478), - [anon_sym__alignof] = ACTIONS(1478), - [anon_sym_alignof] = ACTIONS(1478), - [anon_sym__Alignof] = ACTIONS(1478), - [anon_sym_offsetof] = ACTIONS(1478), - [anon_sym__Generic] = ACTIONS(1478), - [anon_sym_asm] = ACTIONS(1478), - [anon_sym___asm__] = ACTIONS(1478), - [sym_number_literal] = ACTIONS(1480), - [anon_sym_L_SQUOTE] = ACTIONS(1480), - [anon_sym_u_SQUOTE] = ACTIONS(1480), - [anon_sym_U_SQUOTE] = ACTIONS(1480), - [anon_sym_u8_SQUOTE] = ACTIONS(1480), - [anon_sym_SQUOTE] = ACTIONS(1480), - [anon_sym_L_DQUOTE] = ACTIONS(1480), - [anon_sym_u_DQUOTE] = ACTIONS(1480), - [anon_sym_U_DQUOTE] = ACTIONS(1480), - [anon_sym_u8_DQUOTE] = ACTIONS(1480), - [anon_sym_DQUOTE] = ACTIONS(1480), - [sym_true] = ACTIONS(1478), - [sym_false] = ACTIONS(1478), - [anon_sym_NULL] = ACTIONS(1478), - [anon_sym_nullptr] = ACTIONS(1478), + [209] = { + [sym_identifier] = ACTIONS(1520), + [aux_sym_preproc_include_token1] = ACTIONS(1520), + [aux_sym_preproc_def_token1] = ACTIONS(1520), + [aux_sym_preproc_if_token1] = ACTIONS(1520), + [aux_sym_preproc_if_token2] = ACTIONS(1520), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1520), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1520), + [aux_sym_preproc_else_token1] = ACTIONS(1520), + [aux_sym_preproc_elif_token1] = ACTIONS(1520), + [sym_preproc_directive] = ACTIONS(1520), + [anon_sym_LPAREN2] = ACTIONS(1522), + [anon_sym_BANG] = ACTIONS(1522), + [anon_sym_TILDE] = ACTIONS(1522), + [anon_sym_DASH] = ACTIONS(1520), + [anon_sym_PLUS] = ACTIONS(1520), + [anon_sym_STAR] = ACTIONS(1522), + [anon_sym_AMP] = ACTIONS(1522), + [anon_sym_subroutine] = ACTIONS(1520), + [anon_sym_invariant] = ACTIONS(1520), + [anon_sym_precise] = ACTIONS(1520), + [anon_sym_SEMI] = ACTIONS(1522), + [anon_sym_in] = ACTIONS(1520), + [anon_sym_out] = ACTIONS(1520), + [anon_sym_inout] = ACTIONS(1520), + [anon_sym_uniform] = ACTIONS(1520), + [anon_sym_shared] = ACTIONS(1520), + [anon_sym_attribute] = ACTIONS(1520), + [anon_sym_varying] = ACTIONS(1520), + [anon_sym_buffer] = ACTIONS(1520), + [anon_sym_coherent] = ACTIONS(1520), + [anon_sym_readonly] = ACTIONS(1520), + [anon_sym_writeonly] = ACTIONS(1520), + [anon_sym_precision] = ACTIONS(1520), + [anon_sym_highp] = ACTIONS(1520), + [anon_sym_mediump] = ACTIONS(1520), + [anon_sym_lowp] = ACTIONS(1520), + [anon_sym_centroid] = ACTIONS(1520), + [anon_sym_sample] = ACTIONS(1520), + [anon_sym_patch] = ACTIONS(1520), + [anon_sym_smooth] = ACTIONS(1520), + [anon_sym_flat] = ACTIONS(1520), + [anon_sym_noperspective] = ACTIONS(1520), + [anon_sym___extension__] = ACTIONS(1520), + [anon_sym_typedef] = ACTIONS(1520), + [anon_sym_extern] = ACTIONS(1520), + [anon_sym___attribute__] = ACTIONS(1520), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1522), + [anon_sym___declspec] = ACTIONS(1520), + [anon_sym___cdecl] = ACTIONS(1520), + [anon_sym___clrcall] = ACTIONS(1520), + [anon_sym___stdcall] = ACTIONS(1520), + [anon_sym___fastcall] = ACTIONS(1520), + [anon_sym___thiscall] = ACTIONS(1520), + [anon_sym___vectorcall] = ACTIONS(1520), + [anon_sym_LBRACE] = ACTIONS(1522), + [anon_sym_signed] = ACTIONS(1520), + [anon_sym_unsigned] = ACTIONS(1520), + [anon_sym_long] = ACTIONS(1520), + [anon_sym_short] = ACTIONS(1520), + [anon_sym_static] = ACTIONS(1520), + [anon_sym_auto] = ACTIONS(1520), + [anon_sym_register] = ACTIONS(1520), + [anon_sym_inline] = ACTIONS(1520), + [anon_sym___inline] = ACTIONS(1520), + [anon_sym___inline__] = ACTIONS(1520), + [anon_sym___forceinline] = ACTIONS(1520), + [anon_sym_thread_local] = ACTIONS(1520), + [anon_sym___thread] = ACTIONS(1520), + [anon_sym_const] = ACTIONS(1520), + [anon_sym_constexpr] = ACTIONS(1520), + [anon_sym_volatile] = ACTIONS(1520), + [anon_sym_restrict] = ACTIONS(1520), + [anon_sym___restrict__] = ACTIONS(1520), + [anon_sym__Atomic] = ACTIONS(1520), + [anon_sym__Noreturn] = ACTIONS(1520), + [anon_sym_noreturn] = ACTIONS(1520), + [sym_primitive_type] = ACTIONS(1520), + [anon_sym_enum] = ACTIONS(1520), + [anon_sym_struct] = ACTIONS(1520), + [anon_sym_union] = ACTIONS(1520), + [anon_sym_if] = ACTIONS(1520), + [anon_sym_switch] = ACTIONS(1520), + [anon_sym_case] = ACTIONS(1520), + [anon_sym_default] = ACTIONS(1520), + [anon_sym_while] = ACTIONS(1520), + [anon_sym_do] = ACTIONS(1520), + [anon_sym_for] = ACTIONS(1520), + [anon_sym_return] = ACTIONS(1520), + [anon_sym_break] = ACTIONS(1520), + [anon_sym_continue] = ACTIONS(1520), + [anon_sym_goto] = ACTIONS(1520), + [anon_sym_DASH_DASH] = ACTIONS(1522), + [anon_sym_PLUS_PLUS] = ACTIONS(1522), + [anon_sym_sizeof] = ACTIONS(1520), + [anon_sym___alignof__] = ACTIONS(1520), + [anon_sym___alignof] = ACTIONS(1520), + [anon_sym__alignof] = ACTIONS(1520), + [anon_sym_alignof] = ACTIONS(1520), + [anon_sym__Alignof] = ACTIONS(1520), + [anon_sym_offsetof] = ACTIONS(1520), + [anon_sym__Generic] = ACTIONS(1520), + [anon_sym_asm] = ACTIONS(1520), + [anon_sym___asm__] = ACTIONS(1520), + [sym_number_literal] = ACTIONS(1522), + [anon_sym_L_SQUOTE] = ACTIONS(1522), + [anon_sym_u_SQUOTE] = ACTIONS(1522), + [anon_sym_U_SQUOTE] = ACTIONS(1522), + [anon_sym_u8_SQUOTE] = ACTIONS(1522), + [anon_sym_SQUOTE] = ACTIONS(1522), + [anon_sym_L_DQUOTE] = ACTIONS(1522), + [anon_sym_u_DQUOTE] = ACTIONS(1522), + [anon_sym_U_DQUOTE] = ACTIONS(1522), + [anon_sym_u8_DQUOTE] = ACTIONS(1522), + [anon_sym_DQUOTE] = ACTIONS(1522), + [sym_true] = ACTIONS(1520), + [sym_false] = ACTIONS(1520), + [anon_sym_NULL] = ACTIONS(1520), + [anon_sym_nullptr] = ACTIONS(1520), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1478), - [anon_sym_rayPayloadInEXT] = ACTIONS(1478), - [anon_sym_hitAttributeEXT] = ACTIONS(1478), - [anon_sym_callableDataEXT] = ACTIONS(1478), - [anon_sym_callableDataInEXT] = ACTIONS(1478), - [anon_sym_shaderRecordEXT] = ACTIONS(1478), - [anon_sym_rayPayloadNV] = ACTIONS(1478), - [anon_sym_rayPayloadInNV] = ACTIONS(1478), - [anon_sym_hitAttributeNV] = ACTIONS(1478), - [anon_sym_callableDataNV] = ACTIONS(1478), - [anon_sym_callableDataInNV] = ACTIONS(1478), - [anon_sym_shaderRecordNV] = ACTIONS(1478), - [anon_sym_layout] = ACTIONS(1478), + [anon_sym_rayPayloadEXT] = ACTIONS(1520), + [anon_sym_rayPayloadInEXT] = ACTIONS(1520), + [anon_sym_hitAttributeEXT] = ACTIONS(1520), + [anon_sym_callableDataEXT] = ACTIONS(1520), + [anon_sym_callableDataInEXT] = ACTIONS(1520), + [anon_sym_shaderRecordEXT] = ACTIONS(1520), + [anon_sym_rayPayloadNV] = ACTIONS(1520), + [anon_sym_rayPayloadInNV] = ACTIONS(1520), + [anon_sym_hitAttributeNV] = ACTIONS(1520), + [anon_sym_callableDataNV] = ACTIONS(1520), + [anon_sym_callableDataInNV] = ACTIONS(1520), + [anon_sym_shaderRecordNV] = ACTIONS(1520), + [anon_sym_layout] = ACTIONS(1520), }, - [215] = { - [sym_identifier] = ACTIONS(1454), - [aux_sym_preproc_include_token1] = ACTIONS(1454), - [aux_sym_preproc_def_token1] = ACTIONS(1454), - [aux_sym_preproc_if_token1] = ACTIONS(1454), - [aux_sym_preproc_if_token2] = ACTIONS(1454), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1454), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1454), - [aux_sym_preproc_else_token1] = ACTIONS(1454), - [aux_sym_preproc_elif_token1] = ACTIONS(1454), - [sym_preproc_directive] = ACTIONS(1454), - [anon_sym_LPAREN2] = ACTIONS(1456), - [anon_sym_BANG] = ACTIONS(1456), - [anon_sym_TILDE] = ACTIONS(1456), - [anon_sym_DASH] = ACTIONS(1454), - [anon_sym_PLUS] = ACTIONS(1454), - [anon_sym_STAR] = ACTIONS(1456), - [anon_sym_AMP] = ACTIONS(1456), - [anon_sym_subroutine] = ACTIONS(1454), - [anon_sym_invariant] = ACTIONS(1454), - [anon_sym_precise] = ACTIONS(1454), - [anon_sym_SEMI] = ACTIONS(1456), - [anon_sym_in] = ACTIONS(1454), - [anon_sym_out] = ACTIONS(1454), - [anon_sym_inout] = ACTIONS(1454), - [anon_sym_uniform] = ACTIONS(1454), - [anon_sym_shared] = ACTIONS(1454), - [anon_sym_attribute] = ACTIONS(1454), - [anon_sym_varying] = ACTIONS(1454), - [anon_sym_buffer] = ACTIONS(1454), - [anon_sym_coherent] = ACTIONS(1454), - [anon_sym_readonly] = ACTIONS(1454), - [anon_sym_writeonly] = ACTIONS(1454), - [anon_sym_precision] = ACTIONS(1454), - [anon_sym_highp] = ACTIONS(1454), - [anon_sym_mediump] = ACTIONS(1454), - [anon_sym_lowp] = ACTIONS(1454), - [anon_sym_centroid] = ACTIONS(1454), - [anon_sym_sample] = ACTIONS(1454), - [anon_sym_patch] = ACTIONS(1454), - [anon_sym_smooth] = ACTIONS(1454), - [anon_sym_flat] = ACTIONS(1454), - [anon_sym_noperspective] = ACTIONS(1454), - [anon_sym___extension__] = ACTIONS(1454), - [anon_sym_typedef] = ACTIONS(1454), - [anon_sym_extern] = ACTIONS(1454), - [anon_sym___attribute__] = ACTIONS(1454), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1456), - [anon_sym___declspec] = ACTIONS(1454), - [anon_sym___cdecl] = ACTIONS(1454), - [anon_sym___clrcall] = ACTIONS(1454), - [anon_sym___stdcall] = ACTIONS(1454), - [anon_sym___fastcall] = ACTIONS(1454), - [anon_sym___thiscall] = ACTIONS(1454), - [anon_sym___vectorcall] = ACTIONS(1454), - [anon_sym_LBRACE] = ACTIONS(1456), - [anon_sym_signed] = ACTIONS(1454), - [anon_sym_unsigned] = ACTIONS(1454), - [anon_sym_long] = ACTIONS(1454), - [anon_sym_short] = ACTIONS(1454), - [anon_sym_static] = ACTIONS(1454), - [anon_sym_auto] = ACTIONS(1454), - [anon_sym_register] = ACTIONS(1454), - [anon_sym_inline] = ACTIONS(1454), - [anon_sym___inline] = ACTIONS(1454), - [anon_sym___inline__] = ACTIONS(1454), - [anon_sym___forceinline] = ACTIONS(1454), - [anon_sym_thread_local] = ACTIONS(1454), - [anon_sym___thread] = ACTIONS(1454), - [anon_sym_const] = ACTIONS(1454), - [anon_sym_constexpr] = ACTIONS(1454), - [anon_sym_volatile] = ACTIONS(1454), - [anon_sym_restrict] = ACTIONS(1454), - [anon_sym___restrict__] = ACTIONS(1454), - [anon_sym__Atomic] = ACTIONS(1454), - [anon_sym__Noreturn] = ACTIONS(1454), - [anon_sym_noreturn] = ACTIONS(1454), - [sym_primitive_type] = ACTIONS(1454), - [anon_sym_enum] = ACTIONS(1454), - [anon_sym_struct] = ACTIONS(1454), - [anon_sym_union] = ACTIONS(1454), - [anon_sym_if] = ACTIONS(1454), - [anon_sym_switch] = ACTIONS(1454), - [anon_sym_case] = ACTIONS(1454), - [anon_sym_default] = ACTIONS(1454), - [anon_sym_while] = ACTIONS(1454), - [anon_sym_do] = ACTIONS(1454), - [anon_sym_for] = ACTIONS(1454), - [anon_sym_return] = ACTIONS(1454), - [anon_sym_break] = ACTIONS(1454), - [anon_sym_continue] = ACTIONS(1454), - [anon_sym_goto] = ACTIONS(1454), - [anon_sym_DASH_DASH] = ACTIONS(1456), - [anon_sym_PLUS_PLUS] = ACTIONS(1456), - [anon_sym_sizeof] = ACTIONS(1454), - [anon_sym___alignof__] = ACTIONS(1454), - [anon_sym___alignof] = ACTIONS(1454), - [anon_sym__alignof] = ACTIONS(1454), - [anon_sym_alignof] = ACTIONS(1454), - [anon_sym__Alignof] = ACTIONS(1454), - [anon_sym_offsetof] = ACTIONS(1454), - [anon_sym__Generic] = ACTIONS(1454), - [anon_sym_asm] = ACTIONS(1454), - [anon_sym___asm__] = ACTIONS(1454), - [sym_number_literal] = ACTIONS(1456), - [anon_sym_L_SQUOTE] = ACTIONS(1456), - [anon_sym_u_SQUOTE] = ACTIONS(1456), - [anon_sym_U_SQUOTE] = ACTIONS(1456), - [anon_sym_u8_SQUOTE] = ACTIONS(1456), - [anon_sym_SQUOTE] = ACTIONS(1456), - [anon_sym_L_DQUOTE] = ACTIONS(1456), - [anon_sym_u_DQUOTE] = ACTIONS(1456), - [anon_sym_U_DQUOTE] = ACTIONS(1456), - [anon_sym_u8_DQUOTE] = ACTIONS(1456), - [anon_sym_DQUOTE] = ACTIONS(1456), - [sym_true] = ACTIONS(1454), - [sym_false] = ACTIONS(1454), - [anon_sym_NULL] = ACTIONS(1454), - [anon_sym_nullptr] = ACTIONS(1454), + [210] = { + [sym_identifier] = ACTIONS(1498), + [aux_sym_preproc_include_token1] = ACTIONS(1498), + [aux_sym_preproc_def_token1] = ACTIONS(1498), + [aux_sym_preproc_if_token1] = ACTIONS(1498), + [aux_sym_preproc_if_token2] = ACTIONS(1498), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1498), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1498), + [aux_sym_preproc_else_token1] = ACTIONS(1498), + [aux_sym_preproc_elif_token1] = ACTIONS(1498), + [sym_preproc_directive] = ACTIONS(1498), + [anon_sym_LPAREN2] = ACTIONS(1500), + [anon_sym_BANG] = ACTIONS(1500), + [anon_sym_TILDE] = ACTIONS(1500), + [anon_sym_DASH] = ACTIONS(1498), + [anon_sym_PLUS] = ACTIONS(1498), + [anon_sym_STAR] = ACTIONS(1500), + [anon_sym_AMP] = ACTIONS(1500), + [anon_sym_subroutine] = ACTIONS(1498), + [anon_sym_invariant] = ACTIONS(1498), + [anon_sym_precise] = ACTIONS(1498), + [anon_sym_SEMI] = ACTIONS(1500), + [anon_sym_in] = ACTIONS(1498), + [anon_sym_out] = ACTIONS(1498), + [anon_sym_inout] = ACTIONS(1498), + [anon_sym_uniform] = ACTIONS(1498), + [anon_sym_shared] = ACTIONS(1498), + [anon_sym_attribute] = ACTIONS(1498), + [anon_sym_varying] = ACTIONS(1498), + [anon_sym_buffer] = ACTIONS(1498), + [anon_sym_coherent] = ACTIONS(1498), + [anon_sym_readonly] = ACTIONS(1498), + [anon_sym_writeonly] = ACTIONS(1498), + [anon_sym_precision] = ACTIONS(1498), + [anon_sym_highp] = ACTIONS(1498), + [anon_sym_mediump] = ACTIONS(1498), + [anon_sym_lowp] = ACTIONS(1498), + [anon_sym_centroid] = ACTIONS(1498), + [anon_sym_sample] = ACTIONS(1498), + [anon_sym_patch] = ACTIONS(1498), + [anon_sym_smooth] = ACTIONS(1498), + [anon_sym_flat] = ACTIONS(1498), + [anon_sym_noperspective] = ACTIONS(1498), + [anon_sym___extension__] = ACTIONS(1498), + [anon_sym_typedef] = ACTIONS(1498), + [anon_sym_extern] = ACTIONS(1498), + [anon_sym___attribute__] = ACTIONS(1498), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1500), + [anon_sym___declspec] = ACTIONS(1498), + [anon_sym___cdecl] = ACTIONS(1498), + [anon_sym___clrcall] = ACTIONS(1498), + [anon_sym___stdcall] = ACTIONS(1498), + [anon_sym___fastcall] = ACTIONS(1498), + [anon_sym___thiscall] = ACTIONS(1498), + [anon_sym___vectorcall] = ACTIONS(1498), + [anon_sym_LBRACE] = ACTIONS(1500), + [anon_sym_signed] = ACTIONS(1498), + [anon_sym_unsigned] = ACTIONS(1498), + [anon_sym_long] = ACTIONS(1498), + [anon_sym_short] = ACTIONS(1498), + [anon_sym_static] = ACTIONS(1498), + [anon_sym_auto] = ACTIONS(1498), + [anon_sym_register] = ACTIONS(1498), + [anon_sym_inline] = ACTIONS(1498), + [anon_sym___inline] = ACTIONS(1498), + [anon_sym___inline__] = ACTIONS(1498), + [anon_sym___forceinline] = ACTIONS(1498), + [anon_sym_thread_local] = ACTIONS(1498), + [anon_sym___thread] = ACTIONS(1498), + [anon_sym_const] = ACTIONS(1498), + [anon_sym_constexpr] = ACTIONS(1498), + [anon_sym_volatile] = ACTIONS(1498), + [anon_sym_restrict] = ACTIONS(1498), + [anon_sym___restrict__] = ACTIONS(1498), + [anon_sym__Atomic] = ACTIONS(1498), + [anon_sym__Noreturn] = ACTIONS(1498), + [anon_sym_noreturn] = ACTIONS(1498), + [sym_primitive_type] = ACTIONS(1498), + [anon_sym_enum] = ACTIONS(1498), + [anon_sym_struct] = ACTIONS(1498), + [anon_sym_union] = ACTIONS(1498), + [anon_sym_if] = ACTIONS(1498), + [anon_sym_switch] = ACTIONS(1498), + [anon_sym_case] = ACTIONS(1498), + [anon_sym_default] = ACTIONS(1498), + [anon_sym_while] = ACTIONS(1498), + [anon_sym_do] = ACTIONS(1498), + [anon_sym_for] = ACTIONS(1498), + [anon_sym_return] = ACTIONS(1498), + [anon_sym_break] = ACTIONS(1498), + [anon_sym_continue] = ACTIONS(1498), + [anon_sym_goto] = ACTIONS(1498), + [anon_sym_DASH_DASH] = ACTIONS(1500), + [anon_sym_PLUS_PLUS] = ACTIONS(1500), + [anon_sym_sizeof] = ACTIONS(1498), + [anon_sym___alignof__] = ACTIONS(1498), + [anon_sym___alignof] = ACTIONS(1498), + [anon_sym__alignof] = ACTIONS(1498), + [anon_sym_alignof] = ACTIONS(1498), + [anon_sym__Alignof] = ACTIONS(1498), + [anon_sym_offsetof] = ACTIONS(1498), + [anon_sym__Generic] = ACTIONS(1498), + [anon_sym_asm] = ACTIONS(1498), + [anon_sym___asm__] = ACTIONS(1498), + [sym_number_literal] = ACTIONS(1500), + [anon_sym_L_SQUOTE] = ACTIONS(1500), + [anon_sym_u_SQUOTE] = ACTIONS(1500), + [anon_sym_U_SQUOTE] = ACTIONS(1500), + [anon_sym_u8_SQUOTE] = ACTIONS(1500), + [anon_sym_SQUOTE] = ACTIONS(1500), + [anon_sym_L_DQUOTE] = ACTIONS(1500), + [anon_sym_u_DQUOTE] = ACTIONS(1500), + [anon_sym_U_DQUOTE] = ACTIONS(1500), + [anon_sym_u8_DQUOTE] = ACTIONS(1500), + [anon_sym_DQUOTE] = ACTIONS(1500), + [sym_true] = ACTIONS(1498), + [sym_false] = ACTIONS(1498), + [anon_sym_NULL] = ACTIONS(1498), + [anon_sym_nullptr] = ACTIONS(1498), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1454), - [anon_sym_rayPayloadInEXT] = ACTIONS(1454), - [anon_sym_hitAttributeEXT] = ACTIONS(1454), - [anon_sym_callableDataEXT] = ACTIONS(1454), - [anon_sym_callableDataInEXT] = ACTIONS(1454), - [anon_sym_shaderRecordEXT] = ACTIONS(1454), - [anon_sym_rayPayloadNV] = ACTIONS(1454), - [anon_sym_rayPayloadInNV] = ACTIONS(1454), - [anon_sym_hitAttributeNV] = ACTIONS(1454), - [anon_sym_callableDataNV] = ACTIONS(1454), - [anon_sym_callableDataInNV] = ACTIONS(1454), - [anon_sym_shaderRecordNV] = ACTIONS(1454), - [anon_sym_layout] = ACTIONS(1454), + [anon_sym_rayPayloadEXT] = ACTIONS(1498), + [anon_sym_rayPayloadInEXT] = ACTIONS(1498), + [anon_sym_hitAttributeEXT] = ACTIONS(1498), + [anon_sym_callableDataEXT] = ACTIONS(1498), + [anon_sym_callableDataInEXT] = ACTIONS(1498), + [anon_sym_shaderRecordEXT] = ACTIONS(1498), + [anon_sym_rayPayloadNV] = ACTIONS(1498), + [anon_sym_rayPayloadInNV] = ACTIONS(1498), + [anon_sym_hitAttributeNV] = ACTIONS(1498), + [anon_sym_callableDataNV] = ACTIONS(1498), + [anon_sym_callableDataInNV] = ACTIONS(1498), + [anon_sym_shaderRecordNV] = ACTIONS(1498), + [anon_sym_layout] = ACTIONS(1498), }, - [216] = { - [sym_identifier] = ACTIONS(1516), - [aux_sym_preproc_include_token1] = ACTIONS(1516), - [aux_sym_preproc_def_token1] = ACTIONS(1516), - [aux_sym_preproc_if_token1] = ACTIONS(1516), - [aux_sym_preproc_if_token2] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1516), - [aux_sym_preproc_else_token1] = ACTIONS(1516), - [aux_sym_preproc_elif_token1] = ACTIONS(1516), - [sym_preproc_directive] = ACTIONS(1516), - [anon_sym_LPAREN2] = ACTIONS(1518), - [anon_sym_BANG] = ACTIONS(1518), - [anon_sym_TILDE] = ACTIONS(1518), - [anon_sym_DASH] = ACTIONS(1516), - [anon_sym_PLUS] = ACTIONS(1516), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_AMP] = ACTIONS(1518), - [anon_sym_subroutine] = ACTIONS(1516), - [anon_sym_invariant] = ACTIONS(1516), - [anon_sym_precise] = ACTIONS(1516), - [anon_sym_SEMI] = ACTIONS(1518), - [anon_sym_in] = ACTIONS(1516), - [anon_sym_out] = ACTIONS(1516), - [anon_sym_inout] = ACTIONS(1516), - [anon_sym_uniform] = ACTIONS(1516), - [anon_sym_shared] = ACTIONS(1516), - [anon_sym_attribute] = ACTIONS(1516), - [anon_sym_varying] = ACTIONS(1516), - [anon_sym_buffer] = ACTIONS(1516), - [anon_sym_coherent] = ACTIONS(1516), - [anon_sym_readonly] = ACTIONS(1516), - [anon_sym_writeonly] = ACTIONS(1516), - [anon_sym_precision] = ACTIONS(1516), - [anon_sym_highp] = ACTIONS(1516), - [anon_sym_mediump] = ACTIONS(1516), - [anon_sym_lowp] = ACTIONS(1516), - [anon_sym_centroid] = ACTIONS(1516), - [anon_sym_sample] = ACTIONS(1516), - [anon_sym_patch] = ACTIONS(1516), - [anon_sym_smooth] = ACTIONS(1516), - [anon_sym_flat] = ACTIONS(1516), - [anon_sym_noperspective] = ACTIONS(1516), - [anon_sym___extension__] = ACTIONS(1516), - [anon_sym_typedef] = ACTIONS(1516), - [anon_sym_extern] = ACTIONS(1516), - [anon_sym___attribute__] = ACTIONS(1516), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1518), - [anon_sym___declspec] = ACTIONS(1516), - [anon_sym___cdecl] = ACTIONS(1516), - [anon_sym___clrcall] = ACTIONS(1516), - [anon_sym___stdcall] = ACTIONS(1516), - [anon_sym___fastcall] = ACTIONS(1516), - [anon_sym___thiscall] = ACTIONS(1516), - [anon_sym___vectorcall] = ACTIONS(1516), - [anon_sym_LBRACE] = ACTIONS(1518), - [anon_sym_signed] = ACTIONS(1516), - [anon_sym_unsigned] = ACTIONS(1516), - [anon_sym_long] = ACTIONS(1516), - [anon_sym_short] = ACTIONS(1516), - [anon_sym_static] = ACTIONS(1516), - [anon_sym_auto] = ACTIONS(1516), - [anon_sym_register] = ACTIONS(1516), - [anon_sym_inline] = ACTIONS(1516), - [anon_sym___inline] = ACTIONS(1516), - [anon_sym___inline__] = ACTIONS(1516), - [anon_sym___forceinline] = ACTIONS(1516), - [anon_sym_thread_local] = ACTIONS(1516), - [anon_sym___thread] = ACTIONS(1516), - [anon_sym_const] = ACTIONS(1516), - [anon_sym_constexpr] = ACTIONS(1516), - [anon_sym_volatile] = ACTIONS(1516), - [anon_sym_restrict] = ACTIONS(1516), - [anon_sym___restrict__] = ACTIONS(1516), - [anon_sym__Atomic] = ACTIONS(1516), - [anon_sym__Noreturn] = ACTIONS(1516), - [anon_sym_noreturn] = ACTIONS(1516), - [sym_primitive_type] = ACTIONS(1516), - [anon_sym_enum] = ACTIONS(1516), - [anon_sym_struct] = ACTIONS(1516), - [anon_sym_union] = ACTIONS(1516), - [anon_sym_if] = ACTIONS(1516), - [anon_sym_switch] = ACTIONS(1516), - [anon_sym_case] = ACTIONS(1516), - [anon_sym_default] = ACTIONS(1516), - [anon_sym_while] = ACTIONS(1516), - [anon_sym_do] = ACTIONS(1516), - [anon_sym_for] = ACTIONS(1516), - [anon_sym_return] = ACTIONS(1516), - [anon_sym_break] = ACTIONS(1516), - [anon_sym_continue] = ACTIONS(1516), - [anon_sym_goto] = ACTIONS(1516), - [anon_sym_DASH_DASH] = ACTIONS(1518), - [anon_sym_PLUS_PLUS] = ACTIONS(1518), - [anon_sym_sizeof] = ACTIONS(1516), - [anon_sym___alignof__] = ACTIONS(1516), - [anon_sym___alignof] = ACTIONS(1516), - [anon_sym__alignof] = ACTIONS(1516), - [anon_sym_alignof] = ACTIONS(1516), - [anon_sym__Alignof] = ACTIONS(1516), - [anon_sym_offsetof] = ACTIONS(1516), - [anon_sym__Generic] = ACTIONS(1516), - [anon_sym_asm] = ACTIONS(1516), - [anon_sym___asm__] = ACTIONS(1516), - [sym_number_literal] = ACTIONS(1518), - [anon_sym_L_SQUOTE] = ACTIONS(1518), - [anon_sym_u_SQUOTE] = ACTIONS(1518), - [anon_sym_U_SQUOTE] = ACTIONS(1518), - [anon_sym_u8_SQUOTE] = ACTIONS(1518), - [anon_sym_SQUOTE] = ACTIONS(1518), - [anon_sym_L_DQUOTE] = ACTIONS(1518), - [anon_sym_u_DQUOTE] = ACTIONS(1518), - [anon_sym_U_DQUOTE] = ACTIONS(1518), - [anon_sym_u8_DQUOTE] = ACTIONS(1518), - [anon_sym_DQUOTE] = ACTIONS(1518), - [sym_true] = ACTIONS(1516), - [sym_false] = ACTIONS(1516), - [anon_sym_NULL] = ACTIONS(1516), - [anon_sym_nullptr] = ACTIONS(1516), + [211] = { + [sym_identifier] = ACTIONS(1524), + [aux_sym_preproc_include_token1] = ACTIONS(1524), + [aux_sym_preproc_def_token1] = ACTIONS(1524), + [aux_sym_preproc_if_token1] = ACTIONS(1524), + [aux_sym_preproc_if_token2] = ACTIONS(1524), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1524), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1524), + [aux_sym_preproc_else_token1] = ACTIONS(1524), + [aux_sym_preproc_elif_token1] = ACTIONS(1524), + [sym_preproc_directive] = ACTIONS(1524), + [anon_sym_LPAREN2] = ACTIONS(1526), + [anon_sym_BANG] = ACTIONS(1526), + [anon_sym_TILDE] = ACTIONS(1526), + [anon_sym_DASH] = ACTIONS(1524), + [anon_sym_PLUS] = ACTIONS(1524), + [anon_sym_STAR] = ACTIONS(1526), + [anon_sym_AMP] = ACTIONS(1526), + [anon_sym_subroutine] = ACTIONS(1524), + [anon_sym_invariant] = ACTIONS(1524), + [anon_sym_precise] = ACTIONS(1524), + [anon_sym_SEMI] = ACTIONS(1526), + [anon_sym_in] = ACTIONS(1524), + [anon_sym_out] = ACTIONS(1524), + [anon_sym_inout] = ACTIONS(1524), + [anon_sym_uniform] = ACTIONS(1524), + [anon_sym_shared] = ACTIONS(1524), + [anon_sym_attribute] = ACTIONS(1524), + [anon_sym_varying] = ACTIONS(1524), + [anon_sym_buffer] = ACTIONS(1524), + [anon_sym_coherent] = ACTIONS(1524), + [anon_sym_readonly] = ACTIONS(1524), + [anon_sym_writeonly] = ACTIONS(1524), + [anon_sym_precision] = ACTIONS(1524), + [anon_sym_highp] = ACTIONS(1524), + [anon_sym_mediump] = ACTIONS(1524), + [anon_sym_lowp] = ACTIONS(1524), + [anon_sym_centroid] = ACTIONS(1524), + [anon_sym_sample] = ACTIONS(1524), + [anon_sym_patch] = ACTIONS(1524), + [anon_sym_smooth] = ACTIONS(1524), + [anon_sym_flat] = ACTIONS(1524), + [anon_sym_noperspective] = ACTIONS(1524), + [anon_sym___extension__] = ACTIONS(1524), + [anon_sym_typedef] = ACTIONS(1524), + [anon_sym_extern] = ACTIONS(1524), + [anon_sym___attribute__] = ACTIONS(1524), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1526), + [anon_sym___declspec] = ACTIONS(1524), + [anon_sym___cdecl] = ACTIONS(1524), + [anon_sym___clrcall] = ACTIONS(1524), + [anon_sym___stdcall] = ACTIONS(1524), + [anon_sym___fastcall] = ACTIONS(1524), + [anon_sym___thiscall] = ACTIONS(1524), + [anon_sym___vectorcall] = ACTIONS(1524), + [anon_sym_LBRACE] = ACTIONS(1526), + [anon_sym_signed] = ACTIONS(1524), + [anon_sym_unsigned] = ACTIONS(1524), + [anon_sym_long] = ACTIONS(1524), + [anon_sym_short] = ACTIONS(1524), + [anon_sym_static] = ACTIONS(1524), + [anon_sym_auto] = ACTIONS(1524), + [anon_sym_register] = ACTIONS(1524), + [anon_sym_inline] = ACTIONS(1524), + [anon_sym___inline] = ACTIONS(1524), + [anon_sym___inline__] = ACTIONS(1524), + [anon_sym___forceinline] = ACTIONS(1524), + [anon_sym_thread_local] = ACTIONS(1524), + [anon_sym___thread] = ACTIONS(1524), + [anon_sym_const] = ACTIONS(1524), + [anon_sym_constexpr] = ACTIONS(1524), + [anon_sym_volatile] = ACTIONS(1524), + [anon_sym_restrict] = ACTIONS(1524), + [anon_sym___restrict__] = ACTIONS(1524), + [anon_sym__Atomic] = ACTIONS(1524), + [anon_sym__Noreturn] = ACTIONS(1524), + [anon_sym_noreturn] = ACTIONS(1524), + [sym_primitive_type] = ACTIONS(1524), + [anon_sym_enum] = ACTIONS(1524), + [anon_sym_struct] = ACTIONS(1524), + [anon_sym_union] = ACTIONS(1524), + [anon_sym_if] = ACTIONS(1524), + [anon_sym_switch] = ACTIONS(1524), + [anon_sym_case] = ACTIONS(1524), + [anon_sym_default] = ACTIONS(1524), + [anon_sym_while] = ACTIONS(1524), + [anon_sym_do] = ACTIONS(1524), + [anon_sym_for] = ACTIONS(1524), + [anon_sym_return] = ACTIONS(1524), + [anon_sym_break] = ACTIONS(1524), + [anon_sym_continue] = ACTIONS(1524), + [anon_sym_goto] = ACTIONS(1524), + [anon_sym_DASH_DASH] = ACTIONS(1526), + [anon_sym_PLUS_PLUS] = ACTIONS(1526), + [anon_sym_sizeof] = ACTIONS(1524), + [anon_sym___alignof__] = ACTIONS(1524), + [anon_sym___alignof] = ACTIONS(1524), + [anon_sym__alignof] = ACTIONS(1524), + [anon_sym_alignof] = ACTIONS(1524), + [anon_sym__Alignof] = ACTIONS(1524), + [anon_sym_offsetof] = ACTIONS(1524), + [anon_sym__Generic] = ACTIONS(1524), + [anon_sym_asm] = ACTIONS(1524), + [anon_sym___asm__] = ACTIONS(1524), + [sym_number_literal] = ACTIONS(1526), + [anon_sym_L_SQUOTE] = ACTIONS(1526), + [anon_sym_u_SQUOTE] = ACTIONS(1526), + [anon_sym_U_SQUOTE] = ACTIONS(1526), + [anon_sym_u8_SQUOTE] = ACTIONS(1526), + [anon_sym_SQUOTE] = ACTIONS(1526), + [anon_sym_L_DQUOTE] = ACTIONS(1526), + [anon_sym_u_DQUOTE] = ACTIONS(1526), + [anon_sym_U_DQUOTE] = ACTIONS(1526), + [anon_sym_u8_DQUOTE] = ACTIONS(1526), + [anon_sym_DQUOTE] = ACTIONS(1526), + [sym_true] = ACTIONS(1524), + [sym_false] = ACTIONS(1524), + [anon_sym_NULL] = ACTIONS(1524), + [anon_sym_nullptr] = ACTIONS(1524), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1516), - [anon_sym_rayPayloadInEXT] = ACTIONS(1516), - [anon_sym_hitAttributeEXT] = ACTIONS(1516), - [anon_sym_callableDataEXT] = ACTIONS(1516), - [anon_sym_callableDataInEXT] = ACTIONS(1516), - [anon_sym_shaderRecordEXT] = ACTIONS(1516), - [anon_sym_rayPayloadNV] = ACTIONS(1516), - [anon_sym_rayPayloadInNV] = ACTIONS(1516), - [anon_sym_hitAttributeNV] = ACTIONS(1516), - [anon_sym_callableDataNV] = ACTIONS(1516), - [anon_sym_callableDataInNV] = ACTIONS(1516), - [anon_sym_shaderRecordNV] = ACTIONS(1516), - [anon_sym_layout] = ACTIONS(1516), - }, - [217] = { - [sym_identifier] = ACTIONS(1512), - [aux_sym_preproc_include_token1] = ACTIONS(1512), - [aux_sym_preproc_def_token1] = ACTIONS(1512), - [aux_sym_preproc_if_token1] = ACTIONS(1512), - [aux_sym_preproc_if_token2] = ACTIONS(1512), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1512), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1512), - [aux_sym_preproc_else_token1] = ACTIONS(1512), - [aux_sym_preproc_elif_token1] = ACTIONS(1512), - [sym_preproc_directive] = ACTIONS(1512), - [anon_sym_LPAREN2] = ACTIONS(1514), - [anon_sym_BANG] = ACTIONS(1514), - [anon_sym_TILDE] = ACTIONS(1514), - [anon_sym_DASH] = ACTIONS(1512), - [anon_sym_PLUS] = ACTIONS(1512), - [anon_sym_STAR] = ACTIONS(1514), - [anon_sym_AMP] = ACTIONS(1514), - [anon_sym_subroutine] = ACTIONS(1512), - [anon_sym_invariant] = ACTIONS(1512), - [anon_sym_precise] = ACTIONS(1512), - [anon_sym_SEMI] = ACTIONS(1514), - [anon_sym_in] = ACTIONS(1512), - [anon_sym_out] = ACTIONS(1512), - [anon_sym_inout] = ACTIONS(1512), - [anon_sym_uniform] = ACTIONS(1512), - [anon_sym_shared] = ACTIONS(1512), - [anon_sym_attribute] = ACTIONS(1512), - [anon_sym_varying] = ACTIONS(1512), - [anon_sym_buffer] = ACTIONS(1512), - [anon_sym_coherent] = ACTIONS(1512), - [anon_sym_readonly] = ACTIONS(1512), - [anon_sym_writeonly] = ACTIONS(1512), - [anon_sym_precision] = ACTIONS(1512), - [anon_sym_highp] = ACTIONS(1512), - [anon_sym_mediump] = ACTIONS(1512), - [anon_sym_lowp] = ACTIONS(1512), - [anon_sym_centroid] = ACTIONS(1512), - [anon_sym_sample] = ACTIONS(1512), - [anon_sym_patch] = ACTIONS(1512), - [anon_sym_smooth] = ACTIONS(1512), - [anon_sym_flat] = ACTIONS(1512), - [anon_sym_noperspective] = ACTIONS(1512), - [anon_sym___extension__] = ACTIONS(1512), - [anon_sym_typedef] = ACTIONS(1512), - [anon_sym_extern] = ACTIONS(1512), - [anon_sym___attribute__] = ACTIONS(1512), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1514), - [anon_sym___declspec] = ACTIONS(1512), - [anon_sym___cdecl] = ACTIONS(1512), - [anon_sym___clrcall] = ACTIONS(1512), - [anon_sym___stdcall] = ACTIONS(1512), - [anon_sym___fastcall] = ACTIONS(1512), - [anon_sym___thiscall] = ACTIONS(1512), - [anon_sym___vectorcall] = ACTIONS(1512), - [anon_sym_LBRACE] = ACTIONS(1514), - [anon_sym_signed] = ACTIONS(1512), - [anon_sym_unsigned] = ACTIONS(1512), - [anon_sym_long] = ACTIONS(1512), - [anon_sym_short] = ACTIONS(1512), - [anon_sym_static] = ACTIONS(1512), - [anon_sym_auto] = ACTIONS(1512), - [anon_sym_register] = ACTIONS(1512), - [anon_sym_inline] = ACTIONS(1512), - [anon_sym___inline] = ACTIONS(1512), - [anon_sym___inline__] = ACTIONS(1512), - [anon_sym___forceinline] = ACTIONS(1512), - [anon_sym_thread_local] = ACTIONS(1512), - [anon_sym___thread] = ACTIONS(1512), - [anon_sym_const] = ACTIONS(1512), - [anon_sym_constexpr] = ACTIONS(1512), - [anon_sym_volatile] = ACTIONS(1512), - [anon_sym_restrict] = ACTIONS(1512), - [anon_sym___restrict__] = ACTIONS(1512), - [anon_sym__Atomic] = ACTIONS(1512), - [anon_sym__Noreturn] = ACTIONS(1512), - [anon_sym_noreturn] = ACTIONS(1512), - [sym_primitive_type] = ACTIONS(1512), - [anon_sym_enum] = ACTIONS(1512), - [anon_sym_struct] = ACTIONS(1512), - [anon_sym_union] = ACTIONS(1512), - [anon_sym_if] = ACTIONS(1512), - [anon_sym_switch] = ACTIONS(1512), - [anon_sym_case] = ACTIONS(1512), - [anon_sym_default] = ACTIONS(1512), - [anon_sym_while] = ACTIONS(1512), - [anon_sym_do] = ACTIONS(1512), - [anon_sym_for] = ACTIONS(1512), - [anon_sym_return] = ACTIONS(1512), - [anon_sym_break] = ACTIONS(1512), - [anon_sym_continue] = ACTIONS(1512), - [anon_sym_goto] = ACTIONS(1512), - [anon_sym_DASH_DASH] = ACTIONS(1514), - [anon_sym_PLUS_PLUS] = ACTIONS(1514), - [anon_sym_sizeof] = ACTIONS(1512), - [anon_sym___alignof__] = ACTIONS(1512), - [anon_sym___alignof] = ACTIONS(1512), - [anon_sym__alignof] = ACTIONS(1512), - [anon_sym_alignof] = ACTIONS(1512), - [anon_sym__Alignof] = ACTIONS(1512), - [anon_sym_offsetof] = ACTIONS(1512), - [anon_sym__Generic] = ACTIONS(1512), - [anon_sym_asm] = ACTIONS(1512), - [anon_sym___asm__] = ACTIONS(1512), - [sym_number_literal] = ACTIONS(1514), - [anon_sym_L_SQUOTE] = ACTIONS(1514), - [anon_sym_u_SQUOTE] = ACTIONS(1514), - [anon_sym_U_SQUOTE] = ACTIONS(1514), - [anon_sym_u8_SQUOTE] = ACTIONS(1514), - [anon_sym_SQUOTE] = ACTIONS(1514), - [anon_sym_L_DQUOTE] = ACTIONS(1514), - [anon_sym_u_DQUOTE] = ACTIONS(1514), - [anon_sym_U_DQUOTE] = ACTIONS(1514), - [anon_sym_u8_DQUOTE] = ACTIONS(1514), - [anon_sym_DQUOTE] = ACTIONS(1514), - [sym_true] = ACTIONS(1512), - [sym_false] = ACTIONS(1512), - [anon_sym_NULL] = ACTIONS(1512), - [anon_sym_nullptr] = ACTIONS(1512), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1512), - [anon_sym_rayPayloadInEXT] = ACTIONS(1512), - [anon_sym_hitAttributeEXT] = ACTIONS(1512), - [anon_sym_callableDataEXT] = ACTIONS(1512), - [anon_sym_callableDataInEXT] = ACTIONS(1512), - [anon_sym_shaderRecordEXT] = ACTIONS(1512), - [anon_sym_rayPayloadNV] = ACTIONS(1512), - [anon_sym_rayPayloadInNV] = ACTIONS(1512), - [anon_sym_hitAttributeNV] = ACTIONS(1512), - [anon_sym_callableDataNV] = ACTIONS(1512), - [anon_sym_callableDataInNV] = ACTIONS(1512), - [anon_sym_shaderRecordNV] = ACTIONS(1512), - [anon_sym_layout] = ACTIONS(1512), + [anon_sym_rayPayloadEXT] = ACTIONS(1524), + [anon_sym_rayPayloadInEXT] = ACTIONS(1524), + [anon_sym_hitAttributeEXT] = ACTIONS(1524), + [anon_sym_callableDataEXT] = ACTIONS(1524), + [anon_sym_callableDataInEXT] = ACTIONS(1524), + [anon_sym_shaderRecordEXT] = ACTIONS(1524), + [anon_sym_rayPayloadNV] = ACTIONS(1524), + [anon_sym_rayPayloadInNV] = ACTIONS(1524), + [anon_sym_hitAttributeNV] = ACTIONS(1524), + [anon_sym_callableDataNV] = ACTIONS(1524), + [anon_sym_callableDataInNV] = ACTIONS(1524), + [anon_sym_shaderRecordNV] = ACTIONS(1524), + [anon_sym_layout] = ACTIONS(1524), }, - [218] = { - [sym_identifier] = ACTIONS(1502), - [aux_sym_preproc_include_token1] = ACTIONS(1502), - [aux_sym_preproc_def_token1] = ACTIONS(1502), - [aux_sym_preproc_if_token1] = ACTIONS(1502), - [aux_sym_preproc_if_token2] = ACTIONS(1502), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1502), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1502), - [aux_sym_preproc_else_token1] = ACTIONS(1502), - [aux_sym_preproc_elif_token1] = ACTIONS(1502), - [sym_preproc_directive] = ACTIONS(1502), - [anon_sym_LPAREN2] = ACTIONS(1504), - [anon_sym_BANG] = ACTIONS(1504), - [anon_sym_TILDE] = ACTIONS(1504), - [anon_sym_DASH] = ACTIONS(1502), - [anon_sym_PLUS] = ACTIONS(1502), - [anon_sym_STAR] = ACTIONS(1504), - [anon_sym_AMP] = ACTIONS(1504), - [anon_sym_subroutine] = ACTIONS(1502), - [anon_sym_invariant] = ACTIONS(1502), - [anon_sym_precise] = ACTIONS(1502), - [anon_sym_SEMI] = ACTIONS(1504), - [anon_sym_in] = ACTIONS(1502), - [anon_sym_out] = ACTIONS(1502), - [anon_sym_inout] = ACTIONS(1502), - [anon_sym_uniform] = ACTIONS(1502), - [anon_sym_shared] = ACTIONS(1502), - [anon_sym_attribute] = ACTIONS(1502), - [anon_sym_varying] = ACTIONS(1502), - [anon_sym_buffer] = ACTIONS(1502), - [anon_sym_coherent] = ACTIONS(1502), - [anon_sym_readonly] = ACTIONS(1502), - [anon_sym_writeonly] = ACTIONS(1502), - [anon_sym_precision] = ACTIONS(1502), - [anon_sym_highp] = ACTIONS(1502), - [anon_sym_mediump] = ACTIONS(1502), - [anon_sym_lowp] = ACTIONS(1502), - [anon_sym_centroid] = ACTIONS(1502), - [anon_sym_sample] = ACTIONS(1502), - [anon_sym_patch] = ACTIONS(1502), - [anon_sym_smooth] = ACTIONS(1502), - [anon_sym_flat] = ACTIONS(1502), - [anon_sym_noperspective] = ACTIONS(1502), - [anon_sym___extension__] = ACTIONS(1502), - [anon_sym_typedef] = ACTIONS(1502), - [anon_sym_extern] = ACTIONS(1502), - [anon_sym___attribute__] = ACTIONS(1502), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1504), - [anon_sym___declspec] = ACTIONS(1502), - [anon_sym___cdecl] = ACTIONS(1502), - [anon_sym___clrcall] = ACTIONS(1502), - [anon_sym___stdcall] = ACTIONS(1502), - [anon_sym___fastcall] = ACTIONS(1502), - [anon_sym___thiscall] = ACTIONS(1502), - [anon_sym___vectorcall] = ACTIONS(1502), - [anon_sym_LBRACE] = ACTIONS(1504), - [anon_sym_signed] = ACTIONS(1502), - [anon_sym_unsigned] = ACTIONS(1502), - [anon_sym_long] = ACTIONS(1502), - [anon_sym_short] = ACTIONS(1502), - [anon_sym_static] = ACTIONS(1502), - [anon_sym_auto] = ACTIONS(1502), - [anon_sym_register] = ACTIONS(1502), - [anon_sym_inline] = ACTIONS(1502), - [anon_sym___inline] = ACTIONS(1502), - [anon_sym___inline__] = ACTIONS(1502), - [anon_sym___forceinline] = ACTIONS(1502), - [anon_sym_thread_local] = ACTIONS(1502), - [anon_sym___thread] = ACTIONS(1502), - [anon_sym_const] = ACTIONS(1502), - [anon_sym_constexpr] = ACTIONS(1502), - [anon_sym_volatile] = ACTIONS(1502), - [anon_sym_restrict] = ACTIONS(1502), - [anon_sym___restrict__] = ACTIONS(1502), - [anon_sym__Atomic] = ACTIONS(1502), - [anon_sym__Noreturn] = ACTIONS(1502), - [anon_sym_noreturn] = ACTIONS(1502), - [sym_primitive_type] = ACTIONS(1502), - [anon_sym_enum] = ACTIONS(1502), - [anon_sym_struct] = ACTIONS(1502), - [anon_sym_union] = ACTIONS(1502), - [anon_sym_if] = ACTIONS(1502), - [anon_sym_switch] = ACTIONS(1502), - [anon_sym_case] = ACTIONS(1502), - [anon_sym_default] = ACTIONS(1502), - [anon_sym_while] = ACTIONS(1502), - [anon_sym_do] = ACTIONS(1502), - [anon_sym_for] = ACTIONS(1502), - [anon_sym_return] = ACTIONS(1502), - [anon_sym_break] = ACTIONS(1502), - [anon_sym_continue] = ACTIONS(1502), - [anon_sym_goto] = ACTIONS(1502), - [anon_sym_DASH_DASH] = ACTIONS(1504), - [anon_sym_PLUS_PLUS] = ACTIONS(1504), - [anon_sym_sizeof] = ACTIONS(1502), - [anon_sym___alignof__] = ACTIONS(1502), - [anon_sym___alignof] = ACTIONS(1502), - [anon_sym__alignof] = ACTIONS(1502), - [anon_sym_alignof] = ACTIONS(1502), - [anon_sym__Alignof] = ACTIONS(1502), - [anon_sym_offsetof] = ACTIONS(1502), - [anon_sym__Generic] = ACTIONS(1502), - [anon_sym_asm] = ACTIONS(1502), - [anon_sym___asm__] = ACTIONS(1502), - [sym_number_literal] = ACTIONS(1504), - [anon_sym_L_SQUOTE] = ACTIONS(1504), - [anon_sym_u_SQUOTE] = ACTIONS(1504), - [anon_sym_U_SQUOTE] = ACTIONS(1504), - [anon_sym_u8_SQUOTE] = ACTIONS(1504), - [anon_sym_SQUOTE] = ACTIONS(1504), - [anon_sym_L_DQUOTE] = ACTIONS(1504), - [anon_sym_u_DQUOTE] = ACTIONS(1504), - [anon_sym_U_DQUOTE] = ACTIONS(1504), - [anon_sym_u8_DQUOTE] = ACTIONS(1504), - [anon_sym_DQUOTE] = ACTIONS(1504), - [sym_true] = ACTIONS(1502), - [sym_false] = ACTIONS(1502), - [anon_sym_NULL] = ACTIONS(1502), - [anon_sym_nullptr] = ACTIONS(1502), + [212] = { + [sym_identifier] = ACTIONS(1494), + [aux_sym_preproc_include_token1] = ACTIONS(1494), + [aux_sym_preproc_def_token1] = ACTIONS(1494), + [aux_sym_preproc_if_token1] = ACTIONS(1494), + [aux_sym_preproc_if_token2] = ACTIONS(1494), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1494), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1494), + [aux_sym_preproc_else_token1] = ACTIONS(1494), + [aux_sym_preproc_elif_token1] = ACTIONS(1494), + [sym_preproc_directive] = ACTIONS(1494), + [anon_sym_LPAREN2] = ACTIONS(1496), + [anon_sym_BANG] = ACTIONS(1496), + [anon_sym_TILDE] = ACTIONS(1496), + [anon_sym_DASH] = ACTIONS(1494), + [anon_sym_PLUS] = ACTIONS(1494), + [anon_sym_STAR] = ACTIONS(1496), + [anon_sym_AMP] = ACTIONS(1496), + [anon_sym_subroutine] = ACTIONS(1494), + [anon_sym_invariant] = ACTIONS(1494), + [anon_sym_precise] = ACTIONS(1494), + [anon_sym_SEMI] = ACTIONS(1496), + [anon_sym_in] = ACTIONS(1494), + [anon_sym_out] = ACTIONS(1494), + [anon_sym_inout] = ACTIONS(1494), + [anon_sym_uniform] = ACTIONS(1494), + [anon_sym_shared] = ACTIONS(1494), + [anon_sym_attribute] = ACTIONS(1494), + [anon_sym_varying] = ACTIONS(1494), + [anon_sym_buffer] = ACTIONS(1494), + [anon_sym_coherent] = ACTIONS(1494), + [anon_sym_readonly] = ACTIONS(1494), + [anon_sym_writeonly] = ACTIONS(1494), + [anon_sym_precision] = ACTIONS(1494), + [anon_sym_highp] = ACTIONS(1494), + [anon_sym_mediump] = ACTIONS(1494), + [anon_sym_lowp] = ACTIONS(1494), + [anon_sym_centroid] = ACTIONS(1494), + [anon_sym_sample] = ACTIONS(1494), + [anon_sym_patch] = ACTIONS(1494), + [anon_sym_smooth] = ACTIONS(1494), + [anon_sym_flat] = ACTIONS(1494), + [anon_sym_noperspective] = ACTIONS(1494), + [anon_sym___extension__] = ACTIONS(1494), + [anon_sym_typedef] = ACTIONS(1494), + [anon_sym_extern] = ACTIONS(1494), + [anon_sym___attribute__] = ACTIONS(1494), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1496), + [anon_sym___declspec] = ACTIONS(1494), + [anon_sym___cdecl] = ACTIONS(1494), + [anon_sym___clrcall] = ACTIONS(1494), + [anon_sym___stdcall] = ACTIONS(1494), + [anon_sym___fastcall] = ACTIONS(1494), + [anon_sym___thiscall] = ACTIONS(1494), + [anon_sym___vectorcall] = ACTIONS(1494), + [anon_sym_LBRACE] = ACTIONS(1496), + [anon_sym_signed] = ACTIONS(1494), + [anon_sym_unsigned] = ACTIONS(1494), + [anon_sym_long] = ACTIONS(1494), + [anon_sym_short] = ACTIONS(1494), + [anon_sym_static] = ACTIONS(1494), + [anon_sym_auto] = ACTIONS(1494), + [anon_sym_register] = ACTIONS(1494), + [anon_sym_inline] = ACTIONS(1494), + [anon_sym___inline] = ACTIONS(1494), + [anon_sym___inline__] = ACTIONS(1494), + [anon_sym___forceinline] = ACTIONS(1494), + [anon_sym_thread_local] = ACTIONS(1494), + [anon_sym___thread] = ACTIONS(1494), + [anon_sym_const] = ACTIONS(1494), + [anon_sym_constexpr] = ACTIONS(1494), + [anon_sym_volatile] = ACTIONS(1494), + [anon_sym_restrict] = ACTIONS(1494), + [anon_sym___restrict__] = ACTIONS(1494), + [anon_sym__Atomic] = ACTIONS(1494), + [anon_sym__Noreturn] = ACTIONS(1494), + [anon_sym_noreturn] = ACTIONS(1494), + [sym_primitive_type] = ACTIONS(1494), + [anon_sym_enum] = ACTIONS(1494), + [anon_sym_struct] = ACTIONS(1494), + [anon_sym_union] = ACTIONS(1494), + [anon_sym_if] = ACTIONS(1494), + [anon_sym_switch] = ACTIONS(1494), + [anon_sym_case] = ACTIONS(1494), + [anon_sym_default] = ACTIONS(1494), + [anon_sym_while] = ACTIONS(1494), + [anon_sym_do] = ACTIONS(1494), + [anon_sym_for] = ACTIONS(1494), + [anon_sym_return] = ACTIONS(1494), + [anon_sym_break] = ACTIONS(1494), + [anon_sym_continue] = ACTIONS(1494), + [anon_sym_goto] = ACTIONS(1494), + [anon_sym_DASH_DASH] = ACTIONS(1496), + [anon_sym_PLUS_PLUS] = ACTIONS(1496), + [anon_sym_sizeof] = ACTIONS(1494), + [anon_sym___alignof__] = ACTIONS(1494), + [anon_sym___alignof] = ACTIONS(1494), + [anon_sym__alignof] = ACTIONS(1494), + [anon_sym_alignof] = ACTIONS(1494), + [anon_sym__Alignof] = ACTIONS(1494), + [anon_sym_offsetof] = ACTIONS(1494), + [anon_sym__Generic] = ACTIONS(1494), + [anon_sym_asm] = ACTIONS(1494), + [anon_sym___asm__] = ACTIONS(1494), + [sym_number_literal] = ACTIONS(1496), + [anon_sym_L_SQUOTE] = ACTIONS(1496), + [anon_sym_u_SQUOTE] = ACTIONS(1496), + [anon_sym_U_SQUOTE] = ACTIONS(1496), + [anon_sym_u8_SQUOTE] = ACTIONS(1496), + [anon_sym_SQUOTE] = ACTIONS(1496), + [anon_sym_L_DQUOTE] = ACTIONS(1496), + [anon_sym_u_DQUOTE] = ACTIONS(1496), + [anon_sym_U_DQUOTE] = ACTIONS(1496), + [anon_sym_u8_DQUOTE] = ACTIONS(1496), + [anon_sym_DQUOTE] = ACTIONS(1496), + [sym_true] = ACTIONS(1494), + [sym_false] = ACTIONS(1494), + [anon_sym_NULL] = ACTIONS(1494), + [anon_sym_nullptr] = ACTIONS(1494), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1502), - [anon_sym_rayPayloadInEXT] = ACTIONS(1502), - [anon_sym_hitAttributeEXT] = ACTIONS(1502), - [anon_sym_callableDataEXT] = ACTIONS(1502), - [anon_sym_callableDataInEXT] = ACTIONS(1502), - [anon_sym_shaderRecordEXT] = ACTIONS(1502), - [anon_sym_rayPayloadNV] = ACTIONS(1502), - [anon_sym_rayPayloadInNV] = ACTIONS(1502), - [anon_sym_hitAttributeNV] = ACTIONS(1502), - [anon_sym_callableDataNV] = ACTIONS(1502), - [anon_sym_callableDataInNV] = ACTIONS(1502), - [anon_sym_shaderRecordNV] = ACTIONS(1502), - [anon_sym_layout] = ACTIONS(1502), + [anon_sym_rayPayloadEXT] = ACTIONS(1494), + [anon_sym_rayPayloadInEXT] = ACTIONS(1494), + [anon_sym_hitAttributeEXT] = ACTIONS(1494), + [anon_sym_callableDataEXT] = ACTIONS(1494), + [anon_sym_callableDataInEXT] = ACTIONS(1494), + [anon_sym_shaderRecordEXT] = ACTIONS(1494), + [anon_sym_rayPayloadNV] = ACTIONS(1494), + [anon_sym_rayPayloadInNV] = ACTIONS(1494), + [anon_sym_hitAttributeNV] = ACTIONS(1494), + [anon_sym_callableDataNV] = ACTIONS(1494), + [anon_sym_callableDataInNV] = ACTIONS(1494), + [anon_sym_shaderRecordNV] = ACTIONS(1494), + [anon_sym_layout] = ACTIONS(1494), }, - [219] = { - [sym_identifier] = ACTIONS(1548), - [aux_sym_preproc_include_token1] = ACTIONS(1548), - [aux_sym_preproc_def_token1] = ACTIONS(1548), - [aux_sym_preproc_if_token1] = ACTIONS(1548), - [aux_sym_preproc_if_token2] = ACTIONS(1548), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1548), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1548), - [aux_sym_preproc_else_token1] = ACTIONS(1548), - [aux_sym_preproc_elif_token1] = ACTIONS(1548), - [sym_preproc_directive] = ACTIONS(1548), - [anon_sym_LPAREN2] = ACTIONS(1550), - [anon_sym_BANG] = ACTIONS(1550), - [anon_sym_TILDE] = ACTIONS(1550), - [anon_sym_DASH] = ACTIONS(1548), - [anon_sym_PLUS] = ACTIONS(1548), - [anon_sym_STAR] = ACTIONS(1550), - [anon_sym_AMP] = ACTIONS(1550), - [anon_sym_subroutine] = ACTIONS(1548), - [anon_sym_invariant] = ACTIONS(1548), - [anon_sym_precise] = ACTIONS(1548), - [anon_sym_SEMI] = ACTIONS(1550), - [anon_sym_in] = ACTIONS(1548), - [anon_sym_out] = ACTIONS(1548), - [anon_sym_inout] = ACTIONS(1548), - [anon_sym_uniform] = ACTIONS(1548), - [anon_sym_shared] = ACTIONS(1548), - [anon_sym_attribute] = ACTIONS(1548), - [anon_sym_varying] = ACTIONS(1548), - [anon_sym_buffer] = ACTIONS(1548), - [anon_sym_coherent] = ACTIONS(1548), - [anon_sym_readonly] = ACTIONS(1548), - [anon_sym_writeonly] = ACTIONS(1548), - [anon_sym_precision] = ACTIONS(1548), - [anon_sym_highp] = ACTIONS(1548), - [anon_sym_mediump] = ACTIONS(1548), - [anon_sym_lowp] = ACTIONS(1548), - [anon_sym_centroid] = ACTIONS(1548), - [anon_sym_sample] = ACTIONS(1548), - [anon_sym_patch] = ACTIONS(1548), - [anon_sym_smooth] = ACTIONS(1548), - [anon_sym_flat] = ACTIONS(1548), - [anon_sym_noperspective] = ACTIONS(1548), - [anon_sym___extension__] = ACTIONS(1548), - [anon_sym_typedef] = ACTIONS(1548), - [anon_sym_extern] = ACTIONS(1548), - [anon_sym___attribute__] = ACTIONS(1548), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1550), - [anon_sym___declspec] = ACTIONS(1548), - [anon_sym___cdecl] = ACTIONS(1548), - [anon_sym___clrcall] = ACTIONS(1548), - [anon_sym___stdcall] = ACTIONS(1548), - [anon_sym___fastcall] = ACTIONS(1548), - [anon_sym___thiscall] = ACTIONS(1548), - [anon_sym___vectorcall] = ACTIONS(1548), - [anon_sym_LBRACE] = ACTIONS(1550), - [anon_sym_signed] = ACTIONS(1548), - [anon_sym_unsigned] = ACTIONS(1548), - [anon_sym_long] = ACTIONS(1548), - [anon_sym_short] = ACTIONS(1548), - [anon_sym_static] = ACTIONS(1548), - [anon_sym_auto] = ACTIONS(1548), - [anon_sym_register] = ACTIONS(1548), - [anon_sym_inline] = ACTIONS(1548), - [anon_sym___inline] = ACTIONS(1548), - [anon_sym___inline__] = ACTIONS(1548), - [anon_sym___forceinline] = ACTIONS(1548), - [anon_sym_thread_local] = ACTIONS(1548), - [anon_sym___thread] = ACTIONS(1548), - [anon_sym_const] = ACTIONS(1548), - [anon_sym_constexpr] = ACTIONS(1548), - [anon_sym_volatile] = ACTIONS(1548), - [anon_sym_restrict] = ACTIONS(1548), - [anon_sym___restrict__] = ACTIONS(1548), - [anon_sym__Atomic] = ACTIONS(1548), - [anon_sym__Noreturn] = ACTIONS(1548), - [anon_sym_noreturn] = ACTIONS(1548), - [sym_primitive_type] = ACTIONS(1548), - [anon_sym_enum] = ACTIONS(1548), - [anon_sym_struct] = ACTIONS(1548), - [anon_sym_union] = ACTIONS(1548), - [anon_sym_if] = ACTIONS(1548), - [anon_sym_switch] = ACTIONS(1548), - [anon_sym_case] = ACTIONS(1548), - [anon_sym_default] = ACTIONS(1548), - [anon_sym_while] = ACTIONS(1548), - [anon_sym_do] = ACTIONS(1548), - [anon_sym_for] = ACTIONS(1548), - [anon_sym_return] = ACTIONS(1548), - [anon_sym_break] = ACTIONS(1548), - [anon_sym_continue] = ACTIONS(1548), - [anon_sym_goto] = ACTIONS(1548), - [anon_sym_DASH_DASH] = ACTIONS(1550), - [anon_sym_PLUS_PLUS] = ACTIONS(1550), - [anon_sym_sizeof] = ACTIONS(1548), - [anon_sym___alignof__] = ACTIONS(1548), - [anon_sym___alignof] = ACTIONS(1548), - [anon_sym__alignof] = ACTIONS(1548), - [anon_sym_alignof] = ACTIONS(1548), - [anon_sym__Alignof] = ACTIONS(1548), - [anon_sym_offsetof] = ACTIONS(1548), - [anon_sym__Generic] = ACTIONS(1548), - [anon_sym_asm] = ACTIONS(1548), - [anon_sym___asm__] = ACTIONS(1548), - [sym_number_literal] = ACTIONS(1550), - [anon_sym_L_SQUOTE] = ACTIONS(1550), - [anon_sym_u_SQUOTE] = ACTIONS(1550), - [anon_sym_U_SQUOTE] = ACTIONS(1550), - [anon_sym_u8_SQUOTE] = ACTIONS(1550), - [anon_sym_SQUOTE] = ACTIONS(1550), - [anon_sym_L_DQUOTE] = ACTIONS(1550), - [anon_sym_u_DQUOTE] = ACTIONS(1550), - [anon_sym_U_DQUOTE] = ACTIONS(1550), - [anon_sym_u8_DQUOTE] = ACTIONS(1550), - [anon_sym_DQUOTE] = ACTIONS(1550), - [sym_true] = ACTIONS(1548), - [sym_false] = ACTIONS(1548), - [anon_sym_NULL] = ACTIONS(1548), - [anon_sym_nullptr] = ACTIONS(1548), + [213] = { + [sym_identifier] = ACTIONS(1490), + [aux_sym_preproc_include_token1] = ACTIONS(1490), + [aux_sym_preproc_def_token1] = ACTIONS(1490), + [aux_sym_preproc_if_token1] = ACTIONS(1490), + [aux_sym_preproc_if_token2] = ACTIONS(1490), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1490), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1490), + [aux_sym_preproc_else_token1] = ACTIONS(1490), + [aux_sym_preproc_elif_token1] = ACTIONS(1490), + [sym_preproc_directive] = ACTIONS(1490), + [anon_sym_LPAREN2] = ACTIONS(1492), + [anon_sym_BANG] = ACTIONS(1492), + [anon_sym_TILDE] = ACTIONS(1492), + [anon_sym_DASH] = ACTIONS(1490), + [anon_sym_PLUS] = ACTIONS(1490), + [anon_sym_STAR] = ACTIONS(1492), + [anon_sym_AMP] = ACTIONS(1492), + [anon_sym_subroutine] = ACTIONS(1490), + [anon_sym_invariant] = ACTIONS(1490), + [anon_sym_precise] = ACTIONS(1490), + [anon_sym_SEMI] = ACTIONS(1492), + [anon_sym_in] = ACTIONS(1490), + [anon_sym_out] = ACTIONS(1490), + [anon_sym_inout] = ACTIONS(1490), + [anon_sym_uniform] = ACTIONS(1490), + [anon_sym_shared] = ACTIONS(1490), + [anon_sym_attribute] = ACTIONS(1490), + [anon_sym_varying] = ACTIONS(1490), + [anon_sym_buffer] = ACTIONS(1490), + [anon_sym_coherent] = ACTIONS(1490), + [anon_sym_readonly] = ACTIONS(1490), + [anon_sym_writeonly] = ACTIONS(1490), + [anon_sym_precision] = ACTIONS(1490), + [anon_sym_highp] = ACTIONS(1490), + [anon_sym_mediump] = ACTIONS(1490), + [anon_sym_lowp] = ACTIONS(1490), + [anon_sym_centroid] = ACTIONS(1490), + [anon_sym_sample] = ACTIONS(1490), + [anon_sym_patch] = ACTIONS(1490), + [anon_sym_smooth] = ACTIONS(1490), + [anon_sym_flat] = ACTIONS(1490), + [anon_sym_noperspective] = ACTIONS(1490), + [anon_sym___extension__] = ACTIONS(1490), + [anon_sym_typedef] = ACTIONS(1490), + [anon_sym_extern] = ACTIONS(1490), + [anon_sym___attribute__] = ACTIONS(1490), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1492), + [anon_sym___declspec] = ACTIONS(1490), + [anon_sym___cdecl] = ACTIONS(1490), + [anon_sym___clrcall] = ACTIONS(1490), + [anon_sym___stdcall] = ACTIONS(1490), + [anon_sym___fastcall] = ACTIONS(1490), + [anon_sym___thiscall] = ACTIONS(1490), + [anon_sym___vectorcall] = ACTIONS(1490), + [anon_sym_LBRACE] = ACTIONS(1492), + [anon_sym_signed] = ACTIONS(1490), + [anon_sym_unsigned] = ACTIONS(1490), + [anon_sym_long] = ACTIONS(1490), + [anon_sym_short] = ACTIONS(1490), + [anon_sym_static] = ACTIONS(1490), + [anon_sym_auto] = ACTIONS(1490), + [anon_sym_register] = ACTIONS(1490), + [anon_sym_inline] = ACTIONS(1490), + [anon_sym___inline] = ACTIONS(1490), + [anon_sym___inline__] = ACTIONS(1490), + [anon_sym___forceinline] = ACTIONS(1490), + [anon_sym_thread_local] = ACTIONS(1490), + [anon_sym___thread] = ACTIONS(1490), + [anon_sym_const] = ACTIONS(1490), + [anon_sym_constexpr] = ACTIONS(1490), + [anon_sym_volatile] = ACTIONS(1490), + [anon_sym_restrict] = ACTIONS(1490), + [anon_sym___restrict__] = ACTIONS(1490), + [anon_sym__Atomic] = ACTIONS(1490), + [anon_sym__Noreturn] = ACTIONS(1490), + [anon_sym_noreturn] = ACTIONS(1490), + [sym_primitive_type] = ACTIONS(1490), + [anon_sym_enum] = ACTIONS(1490), + [anon_sym_struct] = ACTIONS(1490), + [anon_sym_union] = ACTIONS(1490), + [anon_sym_if] = ACTIONS(1490), + [anon_sym_switch] = ACTIONS(1490), + [anon_sym_case] = ACTIONS(1490), + [anon_sym_default] = ACTIONS(1490), + [anon_sym_while] = ACTIONS(1490), + [anon_sym_do] = ACTIONS(1490), + [anon_sym_for] = ACTIONS(1490), + [anon_sym_return] = ACTIONS(1490), + [anon_sym_break] = ACTIONS(1490), + [anon_sym_continue] = ACTIONS(1490), + [anon_sym_goto] = ACTIONS(1490), + [anon_sym_DASH_DASH] = ACTIONS(1492), + [anon_sym_PLUS_PLUS] = ACTIONS(1492), + [anon_sym_sizeof] = ACTIONS(1490), + [anon_sym___alignof__] = ACTIONS(1490), + [anon_sym___alignof] = ACTIONS(1490), + [anon_sym__alignof] = ACTIONS(1490), + [anon_sym_alignof] = ACTIONS(1490), + [anon_sym__Alignof] = ACTIONS(1490), + [anon_sym_offsetof] = ACTIONS(1490), + [anon_sym__Generic] = ACTIONS(1490), + [anon_sym_asm] = ACTIONS(1490), + [anon_sym___asm__] = ACTIONS(1490), + [sym_number_literal] = ACTIONS(1492), + [anon_sym_L_SQUOTE] = ACTIONS(1492), + [anon_sym_u_SQUOTE] = ACTIONS(1492), + [anon_sym_U_SQUOTE] = ACTIONS(1492), + [anon_sym_u8_SQUOTE] = ACTIONS(1492), + [anon_sym_SQUOTE] = ACTIONS(1492), + [anon_sym_L_DQUOTE] = ACTIONS(1492), + [anon_sym_u_DQUOTE] = ACTIONS(1492), + [anon_sym_U_DQUOTE] = ACTIONS(1492), + [anon_sym_u8_DQUOTE] = ACTIONS(1492), + [anon_sym_DQUOTE] = ACTIONS(1492), + [sym_true] = ACTIONS(1490), + [sym_false] = ACTIONS(1490), + [anon_sym_NULL] = ACTIONS(1490), + [anon_sym_nullptr] = ACTIONS(1490), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1548), - [anon_sym_rayPayloadInEXT] = ACTIONS(1548), - [anon_sym_hitAttributeEXT] = ACTIONS(1548), - [anon_sym_callableDataEXT] = ACTIONS(1548), - [anon_sym_callableDataInEXT] = ACTIONS(1548), - [anon_sym_shaderRecordEXT] = ACTIONS(1548), - [anon_sym_rayPayloadNV] = ACTIONS(1548), - [anon_sym_rayPayloadInNV] = ACTIONS(1548), - [anon_sym_hitAttributeNV] = ACTIONS(1548), - [anon_sym_callableDataNV] = ACTIONS(1548), - [anon_sym_callableDataInNV] = ACTIONS(1548), - [anon_sym_shaderRecordNV] = ACTIONS(1548), - [anon_sym_layout] = ACTIONS(1548), + [anon_sym_rayPayloadEXT] = ACTIONS(1490), + [anon_sym_rayPayloadInEXT] = ACTIONS(1490), + [anon_sym_hitAttributeEXT] = ACTIONS(1490), + [anon_sym_callableDataEXT] = ACTIONS(1490), + [anon_sym_callableDataInEXT] = ACTIONS(1490), + [anon_sym_shaderRecordEXT] = ACTIONS(1490), + [anon_sym_rayPayloadNV] = ACTIONS(1490), + [anon_sym_rayPayloadInNV] = ACTIONS(1490), + [anon_sym_hitAttributeNV] = ACTIONS(1490), + [anon_sym_callableDataNV] = ACTIONS(1490), + [anon_sym_callableDataInNV] = ACTIONS(1490), + [anon_sym_shaderRecordNV] = ACTIONS(1490), + [anon_sym_layout] = ACTIONS(1490), }, - [220] = { - [sym_else_clause] = STATE(318), - [sym_identifier] = ACTIONS(1344), - [aux_sym_preproc_include_token1] = ACTIONS(1344), - [aux_sym_preproc_def_token1] = ACTIONS(1344), - [aux_sym_preproc_if_token1] = ACTIONS(1344), - [aux_sym_preproc_if_token2] = ACTIONS(1344), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1344), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1344), - [sym_preproc_directive] = ACTIONS(1344), - [anon_sym_LPAREN2] = ACTIONS(1346), - [anon_sym_BANG] = ACTIONS(1346), - [anon_sym_TILDE] = ACTIONS(1346), - [anon_sym_DASH] = ACTIONS(1344), - [anon_sym_PLUS] = ACTIONS(1344), - [anon_sym_STAR] = ACTIONS(1346), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_subroutine] = ACTIONS(1344), - [anon_sym_invariant] = ACTIONS(1344), - [anon_sym_precise] = ACTIONS(1344), - [anon_sym_SEMI] = ACTIONS(1346), - [anon_sym_in] = ACTIONS(1344), - [anon_sym_out] = ACTIONS(1344), - [anon_sym_inout] = ACTIONS(1344), - [anon_sym_uniform] = ACTIONS(1344), - [anon_sym_shared] = ACTIONS(1344), - [anon_sym_attribute] = ACTIONS(1344), - [anon_sym_varying] = ACTIONS(1344), - [anon_sym_buffer] = ACTIONS(1344), - [anon_sym_coherent] = ACTIONS(1344), - [anon_sym_readonly] = ACTIONS(1344), - [anon_sym_writeonly] = ACTIONS(1344), - [anon_sym_precision] = ACTIONS(1344), - [anon_sym_highp] = ACTIONS(1344), - [anon_sym_mediump] = ACTIONS(1344), - [anon_sym_lowp] = ACTIONS(1344), - [anon_sym_centroid] = ACTIONS(1344), - [anon_sym_sample] = ACTIONS(1344), - [anon_sym_patch] = ACTIONS(1344), - [anon_sym_smooth] = ACTIONS(1344), - [anon_sym_flat] = ACTIONS(1344), - [anon_sym_noperspective] = ACTIONS(1344), - [anon_sym___extension__] = ACTIONS(1344), - [anon_sym_typedef] = ACTIONS(1344), - [anon_sym_extern] = ACTIONS(1344), - [anon_sym___attribute__] = ACTIONS(1344), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1346), - [anon_sym___declspec] = ACTIONS(1344), - [anon_sym___cdecl] = ACTIONS(1344), - [anon_sym___clrcall] = ACTIONS(1344), - [anon_sym___stdcall] = ACTIONS(1344), - [anon_sym___fastcall] = ACTIONS(1344), - [anon_sym___thiscall] = ACTIONS(1344), - [anon_sym___vectorcall] = ACTIONS(1344), - [anon_sym_LBRACE] = ACTIONS(1346), - [anon_sym_signed] = ACTIONS(1344), - [anon_sym_unsigned] = ACTIONS(1344), - [anon_sym_long] = ACTIONS(1344), - [anon_sym_short] = ACTIONS(1344), - [anon_sym_static] = ACTIONS(1344), - [anon_sym_auto] = ACTIONS(1344), - [anon_sym_register] = ACTIONS(1344), - [anon_sym_inline] = ACTIONS(1344), - [anon_sym___inline] = ACTIONS(1344), - [anon_sym___inline__] = ACTIONS(1344), - [anon_sym___forceinline] = ACTIONS(1344), - [anon_sym_thread_local] = ACTIONS(1344), - [anon_sym___thread] = ACTIONS(1344), - [anon_sym_const] = ACTIONS(1344), - [anon_sym_constexpr] = ACTIONS(1344), - [anon_sym_volatile] = ACTIONS(1344), - [anon_sym_restrict] = ACTIONS(1344), - [anon_sym___restrict__] = ACTIONS(1344), - [anon_sym__Atomic] = ACTIONS(1344), - [anon_sym__Noreturn] = ACTIONS(1344), - [anon_sym_noreturn] = ACTIONS(1344), - [sym_primitive_type] = ACTIONS(1344), - [anon_sym_enum] = ACTIONS(1344), - [anon_sym_struct] = ACTIONS(1344), - [anon_sym_union] = ACTIONS(1344), - [anon_sym_if] = ACTIONS(1344), - [anon_sym_else] = ACTIONS(1564), - [anon_sym_switch] = ACTIONS(1344), - [anon_sym_case] = ACTIONS(1344), - [anon_sym_default] = ACTIONS(1344), - [anon_sym_while] = ACTIONS(1344), - [anon_sym_do] = ACTIONS(1344), - [anon_sym_for] = ACTIONS(1344), - [anon_sym_return] = ACTIONS(1344), - [anon_sym_break] = ACTIONS(1344), - [anon_sym_continue] = ACTIONS(1344), - [anon_sym_goto] = ACTIONS(1344), - [anon_sym_DASH_DASH] = ACTIONS(1346), - [anon_sym_PLUS_PLUS] = ACTIONS(1346), - [anon_sym_sizeof] = ACTIONS(1344), - [anon_sym___alignof__] = ACTIONS(1344), - [anon_sym___alignof] = ACTIONS(1344), - [anon_sym__alignof] = ACTIONS(1344), - [anon_sym_alignof] = ACTIONS(1344), - [anon_sym__Alignof] = ACTIONS(1344), - [anon_sym_offsetof] = ACTIONS(1344), - [anon_sym__Generic] = ACTIONS(1344), - [anon_sym_asm] = ACTIONS(1344), - [anon_sym___asm__] = ACTIONS(1344), - [sym_number_literal] = ACTIONS(1346), - [anon_sym_L_SQUOTE] = ACTIONS(1346), - [anon_sym_u_SQUOTE] = ACTIONS(1346), - [anon_sym_U_SQUOTE] = ACTIONS(1346), - [anon_sym_u8_SQUOTE] = ACTIONS(1346), - [anon_sym_SQUOTE] = ACTIONS(1346), - [anon_sym_L_DQUOTE] = ACTIONS(1346), - [anon_sym_u_DQUOTE] = ACTIONS(1346), - [anon_sym_U_DQUOTE] = ACTIONS(1346), - [anon_sym_u8_DQUOTE] = ACTIONS(1346), - [anon_sym_DQUOTE] = ACTIONS(1346), - [sym_true] = ACTIONS(1344), - [sym_false] = ACTIONS(1344), - [anon_sym_NULL] = ACTIONS(1344), - [anon_sym_nullptr] = ACTIONS(1344), + [214] = { + [sym_identifier] = ACTIONS(1506), + [aux_sym_preproc_include_token1] = ACTIONS(1506), + [aux_sym_preproc_def_token1] = ACTIONS(1506), + [aux_sym_preproc_if_token1] = ACTIONS(1506), + [aux_sym_preproc_if_token2] = ACTIONS(1506), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1506), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1506), + [aux_sym_preproc_else_token1] = ACTIONS(1506), + [aux_sym_preproc_elif_token1] = ACTIONS(1506), + [sym_preproc_directive] = ACTIONS(1506), + [anon_sym_LPAREN2] = ACTIONS(1508), + [anon_sym_BANG] = ACTIONS(1508), + [anon_sym_TILDE] = ACTIONS(1508), + [anon_sym_DASH] = ACTIONS(1506), + [anon_sym_PLUS] = ACTIONS(1506), + [anon_sym_STAR] = ACTIONS(1508), + [anon_sym_AMP] = ACTIONS(1508), + [anon_sym_subroutine] = ACTIONS(1506), + [anon_sym_invariant] = ACTIONS(1506), + [anon_sym_precise] = ACTIONS(1506), + [anon_sym_SEMI] = ACTIONS(1508), + [anon_sym_in] = ACTIONS(1506), + [anon_sym_out] = ACTIONS(1506), + [anon_sym_inout] = ACTIONS(1506), + [anon_sym_uniform] = ACTIONS(1506), + [anon_sym_shared] = ACTIONS(1506), + [anon_sym_attribute] = ACTIONS(1506), + [anon_sym_varying] = ACTIONS(1506), + [anon_sym_buffer] = ACTIONS(1506), + [anon_sym_coherent] = ACTIONS(1506), + [anon_sym_readonly] = ACTIONS(1506), + [anon_sym_writeonly] = ACTIONS(1506), + [anon_sym_precision] = ACTIONS(1506), + [anon_sym_highp] = ACTIONS(1506), + [anon_sym_mediump] = ACTIONS(1506), + [anon_sym_lowp] = ACTIONS(1506), + [anon_sym_centroid] = ACTIONS(1506), + [anon_sym_sample] = ACTIONS(1506), + [anon_sym_patch] = ACTIONS(1506), + [anon_sym_smooth] = ACTIONS(1506), + [anon_sym_flat] = ACTIONS(1506), + [anon_sym_noperspective] = ACTIONS(1506), + [anon_sym___extension__] = ACTIONS(1506), + [anon_sym_typedef] = ACTIONS(1506), + [anon_sym_extern] = ACTIONS(1506), + [anon_sym___attribute__] = ACTIONS(1506), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1508), + [anon_sym___declspec] = ACTIONS(1506), + [anon_sym___cdecl] = ACTIONS(1506), + [anon_sym___clrcall] = ACTIONS(1506), + [anon_sym___stdcall] = ACTIONS(1506), + [anon_sym___fastcall] = ACTIONS(1506), + [anon_sym___thiscall] = ACTIONS(1506), + [anon_sym___vectorcall] = ACTIONS(1506), + [anon_sym_LBRACE] = ACTIONS(1508), + [anon_sym_signed] = ACTIONS(1506), + [anon_sym_unsigned] = ACTIONS(1506), + [anon_sym_long] = ACTIONS(1506), + [anon_sym_short] = ACTIONS(1506), + [anon_sym_static] = ACTIONS(1506), + [anon_sym_auto] = ACTIONS(1506), + [anon_sym_register] = ACTIONS(1506), + [anon_sym_inline] = ACTIONS(1506), + [anon_sym___inline] = ACTIONS(1506), + [anon_sym___inline__] = ACTIONS(1506), + [anon_sym___forceinline] = ACTIONS(1506), + [anon_sym_thread_local] = ACTIONS(1506), + [anon_sym___thread] = ACTIONS(1506), + [anon_sym_const] = ACTIONS(1506), + [anon_sym_constexpr] = ACTIONS(1506), + [anon_sym_volatile] = ACTIONS(1506), + [anon_sym_restrict] = ACTIONS(1506), + [anon_sym___restrict__] = ACTIONS(1506), + [anon_sym__Atomic] = ACTIONS(1506), + [anon_sym__Noreturn] = ACTIONS(1506), + [anon_sym_noreturn] = ACTIONS(1506), + [sym_primitive_type] = ACTIONS(1506), + [anon_sym_enum] = ACTIONS(1506), + [anon_sym_struct] = ACTIONS(1506), + [anon_sym_union] = ACTIONS(1506), + [anon_sym_if] = ACTIONS(1506), + [anon_sym_switch] = ACTIONS(1506), + [anon_sym_case] = ACTIONS(1506), + [anon_sym_default] = ACTIONS(1506), + [anon_sym_while] = ACTIONS(1506), + [anon_sym_do] = ACTIONS(1506), + [anon_sym_for] = ACTIONS(1506), + [anon_sym_return] = ACTIONS(1506), + [anon_sym_break] = ACTIONS(1506), + [anon_sym_continue] = ACTIONS(1506), + [anon_sym_goto] = ACTIONS(1506), + [anon_sym_DASH_DASH] = ACTIONS(1508), + [anon_sym_PLUS_PLUS] = ACTIONS(1508), + [anon_sym_sizeof] = ACTIONS(1506), + [anon_sym___alignof__] = ACTIONS(1506), + [anon_sym___alignof] = ACTIONS(1506), + [anon_sym__alignof] = ACTIONS(1506), + [anon_sym_alignof] = ACTIONS(1506), + [anon_sym__Alignof] = ACTIONS(1506), + [anon_sym_offsetof] = ACTIONS(1506), + [anon_sym__Generic] = ACTIONS(1506), + [anon_sym_asm] = ACTIONS(1506), + [anon_sym___asm__] = ACTIONS(1506), + [sym_number_literal] = ACTIONS(1508), + [anon_sym_L_SQUOTE] = ACTIONS(1508), + [anon_sym_u_SQUOTE] = ACTIONS(1508), + [anon_sym_U_SQUOTE] = ACTIONS(1508), + [anon_sym_u8_SQUOTE] = ACTIONS(1508), + [anon_sym_SQUOTE] = ACTIONS(1508), + [anon_sym_L_DQUOTE] = ACTIONS(1508), + [anon_sym_u_DQUOTE] = ACTIONS(1508), + [anon_sym_U_DQUOTE] = ACTIONS(1508), + [anon_sym_u8_DQUOTE] = ACTIONS(1508), + [anon_sym_DQUOTE] = ACTIONS(1508), + [sym_true] = ACTIONS(1506), + [sym_false] = ACTIONS(1506), + [anon_sym_NULL] = ACTIONS(1506), + [anon_sym_nullptr] = ACTIONS(1506), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1506), + [anon_sym_rayPayloadInEXT] = ACTIONS(1506), + [anon_sym_hitAttributeEXT] = ACTIONS(1506), + [anon_sym_callableDataEXT] = ACTIONS(1506), + [anon_sym_callableDataInEXT] = ACTIONS(1506), + [anon_sym_shaderRecordEXT] = ACTIONS(1506), + [anon_sym_rayPayloadNV] = ACTIONS(1506), + [anon_sym_rayPayloadInNV] = ACTIONS(1506), + [anon_sym_hitAttributeNV] = ACTIONS(1506), + [anon_sym_callableDataNV] = ACTIONS(1506), + [anon_sym_callableDataInNV] = ACTIONS(1506), + [anon_sym_shaderRecordNV] = ACTIONS(1506), + [anon_sym_layout] = ACTIONS(1506), + }, + [215] = { + [sym_identifier] = ACTIONS(1490), + [aux_sym_preproc_include_token1] = ACTIONS(1490), + [aux_sym_preproc_def_token1] = ACTIONS(1490), + [aux_sym_preproc_if_token1] = ACTIONS(1490), + [aux_sym_preproc_if_token2] = ACTIONS(1490), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1490), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1490), + [aux_sym_preproc_else_token1] = ACTIONS(1490), + [aux_sym_preproc_elif_token1] = ACTIONS(1490), + [sym_preproc_directive] = ACTIONS(1490), + [anon_sym_LPAREN2] = ACTIONS(1492), + [anon_sym_BANG] = ACTIONS(1492), + [anon_sym_TILDE] = ACTIONS(1492), + [anon_sym_DASH] = ACTIONS(1490), + [anon_sym_PLUS] = ACTIONS(1490), + [anon_sym_STAR] = ACTIONS(1492), + [anon_sym_AMP] = ACTIONS(1492), + [anon_sym_subroutine] = ACTIONS(1490), + [anon_sym_invariant] = ACTIONS(1490), + [anon_sym_precise] = ACTIONS(1490), + [anon_sym_SEMI] = ACTIONS(1492), + [anon_sym_in] = ACTIONS(1490), + [anon_sym_out] = ACTIONS(1490), + [anon_sym_inout] = ACTIONS(1490), + [anon_sym_uniform] = ACTIONS(1490), + [anon_sym_shared] = ACTIONS(1490), + [anon_sym_attribute] = ACTIONS(1490), + [anon_sym_varying] = ACTIONS(1490), + [anon_sym_buffer] = ACTIONS(1490), + [anon_sym_coherent] = ACTIONS(1490), + [anon_sym_readonly] = ACTIONS(1490), + [anon_sym_writeonly] = ACTIONS(1490), + [anon_sym_precision] = ACTIONS(1490), + [anon_sym_highp] = ACTIONS(1490), + [anon_sym_mediump] = ACTIONS(1490), + [anon_sym_lowp] = ACTIONS(1490), + [anon_sym_centroid] = ACTIONS(1490), + [anon_sym_sample] = ACTIONS(1490), + [anon_sym_patch] = ACTIONS(1490), + [anon_sym_smooth] = ACTIONS(1490), + [anon_sym_flat] = ACTIONS(1490), + [anon_sym_noperspective] = ACTIONS(1490), + [anon_sym___extension__] = ACTIONS(1490), + [anon_sym_typedef] = ACTIONS(1490), + [anon_sym_extern] = ACTIONS(1490), + [anon_sym___attribute__] = ACTIONS(1490), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1492), + [anon_sym___declspec] = ACTIONS(1490), + [anon_sym___cdecl] = ACTIONS(1490), + [anon_sym___clrcall] = ACTIONS(1490), + [anon_sym___stdcall] = ACTIONS(1490), + [anon_sym___fastcall] = ACTIONS(1490), + [anon_sym___thiscall] = ACTIONS(1490), + [anon_sym___vectorcall] = ACTIONS(1490), + [anon_sym_LBRACE] = ACTIONS(1492), + [anon_sym_signed] = ACTIONS(1490), + [anon_sym_unsigned] = ACTIONS(1490), + [anon_sym_long] = ACTIONS(1490), + [anon_sym_short] = ACTIONS(1490), + [anon_sym_static] = ACTIONS(1490), + [anon_sym_auto] = ACTIONS(1490), + [anon_sym_register] = ACTIONS(1490), + [anon_sym_inline] = ACTIONS(1490), + [anon_sym___inline] = ACTIONS(1490), + [anon_sym___inline__] = ACTIONS(1490), + [anon_sym___forceinline] = ACTIONS(1490), + [anon_sym_thread_local] = ACTIONS(1490), + [anon_sym___thread] = ACTIONS(1490), + [anon_sym_const] = ACTIONS(1490), + [anon_sym_constexpr] = ACTIONS(1490), + [anon_sym_volatile] = ACTIONS(1490), + [anon_sym_restrict] = ACTIONS(1490), + [anon_sym___restrict__] = ACTIONS(1490), + [anon_sym__Atomic] = ACTIONS(1490), + [anon_sym__Noreturn] = ACTIONS(1490), + [anon_sym_noreturn] = ACTIONS(1490), + [sym_primitive_type] = ACTIONS(1490), + [anon_sym_enum] = ACTIONS(1490), + [anon_sym_struct] = ACTIONS(1490), + [anon_sym_union] = ACTIONS(1490), + [anon_sym_if] = ACTIONS(1490), + [anon_sym_switch] = ACTIONS(1490), + [anon_sym_case] = ACTIONS(1490), + [anon_sym_default] = ACTIONS(1490), + [anon_sym_while] = ACTIONS(1490), + [anon_sym_do] = ACTIONS(1490), + [anon_sym_for] = ACTIONS(1490), + [anon_sym_return] = ACTIONS(1490), + [anon_sym_break] = ACTIONS(1490), + [anon_sym_continue] = ACTIONS(1490), + [anon_sym_goto] = ACTIONS(1490), + [anon_sym_DASH_DASH] = ACTIONS(1492), + [anon_sym_PLUS_PLUS] = ACTIONS(1492), + [anon_sym_sizeof] = ACTIONS(1490), + [anon_sym___alignof__] = ACTIONS(1490), + [anon_sym___alignof] = ACTIONS(1490), + [anon_sym__alignof] = ACTIONS(1490), + [anon_sym_alignof] = ACTIONS(1490), + [anon_sym__Alignof] = ACTIONS(1490), + [anon_sym_offsetof] = ACTIONS(1490), + [anon_sym__Generic] = ACTIONS(1490), + [anon_sym_asm] = ACTIONS(1490), + [anon_sym___asm__] = ACTIONS(1490), + [sym_number_literal] = ACTIONS(1492), + [anon_sym_L_SQUOTE] = ACTIONS(1492), + [anon_sym_u_SQUOTE] = ACTIONS(1492), + [anon_sym_U_SQUOTE] = ACTIONS(1492), + [anon_sym_u8_SQUOTE] = ACTIONS(1492), + [anon_sym_SQUOTE] = ACTIONS(1492), + [anon_sym_L_DQUOTE] = ACTIONS(1492), + [anon_sym_u_DQUOTE] = ACTIONS(1492), + [anon_sym_U_DQUOTE] = ACTIONS(1492), + [anon_sym_u8_DQUOTE] = ACTIONS(1492), + [anon_sym_DQUOTE] = ACTIONS(1492), + [sym_true] = ACTIONS(1490), + [sym_false] = ACTIONS(1490), + [anon_sym_NULL] = ACTIONS(1490), + [anon_sym_nullptr] = ACTIONS(1490), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1344), - [anon_sym_rayPayloadInEXT] = ACTIONS(1344), - [anon_sym_hitAttributeEXT] = ACTIONS(1344), - [anon_sym_callableDataEXT] = ACTIONS(1344), - [anon_sym_callableDataInEXT] = ACTIONS(1344), - [anon_sym_shaderRecordEXT] = ACTIONS(1344), - [anon_sym_rayPayloadNV] = ACTIONS(1344), - [anon_sym_rayPayloadInNV] = ACTIONS(1344), - [anon_sym_hitAttributeNV] = ACTIONS(1344), - [anon_sym_callableDataNV] = ACTIONS(1344), - [anon_sym_callableDataInNV] = ACTIONS(1344), - [anon_sym_shaderRecordNV] = ACTIONS(1344), - [anon_sym_layout] = ACTIONS(1344), + [anon_sym_rayPayloadEXT] = ACTIONS(1490), + [anon_sym_rayPayloadInEXT] = ACTIONS(1490), + [anon_sym_hitAttributeEXT] = ACTIONS(1490), + [anon_sym_callableDataEXT] = ACTIONS(1490), + [anon_sym_callableDataInEXT] = ACTIONS(1490), + [anon_sym_shaderRecordEXT] = ACTIONS(1490), + [anon_sym_rayPayloadNV] = ACTIONS(1490), + [anon_sym_rayPayloadInNV] = ACTIONS(1490), + [anon_sym_hitAttributeNV] = ACTIONS(1490), + [anon_sym_callableDataNV] = ACTIONS(1490), + [anon_sym_callableDataInNV] = ACTIONS(1490), + [anon_sym_shaderRecordNV] = ACTIONS(1490), + [anon_sym_layout] = ACTIONS(1490), }, - [221] = { + [216] = { [sym_identifier] = ACTIONS(1454), [aux_sym_preproc_include_token1] = ACTIONS(1454), [aux_sym_preproc_def_token1] = ACTIONS(1454), @@ -51681,543 +51006,677 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1454), [anon_sym_layout] = ACTIONS(1454), }, - [222] = { - [sym_identifier] = ACTIONS(1556), - [aux_sym_preproc_include_token1] = ACTIONS(1556), - [aux_sym_preproc_def_token1] = ACTIONS(1556), - [aux_sym_preproc_if_token1] = ACTIONS(1556), - [aux_sym_preproc_if_token2] = ACTIONS(1556), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1556), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1556), - [aux_sym_preproc_else_token1] = ACTIONS(1556), - [aux_sym_preproc_elif_token1] = ACTIONS(1556), - [sym_preproc_directive] = ACTIONS(1556), - [anon_sym_LPAREN2] = ACTIONS(1558), - [anon_sym_BANG] = ACTIONS(1558), - [anon_sym_TILDE] = ACTIONS(1558), - [anon_sym_DASH] = ACTIONS(1556), - [anon_sym_PLUS] = ACTIONS(1556), - [anon_sym_STAR] = ACTIONS(1558), - [anon_sym_AMP] = ACTIONS(1558), - [anon_sym_subroutine] = ACTIONS(1556), - [anon_sym_invariant] = ACTIONS(1556), - [anon_sym_precise] = ACTIONS(1556), - [anon_sym_SEMI] = ACTIONS(1558), - [anon_sym_in] = ACTIONS(1556), - [anon_sym_out] = ACTIONS(1556), - [anon_sym_inout] = ACTIONS(1556), - [anon_sym_uniform] = ACTIONS(1556), - [anon_sym_shared] = ACTIONS(1556), - [anon_sym_attribute] = ACTIONS(1556), - [anon_sym_varying] = ACTIONS(1556), - [anon_sym_buffer] = ACTIONS(1556), - [anon_sym_coherent] = ACTIONS(1556), - [anon_sym_readonly] = ACTIONS(1556), - [anon_sym_writeonly] = ACTIONS(1556), - [anon_sym_precision] = ACTIONS(1556), - [anon_sym_highp] = ACTIONS(1556), - [anon_sym_mediump] = ACTIONS(1556), - [anon_sym_lowp] = ACTIONS(1556), - [anon_sym_centroid] = ACTIONS(1556), - [anon_sym_sample] = ACTIONS(1556), - [anon_sym_patch] = ACTIONS(1556), - [anon_sym_smooth] = ACTIONS(1556), - [anon_sym_flat] = ACTIONS(1556), - [anon_sym_noperspective] = ACTIONS(1556), - [anon_sym___extension__] = ACTIONS(1556), - [anon_sym_typedef] = ACTIONS(1556), - [anon_sym_extern] = ACTIONS(1556), - [anon_sym___attribute__] = ACTIONS(1556), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1558), - [anon_sym___declspec] = ACTIONS(1556), - [anon_sym___cdecl] = ACTIONS(1556), - [anon_sym___clrcall] = ACTIONS(1556), - [anon_sym___stdcall] = ACTIONS(1556), - [anon_sym___fastcall] = ACTIONS(1556), - [anon_sym___thiscall] = ACTIONS(1556), - [anon_sym___vectorcall] = ACTIONS(1556), - [anon_sym_LBRACE] = ACTIONS(1558), - [anon_sym_signed] = ACTIONS(1556), - [anon_sym_unsigned] = ACTIONS(1556), - [anon_sym_long] = ACTIONS(1556), - [anon_sym_short] = ACTIONS(1556), - [anon_sym_static] = ACTIONS(1556), - [anon_sym_auto] = ACTIONS(1556), - [anon_sym_register] = ACTIONS(1556), - [anon_sym_inline] = ACTIONS(1556), - [anon_sym___inline] = ACTIONS(1556), - [anon_sym___inline__] = ACTIONS(1556), - [anon_sym___forceinline] = ACTIONS(1556), - [anon_sym_thread_local] = ACTIONS(1556), - [anon_sym___thread] = ACTIONS(1556), - [anon_sym_const] = ACTIONS(1556), - [anon_sym_constexpr] = ACTIONS(1556), - [anon_sym_volatile] = ACTIONS(1556), - [anon_sym_restrict] = ACTIONS(1556), - [anon_sym___restrict__] = ACTIONS(1556), - [anon_sym__Atomic] = ACTIONS(1556), - [anon_sym__Noreturn] = ACTIONS(1556), - [anon_sym_noreturn] = ACTIONS(1556), - [sym_primitive_type] = ACTIONS(1556), - [anon_sym_enum] = ACTIONS(1556), - [anon_sym_struct] = ACTIONS(1556), - [anon_sym_union] = ACTIONS(1556), - [anon_sym_if] = ACTIONS(1556), - [anon_sym_switch] = ACTIONS(1556), - [anon_sym_case] = ACTIONS(1556), - [anon_sym_default] = ACTIONS(1556), - [anon_sym_while] = ACTIONS(1556), - [anon_sym_do] = ACTIONS(1556), - [anon_sym_for] = ACTIONS(1556), - [anon_sym_return] = ACTIONS(1556), - [anon_sym_break] = ACTIONS(1556), - [anon_sym_continue] = ACTIONS(1556), - [anon_sym_goto] = ACTIONS(1556), - [anon_sym_DASH_DASH] = ACTIONS(1558), - [anon_sym_PLUS_PLUS] = ACTIONS(1558), - [anon_sym_sizeof] = ACTIONS(1556), - [anon_sym___alignof__] = ACTIONS(1556), - [anon_sym___alignof] = ACTIONS(1556), - [anon_sym__alignof] = ACTIONS(1556), - [anon_sym_alignof] = ACTIONS(1556), - [anon_sym__Alignof] = ACTIONS(1556), - [anon_sym_offsetof] = ACTIONS(1556), - [anon_sym__Generic] = ACTIONS(1556), - [anon_sym_asm] = ACTIONS(1556), - [anon_sym___asm__] = ACTIONS(1556), - [sym_number_literal] = ACTIONS(1558), - [anon_sym_L_SQUOTE] = ACTIONS(1558), - [anon_sym_u_SQUOTE] = ACTIONS(1558), - [anon_sym_U_SQUOTE] = ACTIONS(1558), - [anon_sym_u8_SQUOTE] = ACTIONS(1558), - [anon_sym_SQUOTE] = ACTIONS(1558), - [anon_sym_L_DQUOTE] = ACTIONS(1558), - [anon_sym_u_DQUOTE] = ACTIONS(1558), - [anon_sym_U_DQUOTE] = ACTIONS(1558), - [anon_sym_u8_DQUOTE] = ACTIONS(1558), - [anon_sym_DQUOTE] = ACTIONS(1558), - [sym_true] = ACTIONS(1556), - [sym_false] = ACTIONS(1556), - [anon_sym_NULL] = ACTIONS(1556), - [anon_sym_nullptr] = ACTIONS(1556), + [217] = { + [sym_identifier] = ACTIONS(1486), + [aux_sym_preproc_include_token1] = ACTIONS(1486), + [aux_sym_preproc_def_token1] = ACTIONS(1486), + [aux_sym_preproc_if_token1] = ACTIONS(1486), + [aux_sym_preproc_if_token2] = ACTIONS(1486), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1486), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1486), + [aux_sym_preproc_else_token1] = ACTIONS(1486), + [aux_sym_preproc_elif_token1] = ACTIONS(1486), + [sym_preproc_directive] = ACTIONS(1486), + [anon_sym_LPAREN2] = ACTIONS(1488), + [anon_sym_BANG] = ACTIONS(1488), + [anon_sym_TILDE] = ACTIONS(1488), + [anon_sym_DASH] = ACTIONS(1486), + [anon_sym_PLUS] = ACTIONS(1486), + [anon_sym_STAR] = ACTIONS(1488), + [anon_sym_AMP] = ACTIONS(1488), + [anon_sym_subroutine] = ACTIONS(1486), + [anon_sym_invariant] = ACTIONS(1486), + [anon_sym_precise] = ACTIONS(1486), + [anon_sym_SEMI] = ACTIONS(1488), + [anon_sym_in] = ACTIONS(1486), + [anon_sym_out] = ACTIONS(1486), + [anon_sym_inout] = ACTIONS(1486), + [anon_sym_uniform] = ACTIONS(1486), + [anon_sym_shared] = ACTIONS(1486), + [anon_sym_attribute] = ACTIONS(1486), + [anon_sym_varying] = ACTIONS(1486), + [anon_sym_buffer] = ACTIONS(1486), + [anon_sym_coherent] = ACTIONS(1486), + [anon_sym_readonly] = ACTIONS(1486), + [anon_sym_writeonly] = ACTIONS(1486), + [anon_sym_precision] = ACTIONS(1486), + [anon_sym_highp] = ACTIONS(1486), + [anon_sym_mediump] = ACTIONS(1486), + [anon_sym_lowp] = ACTIONS(1486), + [anon_sym_centroid] = ACTIONS(1486), + [anon_sym_sample] = ACTIONS(1486), + [anon_sym_patch] = ACTIONS(1486), + [anon_sym_smooth] = ACTIONS(1486), + [anon_sym_flat] = ACTIONS(1486), + [anon_sym_noperspective] = ACTIONS(1486), + [anon_sym___extension__] = ACTIONS(1486), + [anon_sym_typedef] = ACTIONS(1486), + [anon_sym_extern] = ACTIONS(1486), + [anon_sym___attribute__] = ACTIONS(1486), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1488), + [anon_sym___declspec] = ACTIONS(1486), + [anon_sym___cdecl] = ACTIONS(1486), + [anon_sym___clrcall] = ACTIONS(1486), + [anon_sym___stdcall] = ACTIONS(1486), + [anon_sym___fastcall] = ACTIONS(1486), + [anon_sym___thiscall] = ACTIONS(1486), + [anon_sym___vectorcall] = ACTIONS(1486), + [anon_sym_LBRACE] = ACTIONS(1488), + [anon_sym_signed] = ACTIONS(1486), + [anon_sym_unsigned] = ACTIONS(1486), + [anon_sym_long] = ACTIONS(1486), + [anon_sym_short] = ACTIONS(1486), + [anon_sym_static] = ACTIONS(1486), + [anon_sym_auto] = ACTIONS(1486), + [anon_sym_register] = ACTIONS(1486), + [anon_sym_inline] = ACTIONS(1486), + [anon_sym___inline] = ACTIONS(1486), + [anon_sym___inline__] = ACTIONS(1486), + [anon_sym___forceinline] = ACTIONS(1486), + [anon_sym_thread_local] = ACTIONS(1486), + [anon_sym___thread] = ACTIONS(1486), + [anon_sym_const] = ACTIONS(1486), + [anon_sym_constexpr] = ACTIONS(1486), + [anon_sym_volatile] = ACTIONS(1486), + [anon_sym_restrict] = ACTIONS(1486), + [anon_sym___restrict__] = ACTIONS(1486), + [anon_sym__Atomic] = ACTIONS(1486), + [anon_sym__Noreturn] = ACTIONS(1486), + [anon_sym_noreturn] = ACTIONS(1486), + [sym_primitive_type] = ACTIONS(1486), + [anon_sym_enum] = ACTIONS(1486), + [anon_sym_struct] = ACTIONS(1486), + [anon_sym_union] = ACTIONS(1486), + [anon_sym_if] = ACTIONS(1486), + [anon_sym_switch] = ACTIONS(1486), + [anon_sym_case] = ACTIONS(1486), + [anon_sym_default] = ACTIONS(1486), + [anon_sym_while] = ACTIONS(1486), + [anon_sym_do] = ACTIONS(1486), + [anon_sym_for] = ACTIONS(1486), + [anon_sym_return] = ACTIONS(1486), + [anon_sym_break] = ACTIONS(1486), + [anon_sym_continue] = ACTIONS(1486), + [anon_sym_goto] = ACTIONS(1486), + [anon_sym_DASH_DASH] = ACTIONS(1488), + [anon_sym_PLUS_PLUS] = ACTIONS(1488), + [anon_sym_sizeof] = ACTIONS(1486), + [anon_sym___alignof__] = ACTIONS(1486), + [anon_sym___alignof] = ACTIONS(1486), + [anon_sym__alignof] = ACTIONS(1486), + [anon_sym_alignof] = ACTIONS(1486), + [anon_sym__Alignof] = ACTIONS(1486), + [anon_sym_offsetof] = ACTIONS(1486), + [anon_sym__Generic] = ACTIONS(1486), + [anon_sym_asm] = ACTIONS(1486), + [anon_sym___asm__] = ACTIONS(1486), + [sym_number_literal] = ACTIONS(1488), + [anon_sym_L_SQUOTE] = ACTIONS(1488), + [anon_sym_u_SQUOTE] = ACTIONS(1488), + [anon_sym_U_SQUOTE] = ACTIONS(1488), + [anon_sym_u8_SQUOTE] = ACTIONS(1488), + [anon_sym_SQUOTE] = ACTIONS(1488), + [anon_sym_L_DQUOTE] = ACTIONS(1488), + [anon_sym_u_DQUOTE] = ACTIONS(1488), + [anon_sym_U_DQUOTE] = ACTIONS(1488), + [anon_sym_u8_DQUOTE] = ACTIONS(1488), + [anon_sym_DQUOTE] = ACTIONS(1488), + [sym_true] = ACTIONS(1486), + [sym_false] = ACTIONS(1486), + [anon_sym_NULL] = ACTIONS(1486), + [anon_sym_nullptr] = ACTIONS(1486), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1486), + [anon_sym_rayPayloadInEXT] = ACTIONS(1486), + [anon_sym_hitAttributeEXT] = ACTIONS(1486), + [anon_sym_callableDataEXT] = ACTIONS(1486), + [anon_sym_callableDataInEXT] = ACTIONS(1486), + [anon_sym_shaderRecordEXT] = ACTIONS(1486), + [anon_sym_rayPayloadNV] = ACTIONS(1486), + [anon_sym_rayPayloadInNV] = ACTIONS(1486), + [anon_sym_hitAttributeNV] = ACTIONS(1486), + [anon_sym_callableDataNV] = ACTIONS(1486), + [anon_sym_callableDataInNV] = ACTIONS(1486), + [anon_sym_shaderRecordNV] = ACTIONS(1486), + [anon_sym_layout] = ACTIONS(1486), + }, + [218] = { + [sym_identifier] = ACTIONS(1486), + [aux_sym_preproc_include_token1] = ACTIONS(1486), + [aux_sym_preproc_def_token1] = ACTIONS(1486), + [aux_sym_preproc_if_token1] = ACTIONS(1486), + [aux_sym_preproc_if_token2] = ACTIONS(1486), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1486), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1486), + [aux_sym_preproc_else_token1] = ACTIONS(1486), + [aux_sym_preproc_elif_token1] = ACTIONS(1486), + [sym_preproc_directive] = ACTIONS(1486), + [anon_sym_LPAREN2] = ACTIONS(1488), + [anon_sym_BANG] = ACTIONS(1488), + [anon_sym_TILDE] = ACTIONS(1488), + [anon_sym_DASH] = ACTIONS(1486), + [anon_sym_PLUS] = ACTIONS(1486), + [anon_sym_STAR] = ACTIONS(1488), + [anon_sym_AMP] = ACTIONS(1488), + [anon_sym_subroutine] = ACTIONS(1486), + [anon_sym_invariant] = ACTIONS(1486), + [anon_sym_precise] = ACTIONS(1486), + [anon_sym_SEMI] = ACTIONS(1488), + [anon_sym_in] = ACTIONS(1486), + [anon_sym_out] = ACTIONS(1486), + [anon_sym_inout] = ACTIONS(1486), + [anon_sym_uniform] = ACTIONS(1486), + [anon_sym_shared] = ACTIONS(1486), + [anon_sym_attribute] = ACTIONS(1486), + [anon_sym_varying] = ACTIONS(1486), + [anon_sym_buffer] = ACTIONS(1486), + [anon_sym_coherent] = ACTIONS(1486), + [anon_sym_readonly] = ACTIONS(1486), + [anon_sym_writeonly] = ACTIONS(1486), + [anon_sym_precision] = ACTIONS(1486), + [anon_sym_highp] = ACTIONS(1486), + [anon_sym_mediump] = ACTIONS(1486), + [anon_sym_lowp] = ACTIONS(1486), + [anon_sym_centroid] = ACTIONS(1486), + [anon_sym_sample] = ACTIONS(1486), + [anon_sym_patch] = ACTIONS(1486), + [anon_sym_smooth] = ACTIONS(1486), + [anon_sym_flat] = ACTIONS(1486), + [anon_sym_noperspective] = ACTIONS(1486), + [anon_sym___extension__] = ACTIONS(1486), + [anon_sym_typedef] = ACTIONS(1486), + [anon_sym_extern] = ACTIONS(1486), + [anon_sym___attribute__] = ACTIONS(1486), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1488), + [anon_sym___declspec] = ACTIONS(1486), + [anon_sym___cdecl] = ACTIONS(1486), + [anon_sym___clrcall] = ACTIONS(1486), + [anon_sym___stdcall] = ACTIONS(1486), + [anon_sym___fastcall] = ACTIONS(1486), + [anon_sym___thiscall] = ACTIONS(1486), + [anon_sym___vectorcall] = ACTIONS(1486), + [anon_sym_LBRACE] = ACTIONS(1488), + [anon_sym_signed] = ACTIONS(1486), + [anon_sym_unsigned] = ACTIONS(1486), + [anon_sym_long] = ACTIONS(1486), + [anon_sym_short] = ACTIONS(1486), + [anon_sym_static] = ACTIONS(1486), + [anon_sym_auto] = ACTIONS(1486), + [anon_sym_register] = ACTIONS(1486), + [anon_sym_inline] = ACTIONS(1486), + [anon_sym___inline] = ACTIONS(1486), + [anon_sym___inline__] = ACTIONS(1486), + [anon_sym___forceinline] = ACTIONS(1486), + [anon_sym_thread_local] = ACTIONS(1486), + [anon_sym___thread] = ACTIONS(1486), + [anon_sym_const] = ACTIONS(1486), + [anon_sym_constexpr] = ACTIONS(1486), + [anon_sym_volatile] = ACTIONS(1486), + [anon_sym_restrict] = ACTIONS(1486), + [anon_sym___restrict__] = ACTIONS(1486), + [anon_sym__Atomic] = ACTIONS(1486), + [anon_sym__Noreturn] = ACTIONS(1486), + [anon_sym_noreturn] = ACTIONS(1486), + [sym_primitive_type] = ACTIONS(1486), + [anon_sym_enum] = ACTIONS(1486), + [anon_sym_struct] = ACTIONS(1486), + [anon_sym_union] = ACTIONS(1486), + [anon_sym_if] = ACTIONS(1486), + [anon_sym_switch] = ACTIONS(1486), + [anon_sym_case] = ACTIONS(1486), + [anon_sym_default] = ACTIONS(1486), + [anon_sym_while] = ACTIONS(1486), + [anon_sym_do] = ACTIONS(1486), + [anon_sym_for] = ACTIONS(1486), + [anon_sym_return] = ACTIONS(1486), + [anon_sym_break] = ACTIONS(1486), + [anon_sym_continue] = ACTIONS(1486), + [anon_sym_goto] = ACTIONS(1486), + [anon_sym_DASH_DASH] = ACTIONS(1488), + [anon_sym_PLUS_PLUS] = ACTIONS(1488), + [anon_sym_sizeof] = ACTIONS(1486), + [anon_sym___alignof__] = ACTIONS(1486), + [anon_sym___alignof] = ACTIONS(1486), + [anon_sym__alignof] = ACTIONS(1486), + [anon_sym_alignof] = ACTIONS(1486), + [anon_sym__Alignof] = ACTIONS(1486), + [anon_sym_offsetof] = ACTIONS(1486), + [anon_sym__Generic] = ACTIONS(1486), + [anon_sym_asm] = ACTIONS(1486), + [anon_sym___asm__] = ACTIONS(1486), + [sym_number_literal] = ACTIONS(1488), + [anon_sym_L_SQUOTE] = ACTIONS(1488), + [anon_sym_u_SQUOTE] = ACTIONS(1488), + [anon_sym_U_SQUOTE] = ACTIONS(1488), + [anon_sym_u8_SQUOTE] = ACTIONS(1488), + [anon_sym_SQUOTE] = ACTIONS(1488), + [anon_sym_L_DQUOTE] = ACTIONS(1488), + [anon_sym_u_DQUOTE] = ACTIONS(1488), + [anon_sym_U_DQUOTE] = ACTIONS(1488), + [anon_sym_u8_DQUOTE] = ACTIONS(1488), + [anon_sym_DQUOTE] = ACTIONS(1488), + [sym_true] = ACTIONS(1486), + [sym_false] = ACTIONS(1486), + [anon_sym_NULL] = ACTIONS(1486), + [anon_sym_nullptr] = ACTIONS(1486), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1486), + [anon_sym_rayPayloadInEXT] = ACTIONS(1486), + [anon_sym_hitAttributeEXT] = ACTIONS(1486), + [anon_sym_callableDataEXT] = ACTIONS(1486), + [anon_sym_callableDataInEXT] = ACTIONS(1486), + [anon_sym_shaderRecordEXT] = ACTIONS(1486), + [anon_sym_rayPayloadNV] = ACTIONS(1486), + [anon_sym_rayPayloadInNV] = ACTIONS(1486), + [anon_sym_hitAttributeNV] = ACTIONS(1486), + [anon_sym_callableDataNV] = ACTIONS(1486), + [anon_sym_callableDataInNV] = ACTIONS(1486), + [anon_sym_shaderRecordNV] = ACTIONS(1486), + [anon_sym_layout] = ACTIONS(1486), + }, + [219] = { + [sym_identifier] = ACTIONS(1544), + [aux_sym_preproc_include_token1] = ACTIONS(1544), + [aux_sym_preproc_def_token1] = ACTIONS(1544), + [aux_sym_preproc_if_token1] = ACTIONS(1544), + [aux_sym_preproc_if_token2] = ACTIONS(1544), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1544), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1544), + [aux_sym_preproc_else_token1] = ACTIONS(1544), + [aux_sym_preproc_elif_token1] = ACTIONS(1544), + [sym_preproc_directive] = ACTIONS(1544), + [anon_sym_LPAREN2] = ACTIONS(1546), + [anon_sym_BANG] = ACTIONS(1546), + [anon_sym_TILDE] = ACTIONS(1546), + [anon_sym_DASH] = ACTIONS(1544), + [anon_sym_PLUS] = ACTIONS(1544), + [anon_sym_STAR] = ACTIONS(1546), + [anon_sym_AMP] = ACTIONS(1546), + [anon_sym_subroutine] = ACTIONS(1544), + [anon_sym_invariant] = ACTIONS(1544), + [anon_sym_precise] = ACTIONS(1544), + [anon_sym_SEMI] = ACTIONS(1546), + [anon_sym_in] = ACTIONS(1544), + [anon_sym_out] = ACTIONS(1544), + [anon_sym_inout] = ACTIONS(1544), + [anon_sym_uniform] = ACTIONS(1544), + [anon_sym_shared] = ACTIONS(1544), + [anon_sym_attribute] = ACTIONS(1544), + [anon_sym_varying] = ACTIONS(1544), + [anon_sym_buffer] = ACTIONS(1544), + [anon_sym_coherent] = ACTIONS(1544), + [anon_sym_readonly] = ACTIONS(1544), + [anon_sym_writeonly] = ACTIONS(1544), + [anon_sym_precision] = ACTIONS(1544), + [anon_sym_highp] = ACTIONS(1544), + [anon_sym_mediump] = ACTIONS(1544), + [anon_sym_lowp] = ACTIONS(1544), + [anon_sym_centroid] = ACTIONS(1544), + [anon_sym_sample] = ACTIONS(1544), + [anon_sym_patch] = ACTIONS(1544), + [anon_sym_smooth] = ACTIONS(1544), + [anon_sym_flat] = ACTIONS(1544), + [anon_sym_noperspective] = ACTIONS(1544), + [anon_sym___extension__] = ACTIONS(1544), + [anon_sym_typedef] = ACTIONS(1544), + [anon_sym_extern] = ACTIONS(1544), + [anon_sym___attribute__] = ACTIONS(1544), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1546), + [anon_sym___declspec] = ACTIONS(1544), + [anon_sym___cdecl] = ACTIONS(1544), + [anon_sym___clrcall] = ACTIONS(1544), + [anon_sym___stdcall] = ACTIONS(1544), + [anon_sym___fastcall] = ACTIONS(1544), + [anon_sym___thiscall] = ACTIONS(1544), + [anon_sym___vectorcall] = ACTIONS(1544), + [anon_sym_LBRACE] = ACTIONS(1546), + [anon_sym_signed] = ACTIONS(1544), + [anon_sym_unsigned] = ACTIONS(1544), + [anon_sym_long] = ACTIONS(1544), + [anon_sym_short] = ACTIONS(1544), + [anon_sym_static] = ACTIONS(1544), + [anon_sym_auto] = ACTIONS(1544), + [anon_sym_register] = ACTIONS(1544), + [anon_sym_inline] = ACTIONS(1544), + [anon_sym___inline] = ACTIONS(1544), + [anon_sym___inline__] = ACTIONS(1544), + [anon_sym___forceinline] = ACTIONS(1544), + [anon_sym_thread_local] = ACTIONS(1544), + [anon_sym___thread] = ACTIONS(1544), + [anon_sym_const] = ACTIONS(1544), + [anon_sym_constexpr] = ACTIONS(1544), + [anon_sym_volatile] = ACTIONS(1544), + [anon_sym_restrict] = ACTIONS(1544), + [anon_sym___restrict__] = ACTIONS(1544), + [anon_sym__Atomic] = ACTIONS(1544), + [anon_sym__Noreturn] = ACTIONS(1544), + [anon_sym_noreturn] = ACTIONS(1544), + [sym_primitive_type] = ACTIONS(1544), + [anon_sym_enum] = ACTIONS(1544), + [anon_sym_struct] = ACTIONS(1544), + [anon_sym_union] = ACTIONS(1544), + [anon_sym_if] = ACTIONS(1544), + [anon_sym_switch] = ACTIONS(1544), + [anon_sym_case] = ACTIONS(1544), + [anon_sym_default] = ACTIONS(1544), + [anon_sym_while] = ACTIONS(1544), + [anon_sym_do] = ACTIONS(1544), + [anon_sym_for] = ACTIONS(1544), + [anon_sym_return] = ACTIONS(1544), + [anon_sym_break] = ACTIONS(1544), + [anon_sym_continue] = ACTIONS(1544), + [anon_sym_goto] = ACTIONS(1544), + [anon_sym_DASH_DASH] = ACTIONS(1546), + [anon_sym_PLUS_PLUS] = ACTIONS(1546), + [anon_sym_sizeof] = ACTIONS(1544), + [anon_sym___alignof__] = ACTIONS(1544), + [anon_sym___alignof] = ACTIONS(1544), + [anon_sym__alignof] = ACTIONS(1544), + [anon_sym_alignof] = ACTIONS(1544), + [anon_sym__Alignof] = ACTIONS(1544), + [anon_sym_offsetof] = ACTIONS(1544), + [anon_sym__Generic] = ACTIONS(1544), + [anon_sym_asm] = ACTIONS(1544), + [anon_sym___asm__] = ACTIONS(1544), + [sym_number_literal] = ACTIONS(1546), + [anon_sym_L_SQUOTE] = ACTIONS(1546), + [anon_sym_u_SQUOTE] = ACTIONS(1546), + [anon_sym_U_SQUOTE] = ACTIONS(1546), + [anon_sym_u8_SQUOTE] = ACTIONS(1546), + [anon_sym_SQUOTE] = ACTIONS(1546), + [anon_sym_L_DQUOTE] = ACTIONS(1546), + [anon_sym_u_DQUOTE] = ACTIONS(1546), + [anon_sym_U_DQUOTE] = ACTIONS(1546), + [anon_sym_u8_DQUOTE] = ACTIONS(1546), + [anon_sym_DQUOTE] = ACTIONS(1546), + [sym_true] = ACTIONS(1544), + [sym_false] = ACTIONS(1544), + [anon_sym_NULL] = ACTIONS(1544), + [anon_sym_nullptr] = ACTIONS(1544), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1556), - [anon_sym_rayPayloadInEXT] = ACTIONS(1556), - [anon_sym_hitAttributeEXT] = ACTIONS(1556), - [anon_sym_callableDataEXT] = ACTIONS(1556), - [anon_sym_callableDataInEXT] = ACTIONS(1556), - [anon_sym_shaderRecordEXT] = ACTIONS(1556), - [anon_sym_rayPayloadNV] = ACTIONS(1556), - [anon_sym_rayPayloadInNV] = ACTIONS(1556), - [anon_sym_hitAttributeNV] = ACTIONS(1556), - [anon_sym_callableDataNV] = ACTIONS(1556), - [anon_sym_callableDataInNV] = ACTIONS(1556), - [anon_sym_shaderRecordNV] = ACTIONS(1556), - [anon_sym_layout] = ACTIONS(1556), - }, - [223] = { - [sym_identifier] = ACTIONS(1508), - [aux_sym_preproc_include_token1] = ACTIONS(1508), - [aux_sym_preproc_def_token1] = ACTIONS(1508), - [aux_sym_preproc_if_token1] = ACTIONS(1508), - [aux_sym_preproc_if_token2] = ACTIONS(1508), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1508), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1508), - [aux_sym_preproc_else_token1] = ACTIONS(1508), - [aux_sym_preproc_elif_token1] = ACTIONS(1508), - [sym_preproc_directive] = ACTIONS(1508), - [anon_sym_LPAREN2] = ACTIONS(1510), - [anon_sym_BANG] = ACTIONS(1510), - [anon_sym_TILDE] = ACTIONS(1510), - [anon_sym_DASH] = ACTIONS(1508), - [anon_sym_PLUS] = ACTIONS(1508), - [anon_sym_STAR] = ACTIONS(1510), - [anon_sym_AMP] = ACTIONS(1510), - [anon_sym_subroutine] = ACTIONS(1508), - [anon_sym_invariant] = ACTIONS(1508), - [anon_sym_precise] = ACTIONS(1508), - [anon_sym_SEMI] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1508), - [anon_sym_out] = ACTIONS(1508), - [anon_sym_inout] = ACTIONS(1508), - [anon_sym_uniform] = ACTIONS(1508), - [anon_sym_shared] = ACTIONS(1508), - [anon_sym_attribute] = ACTIONS(1508), - [anon_sym_varying] = ACTIONS(1508), - [anon_sym_buffer] = ACTIONS(1508), - [anon_sym_coherent] = ACTIONS(1508), - [anon_sym_readonly] = ACTIONS(1508), - [anon_sym_writeonly] = ACTIONS(1508), - [anon_sym_precision] = ACTIONS(1508), - [anon_sym_highp] = ACTIONS(1508), - [anon_sym_mediump] = ACTIONS(1508), - [anon_sym_lowp] = ACTIONS(1508), - [anon_sym_centroid] = ACTIONS(1508), - [anon_sym_sample] = ACTIONS(1508), - [anon_sym_patch] = ACTIONS(1508), - [anon_sym_smooth] = ACTIONS(1508), - [anon_sym_flat] = ACTIONS(1508), - [anon_sym_noperspective] = ACTIONS(1508), - [anon_sym___extension__] = ACTIONS(1508), - [anon_sym_typedef] = ACTIONS(1508), - [anon_sym_extern] = ACTIONS(1508), - [anon_sym___attribute__] = ACTIONS(1508), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1510), - [anon_sym___declspec] = ACTIONS(1508), - [anon_sym___cdecl] = ACTIONS(1508), - [anon_sym___clrcall] = ACTIONS(1508), - [anon_sym___stdcall] = ACTIONS(1508), - [anon_sym___fastcall] = ACTIONS(1508), - [anon_sym___thiscall] = ACTIONS(1508), - [anon_sym___vectorcall] = ACTIONS(1508), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_signed] = ACTIONS(1508), - [anon_sym_unsigned] = ACTIONS(1508), - [anon_sym_long] = ACTIONS(1508), - [anon_sym_short] = ACTIONS(1508), - [anon_sym_static] = ACTIONS(1508), - [anon_sym_auto] = ACTIONS(1508), - [anon_sym_register] = ACTIONS(1508), - [anon_sym_inline] = ACTIONS(1508), - [anon_sym___inline] = ACTIONS(1508), - [anon_sym___inline__] = ACTIONS(1508), - [anon_sym___forceinline] = ACTIONS(1508), - [anon_sym_thread_local] = ACTIONS(1508), - [anon_sym___thread] = ACTIONS(1508), - [anon_sym_const] = ACTIONS(1508), - [anon_sym_constexpr] = ACTIONS(1508), - [anon_sym_volatile] = ACTIONS(1508), - [anon_sym_restrict] = ACTIONS(1508), - [anon_sym___restrict__] = ACTIONS(1508), - [anon_sym__Atomic] = ACTIONS(1508), - [anon_sym__Noreturn] = ACTIONS(1508), - [anon_sym_noreturn] = ACTIONS(1508), - [sym_primitive_type] = ACTIONS(1508), - [anon_sym_enum] = ACTIONS(1508), - [anon_sym_struct] = ACTIONS(1508), - [anon_sym_union] = ACTIONS(1508), - [anon_sym_if] = ACTIONS(1508), - [anon_sym_switch] = ACTIONS(1508), - [anon_sym_case] = ACTIONS(1508), - [anon_sym_default] = ACTIONS(1508), - [anon_sym_while] = ACTIONS(1508), - [anon_sym_do] = ACTIONS(1508), - [anon_sym_for] = ACTIONS(1508), - [anon_sym_return] = ACTIONS(1508), - [anon_sym_break] = ACTIONS(1508), - [anon_sym_continue] = ACTIONS(1508), - [anon_sym_goto] = ACTIONS(1508), - [anon_sym_DASH_DASH] = ACTIONS(1510), - [anon_sym_PLUS_PLUS] = ACTIONS(1510), - [anon_sym_sizeof] = ACTIONS(1508), - [anon_sym___alignof__] = ACTIONS(1508), - [anon_sym___alignof] = ACTIONS(1508), - [anon_sym__alignof] = ACTIONS(1508), - [anon_sym_alignof] = ACTIONS(1508), - [anon_sym__Alignof] = ACTIONS(1508), - [anon_sym_offsetof] = ACTIONS(1508), - [anon_sym__Generic] = ACTIONS(1508), - [anon_sym_asm] = ACTIONS(1508), - [anon_sym___asm__] = ACTIONS(1508), - [sym_number_literal] = ACTIONS(1510), - [anon_sym_L_SQUOTE] = ACTIONS(1510), - [anon_sym_u_SQUOTE] = ACTIONS(1510), - [anon_sym_U_SQUOTE] = ACTIONS(1510), - [anon_sym_u8_SQUOTE] = ACTIONS(1510), - [anon_sym_SQUOTE] = ACTIONS(1510), - [anon_sym_L_DQUOTE] = ACTIONS(1510), - [anon_sym_u_DQUOTE] = ACTIONS(1510), - [anon_sym_U_DQUOTE] = ACTIONS(1510), - [anon_sym_u8_DQUOTE] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym_true] = ACTIONS(1508), - [sym_false] = ACTIONS(1508), - [anon_sym_NULL] = ACTIONS(1508), - [anon_sym_nullptr] = ACTIONS(1508), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1508), - [anon_sym_rayPayloadInEXT] = ACTIONS(1508), - [anon_sym_hitAttributeEXT] = ACTIONS(1508), - [anon_sym_callableDataEXT] = ACTIONS(1508), - [anon_sym_callableDataInEXT] = ACTIONS(1508), - [anon_sym_shaderRecordEXT] = ACTIONS(1508), - [anon_sym_rayPayloadNV] = ACTIONS(1508), - [anon_sym_rayPayloadInNV] = ACTIONS(1508), - [anon_sym_hitAttributeNV] = ACTIONS(1508), - [anon_sym_callableDataNV] = ACTIONS(1508), - [anon_sym_callableDataInNV] = ACTIONS(1508), - [anon_sym_shaderRecordNV] = ACTIONS(1508), - [anon_sym_layout] = ACTIONS(1508), + [anon_sym_rayPayloadEXT] = ACTIONS(1544), + [anon_sym_rayPayloadInEXT] = ACTIONS(1544), + [anon_sym_hitAttributeEXT] = ACTIONS(1544), + [anon_sym_callableDataEXT] = ACTIONS(1544), + [anon_sym_callableDataInEXT] = ACTIONS(1544), + [anon_sym_shaderRecordEXT] = ACTIONS(1544), + [anon_sym_rayPayloadNV] = ACTIONS(1544), + [anon_sym_rayPayloadInNV] = ACTIONS(1544), + [anon_sym_hitAttributeNV] = ACTIONS(1544), + [anon_sym_callableDataNV] = ACTIONS(1544), + [anon_sym_callableDataInNV] = ACTIONS(1544), + [anon_sym_shaderRecordNV] = ACTIONS(1544), + [anon_sym_layout] = ACTIONS(1544), }, - [224] = { - [sym_identifier] = ACTIONS(1498), - [aux_sym_preproc_include_token1] = ACTIONS(1498), - [aux_sym_preproc_def_token1] = ACTIONS(1498), - [aux_sym_preproc_if_token1] = ACTIONS(1498), - [aux_sym_preproc_if_token2] = ACTIONS(1498), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1498), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1498), - [aux_sym_preproc_else_token1] = ACTIONS(1498), - [aux_sym_preproc_elif_token1] = ACTIONS(1498), - [sym_preproc_directive] = ACTIONS(1498), - [anon_sym_LPAREN2] = ACTIONS(1500), - [anon_sym_BANG] = ACTIONS(1500), - [anon_sym_TILDE] = ACTIONS(1500), - [anon_sym_DASH] = ACTIONS(1498), - [anon_sym_PLUS] = ACTIONS(1498), - [anon_sym_STAR] = ACTIONS(1500), - [anon_sym_AMP] = ACTIONS(1500), - [anon_sym_subroutine] = ACTIONS(1498), - [anon_sym_invariant] = ACTIONS(1498), - [anon_sym_precise] = ACTIONS(1498), - [anon_sym_SEMI] = ACTIONS(1500), - [anon_sym_in] = ACTIONS(1498), - [anon_sym_out] = ACTIONS(1498), - [anon_sym_inout] = ACTIONS(1498), - [anon_sym_uniform] = ACTIONS(1498), - [anon_sym_shared] = ACTIONS(1498), - [anon_sym_attribute] = ACTIONS(1498), - [anon_sym_varying] = ACTIONS(1498), - [anon_sym_buffer] = ACTIONS(1498), - [anon_sym_coherent] = ACTIONS(1498), - [anon_sym_readonly] = ACTIONS(1498), - [anon_sym_writeonly] = ACTIONS(1498), - [anon_sym_precision] = ACTIONS(1498), - [anon_sym_highp] = ACTIONS(1498), - [anon_sym_mediump] = ACTIONS(1498), - [anon_sym_lowp] = ACTIONS(1498), - [anon_sym_centroid] = ACTIONS(1498), - [anon_sym_sample] = ACTIONS(1498), - [anon_sym_patch] = ACTIONS(1498), - [anon_sym_smooth] = ACTIONS(1498), - [anon_sym_flat] = ACTIONS(1498), - [anon_sym_noperspective] = ACTIONS(1498), - [anon_sym___extension__] = ACTIONS(1498), - [anon_sym_typedef] = ACTIONS(1498), - [anon_sym_extern] = ACTIONS(1498), - [anon_sym___attribute__] = ACTIONS(1498), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1500), - [anon_sym___declspec] = ACTIONS(1498), - [anon_sym___cdecl] = ACTIONS(1498), - [anon_sym___clrcall] = ACTIONS(1498), - [anon_sym___stdcall] = ACTIONS(1498), - [anon_sym___fastcall] = ACTIONS(1498), - [anon_sym___thiscall] = ACTIONS(1498), - [anon_sym___vectorcall] = ACTIONS(1498), - [anon_sym_LBRACE] = ACTIONS(1500), - [anon_sym_signed] = ACTIONS(1498), - [anon_sym_unsigned] = ACTIONS(1498), - [anon_sym_long] = ACTIONS(1498), - [anon_sym_short] = ACTIONS(1498), - [anon_sym_static] = ACTIONS(1498), - [anon_sym_auto] = ACTIONS(1498), - [anon_sym_register] = ACTIONS(1498), - [anon_sym_inline] = ACTIONS(1498), - [anon_sym___inline] = ACTIONS(1498), - [anon_sym___inline__] = ACTIONS(1498), - [anon_sym___forceinline] = ACTIONS(1498), - [anon_sym_thread_local] = ACTIONS(1498), - [anon_sym___thread] = ACTIONS(1498), - [anon_sym_const] = ACTIONS(1498), - [anon_sym_constexpr] = ACTIONS(1498), - [anon_sym_volatile] = ACTIONS(1498), - [anon_sym_restrict] = ACTIONS(1498), - [anon_sym___restrict__] = ACTIONS(1498), - [anon_sym__Atomic] = ACTIONS(1498), - [anon_sym__Noreturn] = ACTIONS(1498), - [anon_sym_noreturn] = ACTIONS(1498), - [sym_primitive_type] = ACTIONS(1498), - [anon_sym_enum] = ACTIONS(1498), - [anon_sym_struct] = ACTIONS(1498), - [anon_sym_union] = ACTIONS(1498), - [anon_sym_if] = ACTIONS(1498), - [anon_sym_switch] = ACTIONS(1498), - [anon_sym_case] = ACTIONS(1498), - [anon_sym_default] = ACTIONS(1498), - [anon_sym_while] = ACTIONS(1498), - [anon_sym_do] = ACTIONS(1498), - [anon_sym_for] = ACTIONS(1498), - [anon_sym_return] = ACTIONS(1498), - [anon_sym_break] = ACTIONS(1498), - [anon_sym_continue] = ACTIONS(1498), - [anon_sym_goto] = ACTIONS(1498), - [anon_sym_DASH_DASH] = ACTIONS(1500), - [anon_sym_PLUS_PLUS] = ACTIONS(1500), - [anon_sym_sizeof] = ACTIONS(1498), - [anon_sym___alignof__] = ACTIONS(1498), - [anon_sym___alignof] = ACTIONS(1498), - [anon_sym__alignof] = ACTIONS(1498), - [anon_sym_alignof] = ACTIONS(1498), - [anon_sym__Alignof] = ACTIONS(1498), - [anon_sym_offsetof] = ACTIONS(1498), - [anon_sym__Generic] = ACTIONS(1498), - [anon_sym_asm] = ACTIONS(1498), - [anon_sym___asm__] = ACTIONS(1498), - [sym_number_literal] = ACTIONS(1500), - [anon_sym_L_SQUOTE] = ACTIONS(1500), - [anon_sym_u_SQUOTE] = ACTIONS(1500), - [anon_sym_U_SQUOTE] = ACTIONS(1500), - [anon_sym_u8_SQUOTE] = ACTIONS(1500), - [anon_sym_SQUOTE] = ACTIONS(1500), - [anon_sym_L_DQUOTE] = ACTIONS(1500), - [anon_sym_u_DQUOTE] = ACTIONS(1500), - [anon_sym_U_DQUOTE] = ACTIONS(1500), - [anon_sym_u8_DQUOTE] = ACTIONS(1500), - [anon_sym_DQUOTE] = ACTIONS(1500), - [sym_true] = ACTIONS(1498), - [sym_false] = ACTIONS(1498), - [anon_sym_NULL] = ACTIONS(1498), - [anon_sym_nullptr] = ACTIONS(1498), + [220] = { + [sym_else_clause] = STATE(302), + [ts_builtin_sym_end] = ACTIONS(1346), + [sym_identifier] = ACTIONS(1344), + [aux_sym_preproc_include_token1] = ACTIONS(1344), + [aux_sym_preproc_def_token1] = ACTIONS(1344), + [aux_sym_preproc_if_token1] = ACTIONS(1344), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1344), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1344), + [sym_preproc_directive] = ACTIONS(1344), + [anon_sym_LPAREN2] = ACTIONS(1346), + [anon_sym_BANG] = ACTIONS(1346), + [anon_sym_TILDE] = ACTIONS(1346), + [anon_sym_DASH] = ACTIONS(1344), + [anon_sym_PLUS] = ACTIONS(1344), + [anon_sym_STAR] = ACTIONS(1346), + [anon_sym_AMP] = ACTIONS(1346), + [anon_sym_subroutine] = ACTIONS(1344), + [anon_sym_invariant] = ACTIONS(1344), + [anon_sym_precise] = ACTIONS(1344), + [anon_sym_SEMI] = ACTIONS(1346), + [anon_sym_in] = ACTIONS(1344), + [anon_sym_out] = ACTIONS(1344), + [anon_sym_inout] = ACTIONS(1344), + [anon_sym_uniform] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(1344), + [anon_sym_attribute] = ACTIONS(1344), + [anon_sym_varying] = ACTIONS(1344), + [anon_sym_buffer] = ACTIONS(1344), + [anon_sym_coherent] = ACTIONS(1344), + [anon_sym_readonly] = ACTIONS(1344), + [anon_sym_writeonly] = ACTIONS(1344), + [anon_sym_precision] = ACTIONS(1344), + [anon_sym_highp] = ACTIONS(1344), + [anon_sym_mediump] = ACTIONS(1344), + [anon_sym_lowp] = ACTIONS(1344), + [anon_sym_centroid] = ACTIONS(1344), + [anon_sym_sample] = ACTIONS(1344), + [anon_sym_patch] = ACTIONS(1344), + [anon_sym_smooth] = ACTIONS(1344), + [anon_sym_flat] = ACTIONS(1344), + [anon_sym_noperspective] = ACTIONS(1344), + [anon_sym___extension__] = ACTIONS(1344), + [anon_sym_typedef] = ACTIONS(1344), + [anon_sym_extern] = ACTIONS(1344), + [anon_sym___attribute__] = ACTIONS(1344), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1346), + [anon_sym___declspec] = ACTIONS(1344), + [anon_sym___cdecl] = ACTIONS(1344), + [anon_sym___clrcall] = ACTIONS(1344), + [anon_sym___stdcall] = ACTIONS(1344), + [anon_sym___fastcall] = ACTIONS(1344), + [anon_sym___thiscall] = ACTIONS(1344), + [anon_sym___vectorcall] = ACTIONS(1344), + [anon_sym_LBRACE] = ACTIONS(1346), + [anon_sym_signed] = ACTIONS(1344), + [anon_sym_unsigned] = ACTIONS(1344), + [anon_sym_long] = ACTIONS(1344), + [anon_sym_short] = ACTIONS(1344), + [anon_sym_static] = ACTIONS(1344), + [anon_sym_auto] = ACTIONS(1344), + [anon_sym_register] = ACTIONS(1344), + [anon_sym_inline] = ACTIONS(1344), + [anon_sym___inline] = ACTIONS(1344), + [anon_sym___inline__] = ACTIONS(1344), + [anon_sym___forceinline] = ACTIONS(1344), + [anon_sym_thread_local] = ACTIONS(1344), + [anon_sym___thread] = ACTIONS(1344), + [anon_sym_const] = ACTIONS(1344), + [anon_sym_constexpr] = ACTIONS(1344), + [anon_sym_volatile] = ACTIONS(1344), + [anon_sym_restrict] = ACTIONS(1344), + [anon_sym___restrict__] = ACTIONS(1344), + [anon_sym__Atomic] = ACTIONS(1344), + [anon_sym__Noreturn] = ACTIONS(1344), + [anon_sym_noreturn] = ACTIONS(1344), + [sym_primitive_type] = ACTIONS(1344), + [anon_sym_enum] = ACTIONS(1344), + [anon_sym_struct] = ACTIONS(1344), + [anon_sym_union] = ACTIONS(1344), + [anon_sym_if] = ACTIONS(1344), + [anon_sym_else] = ACTIONS(1564), + [anon_sym_switch] = ACTIONS(1344), + [anon_sym_case] = ACTIONS(1344), + [anon_sym_default] = ACTIONS(1344), + [anon_sym_while] = ACTIONS(1344), + [anon_sym_do] = ACTIONS(1344), + [anon_sym_for] = ACTIONS(1344), + [anon_sym_return] = ACTIONS(1344), + [anon_sym_break] = ACTIONS(1344), + [anon_sym_continue] = ACTIONS(1344), + [anon_sym_goto] = ACTIONS(1344), + [anon_sym_DASH_DASH] = ACTIONS(1346), + [anon_sym_PLUS_PLUS] = ACTIONS(1346), + [anon_sym_sizeof] = ACTIONS(1344), + [anon_sym___alignof__] = ACTIONS(1344), + [anon_sym___alignof] = ACTIONS(1344), + [anon_sym__alignof] = ACTIONS(1344), + [anon_sym_alignof] = ACTIONS(1344), + [anon_sym__Alignof] = ACTIONS(1344), + [anon_sym_offsetof] = ACTIONS(1344), + [anon_sym__Generic] = ACTIONS(1344), + [anon_sym_asm] = ACTIONS(1344), + [anon_sym___asm__] = ACTIONS(1344), + [sym_number_literal] = ACTIONS(1346), + [anon_sym_L_SQUOTE] = ACTIONS(1346), + [anon_sym_u_SQUOTE] = ACTIONS(1346), + [anon_sym_U_SQUOTE] = ACTIONS(1346), + [anon_sym_u8_SQUOTE] = ACTIONS(1346), + [anon_sym_SQUOTE] = ACTIONS(1346), + [anon_sym_L_DQUOTE] = ACTIONS(1346), + [anon_sym_u_DQUOTE] = ACTIONS(1346), + [anon_sym_U_DQUOTE] = ACTIONS(1346), + [anon_sym_u8_DQUOTE] = ACTIONS(1346), + [anon_sym_DQUOTE] = ACTIONS(1346), + [sym_true] = ACTIONS(1344), + [sym_false] = ACTIONS(1344), + [anon_sym_NULL] = ACTIONS(1344), + [anon_sym_nullptr] = ACTIONS(1344), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1498), - [anon_sym_rayPayloadInEXT] = ACTIONS(1498), - [anon_sym_hitAttributeEXT] = ACTIONS(1498), - [anon_sym_callableDataEXT] = ACTIONS(1498), - [anon_sym_callableDataInEXT] = ACTIONS(1498), - [anon_sym_shaderRecordEXT] = ACTIONS(1498), - [anon_sym_rayPayloadNV] = ACTIONS(1498), - [anon_sym_rayPayloadInNV] = ACTIONS(1498), - [anon_sym_hitAttributeNV] = ACTIONS(1498), - [anon_sym_callableDataNV] = ACTIONS(1498), - [anon_sym_callableDataInNV] = ACTIONS(1498), - [anon_sym_shaderRecordNV] = ACTIONS(1498), - [anon_sym_layout] = ACTIONS(1498), + [anon_sym_rayPayloadEXT] = ACTIONS(1344), + [anon_sym_rayPayloadInEXT] = ACTIONS(1344), + [anon_sym_hitAttributeEXT] = ACTIONS(1344), + [anon_sym_callableDataEXT] = ACTIONS(1344), + [anon_sym_callableDataInEXT] = ACTIONS(1344), + [anon_sym_shaderRecordEXT] = ACTIONS(1344), + [anon_sym_rayPayloadNV] = ACTIONS(1344), + [anon_sym_rayPayloadInNV] = ACTIONS(1344), + [anon_sym_hitAttributeNV] = ACTIONS(1344), + [anon_sym_callableDataNV] = ACTIONS(1344), + [anon_sym_callableDataInNV] = ACTIONS(1344), + [anon_sym_shaderRecordNV] = ACTIONS(1344), + [anon_sym_layout] = ACTIONS(1344), }, - [225] = { - [sym_identifier] = ACTIONS(1466), - [aux_sym_preproc_include_token1] = ACTIONS(1466), - [aux_sym_preproc_def_token1] = ACTIONS(1466), - [aux_sym_preproc_if_token1] = ACTIONS(1466), - [aux_sym_preproc_if_token2] = ACTIONS(1466), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1466), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1466), - [aux_sym_preproc_else_token1] = ACTIONS(1466), - [aux_sym_preproc_elif_token1] = ACTIONS(1466), - [sym_preproc_directive] = ACTIONS(1466), - [anon_sym_LPAREN2] = ACTIONS(1468), - [anon_sym_BANG] = ACTIONS(1468), - [anon_sym_TILDE] = ACTIONS(1468), - [anon_sym_DASH] = ACTIONS(1466), - [anon_sym_PLUS] = ACTIONS(1466), - [anon_sym_STAR] = ACTIONS(1468), - [anon_sym_AMP] = ACTIONS(1468), - [anon_sym_subroutine] = ACTIONS(1466), - [anon_sym_invariant] = ACTIONS(1466), - [anon_sym_precise] = ACTIONS(1466), - [anon_sym_SEMI] = ACTIONS(1468), - [anon_sym_in] = ACTIONS(1466), - [anon_sym_out] = ACTIONS(1466), - [anon_sym_inout] = ACTIONS(1466), - [anon_sym_uniform] = ACTIONS(1466), - [anon_sym_shared] = ACTIONS(1466), - [anon_sym_attribute] = ACTIONS(1466), - [anon_sym_varying] = ACTIONS(1466), - [anon_sym_buffer] = ACTIONS(1466), - [anon_sym_coherent] = ACTIONS(1466), - [anon_sym_readonly] = ACTIONS(1466), - [anon_sym_writeonly] = ACTIONS(1466), - [anon_sym_precision] = ACTIONS(1466), - [anon_sym_highp] = ACTIONS(1466), - [anon_sym_mediump] = ACTIONS(1466), - [anon_sym_lowp] = ACTIONS(1466), - [anon_sym_centroid] = ACTIONS(1466), - [anon_sym_sample] = ACTIONS(1466), - [anon_sym_patch] = ACTIONS(1466), - [anon_sym_smooth] = ACTIONS(1466), - [anon_sym_flat] = ACTIONS(1466), - [anon_sym_noperspective] = ACTIONS(1466), - [anon_sym___extension__] = ACTIONS(1466), - [anon_sym_typedef] = ACTIONS(1466), - [anon_sym_extern] = ACTIONS(1466), - [anon_sym___attribute__] = ACTIONS(1466), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1468), - [anon_sym___declspec] = ACTIONS(1466), - [anon_sym___cdecl] = ACTIONS(1466), - [anon_sym___clrcall] = ACTIONS(1466), - [anon_sym___stdcall] = ACTIONS(1466), - [anon_sym___fastcall] = ACTIONS(1466), - [anon_sym___thiscall] = ACTIONS(1466), - [anon_sym___vectorcall] = ACTIONS(1466), - [anon_sym_LBRACE] = ACTIONS(1468), - [anon_sym_signed] = ACTIONS(1466), - [anon_sym_unsigned] = ACTIONS(1466), - [anon_sym_long] = ACTIONS(1466), - [anon_sym_short] = ACTIONS(1466), - [anon_sym_static] = ACTIONS(1466), - [anon_sym_auto] = ACTIONS(1466), - [anon_sym_register] = ACTIONS(1466), - [anon_sym_inline] = ACTIONS(1466), - [anon_sym___inline] = ACTIONS(1466), - [anon_sym___inline__] = ACTIONS(1466), - [anon_sym___forceinline] = ACTIONS(1466), - [anon_sym_thread_local] = ACTIONS(1466), - [anon_sym___thread] = ACTIONS(1466), - [anon_sym_const] = ACTIONS(1466), - [anon_sym_constexpr] = ACTIONS(1466), - [anon_sym_volatile] = ACTIONS(1466), - [anon_sym_restrict] = ACTIONS(1466), - [anon_sym___restrict__] = ACTIONS(1466), - [anon_sym__Atomic] = ACTIONS(1466), - [anon_sym__Noreturn] = ACTIONS(1466), - [anon_sym_noreturn] = ACTIONS(1466), - [sym_primitive_type] = ACTIONS(1466), - [anon_sym_enum] = ACTIONS(1466), - [anon_sym_struct] = ACTIONS(1466), - [anon_sym_union] = ACTIONS(1466), - [anon_sym_if] = ACTIONS(1466), - [anon_sym_switch] = ACTIONS(1466), - [anon_sym_case] = ACTIONS(1466), - [anon_sym_default] = ACTIONS(1466), - [anon_sym_while] = ACTIONS(1466), - [anon_sym_do] = ACTIONS(1466), - [anon_sym_for] = ACTIONS(1466), - [anon_sym_return] = ACTIONS(1466), - [anon_sym_break] = ACTIONS(1466), - [anon_sym_continue] = ACTIONS(1466), - [anon_sym_goto] = ACTIONS(1466), - [anon_sym_DASH_DASH] = ACTIONS(1468), - [anon_sym_PLUS_PLUS] = ACTIONS(1468), - [anon_sym_sizeof] = ACTIONS(1466), - [anon_sym___alignof__] = ACTIONS(1466), - [anon_sym___alignof] = ACTIONS(1466), - [anon_sym__alignof] = ACTIONS(1466), - [anon_sym_alignof] = ACTIONS(1466), - [anon_sym__Alignof] = ACTIONS(1466), - [anon_sym_offsetof] = ACTIONS(1466), - [anon_sym__Generic] = ACTIONS(1466), - [anon_sym_asm] = ACTIONS(1466), - [anon_sym___asm__] = ACTIONS(1466), - [sym_number_literal] = ACTIONS(1468), - [anon_sym_L_SQUOTE] = ACTIONS(1468), - [anon_sym_u_SQUOTE] = ACTIONS(1468), - [anon_sym_U_SQUOTE] = ACTIONS(1468), - [anon_sym_u8_SQUOTE] = ACTIONS(1468), - [anon_sym_SQUOTE] = ACTIONS(1468), - [anon_sym_L_DQUOTE] = ACTIONS(1468), - [anon_sym_u_DQUOTE] = ACTIONS(1468), - [anon_sym_U_DQUOTE] = ACTIONS(1468), - [anon_sym_u8_DQUOTE] = ACTIONS(1468), - [anon_sym_DQUOTE] = ACTIONS(1468), - [sym_true] = ACTIONS(1466), - [sym_false] = ACTIONS(1466), - [anon_sym_NULL] = ACTIONS(1466), - [anon_sym_nullptr] = ACTIONS(1466), + [221] = { + [sym_identifier] = ACTIONS(1478), + [aux_sym_preproc_include_token1] = ACTIONS(1478), + [aux_sym_preproc_def_token1] = ACTIONS(1478), + [aux_sym_preproc_if_token1] = ACTIONS(1478), + [aux_sym_preproc_if_token2] = ACTIONS(1478), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1478), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1478), + [aux_sym_preproc_else_token1] = ACTIONS(1478), + [aux_sym_preproc_elif_token1] = ACTIONS(1478), + [sym_preproc_directive] = ACTIONS(1478), + [anon_sym_LPAREN2] = ACTIONS(1480), + [anon_sym_BANG] = ACTIONS(1480), + [anon_sym_TILDE] = ACTIONS(1480), + [anon_sym_DASH] = ACTIONS(1478), + [anon_sym_PLUS] = ACTIONS(1478), + [anon_sym_STAR] = ACTIONS(1480), + [anon_sym_AMP] = ACTIONS(1480), + [anon_sym_subroutine] = ACTIONS(1478), + [anon_sym_invariant] = ACTIONS(1478), + [anon_sym_precise] = ACTIONS(1478), + [anon_sym_SEMI] = ACTIONS(1480), + [anon_sym_in] = ACTIONS(1478), + [anon_sym_out] = ACTIONS(1478), + [anon_sym_inout] = ACTIONS(1478), + [anon_sym_uniform] = ACTIONS(1478), + [anon_sym_shared] = ACTIONS(1478), + [anon_sym_attribute] = ACTIONS(1478), + [anon_sym_varying] = ACTIONS(1478), + [anon_sym_buffer] = ACTIONS(1478), + [anon_sym_coherent] = ACTIONS(1478), + [anon_sym_readonly] = ACTIONS(1478), + [anon_sym_writeonly] = ACTIONS(1478), + [anon_sym_precision] = ACTIONS(1478), + [anon_sym_highp] = ACTIONS(1478), + [anon_sym_mediump] = ACTIONS(1478), + [anon_sym_lowp] = ACTIONS(1478), + [anon_sym_centroid] = ACTIONS(1478), + [anon_sym_sample] = ACTIONS(1478), + [anon_sym_patch] = ACTIONS(1478), + [anon_sym_smooth] = ACTIONS(1478), + [anon_sym_flat] = ACTIONS(1478), + [anon_sym_noperspective] = ACTIONS(1478), + [anon_sym___extension__] = ACTIONS(1478), + [anon_sym_typedef] = ACTIONS(1478), + [anon_sym_extern] = ACTIONS(1478), + [anon_sym___attribute__] = ACTIONS(1478), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1480), + [anon_sym___declspec] = ACTIONS(1478), + [anon_sym___cdecl] = ACTIONS(1478), + [anon_sym___clrcall] = ACTIONS(1478), + [anon_sym___stdcall] = ACTIONS(1478), + [anon_sym___fastcall] = ACTIONS(1478), + [anon_sym___thiscall] = ACTIONS(1478), + [anon_sym___vectorcall] = ACTIONS(1478), + [anon_sym_LBRACE] = ACTIONS(1480), + [anon_sym_signed] = ACTIONS(1478), + [anon_sym_unsigned] = ACTIONS(1478), + [anon_sym_long] = ACTIONS(1478), + [anon_sym_short] = ACTIONS(1478), + [anon_sym_static] = ACTIONS(1478), + [anon_sym_auto] = ACTIONS(1478), + [anon_sym_register] = ACTIONS(1478), + [anon_sym_inline] = ACTIONS(1478), + [anon_sym___inline] = ACTIONS(1478), + [anon_sym___inline__] = ACTIONS(1478), + [anon_sym___forceinline] = ACTIONS(1478), + [anon_sym_thread_local] = ACTIONS(1478), + [anon_sym___thread] = ACTIONS(1478), + [anon_sym_const] = ACTIONS(1478), + [anon_sym_constexpr] = ACTIONS(1478), + [anon_sym_volatile] = ACTIONS(1478), + [anon_sym_restrict] = ACTIONS(1478), + [anon_sym___restrict__] = ACTIONS(1478), + [anon_sym__Atomic] = ACTIONS(1478), + [anon_sym__Noreturn] = ACTIONS(1478), + [anon_sym_noreturn] = ACTIONS(1478), + [sym_primitive_type] = ACTIONS(1478), + [anon_sym_enum] = ACTIONS(1478), + [anon_sym_struct] = ACTIONS(1478), + [anon_sym_union] = ACTIONS(1478), + [anon_sym_if] = ACTIONS(1478), + [anon_sym_switch] = ACTIONS(1478), + [anon_sym_case] = ACTIONS(1478), + [anon_sym_default] = ACTIONS(1478), + [anon_sym_while] = ACTIONS(1478), + [anon_sym_do] = ACTIONS(1478), + [anon_sym_for] = ACTIONS(1478), + [anon_sym_return] = ACTIONS(1478), + [anon_sym_break] = ACTIONS(1478), + [anon_sym_continue] = ACTIONS(1478), + [anon_sym_goto] = ACTIONS(1478), + [anon_sym_DASH_DASH] = ACTIONS(1480), + [anon_sym_PLUS_PLUS] = ACTIONS(1480), + [anon_sym_sizeof] = ACTIONS(1478), + [anon_sym___alignof__] = ACTIONS(1478), + [anon_sym___alignof] = ACTIONS(1478), + [anon_sym__alignof] = ACTIONS(1478), + [anon_sym_alignof] = ACTIONS(1478), + [anon_sym__Alignof] = ACTIONS(1478), + [anon_sym_offsetof] = ACTIONS(1478), + [anon_sym__Generic] = ACTIONS(1478), + [anon_sym_asm] = ACTIONS(1478), + [anon_sym___asm__] = ACTIONS(1478), + [sym_number_literal] = ACTIONS(1480), + [anon_sym_L_SQUOTE] = ACTIONS(1480), + [anon_sym_u_SQUOTE] = ACTIONS(1480), + [anon_sym_U_SQUOTE] = ACTIONS(1480), + [anon_sym_u8_SQUOTE] = ACTIONS(1480), + [anon_sym_SQUOTE] = ACTIONS(1480), + [anon_sym_L_DQUOTE] = ACTIONS(1480), + [anon_sym_u_DQUOTE] = ACTIONS(1480), + [anon_sym_U_DQUOTE] = ACTIONS(1480), + [anon_sym_u8_DQUOTE] = ACTIONS(1480), + [anon_sym_DQUOTE] = ACTIONS(1480), + [sym_true] = ACTIONS(1478), + [sym_false] = ACTIONS(1478), + [anon_sym_NULL] = ACTIONS(1478), + [anon_sym_nullptr] = ACTIONS(1478), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1466), - [anon_sym_rayPayloadInEXT] = ACTIONS(1466), - [anon_sym_hitAttributeEXT] = ACTIONS(1466), - [anon_sym_callableDataEXT] = ACTIONS(1466), - [anon_sym_callableDataInEXT] = ACTIONS(1466), - [anon_sym_shaderRecordEXT] = ACTIONS(1466), - [anon_sym_rayPayloadNV] = ACTIONS(1466), - [anon_sym_rayPayloadInNV] = ACTIONS(1466), - [anon_sym_hitAttributeNV] = ACTIONS(1466), - [anon_sym_callableDataNV] = ACTIONS(1466), - [anon_sym_callableDataInNV] = ACTIONS(1466), - [anon_sym_shaderRecordNV] = ACTIONS(1466), - [anon_sym_layout] = ACTIONS(1466), + [anon_sym_rayPayloadEXT] = ACTIONS(1478), + [anon_sym_rayPayloadInEXT] = ACTIONS(1478), + [anon_sym_hitAttributeEXT] = ACTIONS(1478), + [anon_sym_callableDataEXT] = ACTIONS(1478), + [anon_sym_callableDataInEXT] = ACTIONS(1478), + [anon_sym_shaderRecordEXT] = ACTIONS(1478), + [anon_sym_rayPayloadNV] = ACTIONS(1478), + [anon_sym_rayPayloadInNV] = ACTIONS(1478), + [anon_sym_hitAttributeNV] = ACTIONS(1478), + [anon_sym_callableDataNV] = ACTIONS(1478), + [anon_sym_callableDataInNV] = ACTIONS(1478), + [anon_sym_shaderRecordNV] = ACTIONS(1478), + [anon_sym_layout] = ACTIONS(1478), }, - [226] = { + [222] = { [sym_identifier] = ACTIONS(1474), [aux_sym_preproc_include_token1] = ACTIONS(1474), [aux_sym_preproc_def_token1] = ACTIONS(1474), @@ -52351,141 +51810,275 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1474), [anon_sym_layout] = ACTIONS(1474), }, - [227] = { - [sym_identifier] = ACTIONS(1470), - [aux_sym_preproc_include_token1] = ACTIONS(1470), - [aux_sym_preproc_def_token1] = ACTIONS(1470), - [aux_sym_preproc_if_token1] = ACTIONS(1470), - [aux_sym_preproc_if_token2] = ACTIONS(1470), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1470), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1470), - [aux_sym_preproc_else_token1] = ACTIONS(1470), - [aux_sym_preproc_elif_token1] = ACTIONS(1470), - [sym_preproc_directive] = ACTIONS(1470), - [anon_sym_LPAREN2] = ACTIONS(1472), - [anon_sym_BANG] = ACTIONS(1472), - [anon_sym_TILDE] = ACTIONS(1472), - [anon_sym_DASH] = ACTIONS(1470), - [anon_sym_PLUS] = ACTIONS(1470), - [anon_sym_STAR] = ACTIONS(1472), - [anon_sym_AMP] = ACTIONS(1472), - [anon_sym_subroutine] = ACTIONS(1470), - [anon_sym_invariant] = ACTIONS(1470), - [anon_sym_precise] = ACTIONS(1470), - [anon_sym_SEMI] = ACTIONS(1472), - [anon_sym_in] = ACTIONS(1470), - [anon_sym_out] = ACTIONS(1470), - [anon_sym_inout] = ACTIONS(1470), - [anon_sym_uniform] = ACTIONS(1470), - [anon_sym_shared] = ACTIONS(1470), - [anon_sym_attribute] = ACTIONS(1470), - [anon_sym_varying] = ACTIONS(1470), - [anon_sym_buffer] = ACTIONS(1470), - [anon_sym_coherent] = ACTIONS(1470), - [anon_sym_readonly] = ACTIONS(1470), - [anon_sym_writeonly] = ACTIONS(1470), - [anon_sym_precision] = ACTIONS(1470), - [anon_sym_highp] = ACTIONS(1470), - [anon_sym_mediump] = ACTIONS(1470), - [anon_sym_lowp] = ACTIONS(1470), - [anon_sym_centroid] = ACTIONS(1470), - [anon_sym_sample] = ACTIONS(1470), - [anon_sym_patch] = ACTIONS(1470), - [anon_sym_smooth] = ACTIONS(1470), - [anon_sym_flat] = ACTIONS(1470), - [anon_sym_noperspective] = ACTIONS(1470), - [anon_sym___extension__] = ACTIONS(1470), - [anon_sym_typedef] = ACTIONS(1470), - [anon_sym_extern] = ACTIONS(1470), - [anon_sym___attribute__] = ACTIONS(1470), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1472), - [anon_sym___declspec] = ACTIONS(1470), - [anon_sym___cdecl] = ACTIONS(1470), - [anon_sym___clrcall] = ACTIONS(1470), - [anon_sym___stdcall] = ACTIONS(1470), - [anon_sym___fastcall] = ACTIONS(1470), - [anon_sym___thiscall] = ACTIONS(1470), - [anon_sym___vectorcall] = ACTIONS(1470), - [anon_sym_LBRACE] = ACTIONS(1472), - [anon_sym_signed] = ACTIONS(1470), - [anon_sym_unsigned] = ACTIONS(1470), - [anon_sym_long] = ACTIONS(1470), - [anon_sym_short] = ACTIONS(1470), - [anon_sym_static] = ACTIONS(1470), - [anon_sym_auto] = ACTIONS(1470), - [anon_sym_register] = ACTIONS(1470), - [anon_sym_inline] = ACTIONS(1470), - [anon_sym___inline] = ACTIONS(1470), - [anon_sym___inline__] = ACTIONS(1470), - [anon_sym___forceinline] = ACTIONS(1470), - [anon_sym_thread_local] = ACTIONS(1470), - [anon_sym___thread] = ACTIONS(1470), - [anon_sym_const] = ACTIONS(1470), - [anon_sym_constexpr] = ACTIONS(1470), - [anon_sym_volatile] = ACTIONS(1470), - [anon_sym_restrict] = ACTIONS(1470), - [anon_sym___restrict__] = ACTIONS(1470), - [anon_sym__Atomic] = ACTIONS(1470), - [anon_sym__Noreturn] = ACTIONS(1470), - [anon_sym_noreturn] = ACTIONS(1470), - [sym_primitive_type] = ACTIONS(1470), - [anon_sym_enum] = ACTIONS(1470), - [anon_sym_struct] = ACTIONS(1470), - [anon_sym_union] = ACTIONS(1470), - [anon_sym_if] = ACTIONS(1470), - [anon_sym_switch] = ACTIONS(1470), - [anon_sym_case] = ACTIONS(1470), - [anon_sym_default] = ACTIONS(1470), - [anon_sym_while] = ACTIONS(1470), - [anon_sym_do] = ACTIONS(1470), - [anon_sym_for] = ACTIONS(1470), - [anon_sym_return] = ACTIONS(1470), - [anon_sym_break] = ACTIONS(1470), - [anon_sym_continue] = ACTIONS(1470), - [anon_sym_goto] = ACTIONS(1470), - [anon_sym_DASH_DASH] = ACTIONS(1472), - [anon_sym_PLUS_PLUS] = ACTIONS(1472), - [anon_sym_sizeof] = ACTIONS(1470), - [anon_sym___alignof__] = ACTIONS(1470), - [anon_sym___alignof] = ACTIONS(1470), - [anon_sym__alignof] = ACTIONS(1470), - [anon_sym_alignof] = ACTIONS(1470), - [anon_sym__Alignof] = ACTIONS(1470), - [anon_sym_offsetof] = ACTIONS(1470), - [anon_sym__Generic] = ACTIONS(1470), - [anon_sym_asm] = ACTIONS(1470), - [anon_sym___asm__] = ACTIONS(1470), - [sym_number_literal] = ACTIONS(1472), - [anon_sym_L_SQUOTE] = ACTIONS(1472), - [anon_sym_u_SQUOTE] = ACTIONS(1472), - [anon_sym_U_SQUOTE] = ACTIONS(1472), - [anon_sym_u8_SQUOTE] = ACTIONS(1472), - [anon_sym_SQUOTE] = ACTIONS(1472), - [anon_sym_L_DQUOTE] = ACTIONS(1472), - [anon_sym_u_DQUOTE] = ACTIONS(1472), - [anon_sym_U_DQUOTE] = ACTIONS(1472), - [anon_sym_u8_DQUOTE] = ACTIONS(1472), - [anon_sym_DQUOTE] = ACTIONS(1472), - [sym_true] = ACTIONS(1470), - [sym_false] = ACTIONS(1470), - [anon_sym_NULL] = ACTIONS(1470), - [anon_sym_nullptr] = ACTIONS(1470), + [223] = { + [sym_identifier] = ACTIONS(1548), + [aux_sym_preproc_include_token1] = ACTIONS(1548), + [aux_sym_preproc_def_token1] = ACTIONS(1548), + [aux_sym_preproc_if_token1] = ACTIONS(1548), + [aux_sym_preproc_if_token2] = ACTIONS(1548), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1548), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1548), + [aux_sym_preproc_else_token1] = ACTIONS(1548), + [aux_sym_preproc_elif_token1] = ACTIONS(1548), + [sym_preproc_directive] = ACTIONS(1548), + [anon_sym_LPAREN2] = ACTIONS(1550), + [anon_sym_BANG] = ACTIONS(1550), + [anon_sym_TILDE] = ACTIONS(1550), + [anon_sym_DASH] = ACTIONS(1548), + [anon_sym_PLUS] = ACTIONS(1548), + [anon_sym_STAR] = ACTIONS(1550), + [anon_sym_AMP] = ACTIONS(1550), + [anon_sym_subroutine] = ACTIONS(1548), + [anon_sym_invariant] = ACTIONS(1548), + [anon_sym_precise] = ACTIONS(1548), + [anon_sym_SEMI] = ACTIONS(1550), + [anon_sym_in] = ACTIONS(1548), + [anon_sym_out] = ACTIONS(1548), + [anon_sym_inout] = ACTIONS(1548), + [anon_sym_uniform] = ACTIONS(1548), + [anon_sym_shared] = ACTIONS(1548), + [anon_sym_attribute] = ACTIONS(1548), + [anon_sym_varying] = ACTIONS(1548), + [anon_sym_buffer] = ACTIONS(1548), + [anon_sym_coherent] = ACTIONS(1548), + [anon_sym_readonly] = ACTIONS(1548), + [anon_sym_writeonly] = ACTIONS(1548), + [anon_sym_precision] = ACTIONS(1548), + [anon_sym_highp] = ACTIONS(1548), + [anon_sym_mediump] = ACTIONS(1548), + [anon_sym_lowp] = ACTIONS(1548), + [anon_sym_centroid] = ACTIONS(1548), + [anon_sym_sample] = ACTIONS(1548), + [anon_sym_patch] = ACTIONS(1548), + [anon_sym_smooth] = ACTIONS(1548), + [anon_sym_flat] = ACTIONS(1548), + [anon_sym_noperspective] = ACTIONS(1548), + [anon_sym___extension__] = ACTIONS(1548), + [anon_sym_typedef] = ACTIONS(1548), + [anon_sym_extern] = ACTIONS(1548), + [anon_sym___attribute__] = ACTIONS(1548), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1550), + [anon_sym___declspec] = ACTIONS(1548), + [anon_sym___cdecl] = ACTIONS(1548), + [anon_sym___clrcall] = ACTIONS(1548), + [anon_sym___stdcall] = ACTIONS(1548), + [anon_sym___fastcall] = ACTIONS(1548), + [anon_sym___thiscall] = ACTIONS(1548), + [anon_sym___vectorcall] = ACTIONS(1548), + [anon_sym_LBRACE] = ACTIONS(1550), + [anon_sym_signed] = ACTIONS(1548), + [anon_sym_unsigned] = ACTIONS(1548), + [anon_sym_long] = ACTIONS(1548), + [anon_sym_short] = ACTIONS(1548), + [anon_sym_static] = ACTIONS(1548), + [anon_sym_auto] = ACTIONS(1548), + [anon_sym_register] = ACTIONS(1548), + [anon_sym_inline] = ACTIONS(1548), + [anon_sym___inline] = ACTIONS(1548), + [anon_sym___inline__] = ACTIONS(1548), + [anon_sym___forceinline] = ACTIONS(1548), + [anon_sym_thread_local] = ACTIONS(1548), + [anon_sym___thread] = ACTIONS(1548), + [anon_sym_const] = ACTIONS(1548), + [anon_sym_constexpr] = ACTIONS(1548), + [anon_sym_volatile] = ACTIONS(1548), + [anon_sym_restrict] = ACTIONS(1548), + [anon_sym___restrict__] = ACTIONS(1548), + [anon_sym__Atomic] = ACTIONS(1548), + [anon_sym__Noreturn] = ACTIONS(1548), + [anon_sym_noreturn] = ACTIONS(1548), + [sym_primitive_type] = ACTIONS(1548), + [anon_sym_enum] = ACTIONS(1548), + [anon_sym_struct] = ACTIONS(1548), + [anon_sym_union] = ACTIONS(1548), + [anon_sym_if] = ACTIONS(1548), + [anon_sym_switch] = ACTIONS(1548), + [anon_sym_case] = ACTIONS(1548), + [anon_sym_default] = ACTIONS(1548), + [anon_sym_while] = ACTIONS(1548), + [anon_sym_do] = ACTIONS(1548), + [anon_sym_for] = ACTIONS(1548), + [anon_sym_return] = ACTIONS(1548), + [anon_sym_break] = ACTIONS(1548), + [anon_sym_continue] = ACTIONS(1548), + [anon_sym_goto] = ACTIONS(1548), + [anon_sym_DASH_DASH] = ACTIONS(1550), + [anon_sym_PLUS_PLUS] = ACTIONS(1550), + [anon_sym_sizeof] = ACTIONS(1548), + [anon_sym___alignof__] = ACTIONS(1548), + [anon_sym___alignof] = ACTIONS(1548), + [anon_sym__alignof] = ACTIONS(1548), + [anon_sym_alignof] = ACTIONS(1548), + [anon_sym__Alignof] = ACTIONS(1548), + [anon_sym_offsetof] = ACTIONS(1548), + [anon_sym__Generic] = ACTIONS(1548), + [anon_sym_asm] = ACTIONS(1548), + [anon_sym___asm__] = ACTIONS(1548), + [sym_number_literal] = ACTIONS(1550), + [anon_sym_L_SQUOTE] = ACTIONS(1550), + [anon_sym_u_SQUOTE] = ACTIONS(1550), + [anon_sym_U_SQUOTE] = ACTIONS(1550), + [anon_sym_u8_SQUOTE] = ACTIONS(1550), + [anon_sym_SQUOTE] = ACTIONS(1550), + [anon_sym_L_DQUOTE] = ACTIONS(1550), + [anon_sym_u_DQUOTE] = ACTIONS(1550), + [anon_sym_U_DQUOTE] = ACTIONS(1550), + [anon_sym_u8_DQUOTE] = ACTIONS(1550), + [anon_sym_DQUOTE] = ACTIONS(1550), + [sym_true] = ACTIONS(1548), + [sym_false] = ACTIONS(1548), + [anon_sym_NULL] = ACTIONS(1548), + [anon_sym_nullptr] = ACTIONS(1548), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1470), - [anon_sym_rayPayloadInEXT] = ACTIONS(1470), - [anon_sym_hitAttributeEXT] = ACTIONS(1470), - [anon_sym_callableDataEXT] = ACTIONS(1470), - [anon_sym_callableDataInEXT] = ACTIONS(1470), - [anon_sym_shaderRecordEXT] = ACTIONS(1470), - [anon_sym_rayPayloadNV] = ACTIONS(1470), - [anon_sym_rayPayloadInNV] = ACTIONS(1470), - [anon_sym_hitAttributeNV] = ACTIONS(1470), - [anon_sym_callableDataNV] = ACTIONS(1470), - [anon_sym_callableDataInNV] = ACTIONS(1470), - [anon_sym_shaderRecordNV] = ACTIONS(1470), - [anon_sym_layout] = ACTIONS(1470), + [anon_sym_rayPayloadEXT] = ACTIONS(1548), + [anon_sym_rayPayloadInEXT] = ACTIONS(1548), + [anon_sym_hitAttributeEXT] = ACTIONS(1548), + [anon_sym_callableDataEXT] = ACTIONS(1548), + [anon_sym_callableDataInEXT] = ACTIONS(1548), + [anon_sym_shaderRecordEXT] = ACTIONS(1548), + [anon_sym_rayPayloadNV] = ACTIONS(1548), + [anon_sym_rayPayloadInNV] = ACTIONS(1548), + [anon_sym_hitAttributeNV] = ACTIONS(1548), + [anon_sym_callableDataNV] = ACTIONS(1548), + [anon_sym_callableDataInNV] = ACTIONS(1548), + [anon_sym_shaderRecordNV] = ACTIONS(1548), + [anon_sym_layout] = ACTIONS(1548), + }, + [224] = { + [sym_identifier] = ACTIONS(1458), + [aux_sym_preproc_include_token1] = ACTIONS(1458), + [aux_sym_preproc_def_token1] = ACTIONS(1458), + [aux_sym_preproc_if_token1] = ACTIONS(1458), + [aux_sym_preproc_if_token2] = ACTIONS(1458), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1458), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1458), + [aux_sym_preproc_else_token1] = ACTIONS(1458), + [aux_sym_preproc_elif_token1] = ACTIONS(1458), + [sym_preproc_directive] = ACTIONS(1458), + [anon_sym_LPAREN2] = ACTIONS(1460), + [anon_sym_BANG] = ACTIONS(1460), + [anon_sym_TILDE] = ACTIONS(1460), + [anon_sym_DASH] = ACTIONS(1458), + [anon_sym_PLUS] = ACTIONS(1458), + [anon_sym_STAR] = ACTIONS(1460), + [anon_sym_AMP] = ACTIONS(1460), + [anon_sym_subroutine] = ACTIONS(1458), + [anon_sym_invariant] = ACTIONS(1458), + [anon_sym_precise] = ACTIONS(1458), + [anon_sym_SEMI] = ACTIONS(1460), + [anon_sym_in] = ACTIONS(1458), + [anon_sym_out] = ACTIONS(1458), + [anon_sym_inout] = ACTIONS(1458), + [anon_sym_uniform] = ACTIONS(1458), + [anon_sym_shared] = ACTIONS(1458), + [anon_sym_attribute] = ACTIONS(1458), + [anon_sym_varying] = ACTIONS(1458), + [anon_sym_buffer] = ACTIONS(1458), + [anon_sym_coherent] = ACTIONS(1458), + [anon_sym_readonly] = ACTIONS(1458), + [anon_sym_writeonly] = ACTIONS(1458), + [anon_sym_precision] = ACTIONS(1458), + [anon_sym_highp] = ACTIONS(1458), + [anon_sym_mediump] = ACTIONS(1458), + [anon_sym_lowp] = ACTIONS(1458), + [anon_sym_centroid] = ACTIONS(1458), + [anon_sym_sample] = ACTIONS(1458), + [anon_sym_patch] = ACTIONS(1458), + [anon_sym_smooth] = ACTIONS(1458), + [anon_sym_flat] = ACTIONS(1458), + [anon_sym_noperspective] = ACTIONS(1458), + [anon_sym___extension__] = ACTIONS(1458), + [anon_sym_typedef] = ACTIONS(1458), + [anon_sym_extern] = ACTIONS(1458), + [anon_sym___attribute__] = ACTIONS(1458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1460), + [anon_sym___declspec] = ACTIONS(1458), + [anon_sym___cdecl] = ACTIONS(1458), + [anon_sym___clrcall] = ACTIONS(1458), + [anon_sym___stdcall] = ACTIONS(1458), + [anon_sym___fastcall] = ACTIONS(1458), + [anon_sym___thiscall] = ACTIONS(1458), + [anon_sym___vectorcall] = ACTIONS(1458), + [anon_sym_LBRACE] = ACTIONS(1460), + [anon_sym_signed] = ACTIONS(1458), + [anon_sym_unsigned] = ACTIONS(1458), + [anon_sym_long] = ACTIONS(1458), + [anon_sym_short] = ACTIONS(1458), + [anon_sym_static] = ACTIONS(1458), + [anon_sym_auto] = ACTIONS(1458), + [anon_sym_register] = ACTIONS(1458), + [anon_sym_inline] = ACTIONS(1458), + [anon_sym___inline] = ACTIONS(1458), + [anon_sym___inline__] = ACTIONS(1458), + [anon_sym___forceinline] = ACTIONS(1458), + [anon_sym_thread_local] = ACTIONS(1458), + [anon_sym___thread] = ACTIONS(1458), + [anon_sym_const] = ACTIONS(1458), + [anon_sym_constexpr] = ACTIONS(1458), + [anon_sym_volatile] = ACTIONS(1458), + [anon_sym_restrict] = ACTIONS(1458), + [anon_sym___restrict__] = ACTIONS(1458), + [anon_sym__Atomic] = ACTIONS(1458), + [anon_sym__Noreturn] = ACTIONS(1458), + [anon_sym_noreturn] = ACTIONS(1458), + [sym_primitive_type] = ACTIONS(1458), + [anon_sym_enum] = ACTIONS(1458), + [anon_sym_struct] = ACTIONS(1458), + [anon_sym_union] = ACTIONS(1458), + [anon_sym_if] = ACTIONS(1458), + [anon_sym_switch] = ACTIONS(1458), + [anon_sym_case] = ACTIONS(1458), + [anon_sym_default] = ACTIONS(1458), + [anon_sym_while] = ACTIONS(1458), + [anon_sym_do] = ACTIONS(1458), + [anon_sym_for] = ACTIONS(1458), + [anon_sym_return] = ACTIONS(1458), + [anon_sym_break] = ACTIONS(1458), + [anon_sym_continue] = ACTIONS(1458), + [anon_sym_goto] = ACTIONS(1458), + [anon_sym_DASH_DASH] = ACTIONS(1460), + [anon_sym_PLUS_PLUS] = ACTIONS(1460), + [anon_sym_sizeof] = ACTIONS(1458), + [anon_sym___alignof__] = ACTIONS(1458), + [anon_sym___alignof] = ACTIONS(1458), + [anon_sym__alignof] = ACTIONS(1458), + [anon_sym_alignof] = ACTIONS(1458), + [anon_sym__Alignof] = ACTIONS(1458), + [anon_sym_offsetof] = ACTIONS(1458), + [anon_sym__Generic] = ACTIONS(1458), + [anon_sym_asm] = ACTIONS(1458), + [anon_sym___asm__] = ACTIONS(1458), + [sym_number_literal] = ACTIONS(1460), + [anon_sym_L_SQUOTE] = ACTIONS(1460), + [anon_sym_u_SQUOTE] = ACTIONS(1460), + [anon_sym_U_SQUOTE] = ACTIONS(1460), + [anon_sym_u8_SQUOTE] = ACTIONS(1460), + [anon_sym_SQUOTE] = ACTIONS(1460), + [anon_sym_L_DQUOTE] = ACTIONS(1460), + [anon_sym_u_DQUOTE] = ACTIONS(1460), + [anon_sym_U_DQUOTE] = ACTIONS(1460), + [anon_sym_u8_DQUOTE] = ACTIONS(1460), + [anon_sym_DQUOTE] = ACTIONS(1460), + [sym_true] = ACTIONS(1458), + [sym_false] = ACTIONS(1458), + [anon_sym_NULL] = ACTIONS(1458), + [anon_sym_nullptr] = ACTIONS(1458), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1458), + [anon_sym_rayPayloadInEXT] = ACTIONS(1458), + [anon_sym_hitAttributeEXT] = ACTIONS(1458), + [anon_sym_callableDataEXT] = ACTIONS(1458), + [anon_sym_callableDataInEXT] = ACTIONS(1458), + [anon_sym_shaderRecordEXT] = ACTIONS(1458), + [anon_sym_rayPayloadNV] = ACTIONS(1458), + [anon_sym_rayPayloadInNV] = ACTIONS(1458), + [anon_sym_hitAttributeNV] = ACTIONS(1458), + [anon_sym_callableDataNV] = ACTIONS(1458), + [anon_sym_callableDataInNV] = ACTIONS(1458), + [anon_sym_shaderRecordNV] = ACTIONS(1458), + [anon_sym_layout] = ACTIONS(1458), }, - [228] = { + [225] = { [sym_identifier] = ACTIONS(1502), [aux_sym_preproc_include_token1] = ACTIONS(1502), [aux_sym_preproc_def_token1] = ACTIONS(1502), @@ -52619,7 +52212,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1502), [anon_sym_layout] = ACTIONS(1502), }, - [229] = { + [226] = { + [sym_identifier] = ACTIONS(1540), + [aux_sym_preproc_include_token1] = ACTIONS(1540), + [aux_sym_preproc_def_token1] = ACTIONS(1540), + [aux_sym_preproc_if_token1] = ACTIONS(1540), + [aux_sym_preproc_if_token2] = ACTIONS(1540), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), + [aux_sym_preproc_else_token1] = ACTIONS(1540), + [aux_sym_preproc_elif_token1] = ACTIONS(1540), + [sym_preproc_directive] = ACTIONS(1540), + [anon_sym_LPAREN2] = ACTIONS(1542), + [anon_sym_BANG] = ACTIONS(1542), + [anon_sym_TILDE] = ACTIONS(1542), + [anon_sym_DASH] = ACTIONS(1540), + [anon_sym_PLUS] = ACTIONS(1540), + [anon_sym_STAR] = ACTIONS(1542), + [anon_sym_AMP] = ACTIONS(1542), + [anon_sym_subroutine] = ACTIONS(1540), + [anon_sym_invariant] = ACTIONS(1540), + [anon_sym_precise] = ACTIONS(1540), + [anon_sym_SEMI] = ACTIONS(1542), + [anon_sym_in] = ACTIONS(1540), + [anon_sym_out] = ACTIONS(1540), + [anon_sym_inout] = ACTIONS(1540), + [anon_sym_uniform] = ACTIONS(1540), + [anon_sym_shared] = ACTIONS(1540), + [anon_sym_attribute] = ACTIONS(1540), + [anon_sym_varying] = ACTIONS(1540), + [anon_sym_buffer] = ACTIONS(1540), + [anon_sym_coherent] = ACTIONS(1540), + [anon_sym_readonly] = ACTIONS(1540), + [anon_sym_writeonly] = ACTIONS(1540), + [anon_sym_precision] = ACTIONS(1540), + [anon_sym_highp] = ACTIONS(1540), + [anon_sym_mediump] = ACTIONS(1540), + [anon_sym_lowp] = ACTIONS(1540), + [anon_sym_centroid] = ACTIONS(1540), + [anon_sym_sample] = ACTIONS(1540), + [anon_sym_patch] = ACTIONS(1540), + [anon_sym_smooth] = ACTIONS(1540), + [anon_sym_flat] = ACTIONS(1540), + [anon_sym_noperspective] = ACTIONS(1540), + [anon_sym___extension__] = ACTIONS(1540), + [anon_sym_typedef] = ACTIONS(1540), + [anon_sym_extern] = ACTIONS(1540), + [anon_sym___attribute__] = ACTIONS(1540), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), + [anon_sym___declspec] = ACTIONS(1540), + [anon_sym___cdecl] = ACTIONS(1540), + [anon_sym___clrcall] = ACTIONS(1540), + [anon_sym___stdcall] = ACTIONS(1540), + [anon_sym___fastcall] = ACTIONS(1540), + [anon_sym___thiscall] = ACTIONS(1540), + [anon_sym___vectorcall] = ACTIONS(1540), + [anon_sym_LBRACE] = ACTIONS(1542), + [anon_sym_signed] = ACTIONS(1540), + [anon_sym_unsigned] = ACTIONS(1540), + [anon_sym_long] = ACTIONS(1540), + [anon_sym_short] = ACTIONS(1540), + [anon_sym_static] = ACTIONS(1540), + [anon_sym_auto] = ACTIONS(1540), + [anon_sym_register] = ACTIONS(1540), + [anon_sym_inline] = ACTIONS(1540), + [anon_sym___inline] = ACTIONS(1540), + [anon_sym___inline__] = ACTIONS(1540), + [anon_sym___forceinline] = ACTIONS(1540), + [anon_sym_thread_local] = ACTIONS(1540), + [anon_sym___thread] = ACTIONS(1540), + [anon_sym_const] = ACTIONS(1540), + [anon_sym_constexpr] = ACTIONS(1540), + [anon_sym_volatile] = ACTIONS(1540), + [anon_sym_restrict] = ACTIONS(1540), + [anon_sym___restrict__] = ACTIONS(1540), + [anon_sym__Atomic] = ACTIONS(1540), + [anon_sym__Noreturn] = ACTIONS(1540), + [anon_sym_noreturn] = ACTIONS(1540), + [sym_primitive_type] = ACTIONS(1540), + [anon_sym_enum] = ACTIONS(1540), + [anon_sym_struct] = ACTIONS(1540), + [anon_sym_union] = ACTIONS(1540), + [anon_sym_if] = ACTIONS(1540), + [anon_sym_switch] = ACTIONS(1540), + [anon_sym_case] = ACTIONS(1540), + [anon_sym_default] = ACTIONS(1540), + [anon_sym_while] = ACTIONS(1540), + [anon_sym_do] = ACTIONS(1540), + [anon_sym_for] = ACTIONS(1540), + [anon_sym_return] = ACTIONS(1540), + [anon_sym_break] = ACTIONS(1540), + [anon_sym_continue] = ACTIONS(1540), + [anon_sym_goto] = ACTIONS(1540), + [anon_sym_DASH_DASH] = ACTIONS(1542), + [anon_sym_PLUS_PLUS] = ACTIONS(1542), + [anon_sym_sizeof] = ACTIONS(1540), + [anon_sym___alignof__] = ACTIONS(1540), + [anon_sym___alignof] = ACTIONS(1540), + [anon_sym__alignof] = ACTIONS(1540), + [anon_sym_alignof] = ACTIONS(1540), + [anon_sym__Alignof] = ACTIONS(1540), + [anon_sym_offsetof] = ACTIONS(1540), + [anon_sym__Generic] = ACTIONS(1540), + [anon_sym_asm] = ACTIONS(1540), + [anon_sym___asm__] = ACTIONS(1540), + [sym_number_literal] = ACTIONS(1542), + [anon_sym_L_SQUOTE] = ACTIONS(1542), + [anon_sym_u_SQUOTE] = ACTIONS(1542), + [anon_sym_U_SQUOTE] = ACTIONS(1542), + [anon_sym_u8_SQUOTE] = ACTIONS(1542), + [anon_sym_SQUOTE] = ACTIONS(1542), + [anon_sym_L_DQUOTE] = ACTIONS(1542), + [anon_sym_u_DQUOTE] = ACTIONS(1542), + [anon_sym_U_DQUOTE] = ACTIONS(1542), + [anon_sym_u8_DQUOTE] = ACTIONS(1542), + [anon_sym_DQUOTE] = ACTIONS(1542), + [sym_true] = ACTIONS(1540), + [sym_false] = ACTIONS(1540), + [anon_sym_NULL] = ACTIONS(1540), + [anon_sym_nullptr] = ACTIONS(1540), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1540), + [anon_sym_rayPayloadInEXT] = ACTIONS(1540), + [anon_sym_hitAttributeEXT] = ACTIONS(1540), + [anon_sym_callableDataEXT] = ACTIONS(1540), + [anon_sym_callableDataInEXT] = ACTIONS(1540), + [anon_sym_shaderRecordEXT] = ACTIONS(1540), + [anon_sym_rayPayloadNV] = ACTIONS(1540), + [anon_sym_rayPayloadInNV] = ACTIONS(1540), + [anon_sym_hitAttributeNV] = ACTIONS(1540), + [anon_sym_callableDataNV] = ACTIONS(1540), + [anon_sym_callableDataInNV] = ACTIONS(1540), + [anon_sym_shaderRecordNV] = ACTIONS(1540), + [anon_sym_layout] = ACTIONS(1540), + }, + [227] = { [sym_identifier] = ACTIONS(1462), [aux_sym_preproc_include_token1] = ACTIONS(1462), [aux_sym_preproc_def_token1] = ACTIONS(1462), @@ -52753,273 +52480,541 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1462), [anon_sym_layout] = ACTIONS(1462), }, - [230] = { - [sym_identifier] = ACTIONS(1494), - [aux_sym_preproc_include_token1] = ACTIONS(1494), - [aux_sym_preproc_def_token1] = ACTIONS(1494), - [aux_sym_preproc_if_token1] = ACTIONS(1494), - [aux_sym_preproc_if_token2] = ACTIONS(1494), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1494), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1494), - [aux_sym_preproc_else_token1] = ACTIONS(1494), - [aux_sym_preproc_elif_token1] = ACTIONS(1494), - [sym_preproc_directive] = ACTIONS(1494), - [anon_sym_LPAREN2] = ACTIONS(1496), - [anon_sym_BANG] = ACTIONS(1496), - [anon_sym_TILDE] = ACTIONS(1496), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_STAR] = ACTIONS(1496), - [anon_sym_AMP] = ACTIONS(1496), - [anon_sym_subroutine] = ACTIONS(1494), - [anon_sym_invariant] = ACTIONS(1494), - [anon_sym_precise] = ACTIONS(1494), - [anon_sym_SEMI] = ACTIONS(1496), - [anon_sym_in] = ACTIONS(1494), - [anon_sym_out] = ACTIONS(1494), - [anon_sym_inout] = ACTIONS(1494), - [anon_sym_uniform] = ACTIONS(1494), - [anon_sym_shared] = ACTIONS(1494), - [anon_sym_attribute] = ACTIONS(1494), - [anon_sym_varying] = ACTIONS(1494), - [anon_sym_buffer] = ACTIONS(1494), - [anon_sym_coherent] = ACTIONS(1494), - [anon_sym_readonly] = ACTIONS(1494), - [anon_sym_writeonly] = ACTIONS(1494), - [anon_sym_precision] = ACTIONS(1494), - [anon_sym_highp] = ACTIONS(1494), - [anon_sym_mediump] = ACTIONS(1494), - [anon_sym_lowp] = ACTIONS(1494), - [anon_sym_centroid] = ACTIONS(1494), - [anon_sym_sample] = ACTIONS(1494), - [anon_sym_patch] = ACTIONS(1494), - [anon_sym_smooth] = ACTIONS(1494), - [anon_sym_flat] = ACTIONS(1494), - [anon_sym_noperspective] = ACTIONS(1494), - [anon_sym___extension__] = ACTIONS(1494), - [anon_sym_typedef] = ACTIONS(1494), - [anon_sym_extern] = ACTIONS(1494), - [anon_sym___attribute__] = ACTIONS(1494), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1496), - [anon_sym___declspec] = ACTIONS(1494), - [anon_sym___cdecl] = ACTIONS(1494), - [anon_sym___clrcall] = ACTIONS(1494), - [anon_sym___stdcall] = ACTIONS(1494), - [anon_sym___fastcall] = ACTIONS(1494), - [anon_sym___thiscall] = ACTIONS(1494), - [anon_sym___vectorcall] = ACTIONS(1494), - [anon_sym_LBRACE] = ACTIONS(1496), - [anon_sym_signed] = ACTIONS(1494), - [anon_sym_unsigned] = ACTIONS(1494), - [anon_sym_long] = ACTIONS(1494), - [anon_sym_short] = ACTIONS(1494), - [anon_sym_static] = ACTIONS(1494), - [anon_sym_auto] = ACTIONS(1494), - [anon_sym_register] = ACTIONS(1494), - [anon_sym_inline] = ACTIONS(1494), - [anon_sym___inline] = ACTIONS(1494), - [anon_sym___inline__] = ACTIONS(1494), - [anon_sym___forceinline] = ACTIONS(1494), - [anon_sym_thread_local] = ACTIONS(1494), - [anon_sym___thread] = ACTIONS(1494), - [anon_sym_const] = ACTIONS(1494), - [anon_sym_constexpr] = ACTIONS(1494), - [anon_sym_volatile] = ACTIONS(1494), - [anon_sym_restrict] = ACTIONS(1494), - [anon_sym___restrict__] = ACTIONS(1494), - [anon_sym__Atomic] = ACTIONS(1494), - [anon_sym__Noreturn] = ACTIONS(1494), - [anon_sym_noreturn] = ACTIONS(1494), - [sym_primitive_type] = ACTIONS(1494), - [anon_sym_enum] = ACTIONS(1494), - [anon_sym_struct] = ACTIONS(1494), - [anon_sym_union] = ACTIONS(1494), - [anon_sym_if] = ACTIONS(1494), - [anon_sym_switch] = ACTIONS(1494), - [anon_sym_case] = ACTIONS(1494), - [anon_sym_default] = ACTIONS(1494), - [anon_sym_while] = ACTIONS(1494), - [anon_sym_do] = ACTIONS(1494), - [anon_sym_for] = ACTIONS(1494), - [anon_sym_return] = ACTIONS(1494), - [anon_sym_break] = ACTIONS(1494), - [anon_sym_continue] = ACTIONS(1494), - [anon_sym_goto] = ACTIONS(1494), - [anon_sym_DASH_DASH] = ACTIONS(1496), - [anon_sym_PLUS_PLUS] = ACTIONS(1496), - [anon_sym_sizeof] = ACTIONS(1494), - [anon_sym___alignof__] = ACTIONS(1494), - [anon_sym___alignof] = ACTIONS(1494), - [anon_sym__alignof] = ACTIONS(1494), - [anon_sym_alignof] = ACTIONS(1494), - [anon_sym__Alignof] = ACTIONS(1494), - [anon_sym_offsetof] = ACTIONS(1494), - [anon_sym__Generic] = ACTIONS(1494), - [anon_sym_asm] = ACTIONS(1494), - [anon_sym___asm__] = ACTIONS(1494), - [sym_number_literal] = ACTIONS(1496), - [anon_sym_L_SQUOTE] = ACTIONS(1496), - [anon_sym_u_SQUOTE] = ACTIONS(1496), - [anon_sym_U_SQUOTE] = ACTIONS(1496), - [anon_sym_u8_SQUOTE] = ACTIONS(1496), - [anon_sym_SQUOTE] = ACTIONS(1496), - [anon_sym_L_DQUOTE] = ACTIONS(1496), - [anon_sym_u_DQUOTE] = ACTIONS(1496), - [anon_sym_U_DQUOTE] = ACTIONS(1496), - [anon_sym_u8_DQUOTE] = ACTIONS(1496), - [anon_sym_DQUOTE] = ACTIONS(1496), - [sym_true] = ACTIONS(1494), - [sym_false] = ACTIONS(1494), - [anon_sym_NULL] = ACTIONS(1494), - [anon_sym_nullptr] = ACTIONS(1494), + [228] = { + [sym_identifier] = ACTIONS(1556), + [aux_sym_preproc_include_token1] = ACTIONS(1556), + [aux_sym_preproc_def_token1] = ACTIONS(1556), + [aux_sym_preproc_if_token1] = ACTIONS(1556), + [aux_sym_preproc_if_token2] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1556), + [aux_sym_preproc_else_token1] = ACTIONS(1556), + [aux_sym_preproc_elif_token1] = ACTIONS(1556), + [sym_preproc_directive] = ACTIONS(1556), + [anon_sym_LPAREN2] = ACTIONS(1558), + [anon_sym_BANG] = ACTIONS(1558), + [anon_sym_TILDE] = ACTIONS(1558), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1558), + [anon_sym_AMP] = ACTIONS(1558), + [anon_sym_subroutine] = ACTIONS(1556), + [anon_sym_invariant] = ACTIONS(1556), + [anon_sym_precise] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1558), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_out] = ACTIONS(1556), + [anon_sym_inout] = ACTIONS(1556), + [anon_sym_uniform] = ACTIONS(1556), + [anon_sym_shared] = ACTIONS(1556), + [anon_sym_attribute] = ACTIONS(1556), + [anon_sym_varying] = ACTIONS(1556), + [anon_sym_buffer] = ACTIONS(1556), + [anon_sym_coherent] = ACTIONS(1556), + [anon_sym_readonly] = ACTIONS(1556), + [anon_sym_writeonly] = ACTIONS(1556), + [anon_sym_precision] = ACTIONS(1556), + [anon_sym_highp] = ACTIONS(1556), + [anon_sym_mediump] = ACTIONS(1556), + [anon_sym_lowp] = ACTIONS(1556), + [anon_sym_centroid] = ACTIONS(1556), + [anon_sym_sample] = ACTIONS(1556), + [anon_sym_patch] = ACTIONS(1556), + [anon_sym_smooth] = ACTIONS(1556), + [anon_sym_flat] = ACTIONS(1556), + [anon_sym_noperspective] = ACTIONS(1556), + [anon_sym___extension__] = ACTIONS(1556), + [anon_sym_typedef] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym___attribute__] = ACTIONS(1556), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1558), + [anon_sym___declspec] = ACTIONS(1556), + [anon_sym___cdecl] = ACTIONS(1556), + [anon_sym___clrcall] = ACTIONS(1556), + [anon_sym___stdcall] = ACTIONS(1556), + [anon_sym___fastcall] = ACTIONS(1556), + [anon_sym___thiscall] = ACTIONS(1556), + [anon_sym___vectorcall] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1558), + [anon_sym_signed] = ACTIONS(1556), + [anon_sym_unsigned] = ACTIONS(1556), + [anon_sym_long] = ACTIONS(1556), + [anon_sym_short] = ACTIONS(1556), + [anon_sym_static] = ACTIONS(1556), + [anon_sym_auto] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_inline] = ACTIONS(1556), + [anon_sym___inline] = ACTIONS(1556), + [anon_sym___inline__] = ACTIONS(1556), + [anon_sym___forceinline] = ACTIONS(1556), + [anon_sym_thread_local] = ACTIONS(1556), + [anon_sym___thread] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_constexpr] = ACTIONS(1556), + [anon_sym_volatile] = ACTIONS(1556), + [anon_sym_restrict] = ACTIONS(1556), + [anon_sym___restrict__] = ACTIONS(1556), + [anon_sym__Atomic] = ACTIONS(1556), + [anon_sym__Noreturn] = ACTIONS(1556), + [anon_sym_noreturn] = ACTIONS(1556), + [sym_primitive_type] = ACTIONS(1556), + [anon_sym_enum] = ACTIONS(1556), + [anon_sym_struct] = ACTIONS(1556), + [anon_sym_union] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_switch] = ACTIONS(1556), + [anon_sym_case] = ACTIONS(1556), + [anon_sym_default] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_goto] = ACTIONS(1556), + [anon_sym_DASH_DASH] = ACTIONS(1558), + [anon_sym_PLUS_PLUS] = ACTIONS(1558), + [anon_sym_sizeof] = ACTIONS(1556), + [anon_sym___alignof__] = ACTIONS(1556), + [anon_sym___alignof] = ACTIONS(1556), + [anon_sym__alignof] = ACTIONS(1556), + [anon_sym_alignof] = ACTIONS(1556), + [anon_sym__Alignof] = ACTIONS(1556), + [anon_sym_offsetof] = ACTIONS(1556), + [anon_sym__Generic] = ACTIONS(1556), + [anon_sym_asm] = ACTIONS(1556), + [anon_sym___asm__] = ACTIONS(1556), + [sym_number_literal] = ACTIONS(1558), + [anon_sym_L_SQUOTE] = ACTIONS(1558), + [anon_sym_u_SQUOTE] = ACTIONS(1558), + [anon_sym_U_SQUOTE] = ACTIONS(1558), + [anon_sym_u8_SQUOTE] = ACTIONS(1558), + [anon_sym_SQUOTE] = ACTIONS(1558), + [anon_sym_L_DQUOTE] = ACTIONS(1558), + [anon_sym_u_DQUOTE] = ACTIONS(1558), + [anon_sym_U_DQUOTE] = ACTIONS(1558), + [anon_sym_u8_DQUOTE] = ACTIONS(1558), + [anon_sym_DQUOTE] = ACTIONS(1558), + [sym_true] = ACTIONS(1556), + [sym_false] = ACTIONS(1556), + [anon_sym_NULL] = ACTIONS(1556), + [anon_sym_nullptr] = ACTIONS(1556), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1556), + [anon_sym_rayPayloadInEXT] = ACTIONS(1556), + [anon_sym_hitAttributeEXT] = ACTIONS(1556), + [anon_sym_callableDataEXT] = ACTIONS(1556), + [anon_sym_callableDataInEXT] = ACTIONS(1556), + [anon_sym_shaderRecordEXT] = ACTIONS(1556), + [anon_sym_rayPayloadNV] = ACTIONS(1556), + [anon_sym_rayPayloadInNV] = ACTIONS(1556), + [anon_sym_hitAttributeNV] = ACTIONS(1556), + [anon_sym_callableDataNV] = ACTIONS(1556), + [anon_sym_callableDataInNV] = ACTIONS(1556), + [anon_sym_shaderRecordNV] = ACTIONS(1556), + [anon_sym_layout] = ACTIONS(1556), + }, + [229] = { + [sym_identifier] = ACTIONS(1482), + [aux_sym_preproc_include_token1] = ACTIONS(1482), + [aux_sym_preproc_def_token1] = ACTIONS(1482), + [aux_sym_preproc_if_token1] = ACTIONS(1482), + [aux_sym_preproc_if_token2] = ACTIONS(1482), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1482), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1482), + [aux_sym_preproc_else_token1] = ACTIONS(1482), + [aux_sym_preproc_elif_token1] = ACTIONS(1482), + [sym_preproc_directive] = ACTIONS(1482), + [anon_sym_LPAREN2] = ACTIONS(1484), + [anon_sym_BANG] = ACTIONS(1484), + [anon_sym_TILDE] = ACTIONS(1484), + [anon_sym_DASH] = ACTIONS(1482), + [anon_sym_PLUS] = ACTIONS(1482), + [anon_sym_STAR] = ACTIONS(1484), + [anon_sym_AMP] = ACTIONS(1484), + [anon_sym_subroutine] = ACTIONS(1482), + [anon_sym_invariant] = ACTIONS(1482), + [anon_sym_precise] = ACTIONS(1482), + [anon_sym_SEMI] = ACTIONS(1484), + [anon_sym_in] = ACTIONS(1482), + [anon_sym_out] = ACTIONS(1482), + [anon_sym_inout] = ACTIONS(1482), + [anon_sym_uniform] = ACTIONS(1482), + [anon_sym_shared] = ACTIONS(1482), + [anon_sym_attribute] = ACTIONS(1482), + [anon_sym_varying] = ACTIONS(1482), + [anon_sym_buffer] = ACTIONS(1482), + [anon_sym_coherent] = ACTIONS(1482), + [anon_sym_readonly] = ACTIONS(1482), + [anon_sym_writeonly] = ACTIONS(1482), + [anon_sym_precision] = ACTIONS(1482), + [anon_sym_highp] = ACTIONS(1482), + [anon_sym_mediump] = ACTIONS(1482), + [anon_sym_lowp] = ACTIONS(1482), + [anon_sym_centroid] = ACTIONS(1482), + [anon_sym_sample] = ACTIONS(1482), + [anon_sym_patch] = ACTIONS(1482), + [anon_sym_smooth] = ACTIONS(1482), + [anon_sym_flat] = ACTIONS(1482), + [anon_sym_noperspective] = ACTIONS(1482), + [anon_sym___extension__] = ACTIONS(1482), + [anon_sym_typedef] = ACTIONS(1482), + [anon_sym_extern] = ACTIONS(1482), + [anon_sym___attribute__] = ACTIONS(1482), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1484), + [anon_sym___declspec] = ACTIONS(1482), + [anon_sym___cdecl] = ACTIONS(1482), + [anon_sym___clrcall] = ACTIONS(1482), + [anon_sym___stdcall] = ACTIONS(1482), + [anon_sym___fastcall] = ACTIONS(1482), + [anon_sym___thiscall] = ACTIONS(1482), + [anon_sym___vectorcall] = ACTIONS(1482), + [anon_sym_LBRACE] = ACTIONS(1484), + [anon_sym_signed] = ACTIONS(1482), + [anon_sym_unsigned] = ACTIONS(1482), + [anon_sym_long] = ACTIONS(1482), + [anon_sym_short] = ACTIONS(1482), + [anon_sym_static] = ACTIONS(1482), + [anon_sym_auto] = ACTIONS(1482), + [anon_sym_register] = ACTIONS(1482), + [anon_sym_inline] = ACTIONS(1482), + [anon_sym___inline] = ACTIONS(1482), + [anon_sym___inline__] = ACTIONS(1482), + [anon_sym___forceinline] = ACTIONS(1482), + [anon_sym_thread_local] = ACTIONS(1482), + [anon_sym___thread] = ACTIONS(1482), + [anon_sym_const] = ACTIONS(1482), + [anon_sym_constexpr] = ACTIONS(1482), + [anon_sym_volatile] = ACTIONS(1482), + [anon_sym_restrict] = ACTIONS(1482), + [anon_sym___restrict__] = ACTIONS(1482), + [anon_sym__Atomic] = ACTIONS(1482), + [anon_sym__Noreturn] = ACTIONS(1482), + [anon_sym_noreturn] = ACTIONS(1482), + [sym_primitive_type] = ACTIONS(1482), + [anon_sym_enum] = ACTIONS(1482), + [anon_sym_struct] = ACTIONS(1482), + [anon_sym_union] = ACTIONS(1482), + [anon_sym_if] = ACTIONS(1482), + [anon_sym_switch] = ACTIONS(1482), + [anon_sym_case] = ACTIONS(1482), + [anon_sym_default] = ACTIONS(1482), + [anon_sym_while] = ACTIONS(1482), + [anon_sym_do] = ACTIONS(1482), + [anon_sym_for] = ACTIONS(1482), + [anon_sym_return] = ACTIONS(1482), + [anon_sym_break] = ACTIONS(1482), + [anon_sym_continue] = ACTIONS(1482), + [anon_sym_goto] = ACTIONS(1482), + [anon_sym_DASH_DASH] = ACTIONS(1484), + [anon_sym_PLUS_PLUS] = ACTIONS(1484), + [anon_sym_sizeof] = ACTIONS(1482), + [anon_sym___alignof__] = ACTIONS(1482), + [anon_sym___alignof] = ACTIONS(1482), + [anon_sym__alignof] = ACTIONS(1482), + [anon_sym_alignof] = ACTIONS(1482), + [anon_sym__Alignof] = ACTIONS(1482), + [anon_sym_offsetof] = ACTIONS(1482), + [anon_sym__Generic] = ACTIONS(1482), + [anon_sym_asm] = ACTIONS(1482), + [anon_sym___asm__] = ACTIONS(1482), + [sym_number_literal] = ACTIONS(1484), + [anon_sym_L_SQUOTE] = ACTIONS(1484), + [anon_sym_u_SQUOTE] = ACTIONS(1484), + [anon_sym_U_SQUOTE] = ACTIONS(1484), + [anon_sym_u8_SQUOTE] = ACTIONS(1484), + [anon_sym_SQUOTE] = ACTIONS(1484), + [anon_sym_L_DQUOTE] = ACTIONS(1484), + [anon_sym_u_DQUOTE] = ACTIONS(1484), + [anon_sym_U_DQUOTE] = ACTIONS(1484), + [anon_sym_u8_DQUOTE] = ACTIONS(1484), + [anon_sym_DQUOTE] = ACTIONS(1484), + [sym_true] = ACTIONS(1482), + [sym_false] = ACTIONS(1482), + [anon_sym_NULL] = ACTIONS(1482), + [anon_sym_nullptr] = ACTIONS(1482), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1494), - [anon_sym_rayPayloadInEXT] = ACTIONS(1494), - [anon_sym_hitAttributeEXT] = ACTIONS(1494), - [anon_sym_callableDataEXT] = ACTIONS(1494), - [anon_sym_callableDataInEXT] = ACTIONS(1494), - [anon_sym_shaderRecordEXT] = ACTIONS(1494), - [anon_sym_rayPayloadNV] = ACTIONS(1494), - [anon_sym_rayPayloadInNV] = ACTIONS(1494), - [anon_sym_hitAttributeNV] = ACTIONS(1494), - [anon_sym_callableDataNV] = ACTIONS(1494), - [anon_sym_callableDataInNV] = ACTIONS(1494), - [anon_sym_shaderRecordNV] = ACTIONS(1494), - [anon_sym_layout] = ACTIONS(1494), + [anon_sym_rayPayloadEXT] = ACTIONS(1482), + [anon_sym_rayPayloadInEXT] = ACTIONS(1482), + [anon_sym_hitAttributeEXT] = ACTIONS(1482), + [anon_sym_callableDataEXT] = ACTIONS(1482), + [anon_sym_callableDataInEXT] = ACTIONS(1482), + [anon_sym_shaderRecordEXT] = ACTIONS(1482), + [anon_sym_rayPayloadNV] = ACTIONS(1482), + [anon_sym_rayPayloadInNV] = ACTIONS(1482), + [anon_sym_hitAttributeNV] = ACTIONS(1482), + [anon_sym_callableDataNV] = ACTIONS(1482), + [anon_sym_callableDataInNV] = ACTIONS(1482), + [anon_sym_shaderRecordNV] = ACTIONS(1482), + [anon_sym_layout] = ACTIONS(1482), + }, + [230] = { + [sym_identifier] = ACTIONS(1510), + [aux_sym_preproc_include_token1] = ACTIONS(1510), + [aux_sym_preproc_def_token1] = ACTIONS(1510), + [aux_sym_preproc_if_token1] = ACTIONS(1510), + [aux_sym_preproc_if_token2] = ACTIONS(1510), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1510), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1510), + [aux_sym_preproc_else_token1] = ACTIONS(1510), + [aux_sym_preproc_elif_token1] = ACTIONS(1510), + [sym_preproc_directive] = ACTIONS(1510), + [anon_sym_LPAREN2] = ACTIONS(1512), + [anon_sym_BANG] = ACTIONS(1512), + [anon_sym_TILDE] = ACTIONS(1512), + [anon_sym_DASH] = ACTIONS(1510), + [anon_sym_PLUS] = ACTIONS(1510), + [anon_sym_STAR] = ACTIONS(1512), + [anon_sym_AMP] = ACTIONS(1512), + [anon_sym_subroutine] = ACTIONS(1510), + [anon_sym_invariant] = ACTIONS(1510), + [anon_sym_precise] = ACTIONS(1510), + [anon_sym_SEMI] = ACTIONS(1512), + [anon_sym_in] = ACTIONS(1510), + [anon_sym_out] = ACTIONS(1510), + [anon_sym_inout] = ACTIONS(1510), + [anon_sym_uniform] = ACTIONS(1510), + [anon_sym_shared] = ACTIONS(1510), + [anon_sym_attribute] = ACTIONS(1510), + [anon_sym_varying] = ACTIONS(1510), + [anon_sym_buffer] = ACTIONS(1510), + [anon_sym_coherent] = ACTIONS(1510), + [anon_sym_readonly] = ACTIONS(1510), + [anon_sym_writeonly] = ACTIONS(1510), + [anon_sym_precision] = ACTIONS(1510), + [anon_sym_highp] = ACTIONS(1510), + [anon_sym_mediump] = ACTIONS(1510), + [anon_sym_lowp] = ACTIONS(1510), + [anon_sym_centroid] = ACTIONS(1510), + [anon_sym_sample] = ACTIONS(1510), + [anon_sym_patch] = ACTIONS(1510), + [anon_sym_smooth] = ACTIONS(1510), + [anon_sym_flat] = ACTIONS(1510), + [anon_sym_noperspective] = ACTIONS(1510), + [anon_sym___extension__] = ACTIONS(1510), + [anon_sym_typedef] = ACTIONS(1510), + [anon_sym_extern] = ACTIONS(1510), + [anon_sym___attribute__] = ACTIONS(1510), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1512), + [anon_sym___declspec] = ACTIONS(1510), + [anon_sym___cdecl] = ACTIONS(1510), + [anon_sym___clrcall] = ACTIONS(1510), + [anon_sym___stdcall] = ACTIONS(1510), + [anon_sym___fastcall] = ACTIONS(1510), + [anon_sym___thiscall] = ACTIONS(1510), + [anon_sym___vectorcall] = ACTIONS(1510), + [anon_sym_LBRACE] = ACTIONS(1512), + [anon_sym_signed] = ACTIONS(1510), + [anon_sym_unsigned] = ACTIONS(1510), + [anon_sym_long] = ACTIONS(1510), + [anon_sym_short] = ACTIONS(1510), + [anon_sym_static] = ACTIONS(1510), + [anon_sym_auto] = ACTIONS(1510), + [anon_sym_register] = ACTIONS(1510), + [anon_sym_inline] = ACTIONS(1510), + [anon_sym___inline] = ACTIONS(1510), + [anon_sym___inline__] = ACTIONS(1510), + [anon_sym___forceinline] = ACTIONS(1510), + [anon_sym_thread_local] = ACTIONS(1510), + [anon_sym___thread] = ACTIONS(1510), + [anon_sym_const] = ACTIONS(1510), + [anon_sym_constexpr] = ACTIONS(1510), + [anon_sym_volatile] = ACTIONS(1510), + [anon_sym_restrict] = ACTIONS(1510), + [anon_sym___restrict__] = ACTIONS(1510), + [anon_sym__Atomic] = ACTIONS(1510), + [anon_sym__Noreturn] = ACTIONS(1510), + [anon_sym_noreturn] = ACTIONS(1510), + [sym_primitive_type] = ACTIONS(1510), + [anon_sym_enum] = ACTIONS(1510), + [anon_sym_struct] = ACTIONS(1510), + [anon_sym_union] = ACTIONS(1510), + [anon_sym_if] = ACTIONS(1510), + [anon_sym_switch] = ACTIONS(1510), + [anon_sym_case] = ACTIONS(1510), + [anon_sym_default] = ACTIONS(1510), + [anon_sym_while] = ACTIONS(1510), + [anon_sym_do] = ACTIONS(1510), + [anon_sym_for] = ACTIONS(1510), + [anon_sym_return] = ACTIONS(1510), + [anon_sym_break] = ACTIONS(1510), + [anon_sym_continue] = ACTIONS(1510), + [anon_sym_goto] = ACTIONS(1510), + [anon_sym_DASH_DASH] = ACTIONS(1512), + [anon_sym_PLUS_PLUS] = ACTIONS(1512), + [anon_sym_sizeof] = ACTIONS(1510), + [anon_sym___alignof__] = ACTIONS(1510), + [anon_sym___alignof] = ACTIONS(1510), + [anon_sym__alignof] = ACTIONS(1510), + [anon_sym_alignof] = ACTIONS(1510), + [anon_sym__Alignof] = ACTIONS(1510), + [anon_sym_offsetof] = ACTIONS(1510), + [anon_sym__Generic] = ACTIONS(1510), + [anon_sym_asm] = ACTIONS(1510), + [anon_sym___asm__] = ACTIONS(1510), + [sym_number_literal] = ACTIONS(1512), + [anon_sym_L_SQUOTE] = ACTIONS(1512), + [anon_sym_u_SQUOTE] = ACTIONS(1512), + [anon_sym_U_SQUOTE] = ACTIONS(1512), + [anon_sym_u8_SQUOTE] = ACTIONS(1512), + [anon_sym_SQUOTE] = ACTIONS(1512), + [anon_sym_L_DQUOTE] = ACTIONS(1512), + [anon_sym_u_DQUOTE] = ACTIONS(1512), + [anon_sym_U_DQUOTE] = ACTIONS(1512), + [anon_sym_u8_DQUOTE] = ACTIONS(1512), + [anon_sym_DQUOTE] = ACTIONS(1512), + [sym_true] = ACTIONS(1510), + [sym_false] = ACTIONS(1510), + [anon_sym_NULL] = ACTIONS(1510), + [anon_sym_nullptr] = ACTIONS(1510), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1510), + [anon_sym_rayPayloadInEXT] = ACTIONS(1510), + [anon_sym_hitAttributeEXT] = ACTIONS(1510), + [anon_sym_callableDataEXT] = ACTIONS(1510), + [anon_sym_callableDataInEXT] = ACTIONS(1510), + [anon_sym_shaderRecordEXT] = ACTIONS(1510), + [anon_sym_rayPayloadNV] = ACTIONS(1510), + [anon_sym_rayPayloadInNV] = ACTIONS(1510), + [anon_sym_hitAttributeNV] = ACTIONS(1510), + [anon_sym_callableDataNV] = ACTIONS(1510), + [anon_sym_callableDataInNV] = ACTIONS(1510), + [anon_sym_shaderRecordNV] = ACTIONS(1510), + [anon_sym_layout] = ACTIONS(1510), }, [231] = { - [sym_identifier] = ACTIONS(1524), - [aux_sym_preproc_include_token1] = ACTIONS(1524), - [aux_sym_preproc_def_token1] = ACTIONS(1524), - [aux_sym_preproc_if_token1] = ACTIONS(1524), - [aux_sym_preproc_if_token2] = ACTIONS(1524), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1524), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1524), - [aux_sym_preproc_else_token1] = ACTIONS(1524), - [aux_sym_preproc_elif_token1] = ACTIONS(1524), - [sym_preproc_directive] = ACTIONS(1524), - [anon_sym_LPAREN2] = ACTIONS(1526), - [anon_sym_BANG] = ACTIONS(1526), - [anon_sym_TILDE] = ACTIONS(1526), - [anon_sym_DASH] = ACTIONS(1524), - [anon_sym_PLUS] = ACTIONS(1524), - [anon_sym_STAR] = ACTIONS(1526), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_subroutine] = ACTIONS(1524), - [anon_sym_invariant] = ACTIONS(1524), - [anon_sym_precise] = ACTIONS(1524), - [anon_sym_SEMI] = ACTIONS(1526), - [anon_sym_in] = ACTIONS(1524), - [anon_sym_out] = ACTIONS(1524), - [anon_sym_inout] = ACTIONS(1524), - [anon_sym_uniform] = ACTIONS(1524), - [anon_sym_shared] = ACTIONS(1524), - [anon_sym_attribute] = ACTIONS(1524), - [anon_sym_varying] = ACTIONS(1524), - [anon_sym_buffer] = ACTIONS(1524), - [anon_sym_coherent] = ACTIONS(1524), - [anon_sym_readonly] = ACTIONS(1524), - [anon_sym_writeonly] = ACTIONS(1524), - [anon_sym_precision] = ACTIONS(1524), - [anon_sym_highp] = ACTIONS(1524), - [anon_sym_mediump] = ACTIONS(1524), - [anon_sym_lowp] = ACTIONS(1524), - [anon_sym_centroid] = ACTIONS(1524), - [anon_sym_sample] = ACTIONS(1524), - [anon_sym_patch] = ACTIONS(1524), - [anon_sym_smooth] = ACTIONS(1524), - [anon_sym_flat] = ACTIONS(1524), - [anon_sym_noperspective] = ACTIONS(1524), - [anon_sym___extension__] = ACTIONS(1524), - [anon_sym_typedef] = ACTIONS(1524), - [anon_sym_extern] = ACTIONS(1524), - [anon_sym___attribute__] = ACTIONS(1524), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1526), - [anon_sym___declspec] = ACTIONS(1524), - [anon_sym___cdecl] = ACTIONS(1524), - [anon_sym___clrcall] = ACTIONS(1524), - [anon_sym___stdcall] = ACTIONS(1524), - [anon_sym___fastcall] = ACTIONS(1524), - [anon_sym___thiscall] = ACTIONS(1524), - [anon_sym___vectorcall] = ACTIONS(1524), - [anon_sym_LBRACE] = ACTIONS(1526), - [anon_sym_signed] = ACTIONS(1524), - [anon_sym_unsigned] = ACTIONS(1524), - [anon_sym_long] = ACTIONS(1524), - [anon_sym_short] = ACTIONS(1524), - [anon_sym_static] = ACTIONS(1524), - [anon_sym_auto] = ACTIONS(1524), - [anon_sym_register] = ACTIONS(1524), - [anon_sym_inline] = ACTIONS(1524), - [anon_sym___inline] = ACTIONS(1524), - [anon_sym___inline__] = ACTIONS(1524), - [anon_sym___forceinline] = ACTIONS(1524), - [anon_sym_thread_local] = ACTIONS(1524), - [anon_sym___thread] = ACTIONS(1524), - [anon_sym_const] = ACTIONS(1524), - [anon_sym_constexpr] = ACTIONS(1524), - [anon_sym_volatile] = ACTIONS(1524), - [anon_sym_restrict] = ACTIONS(1524), - [anon_sym___restrict__] = ACTIONS(1524), - [anon_sym__Atomic] = ACTIONS(1524), - [anon_sym__Noreturn] = ACTIONS(1524), - [anon_sym_noreturn] = ACTIONS(1524), - [sym_primitive_type] = ACTIONS(1524), - [anon_sym_enum] = ACTIONS(1524), - [anon_sym_struct] = ACTIONS(1524), - [anon_sym_union] = ACTIONS(1524), - [anon_sym_if] = ACTIONS(1524), - [anon_sym_switch] = ACTIONS(1524), - [anon_sym_case] = ACTIONS(1524), - [anon_sym_default] = ACTIONS(1524), - [anon_sym_while] = ACTIONS(1524), - [anon_sym_do] = ACTIONS(1524), - [anon_sym_for] = ACTIONS(1524), - [anon_sym_return] = ACTIONS(1524), - [anon_sym_break] = ACTIONS(1524), - [anon_sym_continue] = ACTIONS(1524), - [anon_sym_goto] = ACTIONS(1524), - [anon_sym_DASH_DASH] = ACTIONS(1526), - [anon_sym_PLUS_PLUS] = ACTIONS(1526), - [anon_sym_sizeof] = ACTIONS(1524), - [anon_sym___alignof__] = ACTIONS(1524), - [anon_sym___alignof] = ACTIONS(1524), - [anon_sym__alignof] = ACTIONS(1524), - [anon_sym_alignof] = ACTIONS(1524), - [anon_sym__Alignof] = ACTIONS(1524), - [anon_sym_offsetof] = ACTIONS(1524), - [anon_sym__Generic] = ACTIONS(1524), - [anon_sym_asm] = ACTIONS(1524), - [anon_sym___asm__] = ACTIONS(1524), - [sym_number_literal] = ACTIONS(1526), - [anon_sym_L_SQUOTE] = ACTIONS(1526), - [anon_sym_u_SQUOTE] = ACTIONS(1526), - [anon_sym_U_SQUOTE] = ACTIONS(1526), - [anon_sym_u8_SQUOTE] = ACTIONS(1526), - [anon_sym_SQUOTE] = ACTIONS(1526), - [anon_sym_L_DQUOTE] = ACTIONS(1526), - [anon_sym_u_DQUOTE] = ACTIONS(1526), - [anon_sym_U_DQUOTE] = ACTIONS(1526), - [anon_sym_u8_DQUOTE] = ACTIONS(1526), - [anon_sym_DQUOTE] = ACTIONS(1526), - [sym_true] = ACTIONS(1524), - [sym_false] = ACTIONS(1524), - [anon_sym_NULL] = ACTIONS(1524), - [anon_sym_nullptr] = ACTIONS(1524), + [sym_identifier] = ACTIONS(1552), + [aux_sym_preproc_include_token1] = ACTIONS(1552), + [aux_sym_preproc_def_token1] = ACTIONS(1552), + [aux_sym_preproc_if_token1] = ACTIONS(1552), + [aux_sym_preproc_if_token2] = ACTIONS(1552), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1552), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1552), + [aux_sym_preproc_else_token1] = ACTIONS(1552), + [aux_sym_preproc_elif_token1] = ACTIONS(1552), + [sym_preproc_directive] = ACTIONS(1552), + [anon_sym_LPAREN2] = ACTIONS(1554), + [anon_sym_BANG] = ACTIONS(1554), + [anon_sym_TILDE] = ACTIONS(1554), + [anon_sym_DASH] = ACTIONS(1552), + [anon_sym_PLUS] = ACTIONS(1552), + [anon_sym_STAR] = ACTIONS(1554), + [anon_sym_AMP] = ACTIONS(1554), + [anon_sym_subroutine] = ACTIONS(1552), + [anon_sym_invariant] = ACTIONS(1552), + [anon_sym_precise] = ACTIONS(1552), + [anon_sym_SEMI] = ACTIONS(1554), + [anon_sym_in] = ACTIONS(1552), + [anon_sym_out] = ACTIONS(1552), + [anon_sym_inout] = ACTIONS(1552), + [anon_sym_uniform] = ACTIONS(1552), + [anon_sym_shared] = ACTIONS(1552), + [anon_sym_attribute] = ACTIONS(1552), + [anon_sym_varying] = ACTIONS(1552), + [anon_sym_buffer] = ACTIONS(1552), + [anon_sym_coherent] = ACTIONS(1552), + [anon_sym_readonly] = ACTIONS(1552), + [anon_sym_writeonly] = ACTIONS(1552), + [anon_sym_precision] = ACTIONS(1552), + [anon_sym_highp] = ACTIONS(1552), + [anon_sym_mediump] = ACTIONS(1552), + [anon_sym_lowp] = ACTIONS(1552), + [anon_sym_centroid] = ACTIONS(1552), + [anon_sym_sample] = ACTIONS(1552), + [anon_sym_patch] = ACTIONS(1552), + [anon_sym_smooth] = ACTIONS(1552), + [anon_sym_flat] = ACTIONS(1552), + [anon_sym_noperspective] = ACTIONS(1552), + [anon_sym___extension__] = ACTIONS(1552), + [anon_sym_typedef] = ACTIONS(1552), + [anon_sym_extern] = ACTIONS(1552), + [anon_sym___attribute__] = ACTIONS(1552), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1554), + [anon_sym___declspec] = ACTIONS(1552), + [anon_sym___cdecl] = ACTIONS(1552), + [anon_sym___clrcall] = ACTIONS(1552), + [anon_sym___stdcall] = ACTIONS(1552), + [anon_sym___fastcall] = ACTIONS(1552), + [anon_sym___thiscall] = ACTIONS(1552), + [anon_sym___vectorcall] = ACTIONS(1552), + [anon_sym_LBRACE] = ACTIONS(1554), + [anon_sym_signed] = ACTIONS(1552), + [anon_sym_unsigned] = ACTIONS(1552), + [anon_sym_long] = ACTIONS(1552), + [anon_sym_short] = ACTIONS(1552), + [anon_sym_static] = ACTIONS(1552), + [anon_sym_auto] = ACTIONS(1552), + [anon_sym_register] = ACTIONS(1552), + [anon_sym_inline] = ACTIONS(1552), + [anon_sym___inline] = ACTIONS(1552), + [anon_sym___inline__] = ACTIONS(1552), + [anon_sym___forceinline] = ACTIONS(1552), + [anon_sym_thread_local] = ACTIONS(1552), + [anon_sym___thread] = ACTIONS(1552), + [anon_sym_const] = ACTIONS(1552), + [anon_sym_constexpr] = ACTIONS(1552), + [anon_sym_volatile] = ACTIONS(1552), + [anon_sym_restrict] = ACTIONS(1552), + [anon_sym___restrict__] = ACTIONS(1552), + [anon_sym__Atomic] = ACTIONS(1552), + [anon_sym__Noreturn] = ACTIONS(1552), + [anon_sym_noreturn] = ACTIONS(1552), + [sym_primitive_type] = ACTIONS(1552), + [anon_sym_enum] = ACTIONS(1552), + [anon_sym_struct] = ACTIONS(1552), + [anon_sym_union] = ACTIONS(1552), + [anon_sym_if] = ACTIONS(1552), + [anon_sym_switch] = ACTIONS(1552), + [anon_sym_case] = ACTIONS(1552), + [anon_sym_default] = ACTIONS(1552), + [anon_sym_while] = ACTIONS(1552), + [anon_sym_do] = ACTIONS(1552), + [anon_sym_for] = ACTIONS(1552), + [anon_sym_return] = ACTIONS(1552), + [anon_sym_break] = ACTIONS(1552), + [anon_sym_continue] = ACTIONS(1552), + [anon_sym_goto] = ACTIONS(1552), + [anon_sym_DASH_DASH] = ACTIONS(1554), + [anon_sym_PLUS_PLUS] = ACTIONS(1554), + [anon_sym_sizeof] = ACTIONS(1552), + [anon_sym___alignof__] = ACTIONS(1552), + [anon_sym___alignof] = ACTIONS(1552), + [anon_sym__alignof] = ACTIONS(1552), + [anon_sym_alignof] = ACTIONS(1552), + [anon_sym__Alignof] = ACTIONS(1552), + [anon_sym_offsetof] = ACTIONS(1552), + [anon_sym__Generic] = ACTIONS(1552), + [anon_sym_asm] = ACTIONS(1552), + [anon_sym___asm__] = ACTIONS(1552), + [sym_number_literal] = ACTIONS(1554), + [anon_sym_L_SQUOTE] = ACTIONS(1554), + [anon_sym_u_SQUOTE] = ACTIONS(1554), + [anon_sym_U_SQUOTE] = ACTIONS(1554), + [anon_sym_u8_SQUOTE] = ACTIONS(1554), + [anon_sym_SQUOTE] = ACTIONS(1554), + [anon_sym_L_DQUOTE] = ACTIONS(1554), + [anon_sym_u_DQUOTE] = ACTIONS(1554), + [anon_sym_U_DQUOTE] = ACTIONS(1554), + [anon_sym_u8_DQUOTE] = ACTIONS(1554), + [anon_sym_DQUOTE] = ACTIONS(1554), + [sym_true] = ACTIONS(1552), + [sym_false] = ACTIONS(1552), + [anon_sym_NULL] = ACTIONS(1552), + [anon_sym_nullptr] = ACTIONS(1552), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1524), - [anon_sym_rayPayloadInEXT] = ACTIONS(1524), - [anon_sym_hitAttributeEXT] = ACTIONS(1524), - [anon_sym_callableDataEXT] = ACTIONS(1524), - [anon_sym_callableDataInEXT] = ACTIONS(1524), - [anon_sym_shaderRecordEXT] = ACTIONS(1524), - [anon_sym_rayPayloadNV] = ACTIONS(1524), - [anon_sym_rayPayloadInNV] = ACTIONS(1524), - [anon_sym_hitAttributeNV] = ACTIONS(1524), - [anon_sym_callableDataNV] = ACTIONS(1524), - [anon_sym_callableDataInNV] = ACTIONS(1524), - [anon_sym_shaderRecordNV] = ACTIONS(1524), - [anon_sym_layout] = ACTIONS(1524), + [anon_sym_rayPayloadEXT] = ACTIONS(1552), + [anon_sym_rayPayloadInEXT] = ACTIONS(1552), + [anon_sym_hitAttributeEXT] = ACTIONS(1552), + [anon_sym_callableDataEXT] = ACTIONS(1552), + [anon_sym_callableDataInEXT] = ACTIONS(1552), + [anon_sym_shaderRecordEXT] = ACTIONS(1552), + [anon_sym_rayPayloadNV] = ACTIONS(1552), + [anon_sym_rayPayloadInNV] = ACTIONS(1552), + [anon_sym_hitAttributeNV] = ACTIONS(1552), + [anon_sym_callableDataNV] = ACTIONS(1552), + [anon_sym_callableDataInNV] = ACTIONS(1552), + [anon_sym_shaderRecordNV] = ACTIONS(1552), + [anon_sym_layout] = ACTIONS(1552), }, [232] = { [sym_identifier] = ACTIONS(1470), @@ -53057,1169 +53052,1302 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_precision] = ACTIONS(1470), [anon_sym_highp] = ACTIONS(1470), [anon_sym_mediump] = ACTIONS(1470), - [anon_sym_lowp] = ACTIONS(1470), - [anon_sym_centroid] = ACTIONS(1470), - [anon_sym_sample] = ACTIONS(1470), - [anon_sym_patch] = ACTIONS(1470), - [anon_sym_smooth] = ACTIONS(1470), - [anon_sym_flat] = ACTIONS(1470), - [anon_sym_noperspective] = ACTIONS(1470), - [anon_sym___extension__] = ACTIONS(1470), - [anon_sym_typedef] = ACTIONS(1470), - [anon_sym_extern] = ACTIONS(1470), - [anon_sym___attribute__] = ACTIONS(1470), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1472), - [anon_sym___declspec] = ACTIONS(1470), - [anon_sym___cdecl] = ACTIONS(1470), - [anon_sym___clrcall] = ACTIONS(1470), - [anon_sym___stdcall] = ACTIONS(1470), - [anon_sym___fastcall] = ACTIONS(1470), - [anon_sym___thiscall] = ACTIONS(1470), - [anon_sym___vectorcall] = ACTIONS(1470), - [anon_sym_LBRACE] = ACTIONS(1472), - [anon_sym_signed] = ACTIONS(1470), - [anon_sym_unsigned] = ACTIONS(1470), - [anon_sym_long] = ACTIONS(1470), - [anon_sym_short] = ACTIONS(1470), - [anon_sym_static] = ACTIONS(1470), - [anon_sym_auto] = ACTIONS(1470), - [anon_sym_register] = ACTIONS(1470), - [anon_sym_inline] = ACTIONS(1470), - [anon_sym___inline] = ACTIONS(1470), - [anon_sym___inline__] = ACTIONS(1470), - [anon_sym___forceinline] = ACTIONS(1470), - [anon_sym_thread_local] = ACTIONS(1470), - [anon_sym___thread] = ACTIONS(1470), - [anon_sym_const] = ACTIONS(1470), - [anon_sym_constexpr] = ACTIONS(1470), - [anon_sym_volatile] = ACTIONS(1470), - [anon_sym_restrict] = ACTIONS(1470), - [anon_sym___restrict__] = ACTIONS(1470), - [anon_sym__Atomic] = ACTIONS(1470), - [anon_sym__Noreturn] = ACTIONS(1470), - [anon_sym_noreturn] = ACTIONS(1470), - [sym_primitive_type] = ACTIONS(1470), - [anon_sym_enum] = ACTIONS(1470), - [anon_sym_struct] = ACTIONS(1470), - [anon_sym_union] = ACTIONS(1470), - [anon_sym_if] = ACTIONS(1470), - [anon_sym_switch] = ACTIONS(1470), - [anon_sym_case] = ACTIONS(1470), - [anon_sym_default] = ACTIONS(1470), - [anon_sym_while] = ACTIONS(1470), - [anon_sym_do] = ACTIONS(1470), - [anon_sym_for] = ACTIONS(1470), - [anon_sym_return] = ACTIONS(1470), - [anon_sym_break] = ACTIONS(1470), - [anon_sym_continue] = ACTIONS(1470), - [anon_sym_goto] = ACTIONS(1470), - [anon_sym_DASH_DASH] = ACTIONS(1472), - [anon_sym_PLUS_PLUS] = ACTIONS(1472), - [anon_sym_sizeof] = ACTIONS(1470), - [anon_sym___alignof__] = ACTIONS(1470), - [anon_sym___alignof] = ACTIONS(1470), - [anon_sym__alignof] = ACTIONS(1470), - [anon_sym_alignof] = ACTIONS(1470), - [anon_sym__Alignof] = ACTIONS(1470), - [anon_sym_offsetof] = ACTIONS(1470), - [anon_sym__Generic] = ACTIONS(1470), - [anon_sym_asm] = ACTIONS(1470), - [anon_sym___asm__] = ACTIONS(1470), - [sym_number_literal] = ACTIONS(1472), - [anon_sym_L_SQUOTE] = ACTIONS(1472), - [anon_sym_u_SQUOTE] = ACTIONS(1472), - [anon_sym_U_SQUOTE] = ACTIONS(1472), - [anon_sym_u8_SQUOTE] = ACTIONS(1472), - [anon_sym_SQUOTE] = ACTIONS(1472), - [anon_sym_L_DQUOTE] = ACTIONS(1472), - [anon_sym_u_DQUOTE] = ACTIONS(1472), - [anon_sym_U_DQUOTE] = ACTIONS(1472), - [anon_sym_u8_DQUOTE] = ACTIONS(1472), - [anon_sym_DQUOTE] = ACTIONS(1472), - [sym_true] = ACTIONS(1470), - [sym_false] = ACTIONS(1470), - [anon_sym_NULL] = ACTIONS(1470), - [anon_sym_nullptr] = ACTIONS(1470), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1470), - [anon_sym_rayPayloadInEXT] = ACTIONS(1470), - [anon_sym_hitAttributeEXT] = ACTIONS(1470), - [anon_sym_callableDataEXT] = ACTIONS(1470), - [anon_sym_callableDataInEXT] = ACTIONS(1470), - [anon_sym_shaderRecordEXT] = ACTIONS(1470), - [anon_sym_rayPayloadNV] = ACTIONS(1470), - [anon_sym_rayPayloadInNV] = ACTIONS(1470), - [anon_sym_hitAttributeNV] = ACTIONS(1470), - [anon_sym_callableDataNV] = ACTIONS(1470), - [anon_sym_callableDataInNV] = ACTIONS(1470), - [anon_sym_shaderRecordNV] = ACTIONS(1470), - [anon_sym_layout] = ACTIONS(1470), - }, - [233] = { - [ts_builtin_sym_end] = ACTIONS(1364), - [sym_identifier] = ACTIONS(1362), - [aux_sym_preproc_include_token1] = ACTIONS(1362), - [aux_sym_preproc_def_token1] = ACTIONS(1362), - [aux_sym_preproc_if_token1] = ACTIONS(1362), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1362), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1362), - [sym_preproc_directive] = ACTIONS(1362), - [anon_sym_LPAREN2] = ACTIONS(1364), - [anon_sym_BANG] = ACTIONS(1364), - [anon_sym_TILDE] = ACTIONS(1364), - [anon_sym_DASH] = ACTIONS(1362), - [anon_sym_PLUS] = ACTIONS(1362), - [anon_sym_STAR] = ACTIONS(1364), - [anon_sym_AMP] = ACTIONS(1364), - [anon_sym_subroutine] = ACTIONS(1362), - [anon_sym_invariant] = ACTIONS(1362), - [anon_sym_precise] = ACTIONS(1362), - [anon_sym_SEMI] = ACTIONS(1364), - [anon_sym_in] = ACTIONS(1362), - [anon_sym_out] = ACTIONS(1362), - [anon_sym_inout] = ACTIONS(1362), - [anon_sym_uniform] = ACTIONS(1362), - [anon_sym_shared] = ACTIONS(1362), - [anon_sym_attribute] = ACTIONS(1362), - [anon_sym_varying] = ACTIONS(1362), - [anon_sym_buffer] = ACTIONS(1362), - [anon_sym_coherent] = ACTIONS(1362), - [anon_sym_readonly] = ACTIONS(1362), - [anon_sym_writeonly] = ACTIONS(1362), - [anon_sym_precision] = ACTIONS(1362), - [anon_sym_highp] = ACTIONS(1362), - [anon_sym_mediump] = ACTIONS(1362), - [anon_sym_lowp] = ACTIONS(1362), - [anon_sym_centroid] = ACTIONS(1362), - [anon_sym_sample] = ACTIONS(1362), - [anon_sym_patch] = ACTIONS(1362), - [anon_sym_smooth] = ACTIONS(1362), - [anon_sym_flat] = ACTIONS(1362), - [anon_sym_noperspective] = ACTIONS(1362), - [anon_sym___extension__] = ACTIONS(1362), - [anon_sym_typedef] = ACTIONS(1362), - [anon_sym_extern] = ACTIONS(1362), - [anon_sym___attribute__] = ACTIONS(1362), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1364), - [anon_sym___declspec] = ACTIONS(1362), - [anon_sym___cdecl] = ACTIONS(1362), - [anon_sym___clrcall] = ACTIONS(1362), - [anon_sym___stdcall] = ACTIONS(1362), - [anon_sym___fastcall] = ACTIONS(1362), - [anon_sym___thiscall] = ACTIONS(1362), - [anon_sym___vectorcall] = ACTIONS(1362), - [anon_sym_LBRACE] = ACTIONS(1364), - [anon_sym_signed] = ACTIONS(1362), - [anon_sym_unsigned] = ACTIONS(1362), - [anon_sym_long] = ACTIONS(1362), - [anon_sym_short] = ACTIONS(1362), - [anon_sym_static] = ACTIONS(1362), - [anon_sym_auto] = ACTIONS(1362), - [anon_sym_register] = ACTIONS(1362), - [anon_sym_inline] = ACTIONS(1362), - [anon_sym___inline] = ACTIONS(1362), - [anon_sym___inline__] = ACTIONS(1362), - [anon_sym___forceinline] = ACTIONS(1362), - [anon_sym_thread_local] = ACTIONS(1362), - [anon_sym___thread] = ACTIONS(1362), - [anon_sym_const] = ACTIONS(1362), - [anon_sym_constexpr] = ACTIONS(1362), - [anon_sym_volatile] = ACTIONS(1362), - [anon_sym_restrict] = ACTIONS(1362), - [anon_sym___restrict__] = ACTIONS(1362), - [anon_sym__Atomic] = ACTIONS(1362), - [anon_sym__Noreturn] = ACTIONS(1362), - [anon_sym_noreturn] = ACTIONS(1362), - [sym_primitive_type] = ACTIONS(1362), - [anon_sym_enum] = ACTIONS(1362), - [anon_sym_struct] = ACTIONS(1362), - [anon_sym_union] = ACTIONS(1362), - [anon_sym_if] = ACTIONS(1362), - [anon_sym_else] = ACTIONS(1362), - [anon_sym_switch] = ACTIONS(1362), - [anon_sym_case] = ACTIONS(1362), - [anon_sym_default] = ACTIONS(1362), - [anon_sym_while] = ACTIONS(1362), - [anon_sym_do] = ACTIONS(1362), - [anon_sym_for] = ACTIONS(1362), - [anon_sym_return] = ACTIONS(1362), - [anon_sym_break] = ACTIONS(1362), - [anon_sym_continue] = ACTIONS(1362), - [anon_sym_goto] = ACTIONS(1362), - [anon_sym_DASH_DASH] = ACTIONS(1364), - [anon_sym_PLUS_PLUS] = ACTIONS(1364), - [anon_sym_sizeof] = ACTIONS(1362), - [anon_sym___alignof__] = ACTIONS(1362), - [anon_sym___alignof] = ACTIONS(1362), - [anon_sym__alignof] = ACTIONS(1362), - [anon_sym_alignof] = ACTIONS(1362), - [anon_sym__Alignof] = ACTIONS(1362), - [anon_sym_offsetof] = ACTIONS(1362), - [anon_sym__Generic] = ACTIONS(1362), - [anon_sym_asm] = ACTIONS(1362), - [anon_sym___asm__] = ACTIONS(1362), - [sym_number_literal] = ACTIONS(1364), - [anon_sym_L_SQUOTE] = ACTIONS(1364), - [anon_sym_u_SQUOTE] = ACTIONS(1364), - [anon_sym_U_SQUOTE] = ACTIONS(1364), - [anon_sym_u8_SQUOTE] = ACTIONS(1364), - [anon_sym_SQUOTE] = ACTIONS(1364), - [anon_sym_L_DQUOTE] = ACTIONS(1364), - [anon_sym_u_DQUOTE] = ACTIONS(1364), - [anon_sym_U_DQUOTE] = ACTIONS(1364), - [anon_sym_u8_DQUOTE] = ACTIONS(1364), - [anon_sym_DQUOTE] = ACTIONS(1364), - [sym_true] = ACTIONS(1362), - [sym_false] = ACTIONS(1362), - [anon_sym_NULL] = ACTIONS(1362), - [anon_sym_nullptr] = ACTIONS(1362), + [anon_sym_lowp] = ACTIONS(1470), + [anon_sym_centroid] = ACTIONS(1470), + [anon_sym_sample] = ACTIONS(1470), + [anon_sym_patch] = ACTIONS(1470), + [anon_sym_smooth] = ACTIONS(1470), + [anon_sym_flat] = ACTIONS(1470), + [anon_sym_noperspective] = ACTIONS(1470), + [anon_sym___extension__] = ACTIONS(1470), + [anon_sym_typedef] = ACTIONS(1470), + [anon_sym_extern] = ACTIONS(1470), + [anon_sym___attribute__] = ACTIONS(1470), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1472), + [anon_sym___declspec] = ACTIONS(1470), + [anon_sym___cdecl] = ACTIONS(1470), + [anon_sym___clrcall] = ACTIONS(1470), + [anon_sym___stdcall] = ACTIONS(1470), + [anon_sym___fastcall] = ACTIONS(1470), + [anon_sym___thiscall] = ACTIONS(1470), + [anon_sym___vectorcall] = ACTIONS(1470), + [anon_sym_LBRACE] = ACTIONS(1472), + [anon_sym_signed] = ACTIONS(1470), + [anon_sym_unsigned] = ACTIONS(1470), + [anon_sym_long] = ACTIONS(1470), + [anon_sym_short] = ACTIONS(1470), + [anon_sym_static] = ACTIONS(1470), + [anon_sym_auto] = ACTIONS(1470), + [anon_sym_register] = ACTIONS(1470), + [anon_sym_inline] = ACTIONS(1470), + [anon_sym___inline] = ACTIONS(1470), + [anon_sym___inline__] = ACTIONS(1470), + [anon_sym___forceinline] = ACTIONS(1470), + [anon_sym_thread_local] = ACTIONS(1470), + [anon_sym___thread] = ACTIONS(1470), + [anon_sym_const] = ACTIONS(1470), + [anon_sym_constexpr] = ACTIONS(1470), + [anon_sym_volatile] = ACTIONS(1470), + [anon_sym_restrict] = ACTIONS(1470), + [anon_sym___restrict__] = ACTIONS(1470), + [anon_sym__Atomic] = ACTIONS(1470), + [anon_sym__Noreturn] = ACTIONS(1470), + [anon_sym_noreturn] = ACTIONS(1470), + [sym_primitive_type] = ACTIONS(1470), + [anon_sym_enum] = ACTIONS(1470), + [anon_sym_struct] = ACTIONS(1470), + [anon_sym_union] = ACTIONS(1470), + [anon_sym_if] = ACTIONS(1470), + [anon_sym_switch] = ACTIONS(1470), + [anon_sym_case] = ACTIONS(1470), + [anon_sym_default] = ACTIONS(1470), + [anon_sym_while] = ACTIONS(1470), + [anon_sym_do] = ACTIONS(1470), + [anon_sym_for] = ACTIONS(1470), + [anon_sym_return] = ACTIONS(1470), + [anon_sym_break] = ACTIONS(1470), + [anon_sym_continue] = ACTIONS(1470), + [anon_sym_goto] = ACTIONS(1470), + [anon_sym_DASH_DASH] = ACTIONS(1472), + [anon_sym_PLUS_PLUS] = ACTIONS(1472), + [anon_sym_sizeof] = ACTIONS(1470), + [anon_sym___alignof__] = ACTIONS(1470), + [anon_sym___alignof] = ACTIONS(1470), + [anon_sym__alignof] = ACTIONS(1470), + [anon_sym_alignof] = ACTIONS(1470), + [anon_sym__Alignof] = ACTIONS(1470), + [anon_sym_offsetof] = ACTIONS(1470), + [anon_sym__Generic] = ACTIONS(1470), + [anon_sym_asm] = ACTIONS(1470), + [anon_sym___asm__] = ACTIONS(1470), + [sym_number_literal] = ACTIONS(1472), + [anon_sym_L_SQUOTE] = ACTIONS(1472), + [anon_sym_u_SQUOTE] = ACTIONS(1472), + [anon_sym_U_SQUOTE] = ACTIONS(1472), + [anon_sym_u8_SQUOTE] = ACTIONS(1472), + [anon_sym_SQUOTE] = ACTIONS(1472), + [anon_sym_L_DQUOTE] = ACTIONS(1472), + [anon_sym_u_DQUOTE] = ACTIONS(1472), + [anon_sym_U_DQUOTE] = ACTIONS(1472), + [anon_sym_u8_DQUOTE] = ACTIONS(1472), + [anon_sym_DQUOTE] = ACTIONS(1472), + [sym_true] = ACTIONS(1470), + [sym_false] = ACTIONS(1470), + [anon_sym_NULL] = ACTIONS(1470), + [anon_sym_nullptr] = ACTIONS(1470), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1362), - [anon_sym_rayPayloadInEXT] = ACTIONS(1362), - [anon_sym_hitAttributeEXT] = ACTIONS(1362), - [anon_sym_callableDataEXT] = ACTIONS(1362), - [anon_sym_callableDataInEXT] = ACTIONS(1362), - [anon_sym_shaderRecordEXT] = ACTIONS(1362), - [anon_sym_rayPayloadNV] = ACTIONS(1362), - [anon_sym_rayPayloadInNV] = ACTIONS(1362), - [anon_sym_hitAttributeNV] = ACTIONS(1362), - [anon_sym_callableDataNV] = ACTIONS(1362), - [anon_sym_callableDataInNV] = ACTIONS(1362), - [anon_sym_shaderRecordNV] = ACTIONS(1362), - [anon_sym_layout] = ACTIONS(1362), + [anon_sym_rayPayloadEXT] = ACTIONS(1470), + [anon_sym_rayPayloadInEXT] = ACTIONS(1470), + [anon_sym_hitAttributeEXT] = ACTIONS(1470), + [anon_sym_callableDataEXT] = ACTIONS(1470), + [anon_sym_callableDataInEXT] = ACTIONS(1470), + [anon_sym_shaderRecordEXT] = ACTIONS(1470), + [anon_sym_rayPayloadNV] = ACTIONS(1470), + [anon_sym_rayPayloadInNV] = ACTIONS(1470), + [anon_sym_hitAttributeNV] = ACTIONS(1470), + [anon_sym_callableDataNV] = ACTIONS(1470), + [anon_sym_callableDataInNV] = ACTIONS(1470), + [anon_sym_shaderRecordNV] = ACTIONS(1470), + [anon_sym_layout] = ACTIONS(1470), }, - [234] = { - [ts_builtin_sym_end] = ACTIONS(1416), - [sym_identifier] = ACTIONS(1414), - [aux_sym_preproc_include_token1] = ACTIONS(1414), - [aux_sym_preproc_def_token1] = ACTIONS(1414), - [aux_sym_preproc_if_token1] = ACTIONS(1414), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1414), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1414), - [sym_preproc_directive] = ACTIONS(1414), - [anon_sym_LPAREN2] = ACTIONS(1416), - [anon_sym_BANG] = ACTIONS(1416), - [anon_sym_TILDE] = ACTIONS(1416), - [anon_sym_DASH] = ACTIONS(1414), - [anon_sym_PLUS] = ACTIONS(1414), - [anon_sym_STAR] = ACTIONS(1416), - [anon_sym_AMP] = ACTIONS(1416), - [anon_sym_subroutine] = ACTIONS(1414), - [anon_sym_invariant] = ACTIONS(1414), - [anon_sym_precise] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(1416), - [anon_sym_in] = ACTIONS(1414), - [anon_sym_out] = ACTIONS(1414), - [anon_sym_inout] = ACTIONS(1414), - [anon_sym_uniform] = ACTIONS(1414), - [anon_sym_shared] = ACTIONS(1414), - [anon_sym_attribute] = ACTIONS(1414), - [anon_sym_varying] = ACTIONS(1414), - [anon_sym_buffer] = ACTIONS(1414), - [anon_sym_coherent] = ACTIONS(1414), - [anon_sym_readonly] = ACTIONS(1414), - [anon_sym_writeonly] = ACTIONS(1414), - [anon_sym_precision] = ACTIONS(1414), - [anon_sym_highp] = ACTIONS(1414), - [anon_sym_mediump] = ACTIONS(1414), - [anon_sym_lowp] = ACTIONS(1414), - [anon_sym_centroid] = ACTIONS(1414), - [anon_sym_sample] = ACTIONS(1414), - [anon_sym_patch] = ACTIONS(1414), - [anon_sym_smooth] = ACTIONS(1414), - [anon_sym_flat] = ACTIONS(1414), - [anon_sym_noperspective] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1414), - [anon_sym_typedef] = ACTIONS(1414), - [anon_sym_extern] = ACTIONS(1414), - [anon_sym___attribute__] = ACTIONS(1414), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1416), - [anon_sym___declspec] = ACTIONS(1414), - [anon_sym___cdecl] = ACTIONS(1414), - [anon_sym___clrcall] = ACTIONS(1414), - [anon_sym___stdcall] = ACTIONS(1414), - [anon_sym___fastcall] = ACTIONS(1414), - [anon_sym___thiscall] = ACTIONS(1414), - [anon_sym___vectorcall] = ACTIONS(1414), - [anon_sym_LBRACE] = ACTIONS(1416), - [anon_sym_signed] = ACTIONS(1414), - [anon_sym_unsigned] = ACTIONS(1414), - [anon_sym_long] = ACTIONS(1414), - [anon_sym_short] = ACTIONS(1414), - [anon_sym_static] = ACTIONS(1414), - [anon_sym_auto] = ACTIONS(1414), - [anon_sym_register] = ACTIONS(1414), - [anon_sym_inline] = ACTIONS(1414), - [anon_sym___inline] = ACTIONS(1414), - [anon_sym___inline__] = ACTIONS(1414), - [anon_sym___forceinline] = ACTIONS(1414), - [anon_sym_thread_local] = ACTIONS(1414), - [anon_sym___thread] = ACTIONS(1414), - [anon_sym_const] = ACTIONS(1414), - [anon_sym_constexpr] = ACTIONS(1414), - [anon_sym_volatile] = ACTIONS(1414), - [anon_sym_restrict] = ACTIONS(1414), - [anon_sym___restrict__] = ACTIONS(1414), - [anon_sym__Atomic] = ACTIONS(1414), - [anon_sym__Noreturn] = ACTIONS(1414), - [anon_sym_noreturn] = ACTIONS(1414), - [sym_primitive_type] = ACTIONS(1414), - [anon_sym_enum] = ACTIONS(1414), - [anon_sym_struct] = ACTIONS(1414), - [anon_sym_union] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1414), - [anon_sym_else] = ACTIONS(1414), - [anon_sym_switch] = ACTIONS(1414), - [anon_sym_case] = ACTIONS(1414), - [anon_sym_default] = ACTIONS(1414), - [anon_sym_while] = ACTIONS(1414), - [anon_sym_do] = ACTIONS(1414), - [anon_sym_for] = ACTIONS(1414), - [anon_sym_return] = ACTIONS(1414), - [anon_sym_break] = ACTIONS(1414), - [anon_sym_continue] = ACTIONS(1414), - [anon_sym_goto] = ACTIONS(1414), - [anon_sym_DASH_DASH] = ACTIONS(1416), - [anon_sym_PLUS_PLUS] = ACTIONS(1416), - [anon_sym_sizeof] = ACTIONS(1414), - [anon_sym___alignof__] = ACTIONS(1414), - [anon_sym___alignof] = ACTIONS(1414), - [anon_sym__alignof] = ACTIONS(1414), - [anon_sym_alignof] = ACTIONS(1414), - [anon_sym__Alignof] = ACTIONS(1414), - [anon_sym_offsetof] = ACTIONS(1414), - [anon_sym__Generic] = ACTIONS(1414), - [anon_sym_asm] = ACTIONS(1414), - [anon_sym___asm__] = ACTIONS(1414), - [sym_number_literal] = ACTIONS(1416), - [anon_sym_L_SQUOTE] = ACTIONS(1416), - [anon_sym_u_SQUOTE] = ACTIONS(1416), - [anon_sym_U_SQUOTE] = ACTIONS(1416), - [anon_sym_u8_SQUOTE] = ACTIONS(1416), - [anon_sym_SQUOTE] = ACTIONS(1416), - [anon_sym_L_DQUOTE] = ACTIONS(1416), - [anon_sym_u_DQUOTE] = ACTIONS(1416), - [anon_sym_U_DQUOTE] = ACTIONS(1416), - [anon_sym_u8_DQUOTE] = ACTIONS(1416), - [anon_sym_DQUOTE] = ACTIONS(1416), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [anon_sym_NULL] = ACTIONS(1414), - [anon_sym_nullptr] = ACTIONS(1414), + [233] = { + [sym_identifier] = ACTIONS(1402), + [aux_sym_preproc_include_token1] = ACTIONS(1402), + [aux_sym_preproc_def_token1] = ACTIONS(1402), + [aux_sym_preproc_if_token1] = ACTIONS(1402), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1402), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1402), + [sym_preproc_directive] = ACTIONS(1402), + [anon_sym_LPAREN2] = ACTIONS(1404), + [anon_sym_BANG] = ACTIONS(1404), + [anon_sym_TILDE] = ACTIONS(1404), + [anon_sym_DASH] = ACTIONS(1402), + [anon_sym_PLUS] = ACTIONS(1402), + [anon_sym_STAR] = ACTIONS(1404), + [anon_sym_AMP] = ACTIONS(1404), + [anon_sym_subroutine] = ACTIONS(1402), + [anon_sym_invariant] = ACTIONS(1402), + [anon_sym_precise] = ACTIONS(1402), + [anon_sym_SEMI] = ACTIONS(1404), + [anon_sym_in] = ACTIONS(1402), + [anon_sym_out] = ACTIONS(1402), + [anon_sym_inout] = ACTIONS(1402), + [anon_sym_uniform] = ACTIONS(1402), + [anon_sym_shared] = ACTIONS(1402), + [anon_sym_attribute] = ACTIONS(1402), + [anon_sym_varying] = ACTIONS(1402), + [anon_sym_buffer] = ACTIONS(1402), + [anon_sym_coherent] = ACTIONS(1402), + [anon_sym_readonly] = ACTIONS(1402), + [anon_sym_writeonly] = ACTIONS(1402), + [anon_sym_precision] = ACTIONS(1402), + [anon_sym_highp] = ACTIONS(1402), + [anon_sym_mediump] = ACTIONS(1402), + [anon_sym_lowp] = ACTIONS(1402), + [anon_sym_centroid] = ACTIONS(1402), + [anon_sym_sample] = ACTIONS(1402), + [anon_sym_patch] = ACTIONS(1402), + [anon_sym_smooth] = ACTIONS(1402), + [anon_sym_flat] = ACTIONS(1402), + [anon_sym_noperspective] = ACTIONS(1402), + [anon_sym___extension__] = ACTIONS(1402), + [anon_sym_typedef] = ACTIONS(1402), + [anon_sym_extern] = ACTIONS(1402), + [anon_sym___attribute__] = ACTIONS(1402), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1404), + [anon_sym___declspec] = ACTIONS(1402), + [anon_sym___cdecl] = ACTIONS(1402), + [anon_sym___clrcall] = ACTIONS(1402), + [anon_sym___stdcall] = ACTIONS(1402), + [anon_sym___fastcall] = ACTIONS(1402), + [anon_sym___thiscall] = ACTIONS(1402), + [anon_sym___vectorcall] = ACTIONS(1402), + [anon_sym_LBRACE] = ACTIONS(1404), + [anon_sym_RBRACE] = ACTIONS(1404), + [anon_sym_signed] = ACTIONS(1402), + [anon_sym_unsigned] = ACTIONS(1402), + [anon_sym_long] = ACTIONS(1402), + [anon_sym_short] = ACTIONS(1402), + [anon_sym_static] = ACTIONS(1402), + [anon_sym_auto] = ACTIONS(1402), + [anon_sym_register] = ACTIONS(1402), + [anon_sym_inline] = ACTIONS(1402), + [anon_sym___inline] = ACTIONS(1402), + [anon_sym___inline__] = ACTIONS(1402), + [anon_sym___forceinline] = ACTIONS(1402), + [anon_sym_thread_local] = ACTIONS(1402), + [anon_sym___thread] = ACTIONS(1402), + [anon_sym_const] = ACTIONS(1402), + [anon_sym_constexpr] = ACTIONS(1402), + [anon_sym_volatile] = ACTIONS(1402), + [anon_sym_restrict] = ACTIONS(1402), + [anon_sym___restrict__] = ACTIONS(1402), + [anon_sym__Atomic] = ACTIONS(1402), + [anon_sym__Noreturn] = ACTIONS(1402), + [anon_sym_noreturn] = ACTIONS(1402), + [sym_primitive_type] = ACTIONS(1402), + [anon_sym_enum] = ACTIONS(1402), + [anon_sym_struct] = ACTIONS(1402), + [anon_sym_union] = ACTIONS(1402), + [anon_sym_if] = ACTIONS(1402), + [anon_sym_else] = ACTIONS(1402), + [anon_sym_switch] = ACTIONS(1402), + [anon_sym_case] = ACTIONS(1402), + [anon_sym_default] = ACTIONS(1402), + [anon_sym_while] = ACTIONS(1402), + [anon_sym_do] = ACTIONS(1402), + [anon_sym_for] = ACTIONS(1402), + [anon_sym_return] = ACTIONS(1402), + [anon_sym_break] = ACTIONS(1402), + [anon_sym_continue] = ACTIONS(1402), + [anon_sym_goto] = ACTIONS(1402), + [anon_sym_DASH_DASH] = ACTIONS(1404), + [anon_sym_PLUS_PLUS] = ACTIONS(1404), + [anon_sym_sizeof] = ACTIONS(1402), + [anon_sym___alignof__] = ACTIONS(1402), + [anon_sym___alignof] = ACTIONS(1402), + [anon_sym__alignof] = ACTIONS(1402), + [anon_sym_alignof] = ACTIONS(1402), + [anon_sym__Alignof] = ACTIONS(1402), + [anon_sym_offsetof] = ACTIONS(1402), + [anon_sym__Generic] = ACTIONS(1402), + [anon_sym_asm] = ACTIONS(1402), + [anon_sym___asm__] = ACTIONS(1402), + [sym_number_literal] = ACTIONS(1404), + [anon_sym_L_SQUOTE] = ACTIONS(1404), + [anon_sym_u_SQUOTE] = ACTIONS(1404), + [anon_sym_U_SQUOTE] = ACTIONS(1404), + [anon_sym_u8_SQUOTE] = ACTIONS(1404), + [anon_sym_SQUOTE] = ACTIONS(1404), + [anon_sym_L_DQUOTE] = ACTIONS(1404), + [anon_sym_u_DQUOTE] = ACTIONS(1404), + [anon_sym_U_DQUOTE] = ACTIONS(1404), + [anon_sym_u8_DQUOTE] = ACTIONS(1404), + [anon_sym_DQUOTE] = ACTIONS(1404), + [sym_true] = ACTIONS(1402), + [sym_false] = ACTIONS(1402), + [anon_sym_NULL] = ACTIONS(1402), + [anon_sym_nullptr] = ACTIONS(1402), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1414), - [anon_sym_rayPayloadInEXT] = ACTIONS(1414), - [anon_sym_hitAttributeEXT] = ACTIONS(1414), - [anon_sym_callableDataEXT] = ACTIONS(1414), - [anon_sym_callableDataInEXT] = ACTIONS(1414), - [anon_sym_shaderRecordEXT] = ACTIONS(1414), - [anon_sym_rayPayloadNV] = ACTIONS(1414), - [anon_sym_rayPayloadInNV] = ACTIONS(1414), - [anon_sym_hitAttributeNV] = ACTIONS(1414), - [anon_sym_callableDataNV] = ACTIONS(1414), - [anon_sym_callableDataInNV] = ACTIONS(1414), - [anon_sym_shaderRecordNV] = ACTIONS(1414), - [anon_sym_layout] = ACTIONS(1414), + [anon_sym_rayPayloadEXT] = ACTIONS(1402), + [anon_sym_rayPayloadInEXT] = ACTIONS(1402), + [anon_sym_hitAttributeEXT] = ACTIONS(1402), + [anon_sym_callableDataEXT] = ACTIONS(1402), + [anon_sym_callableDataInEXT] = ACTIONS(1402), + [anon_sym_shaderRecordEXT] = ACTIONS(1402), + [anon_sym_rayPayloadNV] = ACTIONS(1402), + [anon_sym_rayPayloadInNV] = ACTIONS(1402), + [anon_sym_hitAttributeNV] = ACTIONS(1402), + [anon_sym_callableDataNV] = ACTIONS(1402), + [anon_sym_callableDataInNV] = ACTIONS(1402), + [anon_sym_shaderRecordNV] = ACTIONS(1402), + [anon_sym_layout] = ACTIONS(1402), }, - [235] = { - [ts_builtin_sym_end] = ACTIONS(1356), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [234] = { + [ts_builtin_sym_end] = ACTIONS(1388), + [sym_identifier] = ACTIONS(1386), + [aux_sym_preproc_include_token1] = ACTIONS(1386), + [aux_sym_preproc_def_token1] = ACTIONS(1386), + [aux_sym_preproc_if_token1] = ACTIONS(1386), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1386), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1386), + [sym_preproc_directive] = ACTIONS(1386), + [anon_sym_LPAREN2] = ACTIONS(1388), + [anon_sym_BANG] = ACTIONS(1388), + [anon_sym_TILDE] = ACTIONS(1388), + [anon_sym_DASH] = ACTIONS(1386), + [anon_sym_PLUS] = ACTIONS(1386), + [anon_sym_STAR] = ACTIONS(1388), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_subroutine] = ACTIONS(1386), + [anon_sym_invariant] = ACTIONS(1386), + [anon_sym_precise] = ACTIONS(1386), + [anon_sym_SEMI] = ACTIONS(1388), + [anon_sym_in] = ACTIONS(1386), + [anon_sym_out] = ACTIONS(1386), + [anon_sym_inout] = ACTIONS(1386), + [anon_sym_uniform] = ACTIONS(1386), + [anon_sym_shared] = ACTIONS(1386), + [anon_sym_attribute] = ACTIONS(1386), + [anon_sym_varying] = ACTIONS(1386), + [anon_sym_buffer] = ACTIONS(1386), + [anon_sym_coherent] = ACTIONS(1386), + [anon_sym_readonly] = ACTIONS(1386), + [anon_sym_writeonly] = ACTIONS(1386), + [anon_sym_precision] = ACTIONS(1386), + [anon_sym_highp] = ACTIONS(1386), + [anon_sym_mediump] = ACTIONS(1386), + [anon_sym_lowp] = ACTIONS(1386), + [anon_sym_centroid] = ACTIONS(1386), + [anon_sym_sample] = ACTIONS(1386), + [anon_sym_patch] = ACTIONS(1386), + [anon_sym_smooth] = ACTIONS(1386), + [anon_sym_flat] = ACTIONS(1386), + [anon_sym_noperspective] = ACTIONS(1386), + [anon_sym___extension__] = ACTIONS(1386), + [anon_sym_typedef] = ACTIONS(1386), + [anon_sym_extern] = ACTIONS(1386), + [anon_sym___attribute__] = ACTIONS(1386), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1388), + [anon_sym___declspec] = ACTIONS(1386), + [anon_sym___cdecl] = ACTIONS(1386), + [anon_sym___clrcall] = ACTIONS(1386), + [anon_sym___stdcall] = ACTIONS(1386), + [anon_sym___fastcall] = ACTIONS(1386), + [anon_sym___thiscall] = ACTIONS(1386), + [anon_sym___vectorcall] = ACTIONS(1386), + [anon_sym_LBRACE] = ACTIONS(1388), + [anon_sym_signed] = ACTIONS(1386), + [anon_sym_unsigned] = ACTIONS(1386), + [anon_sym_long] = ACTIONS(1386), + [anon_sym_short] = ACTIONS(1386), + [anon_sym_static] = ACTIONS(1386), + [anon_sym_auto] = ACTIONS(1386), + [anon_sym_register] = ACTIONS(1386), + [anon_sym_inline] = ACTIONS(1386), + [anon_sym___inline] = ACTIONS(1386), + [anon_sym___inline__] = ACTIONS(1386), + [anon_sym___forceinline] = ACTIONS(1386), + [anon_sym_thread_local] = ACTIONS(1386), + [anon_sym___thread] = ACTIONS(1386), + [anon_sym_const] = ACTIONS(1386), + [anon_sym_constexpr] = ACTIONS(1386), + [anon_sym_volatile] = ACTIONS(1386), + [anon_sym_restrict] = ACTIONS(1386), + [anon_sym___restrict__] = ACTIONS(1386), + [anon_sym__Atomic] = ACTIONS(1386), + [anon_sym__Noreturn] = ACTIONS(1386), + [anon_sym_noreturn] = ACTIONS(1386), + [sym_primitive_type] = ACTIONS(1386), + [anon_sym_enum] = ACTIONS(1386), + [anon_sym_struct] = ACTIONS(1386), + [anon_sym_union] = ACTIONS(1386), + [anon_sym_if] = ACTIONS(1386), + [anon_sym_else] = ACTIONS(1386), + [anon_sym_switch] = ACTIONS(1386), + [anon_sym_case] = ACTIONS(1386), + [anon_sym_default] = ACTIONS(1386), + [anon_sym_while] = ACTIONS(1386), + [anon_sym_do] = ACTIONS(1386), + [anon_sym_for] = ACTIONS(1386), + [anon_sym_return] = ACTIONS(1386), + [anon_sym_break] = ACTIONS(1386), + [anon_sym_continue] = ACTIONS(1386), + [anon_sym_goto] = ACTIONS(1386), + [anon_sym_DASH_DASH] = ACTIONS(1388), + [anon_sym_PLUS_PLUS] = ACTIONS(1388), + [anon_sym_sizeof] = ACTIONS(1386), + [anon_sym___alignof__] = ACTIONS(1386), + [anon_sym___alignof] = ACTIONS(1386), + [anon_sym__alignof] = ACTIONS(1386), + [anon_sym_alignof] = ACTIONS(1386), + [anon_sym__Alignof] = ACTIONS(1386), + [anon_sym_offsetof] = ACTIONS(1386), + [anon_sym__Generic] = ACTIONS(1386), + [anon_sym_asm] = ACTIONS(1386), + [anon_sym___asm__] = ACTIONS(1386), + [sym_number_literal] = ACTIONS(1388), + [anon_sym_L_SQUOTE] = ACTIONS(1388), + [anon_sym_u_SQUOTE] = ACTIONS(1388), + [anon_sym_U_SQUOTE] = ACTIONS(1388), + [anon_sym_u8_SQUOTE] = ACTIONS(1388), + [anon_sym_SQUOTE] = ACTIONS(1388), + [anon_sym_L_DQUOTE] = ACTIONS(1388), + [anon_sym_u_DQUOTE] = ACTIONS(1388), + [anon_sym_U_DQUOTE] = ACTIONS(1388), + [anon_sym_u8_DQUOTE] = ACTIONS(1388), + [anon_sym_DQUOTE] = ACTIONS(1388), + [sym_true] = ACTIONS(1386), + [sym_false] = ACTIONS(1386), + [anon_sym_NULL] = ACTIONS(1386), + [anon_sym_nullptr] = ACTIONS(1386), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1386), + [anon_sym_rayPayloadInEXT] = ACTIONS(1386), + [anon_sym_hitAttributeEXT] = ACTIONS(1386), + [anon_sym_callableDataEXT] = ACTIONS(1386), + [anon_sym_callableDataInEXT] = ACTIONS(1386), + [anon_sym_shaderRecordEXT] = ACTIONS(1386), + [anon_sym_rayPayloadNV] = ACTIONS(1386), + [anon_sym_rayPayloadInNV] = ACTIONS(1386), + [anon_sym_hitAttributeNV] = ACTIONS(1386), + [anon_sym_callableDataNV] = ACTIONS(1386), + [anon_sym_callableDataInNV] = ACTIONS(1386), + [anon_sym_shaderRecordNV] = ACTIONS(1386), + [anon_sym_layout] = ACTIONS(1386), + }, + [235] = { + [ts_builtin_sym_end] = ACTIONS(1352), + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, [236] = { - [sym_identifier] = ACTIONS(1430), - [aux_sym_preproc_include_token1] = ACTIONS(1430), - [aux_sym_preproc_def_token1] = ACTIONS(1430), - [aux_sym_preproc_if_token1] = ACTIONS(1430), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1430), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1430), - [sym_preproc_directive] = ACTIONS(1430), - [anon_sym_LPAREN2] = ACTIONS(1432), - [anon_sym_BANG] = ACTIONS(1432), - [anon_sym_TILDE] = ACTIONS(1432), - [anon_sym_DASH] = ACTIONS(1430), - [anon_sym_PLUS] = ACTIONS(1430), - [anon_sym_STAR] = ACTIONS(1432), - [anon_sym_AMP] = ACTIONS(1432), - [anon_sym_subroutine] = ACTIONS(1430), - [anon_sym_invariant] = ACTIONS(1430), - [anon_sym_precise] = ACTIONS(1430), - [anon_sym_SEMI] = ACTIONS(1432), - [anon_sym_in] = ACTIONS(1430), - [anon_sym_out] = ACTIONS(1430), - [anon_sym_inout] = ACTIONS(1430), - [anon_sym_uniform] = ACTIONS(1430), - [anon_sym_shared] = ACTIONS(1430), - [anon_sym_attribute] = ACTIONS(1430), - [anon_sym_varying] = ACTIONS(1430), - [anon_sym_buffer] = ACTIONS(1430), - [anon_sym_coherent] = ACTIONS(1430), - [anon_sym_readonly] = ACTIONS(1430), - [anon_sym_writeonly] = ACTIONS(1430), - [anon_sym_precision] = ACTIONS(1430), - [anon_sym_highp] = ACTIONS(1430), - [anon_sym_mediump] = ACTIONS(1430), - [anon_sym_lowp] = ACTIONS(1430), - [anon_sym_centroid] = ACTIONS(1430), - [anon_sym_sample] = ACTIONS(1430), - [anon_sym_patch] = ACTIONS(1430), - [anon_sym_smooth] = ACTIONS(1430), - [anon_sym_flat] = ACTIONS(1430), - [anon_sym_noperspective] = ACTIONS(1430), - [anon_sym___extension__] = ACTIONS(1430), - [anon_sym_typedef] = ACTIONS(1430), - [anon_sym_extern] = ACTIONS(1430), - [anon_sym___attribute__] = ACTIONS(1430), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1432), - [anon_sym___declspec] = ACTIONS(1430), - [anon_sym___cdecl] = ACTIONS(1430), - [anon_sym___clrcall] = ACTIONS(1430), - [anon_sym___stdcall] = ACTIONS(1430), - [anon_sym___fastcall] = ACTIONS(1430), - [anon_sym___thiscall] = ACTIONS(1430), - [anon_sym___vectorcall] = ACTIONS(1430), - [anon_sym_LBRACE] = ACTIONS(1432), - [anon_sym_RBRACE] = ACTIONS(1432), - [anon_sym_signed] = ACTIONS(1430), - [anon_sym_unsigned] = ACTIONS(1430), - [anon_sym_long] = ACTIONS(1430), - [anon_sym_short] = ACTIONS(1430), - [anon_sym_static] = ACTIONS(1430), - [anon_sym_auto] = ACTIONS(1430), - [anon_sym_register] = ACTIONS(1430), - [anon_sym_inline] = ACTIONS(1430), - [anon_sym___inline] = ACTIONS(1430), - [anon_sym___inline__] = ACTIONS(1430), - [anon_sym___forceinline] = ACTIONS(1430), - [anon_sym_thread_local] = ACTIONS(1430), - [anon_sym___thread] = ACTIONS(1430), - [anon_sym_const] = ACTIONS(1430), - [anon_sym_constexpr] = ACTIONS(1430), - [anon_sym_volatile] = ACTIONS(1430), - [anon_sym_restrict] = ACTIONS(1430), - [anon_sym___restrict__] = ACTIONS(1430), - [anon_sym__Atomic] = ACTIONS(1430), - [anon_sym__Noreturn] = ACTIONS(1430), - [anon_sym_noreturn] = ACTIONS(1430), - [sym_primitive_type] = ACTIONS(1430), - [anon_sym_enum] = ACTIONS(1430), - [anon_sym_struct] = ACTIONS(1430), - [anon_sym_union] = ACTIONS(1430), - [anon_sym_if] = ACTIONS(1430), - [anon_sym_else] = ACTIONS(1430), - [anon_sym_switch] = ACTIONS(1430), - [anon_sym_case] = ACTIONS(1430), - [anon_sym_default] = ACTIONS(1430), - [anon_sym_while] = ACTIONS(1430), - [anon_sym_do] = ACTIONS(1430), - [anon_sym_for] = ACTIONS(1430), - [anon_sym_return] = ACTIONS(1430), - [anon_sym_break] = ACTIONS(1430), - [anon_sym_continue] = ACTIONS(1430), - [anon_sym_goto] = ACTIONS(1430), - [anon_sym_DASH_DASH] = ACTIONS(1432), - [anon_sym_PLUS_PLUS] = ACTIONS(1432), - [anon_sym_sizeof] = ACTIONS(1430), - [anon_sym___alignof__] = ACTIONS(1430), - [anon_sym___alignof] = ACTIONS(1430), - [anon_sym__alignof] = ACTIONS(1430), - [anon_sym_alignof] = ACTIONS(1430), - [anon_sym__Alignof] = ACTIONS(1430), - [anon_sym_offsetof] = ACTIONS(1430), - [anon_sym__Generic] = ACTIONS(1430), - [anon_sym_asm] = ACTIONS(1430), - [anon_sym___asm__] = ACTIONS(1430), - [sym_number_literal] = ACTIONS(1432), - [anon_sym_L_SQUOTE] = ACTIONS(1432), - [anon_sym_u_SQUOTE] = ACTIONS(1432), - [anon_sym_U_SQUOTE] = ACTIONS(1432), - [anon_sym_u8_SQUOTE] = ACTIONS(1432), - [anon_sym_SQUOTE] = ACTIONS(1432), - [anon_sym_L_DQUOTE] = ACTIONS(1432), - [anon_sym_u_DQUOTE] = ACTIONS(1432), - [anon_sym_U_DQUOTE] = ACTIONS(1432), - [anon_sym_u8_DQUOTE] = ACTIONS(1432), - [anon_sym_DQUOTE] = ACTIONS(1432), - [sym_true] = ACTIONS(1430), - [sym_false] = ACTIONS(1430), - [anon_sym_NULL] = ACTIONS(1430), - [anon_sym_nullptr] = ACTIONS(1430), + [ts_builtin_sym_end] = ACTIONS(1352), + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1430), - [anon_sym_rayPayloadInEXT] = ACTIONS(1430), - [anon_sym_hitAttributeEXT] = ACTIONS(1430), - [anon_sym_callableDataEXT] = ACTIONS(1430), - [anon_sym_callableDataInEXT] = ACTIONS(1430), - [anon_sym_shaderRecordEXT] = ACTIONS(1430), - [anon_sym_rayPayloadNV] = ACTIONS(1430), - [anon_sym_rayPayloadInNV] = ACTIONS(1430), - [anon_sym_hitAttributeNV] = ACTIONS(1430), - [anon_sym_callableDataNV] = ACTIONS(1430), - [anon_sym_callableDataInNV] = ACTIONS(1430), - [anon_sym_shaderRecordNV] = ACTIONS(1430), - [anon_sym_layout] = ACTIONS(1430), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, [237] = { - [ts_builtin_sym_end] = ACTIONS(1428), - [sym_identifier] = ACTIONS(1426), - [aux_sym_preproc_include_token1] = ACTIONS(1426), - [aux_sym_preproc_def_token1] = ACTIONS(1426), - [aux_sym_preproc_if_token1] = ACTIONS(1426), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1426), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1426), - [sym_preproc_directive] = ACTIONS(1426), - [anon_sym_LPAREN2] = ACTIONS(1428), - [anon_sym_BANG] = ACTIONS(1428), - [anon_sym_TILDE] = ACTIONS(1428), - [anon_sym_DASH] = ACTIONS(1426), - [anon_sym_PLUS] = ACTIONS(1426), - [anon_sym_STAR] = ACTIONS(1428), - [anon_sym_AMP] = ACTIONS(1428), - [anon_sym_subroutine] = ACTIONS(1426), - [anon_sym_invariant] = ACTIONS(1426), - [anon_sym_precise] = ACTIONS(1426), - [anon_sym_SEMI] = ACTIONS(1428), - [anon_sym_in] = ACTIONS(1426), - [anon_sym_out] = ACTIONS(1426), - [anon_sym_inout] = ACTIONS(1426), - [anon_sym_uniform] = ACTIONS(1426), - [anon_sym_shared] = ACTIONS(1426), - [anon_sym_attribute] = ACTIONS(1426), - [anon_sym_varying] = ACTIONS(1426), - [anon_sym_buffer] = ACTIONS(1426), - [anon_sym_coherent] = ACTIONS(1426), - [anon_sym_readonly] = ACTIONS(1426), - [anon_sym_writeonly] = ACTIONS(1426), - [anon_sym_precision] = ACTIONS(1426), - [anon_sym_highp] = ACTIONS(1426), - [anon_sym_mediump] = ACTIONS(1426), - [anon_sym_lowp] = ACTIONS(1426), - [anon_sym_centroid] = ACTIONS(1426), - [anon_sym_sample] = ACTIONS(1426), - [anon_sym_patch] = ACTIONS(1426), - [anon_sym_smooth] = ACTIONS(1426), - [anon_sym_flat] = ACTIONS(1426), - [anon_sym_noperspective] = ACTIONS(1426), - [anon_sym___extension__] = ACTIONS(1426), - [anon_sym_typedef] = ACTIONS(1426), - [anon_sym_extern] = ACTIONS(1426), - [anon_sym___attribute__] = ACTIONS(1426), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1428), - [anon_sym___declspec] = ACTIONS(1426), - [anon_sym___cdecl] = ACTIONS(1426), - [anon_sym___clrcall] = ACTIONS(1426), - [anon_sym___stdcall] = ACTIONS(1426), - [anon_sym___fastcall] = ACTIONS(1426), - [anon_sym___thiscall] = ACTIONS(1426), - [anon_sym___vectorcall] = ACTIONS(1426), - [anon_sym_LBRACE] = ACTIONS(1428), - [anon_sym_signed] = ACTIONS(1426), - [anon_sym_unsigned] = ACTIONS(1426), - [anon_sym_long] = ACTIONS(1426), - [anon_sym_short] = ACTIONS(1426), - [anon_sym_static] = ACTIONS(1426), - [anon_sym_auto] = ACTIONS(1426), - [anon_sym_register] = ACTIONS(1426), - [anon_sym_inline] = ACTIONS(1426), - [anon_sym___inline] = ACTIONS(1426), - [anon_sym___inline__] = ACTIONS(1426), - [anon_sym___forceinline] = ACTIONS(1426), - [anon_sym_thread_local] = ACTIONS(1426), - [anon_sym___thread] = ACTIONS(1426), - [anon_sym_const] = ACTIONS(1426), - [anon_sym_constexpr] = ACTIONS(1426), - [anon_sym_volatile] = ACTIONS(1426), - [anon_sym_restrict] = ACTIONS(1426), - [anon_sym___restrict__] = ACTIONS(1426), - [anon_sym__Atomic] = ACTIONS(1426), - [anon_sym__Noreturn] = ACTIONS(1426), - [anon_sym_noreturn] = ACTIONS(1426), - [sym_primitive_type] = ACTIONS(1426), - [anon_sym_enum] = ACTIONS(1426), - [anon_sym_struct] = ACTIONS(1426), - [anon_sym_union] = ACTIONS(1426), - [anon_sym_if] = ACTIONS(1426), - [anon_sym_else] = ACTIONS(1426), - [anon_sym_switch] = ACTIONS(1426), - [anon_sym_case] = ACTIONS(1426), - [anon_sym_default] = ACTIONS(1426), - [anon_sym_while] = ACTIONS(1426), - [anon_sym_do] = ACTIONS(1426), - [anon_sym_for] = ACTIONS(1426), - [anon_sym_return] = ACTIONS(1426), - [anon_sym_break] = ACTIONS(1426), - [anon_sym_continue] = ACTIONS(1426), - [anon_sym_goto] = ACTIONS(1426), - [anon_sym_DASH_DASH] = ACTIONS(1428), - [anon_sym_PLUS_PLUS] = ACTIONS(1428), - [anon_sym_sizeof] = ACTIONS(1426), - [anon_sym___alignof__] = ACTIONS(1426), - [anon_sym___alignof] = ACTIONS(1426), - [anon_sym__alignof] = ACTIONS(1426), - [anon_sym_alignof] = ACTIONS(1426), - [anon_sym__Alignof] = ACTIONS(1426), - [anon_sym_offsetof] = ACTIONS(1426), - [anon_sym__Generic] = ACTIONS(1426), - [anon_sym_asm] = ACTIONS(1426), - [anon_sym___asm__] = ACTIONS(1426), - [sym_number_literal] = ACTIONS(1428), - [anon_sym_L_SQUOTE] = ACTIONS(1428), - [anon_sym_u_SQUOTE] = ACTIONS(1428), - [anon_sym_U_SQUOTE] = ACTIONS(1428), - [anon_sym_u8_SQUOTE] = ACTIONS(1428), - [anon_sym_SQUOTE] = ACTIONS(1428), - [anon_sym_L_DQUOTE] = ACTIONS(1428), - [anon_sym_u_DQUOTE] = ACTIONS(1428), - [anon_sym_U_DQUOTE] = ACTIONS(1428), - [anon_sym_u8_DQUOTE] = ACTIONS(1428), - [anon_sym_DQUOTE] = ACTIONS(1428), - [sym_true] = ACTIONS(1426), - [sym_false] = ACTIONS(1426), - [anon_sym_NULL] = ACTIONS(1426), - [anon_sym_nullptr] = ACTIONS(1426), + [ts_builtin_sym_end] = ACTIONS(1352), + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1426), - [anon_sym_rayPayloadInEXT] = ACTIONS(1426), - [anon_sym_hitAttributeEXT] = ACTIONS(1426), - [anon_sym_callableDataEXT] = ACTIONS(1426), - [anon_sym_callableDataInEXT] = ACTIONS(1426), - [anon_sym_shaderRecordEXT] = ACTIONS(1426), - [anon_sym_rayPayloadNV] = ACTIONS(1426), - [anon_sym_rayPayloadInNV] = ACTIONS(1426), - [anon_sym_hitAttributeNV] = ACTIONS(1426), - [anon_sym_callableDataNV] = ACTIONS(1426), - [anon_sym_callableDataInNV] = ACTIONS(1426), - [anon_sym_shaderRecordNV] = ACTIONS(1426), - [anon_sym_layout] = ACTIONS(1426), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, [238] = { - [sym_identifier] = ACTIONS(1422), - [aux_sym_preproc_include_token1] = ACTIONS(1422), - [aux_sym_preproc_def_token1] = ACTIONS(1422), - [aux_sym_preproc_if_token1] = ACTIONS(1422), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1422), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1422), - [sym_preproc_directive] = ACTIONS(1422), - [anon_sym_LPAREN2] = ACTIONS(1424), - [anon_sym_BANG] = ACTIONS(1424), - [anon_sym_TILDE] = ACTIONS(1424), - [anon_sym_DASH] = ACTIONS(1422), - [anon_sym_PLUS] = ACTIONS(1422), - [anon_sym_STAR] = ACTIONS(1424), - [anon_sym_AMP] = ACTIONS(1424), - [anon_sym_subroutine] = ACTIONS(1422), - [anon_sym_invariant] = ACTIONS(1422), - [anon_sym_precise] = ACTIONS(1422), - [anon_sym_SEMI] = ACTIONS(1424), - [anon_sym_in] = ACTIONS(1422), - [anon_sym_out] = ACTIONS(1422), - [anon_sym_inout] = ACTIONS(1422), - [anon_sym_uniform] = ACTIONS(1422), - [anon_sym_shared] = ACTIONS(1422), - [anon_sym_attribute] = ACTIONS(1422), - [anon_sym_varying] = ACTIONS(1422), - [anon_sym_buffer] = ACTIONS(1422), - [anon_sym_coherent] = ACTIONS(1422), - [anon_sym_readonly] = ACTIONS(1422), - [anon_sym_writeonly] = ACTIONS(1422), - [anon_sym_precision] = ACTIONS(1422), - [anon_sym_highp] = ACTIONS(1422), - [anon_sym_mediump] = ACTIONS(1422), - [anon_sym_lowp] = ACTIONS(1422), - [anon_sym_centroid] = ACTIONS(1422), - [anon_sym_sample] = ACTIONS(1422), - [anon_sym_patch] = ACTIONS(1422), - [anon_sym_smooth] = ACTIONS(1422), - [anon_sym_flat] = ACTIONS(1422), - [anon_sym_noperspective] = ACTIONS(1422), - [anon_sym___extension__] = ACTIONS(1422), - [anon_sym_typedef] = ACTIONS(1422), - [anon_sym_extern] = ACTIONS(1422), - [anon_sym___attribute__] = ACTIONS(1422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym___declspec] = ACTIONS(1422), - [anon_sym___cdecl] = ACTIONS(1422), - [anon_sym___clrcall] = ACTIONS(1422), - [anon_sym___stdcall] = ACTIONS(1422), - [anon_sym___fastcall] = ACTIONS(1422), - [anon_sym___thiscall] = ACTIONS(1422), - [anon_sym___vectorcall] = ACTIONS(1422), - [anon_sym_LBRACE] = ACTIONS(1424), - [anon_sym_RBRACE] = ACTIONS(1424), - [anon_sym_signed] = ACTIONS(1422), - [anon_sym_unsigned] = ACTIONS(1422), - [anon_sym_long] = ACTIONS(1422), - [anon_sym_short] = ACTIONS(1422), - [anon_sym_static] = ACTIONS(1422), - [anon_sym_auto] = ACTIONS(1422), - [anon_sym_register] = ACTIONS(1422), - [anon_sym_inline] = ACTIONS(1422), - [anon_sym___inline] = ACTIONS(1422), - [anon_sym___inline__] = ACTIONS(1422), - [anon_sym___forceinline] = ACTIONS(1422), - [anon_sym_thread_local] = ACTIONS(1422), - [anon_sym___thread] = ACTIONS(1422), - [anon_sym_const] = ACTIONS(1422), - [anon_sym_constexpr] = ACTIONS(1422), - [anon_sym_volatile] = ACTIONS(1422), - [anon_sym_restrict] = ACTIONS(1422), - [anon_sym___restrict__] = ACTIONS(1422), - [anon_sym__Atomic] = ACTIONS(1422), - [anon_sym__Noreturn] = ACTIONS(1422), - [anon_sym_noreturn] = ACTIONS(1422), - [sym_primitive_type] = ACTIONS(1422), - [anon_sym_enum] = ACTIONS(1422), - [anon_sym_struct] = ACTIONS(1422), - [anon_sym_union] = ACTIONS(1422), - [anon_sym_if] = ACTIONS(1422), - [anon_sym_else] = ACTIONS(1422), - [anon_sym_switch] = ACTIONS(1422), - [anon_sym_case] = ACTIONS(1422), - [anon_sym_default] = ACTIONS(1422), - [anon_sym_while] = ACTIONS(1422), - [anon_sym_do] = ACTIONS(1422), - [anon_sym_for] = ACTIONS(1422), - [anon_sym_return] = ACTIONS(1422), - [anon_sym_break] = ACTIONS(1422), - [anon_sym_continue] = ACTIONS(1422), - [anon_sym_goto] = ACTIONS(1422), - [anon_sym_DASH_DASH] = ACTIONS(1424), - [anon_sym_PLUS_PLUS] = ACTIONS(1424), - [anon_sym_sizeof] = ACTIONS(1422), - [anon_sym___alignof__] = ACTIONS(1422), - [anon_sym___alignof] = ACTIONS(1422), - [anon_sym__alignof] = ACTIONS(1422), - [anon_sym_alignof] = ACTIONS(1422), - [anon_sym__Alignof] = ACTIONS(1422), - [anon_sym_offsetof] = ACTIONS(1422), - [anon_sym__Generic] = ACTIONS(1422), - [anon_sym_asm] = ACTIONS(1422), - [anon_sym___asm__] = ACTIONS(1422), - [sym_number_literal] = ACTIONS(1424), - [anon_sym_L_SQUOTE] = ACTIONS(1424), - [anon_sym_u_SQUOTE] = ACTIONS(1424), - [anon_sym_U_SQUOTE] = ACTIONS(1424), - [anon_sym_u8_SQUOTE] = ACTIONS(1424), - [anon_sym_SQUOTE] = ACTIONS(1424), - [anon_sym_L_DQUOTE] = ACTIONS(1424), - [anon_sym_u_DQUOTE] = ACTIONS(1424), - [anon_sym_U_DQUOTE] = ACTIONS(1424), - [anon_sym_u8_DQUOTE] = ACTIONS(1424), - [anon_sym_DQUOTE] = ACTIONS(1424), - [sym_true] = ACTIONS(1422), - [sym_false] = ACTIONS(1422), - [anon_sym_NULL] = ACTIONS(1422), - [anon_sym_nullptr] = ACTIONS(1422), + [ts_builtin_sym_end] = ACTIONS(1352), + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1422), - [anon_sym_rayPayloadInEXT] = ACTIONS(1422), - [anon_sym_hitAttributeEXT] = ACTIONS(1422), - [anon_sym_callableDataEXT] = ACTIONS(1422), - [anon_sym_callableDataInEXT] = ACTIONS(1422), - [anon_sym_shaderRecordEXT] = ACTIONS(1422), - [anon_sym_rayPayloadNV] = ACTIONS(1422), - [anon_sym_rayPayloadInNV] = ACTIONS(1422), - [anon_sym_hitAttributeNV] = ACTIONS(1422), - [anon_sym_callableDataNV] = ACTIONS(1422), - [anon_sym_callableDataInNV] = ACTIONS(1422), - [anon_sym_shaderRecordNV] = ACTIONS(1422), - [anon_sym_layout] = ACTIONS(1422), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, [239] = { - [ts_builtin_sym_end] = ACTIONS(1356), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [ts_builtin_sym_end] = ACTIONS(1352), + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, [240] = { - [sym_identifier] = ACTIONS(1362), - [aux_sym_preproc_include_token1] = ACTIONS(1362), - [aux_sym_preproc_def_token1] = ACTIONS(1362), - [aux_sym_preproc_if_token1] = ACTIONS(1362), - [aux_sym_preproc_if_token2] = ACTIONS(1362), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1362), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1362), - [sym_preproc_directive] = ACTIONS(1362), - [anon_sym_LPAREN2] = ACTIONS(1364), - [anon_sym_BANG] = ACTIONS(1364), - [anon_sym_TILDE] = ACTIONS(1364), - [anon_sym_DASH] = ACTIONS(1362), - [anon_sym_PLUS] = ACTIONS(1362), - [anon_sym_STAR] = ACTIONS(1364), - [anon_sym_AMP] = ACTIONS(1364), - [anon_sym_subroutine] = ACTIONS(1362), - [anon_sym_invariant] = ACTIONS(1362), - [anon_sym_precise] = ACTIONS(1362), - [anon_sym_SEMI] = ACTIONS(1364), - [anon_sym_in] = ACTIONS(1362), - [anon_sym_out] = ACTIONS(1362), - [anon_sym_inout] = ACTIONS(1362), - [anon_sym_uniform] = ACTIONS(1362), - [anon_sym_shared] = ACTIONS(1362), - [anon_sym_attribute] = ACTIONS(1362), - [anon_sym_varying] = ACTIONS(1362), - [anon_sym_buffer] = ACTIONS(1362), - [anon_sym_coherent] = ACTIONS(1362), - [anon_sym_readonly] = ACTIONS(1362), - [anon_sym_writeonly] = ACTIONS(1362), - [anon_sym_precision] = ACTIONS(1362), - [anon_sym_highp] = ACTIONS(1362), - [anon_sym_mediump] = ACTIONS(1362), - [anon_sym_lowp] = ACTIONS(1362), - [anon_sym_centroid] = ACTIONS(1362), - [anon_sym_sample] = ACTIONS(1362), - [anon_sym_patch] = ACTIONS(1362), - [anon_sym_smooth] = ACTIONS(1362), - [anon_sym_flat] = ACTIONS(1362), - [anon_sym_noperspective] = ACTIONS(1362), - [anon_sym___extension__] = ACTIONS(1362), - [anon_sym_typedef] = ACTIONS(1362), - [anon_sym_extern] = ACTIONS(1362), - [anon_sym___attribute__] = ACTIONS(1362), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1364), - [anon_sym___declspec] = ACTIONS(1362), - [anon_sym___cdecl] = ACTIONS(1362), - [anon_sym___clrcall] = ACTIONS(1362), - [anon_sym___stdcall] = ACTIONS(1362), - [anon_sym___fastcall] = ACTIONS(1362), - [anon_sym___thiscall] = ACTIONS(1362), - [anon_sym___vectorcall] = ACTIONS(1362), - [anon_sym_LBRACE] = ACTIONS(1364), - [anon_sym_signed] = ACTIONS(1362), - [anon_sym_unsigned] = ACTIONS(1362), - [anon_sym_long] = ACTIONS(1362), - [anon_sym_short] = ACTIONS(1362), - [anon_sym_static] = ACTIONS(1362), - [anon_sym_auto] = ACTIONS(1362), - [anon_sym_register] = ACTIONS(1362), - [anon_sym_inline] = ACTIONS(1362), - [anon_sym___inline] = ACTIONS(1362), - [anon_sym___inline__] = ACTIONS(1362), - [anon_sym___forceinline] = ACTIONS(1362), - [anon_sym_thread_local] = ACTIONS(1362), - [anon_sym___thread] = ACTIONS(1362), - [anon_sym_const] = ACTIONS(1362), - [anon_sym_constexpr] = ACTIONS(1362), - [anon_sym_volatile] = ACTIONS(1362), - [anon_sym_restrict] = ACTIONS(1362), - [anon_sym___restrict__] = ACTIONS(1362), - [anon_sym__Atomic] = ACTIONS(1362), - [anon_sym__Noreturn] = ACTIONS(1362), - [anon_sym_noreturn] = ACTIONS(1362), - [sym_primitive_type] = ACTIONS(1362), - [anon_sym_enum] = ACTIONS(1362), - [anon_sym_struct] = ACTIONS(1362), - [anon_sym_union] = ACTIONS(1362), - [anon_sym_if] = ACTIONS(1362), - [anon_sym_else] = ACTIONS(1362), - [anon_sym_switch] = ACTIONS(1362), - [anon_sym_case] = ACTIONS(1362), - [anon_sym_default] = ACTIONS(1362), - [anon_sym_while] = ACTIONS(1362), - [anon_sym_do] = ACTIONS(1362), - [anon_sym_for] = ACTIONS(1362), - [anon_sym_return] = ACTIONS(1362), - [anon_sym_break] = ACTIONS(1362), - [anon_sym_continue] = ACTIONS(1362), - [anon_sym_goto] = ACTIONS(1362), - [anon_sym_DASH_DASH] = ACTIONS(1364), - [anon_sym_PLUS_PLUS] = ACTIONS(1364), - [anon_sym_sizeof] = ACTIONS(1362), - [anon_sym___alignof__] = ACTIONS(1362), - [anon_sym___alignof] = ACTIONS(1362), - [anon_sym__alignof] = ACTIONS(1362), - [anon_sym_alignof] = ACTIONS(1362), - [anon_sym__Alignof] = ACTIONS(1362), - [anon_sym_offsetof] = ACTIONS(1362), - [anon_sym__Generic] = ACTIONS(1362), - [anon_sym_asm] = ACTIONS(1362), - [anon_sym___asm__] = ACTIONS(1362), - [sym_number_literal] = ACTIONS(1364), - [anon_sym_L_SQUOTE] = ACTIONS(1364), - [anon_sym_u_SQUOTE] = ACTIONS(1364), - [anon_sym_U_SQUOTE] = ACTIONS(1364), - [anon_sym_u8_SQUOTE] = ACTIONS(1364), - [anon_sym_SQUOTE] = ACTIONS(1364), - [anon_sym_L_DQUOTE] = ACTIONS(1364), - [anon_sym_u_DQUOTE] = ACTIONS(1364), - [anon_sym_U_DQUOTE] = ACTIONS(1364), - [anon_sym_u8_DQUOTE] = ACTIONS(1364), - [anon_sym_DQUOTE] = ACTIONS(1364), - [sym_true] = ACTIONS(1362), - [sym_false] = ACTIONS(1362), - [anon_sym_NULL] = ACTIONS(1362), - [anon_sym_nullptr] = ACTIONS(1362), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1362), - [anon_sym_rayPayloadInEXT] = ACTIONS(1362), - [anon_sym_hitAttributeEXT] = ACTIONS(1362), - [anon_sym_callableDataEXT] = ACTIONS(1362), - [anon_sym_callableDataInEXT] = ACTIONS(1362), - [anon_sym_shaderRecordEXT] = ACTIONS(1362), - [anon_sym_rayPayloadNV] = ACTIONS(1362), - [anon_sym_rayPayloadInNV] = ACTIONS(1362), - [anon_sym_hitAttributeNV] = ACTIONS(1362), - [anon_sym_callableDataNV] = ACTIONS(1362), - [anon_sym_callableDataInNV] = ACTIONS(1362), - [anon_sym_shaderRecordNV] = ACTIONS(1362), - [anon_sym_layout] = ACTIONS(1362), + [ts_builtin_sym_end] = ACTIONS(1352), + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, [241] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), + }, + [242] = { [ts_builtin_sym_end] = ACTIONS(1440), [sym_identifier] = ACTIONS(1438), [aux_sym_preproc_include_token1] = ACTIONS(1438), @@ -54244,1317 +54372,1450 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_inout] = ACTIONS(1438), [anon_sym_uniform] = ACTIONS(1438), [anon_sym_shared] = ACTIONS(1438), - [anon_sym_attribute] = ACTIONS(1438), - [anon_sym_varying] = ACTIONS(1438), - [anon_sym_buffer] = ACTIONS(1438), - [anon_sym_coherent] = ACTIONS(1438), - [anon_sym_readonly] = ACTIONS(1438), - [anon_sym_writeonly] = ACTIONS(1438), - [anon_sym_precision] = ACTIONS(1438), - [anon_sym_highp] = ACTIONS(1438), - [anon_sym_mediump] = ACTIONS(1438), - [anon_sym_lowp] = ACTIONS(1438), - [anon_sym_centroid] = ACTIONS(1438), - [anon_sym_sample] = ACTIONS(1438), - [anon_sym_patch] = ACTIONS(1438), - [anon_sym_smooth] = ACTIONS(1438), - [anon_sym_flat] = ACTIONS(1438), - [anon_sym_noperspective] = ACTIONS(1438), - [anon_sym___extension__] = ACTIONS(1438), - [anon_sym_typedef] = ACTIONS(1438), - [anon_sym_extern] = ACTIONS(1438), - [anon_sym___attribute__] = ACTIONS(1438), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1440), - [anon_sym___declspec] = ACTIONS(1438), - [anon_sym___cdecl] = ACTIONS(1438), - [anon_sym___clrcall] = ACTIONS(1438), - [anon_sym___stdcall] = ACTIONS(1438), - [anon_sym___fastcall] = ACTIONS(1438), - [anon_sym___thiscall] = ACTIONS(1438), - [anon_sym___vectorcall] = ACTIONS(1438), - [anon_sym_LBRACE] = ACTIONS(1440), - [anon_sym_signed] = ACTIONS(1438), - [anon_sym_unsigned] = ACTIONS(1438), - [anon_sym_long] = ACTIONS(1438), - [anon_sym_short] = ACTIONS(1438), - [anon_sym_static] = ACTIONS(1438), - [anon_sym_auto] = ACTIONS(1438), - [anon_sym_register] = ACTIONS(1438), - [anon_sym_inline] = ACTIONS(1438), - [anon_sym___inline] = ACTIONS(1438), - [anon_sym___inline__] = ACTIONS(1438), - [anon_sym___forceinline] = ACTIONS(1438), - [anon_sym_thread_local] = ACTIONS(1438), - [anon_sym___thread] = ACTIONS(1438), - [anon_sym_const] = ACTIONS(1438), - [anon_sym_constexpr] = ACTIONS(1438), - [anon_sym_volatile] = ACTIONS(1438), - [anon_sym_restrict] = ACTIONS(1438), - [anon_sym___restrict__] = ACTIONS(1438), - [anon_sym__Atomic] = ACTIONS(1438), - [anon_sym__Noreturn] = ACTIONS(1438), - [anon_sym_noreturn] = ACTIONS(1438), - [sym_primitive_type] = ACTIONS(1438), - [anon_sym_enum] = ACTIONS(1438), - [anon_sym_struct] = ACTIONS(1438), - [anon_sym_union] = ACTIONS(1438), - [anon_sym_if] = ACTIONS(1438), - [anon_sym_else] = ACTIONS(1438), - [anon_sym_switch] = ACTIONS(1438), - [anon_sym_case] = ACTIONS(1438), - [anon_sym_default] = ACTIONS(1438), - [anon_sym_while] = ACTIONS(1438), - [anon_sym_do] = ACTIONS(1438), - [anon_sym_for] = ACTIONS(1438), - [anon_sym_return] = ACTIONS(1438), - [anon_sym_break] = ACTIONS(1438), - [anon_sym_continue] = ACTIONS(1438), - [anon_sym_goto] = ACTIONS(1438), - [anon_sym_DASH_DASH] = ACTIONS(1440), - [anon_sym_PLUS_PLUS] = ACTIONS(1440), - [anon_sym_sizeof] = ACTIONS(1438), - [anon_sym___alignof__] = ACTIONS(1438), - [anon_sym___alignof] = ACTIONS(1438), - [anon_sym__alignof] = ACTIONS(1438), - [anon_sym_alignof] = ACTIONS(1438), - [anon_sym__Alignof] = ACTIONS(1438), - [anon_sym_offsetof] = ACTIONS(1438), - [anon_sym__Generic] = ACTIONS(1438), - [anon_sym_asm] = ACTIONS(1438), - [anon_sym___asm__] = ACTIONS(1438), - [sym_number_literal] = ACTIONS(1440), - [anon_sym_L_SQUOTE] = ACTIONS(1440), - [anon_sym_u_SQUOTE] = ACTIONS(1440), - [anon_sym_U_SQUOTE] = ACTIONS(1440), - [anon_sym_u8_SQUOTE] = ACTIONS(1440), - [anon_sym_SQUOTE] = ACTIONS(1440), - [anon_sym_L_DQUOTE] = ACTIONS(1440), - [anon_sym_u_DQUOTE] = ACTIONS(1440), - [anon_sym_U_DQUOTE] = ACTIONS(1440), - [anon_sym_u8_DQUOTE] = ACTIONS(1440), - [anon_sym_DQUOTE] = ACTIONS(1440), - [sym_true] = ACTIONS(1438), - [sym_false] = ACTIONS(1438), - [anon_sym_NULL] = ACTIONS(1438), - [anon_sym_nullptr] = ACTIONS(1438), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1438), - [anon_sym_rayPayloadInEXT] = ACTIONS(1438), - [anon_sym_hitAttributeEXT] = ACTIONS(1438), - [anon_sym_callableDataEXT] = ACTIONS(1438), - [anon_sym_callableDataInEXT] = ACTIONS(1438), - [anon_sym_shaderRecordEXT] = ACTIONS(1438), - [anon_sym_rayPayloadNV] = ACTIONS(1438), - [anon_sym_rayPayloadInNV] = ACTIONS(1438), - [anon_sym_hitAttributeNV] = ACTIONS(1438), - [anon_sym_callableDataNV] = ACTIONS(1438), - [anon_sym_callableDataInNV] = ACTIONS(1438), - [anon_sym_shaderRecordNV] = ACTIONS(1438), - [anon_sym_layout] = ACTIONS(1438), - }, - [242] = { - [sym_identifier] = ACTIONS(1418), - [aux_sym_preproc_include_token1] = ACTIONS(1418), - [aux_sym_preproc_def_token1] = ACTIONS(1418), - [aux_sym_preproc_if_token1] = ACTIONS(1418), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1418), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1418), - [sym_preproc_directive] = ACTIONS(1418), - [anon_sym_LPAREN2] = ACTIONS(1420), - [anon_sym_BANG] = ACTIONS(1420), - [anon_sym_TILDE] = ACTIONS(1420), - [anon_sym_DASH] = ACTIONS(1418), - [anon_sym_PLUS] = ACTIONS(1418), - [anon_sym_STAR] = ACTIONS(1420), - [anon_sym_AMP] = ACTIONS(1420), - [anon_sym_subroutine] = ACTIONS(1418), - [anon_sym_invariant] = ACTIONS(1418), - [anon_sym_precise] = ACTIONS(1418), - [anon_sym_SEMI] = ACTIONS(1420), - [anon_sym_in] = ACTIONS(1418), - [anon_sym_out] = ACTIONS(1418), - [anon_sym_inout] = ACTIONS(1418), - [anon_sym_uniform] = ACTIONS(1418), - [anon_sym_shared] = ACTIONS(1418), - [anon_sym_attribute] = ACTIONS(1418), - [anon_sym_varying] = ACTIONS(1418), - [anon_sym_buffer] = ACTIONS(1418), - [anon_sym_coherent] = ACTIONS(1418), - [anon_sym_readonly] = ACTIONS(1418), - [anon_sym_writeonly] = ACTIONS(1418), - [anon_sym_precision] = ACTIONS(1418), - [anon_sym_highp] = ACTIONS(1418), - [anon_sym_mediump] = ACTIONS(1418), - [anon_sym_lowp] = ACTIONS(1418), - [anon_sym_centroid] = ACTIONS(1418), - [anon_sym_sample] = ACTIONS(1418), - [anon_sym_patch] = ACTIONS(1418), - [anon_sym_smooth] = ACTIONS(1418), - [anon_sym_flat] = ACTIONS(1418), - [anon_sym_noperspective] = ACTIONS(1418), - [anon_sym___extension__] = ACTIONS(1418), - [anon_sym_typedef] = ACTIONS(1418), - [anon_sym_extern] = ACTIONS(1418), - [anon_sym___attribute__] = ACTIONS(1418), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1420), - [anon_sym___declspec] = ACTIONS(1418), - [anon_sym___cdecl] = ACTIONS(1418), - [anon_sym___clrcall] = ACTIONS(1418), - [anon_sym___stdcall] = ACTIONS(1418), - [anon_sym___fastcall] = ACTIONS(1418), - [anon_sym___thiscall] = ACTIONS(1418), - [anon_sym___vectorcall] = ACTIONS(1418), - [anon_sym_LBRACE] = ACTIONS(1420), - [anon_sym_RBRACE] = ACTIONS(1420), - [anon_sym_signed] = ACTIONS(1418), - [anon_sym_unsigned] = ACTIONS(1418), - [anon_sym_long] = ACTIONS(1418), - [anon_sym_short] = ACTIONS(1418), - [anon_sym_static] = ACTIONS(1418), - [anon_sym_auto] = ACTIONS(1418), - [anon_sym_register] = ACTIONS(1418), - [anon_sym_inline] = ACTIONS(1418), - [anon_sym___inline] = ACTIONS(1418), - [anon_sym___inline__] = ACTIONS(1418), - [anon_sym___forceinline] = ACTIONS(1418), - [anon_sym_thread_local] = ACTIONS(1418), - [anon_sym___thread] = ACTIONS(1418), - [anon_sym_const] = ACTIONS(1418), - [anon_sym_constexpr] = ACTIONS(1418), - [anon_sym_volatile] = ACTIONS(1418), - [anon_sym_restrict] = ACTIONS(1418), - [anon_sym___restrict__] = ACTIONS(1418), - [anon_sym__Atomic] = ACTIONS(1418), - [anon_sym__Noreturn] = ACTIONS(1418), - [anon_sym_noreturn] = ACTIONS(1418), - [sym_primitive_type] = ACTIONS(1418), - [anon_sym_enum] = ACTIONS(1418), - [anon_sym_struct] = ACTIONS(1418), - [anon_sym_union] = ACTIONS(1418), - [anon_sym_if] = ACTIONS(1418), - [anon_sym_else] = ACTIONS(1418), - [anon_sym_switch] = ACTIONS(1418), - [anon_sym_case] = ACTIONS(1418), - [anon_sym_default] = ACTIONS(1418), - [anon_sym_while] = ACTIONS(1418), - [anon_sym_do] = ACTIONS(1418), - [anon_sym_for] = ACTIONS(1418), - [anon_sym_return] = ACTIONS(1418), - [anon_sym_break] = ACTIONS(1418), - [anon_sym_continue] = ACTIONS(1418), - [anon_sym_goto] = ACTIONS(1418), - [anon_sym_DASH_DASH] = ACTIONS(1420), - [anon_sym_PLUS_PLUS] = ACTIONS(1420), - [anon_sym_sizeof] = ACTIONS(1418), - [anon_sym___alignof__] = ACTIONS(1418), - [anon_sym___alignof] = ACTIONS(1418), - [anon_sym__alignof] = ACTIONS(1418), - [anon_sym_alignof] = ACTIONS(1418), - [anon_sym__Alignof] = ACTIONS(1418), - [anon_sym_offsetof] = ACTIONS(1418), - [anon_sym__Generic] = ACTIONS(1418), - [anon_sym_asm] = ACTIONS(1418), - [anon_sym___asm__] = ACTIONS(1418), - [sym_number_literal] = ACTIONS(1420), - [anon_sym_L_SQUOTE] = ACTIONS(1420), - [anon_sym_u_SQUOTE] = ACTIONS(1420), - [anon_sym_U_SQUOTE] = ACTIONS(1420), - [anon_sym_u8_SQUOTE] = ACTIONS(1420), - [anon_sym_SQUOTE] = ACTIONS(1420), - [anon_sym_L_DQUOTE] = ACTIONS(1420), - [anon_sym_u_DQUOTE] = ACTIONS(1420), - [anon_sym_U_DQUOTE] = ACTIONS(1420), - [anon_sym_u8_DQUOTE] = ACTIONS(1420), - [anon_sym_DQUOTE] = ACTIONS(1420), - [sym_true] = ACTIONS(1418), - [sym_false] = ACTIONS(1418), - [anon_sym_NULL] = ACTIONS(1418), - [anon_sym_nullptr] = ACTIONS(1418), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1418), - [anon_sym_rayPayloadInEXT] = ACTIONS(1418), - [anon_sym_hitAttributeEXT] = ACTIONS(1418), - [anon_sym_callableDataEXT] = ACTIONS(1418), - [anon_sym_callableDataInEXT] = ACTIONS(1418), - [anon_sym_shaderRecordEXT] = ACTIONS(1418), - [anon_sym_rayPayloadNV] = ACTIONS(1418), - [anon_sym_rayPayloadInNV] = ACTIONS(1418), - [anon_sym_hitAttributeNV] = ACTIONS(1418), - [anon_sym_callableDataNV] = ACTIONS(1418), - [anon_sym_callableDataInNV] = ACTIONS(1418), - [anon_sym_shaderRecordNV] = ACTIONS(1418), - [anon_sym_layout] = ACTIONS(1418), - }, - [243] = { - [ts_builtin_sym_end] = ACTIONS(1360), - [sym_identifier] = ACTIONS(1358), - [aux_sym_preproc_include_token1] = ACTIONS(1358), - [aux_sym_preproc_def_token1] = ACTIONS(1358), - [aux_sym_preproc_if_token1] = ACTIONS(1358), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1358), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1358), - [sym_preproc_directive] = ACTIONS(1358), - [anon_sym_LPAREN2] = ACTIONS(1360), - [anon_sym_BANG] = ACTIONS(1360), - [anon_sym_TILDE] = ACTIONS(1360), - [anon_sym_DASH] = ACTIONS(1358), - [anon_sym_PLUS] = ACTIONS(1358), - [anon_sym_STAR] = ACTIONS(1360), - [anon_sym_AMP] = ACTIONS(1360), - [anon_sym_subroutine] = ACTIONS(1358), - [anon_sym_invariant] = ACTIONS(1358), - [anon_sym_precise] = ACTIONS(1358), - [anon_sym_SEMI] = ACTIONS(1360), - [anon_sym_in] = ACTIONS(1358), - [anon_sym_out] = ACTIONS(1358), - [anon_sym_inout] = ACTIONS(1358), - [anon_sym_uniform] = ACTIONS(1358), - [anon_sym_shared] = ACTIONS(1358), - [anon_sym_attribute] = ACTIONS(1358), - [anon_sym_varying] = ACTIONS(1358), - [anon_sym_buffer] = ACTIONS(1358), - [anon_sym_coherent] = ACTIONS(1358), - [anon_sym_readonly] = ACTIONS(1358), - [anon_sym_writeonly] = ACTIONS(1358), - [anon_sym_precision] = ACTIONS(1358), - [anon_sym_highp] = ACTIONS(1358), - [anon_sym_mediump] = ACTIONS(1358), - [anon_sym_lowp] = ACTIONS(1358), - [anon_sym_centroid] = ACTIONS(1358), - [anon_sym_sample] = ACTIONS(1358), - [anon_sym_patch] = ACTIONS(1358), - [anon_sym_smooth] = ACTIONS(1358), - [anon_sym_flat] = ACTIONS(1358), - [anon_sym_noperspective] = ACTIONS(1358), - [anon_sym___extension__] = ACTIONS(1358), - [anon_sym_typedef] = ACTIONS(1358), - [anon_sym_extern] = ACTIONS(1358), - [anon_sym___attribute__] = ACTIONS(1358), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1360), - [anon_sym___declspec] = ACTIONS(1358), - [anon_sym___cdecl] = ACTIONS(1358), - [anon_sym___clrcall] = ACTIONS(1358), - [anon_sym___stdcall] = ACTIONS(1358), - [anon_sym___fastcall] = ACTIONS(1358), - [anon_sym___thiscall] = ACTIONS(1358), - [anon_sym___vectorcall] = ACTIONS(1358), - [anon_sym_LBRACE] = ACTIONS(1360), - [anon_sym_signed] = ACTIONS(1358), - [anon_sym_unsigned] = ACTIONS(1358), - [anon_sym_long] = ACTIONS(1358), - [anon_sym_short] = ACTIONS(1358), - [anon_sym_static] = ACTIONS(1358), - [anon_sym_auto] = ACTIONS(1358), - [anon_sym_register] = ACTIONS(1358), - [anon_sym_inline] = ACTIONS(1358), - [anon_sym___inline] = ACTIONS(1358), - [anon_sym___inline__] = ACTIONS(1358), - [anon_sym___forceinline] = ACTIONS(1358), - [anon_sym_thread_local] = ACTIONS(1358), - [anon_sym___thread] = ACTIONS(1358), - [anon_sym_const] = ACTIONS(1358), - [anon_sym_constexpr] = ACTIONS(1358), - [anon_sym_volatile] = ACTIONS(1358), - [anon_sym_restrict] = ACTIONS(1358), - [anon_sym___restrict__] = ACTIONS(1358), - [anon_sym__Atomic] = ACTIONS(1358), - [anon_sym__Noreturn] = ACTIONS(1358), - [anon_sym_noreturn] = ACTIONS(1358), - [sym_primitive_type] = ACTIONS(1358), - [anon_sym_enum] = ACTIONS(1358), - [anon_sym_struct] = ACTIONS(1358), - [anon_sym_union] = ACTIONS(1358), - [anon_sym_if] = ACTIONS(1358), - [anon_sym_else] = ACTIONS(1358), - [anon_sym_switch] = ACTIONS(1358), - [anon_sym_case] = ACTIONS(1358), - [anon_sym_default] = ACTIONS(1358), - [anon_sym_while] = ACTIONS(1358), - [anon_sym_do] = ACTIONS(1358), - [anon_sym_for] = ACTIONS(1358), - [anon_sym_return] = ACTIONS(1358), - [anon_sym_break] = ACTIONS(1358), - [anon_sym_continue] = ACTIONS(1358), - [anon_sym_goto] = ACTIONS(1358), - [anon_sym_DASH_DASH] = ACTIONS(1360), - [anon_sym_PLUS_PLUS] = ACTIONS(1360), - [anon_sym_sizeof] = ACTIONS(1358), - [anon_sym___alignof__] = ACTIONS(1358), - [anon_sym___alignof] = ACTIONS(1358), - [anon_sym__alignof] = ACTIONS(1358), - [anon_sym_alignof] = ACTIONS(1358), - [anon_sym__Alignof] = ACTIONS(1358), - [anon_sym_offsetof] = ACTIONS(1358), - [anon_sym__Generic] = ACTIONS(1358), - [anon_sym_asm] = ACTIONS(1358), - [anon_sym___asm__] = ACTIONS(1358), - [sym_number_literal] = ACTIONS(1360), - [anon_sym_L_SQUOTE] = ACTIONS(1360), - [anon_sym_u_SQUOTE] = ACTIONS(1360), - [anon_sym_U_SQUOTE] = ACTIONS(1360), - [anon_sym_u8_SQUOTE] = ACTIONS(1360), - [anon_sym_SQUOTE] = ACTIONS(1360), - [anon_sym_L_DQUOTE] = ACTIONS(1360), - [anon_sym_u_DQUOTE] = ACTIONS(1360), - [anon_sym_U_DQUOTE] = ACTIONS(1360), - [anon_sym_u8_DQUOTE] = ACTIONS(1360), - [anon_sym_DQUOTE] = ACTIONS(1360), - [sym_true] = ACTIONS(1358), - [sym_false] = ACTIONS(1358), - [anon_sym_NULL] = ACTIONS(1358), - [anon_sym_nullptr] = ACTIONS(1358), + [anon_sym_attribute] = ACTIONS(1438), + [anon_sym_varying] = ACTIONS(1438), + [anon_sym_buffer] = ACTIONS(1438), + [anon_sym_coherent] = ACTIONS(1438), + [anon_sym_readonly] = ACTIONS(1438), + [anon_sym_writeonly] = ACTIONS(1438), + [anon_sym_precision] = ACTIONS(1438), + [anon_sym_highp] = ACTIONS(1438), + [anon_sym_mediump] = ACTIONS(1438), + [anon_sym_lowp] = ACTIONS(1438), + [anon_sym_centroid] = ACTIONS(1438), + [anon_sym_sample] = ACTIONS(1438), + [anon_sym_patch] = ACTIONS(1438), + [anon_sym_smooth] = ACTIONS(1438), + [anon_sym_flat] = ACTIONS(1438), + [anon_sym_noperspective] = ACTIONS(1438), + [anon_sym___extension__] = ACTIONS(1438), + [anon_sym_typedef] = ACTIONS(1438), + [anon_sym_extern] = ACTIONS(1438), + [anon_sym___attribute__] = ACTIONS(1438), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1438), + [anon_sym___cdecl] = ACTIONS(1438), + [anon_sym___clrcall] = ACTIONS(1438), + [anon_sym___stdcall] = ACTIONS(1438), + [anon_sym___fastcall] = ACTIONS(1438), + [anon_sym___thiscall] = ACTIONS(1438), + [anon_sym___vectorcall] = ACTIONS(1438), + [anon_sym_LBRACE] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1438), + [anon_sym_unsigned] = ACTIONS(1438), + [anon_sym_long] = ACTIONS(1438), + [anon_sym_short] = ACTIONS(1438), + [anon_sym_static] = ACTIONS(1438), + [anon_sym_auto] = ACTIONS(1438), + [anon_sym_register] = ACTIONS(1438), + [anon_sym_inline] = ACTIONS(1438), + [anon_sym___inline] = ACTIONS(1438), + [anon_sym___inline__] = ACTIONS(1438), + [anon_sym___forceinline] = ACTIONS(1438), + [anon_sym_thread_local] = ACTIONS(1438), + [anon_sym___thread] = ACTIONS(1438), + [anon_sym_const] = ACTIONS(1438), + [anon_sym_constexpr] = ACTIONS(1438), + [anon_sym_volatile] = ACTIONS(1438), + [anon_sym_restrict] = ACTIONS(1438), + [anon_sym___restrict__] = ACTIONS(1438), + [anon_sym__Atomic] = ACTIONS(1438), + [anon_sym__Noreturn] = ACTIONS(1438), + [anon_sym_noreturn] = ACTIONS(1438), + [sym_primitive_type] = ACTIONS(1438), + [anon_sym_enum] = ACTIONS(1438), + [anon_sym_struct] = ACTIONS(1438), + [anon_sym_union] = ACTIONS(1438), + [anon_sym_if] = ACTIONS(1438), + [anon_sym_else] = ACTIONS(1438), + [anon_sym_switch] = ACTIONS(1438), + [anon_sym_case] = ACTIONS(1438), + [anon_sym_default] = ACTIONS(1438), + [anon_sym_while] = ACTIONS(1438), + [anon_sym_do] = ACTIONS(1438), + [anon_sym_for] = ACTIONS(1438), + [anon_sym_return] = ACTIONS(1438), + [anon_sym_break] = ACTIONS(1438), + [anon_sym_continue] = ACTIONS(1438), + [anon_sym_goto] = ACTIONS(1438), + [anon_sym_DASH_DASH] = ACTIONS(1440), + [anon_sym_PLUS_PLUS] = ACTIONS(1440), + [anon_sym_sizeof] = ACTIONS(1438), + [anon_sym___alignof__] = ACTIONS(1438), + [anon_sym___alignof] = ACTIONS(1438), + [anon_sym__alignof] = ACTIONS(1438), + [anon_sym_alignof] = ACTIONS(1438), + [anon_sym__Alignof] = ACTIONS(1438), + [anon_sym_offsetof] = ACTIONS(1438), + [anon_sym__Generic] = ACTIONS(1438), + [anon_sym_asm] = ACTIONS(1438), + [anon_sym___asm__] = ACTIONS(1438), + [sym_number_literal] = ACTIONS(1440), + [anon_sym_L_SQUOTE] = ACTIONS(1440), + [anon_sym_u_SQUOTE] = ACTIONS(1440), + [anon_sym_U_SQUOTE] = ACTIONS(1440), + [anon_sym_u8_SQUOTE] = ACTIONS(1440), + [anon_sym_SQUOTE] = ACTIONS(1440), + [anon_sym_L_DQUOTE] = ACTIONS(1440), + [anon_sym_u_DQUOTE] = ACTIONS(1440), + [anon_sym_U_DQUOTE] = ACTIONS(1440), + [anon_sym_u8_DQUOTE] = ACTIONS(1440), + [anon_sym_DQUOTE] = ACTIONS(1440), + [sym_true] = ACTIONS(1438), + [sym_false] = ACTIONS(1438), + [anon_sym_NULL] = ACTIONS(1438), + [anon_sym_nullptr] = ACTIONS(1438), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1358), - [anon_sym_rayPayloadInEXT] = ACTIONS(1358), - [anon_sym_hitAttributeEXT] = ACTIONS(1358), - [anon_sym_callableDataEXT] = ACTIONS(1358), - [anon_sym_callableDataInEXT] = ACTIONS(1358), - [anon_sym_shaderRecordEXT] = ACTIONS(1358), - [anon_sym_rayPayloadNV] = ACTIONS(1358), - [anon_sym_rayPayloadInNV] = ACTIONS(1358), - [anon_sym_hitAttributeNV] = ACTIONS(1358), - [anon_sym_callableDataNV] = ACTIONS(1358), - [anon_sym_callableDataInNV] = ACTIONS(1358), - [anon_sym_shaderRecordNV] = ACTIONS(1358), - [anon_sym_layout] = ACTIONS(1358), + [anon_sym_rayPayloadEXT] = ACTIONS(1438), + [anon_sym_rayPayloadInEXT] = ACTIONS(1438), + [anon_sym_hitAttributeEXT] = ACTIONS(1438), + [anon_sym_callableDataEXT] = ACTIONS(1438), + [anon_sym_callableDataInEXT] = ACTIONS(1438), + [anon_sym_shaderRecordEXT] = ACTIONS(1438), + [anon_sym_rayPayloadNV] = ACTIONS(1438), + [anon_sym_rayPayloadInNV] = ACTIONS(1438), + [anon_sym_hitAttributeNV] = ACTIONS(1438), + [anon_sym_callableDataNV] = ACTIONS(1438), + [anon_sym_callableDataInNV] = ACTIONS(1438), + [anon_sym_shaderRecordNV] = ACTIONS(1438), + [anon_sym_layout] = ACTIONS(1438), + }, + [243] = { + [ts_builtin_sym_end] = ACTIONS(1444), + [sym_identifier] = ACTIONS(1442), + [aux_sym_preproc_include_token1] = ACTIONS(1442), + [aux_sym_preproc_def_token1] = ACTIONS(1442), + [aux_sym_preproc_if_token1] = ACTIONS(1442), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1442), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1442), + [sym_preproc_directive] = ACTIONS(1442), + [anon_sym_LPAREN2] = ACTIONS(1444), + [anon_sym_BANG] = ACTIONS(1444), + [anon_sym_TILDE] = ACTIONS(1444), + [anon_sym_DASH] = ACTIONS(1442), + [anon_sym_PLUS] = ACTIONS(1442), + [anon_sym_STAR] = ACTIONS(1444), + [anon_sym_AMP] = ACTIONS(1444), + [anon_sym_subroutine] = ACTIONS(1442), + [anon_sym_invariant] = ACTIONS(1442), + [anon_sym_precise] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1444), + [anon_sym_in] = ACTIONS(1442), + [anon_sym_out] = ACTIONS(1442), + [anon_sym_inout] = ACTIONS(1442), + [anon_sym_uniform] = ACTIONS(1442), + [anon_sym_shared] = ACTIONS(1442), + [anon_sym_attribute] = ACTIONS(1442), + [anon_sym_varying] = ACTIONS(1442), + [anon_sym_buffer] = ACTIONS(1442), + [anon_sym_coherent] = ACTIONS(1442), + [anon_sym_readonly] = ACTIONS(1442), + [anon_sym_writeonly] = ACTIONS(1442), + [anon_sym_precision] = ACTIONS(1442), + [anon_sym_highp] = ACTIONS(1442), + [anon_sym_mediump] = ACTIONS(1442), + [anon_sym_lowp] = ACTIONS(1442), + [anon_sym_centroid] = ACTIONS(1442), + [anon_sym_sample] = ACTIONS(1442), + [anon_sym_patch] = ACTIONS(1442), + [anon_sym_smooth] = ACTIONS(1442), + [anon_sym_flat] = ACTIONS(1442), + [anon_sym_noperspective] = ACTIONS(1442), + [anon_sym___extension__] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1442), + [anon_sym_extern] = ACTIONS(1442), + [anon_sym___attribute__] = ACTIONS(1442), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1444), + [anon_sym___declspec] = ACTIONS(1442), + [anon_sym___cdecl] = ACTIONS(1442), + [anon_sym___clrcall] = ACTIONS(1442), + [anon_sym___stdcall] = ACTIONS(1442), + [anon_sym___fastcall] = ACTIONS(1442), + [anon_sym___thiscall] = ACTIONS(1442), + [anon_sym___vectorcall] = ACTIONS(1442), + [anon_sym_LBRACE] = ACTIONS(1444), + [anon_sym_signed] = ACTIONS(1442), + [anon_sym_unsigned] = ACTIONS(1442), + [anon_sym_long] = ACTIONS(1442), + [anon_sym_short] = ACTIONS(1442), + [anon_sym_static] = ACTIONS(1442), + [anon_sym_auto] = ACTIONS(1442), + [anon_sym_register] = ACTIONS(1442), + [anon_sym_inline] = ACTIONS(1442), + [anon_sym___inline] = ACTIONS(1442), + [anon_sym___inline__] = ACTIONS(1442), + [anon_sym___forceinline] = ACTIONS(1442), + [anon_sym_thread_local] = ACTIONS(1442), + [anon_sym___thread] = ACTIONS(1442), + [anon_sym_const] = ACTIONS(1442), + [anon_sym_constexpr] = ACTIONS(1442), + [anon_sym_volatile] = ACTIONS(1442), + [anon_sym_restrict] = ACTIONS(1442), + [anon_sym___restrict__] = ACTIONS(1442), + [anon_sym__Atomic] = ACTIONS(1442), + [anon_sym__Noreturn] = ACTIONS(1442), + [anon_sym_noreturn] = ACTIONS(1442), + [sym_primitive_type] = ACTIONS(1442), + [anon_sym_enum] = ACTIONS(1442), + [anon_sym_struct] = ACTIONS(1442), + [anon_sym_union] = ACTIONS(1442), + [anon_sym_if] = ACTIONS(1442), + [anon_sym_else] = ACTIONS(1442), + [anon_sym_switch] = ACTIONS(1442), + [anon_sym_case] = ACTIONS(1442), + [anon_sym_default] = ACTIONS(1442), + [anon_sym_while] = ACTIONS(1442), + [anon_sym_do] = ACTIONS(1442), + [anon_sym_for] = ACTIONS(1442), + [anon_sym_return] = ACTIONS(1442), + [anon_sym_break] = ACTIONS(1442), + [anon_sym_continue] = ACTIONS(1442), + [anon_sym_goto] = ACTIONS(1442), + [anon_sym_DASH_DASH] = ACTIONS(1444), + [anon_sym_PLUS_PLUS] = ACTIONS(1444), + [anon_sym_sizeof] = ACTIONS(1442), + [anon_sym___alignof__] = ACTIONS(1442), + [anon_sym___alignof] = ACTIONS(1442), + [anon_sym__alignof] = ACTIONS(1442), + [anon_sym_alignof] = ACTIONS(1442), + [anon_sym__Alignof] = ACTIONS(1442), + [anon_sym_offsetof] = ACTIONS(1442), + [anon_sym__Generic] = ACTIONS(1442), + [anon_sym_asm] = ACTIONS(1442), + [anon_sym___asm__] = ACTIONS(1442), + [sym_number_literal] = ACTIONS(1444), + [anon_sym_L_SQUOTE] = ACTIONS(1444), + [anon_sym_u_SQUOTE] = ACTIONS(1444), + [anon_sym_U_SQUOTE] = ACTIONS(1444), + [anon_sym_u8_SQUOTE] = ACTIONS(1444), + [anon_sym_SQUOTE] = ACTIONS(1444), + [anon_sym_L_DQUOTE] = ACTIONS(1444), + [anon_sym_u_DQUOTE] = ACTIONS(1444), + [anon_sym_U_DQUOTE] = ACTIONS(1444), + [anon_sym_u8_DQUOTE] = ACTIONS(1444), + [anon_sym_DQUOTE] = ACTIONS(1444), + [sym_true] = ACTIONS(1442), + [sym_false] = ACTIONS(1442), + [anon_sym_NULL] = ACTIONS(1442), + [anon_sym_nullptr] = ACTIONS(1442), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1442), + [anon_sym_rayPayloadInEXT] = ACTIONS(1442), + [anon_sym_hitAttributeEXT] = ACTIONS(1442), + [anon_sym_callableDataEXT] = ACTIONS(1442), + [anon_sym_callableDataInEXT] = ACTIONS(1442), + [anon_sym_shaderRecordEXT] = ACTIONS(1442), + [anon_sym_rayPayloadNV] = ACTIONS(1442), + [anon_sym_rayPayloadInNV] = ACTIONS(1442), + [anon_sym_hitAttributeNV] = ACTIONS(1442), + [anon_sym_callableDataNV] = ACTIONS(1442), + [anon_sym_callableDataInNV] = ACTIONS(1442), + [anon_sym_shaderRecordNV] = ACTIONS(1442), + [anon_sym_layout] = ACTIONS(1442), }, [244] = { - [ts_builtin_sym_end] = ACTIONS(1432), - [sym_identifier] = ACTIONS(1430), - [aux_sym_preproc_include_token1] = ACTIONS(1430), - [aux_sym_preproc_def_token1] = ACTIONS(1430), - [aux_sym_preproc_if_token1] = ACTIONS(1430), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1430), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1430), - [sym_preproc_directive] = ACTIONS(1430), - [anon_sym_LPAREN2] = ACTIONS(1432), - [anon_sym_BANG] = ACTIONS(1432), - [anon_sym_TILDE] = ACTIONS(1432), - [anon_sym_DASH] = ACTIONS(1430), - [anon_sym_PLUS] = ACTIONS(1430), - [anon_sym_STAR] = ACTIONS(1432), - [anon_sym_AMP] = ACTIONS(1432), - [anon_sym_subroutine] = ACTIONS(1430), - [anon_sym_invariant] = ACTIONS(1430), - [anon_sym_precise] = ACTIONS(1430), - [anon_sym_SEMI] = ACTIONS(1432), - [anon_sym_in] = ACTIONS(1430), - [anon_sym_out] = ACTIONS(1430), - [anon_sym_inout] = ACTIONS(1430), - [anon_sym_uniform] = ACTIONS(1430), - [anon_sym_shared] = ACTIONS(1430), - [anon_sym_attribute] = ACTIONS(1430), - [anon_sym_varying] = ACTIONS(1430), - [anon_sym_buffer] = ACTIONS(1430), - [anon_sym_coherent] = ACTIONS(1430), - [anon_sym_readonly] = ACTIONS(1430), - [anon_sym_writeonly] = ACTIONS(1430), - [anon_sym_precision] = ACTIONS(1430), - [anon_sym_highp] = ACTIONS(1430), - [anon_sym_mediump] = ACTIONS(1430), - [anon_sym_lowp] = ACTIONS(1430), - [anon_sym_centroid] = ACTIONS(1430), - [anon_sym_sample] = ACTIONS(1430), - [anon_sym_patch] = ACTIONS(1430), - [anon_sym_smooth] = ACTIONS(1430), - [anon_sym_flat] = ACTIONS(1430), - [anon_sym_noperspective] = ACTIONS(1430), - [anon_sym___extension__] = ACTIONS(1430), - [anon_sym_typedef] = ACTIONS(1430), - [anon_sym_extern] = ACTIONS(1430), - [anon_sym___attribute__] = ACTIONS(1430), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1432), - [anon_sym___declspec] = ACTIONS(1430), - [anon_sym___cdecl] = ACTIONS(1430), - [anon_sym___clrcall] = ACTIONS(1430), - [anon_sym___stdcall] = ACTIONS(1430), - [anon_sym___fastcall] = ACTIONS(1430), - [anon_sym___thiscall] = ACTIONS(1430), - [anon_sym___vectorcall] = ACTIONS(1430), - [anon_sym_LBRACE] = ACTIONS(1432), - [anon_sym_signed] = ACTIONS(1430), - [anon_sym_unsigned] = ACTIONS(1430), - [anon_sym_long] = ACTIONS(1430), - [anon_sym_short] = ACTIONS(1430), - [anon_sym_static] = ACTIONS(1430), - [anon_sym_auto] = ACTIONS(1430), - [anon_sym_register] = ACTIONS(1430), - [anon_sym_inline] = ACTIONS(1430), - [anon_sym___inline] = ACTIONS(1430), - [anon_sym___inline__] = ACTIONS(1430), - [anon_sym___forceinline] = ACTIONS(1430), - [anon_sym_thread_local] = ACTIONS(1430), - [anon_sym___thread] = ACTIONS(1430), - [anon_sym_const] = ACTIONS(1430), - [anon_sym_constexpr] = ACTIONS(1430), - [anon_sym_volatile] = ACTIONS(1430), - [anon_sym_restrict] = ACTIONS(1430), - [anon_sym___restrict__] = ACTIONS(1430), - [anon_sym__Atomic] = ACTIONS(1430), - [anon_sym__Noreturn] = ACTIONS(1430), - [anon_sym_noreturn] = ACTIONS(1430), - [sym_primitive_type] = ACTIONS(1430), - [anon_sym_enum] = ACTIONS(1430), - [anon_sym_struct] = ACTIONS(1430), - [anon_sym_union] = ACTIONS(1430), - [anon_sym_if] = ACTIONS(1430), - [anon_sym_else] = ACTIONS(1430), - [anon_sym_switch] = ACTIONS(1430), - [anon_sym_case] = ACTIONS(1430), - [anon_sym_default] = ACTIONS(1430), - [anon_sym_while] = ACTIONS(1430), - [anon_sym_do] = ACTIONS(1430), - [anon_sym_for] = ACTIONS(1430), - [anon_sym_return] = ACTIONS(1430), - [anon_sym_break] = ACTIONS(1430), - [anon_sym_continue] = ACTIONS(1430), - [anon_sym_goto] = ACTIONS(1430), - [anon_sym_DASH_DASH] = ACTIONS(1432), - [anon_sym_PLUS_PLUS] = ACTIONS(1432), - [anon_sym_sizeof] = ACTIONS(1430), - [anon_sym___alignof__] = ACTIONS(1430), - [anon_sym___alignof] = ACTIONS(1430), - [anon_sym__alignof] = ACTIONS(1430), - [anon_sym_alignof] = ACTIONS(1430), - [anon_sym__Alignof] = ACTIONS(1430), - [anon_sym_offsetof] = ACTIONS(1430), - [anon_sym__Generic] = ACTIONS(1430), - [anon_sym_asm] = ACTIONS(1430), - [anon_sym___asm__] = ACTIONS(1430), - [sym_number_literal] = ACTIONS(1432), - [anon_sym_L_SQUOTE] = ACTIONS(1432), - [anon_sym_u_SQUOTE] = ACTIONS(1432), - [anon_sym_U_SQUOTE] = ACTIONS(1432), - [anon_sym_u8_SQUOTE] = ACTIONS(1432), - [anon_sym_SQUOTE] = ACTIONS(1432), - [anon_sym_L_DQUOTE] = ACTIONS(1432), - [anon_sym_u_DQUOTE] = ACTIONS(1432), - [anon_sym_U_DQUOTE] = ACTIONS(1432), - [anon_sym_u8_DQUOTE] = ACTIONS(1432), - [anon_sym_DQUOTE] = ACTIONS(1432), - [sym_true] = ACTIONS(1430), - [sym_false] = ACTIONS(1430), - [anon_sym_NULL] = ACTIONS(1430), - [anon_sym_nullptr] = ACTIONS(1430), + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1430), - [anon_sym_rayPayloadInEXT] = ACTIONS(1430), - [anon_sym_hitAttributeEXT] = ACTIONS(1430), - [anon_sym_callableDataEXT] = ACTIONS(1430), - [anon_sym_callableDataInEXT] = ACTIONS(1430), - [anon_sym_shaderRecordEXT] = ACTIONS(1430), - [anon_sym_rayPayloadNV] = ACTIONS(1430), - [anon_sym_rayPayloadInNV] = ACTIONS(1430), - [anon_sym_hitAttributeNV] = ACTIONS(1430), - [anon_sym_callableDataNV] = ACTIONS(1430), - [anon_sym_callableDataInNV] = ACTIONS(1430), - [anon_sym_shaderRecordNV] = ACTIONS(1430), - [anon_sym_layout] = ACTIONS(1430), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, [245] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), + }, + [246] = { + [ts_builtin_sym_end] = ACTIONS(1424), + [sym_identifier] = ACTIONS(1422), + [aux_sym_preproc_include_token1] = ACTIONS(1422), + [aux_sym_preproc_def_token1] = ACTIONS(1422), + [aux_sym_preproc_if_token1] = ACTIONS(1422), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1422), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1422), + [sym_preproc_directive] = ACTIONS(1422), + [anon_sym_LPAREN2] = ACTIONS(1424), + [anon_sym_BANG] = ACTIONS(1424), + [anon_sym_TILDE] = ACTIONS(1424), + [anon_sym_DASH] = ACTIONS(1422), + [anon_sym_PLUS] = ACTIONS(1422), + [anon_sym_STAR] = ACTIONS(1424), + [anon_sym_AMP] = ACTIONS(1424), + [anon_sym_subroutine] = ACTIONS(1422), + [anon_sym_invariant] = ACTIONS(1422), + [anon_sym_precise] = ACTIONS(1422), + [anon_sym_SEMI] = ACTIONS(1424), + [anon_sym_in] = ACTIONS(1422), + [anon_sym_out] = ACTIONS(1422), + [anon_sym_inout] = ACTIONS(1422), + [anon_sym_uniform] = ACTIONS(1422), + [anon_sym_shared] = ACTIONS(1422), + [anon_sym_attribute] = ACTIONS(1422), + [anon_sym_varying] = ACTIONS(1422), + [anon_sym_buffer] = ACTIONS(1422), + [anon_sym_coherent] = ACTIONS(1422), + [anon_sym_readonly] = ACTIONS(1422), + [anon_sym_writeonly] = ACTIONS(1422), + [anon_sym_precision] = ACTIONS(1422), + [anon_sym_highp] = ACTIONS(1422), + [anon_sym_mediump] = ACTIONS(1422), + [anon_sym_lowp] = ACTIONS(1422), + [anon_sym_centroid] = ACTIONS(1422), + [anon_sym_sample] = ACTIONS(1422), + [anon_sym_patch] = ACTIONS(1422), + [anon_sym_smooth] = ACTIONS(1422), + [anon_sym_flat] = ACTIONS(1422), + [anon_sym_noperspective] = ACTIONS(1422), + [anon_sym___extension__] = ACTIONS(1422), + [anon_sym_typedef] = ACTIONS(1422), + [anon_sym_extern] = ACTIONS(1422), + [anon_sym___attribute__] = ACTIONS(1422), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym___declspec] = ACTIONS(1422), + [anon_sym___cdecl] = ACTIONS(1422), + [anon_sym___clrcall] = ACTIONS(1422), + [anon_sym___stdcall] = ACTIONS(1422), + [anon_sym___fastcall] = ACTIONS(1422), + [anon_sym___thiscall] = ACTIONS(1422), + [anon_sym___vectorcall] = ACTIONS(1422), + [anon_sym_LBRACE] = ACTIONS(1424), + [anon_sym_signed] = ACTIONS(1422), + [anon_sym_unsigned] = ACTIONS(1422), + [anon_sym_long] = ACTIONS(1422), + [anon_sym_short] = ACTIONS(1422), + [anon_sym_static] = ACTIONS(1422), + [anon_sym_auto] = ACTIONS(1422), + [anon_sym_register] = ACTIONS(1422), + [anon_sym_inline] = ACTIONS(1422), + [anon_sym___inline] = ACTIONS(1422), + [anon_sym___inline__] = ACTIONS(1422), + [anon_sym___forceinline] = ACTIONS(1422), + [anon_sym_thread_local] = ACTIONS(1422), + [anon_sym___thread] = ACTIONS(1422), + [anon_sym_const] = ACTIONS(1422), + [anon_sym_constexpr] = ACTIONS(1422), + [anon_sym_volatile] = ACTIONS(1422), + [anon_sym_restrict] = ACTIONS(1422), + [anon_sym___restrict__] = ACTIONS(1422), + [anon_sym__Atomic] = ACTIONS(1422), + [anon_sym__Noreturn] = ACTIONS(1422), + [anon_sym_noreturn] = ACTIONS(1422), + [sym_primitive_type] = ACTIONS(1422), + [anon_sym_enum] = ACTIONS(1422), + [anon_sym_struct] = ACTIONS(1422), + [anon_sym_union] = ACTIONS(1422), + [anon_sym_if] = ACTIONS(1422), + [anon_sym_else] = ACTIONS(1422), + [anon_sym_switch] = ACTIONS(1422), + [anon_sym_case] = ACTIONS(1422), + [anon_sym_default] = ACTIONS(1422), + [anon_sym_while] = ACTIONS(1422), + [anon_sym_do] = ACTIONS(1422), + [anon_sym_for] = ACTIONS(1422), + [anon_sym_return] = ACTIONS(1422), + [anon_sym_break] = ACTIONS(1422), + [anon_sym_continue] = ACTIONS(1422), + [anon_sym_goto] = ACTIONS(1422), + [anon_sym_DASH_DASH] = ACTIONS(1424), + [anon_sym_PLUS_PLUS] = ACTIONS(1424), + [anon_sym_sizeof] = ACTIONS(1422), + [anon_sym___alignof__] = ACTIONS(1422), + [anon_sym___alignof] = ACTIONS(1422), + [anon_sym__alignof] = ACTIONS(1422), + [anon_sym_alignof] = ACTIONS(1422), + [anon_sym__Alignof] = ACTIONS(1422), + [anon_sym_offsetof] = ACTIONS(1422), + [anon_sym__Generic] = ACTIONS(1422), + [anon_sym_asm] = ACTIONS(1422), + [anon_sym___asm__] = ACTIONS(1422), + [sym_number_literal] = ACTIONS(1424), + [anon_sym_L_SQUOTE] = ACTIONS(1424), + [anon_sym_u_SQUOTE] = ACTIONS(1424), + [anon_sym_U_SQUOTE] = ACTIONS(1424), + [anon_sym_u8_SQUOTE] = ACTIONS(1424), + [anon_sym_SQUOTE] = ACTIONS(1424), + [anon_sym_L_DQUOTE] = ACTIONS(1424), + [anon_sym_u_DQUOTE] = ACTIONS(1424), + [anon_sym_U_DQUOTE] = ACTIONS(1424), + [anon_sym_u8_DQUOTE] = ACTIONS(1424), + [anon_sym_DQUOTE] = ACTIONS(1424), + [sym_true] = ACTIONS(1422), + [sym_false] = ACTIONS(1422), + [anon_sym_NULL] = ACTIONS(1422), + [anon_sym_nullptr] = ACTIONS(1422), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1422), + [anon_sym_rayPayloadInEXT] = ACTIONS(1422), + [anon_sym_hitAttributeEXT] = ACTIONS(1422), + [anon_sym_callableDataEXT] = ACTIONS(1422), + [anon_sym_callableDataInEXT] = ACTIONS(1422), + [anon_sym_shaderRecordEXT] = ACTIONS(1422), + [anon_sym_rayPayloadNV] = ACTIONS(1422), + [anon_sym_rayPayloadInNV] = ACTIONS(1422), + [anon_sym_hitAttributeNV] = ACTIONS(1422), + [anon_sym_callableDataNV] = ACTIONS(1422), + [anon_sym_callableDataInNV] = ACTIONS(1422), + [anon_sym_shaderRecordNV] = ACTIONS(1422), + [anon_sym_layout] = ACTIONS(1422), + }, + [247] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [246] = { - [sym_identifier] = ACTIONS(1366), - [aux_sym_preproc_include_token1] = ACTIONS(1366), - [aux_sym_preproc_def_token1] = ACTIONS(1366), - [aux_sym_preproc_if_token1] = ACTIONS(1366), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1366), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1366), - [sym_preproc_directive] = ACTIONS(1366), - [anon_sym_LPAREN2] = ACTIONS(1368), - [anon_sym_BANG] = ACTIONS(1368), - [anon_sym_TILDE] = ACTIONS(1368), - [anon_sym_DASH] = ACTIONS(1366), - [anon_sym_PLUS] = ACTIONS(1366), - [anon_sym_STAR] = ACTIONS(1368), - [anon_sym_AMP] = ACTIONS(1368), - [anon_sym_subroutine] = ACTIONS(1366), - [anon_sym_invariant] = ACTIONS(1366), - [anon_sym_precise] = ACTIONS(1366), - [anon_sym_SEMI] = ACTIONS(1368), - [anon_sym_in] = ACTIONS(1366), - [anon_sym_out] = ACTIONS(1366), - [anon_sym_inout] = ACTIONS(1366), - [anon_sym_uniform] = ACTIONS(1366), - [anon_sym_shared] = ACTIONS(1366), - [anon_sym_attribute] = ACTIONS(1366), - [anon_sym_varying] = ACTIONS(1366), - [anon_sym_buffer] = ACTIONS(1366), - [anon_sym_coherent] = ACTIONS(1366), - [anon_sym_readonly] = ACTIONS(1366), - [anon_sym_writeonly] = ACTIONS(1366), - [anon_sym_precision] = ACTIONS(1366), - [anon_sym_highp] = ACTIONS(1366), - [anon_sym_mediump] = ACTIONS(1366), - [anon_sym_lowp] = ACTIONS(1366), - [anon_sym_centroid] = ACTIONS(1366), - [anon_sym_sample] = ACTIONS(1366), - [anon_sym_patch] = ACTIONS(1366), - [anon_sym_smooth] = ACTIONS(1366), - [anon_sym_flat] = ACTIONS(1366), - [anon_sym_noperspective] = ACTIONS(1366), - [anon_sym___extension__] = ACTIONS(1366), - [anon_sym_typedef] = ACTIONS(1366), - [anon_sym_extern] = ACTIONS(1366), - [anon_sym___attribute__] = ACTIONS(1366), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1368), - [anon_sym___declspec] = ACTIONS(1366), - [anon_sym___cdecl] = ACTIONS(1366), - [anon_sym___clrcall] = ACTIONS(1366), - [anon_sym___stdcall] = ACTIONS(1366), - [anon_sym___fastcall] = ACTIONS(1366), - [anon_sym___thiscall] = ACTIONS(1366), - [anon_sym___vectorcall] = ACTIONS(1366), - [anon_sym_LBRACE] = ACTIONS(1368), - [anon_sym_RBRACE] = ACTIONS(1368), - [anon_sym_signed] = ACTIONS(1366), - [anon_sym_unsigned] = ACTIONS(1366), - [anon_sym_long] = ACTIONS(1366), - [anon_sym_short] = ACTIONS(1366), - [anon_sym_static] = ACTIONS(1366), - [anon_sym_auto] = ACTIONS(1366), - [anon_sym_register] = ACTIONS(1366), - [anon_sym_inline] = ACTIONS(1366), - [anon_sym___inline] = ACTIONS(1366), - [anon_sym___inline__] = ACTIONS(1366), - [anon_sym___forceinline] = ACTIONS(1366), - [anon_sym_thread_local] = ACTIONS(1366), - [anon_sym___thread] = ACTIONS(1366), - [anon_sym_const] = ACTIONS(1366), - [anon_sym_constexpr] = ACTIONS(1366), - [anon_sym_volatile] = ACTIONS(1366), - [anon_sym_restrict] = ACTIONS(1366), - [anon_sym___restrict__] = ACTIONS(1366), - [anon_sym__Atomic] = ACTIONS(1366), - [anon_sym__Noreturn] = ACTIONS(1366), - [anon_sym_noreturn] = ACTIONS(1366), - [sym_primitive_type] = ACTIONS(1366), - [anon_sym_enum] = ACTIONS(1366), - [anon_sym_struct] = ACTIONS(1366), - [anon_sym_union] = ACTIONS(1366), - [anon_sym_if] = ACTIONS(1366), - [anon_sym_else] = ACTIONS(1366), - [anon_sym_switch] = ACTIONS(1366), - [anon_sym_case] = ACTIONS(1366), - [anon_sym_default] = ACTIONS(1366), - [anon_sym_while] = ACTIONS(1366), - [anon_sym_do] = ACTIONS(1366), - [anon_sym_for] = ACTIONS(1366), - [anon_sym_return] = ACTIONS(1366), - [anon_sym_break] = ACTIONS(1366), - [anon_sym_continue] = ACTIONS(1366), - [anon_sym_goto] = ACTIONS(1366), - [anon_sym_DASH_DASH] = ACTIONS(1368), - [anon_sym_PLUS_PLUS] = ACTIONS(1368), - [anon_sym_sizeof] = ACTIONS(1366), - [anon_sym___alignof__] = ACTIONS(1366), - [anon_sym___alignof] = ACTIONS(1366), - [anon_sym__alignof] = ACTIONS(1366), - [anon_sym_alignof] = ACTIONS(1366), - [anon_sym__Alignof] = ACTIONS(1366), - [anon_sym_offsetof] = ACTIONS(1366), - [anon_sym__Generic] = ACTIONS(1366), - [anon_sym_asm] = ACTIONS(1366), - [anon_sym___asm__] = ACTIONS(1366), - [sym_number_literal] = ACTIONS(1368), - [anon_sym_L_SQUOTE] = ACTIONS(1368), - [anon_sym_u_SQUOTE] = ACTIONS(1368), - [anon_sym_U_SQUOTE] = ACTIONS(1368), - [anon_sym_u8_SQUOTE] = ACTIONS(1368), - [anon_sym_SQUOTE] = ACTIONS(1368), - [anon_sym_L_DQUOTE] = ACTIONS(1368), - [anon_sym_u_DQUOTE] = ACTIONS(1368), - [anon_sym_U_DQUOTE] = ACTIONS(1368), - [anon_sym_u8_DQUOTE] = ACTIONS(1368), - [anon_sym_DQUOTE] = ACTIONS(1368), - [sym_true] = ACTIONS(1366), - [sym_false] = ACTIONS(1366), - [anon_sym_NULL] = ACTIONS(1366), - [anon_sym_nullptr] = ACTIONS(1366), + [248] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1366), - [anon_sym_rayPayloadInEXT] = ACTIONS(1366), - [anon_sym_hitAttributeEXT] = ACTIONS(1366), - [anon_sym_callableDataEXT] = ACTIONS(1366), - [anon_sym_callableDataInEXT] = ACTIONS(1366), - [anon_sym_shaderRecordEXT] = ACTIONS(1366), - [anon_sym_rayPayloadNV] = ACTIONS(1366), - [anon_sym_rayPayloadInNV] = ACTIONS(1366), - [anon_sym_hitAttributeNV] = ACTIONS(1366), - [anon_sym_callableDataNV] = ACTIONS(1366), - [anon_sym_callableDataInNV] = ACTIONS(1366), - [anon_sym_shaderRecordNV] = ACTIONS(1366), - [anon_sym_layout] = ACTIONS(1366), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [247] = { - [ts_builtin_sym_end] = ACTIONS(1356), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [249] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [248] = { - [sym_identifier] = ACTIONS(1366), - [aux_sym_preproc_include_token1] = ACTIONS(1366), - [aux_sym_preproc_def_token1] = ACTIONS(1366), - [aux_sym_preproc_if_token1] = ACTIONS(1366), - [aux_sym_preproc_if_token2] = ACTIONS(1366), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1366), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1366), - [sym_preproc_directive] = ACTIONS(1366), - [anon_sym_LPAREN2] = ACTIONS(1368), - [anon_sym_BANG] = ACTIONS(1368), - [anon_sym_TILDE] = ACTIONS(1368), - [anon_sym_DASH] = ACTIONS(1366), - [anon_sym_PLUS] = ACTIONS(1366), - [anon_sym_STAR] = ACTIONS(1368), - [anon_sym_AMP] = ACTIONS(1368), - [anon_sym_subroutine] = ACTIONS(1366), - [anon_sym_invariant] = ACTIONS(1366), - [anon_sym_precise] = ACTIONS(1366), - [anon_sym_SEMI] = ACTIONS(1368), - [anon_sym_in] = ACTIONS(1366), - [anon_sym_out] = ACTIONS(1366), - [anon_sym_inout] = ACTIONS(1366), - [anon_sym_uniform] = ACTIONS(1366), - [anon_sym_shared] = ACTIONS(1366), - [anon_sym_attribute] = ACTIONS(1366), - [anon_sym_varying] = ACTIONS(1366), - [anon_sym_buffer] = ACTIONS(1366), - [anon_sym_coherent] = ACTIONS(1366), - [anon_sym_readonly] = ACTIONS(1366), - [anon_sym_writeonly] = ACTIONS(1366), - [anon_sym_precision] = ACTIONS(1366), - [anon_sym_highp] = ACTIONS(1366), - [anon_sym_mediump] = ACTIONS(1366), - [anon_sym_lowp] = ACTIONS(1366), - [anon_sym_centroid] = ACTIONS(1366), - [anon_sym_sample] = ACTIONS(1366), - [anon_sym_patch] = ACTIONS(1366), - [anon_sym_smooth] = ACTIONS(1366), - [anon_sym_flat] = ACTIONS(1366), - [anon_sym_noperspective] = ACTIONS(1366), - [anon_sym___extension__] = ACTIONS(1366), - [anon_sym_typedef] = ACTIONS(1366), - [anon_sym_extern] = ACTIONS(1366), - [anon_sym___attribute__] = ACTIONS(1366), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1368), - [anon_sym___declspec] = ACTIONS(1366), - [anon_sym___cdecl] = ACTIONS(1366), - [anon_sym___clrcall] = ACTIONS(1366), - [anon_sym___stdcall] = ACTIONS(1366), - [anon_sym___fastcall] = ACTIONS(1366), - [anon_sym___thiscall] = ACTIONS(1366), - [anon_sym___vectorcall] = ACTIONS(1366), - [anon_sym_LBRACE] = ACTIONS(1368), - [anon_sym_signed] = ACTIONS(1366), - [anon_sym_unsigned] = ACTIONS(1366), - [anon_sym_long] = ACTIONS(1366), - [anon_sym_short] = ACTIONS(1366), - [anon_sym_static] = ACTIONS(1366), - [anon_sym_auto] = ACTIONS(1366), - [anon_sym_register] = ACTIONS(1366), - [anon_sym_inline] = ACTIONS(1366), - [anon_sym___inline] = ACTIONS(1366), - [anon_sym___inline__] = ACTIONS(1366), - [anon_sym___forceinline] = ACTIONS(1366), - [anon_sym_thread_local] = ACTIONS(1366), - [anon_sym___thread] = ACTIONS(1366), - [anon_sym_const] = ACTIONS(1366), - [anon_sym_constexpr] = ACTIONS(1366), - [anon_sym_volatile] = ACTIONS(1366), - [anon_sym_restrict] = ACTIONS(1366), - [anon_sym___restrict__] = ACTIONS(1366), - [anon_sym__Atomic] = ACTIONS(1366), - [anon_sym__Noreturn] = ACTIONS(1366), - [anon_sym_noreturn] = ACTIONS(1366), - [sym_primitive_type] = ACTIONS(1366), - [anon_sym_enum] = ACTIONS(1366), - [anon_sym_struct] = ACTIONS(1366), - [anon_sym_union] = ACTIONS(1366), - [anon_sym_if] = ACTIONS(1366), - [anon_sym_else] = ACTIONS(1366), - [anon_sym_switch] = ACTIONS(1366), - [anon_sym_case] = ACTIONS(1366), - [anon_sym_default] = ACTIONS(1366), - [anon_sym_while] = ACTIONS(1366), - [anon_sym_do] = ACTIONS(1366), - [anon_sym_for] = ACTIONS(1366), - [anon_sym_return] = ACTIONS(1366), - [anon_sym_break] = ACTIONS(1366), - [anon_sym_continue] = ACTIONS(1366), - [anon_sym_goto] = ACTIONS(1366), - [anon_sym_DASH_DASH] = ACTIONS(1368), - [anon_sym_PLUS_PLUS] = ACTIONS(1368), - [anon_sym_sizeof] = ACTIONS(1366), - [anon_sym___alignof__] = ACTIONS(1366), - [anon_sym___alignof] = ACTIONS(1366), - [anon_sym__alignof] = ACTIONS(1366), - [anon_sym_alignof] = ACTIONS(1366), - [anon_sym__Alignof] = ACTIONS(1366), - [anon_sym_offsetof] = ACTIONS(1366), - [anon_sym__Generic] = ACTIONS(1366), - [anon_sym_asm] = ACTIONS(1366), - [anon_sym___asm__] = ACTIONS(1366), - [sym_number_literal] = ACTIONS(1368), - [anon_sym_L_SQUOTE] = ACTIONS(1368), - [anon_sym_u_SQUOTE] = ACTIONS(1368), - [anon_sym_U_SQUOTE] = ACTIONS(1368), - [anon_sym_u8_SQUOTE] = ACTIONS(1368), - [anon_sym_SQUOTE] = ACTIONS(1368), - [anon_sym_L_DQUOTE] = ACTIONS(1368), - [anon_sym_u_DQUOTE] = ACTIONS(1368), - [anon_sym_U_DQUOTE] = ACTIONS(1368), - [anon_sym_u8_DQUOTE] = ACTIONS(1368), - [anon_sym_DQUOTE] = ACTIONS(1368), - [sym_true] = ACTIONS(1366), - [sym_false] = ACTIONS(1366), - [anon_sym_NULL] = ACTIONS(1366), - [anon_sym_nullptr] = ACTIONS(1366), + [250] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1366), - [anon_sym_rayPayloadInEXT] = ACTIONS(1366), - [anon_sym_hitAttributeEXT] = ACTIONS(1366), - [anon_sym_callableDataEXT] = ACTIONS(1366), - [anon_sym_callableDataInEXT] = ACTIONS(1366), - [anon_sym_shaderRecordEXT] = ACTIONS(1366), - [anon_sym_rayPayloadNV] = ACTIONS(1366), - [anon_sym_rayPayloadInNV] = ACTIONS(1366), - [anon_sym_hitAttributeNV] = ACTIONS(1366), - [anon_sym_callableDataNV] = ACTIONS(1366), - [anon_sym_callableDataInNV] = ACTIONS(1366), - [anon_sym_shaderRecordNV] = ACTIONS(1366), - [anon_sym_layout] = ACTIONS(1366), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [249] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [251] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [250] = { - [ts_builtin_sym_end] = ACTIONS(1356), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [252] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [251] = { + [253] = { + [ts_builtin_sym_end] = ACTIONS(1452), [sym_identifier] = ACTIONS(1450), [aux_sym_preproc_include_token1] = ACTIONS(1450), [aux_sym_preproc_def_token1] = ACTIONS(1450), [aux_sym_preproc_if_token1] = ACTIONS(1450), - [aux_sym_preproc_if_token2] = ACTIONS(1450), [aux_sym_preproc_ifdef_token1] = ACTIONS(1450), [aux_sym_preproc_ifdef_token2] = ACTIONS(1450), [sym_preproc_directive] = ACTIONS(1450), @@ -55682,12 +55943,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1450), [anon_sym_layout] = ACTIONS(1450), }, - [252] = { + [254] = { + [ts_builtin_sym_end] = ACTIONS(1448), [sym_identifier] = ACTIONS(1446), [aux_sym_preproc_include_token1] = ACTIONS(1446), [aux_sym_preproc_def_token1] = ACTIONS(1446), [aux_sym_preproc_if_token1] = ACTIONS(1446), - [aux_sym_preproc_if_token2] = ACTIONS(1446), [aux_sym_preproc_ifdef_token1] = ACTIONS(1446), [aux_sym_preproc_ifdef_token2] = ACTIONS(1446), [sym_preproc_directive] = ACTIONS(1446), @@ -55801,21 +56062,420 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1446), [anon_sym_nullptr] = ACTIONS(1446), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1446), - [anon_sym_rayPayloadInEXT] = ACTIONS(1446), - [anon_sym_hitAttributeEXT] = ACTIONS(1446), - [anon_sym_callableDataEXT] = ACTIONS(1446), - [anon_sym_callableDataInEXT] = ACTIONS(1446), - [anon_sym_shaderRecordEXT] = ACTIONS(1446), - [anon_sym_rayPayloadNV] = ACTIONS(1446), - [anon_sym_rayPayloadInNV] = ACTIONS(1446), - [anon_sym_hitAttributeNV] = ACTIONS(1446), - [anon_sym_callableDataNV] = ACTIONS(1446), - [anon_sym_callableDataInNV] = ACTIONS(1446), - [anon_sym_shaderRecordNV] = ACTIONS(1446), - [anon_sym_layout] = ACTIONS(1446), + [anon_sym_rayPayloadEXT] = ACTIONS(1446), + [anon_sym_rayPayloadInEXT] = ACTIONS(1446), + [anon_sym_hitAttributeEXT] = ACTIONS(1446), + [anon_sym_callableDataEXT] = ACTIONS(1446), + [anon_sym_callableDataInEXT] = ACTIONS(1446), + [anon_sym_shaderRecordEXT] = ACTIONS(1446), + [anon_sym_rayPayloadNV] = ACTIONS(1446), + [anon_sym_rayPayloadInNV] = ACTIONS(1446), + [anon_sym_hitAttributeNV] = ACTIONS(1446), + [anon_sym_callableDataNV] = ACTIONS(1446), + [anon_sym_callableDataInNV] = ACTIONS(1446), + [anon_sym_shaderRecordNV] = ACTIONS(1446), + [anon_sym_layout] = ACTIONS(1446), + }, + [255] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), + }, + [256] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [253] = { + [257] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), + }, + [258] = { [sym_identifier] = ACTIONS(1442), [aux_sym_preproc_include_token1] = ACTIONS(1442), [aux_sym_preproc_def_token1] = ACTIONS(1442), @@ -55924,834 +56584,568 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_U_SQUOTE] = ACTIONS(1444), [anon_sym_u8_SQUOTE] = ACTIONS(1444), [anon_sym_SQUOTE] = ACTIONS(1444), - [anon_sym_L_DQUOTE] = ACTIONS(1444), - [anon_sym_u_DQUOTE] = ACTIONS(1444), - [anon_sym_U_DQUOTE] = ACTIONS(1444), - [anon_sym_u8_DQUOTE] = ACTIONS(1444), - [anon_sym_DQUOTE] = ACTIONS(1444), - [sym_true] = ACTIONS(1442), - [sym_false] = ACTIONS(1442), - [anon_sym_NULL] = ACTIONS(1442), - [anon_sym_nullptr] = ACTIONS(1442), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1442), - [anon_sym_rayPayloadInEXT] = ACTIONS(1442), - [anon_sym_hitAttributeEXT] = ACTIONS(1442), - [anon_sym_callableDataEXT] = ACTIONS(1442), - [anon_sym_callableDataInEXT] = ACTIONS(1442), - [anon_sym_shaderRecordEXT] = ACTIONS(1442), - [anon_sym_rayPayloadNV] = ACTIONS(1442), - [anon_sym_rayPayloadInNV] = ACTIONS(1442), - [anon_sym_hitAttributeNV] = ACTIONS(1442), - [anon_sym_callableDataNV] = ACTIONS(1442), - [anon_sym_callableDataInNV] = ACTIONS(1442), - [anon_sym_shaderRecordNV] = ACTIONS(1442), - [anon_sym_layout] = ACTIONS(1442), - }, - [254] = { - [sym_identifier] = ACTIONS(1414), - [aux_sym_preproc_include_token1] = ACTIONS(1414), - [aux_sym_preproc_def_token1] = ACTIONS(1414), - [aux_sym_preproc_if_token1] = ACTIONS(1414), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1414), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1414), - [sym_preproc_directive] = ACTIONS(1414), - [anon_sym_LPAREN2] = ACTIONS(1416), - [anon_sym_BANG] = ACTIONS(1416), - [anon_sym_TILDE] = ACTIONS(1416), - [anon_sym_DASH] = ACTIONS(1414), - [anon_sym_PLUS] = ACTIONS(1414), - [anon_sym_STAR] = ACTIONS(1416), - [anon_sym_AMP] = ACTIONS(1416), - [anon_sym_subroutine] = ACTIONS(1414), - [anon_sym_invariant] = ACTIONS(1414), - [anon_sym_precise] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(1416), - [anon_sym_in] = ACTIONS(1414), - [anon_sym_out] = ACTIONS(1414), - [anon_sym_inout] = ACTIONS(1414), - [anon_sym_uniform] = ACTIONS(1414), - [anon_sym_shared] = ACTIONS(1414), - [anon_sym_attribute] = ACTIONS(1414), - [anon_sym_varying] = ACTIONS(1414), - [anon_sym_buffer] = ACTIONS(1414), - [anon_sym_coherent] = ACTIONS(1414), - [anon_sym_readonly] = ACTIONS(1414), - [anon_sym_writeonly] = ACTIONS(1414), - [anon_sym_precision] = ACTIONS(1414), - [anon_sym_highp] = ACTIONS(1414), - [anon_sym_mediump] = ACTIONS(1414), - [anon_sym_lowp] = ACTIONS(1414), - [anon_sym_centroid] = ACTIONS(1414), - [anon_sym_sample] = ACTIONS(1414), - [anon_sym_patch] = ACTIONS(1414), - [anon_sym_smooth] = ACTIONS(1414), - [anon_sym_flat] = ACTIONS(1414), - [anon_sym_noperspective] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1414), - [anon_sym_typedef] = ACTIONS(1414), - [anon_sym_extern] = ACTIONS(1414), - [anon_sym___attribute__] = ACTIONS(1414), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1416), - [anon_sym___declspec] = ACTIONS(1414), - [anon_sym___cdecl] = ACTIONS(1414), - [anon_sym___clrcall] = ACTIONS(1414), - [anon_sym___stdcall] = ACTIONS(1414), - [anon_sym___fastcall] = ACTIONS(1414), - [anon_sym___thiscall] = ACTIONS(1414), - [anon_sym___vectorcall] = ACTIONS(1414), - [anon_sym_LBRACE] = ACTIONS(1416), - [anon_sym_RBRACE] = ACTIONS(1416), - [anon_sym_signed] = ACTIONS(1414), - [anon_sym_unsigned] = ACTIONS(1414), - [anon_sym_long] = ACTIONS(1414), - [anon_sym_short] = ACTIONS(1414), - [anon_sym_static] = ACTIONS(1414), - [anon_sym_auto] = ACTIONS(1414), - [anon_sym_register] = ACTIONS(1414), - [anon_sym_inline] = ACTIONS(1414), - [anon_sym___inline] = ACTIONS(1414), - [anon_sym___inline__] = ACTIONS(1414), - [anon_sym___forceinline] = ACTIONS(1414), - [anon_sym_thread_local] = ACTIONS(1414), - [anon_sym___thread] = ACTIONS(1414), - [anon_sym_const] = ACTIONS(1414), - [anon_sym_constexpr] = ACTIONS(1414), - [anon_sym_volatile] = ACTIONS(1414), - [anon_sym_restrict] = ACTIONS(1414), - [anon_sym___restrict__] = ACTIONS(1414), - [anon_sym__Atomic] = ACTIONS(1414), - [anon_sym__Noreturn] = ACTIONS(1414), - [anon_sym_noreturn] = ACTIONS(1414), - [sym_primitive_type] = ACTIONS(1414), - [anon_sym_enum] = ACTIONS(1414), - [anon_sym_struct] = ACTIONS(1414), - [anon_sym_union] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1414), - [anon_sym_else] = ACTIONS(1414), - [anon_sym_switch] = ACTIONS(1414), - [anon_sym_case] = ACTIONS(1414), - [anon_sym_default] = ACTIONS(1414), - [anon_sym_while] = ACTIONS(1414), - [anon_sym_do] = ACTIONS(1414), - [anon_sym_for] = ACTIONS(1414), - [anon_sym_return] = ACTIONS(1414), - [anon_sym_break] = ACTIONS(1414), - [anon_sym_continue] = ACTIONS(1414), - [anon_sym_goto] = ACTIONS(1414), - [anon_sym_DASH_DASH] = ACTIONS(1416), - [anon_sym_PLUS_PLUS] = ACTIONS(1416), - [anon_sym_sizeof] = ACTIONS(1414), - [anon_sym___alignof__] = ACTIONS(1414), - [anon_sym___alignof] = ACTIONS(1414), - [anon_sym__alignof] = ACTIONS(1414), - [anon_sym_alignof] = ACTIONS(1414), - [anon_sym__Alignof] = ACTIONS(1414), - [anon_sym_offsetof] = ACTIONS(1414), - [anon_sym__Generic] = ACTIONS(1414), - [anon_sym_asm] = ACTIONS(1414), - [anon_sym___asm__] = ACTIONS(1414), - [sym_number_literal] = ACTIONS(1416), - [anon_sym_L_SQUOTE] = ACTIONS(1416), - [anon_sym_u_SQUOTE] = ACTIONS(1416), - [anon_sym_U_SQUOTE] = ACTIONS(1416), - [anon_sym_u8_SQUOTE] = ACTIONS(1416), - [anon_sym_SQUOTE] = ACTIONS(1416), - [anon_sym_L_DQUOTE] = ACTIONS(1416), - [anon_sym_u_DQUOTE] = ACTIONS(1416), - [anon_sym_U_DQUOTE] = ACTIONS(1416), - [anon_sym_u8_DQUOTE] = ACTIONS(1416), - [anon_sym_DQUOTE] = ACTIONS(1416), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [anon_sym_NULL] = ACTIONS(1414), - [anon_sym_nullptr] = ACTIONS(1414), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1414), - [anon_sym_rayPayloadInEXT] = ACTIONS(1414), - [anon_sym_hitAttributeEXT] = ACTIONS(1414), - [anon_sym_callableDataEXT] = ACTIONS(1414), - [anon_sym_callableDataInEXT] = ACTIONS(1414), - [anon_sym_shaderRecordEXT] = ACTIONS(1414), - [anon_sym_rayPayloadNV] = ACTIONS(1414), - [anon_sym_rayPayloadInNV] = ACTIONS(1414), - [anon_sym_hitAttributeNV] = ACTIONS(1414), - [anon_sym_callableDataNV] = ACTIONS(1414), - [anon_sym_callableDataInNV] = ACTIONS(1414), - [anon_sym_shaderRecordNV] = ACTIONS(1414), - [anon_sym_layout] = ACTIONS(1414), - }, - [255] = { - [ts_builtin_sym_end] = ACTIONS(1356), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_L_DQUOTE] = ACTIONS(1444), + [anon_sym_u_DQUOTE] = ACTIONS(1444), + [anon_sym_U_DQUOTE] = ACTIONS(1444), + [anon_sym_u8_DQUOTE] = ACTIONS(1444), + [anon_sym_DQUOTE] = ACTIONS(1444), + [sym_true] = ACTIONS(1442), + [sym_false] = ACTIONS(1442), + [anon_sym_NULL] = ACTIONS(1442), + [anon_sym_nullptr] = ACTIONS(1442), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1442), + [anon_sym_rayPayloadInEXT] = ACTIONS(1442), + [anon_sym_hitAttributeEXT] = ACTIONS(1442), + [anon_sym_callableDataEXT] = ACTIONS(1442), + [anon_sym_callableDataInEXT] = ACTIONS(1442), + [anon_sym_shaderRecordEXT] = ACTIONS(1442), + [anon_sym_rayPayloadNV] = ACTIONS(1442), + [anon_sym_rayPayloadInNV] = ACTIONS(1442), + [anon_sym_hitAttributeNV] = ACTIONS(1442), + [anon_sym_callableDataNV] = ACTIONS(1442), + [anon_sym_callableDataInNV] = ACTIONS(1442), + [anon_sym_shaderRecordNV] = ACTIONS(1442), + [anon_sym_layout] = ACTIONS(1442), }, - [256] = { - [sym_identifier] = ACTIONS(1410), - [aux_sym_preproc_include_token1] = ACTIONS(1410), - [aux_sym_preproc_def_token1] = ACTIONS(1410), - [aux_sym_preproc_if_token1] = ACTIONS(1410), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1410), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1410), - [sym_preproc_directive] = ACTIONS(1410), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(1412), - [anon_sym_TILDE] = ACTIONS(1412), - [anon_sym_DASH] = ACTIONS(1410), - [anon_sym_PLUS] = ACTIONS(1410), - [anon_sym_STAR] = ACTIONS(1412), - [anon_sym_AMP] = ACTIONS(1412), - [anon_sym_subroutine] = ACTIONS(1410), - [anon_sym_invariant] = ACTIONS(1410), - [anon_sym_precise] = ACTIONS(1410), - [anon_sym_SEMI] = ACTIONS(1412), - [anon_sym_in] = ACTIONS(1410), - [anon_sym_out] = ACTIONS(1410), - [anon_sym_inout] = ACTIONS(1410), - [anon_sym_uniform] = ACTIONS(1410), - [anon_sym_shared] = ACTIONS(1410), - [anon_sym_attribute] = ACTIONS(1410), - [anon_sym_varying] = ACTIONS(1410), - [anon_sym_buffer] = ACTIONS(1410), - [anon_sym_coherent] = ACTIONS(1410), - [anon_sym_readonly] = ACTIONS(1410), - [anon_sym_writeonly] = ACTIONS(1410), - [anon_sym_precision] = ACTIONS(1410), - [anon_sym_highp] = ACTIONS(1410), - [anon_sym_mediump] = ACTIONS(1410), - [anon_sym_lowp] = ACTIONS(1410), - [anon_sym_centroid] = ACTIONS(1410), - [anon_sym_sample] = ACTIONS(1410), - [anon_sym_patch] = ACTIONS(1410), - [anon_sym_smooth] = ACTIONS(1410), - [anon_sym_flat] = ACTIONS(1410), - [anon_sym_noperspective] = ACTIONS(1410), - [anon_sym___extension__] = ACTIONS(1410), - [anon_sym_typedef] = ACTIONS(1410), - [anon_sym_extern] = ACTIONS(1410), - [anon_sym___attribute__] = ACTIONS(1410), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1412), - [anon_sym___declspec] = ACTIONS(1410), - [anon_sym___cdecl] = ACTIONS(1410), - [anon_sym___clrcall] = ACTIONS(1410), - [anon_sym___stdcall] = ACTIONS(1410), - [anon_sym___fastcall] = ACTIONS(1410), - [anon_sym___thiscall] = ACTIONS(1410), - [anon_sym___vectorcall] = ACTIONS(1410), - [anon_sym_LBRACE] = ACTIONS(1412), - [anon_sym_RBRACE] = ACTIONS(1412), - [anon_sym_signed] = ACTIONS(1410), - [anon_sym_unsigned] = ACTIONS(1410), - [anon_sym_long] = ACTIONS(1410), - [anon_sym_short] = ACTIONS(1410), - [anon_sym_static] = ACTIONS(1410), - [anon_sym_auto] = ACTIONS(1410), - [anon_sym_register] = ACTIONS(1410), - [anon_sym_inline] = ACTIONS(1410), - [anon_sym___inline] = ACTIONS(1410), - [anon_sym___inline__] = ACTIONS(1410), - [anon_sym___forceinline] = ACTIONS(1410), - [anon_sym_thread_local] = ACTIONS(1410), - [anon_sym___thread] = ACTIONS(1410), - [anon_sym_const] = ACTIONS(1410), - [anon_sym_constexpr] = ACTIONS(1410), - [anon_sym_volatile] = ACTIONS(1410), - [anon_sym_restrict] = ACTIONS(1410), - [anon_sym___restrict__] = ACTIONS(1410), - [anon_sym__Atomic] = ACTIONS(1410), - [anon_sym__Noreturn] = ACTIONS(1410), - [anon_sym_noreturn] = ACTIONS(1410), - [sym_primitive_type] = ACTIONS(1410), - [anon_sym_enum] = ACTIONS(1410), - [anon_sym_struct] = ACTIONS(1410), - [anon_sym_union] = ACTIONS(1410), - [anon_sym_if] = ACTIONS(1410), - [anon_sym_else] = ACTIONS(1410), - [anon_sym_switch] = ACTIONS(1410), - [anon_sym_case] = ACTIONS(1410), - [anon_sym_default] = ACTIONS(1410), - [anon_sym_while] = ACTIONS(1410), - [anon_sym_do] = ACTIONS(1410), - [anon_sym_for] = ACTIONS(1410), - [anon_sym_return] = ACTIONS(1410), - [anon_sym_break] = ACTIONS(1410), - [anon_sym_continue] = ACTIONS(1410), - [anon_sym_goto] = ACTIONS(1410), - [anon_sym_DASH_DASH] = ACTIONS(1412), - [anon_sym_PLUS_PLUS] = ACTIONS(1412), - [anon_sym_sizeof] = ACTIONS(1410), - [anon_sym___alignof__] = ACTIONS(1410), - [anon_sym___alignof] = ACTIONS(1410), - [anon_sym__alignof] = ACTIONS(1410), - [anon_sym_alignof] = ACTIONS(1410), - [anon_sym__Alignof] = ACTIONS(1410), - [anon_sym_offsetof] = ACTIONS(1410), - [anon_sym__Generic] = ACTIONS(1410), - [anon_sym_asm] = ACTIONS(1410), - [anon_sym___asm__] = ACTIONS(1410), - [sym_number_literal] = ACTIONS(1412), - [anon_sym_L_SQUOTE] = ACTIONS(1412), - [anon_sym_u_SQUOTE] = ACTIONS(1412), - [anon_sym_U_SQUOTE] = ACTIONS(1412), - [anon_sym_u8_SQUOTE] = ACTIONS(1412), - [anon_sym_SQUOTE] = ACTIONS(1412), - [anon_sym_L_DQUOTE] = ACTIONS(1412), - [anon_sym_u_DQUOTE] = ACTIONS(1412), - [anon_sym_U_DQUOTE] = ACTIONS(1412), - [anon_sym_u8_DQUOTE] = ACTIONS(1412), - [anon_sym_DQUOTE] = ACTIONS(1412), - [sym_true] = ACTIONS(1410), - [sym_false] = ACTIONS(1410), - [anon_sym_NULL] = ACTIONS(1410), - [anon_sym_nullptr] = ACTIONS(1410), + [259] = { + [sym_identifier] = ACTIONS(1450), + [aux_sym_preproc_include_token1] = ACTIONS(1450), + [aux_sym_preproc_def_token1] = ACTIONS(1450), + [aux_sym_preproc_if_token1] = ACTIONS(1450), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1450), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1450), + [sym_preproc_directive] = ACTIONS(1450), + [anon_sym_LPAREN2] = ACTIONS(1452), + [anon_sym_BANG] = ACTIONS(1452), + [anon_sym_TILDE] = ACTIONS(1452), + [anon_sym_DASH] = ACTIONS(1450), + [anon_sym_PLUS] = ACTIONS(1450), + [anon_sym_STAR] = ACTIONS(1452), + [anon_sym_AMP] = ACTIONS(1452), + [anon_sym_subroutine] = ACTIONS(1450), + [anon_sym_invariant] = ACTIONS(1450), + [anon_sym_precise] = ACTIONS(1450), + [anon_sym_SEMI] = ACTIONS(1452), + [anon_sym_in] = ACTIONS(1450), + [anon_sym_out] = ACTIONS(1450), + [anon_sym_inout] = ACTIONS(1450), + [anon_sym_uniform] = ACTIONS(1450), + [anon_sym_shared] = ACTIONS(1450), + [anon_sym_attribute] = ACTIONS(1450), + [anon_sym_varying] = ACTIONS(1450), + [anon_sym_buffer] = ACTIONS(1450), + [anon_sym_coherent] = ACTIONS(1450), + [anon_sym_readonly] = ACTIONS(1450), + [anon_sym_writeonly] = ACTIONS(1450), + [anon_sym_precision] = ACTIONS(1450), + [anon_sym_highp] = ACTIONS(1450), + [anon_sym_mediump] = ACTIONS(1450), + [anon_sym_lowp] = ACTIONS(1450), + [anon_sym_centroid] = ACTIONS(1450), + [anon_sym_sample] = ACTIONS(1450), + [anon_sym_patch] = ACTIONS(1450), + [anon_sym_smooth] = ACTIONS(1450), + [anon_sym_flat] = ACTIONS(1450), + [anon_sym_noperspective] = ACTIONS(1450), + [anon_sym___extension__] = ACTIONS(1450), + [anon_sym_typedef] = ACTIONS(1450), + [anon_sym_extern] = ACTIONS(1450), + [anon_sym___attribute__] = ACTIONS(1450), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1452), + [anon_sym___declspec] = ACTIONS(1450), + [anon_sym___cdecl] = ACTIONS(1450), + [anon_sym___clrcall] = ACTIONS(1450), + [anon_sym___stdcall] = ACTIONS(1450), + [anon_sym___fastcall] = ACTIONS(1450), + [anon_sym___thiscall] = ACTIONS(1450), + [anon_sym___vectorcall] = ACTIONS(1450), + [anon_sym_LBRACE] = ACTIONS(1452), + [anon_sym_RBRACE] = ACTIONS(1452), + [anon_sym_signed] = ACTIONS(1450), + [anon_sym_unsigned] = ACTIONS(1450), + [anon_sym_long] = ACTIONS(1450), + [anon_sym_short] = ACTIONS(1450), + [anon_sym_static] = ACTIONS(1450), + [anon_sym_auto] = ACTIONS(1450), + [anon_sym_register] = ACTIONS(1450), + [anon_sym_inline] = ACTIONS(1450), + [anon_sym___inline] = ACTIONS(1450), + [anon_sym___inline__] = ACTIONS(1450), + [anon_sym___forceinline] = ACTIONS(1450), + [anon_sym_thread_local] = ACTIONS(1450), + [anon_sym___thread] = ACTIONS(1450), + [anon_sym_const] = ACTIONS(1450), + [anon_sym_constexpr] = ACTIONS(1450), + [anon_sym_volatile] = ACTIONS(1450), + [anon_sym_restrict] = ACTIONS(1450), + [anon_sym___restrict__] = ACTIONS(1450), + [anon_sym__Atomic] = ACTIONS(1450), + [anon_sym__Noreturn] = ACTIONS(1450), + [anon_sym_noreturn] = ACTIONS(1450), + [sym_primitive_type] = ACTIONS(1450), + [anon_sym_enum] = ACTIONS(1450), + [anon_sym_struct] = ACTIONS(1450), + [anon_sym_union] = ACTIONS(1450), + [anon_sym_if] = ACTIONS(1450), + [anon_sym_else] = ACTIONS(1450), + [anon_sym_switch] = ACTIONS(1450), + [anon_sym_case] = ACTIONS(1450), + [anon_sym_default] = ACTIONS(1450), + [anon_sym_while] = ACTIONS(1450), + [anon_sym_do] = ACTIONS(1450), + [anon_sym_for] = ACTIONS(1450), + [anon_sym_return] = ACTIONS(1450), + [anon_sym_break] = ACTIONS(1450), + [anon_sym_continue] = ACTIONS(1450), + [anon_sym_goto] = ACTIONS(1450), + [anon_sym_DASH_DASH] = ACTIONS(1452), + [anon_sym_PLUS_PLUS] = ACTIONS(1452), + [anon_sym_sizeof] = ACTIONS(1450), + [anon_sym___alignof__] = ACTIONS(1450), + [anon_sym___alignof] = ACTIONS(1450), + [anon_sym__alignof] = ACTIONS(1450), + [anon_sym_alignof] = ACTIONS(1450), + [anon_sym__Alignof] = ACTIONS(1450), + [anon_sym_offsetof] = ACTIONS(1450), + [anon_sym__Generic] = ACTIONS(1450), + [anon_sym_asm] = ACTIONS(1450), + [anon_sym___asm__] = ACTIONS(1450), + [sym_number_literal] = ACTIONS(1452), + [anon_sym_L_SQUOTE] = ACTIONS(1452), + [anon_sym_u_SQUOTE] = ACTIONS(1452), + [anon_sym_U_SQUOTE] = ACTIONS(1452), + [anon_sym_u8_SQUOTE] = ACTIONS(1452), + [anon_sym_SQUOTE] = ACTIONS(1452), + [anon_sym_L_DQUOTE] = ACTIONS(1452), + [anon_sym_u_DQUOTE] = ACTIONS(1452), + [anon_sym_U_DQUOTE] = ACTIONS(1452), + [anon_sym_u8_DQUOTE] = ACTIONS(1452), + [anon_sym_DQUOTE] = ACTIONS(1452), + [sym_true] = ACTIONS(1450), + [sym_false] = ACTIONS(1450), + [anon_sym_NULL] = ACTIONS(1450), + [anon_sym_nullptr] = ACTIONS(1450), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1410), - [anon_sym_rayPayloadInEXT] = ACTIONS(1410), - [anon_sym_hitAttributeEXT] = ACTIONS(1410), - [anon_sym_callableDataEXT] = ACTIONS(1410), - [anon_sym_callableDataInEXT] = ACTIONS(1410), - [anon_sym_shaderRecordEXT] = ACTIONS(1410), - [anon_sym_rayPayloadNV] = ACTIONS(1410), - [anon_sym_rayPayloadInNV] = ACTIONS(1410), - [anon_sym_hitAttributeNV] = ACTIONS(1410), - [anon_sym_callableDataNV] = ACTIONS(1410), - [anon_sym_callableDataInNV] = ACTIONS(1410), - [anon_sym_shaderRecordNV] = ACTIONS(1410), - [anon_sym_layout] = ACTIONS(1410), + [anon_sym_rayPayloadEXT] = ACTIONS(1450), + [anon_sym_rayPayloadInEXT] = ACTIONS(1450), + [anon_sym_hitAttributeEXT] = ACTIONS(1450), + [anon_sym_callableDataEXT] = ACTIONS(1450), + [anon_sym_callableDataInEXT] = ACTIONS(1450), + [anon_sym_shaderRecordEXT] = ACTIONS(1450), + [anon_sym_rayPayloadNV] = ACTIONS(1450), + [anon_sym_rayPayloadInNV] = ACTIONS(1450), + [anon_sym_hitAttributeNV] = ACTIONS(1450), + [anon_sym_callableDataNV] = ACTIONS(1450), + [anon_sym_callableDataInNV] = ACTIONS(1450), + [anon_sym_shaderRecordNV] = ACTIONS(1450), + [anon_sym_layout] = ACTIONS(1450), }, - [257] = { - [sym_identifier] = ACTIONS(1438), - [aux_sym_preproc_include_token1] = ACTIONS(1438), - [aux_sym_preproc_def_token1] = ACTIONS(1438), - [aux_sym_preproc_if_token1] = ACTIONS(1438), - [aux_sym_preproc_if_token2] = ACTIONS(1438), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1438), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1438), - [sym_preproc_directive] = ACTIONS(1438), - [anon_sym_LPAREN2] = ACTIONS(1440), - [anon_sym_BANG] = ACTIONS(1440), - [anon_sym_TILDE] = ACTIONS(1440), - [anon_sym_DASH] = ACTIONS(1438), - [anon_sym_PLUS] = ACTIONS(1438), - [anon_sym_STAR] = ACTIONS(1440), - [anon_sym_AMP] = ACTIONS(1440), - [anon_sym_subroutine] = ACTIONS(1438), - [anon_sym_invariant] = ACTIONS(1438), - [anon_sym_precise] = ACTIONS(1438), - [anon_sym_SEMI] = ACTIONS(1440), - [anon_sym_in] = ACTIONS(1438), - [anon_sym_out] = ACTIONS(1438), - [anon_sym_inout] = ACTIONS(1438), - [anon_sym_uniform] = ACTIONS(1438), - [anon_sym_shared] = ACTIONS(1438), - [anon_sym_attribute] = ACTIONS(1438), - [anon_sym_varying] = ACTIONS(1438), - [anon_sym_buffer] = ACTIONS(1438), - [anon_sym_coherent] = ACTIONS(1438), - [anon_sym_readonly] = ACTIONS(1438), - [anon_sym_writeonly] = ACTIONS(1438), - [anon_sym_precision] = ACTIONS(1438), - [anon_sym_highp] = ACTIONS(1438), - [anon_sym_mediump] = ACTIONS(1438), - [anon_sym_lowp] = ACTIONS(1438), - [anon_sym_centroid] = ACTIONS(1438), - [anon_sym_sample] = ACTIONS(1438), - [anon_sym_patch] = ACTIONS(1438), - [anon_sym_smooth] = ACTIONS(1438), - [anon_sym_flat] = ACTIONS(1438), - [anon_sym_noperspective] = ACTIONS(1438), - [anon_sym___extension__] = ACTIONS(1438), - [anon_sym_typedef] = ACTIONS(1438), - [anon_sym_extern] = ACTIONS(1438), - [anon_sym___attribute__] = ACTIONS(1438), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1440), - [anon_sym___declspec] = ACTIONS(1438), - [anon_sym___cdecl] = ACTIONS(1438), - [anon_sym___clrcall] = ACTIONS(1438), - [anon_sym___stdcall] = ACTIONS(1438), - [anon_sym___fastcall] = ACTIONS(1438), - [anon_sym___thiscall] = ACTIONS(1438), - [anon_sym___vectorcall] = ACTIONS(1438), - [anon_sym_LBRACE] = ACTIONS(1440), - [anon_sym_signed] = ACTIONS(1438), - [anon_sym_unsigned] = ACTIONS(1438), - [anon_sym_long] = ACTIONS(1438), - [anon_sym_short] = ACTIONS(1438), - [anon_sym_static] = ACTIONS(1438), - [anon_sym_auto] = ACTIONS(1438), - [anon_sym_register] = ACTIONS(1438), - [anon_sym_inline] = ACTIONS(1438), - [anon_sym___inline] = ACTIONS(1438), - [anon_sym___inline__] = ACTIONS(1438), - [anon_sym___forceinline] = ACTIONS(1438), - [anon_sym_thread_local] = ACTIONS(1438), - [anon_sym___thread] = ACTIONS(1438), - [anon_sym_const] = ACTIONS(1438), - [anon_sym_constexpr] = ACTIONS(1438), - [anon_sym_volatile] = ACTIONS(1438), - [anon_sym_restrict] = ACTIONS(1438), - [anon_sym___restrict__] = ACTIONS(1438), - [anon_sym__Atomic] = ACTIONS(1438), - [anon_sym__Noreturn] = ACTIONS(1438), - [anon_sym_noreturn] = ACTIONS(1438), - [sym_primitive_type] = ACTIONS(1438), - [anon_sym_enum] = ACTIONS(1438), - [anon_sym_struct] = ACTIONS(1438), - [anon_sym_union] = ACTIONS(1438), - [anon_sym_if] = ACTIONS(1438), - [anon_sym_else] = ACTIONS(1438), - [anon_sym_switch] = ACTIONS(1438), - [anon_sym_case] = ACTIONS(1438), - [anon_sym_default] = ACTIONS(1438), - [anon_sym_while] = ACTIONS(1438), - [anon_sym_do] = ACTIONS(1438), - [anon_sym_for] = ACTIONS(1438), - [anon_sym_return] = ACTIONS(1438), - [anon_sym_break] = ACTIONS(1438), - [anon_sym_continue] = ACTIONS(1438), - [anon_sym_goto] = ACTIONS(1438), - [anon_sym_DASH_DASH] = ACTIONS(1440), - [anon_sym_PLUS_PLUS] = ACTIONS(1440), - [anon_sym_sizeof] = ACTIONS(1438), - [anon_sym___alignof__] = ACTIONS(1438), - [anon_sym___alignof] = ACTIONS(1438), - [anon_sym__alignof] = ACTIONS(1438), - [anon_sym_alignof] = ACTIONS(1438), - [anon_sym__Alignof] = ACTIONS(1438), - [anon_sym_offsetof] = ACTIONS(1438), - [anon_sym__Generic] = ACTIONS(1438), - [anon_sym_asm] = ACTIONS(1438), - [anon_sym___asm__] = ACTIONS(1438), - [sym_number_literal] = ACTIONS(1440), - [anon_sym_L_SQUOTE] = ACTIONS(1440), - [anon_sym_u_SQUOTE] = ACTIONS(1440), - [anon_sym_U_SQUOTE] = ACTIONS(1440), - [anon_sym_u8_SQUOTE] = ACTIONS(1440), - [anon_sym_SQUOTE] = ACTIONS(1440), - [anon_sym_L_DQUOTE] = ACTIONS(1440), - [anon_sym_u_DQUOTE] = ACTIONS(1440), - [anon_sym_U_DQUOTE] = ACTIONS(1440), - [anon_sym_u8_DQUOTE] = ACTIONS(1440), - [anon_sym_DQUOTE] = ACTIONS(1440), - [sym_true] = ACTIONS(1438), - [sym_false] = ACTIONS(1438), - [anon_sym_NULL] = ACTIONS(1438), - [anon_sym_nullptr] = ACTIONS(1438), + [260] = { + [sym_identifier] = ACTIONS(1418), + [aux_sym_preproc_include_token1] = ACTIONS(1418), + [aux_sym_preproc_def_token1] = ACTIONS(1418), + [aux_sym_preproc_if_token1] = ACTIONS(1418), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1418), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1418), + [sym_preproc_directive] = ACTIONS(1418), + [anon_sym_LPAREN2] = ACTIONS(1420), + [anon_sym_BANG] = ACTIONS(1420), + [anon_sym_TILDE] = ACTIONS(1420), + [anon_sym_DASH] = ACTIONS(1418), + [anon_sym_PLUS] = ACTIONS(1418), + [anon_sym_STAR] = ACTIONS(1420), + [anon_sym_AMP] = ACTIONS(1420), + [anon_sym_subroutine] = ACTIONS(1418), + [anon_sym_invariant] = ACTIONS(1418), + [anon_sym_precise] = ACTIONS(1418), + [anon_sym_SEMI] = ACTIONS(1420), + [anon_sym_in] = ACTIONS(1418), + [anon_sym_out] = ACTIONS(1418), + [anon_sym_inout] = ACTIONS(1418), + [anon_sym_uniform] = ACTIONS(1418), + [anon_sym_shared] = ACTIONS(1418), + [anon_sym_attribute] = ACTIONS(1418), + [anon_sym_varying] = ACTIONS(1418), + [anon_sym_buffer] = ACTIONS(1418), + [anon_sym_coherent] = ACTIONS(1418), + [anon_sym_readonly] = ACTIONS(1418), + [anon_sym_writeonly] = ACTIONS(1418), + [anon_sym_precision] = ACTIONS(1418), + [anon_sym_highp] = ACTIONS(1418), + [anon_sym_mediump] = ACTIONS(1418), + [anon_sym_lowp] = ACTIONS(1418), + [anon_sym_centroid] = ACTIONS(1418), + [anon_sym_sample] = ACTIONS(1418), + [anon_sym_patch] = ACTIONS(1418), + [anon_sym_smooth] = ACTIONS(1418), + [anon_sym_flat] = ACTIONS(1418), + [anon_sym_noperspective] = ACTIONS(1418), + [anon_sym___extension__] = ACTIONS(1418), + [anon_sym_typedef] = ACTIONS(1418), + [anon_sym_extern] = ACTIONS(1418), + [anon_sym___attribute__] = ACTIONS(1418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1420), + [anon_sym___declspec] = ACTIONS(1418), + [anon_sym___cdecl] = ACTIONS(1418), + [anon_sym___clrcall] = ACTIONS(1418), + [anon_sym___stdcall] = ACTIONS(1418), + [anon_sym___fastcall] = ACTIONS(1418), + [anon_sym___thiscall] = ACTIONS(1418), + [anon_sym___vectorcall] = ACTIONS(1418), + [anon_sym_LBRACE] = ACTIONS(1420), + [anon_sym_RBRACE] = ACTIONS(1420), + [anon_sym_signed] = ACTIONS(1418), + [anon_sym_unsigned] = ACTIONS(1418), + [anon_sym_long] = ACTIONS(1418), + [anon_sym_short] = ACTIONS(1418), + [anon_sym_static] = ACTIONS(1418), + [anon_sym_auto] = ACTIONS(1418), + [anon_sym_register] = ACTIONS(1418), + [anon_sym_inline] = ACTIONS(1418), + [anon_sym___inline] = ACTIONS(1418), + [anon_sym___inline__] = ACTIONS(1418), + [anon_sym___forceinline] = ACTIONS(1418), + [anon_sym_thread_local] = ACTIONS(1418), + [anon_sym___thread] = ACTIONS(1418), + [anon_sym_const] = ACTIONS(1418), + [anon_sym_constexpr] = ACTIONS(1418), + [anon_sym_volatile] = ACTIONS(1418), + [anon_sym_restrict] = ACTIONS(1418), + [anon_sym___restrict__] = ACTIONS(1418), + [anon_sym__Atomic] = ACTIONS(1418), + [anon_sym__Noreturn] = ACTIONS(1418), + [anon_sym_noreturn] = ACTIONS(1418), + [sym_primitive_type] = ACTIONS(1418), + [anon_sym_enum] = ACTIONS(1418), + [anon_sym_struct] = ACTIONS(1418), + [anon_sym_union] = ACTIONS(1418), + [anon_sym_if] = ACTIONS(1418), + [anon_sym_else] = ACTIONS(1418), + [anon_sym_switch] = ACTIONS(1418), + [anon_sym_case] = ACTIONS(1418), + [anon_sym_default] = ACTIONS(1418), + [anon_sym_while] = ACTIONS(1418), + [anon_sym_do] = ACTIONS(1418), + [anon_sym_for] = ACTIONS(1418), + [anon_sym_return] = ACTIONS(1418), + [anon_sym_break] = ACTIONS(1418), + [anon_sym_continue] = ACTIONS(1418), + [anon_sym_goto] = ACTIONS(1418), + [anon_sym_DASH_DASH] = ACTIONS(1420), + [anon_sym_PLUS_PLUS] = ACTIONS(1420), + [anon_sym_sizeof] = ACTIONS(1418), + [anon_sym___alignof__] = ACTIONS(1418), + [anon_sym___alignof] = ACTIONS(1418), + [anon_sym__alignof] = ACTIONS(1418), + [anon_sym_alignof] = ACTIONS(1418), + [anon_sym__Alignof] = ACTIONS(1418), + [anon_sym_offsetof] = ACTIONS(1418), + [anon_sym__Generic] = ACTIONS(1418), + [anon_sym_asm] = ACTIONS(1418), + [anon_sym___asm__] = ACTIONS(1418), + [sym_number_literal] = ACTIONS(1420), + [anon_sym_L_SQUOTE] = ACTIONS(1420), + [anon_sym_u_SQUOTE] = ACTIONS(1420), + [anon_sym_U_SQUOTE] = ACTIONS(1420), + [anon_sym_u8_SQUOTE] = ACTIONS(1420), + [anon_sym_SQUOTE] = ACTIONS(1420), + [anon_sym_L_DQUOTE] = ACTIONS(1420), + [anon_sym_u_DQUOTE] = ACTIONS(1420), + [anon_sym_U_DQUOTE] = ACTIONS(1420), + [anon_sym_u8_DQUOTE] = ACTIONS(1420), + [anon_sym_DQUOTE] = ACTIONS(1420), + [sym_true] = ACTIONS(1418), + [sym_false] = ACTIONS(1418), + [anon_sym_NULL] = ACTIONS(1418), + [anon_sym_nullptr] = ACTIONS(1418), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1438), - [anon_sym_rayPayloadInEXT] = ACTIONS(1438), - [anon_sym_hitAttributeEXT] = ACTIONS(1438), - [anon_sym_callableDataEXT] = ACTIONS(1438), - [anon_sym_callableDataInEXT] = ACTIONS(1438), - [anon_sym_shaderRecordEXT] = ACTIONS(1438), - [anon_sym_rayPayloadNV] = ACTIONS(1438), - [anon_sym_rayPayloadInNV] = ACTIONS(1438), - [anon_sym_hitAttributeNV] = ACTIONS(1438), - [anon_sym_callableDataNV] = ACTIONS(1438), - [anon_sym_callableDataInNV] = ACTIONS(1438), - [anon_sym_shaderRecordNV] = ACTIONS(1438), - [anon_sym_layout] = ACTIONS(1438), + [anon_sym_rayPayloadEXT] = ACTIONS(1418), + [anon_sym_rayPayloadInEXT] = ACTIONS(1418), + [anon_sym_hitAttributeEXT] = ACTIONS(1418), + [anon_sym_callableDataEXT] = ACTIONS(1418), + [anon_sym_callableDataInEXT] = ACTIONS(1418), + [anon_sym_shaderRecordEXT] = ACTIONS(1418), + [anon_sym_rayPayloadNV] = ACTIONS(1418), + [anon_sym_rayPayloadInNV] = ACTIONS(1418), + [anon_sym_hitAttributeNV] = ACTIONS(1418), + [anon_sym_callableDataNV] = ACTIONS(1418), + [anon_sym_callableDataInNV] = ACTIONS(1418), + [anon_sym_shaderRecordNV] = ACTIONS(1418), + [anon_sym_layout] = ACTIONS(1418), }, - [258] = { - [sym_identifier] = ACTIONS(1406), - [aux_sym_preproc_include_token1] = ACTIONS(1406), - [aux_sym_preproc_def_token1] = ACTIONS(1406), - [aux_sym_preproc_if_token1] = ACTIONS(1406), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1406), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1406), - [sym_preproc_directive] = ACTIONS(1406), - [anon_sym_LPAREN2] = ACTIONS(1408), - [anon_sym_BANG] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1408), - [anon_sym_DASH] = ACTIONS(1406), - [anon_sym_PLUS] = ACTIONS(1406), - [anon_sym_STAR] = ACTIONS(1408), - [anon_sym_AMP] = ACTIONS(1408), - [anon_sym_subroutine] = ACTIONS(1406), - [anon_sym_invariant] = ACTIONS(1406), - [anon_sym_precise] = ACTIONS(1406), - [anon_sym_SEMI] = ACTIONS(1408), - [anon_sym_in] = ACTIONS(1406), - [anon_sym_out] = ACTIONS(1406), - [anon_sym_inout] = ACTIONS(1406), - [anon_sym_uniform] = ACTIONS(1406), - [anon_sym_shared] = ACTIONS(1406), - [anon_sym_attribute] = ACTIONS(1406), - [anon_sym_varying] = ACTIONS(1406), - [anon_sym_buffer] = ACTIONS(1406), - [anon_sym_coherent] = ACTIONS(1406), - [anon_sym_readonly] = ACTIONS(1406), - [anon_sym_writeonly] = ACTIONS(1406), - [anon_sym_precision] = ACTIONS(1406), - [anon_sym_highp] = ACTIONS(1406), - [anon_sym_mediump] = ACTIONS(1406), - [anon_sym_lowp] = ACTIONS(1406), - [anon_sym_centroid] = ACTIONS(1406), - [anon_sym_sample] = ACTIONS(1406), - [anon_sym_patch] = ACTIONS(1406), - [anon_sym_smooth] = ACTIONS(1406), - [anon_sym_flat] = ACTIONS(1406), - [anon_sym_noperspective] = ACTIONS(1406), - [anon_sym___extension__] = ACTIONS(1406), - [anon_sym_typedef] = ACTIONS(1406), - [anon_sym_extern] = ACTIONS(1406), - [anon_sym___attribute__] = ACTIONS(1406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1408), - [anon_sym___declspec] = ACTIONS(1406), - [anon_sym___cdecl] = ACTIONS(1406), - [anon_sym___clrcall] = ACTIONS(1406), - [anon_sym___stdcall] = ACTIONS(1406), - [anon_sym___fastcall] = ACTIONS(1406), - [anon_sym___thiscall] = ACTIONS(1406), - [anon_sym___vectorcall] = ACTIONS(1406), - [anon_sym_LBRACE] = ACTIONS(1408), - [anon_sym_RBRACE] = ACTIONS(1408), - [anon_sym_signed] = ACTIONS(1406), - [anon_sym_unsigned] = ACTIONS(1406), - [anon_sym_long] = ACTIONS(1406), - [anon_sym_short] = ACTIONS(1406), - [anon_sym_static] = ACTIONS(1406), - [anon_sym_auto] = ACTIONS(1406), - [anon_sym_register] = ACTIONS(1406), - [anon_sym_inline] = ACTIONS(1406), - [anon_sym___inline] = ACTIONS(1406), - [anon_sym___inline__] = ACTIONS(1406), - [anon_sym___forceinline] = ACTIONS(1406), - [anon_sym_thread_local] = ACTIONS(1406), - [anon_sym___thread] = ACTIONS(1406), - [anon_sym_const] = ACTIONS(1406), - [anon_sym_constexpr] = ACTIONS(1406), - [anon_sym_volatile] = ACTIONS(1406), - [anon_sym_restrict] = ACTIONS(1406), - [anon_sym___restrict__] = ACTIONS(1406), - [anon_sym__Atomic] = ACTIONS(1406), - [anon_sym__Noreturn] = ACTIONS(1406), - [anon_sym_noreturn] = ACTIONS(1406), - [sym_primitive_type] = ACTIONS(1406), - [anon_sym_enum] = ACTIONS(1406), - [anon_sym_struct] = ACTIONS(1406), - [anon_sym_union] = ACTIONS(1406), - [anon_sym_if] = ACTIONS(1406), - [anon_sym_else] = ACTIONS(1406), - [anon_sym_switch] = ACTIONS(1406), - [anon_sym_case] = ACTIONS(1406), - [anon_sym_default] = ACTIONS(1406), - [anon_sym_while] = ACTIONS(1406), - [anon_sym_do] = ACTIONS(1406), - [anon_sym_for] = ACTIONS(1406), - [anon_sym_return] = ACTIONS(1406), - [anon_sym_break] = ACTIONS(1406), - [anon_sym_continue] = ACTIONS(1406), - [anon_sym_goto] = ACTIONS(1406), - [anon_sym_DASH_DASH] = ACTIONS(1408), - [anon_sym_PLUS_PLUS] = ACTIONS(1408), - [anon_sym_sizeof] = ACTIONS(1406), - [anon_sym___alignof__] = ACTIONS(1406), - [anon_sym___alignof] = ACTIONS(1406), - [anon_sym__alignof] = ACTIONS(1406), - [anon_sym_alignof] = ACTIONS(1406), - [anon_sym__Alignof] = ACTIONS(1406), - [anon_sym_offsetof] = ACTIONS(1406), - [anon_sym__Generic] = ACTIONS(1406), - [anon_sym_asm] = ACTIONS(1406), - [anon_sym___asm__] = ACTIONS(1406), - [sym_number_literal] = ACTIONS(1408), - [anon_sym_L_SQUOTE] = ACTIONS(1408), - [anon_sym_u_SQUOTE] = ACTIONS(1408), - [anon_sym_U_SQUOTE] = ACTIONS(1408), - [anon_sym_u8_SQUOTE] = ACTIONS(1408), - [anon_sym_SQUOTE] = ACTIONS(1408), - [anon_sym_L_DQUOTE] = ACTIONS(1408), - [anon_sym_u_DQUOTE] = ACTIONS(1408), - [anon_sym_U_DQUOTE] = ACTIONS(1408), - [anon_sym_u8_DQUOTE] = ACTIONS(1408), - [anon_sym_DQUOTE] = ACTIONS(1408), - [sym_true] = ACTIONS(1406), - [sym_false] = ACTIONS(1406), - [anon_sym_NULL] = ACTIONS(1406), - [anon_sym_nullptr] = ACTIONS(1406), + [261] = { + [sym_identifier] = ACTIONS(1450), + [aux_sym_preproc_include_token1] = ACTIONS(1450), + [aux_sym_preproc_def_token1] = ACTIONS(1450), + [aux_sym_preproc_if_token1] = ACTIONS(1450), + [aux_sym_preproc_if_token2] = ACTIONS(1450), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1450), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1450), + [sym_preproc_directive] = ACTIONS(1450), + [anon_sym_LPAREN2] = ACTIONS(1452), + [anon_sym_BANG] = ACTIONS(1452), + [anon_sym_TILDE] = ACTIONS(1452), + [anon_sym_DASH] = ACTIONS(1450), + [anon_sym_PLUS] = ACTIONS(1450), + [anon_sym_STAR] = ACTIONS(1452), + [anon_sym_AMP] = ACTIONS(1452), + [anon_sym_subroutine] = ACTIONS(1450), + [anon_sym_invariant] = ACTIONS(1450), + [anon_sym_precise] = ACTIONS(1450), + [anon_sym_SEMI] = ACTIONS(1452), + [anon_sym_in] = ACTIONS(1450), + [anon_sym_out] = ACTIONS(1450), + [anon_sym_inout] = ACTIONS(1450), + [anon_sym_uniform] = ACTIONS(1450), + [anon_sym_shared] = ACTIONS(1450), + [anon_sym_attribute] = ACTIONS(1450), + [anon_sym_varying] = ACTIONS(1450), + [anon_sym_buffer] = ACTIONS(1450), + [anon_sym_coherent] = ACTIONS(1450), + [anon_sym_readonly] = ACTIONS(1450), + [anon_sym_writeonly] = ACTIONS(1450), + [anon_sym_precision] = ACTIONS(1450), + [anon_sym_highp] = ACTIONS(1450), + [anon_sym_mediump] = ACTIONS(1450), + [anon_sym_lowp] = ACTIONS(1450), + [anon_sym_centroid] = ACTIONS(1450), + [anon_sym_sample] = ACTIONS(1450), + [anon_sym_patch] = ACTIONS(1450), + [anon_sym_smooth] = ACTIONS(1450), + [anon_sym_flat] = ACTIONS(1450), + [anon_sym_noperspective] = ACTIONS(1450), + [anon_sym___extension__] = ACTIONS(1450), + [anon_sym_typedef] = ACTIONS(1450), + [anon_sym_extern] = ACTIONS(1450), + [anon_sym___attribute__] = ACTIONS(1450), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1452), + [anon_sym___declspec] = ACTIONS(1450), + [anon_sym___cdecl] = ACTIONS(1450), + [anon_sym___clrcall] = ACTIONS(1450), + [anon_sym___stdcall] = ACTIONS(1450), + [anon_sym___fastcall] = ACTIONS(1450), + [anon_sym___thiscall] = ACTIONS(1450), + [anon_sym___vectorcall] = ACTIONS(1450), + [anon_sym_LBRACE] = ACTIONS(1452), + [anon_sym_signed] = ACTIONS(1450), + [anon_sym_unsigned] = ACTIONS(1450), + [anon_sym_long] = ACTIONS(1450), + [anon_sym_short] = ACTIONS(1450), + [anon_sym_static] = ACTIONS(1450), + [anon_sym_auto] = ACTIONS(1450), + [anon_sym_register] = ACTIONS(1450), + [anon_sym_inline] = ACTIONS(1450), + [anon_sym___inline] = ACTIONS(1450), + [anon_sym___inline__] = ACTIONS(1450), + [anon_sym___forceinline] = ACTIONS(1450), + [anon_sym_thread_local] = ACTIONS(1450), + [anon_sym___thread] = ACTIONS(1450), + [anon_sym_const] = ACTIONS(1450), + [anon_sym_constexpr] = ACTIONS(1450), + [anon_sym_volatile] = ACTIONS(1450), + [anon_sym_restrict] = ACTIONS(1450), + [anon_sym___restrict__] = ACTIONS(1450), + [anon_sym__Atomic] = ACTIONS(1450), + [anon_sym__Noreturn] = ACTIONS(1450), + [anon_sym_noreturn] = ACTIONS(1450), + [sym_primitive_type] = ACTIONS(1450), + [anon_sym_enum] = ACTIONS(1450), + [anon_sym_struct] = ACTIONS(1450), + [anon_sym_union] = ACTIONS(1450), + [anon_sym_if] = ACTIONS(1450), + [anon_sym_else] = ACTIONS(1450), + [anon_sym_switch] = ACTIONS(1450), + [anon_sym_case] = ACTIONS(1450), + [anon_sym_default] = ACTIONS(1450), + [anon_sym_while] = ACTIONS(1450), + [anon_sym_do] = ACTIONS(1450), + [anon_sym_for] = ACTIONS(1450), + [anon_sym_return] = ACTIONS(1450), + [anon_sym_break] = ACTIONS(1450), + [anon_sym_continue] = ACTIONS(1450), + [anon_sym_goto] = ACTIONS(1450), + [anon_sym_DASH_DASH] = ACTIONS(1452), + [anon_sym_PLUS_PLUS] = ACTIONS(1452), + [anon_sym_sizeof] = ACTIONS(1450), + [anon_sym___alignof__] = ACTIONS(1450), + [anon_sym___alignof] = ACTIONS(1450), + [anon_sym__alignof] = ACTIONS(1450), + [anon_sym_alignof] = ACTIONS(1450), + [anon_sym__Alignof] = ACTIONS(1450), + [anon_sym_offsetof] = ACTIONS(1450), + [anon_sym__Generic] = ACTIONS(1450), + [anon_sym_asm] = ACTIONS(1450), + [anon_sym___asm__] = ACTIONS(1450), + [sym_number_literal] = ACTIONS(1452), + [anon_sym_L_SQUOTE] = ACTIONS(1452), + [anon_sym_u_SQUOTE] = ACTIONS(1452), + [anon_sym_U_SQUOTE] = ACTIONS(1452), + [anon_sym_u8_SQUOTE] = ACTIONS(1452), + [anon_sym_SQUOTE] = ACTIONS(1452), + [anon_sym_L_DQUOTE] = ACTIONS(1452), + [anon_sym_u_DQUOTE] = ACTIONS(1452), + [anon_sym_U_DQUOTE] = ACTIONS(1452), + [anon_sym_u8_DQUOTE] = ACTIONS(1452), + [anon_sym_DQUOTE] = ACTIONS(1452), + [sym_true] = ACTIONS(1450), + [sym_false] = ACTIONS(1450), + [anon_sym_NULL] = ACTIONS(1450), + [anon_sym_nullptr] = ACTIONS(1450), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1406), - [anon_sym_rayPayloadInEXT] = ACTIONS(1406), - [anon_sym_hitAttributeEXT] = ACTIONS(1406), - [anon_sym_callableDataEXT] = ACTIONS(1406), - [anon_sym_callableDataInEXT] = ACTIONS(1406), - [anon_sym_shaderRecordEXT] = ACTIONS(1406), - [anon_sym_rayPayloadNV] = ACTIONS(1406), - [anon_sym_rayPayloadInNV] = ACTIONS(1406), - [anon_sym_hitAttributeNV] = ACTIONS(1406), - [anon_sym_callableDataNV] = ACTIONS(1406), - [anon_sym_callableDataInNV] = ACTIONS(1406), - [anon_sym_shaderRecordNV] = ACTIONS(1406), - [anon_sym_layout] = ACTIONS(1406), + [anon_sym_rayPayloadEXT] = ACTIONS(1450), + [anon_sym_rayPayloadInEXT] = ACTIONS(1450), + [anon_sym_hitAttributeEXT] = ACTIONS(1450), + [anon_sym_callableDataEXT] = ACTIONS(1450), + [anon_sym_callableDataInEXT] = ACTIONS(1450), + [anon_sym_shaderRecordEXT] = ACTIONS(1450), + [anon_sym_rayPayloadNV] = ACTIONS(1450), + [anon_sym_rayPayloadInNV] = ACTIONS(1450), + [anon_sym_hitAttributeNV] = ACTIONS(1450), + [anon_sym_callableDataNV] = ACTIONS(1450), + [anon_sym_callableDataInNV] = ACTIONS(1450), + [anon_sym_shaderRecordNV] = ACTIONS(1450), + [anon_sym_layout] = ACTIONS(1450), }, - [259] = { - [sym_identifier] = ACTIONS(1402), - [aux_sym_preproc_include_token1] = ACTIONS(1402), - [aux_sym_preproc_def_token1] = ACTIONS(1402), - [aux_sym_preproc_if_token1] = ACTIONS(1402), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1402), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1402), - [sym_preproc_directive] = ACTIONS(1402), - [anon_sym_LPAREN2] = ACTIONS(1404), - [anon_sym_BANG] = ACTIONS(1404), - [anon_sym_TILDE] = ACTIONS(1404), - [anon_sym_DASH] = ACTIONS(1402), - [anon_sym_PLUS] = ACTIONS(1402), - [anon_sym_STAR] = ACTIONS(1404), - [anon_sym_AMP] = ACTIONS(1404), - [anon_sym_subroutine] = ACTIONS(1402), - [anon_sym_invariant] = ACTIONS(1402), - [anon_sym_precise] = ACTIONS(1402), - [anon_sym_SEMI] = ACTIONS(1404), - [anon_sym_in] = ACTIONS(1402), - [anon_sym_out] = ACTIONS(1402), - [anon_sym_inout] = ACTIONS(1402), - [anon_sym_uniform] = ACTIONS(1402), - [anon_sym_shared] = ACTIONS(1402), - [anon_sym_attribute] = ACTIONS(1402), - [anon_sym_varying] = ACTIONS(1402), - [anon_sym_buffer] = ACTIONS(1402), - [anon_sym_coherent] = ACTIONS(1402), - [anon_sym_readonly] = ACTIONS(1402), - [anon_sym_writeonly] = ACTIONS(1402), - [anon_sym_precision] = ACTIONS(1402), - [anon_sym_highp] = ACTIONS(1402), - [anon_sym_mediump] = ACTIONS(1402), - [anon_sym_lowp] = ACTIONS(1402), - [anon_sym_centroid] = ACTIONS(1402), - [anon_sym_sample] = ACTIONS(1402), - [anon_sym_patch] = ACTIONS(1402), - [anon_sym_smooth] = ACTIONS(1402), - [anon_sym_flat] = ACTIONS(1402), - [anon_sym_noperspective] = ACTIONS(1402), - [anon_sym___extension__] = ACTIONS(1402), - [anon_sym_typedef] = ACTIONS(1402), - [anon_sym_extern] = ACTIONS(1402), - [anon_sym___attribute__] = ACTIONS(1402), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1404), - [anon_sym___declspec] = ACTIONS(1402), - [anon_sym___cdecl] = ACTIONS(1402), - [anon_sym___clrcall] = ACTIONS(1402), - [anon_sym___stdcall] = ACTIONS(1402), - [anon_sym___fastcall] = ACTIONS(1402), - [anon_sym___thiscall] = ACTIONS(1402), - [anon_sym___vectorcall] = ACTIONS(1402), - [anon_sym_LBRACE] = ACTIONS(1404), - [anon_sym_RBRACE] = ACTIONS(1404), - [anon_sym_signed] = ACTIONS(1402), - [anon_sym_unsigned] = ACTIONS(1402), - [anon_sym_long] = ACTIONS(1402), - [anon_sym_short] = ACTIONS(1402), - [anon_sym_static] = ACTIONS(1402), - [anon_sym_auto] = ACTIONS(1402), - [anon_sym_register] = ACTIONS(1402), - [anon_sym_inline] = ACTIONS(1402), - [anon_sym___inline] = ACTIONS(1402), - [anon_sym___inline__] = ACTIONS(1402), - [anon_sym___forceinline] = ACTIONS(1402), - [anon_sym_thread_local] = ACTIONS(1402), - [anon_sym___thread] = ACTIONS(1402), - [anon_sym_const] = ACTIONS(1402), - [anon_sym_constexpr] = ACTIONS(1402), - [anon_sym_volatile] = ACTIONS(1402), - [anon_sym_restrict] = ACTIONS(1402), - [anon_sym___restrict__] = ACTIONS(1402), - [anon_sym__Atomic] = ACTIONS(1402), - [anon_sym__Noreturn] = ACTIONS(1402), - [anon_sym_noreturn] = ACTIONS(1402), - [sym_primitive_type] = ACTIONS(1402), - [anon_sym_enum] = ACTIONS(1402), - [anon_sym_struct] = ACTIONS(1402), - [anon_sym_union] = ACTIONS(1402), - [anon_sym_if] = ACTIONS(1402), - [anon_sym_else] = ACTIONS(1402), - [anon_sym_switch] = ACTIONS(1402), - [anon_sym_case] = ACTIONS(1402), - [anon_sym_default] = ACTIONS(1402), - [anon_sym_while] = ACTIONS(1402), - [anon_sym_do] = ACTIONS(1402), - [anon_sym_for] = ACTIONS(1402), - [anon_sym_return] = ACTIONS(1402), - [anon_sym_break] = ACTIONS(1402), - [anon_sym_continue] = ACTIONS(1402), - [anon_sym_goto] = ACTIONS(1402), - [anon_sym_DASH_DASH] = ACTIONS(1404), - [anon_sym_PLUS_PLUS] = ACTIONS(1404), - [anon_sym_sizeof] = ACTIONS(1402), - [anon_sym___alignof__] = ACTIONS(1402), - [anon_sym___alignof] = ACTIONS(1402), - [anon_sym__alignof] = ACTIONS(1402), - [anon_sym_alignof] = ACTIONS(1402), - [anon_sym__Alignof] = ACTIONS(1402), - [anon_sym_offsetof] = ACTIONS(1402), - [anon_sym__Generic] = ACTIONS(1402), - [anon_sym_asm] = ACTIONS(1402), - [anon_sym___asm__] = ACTIONS(1402), - [sym_number_literal] = ACTIONS(1404), - [anon_sym_L_SQUOTE] = ACTIONS(1404), - [anon_sym_u_SQUOTE] = ACTIONS(1404), - [anon_sym_U_SQUOTE] = ACTIONS(1404), - [anon_sym_u8_SQUOTE] = ACTIONS(1404), - [anon_sym_SQUOTE] = ACTIONS(1404), - [anon_sym_L_DQUOTE] = ACTIONS(1404), - [anon_sym_u_DQUOTE] = ACTIONS(1404), - [anon_sym_U_DQUOTE] = ACTIONS(1404), - [anon_sym_u8_DQUOTE] = ACTIONS(1404), - [anon_sym_DQUOTE] = ACTIONS(1404), - [sym_true] = ACTIONS(1402), - [sym_false] = ACTIONS(1402), - [anon_sym_NULL] = ACTIONS(1402), - [anon_sym_nullptr] = ACTIONS(1402), + [262] = { + [sym_identifier] = ACTIONS(1446), + [aux_sym_preproc_include_token1] = ACTIONS(1446), + [aux_sym_preproc_def_token1] = ACTIONS(1446), + [aux_sym_preproc_if_token1] = ACTIONS(1446), + [aux_sym_preproc_if_token2] = ACTIONS(1446), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1446), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1446), + [sym_preproc_directive] = ACTIONS(1446), + [anon_sym_LPAREN2] = ACTIONS(1448), + [anon_sym_BANG] = ACTIONS(1448), + [anon_sym_TILDE] = ACTIONS(1448), + [anon_sym_DASH] = ACTIONS(1446), + [anon_sym_PLUS] = ACTIONS(1446), + [anon_sym_STAR] = ACTIONS(1448), + [anon_sym_AMP] = ACTIONS(1448), + [anon_sym_subroutine] = ACTIONS(1446), + [anon_sym_invariant] = ACTIONS(1446), + [anon_sym_precise] = ACTIONS(1446), + [anon_sym_SEMI] = ACTIONS(1448), + [anon_sym_in] = ACTIONS(1446), + [anon_sym_out] = ACTIONS(1446), + [anon_sym_inout] = ACTIONS(1446), + [anon_sym_uniform] = ACTIONS(1446), + [anon_sym_shared] = ACTIONS(1446), + [anon_sym_attribute] = ACTIONS(1446), + [anon_sym_varying] = ACTIONS(1446), + [anon_sym_buffer] = ACTIONS(1446), + [anon_sym_coherent] = ACTIONS(1446), + [anon_sym_readonly] = ACTIONS(1446), + [anon_sym_writeonly] = ACTIONS(1446), + [anon_sym_precision] = ACTIONS(1446), + [anon_sym_highp] = ACTIONS(1446), + [anon_sym_mediump] = ACTIONS(1446), + [anon_sym_lowp] = ACTIONS(1446), + [anon_sym_centroid] = ACTIONS(1446), + [anon_sym_sample] = ACTIONS(1446), + [anon_sym_patch] = ACTIONS(1446), + [anon_sym_smooth] = ACTIONS(1446), + [anon_sym_flat] = ACTIONS(1446), + [anon_sym_noperspective] = ACTIONS(1446), + [anon_sym___extension__] = ACTIONS(1446), + [anon_sym_typedef] = ACTIONS(1446), + [anon_sym_extern] = ACTIONS(1446), + [anon_sym___attribute__] = ACTIONS(1446), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1448), + [anon_sym___declspec] = ACTIONS(1446), + [anon_sym___cdecl] = ACTIONS(1446), + [anon_sym___clrcall] = ACTIONS(1446), + [anon_sym___stdcall] = ACTIONS(1446), + [anon_sym___fastcall] = ACTIONS(1446), + [anon_sym___thiscall] = ACTIONS(1446), + [anon_sym___vectorcall] = ACTIONS(1446), + [anon_sym_LBRACE] = ACTIONS(1448), + [anon_sym_signed] = ACTIONS(1446), + [anon_sym_unsigned] = ACTIONS(1446), + [anon_sym_long] = ACTIONS(1446), + [anon_sym_short] = ACTIONS(1446), + [anon_sym_static] = ACTIONS(1446), + [anon_sym_auto] = ACTIONS(1446), + [anon_sym_register] = ACTIONS(1446), + [anon_sym_inline] = ACTIONS(1446), + [anon_sym___inline] = ACTIONS(1446), + [anon_sym___inline__] = ACTIONS(1446), + [anon_sym___forceinline] = ACTIONS(1446), + [anon_sym_thread_local] = ACTIONS(1446), + [anon_sym___thread] = ACTIONS(1446), + [anon_sym_const] = ACTIONS(1446), + [anon_sym_constexpr] = ACTIONS(1446), + [anon_sym_volatile] = ACTIONS(1446), + [anon_sym_restrict] = ACTIONS(1446), + [anon_sym___restrict__] = ACTIONS(1446), + [anon_sym__Atomic] = ACTIONS(1446), + [anon_sym__Noreturn] = ACTIONS(1446), + [anon_sym_noreturn] = ACTIONS(1446), + [sym_primitive_type] = ACTIONS(1446), + [anon_sym_enum] = ACTIONS(1446), + [anon_sym_struct] = ACTIONS(1446), + [anon_sym_union] = ACTIONS(1446), + [anon_sym_if] = ACTIONS(1446), + [anon_sym_else] = ACTIONS(1446), + [anon_sym_switch] = ACTIONS(1446), + [anon_sym_case] = ACTIONS(1446), + [anon_sym_default] = ACTIONS(1446), + [anon_sym_while] = ACTIONS(1446), + [anon_sym_do] = ACTIONS(1446), + [anon_sym_for] = ACTIONS(1446), + [anon_sym_return] = ACTIONS(1446), + [anon_sym_break] = ACTIONS(1446), + [anon_sym_continue] = ACTIONS(1446), + [anon_sym_goto] = ACTIONS(1446), + [anon_sym_DASH_DASH] = ACTIONS(1448), + [anon_sym_PLUS_PLUS] = ACTIONS(1448), + [anon_sym_sizeof] = ACTIONS(1446), + [anon_sym___alignof__] = ACTIONS(1446), + [anon_sym___alignof] = ACTIONS(1446), + [anon_sym__alignof] = ACTIONS(1446), + [anon_sym_alignof] = ACTIONS(1446), + [anon_sym__Alignof] = ACTIONS(1446), + [anon_sym_offsetof] = ACTIONS(1446), + [anon_sym__Generic] = ACTIONS(1446), + [anon_sym_asm] = ACTIONS(1446), + [anon_sym___asm__] = ACTIONS(1446), + [sym_number_literal] = ACTIONS(1448), + [anon_sym_L_SQUOTE] = ACTIONS(1448), + [anon_sym_u_SQUOTE] = ACTIONS(1448), + [anon_sym_U_SQUOTE] = ACTIONS(1448), + [anon_sym_u8_SQUOTE] = ACTIONS(1448), + [anon_sym_SQUOTE] = ACTIONS(1448), + [anon_sym_L_DQUOTE] = ACTIONS(1448), + [anon_sym_u_DQUOTE] = ACTIONS(1448), + [anon_sym_U_DQUOTE] = ACTIONS(1448), + [anon_sym_u8_DQUOTE] = ACTIONS(1448), + [anon_sym_DQUOTE] = ACTIONS(1448), + [sym_true] = ACTIONS(1446), + [sym_false] = ACTIONS(1446), + [anon_sym_NULL] = ACTIONS(1446), + [anon_sym_nullptr] = ACTIONS(1446), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1402), - [anon_sym_rayPayloadInEXT] = ACTIONS(1402), - [anon_sym_hitAttributeEXT] = ACTIONS(1402), - [anon_sym_callableDataEXT] = ACTIONS(1402), - [anon_sym_callableDataInEXT] = ACTIONS(1402), - [anon_sym_shaderRecordEXT] = ACTIONS(1402), - [anon_sym_rayPayloadNV] = ACTIONS(1402), - [anon_sym_rayPayloadInNV] = ACTIONS(1402), - [anon_sym_hitAttributeNV] = ACTIONS(1402), - [anon_sym_callableDataNV] = ACTIONS(1402), - [anon_sym_callableDataInNV] = ACTIONS(1402), - [anon_sym_shaderRecordNV] = ACTIONS(1402), - [anon_sym_layout] = ACTIONS(1402), + [anon_sym_rayPayloadEXT] = ACTIONS(1446), + [anon_sym_rayPayloadInEXT] = ACTIONS(1446), + [anon_sym_hitAttributeEXT] = ACTIONS(1446), + [anon_sym_callableDataEXT] = ACTIONS(1446), + [anon_sym_callableDataInEXT] = ACTIONS(1446), + [anon_sym_shaderRecordEXT] = ACTIONS(1446), + [anon_sym_rayPayloadNV] = ACTIONS(1446), + [anon_sym_rayPayloadInNV] = ACTIONS(1446), + [anon_sym_hitAttributeNV] = ACTIONS(1446), + [anon_sym_callableDataNV] = ACTIONS(1446), + [anon_sym_callableDataInNV] = ACTIONS(1446), + [anon_sym_shaderRecordNV] = ACTIONS(1446), + [anon_sym_layout] = ACTIONS(1446), }, - [260] = { + [263] = { + [ts_builtin_sym_end] = ACTIONS(1436), [sym_identifier] = ACTIONS(1434), [aux_sym_preproc_include_token1] = ACTIONS(1434), [aux_sym_preproc_def_token1] = ACTIONS(1434), [aux_sym_preproc_if_token1] = ACTIONS(1434), - [aux_sym_preproc_if_token2] = ACTIONS(1434), [aux_sym_preproc_ifdef_token1] = ACTIONS(1434), [aux_sym_preproc_ifdef_token2] = ACTIONS(1434), [sym_preproc_directive] = ACTIONS(1434), @@ -56879,1205 +57273,938 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1434), [anon_sym_layout] = ACTIONS(1434), }, - [261] = { - [sym_identifier] = ACTIONS(1398), - [aux_sym_preproc_include_token1] = ACTIONS(1398), - [aux_sym_preproc_def_token1] = ACTIONS(1398), - [aux_sym_preproc_if_token1] = ACTIONS(1398), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1398), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1398), - [sym_preproc_directive] = ACTIONS(1398), - [anon_sym_LPAREN2] = ACTIONS(1400), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_TILDE] = ACTIONS(1400), - [anon_sym_DASH] = ACTIONS(1398), - [anon_sym_PLUS] = ACTIONS(1398), - [anon_sym_STAR] = ACTIONS(1400), - [anon_sym_AMP] = ACTIONS(1400), - [anon_sym_subroutine] = ACTIONS(1398), - [anon_sym_invariant] = ACTIONS(1398), - [anon_sym_precise] = ACTIONS(1398), - [anon_sym_SEMI] = ACTIONS(1400), - [anon_sym_in] = ACTIONS(1398), - [anon_sym_out] = ACTIONS(1398), - [anon_sym_inout] = ACTIONS(1398), - [anon_sym_uniform] = ACTIONS(1398), - [anon_sym_shared] = ACTIONS(1398), - [anon_sym_attribute] = ACTIONS(1398), - [anon_sym_varying] = ACTIONS(1398), - [anon_sym_buffer] = ACTIONS(1398), - [anon_sym_coherent] = ACTIONS(1398), - [anon_sym_readonly] = ACTIONS(1398), - [anon_sym_writeonly] = ACTIONS(1398), - [anon_sym_precision] = ACTIONS(1398), - [anon_sym_highp] = ACTIONS(1398), - [anon_sym_mediump] = ACTIONS(1398), - [anon_sym_lowp] = ACTIONS(1398), - [anon_sym_centroid] = ACTIONS(1398), - [anon_sym_sample] = ACTIONS(1398), - [anon_sym_patch] = ACTIONS(1398), - [anon_sym_smooth] = ACTIONS(1398), - [anon_sym_flat] = ACTIONS(1398), - [anon_sym_noperspective] = ACTIONS(1398), - [anon_sym___extension__] = ACTIONS(1398), - [anon_sym_typedef] = ACTIONS(1398), - [anon_sym_extern] = ACTIONS(1398), - [anon_sym___attribute__] = ACTIONS(1398), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1400), - [anon_sym___declspec] = ACTIONS(1398), - [anon_sym___cdecl] = ACTIONS(1398), - [anon_sym___clrcall] = ACTIONS(1398), - [anon_sym___stdcall] = ACTIONS(1398), - [anon_sym___fastcall] = ACTIONS(1398), - [anon_sym___thiscall] = ACTIONS(1398), - [anon_sym___vectorcall] = ACTIONS(1398), - [anon_sym_LBRACE] = ACTIONS(1400), - [anon_sym_RBRACE] = ACTIONS(1400), - [anon_sym_signed] = ACTIONS(1398), - [anon_sym_unsigned] = ACTIONS(1398), - [anon_sym_long] = ACTIONS(1398), - [anon_sym_short] = ACTIONS(1398), - [anon_sym_static] = ACTIONS(1398), - [anon_sym_auto] = ACTIONS(1398), - [anon_sym_register] = ACTIONS(1398), - [anon_sym_inline] = ACTIONS(1398), - [anon_sym___inline] = ACTIONS(1398), - [anon_sym___inline__] = ACTIONS(1398), - [anon_sym___forceinline] = ACTIONS(1398), - [anon_sym_thread_local] = ACTIONS(1398), - [anon_sym___thread] = ACTIONS(1398), - [anon_sym_const] = ACTIONS(1398), - [anon_sym_constexpr] = ACTIONS(1398), - [anon_sym_volatile] = ACTIONS(1398), - [anon_sym_restrict] = ACTIONS(1398), - [anon_sym___restrict__] = ACTIONS(1398), - [anon_sym__Atomic] = ACTIONS(1398), - [anon_sym__Noreturn] = ACTIONS(1398), - [anon_sym_noreturn] = ACTIONS(1398), - [sym_primitive_type] = ACTIONS(1398), - [anon_sym_enum] = ACTIONS(1398), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_union] = ACTIONS(1398), - [anon_sym_if] = ACTIONS(1398), - [anon_sym_else] = ACTIONS(1398), - [anon_sym_switch] = ACTIONS(1398), - [anon_sym_case] = ACTIONS(1398), - [anon_sym_default] = ACTIONS(1398), - [anon_sym_while] = ACTIONS(1398), - [anon_sym_do] = ACTIONS(1398), - [anon_sym_for] = ACTIONS(1398), - [anon_sym_return] = ACTIONS(1398), - [anon_sym_break] = ACTIONS(1398), - [anon_sym_continue] = ACTIONS(1398), - [anon_sym_goto] = ACTIONS(1398), - [anon_sym_DASH_DASH] = ACTIONS(1400), - [anon_sym_PLUS_PLUS] = ACTIONS(1400), - [anon_sym_sizeof] = ACTIONS(1398), - [anon_sym___alignof__] = ACTIONS(1398), - [anon_sym___alignof] = ACTIONS(1398), - [anon_sym__alignof] = ACTIONS(1398), - [anon_sym_alignof] = ACTIONS(1398), - [anon_sym__Alignof] = ACTIONS(1398), - [anon_sym_offsetof] = ACTIONS(1398), - [anon_sym__Generic] = ACTIONS(1398), - [anon_sym_asm] = ACTIONS(1398), - [anon_sym___asm__] = ACTIONS(1398), - [sym_number_literal] = ACTIONS(1400), - [anon_sym_L_SQUOTE] = ACTIONS(1400), - [anon_sym_u_SQUOTE] = ACTIONS(1400), - [anon_sym_U_SQUOTE] = ACTIONS(1400), - [anon_sym_u8_SQUOTE] = ACTIONS(1400), - [anon_sym_SQUOTE] = ACTIONS(1400), - [anon_sym_L_DQUOTE] = ACTIONS(1400), - [anon_sym_u_DQUOTE] = ACTIONS(1400), - [anon_sym_U_DQUOTE] = ACTIONS(1400), - [anon_sym_u8_DQUOTE] = ACTIONS(1400), - [anon_sym_DQUOTE] = ACTIONS(1400), - [sym_true] = ACTIONS(1398), - [sym_false] = ACTIONS(1398), - [anon_sym_NULL] = ACTIONS(1398), - [anon_sym_nullptr] = ACTIONS(1398), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1398), - [anon_sym_rayPayloadInEXT] = ACTIONS(1398), - [anon_sym_hitAttributeEXT] = ACTIONS(1398), - [anon_sym_callableDataEXT] = ACTIONS(1398), - [anon_sym_callableDataInEXT] = ACTIONS(1398), - [anon_sym_shaderRecordEXT] = ACTIONS(1398), - [anon_sym_rayPayloadNV] = ACTIONS(1398), - [anon_sym_rayPayloadInNV] = ACTIONS(1398), - [anon_sym_hitAttributeNV] = ACTIONS(1398), - [anon_sym_callableDataNV] = ACTIONS(1398), - [anon_sym_callableDataInNV] = ACTIONS(1398), - [anon_sym_shaderRecordNV] = ACTIONS(1398), - [anon_sym_layout] = ACTIONS(1398), - }, - [262] = { - [sym_identifier] = ACTIONS(1426), - [aux_sym_preproc_include_token1] = ACTIONS(1426), - [aux_sym_preproc_def_token1] = ACTIONS(1426), - [aux_sym_preproc_if_token1] = ACTIONS(1426), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1426), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1426), - [sym_preproc_directive] = ACTIONS(1426), - [anon_sym_LPAREN2] = ACTIONS(1428), - [anon_sym_BANG] = ACTIONS(1428), - [anon_sym_TILDE] = ACTIONS(1428), - [anon_sym_DASH] = ACTIONS(1426), - [anon_sym_PLUS] = ACTIONS(1426), - [anon_sym_STAR] = ACTIONS(1428), - [anon_sym_AMP] = ACTIONS(1428), - [anon_sym_subroutine] = ACTIONS(1426), - [anon_sym_invariant] = ACTIONS(1426), - [anon_sym_precise] = ACTIONS(1426), - [anon_sym_SEMI] = ACTIONS(1428), - [anon_sym_in] = ACTIONS(1426), - [anon_sym_out] = ACTIONS(1426), - [anon_sym_inout] = ACTIONS(1426), - [anon_sym_uniform] = ACTIONS(1426), - [anon_sym_shared] = ACTIONS(1426), - [anon_sym_attribute] = ACTIONS(1426), - [anon_sym_varying] = ACTIONS(1426), - [anon_sym_buffer] = ACTIONS(1426), - [anon_sym_coherent] = ACTIONS(1426), - [anon_sym_readonly] = ACTIONS(1426), - [anon_sym_writeonly] = ACTIONS(1426), - [anon_sym_precision] = ACTIONS(1426), - [anon_sym_highp] = ACTIONS(1426), - [anon_sym_mediump] = ACTIONS(1426), - [anon_sym_lowp] = ACTIONS(1426), - [anon_sym_centroid] = ACTIONS(1426), - [anon_sym_sample] = ACTIONS(1426), - [anon_sym_patch] = ACTIONS(1426), - [anon_sym_smooth] = ACTIONS(1426), - [anon_sym_flat] = ACTIONS(1426), - [anon_sym_noperspective] = ACTIONS(1426), - [anon_sym___extension__] = ACTIONS(1426), - [anon_sym_typedef] = ACTIONS(1426), - [anon_sym_extern] = ACTIONS(1426), - [anon_sym___attribute__] = ACTIONS(1426), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1428), - [anon_sym___declspec] = ACTIONS(1426), - [anon_sym___cdecl] = ACTIONS(1426), - [anon_sym___clrcall] = ACTIONS(1426), - [anon_sym___stdcall] = ACTIONS(1426), - [anon_sym___fastcall] = ACTIONS(1426), - [anon_sym___thiscall] = ACTIONS(1426), - [anon_sym___vectorcall] = ACTIONS(1426), - [anon_sym_LBRACE] = ACTIONS(1428), - [anon_sym_RBRACE] = ACTIONS(1428), - [anon_sym_signed] = ACTIONS(1426), - [anon_sym_unsigned] = ACTIONS(1426), - [anon_sym_long] = ACTIONS(1426), - [anon_sym_short] = ACTIONS(1426), - [anon_sym_static] = ACTIONS(1426), - [anon_sym_auto] = ACTIONS(1426), - [anon_sym_register] = ACTIONS(1426), - [anon_sym_inline] = ACTIONS(1426), - [anon_sym___inline] = ACTIONS(1426), - [anon_sym___inline__] = ACTIONS(1426), - [anon_sym___forceinline] = ACTIONS(1426), - [anon_sym_thread_local] = ACTIONS(1426), - [anon_sym___thread] = ACTIONS(1426), - [anon_sym_const] = ACTIONS(1426), - [anon_sym_constexpr] = ACTIONS(1426), - [anon_sym_volatile] = ACTIONS(1426), - [anon_sym_restrict] = ACTIONS(1426), - [anon_sym___restrict__] = ACTIONS(1426), - [anon_sym__Atomic] = ACTIONS(1426), - [anon_sym__Noreturn] = ACTIONS(1426), - [anon_sym_noreturn] = ACTIONS(1426), - [sym_primitive_type] = ACTIONS(1426), - [anon_sym_enum] = ACTIONS(1426), - [anon_sym_struct] = ACTIONS(1426), - [anon_sym_union] = ACTIONS(1426), - [anon_sym_if] = ACTIONS(1426), - [anon_sym_else] = ACTIONS(1426), - [anon_sym_switch] = ACTIONS(1426), - [anon_sym_case] = ACTIONS(1426), - [anon_sym_default] = ACTIONS(1426), - [anon_sym_while] = ACTIONS(1426), - [anon_sym_do] = ACTIONS(1426), - [anon_sym_for] = ACTIONS(1426), - [anon_sym_return] = ACTIONS(1426), - [anon_sym_break] = ACTIONS(1426), - [anon_sym_continue] = ACTIONS(1426), - [anon_sym_goto] = ACTIONS(1426), - [anon_sym_DASH_DASH] = ACTIONS(1428), - [anon_sym_PLUS_PLUS] = ACTIONS(1428), - [anon_sym_sizeof] = ACTIONS(1426), - [anon_sym___alignof__] = ACTIONS(1426), - [anon_sym___alignof] = ACTIONS(1426), - [anon_sym__alignof] = ACTIONS(1426), - [anon_sym_alignof] = ACTIONS(1426), - [anon_sym__Alignof] = ACTIONS(1426), - [anon_sym_offsetof] = ACTIONS(1426), - [anon_sym__Generic] = ACTIONS(1426), - [anon_sym_asm] = ACTIONS(1426), - [anon_sym___asm__] = ACTIONS(1426), - [sym_number_literal] = ACTIONS(1428), - [anon_sym_L_SQUOTE] = ACTIONS(1428), - [anon_sym_u_SQUOTE] = ACTIONS(1428), - [anon_sym_U_SQUOTE] = ACTIONS(1428), - [anon_sym_u8_SQUOTE] = ACTIONS(1428), - [anon_sym_SQUOTE] = ACTIONS(1428), - [anon_sym_L_DQUOTE] = ACTIONS(1428), - [anon_sym_u_DQUOTE] = ACTIONS(1428), - [anon_sym_U_DQUOTE] = ACTIONS(1428), - [anon_sym_u8_DQUOTE] = ACTIONS(1428), - [anon_sym_DQUOTE] = ACTIONS(1428), - [sym_true] = ACTIONS(1426), - [sym_false] = ACTIONS(1426), - [anon_sym_NULL] = ACTIONS(1426), - [anon_sym_nullptr] = ACTIONS(1426), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1426), - [anon_sym_rayPayloadInEXT] = ACTIONS(1426), - [anon_sym_hitAttributeEXT] = ACTIONS(1426), - [anon_sym_callableDataEXT] = ACTIONS(1426), - [anon_sym_callableDataInEXT] = ACTIONS(1426), - [anon_sym_shaderRecordEXT] = ACTIONS(1426), - [anon_sym_rayPayloadNV] = ACTIONS(1426), - [anon_sym_rayPayloadInNV] = ACTIONS(1426), - [anon_sym_hitAttributeNV] = ACTIONS(1426), - [anon_sym_callableDataNV] = ACTIONS(1426), - [anon_sym_callableDataInNV] = ACTIONS(1426), - [anon_sym_shaderRecordNV] = ACTIONS(1426), - [anon_sym_layout] = ACTIONS(1426), - }, - [263] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [264] = { + [sym_identifier] = ACTIONS(1430), + [aux_sym_preproc_include_token1] = ACTIONS(1430), + [aux_sym_preproc_def_token1] = ACTIONS(1430), + [aux_sym_preproc_if_token1] = ACTIONS(1430), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1430), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1430), + [sym_preproc_directive] = ACTIONS(1430), + [anon_sym_LPAREN2] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1432), + [anon_sym_TILDE] = ACTIONS(1432), + [anon_sym_DASH] = ACTIONS(1430), + [anon_sym_PLUS] = ACTIONS(1430), + [anon_sym_STAR] = ACTIONS(1432), + [anon_sym_AMP] = ACTIONS(1432), + [anon_sym_subroutine] = ACTIONS(1430), + [anon_sym_invariant] = ACTIONS(1430), + [anon_sym_precise] = ACTIONS(1430), + [anon_sym_SEMI] = ACTIONS(1432), + [anon_sym_in] = ACTIONS(1430), + [anon_sym_out] = ACTIONS(1430), + [anon_sym_inout] = ACTIONS(1430), + [anon_sym_uniform] = ACTIONS(1430), + [anon_sym_shared] = ACTIONS(1430), + [anon_sym_attribute] = ACTIONS(1430), + [anon_sym_varying] = ACTIONS(1430), + [anon_sym_buffer] = ACTIONS(1430), + [anon_sym_coherent] = ACTIONS(1430), + [anon_sym_readonly] = ACTIONS(1430), + [anon_sym_writeonly] = ACTIONS(1430), + [anon_sym_precision] = ACTIONS(1430), + [anon_sym_highp] = ACTIONS(1430), + [anon_sym_mediump] = ACTIONS(1430), + [anon_sym_lowp] = ACTIONS(1430), + [anon_sym_centroid] = ACTIONS(1430), + [anon_sym_sample] = ACTIONS(1430), + [anon_sym_patch] = ACTIONS(1430), + [anon_sym_smooth] = ACTIONS(1430), + [anon_sym_flat] = ACTIONS(1430), + [anon_sym_noperspective] = ACTIONS(1430), + [anon_sym___extension__] = ACTIONS(1430), + [anon_sym_typedef] = ACTIONS(1430), + [anon_sym_extern] = ACTIONS(1430), + [anon_sym___attribute__] = ACTIONS(1430), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1432), + [anon_sym___declspec] = ACTIONS(1430), + [anon_sym___cdecl] = ACTIONS(1430), + [anon_sym___clrcall] = ACTIONS(1430), + [anon_sym___stdcall] = ACTIONS(1430), + [anon_sym___fastcall] = ACTIONS(1430), + [anon_sym___thiscall] = ACTIONS(1430), + [anon_sym___vectorcall] = ACTIONS(1430), + [anon_sym_LBRACE] = ACTIONS(1432), + [anon_sym_RBRACE] = ACTIONS(1432), + [anon_sym_signed] = ACTIONS(1430), + [anon_sym_unsigned] = ACTIONS(1430), + [anon_sym_long] = ACTIONS(1430), + [anon_sym_short] = ACTIONS(1430), + [anon_sym_static] = ACTIONS(1430), + [anon_sym_auto] = ACTIONS(1430), + [anon_sym_register] = ACTIONS(1430), + [anon_sym_inline] = ACTIONS(1430), + [anon_sym___inline] = ACTIONS(1430), + [anon_sym___inline__] = ACTIONS(1430), + [anon_sym___forceinline] = ACTIONS(1430), + [anon_sym_thread_local] = ACTIONS(1430), + [anon_sym___thread] = ACTIONS(1430), + [anon_sym_const] = ACTIONS(1430), + [anon_sym_constexpr] = ACTIONS(1430), + [anon_sym_volatile] = ACTIONS(1430), + [anon_sym_restrict] = ACTIONS(1430), + [anon_sym___restrict__] = ACTIONS(1430), + [anon_sym__Atomic] = ACTIONS(1430), + [anon_sym__Noreturn] = ACTIONS(1430), + [anon_sym_noreturn] = ACTIONS(1430), + [sym_primitive_type] = ACTIONS(1430), + [anon_sym_enum] = ACTIONS(1430), + [anon_sym_struct] = ACTIONS(1430), + [anon_sym_union] = ACTIONS(1430), + [anon_sym_if] = ACTIONS(1430), + [anon_sym_else] = ACTIONS(1430), + [anon_sym_switch] = ACTIONS(1430), + [anon_sym_case] = ACTIONS(1430), + [anon_sym_default] = ACTIONS(1430), + [anon_sym_while] = ACTIONS(1430), + [anon_sym_do] = ACTIONS(1430), + [anon_sym_for] = ACTIONS(1430), + [anon_sym_return] = ACTIONS(1430), + [anon_sym_break] = ACTIONS(1430), + [anon_sym_continue] = ACTIONS(1430), + [anon_sym_goto] = ACTIONS(1430), + [anon_sym_DASH_DASH] = ACTIONS(1432), + [anon_sym_PLUS_PLUS] = ACTIONS(1432), + [anon_sym_sizeof] = ACTIONS(1430), + [anon_sym___alignof__] = ACTIONS(1430), + [anon_sym___alignof] = ACTIONS(1430), + [anon_sym__alignof] = ACTIONS(1430), + [anon_sym_alignof] = ACTIONS(1430), + [anon_sym__Alignof] = ACTIONS(1430), + [anon_sym_offsetof] = ACTIONS(1430), + [anon_sym__Generic] = ACTIONS(1430), + [anon_sym_asm] = ACTIONS(1430), + [anon_sym___asm__] = ACTIONS(1430), + [sym_number_literal] = ACTIONS(1432), + [anon_sym_L_SQUOTE] = ACTIONS(1432), + [anon_sym_u_SQUOTE] = ACTIONS(1432), + [anon_sym_U_SQUOTE] = ACTIONS(1432), + [anon_sym_u8_SQUOTE] = ACTIONS(1432), + [anon_sym_SQUOTE] = ACTIONS(1432), + [anon_sym_L_DQUOTE] = ACTIONS(1432), + [anon_sym_u_DQUOTE] = ACTIONS(1432), + [anon_sym_U_DQUOTE] = ACTIONS(1432), + [anon_sym_u8_DQUOTE] = ACTIONS(1432), + [anon_sym_DQUOTE] = ACTIONS(1432), + [sym_true] = ACTIONS(1430), + [sym_false] = ACTIONS(1430), + [anon_sym_NULL] = ACTIONS(1430), + [anon_sym_nullptr] = ACTIONS(1430), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1430), + [anon_sym_rayPayloadInEXT] = ACTIONS(1430), + [anon_sym_hitAttributeEXT] = ACTIONS(1430), + [anon_sym_callableDataEXT] = ACTIONS(1430), + [anon_sym_callableDataInEXT] = ACTIONS(1430), + [anon_sym_shaderRecordEXT] = ACTIONS(1430), + [anon_sym_rayPayloadNV] = ACTIONS(1430), + [anon_sym_rayPayloadInNV] = ACTIONS(1430), + [anon_sym_hitAttributeNV] = ACTIONS(1430), + [anon_sym_callableDataNV] = ACTIONS(1430), + [anon_sym_callableDataInNV] = ACTIONS(1430), + [anon_sym_shaderRecordNV] = ACTIONS(1430), + [anon_sym_layout] = ACTIONS(1430), }, - [264] = { - [sym_identifier] = ACTIONS(1394), - [aux_sym_preproc_include_token1] = ACTIONS(1394), - [aux_sym_preproc_def_token1] = ACTIONS(1394), - [aux_sym_preproc_if_token1] = ACTIONS(1394), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1394), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1394), - [sym_preproc_directive] = ACTIONS(1394), - [anon_sym_LPAREN2] = ACTIONS(1396), - [anon_sym_BANG] = ACTIONS(1396), - [anon_sym_TILDE] = ACTIONS(1396), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_AMP] = ACTIONS(1396), - [anon_sym_subroutine] = ACTIONS(1394), - [anon_sym_invariant] = ACTIONS(1394), - [anon_sym_precise] = ACTIONS(1394), - [anon_sym_SEMI] = ACTIONS(1396), - [anon_sym_in] = ACTIONS(1394), - [anon_sym_out] = ACTIONS(1394), - [anon_sym_inout] = ACTIONS(1394), - [anon_sym_uniform] = ACTIONS(1394), - [anon_sym_shared] = ACTIONS(1394), - [anon_sym_attribute] = ACTIONS(1394), - [anon_sym_varying] = ACTIONS(1394), - [anon_sym_buffer] = ACTIONS(1394), - [anon_sym_coherent] = ACTIONS(1394), - [anon_sym_readonly] = ACTIONS(1394), - [anon_sym_writeonly] = ACTIONS(1394), - [anon_sym_precision] = ACTIONS(1394), - [anon_sym_highp] = ACTIONS(1394), - [anon_sym_mediump] = ACTIONS(1394), - [anon_sym_lowp] = ACTIONS(1394), - [anon_sym_centroid] = ACTIONS(1394), - [anon_sym_sample] = ACTIONS(1394), - [anon_sym_patch] = ACTIONS(1394), - [anon_sym_smooth] = ACTIONS(1394), - [anon_sym_flat] = ACTIONS(1394), - [anon_sym_noperspective] = ACTIONS(1394), - [anon_sym___extension__] = ACTIONS(1394), - [anon_sym_typedef] = ACTIONS(1394), - [anon_sym_extern] = ACTIONS(1394), - [anon_sym___attribute__] = ACTIONS(1394), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1396), - [anon_sym___declspec] = ACTIONS(1394), - [anon_sym___cdecl] = ACTIONS(1394), - [anon_sym___clrcall] = ACTIONS(1394), - [anon_sym___stdcall] = ACTIONS(1394), - [anon_sym___fastcall] = ACTIONS(1394), - [anon_sym___thiscall] = ACTIONS(1394), - [anon_sym___vectorcall] = ACTIONS(1394), - [anon_sym_LBRACE] = ACTIONS(1396), - [anon_sym_RBRACE] = ACTIONS(1396), - [anon_sym_signed] = ACTIONS(1394), - [anon_sym_unsigned] = ACTIONS(1394), - [anon_sym_long] = ACTIONS(1394), - [anon_sym_short] = ACTIONS(1394), - [anon_sym_static] = ACTIONS(1394), - [anon_sym_auto] = ACTIONS(1394), - [anon_sym_register] = ACTIONS(1394), - [anon_sym_inline] = ACTIONS(1394), - [anon_sym___inline] = ACTIONS(1394), - [anon_sym___inline__] = ACTIONS(1394), - [anon_sym___forceinline] = ACTIONS(1394), - [anon_sym_thread_local] = ACTIONS(1394), - [anon_sym___thread] = ACTIONS(1394), - [anon_sym_const] = ACTIONS(1394), - [anon_sym_constexpr] = ACTIONS(1394), - [anon_sym_volatile] = ACTIONS(1394), - [anon_sym_restrict] = ACTIONS(1394), - [anon_sym___restrict__] = ACTIONS(1394), - [anon_sym__Atomic] = ACTIONS(1394), - [anon_sym__Noreturn] = ACTIONS(1394), - [anon_sym_noreturn] = ACTIONS(1394), - [sym_primitive_type] = ACTIONS(1394), - [anon_sym_enum] = ACTIONS(1394), - [anon_sym_struct] = ACTIONS(1394), - [anon_sym_union] = ACTIONS(1394), - [anon_sym_if] = ACTIONS(1394), - [anon_sym_else] = ACTIONS(1394), - [anon_sym_switch] = ACTIONS(1394), - [anon_sym_case] = ACTIONS(1394), - [anon_sym_default] = ACTIONS(1394), - [anon_sym_while] = ACTIONS(1394), - [anon_sym_do] = ACTIONS(1394), - [anon_sym_for] = ACTIONS(1394), - [anon_sym_return] = ACTIONS(1394), - [anon_sym_break] = ACTIONS(1394), - [anon_sym_continue] = ACTIONS(1394), - [anon_sym_goto] = ACTIONS(1394), - [anon_sym_DASH_DASH] = ACTIONS(1396), - [anon_sym_PLUS_PLUS] = ACTIONS(1396), - [anon_sym_sizeof] = ACTIONS(1394), - [anon_sym___alignof__] = ACTIONS(1394), - [anon_sym___alignof] = ACTIONS(1394), - [anon_sym__alignof] = ACTIONS(1394), - [anon_sym_alignof] = ACTIONS(1394), - [anon_sym__Alignof] = ACTIONS(1394), - [anon_sym_offsetof] = ACTIONS(1394), - [anon_sym__Generic] = ACTIONS(1394), - [anon_sym_asm] = ACTIONS(1394), - [anon_sym___asm__] = ACTIONS(1394), - [sym_number_literal] = ACTIONS(1396), - [anon_sym_L_SQUOTE] = ACTIONS(1396), - [anon_sym_u_SQUOTE] = ACTIONS(1396), - [anon_sym_U_SQUOTE] = ACTIONS(1396), - [anon_sym_u8_SQUOTE] = ACTIONS(1396), - [anon_sym_SQUOTE] = ACTIONS(1396), - [anon_sym_L_DQUOTE] = ACTIONS(1396), - [anon_sym_u_DQUOTE] = ACTIONS(1396), - [anon_sym_U_DQUOTE] = ACTIONS(1396), - [anon_sym_u8_DQUOTE] = ACTIONS(1396), - [anon_sym_DQUOTE] = ACTIONS(1396), - [sym_true] = ACTIONS(1394), - [sym_false] = ACTIONS(1394), - [anon_sym_NULL] = ACTIONS(1394), - [anon_sym_nullptr] = ACTIONS(1394), + [265] = { + [sym_identifier] = ACTIONS(1374), + [aux_sym_preproc_include_token1] = ACTIONS(1374), + [aux_sym_preproc_def_token1] = ACTIONS(1374), + [aux_sym_preproc_if_token1] = ACTIONS(1374), + [aux_sym_preproc_if_token2] = ACTIONS(1374), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1374), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1374), + [sym_preproc_directive] = ACTIONS(1374), + [anon_sym_LPAREN2] = ACTIONS(1376), + [anon_sym_BANG] = ACTIONS(1376), + [anon_sym_TILDE] = ACTIONS(1376), + [anon_sym_DASH] = ACTIONS(1374), + [anon_sym_PLUS] = ACTIONS(1374), + [anon_sym_STAR] = ACTIONS(1376), + [anon_sym_AMP] = ACTIONS(1376), + [anon_sym_subroutine] = ACTIONS(1374), + [anon_sym_invariant] = ACTIONS(1374), + [anon_sym_precise] = ACTIONS(1374), + [anon_sym_SEMI] = ACTIONS(1376), + [anon_sym_in] = ACTIONS(1374), + [anon_sym_out] = ACTIONS(1374), + [anon_sym_inout] = ACTIONS(1374), + [anon_sym_uniform] = ACTIONS(1374), + [anon_sym_shared] = ACTIONS(1374), + [anon_sym_attribute] = ACTIONS(1374), + [anon_sym_varying] = ACTIONS(1374), + [anon_sym_buffer] = ACTIONS(1374), + [anon_sym_coherent] = ACTIONS(1374), + [anon_sym_readonly] = ACTIONS(1374), + [anon_sym_writeonly] = ACTIONS(1374), + [anon_sym_precision] = ACTIONS(1374), + [anon_sym_highp] = ACTIONS(1374), + [anon_sym_mediump] = ACTIONS(1374), + [anon_sym_lowp] = ACTIONS(1374), + [anon_sym_centroid] = ACTIONS(1374), + [anon_sym_sample] = ACTIONS(1374), + [anon_sym_patch] = ACTIONS(1374), + [anon_sym_smooth] = ACTIONS(1374), + [anon_sym_flat] = ACTIONS(1374), + [anon_sym_noperspective] = ACTIONS(1374), + [anon_sym___extension__] = ACTIONS(1374), + [anon_sym_typedef] = ACTIONS(1374), + [anon_sym_extern] = ACTIONS(1374), + [anon_sym___attribute__] = ACTIONS(1374), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1376), + [anon_sym___declspec] = ACTIONS(1374), + [anon_sym___cdecl] = ACTIONS(1374), + [anon_sym___clrcall] = ACTIONS(1374), + [anon_sym___stdcall] = ACTIONS(1374), + [anon_sym___fastcall] = ACTIONS(1374), + [anon_sym___thiscall] = ACTIONS(1374), + [anon_sym___vectorcall] = ACTIONS(1374), + [anon_sym_LBRACE] = ACTIONS(1376), + [anon_sym_signed] = ACTIONS(1374), + [anon_sym_unsigned] = ACTIONS(1374), + [anon_sym_long] = ACTIONS(1374), + [anon_sym_short] = ACTIONS(1374), + [anon_sym_static] = ACTIONS(1374), + [anon_sym_auto] = ACTIONS(1374), + [anon_sym_register] = ACTIONS(1374), + [anon_sym_inline] = ACTIONS(1374), + [anon_sym___inline] = ACTIONS(1374), + [anon_sym___inline__] = ACTIONS(1374), + [anon_sym___forceinline] = ACTIONS(1374), + [anon_sym_thread_local] = ACTIONS(1374), + [anon_sym___thread] = ACTIONS(1374), + [anon_sym_const] = ACTIONS(1374), + [anon_sym_constexpr] = ACTIONS(1374), + [anon_sym_volatile] = ACTIONS(1374), + [anon_sym_restrict] = ACTIONS(1374), + [anon_sym___restrict__] = ACTIONS(1374), + [anon_sym__Atomic] = ACTIONS(1374), + [anon_sym__Noreturn] = ACTIONS(1374), + [anon_sym_noreturn] = ACTIONS(1374), + [sym_primitive_type] = ACTIONS(1374), + [anon_sym_enum] = ACTIONS(1374), + [anon_sym_struct] = ACTIONS(1374), + [anon_sym_union] = ACTIONS(1374), + [anon_sym_if] = ACTIONS(1374), + [anon_sym_else] = ACTIONS(1374), + [anon_sym_switch] = ACTIONS(1374), + [anon_sym_case] = ACTIONS(1374), + [anon_sym_default] = ACTIONS(1374), + [anon_sym_while] = ACTIONS(1374), + [anon_sym_do] = ACTIONS(1374), + [anon_sym_for] = ACTIONS(1374), + [anon_sym_return] = ACTIONS(1374), + [anon_sym_break] = ACTIONS(1374), + [anon_sym_continue] = ACTIONS(1374), + [anon_sym_goto] = ACTIONS(1374), + [anon_sym_DASH_DASH] = ACTIONS(1376), + [anon_sym_PLUS_PLUS] = ACTIONS(1376), + [anon_sym_sizeof] = ACTIONS(1374), + [anon_sym___alignof__] = ACTIONS(1374), + [anon_sym___alignof] = ACTIONS(1374), + [anon_sym__alignof] = ACTIONS(1374), + [anon_sym_alignof] = ACTIONS(1374), + [anon_sym__Alignof] = ACTIONS(1374), + [anon_sym_offsetof] = ACTIONS(1374), + [anon_sym__Generic] = ACTIONS(1374), + [anon_sym_asm] = ACTIONS(1374), + [anon_sym___asm__] = ACTIONS(1374), + [sym_number_literal] = ACTIONS(1376), + [anon_sym_L_SQUOTE] = ACTIONS(1376), + [anon_sym_u_SQUOTE] = ACTIONS(1376), + [anon_sym_U_SQUOTE] = ACTIONS(1376), + [anon_sym_u8_SQUOTE] = ACTIONS(1376), + [anon_sym_SQUOTE] = ACTIONS(1376), + [anon_sym_L_DQUOTE] = ACTIONS(1376), + [anon_sym_u_DQUOTE] = ACTIONS(1376), + [anon_sym_U_DQUOTE] = ACTIONS(1376), + [anon_sym_u8_DQUOTE] = ACTIONS(1376), + [anon_sym_DQUOTE] = ACTIONS(1376), + [sym_true] = ACTIONS(1374), + [sym_false] = ACTIONS(1374), + [anon_sym_NULL] = ACTIONS(1374), + [anon_sym_nullptr] = ACTIONS(1374), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1394), - [anon_sym_rayPayloadInEXT] = ACTIONS(1394), - [anon_sym_hitAttributeEXT] = ACTIONS(1394), - [anon_sym_callableDataEXT] = ACTIONS(1394), - [anon_sym_callableDataInEXT] = ACTIONS(1394), - [anon_sym_shaderRecordEXT] = ACTIONS(1394), - [anon_sym_rayPayloadNV] = ACTIONS(1394), - [anon_sym_rayPayloadInNV] = ACTIONS(1394), - [anon_sym_hitAttributeNV] = ACTIONS(1394), - [anon_sym_callableDataNV] = ACTIONS(1394), - [anon_sym_callableDataInNV] = ACTIONS(1394), - [anon_sym_shaderRecordNV] = ACTIONS(1394), - [anon_sym_layout] = ACTIONS(1394), + [anon_sym_rayPayloadEXT] = ACTIONS(1374), + [anon_sym_rayPayloadInEXT] = ACTIONS(1374), + [anon_sym_hitAttributeEXT] = ACTIONS(1374), + [anon_sym_callableDataEXT] = ACTIONS(1374), + [anon_sym_callableDataInEXT] = ACTIONS(1374), + [anon_sym_shaderRecordEXT] = ACTIONS(1374), + [anon_sym_rayPayloadNV] = ACTIONS(1374), + [anon_sym_rayPayloadInNV] = ACTIONS(1374), + [anon_sym_hitAttributeNV] = ACTIONS(1374), + [anon_sym_callableDataNV] = ACTIONS(1374), + [anon_sym_callableDataInNV] = ACTIONS(1374), + [anon_sym_shaderRecordNV] = ACTIONS(1374), + [anon_sym_layout] = ACTIONS(1374), }, - [265] = { - [ts_builtin_sym_end] = ACTIONS(1356), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [266] = { + [sym_identifier] = ACTIONS(1434), + [aux_sym_preproc_include_token1] = ACTIONS(1434), + [aux_sym_preproc_def_token1] = ACTIONS(1434), + [aux_sym_preproc_if_token1] = ACTIONS(1434), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1434), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1434), + [sym_preproc_directive] = ACTIONS(1434), + [anon_sym_LPAREN2] = ACTIONS(1436), + [anon_sym_BANG] = ACTIONS(1436), + [anon_sym_TILDE] = ACTIONS(1436), + [anon_sym_DASH] = ACTIONS(1434), + [anon_sym_PLUS] = ACTIONS(1434), + [anon_sym_STAR] = ACTIONS(1436), + [anon_sym_AMP] = ACTIONS(1436), + [anon_sym_subroutine] = ACTIONS(1434), + [anon_sym_invariant] = ACTIONS(1434), + [anon_sym_precise] = ACTIONS(1434), + [anon_sym_SEMI] = ACTIONS(1436), + [anon_sym_in] = ACTIONS(1434), + [anon_sym_out] = ACTIONS(1434), + [anon_sym_inout] = ACTIONS(1434), + [anon_sym_uniform] = ACTIONS(1434), + [anon_sym_shared] = ACTIONS(1434), + [anon_sym_attribute] = ACTIONS(1434), + [anon_sym_varying] = ACTIONS(1434), + [anon_sym_buffer] = ACTIONS(1434), + [anon_sym_coherent] = ACTIONS(1434), + [anon_sym_readonly] = ACTIONS(1434), + [anon_sym_writeonly] = ACTIONS(1434), + [anon_sym_precision] = ACTIONS(1434), + [anon_sym_highp] = ACTIONS(1434), + [anon_sym_mediump] = ACTIONS(1434), + [anon_sym_lowp] = ACTIONS(1434), + [anon_sym_centroid] = ACTIONS(1434), + [anon_sym_sample] = ACTIONS(1434), + [anon_sym_patch] = ACTIONS(1434), + [anon_sym_smooth] = ACTIONS(1434), + [anon_sym_flat] = ACTIONS(1434), + [anon_sym_noperspective] = ACTIONS(1434), + [anon_sym___extension__] = ACTIONS(1434), + [anon_sym_typedef] = ACTIONS(1434), + [anon_sym_extern] = ACTIONS(1434), + [anon_sym___attribute__] = ACTIONS(1434), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1436), + [anon_sym___declspec] = ACTIONS(1434), + [anon_sym___cdecl] = ACTIONS(1434), + [anon_sym___clrcall] = ACTIONS(1434), + [anon_sym___stdcall] = ACTIONS(1434), + [anon_sym___fastcall] = ACTIONS(1434), + [anon_sym___thiscall] = ACTIONS(1434), + [anon_sym___vectorcall] = ACTIONS(1434), + [anon_sym_LBRACE] = ACTIONS(1436), + [anon_sym_RBRACE] = ACTIONS(1436), + [anon_sym_signed] = ACTIONS(1434), + [anon_sym_unsigned] = ACTIONS(1434), + [anon_sym_long] = ACTIONS(1434), + [anon_sym_short] = ACTIONS(1434), + [anon_sym_static] = ACTIONS(1434), + [anon_sym_auto] = ACTIONS(1434), + [anon_sym_register] = ACTIONS(1434), + [anon_sym_inline] = ACTIONS(1434), + [anon_sym___inline] = ACTIONS(1434), + [anon_sym___inline__] = ACTIONS(1434), + [anon_sym___forceinline] = ACTIONS(1434), + [anon_sym_thread_local] = ACTIONS(1434), + [anon_sym___thread] = ACTIONS(1434), + [anon_sym_const] = ACTIONS(1434), + [anon_sym_constexpr] = ACTIONS(1434), + [anon_sym_volatile] = ACTIONS(1434), + [anon_sym_restrict] = ACTIONS(1434), + [anon_sym___restrict__] = ACTIONS(1434), + [anon_sym__Atomic] = ACTIONS(1434), + [anon_sym__Noreturn] = ACTIONS(1434), + [anon_sym_noreturn] = ACTIONS(1434), + [sym_primitive_type] = ACTIONS(1434), + [anon_sym_enum] = ACTIONS(1434), + [anon_sym_struct] = ACTIONS(1434), + [anon_sym_union] = ACTIONS(1434), + [anon_sym_if] = ACTIONS(1434), + [anon_sym_else] = ACTIONS(1434), + [anon_sym_switch] = ACTIONS(1434), + [anon_sym_case] = ACTIONS(1434), + [anon_sym_default] = ACTIONS(1434), + [anon_sym_while] = ACTIONS(1434), + [anon_sym_do] = ACTIONS(1434), + [anon_sym_for] = ACTIONS(1434), + [anon_sym_return] = ACTIONS(1434), + [anon_sym_break] = ACTIONS(1434), + [anon_sym_continue] = ACTIONS(1434), + [anon_sym_goto] = ACTIONS(1434), + [anon_sym_DASH_DASH] = ACTIONS(1436), + [anon_sym_PLUS_PLUS] = ACTIONS(1436), + [anon_sym_sizeof] = ACTIONS(1434), + [anon_sym___alignof__] = ACTIONS(1434), + [anon_sym___alignof] = ACTIONS(1434), + [anon_sym__alignof] = ACTIONS(1434), + [anon_sym_alignof] = ACTIONS(1434), + [anon_sym__Alignof] = ACTIONS(1434), + [anon_sym_offsetof] = ACTIONS(1434), + [anon_sym__Generic] = ACTIONS(1434), + [anon_sym_asm] = ACTIONS(1434), + [anon_sym___asm__] = ACTIONS(1434), + [sym_number_literal] = ACTIONS(1436), + [anon_sym_L_SQUOTE] = ACTIONS(1436), + [anon_sym_u_SQUOTE] = ACTIONS(1436), + [anon_sym_U_SQUOTE] = ACTIONS(1436), + [anon_sym_u8_SQUOTE] = ACTIONS(1436), + [anon_sym_SQUOTE] = ACTIONS(1436), + [anon_sym_L_DQUOTE] = ACTIONS(1436), + [anon_sym_u_DQUOTE] = ACTIONS(1436), + [anon_sym_U_DQUOTE] = ACTIONS(1436), + [anon_sym_u8_DQUOTE] = ACTIONS(1436), + [anon_sym_DQUOTE] = ACTIONS(1436), + [sym_true] = ACTIONS(1434), + [sym_false] = ACTIONS(1434), + [anon_sym_NULL] = ACTIONS(1434), + [anon_sym_nullptr] = ACTIONS(1434), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1434), + [anon_sym_rayPayloadInEXT] = ACTIONS(1434), + [anon_sym_hitAttributeEXT] = ACTIONS(1434), + [anon_sym_callableDataEXT] = ACTIONS(1434), + [anon_sym_callableDataInEXT] = ACTIONS(1434), + [anon_sym_shaderRecordEXT] = ACTIONS(1434), + [anon_sym_rayPayloadNV] = ACTIONS(1434), + [anon_sym_rayPayloadInNV] = ACTIONS(1434), + [anon_sym_hitAttributeNV] = ACTIONS(1434), + [anon_sym_callableDataNV] = ACTIONS(1434), + [anon_sym_callableDataInNV] = ACTIONS(1434), + [anon_sym_shaderRecordNV] = ACTIONS(1434), + [anon_sym_layout] = ACTIONS(1434), }, - [266] = { - [sym_identifier] = ACTIONS(1426), - [aux_sym_preproc_include_token1] = ACTIONS(1426), - [aux_sym_preproc_def_token1] = ACTIONS(1426), - [aux_sym_preproc_if_token1] = ACTIONS(1426), - [aux_sym_preproc_if_token2] = ACTIONS(1426), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1426), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1426), - [sym_preproc_directive] = ACTIONS(1426), - [anon_sym_LPAREN2] = ACTIONS(1428), - [anon_sym_BANG] = ACTIONS(1428), - [anon_sym_TILDE] = ACTIONS(1428), - [anon_sym_DASH] = ACTIONS(1426), - [anon_sym_PLUS] = ACTIONS(1426), - [anon_sym_STAR] = ACTIONS(1428), - [anon_sym_AMP] = ACTIONS(1428), - [anon_sym_subroutine] = ACTIONS(1426), - [anon_sym_invariant] = ACTIONS(1426), - [anon_sym_precise] = ACTIONS(1426), - [anon_sym_SEMI] = ACTIONS(1428), - [anon_sym_in] = ACTIONS(1426), - [anon_sym_out] = ACTIONS(1426), - [anon_sym_inout] = ACTIONS(1426), - [anon_sym_uniform] = ACTIONS(1426), - [anon_sym_shared] = ACTIONS(1426), - [anon_sym_attribute] = ACTIONS(1426), - [anon_sym_varying] = ACTIONS(1426), - [anon_sym_buffer] = ACTIONS(1426), - [anon_sym_coherent] = ACTIONS(1426), - [anon_sym_readonly] = ACTIONS(1426), - [anon_sym_writeonly] = ACTIONS(1426), - [anon_sym_precision] = ACTIONS(1426), - [anon_sym_highp] = ACTIONS(1426), - [anon_sym_mediump] = ACTIONS(1426), - [anon_sym_lowp] = ACTIONS(1426), - [anon_sym_centroid] = ACTIONS(1426), - [anon_sym_sample] = ACTIONS(1426), - [anon_sym_patch] = ACTIONS(1426), - [anon_sym_smooth] = ACTIONS(1426), - [anon_sym_flat] = ACTIONS(1426), - [anon_sym_noperspective] = ACTIONS(1426), - [anon_sym___extension__] = ACTIONS(1426), - [anon_sym_typedef] = ACTIONS(1426), - [anon_sym_extern] = ACTIONS(1426), - [anon_sym___attribute__] = ACTIONS(1426), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1428), - [anon_sym___declspec] = ACTIONS(1426), - [anon_sym___cdecl] = ACTIONS(1426), - [anon_sym___clrcall] = ACTIONS(1426), - [anon_sym___stdcall] = ACTIONS(1426), - [anon_sym___fastcall] = ACTIONS(1426), - [anon_sym___thiscall] = ACTIONS(1426), - [anon_sym___vectorcall] = ACTIONS(1426), - [anon_sym_LBRACE] = ACTIONS(1428), - [anon_sym_signed] = ACTIONS(1426), - [anon_sym_unsigned] = ACTIONS(1426), - [anon_sym_long] = ACTIONS(1426), - [anon_sym_short] = ACTIONS(1426), - [anon_sym_static] = ACTIONS(1426), - [anon_sym_auto] = ACTIONS(1426), - [anon_sym_register] = ACTIONS(1426), - [anon_sym_inline] = ACTIONS(1426), - [anon_sym___inline] = ACTIONS(1426), - [anon_sym___inline__] = ACTIONS(1426), - [anon_sym___forceinline] = ACTIONS(1426), - [anon_sym_thread_local] = ACTIONS(1426), - [anon_sym___thread] = ACTIONS(1426), - [anon_sym_const] = ACTIONS(1426), - [anon_sym_constexpr] = ACTIONS(1426), - [anon_sym_volatile] = ACTIONS(1426), - [anon_sym_restrict] = ACTIONS(1426), - [anon_sym___restrict__] = ACTIONS(1426), - [anon_sym__Atomic] = ACTIONS(1426), - [anon_sym__Noreturn] = ACTIONS(1426), - [anon_sym_noreturn] = ACTIONS(1426), - [sym_primitive_type] = ACTIONS(1426), - [anon_sym_enum] = ACTIONS(1426), - [anon_sym_struct] = ACTIONS(1426), - [anon_sym_union] = ACTIONS(1426), - [anon_sym_if] = ACTIONS(1426), - [anon_sym_else] = ACTIONS(1426), - [anon_sym_switch] = ACTIONS(1426), - [anon_sym_case] = ACTIONS(1426), - [anon_sym_default] = ACTIONS(1426), - [anon_sym_while] = ACTIONS(1426), - [anon_sym_do] = ACTIONS(1426), - [anon_sym_for] = ACTIONS(1426), - [anon_sym_return] = ACTIONS(1426), - [anon_sym_break] = ACTIONS(1426), - [anon_sym_continue] = ACTIONS(1426), - [anon_sym_goto] = ACTIONS(1426), - [anon_sym_DASH_DASH] = ACTIONS(1428), - [anon_sym_PLUS_PLUS] = ACTIONS(1428), - [anon_sym_sizeof] = ACTIONS(1426), - [anon_sym___alignof__] = ACTIONS(1426), - [anon_sym___alignof] = ACTIONS(1426), - [anon_sym__alignof] = ACTIONS(1426), - [anon_sym_alignof] = ACTIONS(1426), - [anon_sym__Alignof] = ACTIONS(1426), - [anon_sym_offsetof] = ACTIONS(1426), - [anon_sym__Generic] = ACTIONS(1426), - [anon_sym_asm] = ACTIONS(1426), - [anon_sym___asm__] = ACTIONS(1426), - [sym_number_literal] = ACTIONS(1428), - [anon_sym_L_SQUOTE] = ACTIONS(1428), - [anon_sym_u_SQUOTE] = ACTIONS(1428), - [anon_sym_U_SQUOTE] = ACTIONS(1428), - [anon_sym_u8_SQUOTE] = ACTIONS(1428), - [anon_sym_SQUOTE] = ACTIONS(1428), - [anon_sym_L_DQUOTE] = ACTIONS(1428), - [anon_sym_u_DQUOTE] = ACTIONS(1428), - [anon_sym_U_DQUOTE] = ACTIONS(1428), - [anon_sym_u8_DQUOTE] = ACTIONS(1428), - [anon_sym_DQUOTE] = ACTIONS(1428), - [sym_true] = ACTIONS(1426), - [sym_false] = ACTIONS(1426), - [anon_sym_NULL] = ACTIONS(1426), - [anon_sym_nullptr] = ACTIONS(1426), + [267] = { + [sym_identifier] = ACTIONS(1442), + [aux_sym_preproc_include_token1] = ACTIONS(1442), + [aux_sym_preproc_def_token1] = ACTIONS(1442), + [aux_sym_preproc_if_token1] = ACTIONS(1442), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1442), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1442), + [sym_preproc_directive] = ACTIONS(1442), + [anon_sym_LPAREN2] = ACTIONS(1444), + [anon_sym_BANG] = ACTIONS(1444), + [anon_sym_TILDE] = ACTIONS(1444), + [anon_sym_DASH] = ACTIONS(1442), + [anon_sym_PLUS] = ACTIONS(1442), + [anon_sym_STAR] = ACTIONS(1444), + [anon_sym_AMP] = ACTIONS(1444), + [anon_sym_subroutine] = ACTIONS(1442), + [anon_sym_invariant] = ACTIONS(1442), + [anon_sym_precise] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1444), + [anon_sym_in] = ACTIONS(1442), + [anon_sym_out] = ACTIONS(1442), + [anon_sym_inout] = ACTIONS(1442), + [anon_sym_uniform] = ACTIONS(1442), + [anon_sym_shared] = ACTIONS(1442), + [anon_sym_attribute] = ACTIONS(1442), + [anon_sym_varying] = ACTIONS(1442), + [anon_sym_buffer] = ACTIONS(1442), + [anon_sym_coherent] = ACTIONS(1442), + [anon_sym_readonly] = ACTIONS(1442), + [anon_sym_writeonly] = ACTIONS(1442), + [anon_sym_precision] = ACTIONS(1442), + [anon_sym_highp] = ACTIONS(1442), + [anon_sym_mediump] = ACTIONS(1442), + [anon_sym_lowp] = ACTIONS(1442), + [anon_sym_centroid] = ACTIONS(1442), + [anon_sym_sample] = ACTIONS(1442), + [anon_sym_patch] = ACTIONS(1442), + [anon_sym_smooth] = ACTIONS(1442), + [anon_sym_flat] = ACTIONS(1442), + [anon_sym_noperspective] = ACTIONS(1442), + [anon_sym___extension__] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1442), + [anon_sym_extern] = ACTIONS(1442), + [anon_sym___attribute__] = ACTIONS(1442), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1444), + [anon_sym___declspec] = ACTIONS(1442), + [anon_sym___cdecl] = ACTIONS(1442), + [anon_sym___clrcall] = ACTIONS(1442), + [anon_sym___stdcall] = ACTIONS(1442), + [anon_sym___fastcall] = ACTIONS(1442), + [anon_sym___thiscall] = ACTIONS(1442), + [anon_sym___vectorcall] = ACTIONS(1442), + [anon_sym_LBRACE] = ACTIONS(1444), + [anon_sym_RBRACE] = ACTIONS(1444), + [anon_sym_signed] = ACTIONS(1442), + [anon_sym_unsigned] = ACTIONS(1442), + [anon_sym_long] = ACTIONS(1442), + [anon_sym_short] = ACTIONS(1442), + [anon_sym_static] = ACTIONS(1442), + [anon_sym_auto] = ACTIONS(1442), + [anon_sym_register] = ACTIONS(1442), + [anon_sym_inline] = ACTIONS(1442), + [anon_sym___inline] = ACTIONS(1442), + [anon_sym___inline__] = ACTIONS(1442), + [anon_sym___forceinline] = ACTIONS(1442), + [anon_sym_thread_local] = ACTIONS(1442), + [anon_sym___thread] = ACTIONS(1442), + [anon_sym_const] = ACTIONS(1442), + [anon_sym_constexpr] = ACTIONS(1442), + [anon_sym_volatile] = ACTIONS(1442), + [anon_sym_restrict] = ACTIONS(1442), + [anon_sym___restrict__] = ACTIONS(1442), + [anon_sym__Atomic] = ACTIONS(1442), + [anon_sym__Noreturn] = ACTIONS(1442), + [anon_sym_noreturn] = ACTIONS(1442), + [sym_primitive_type] = ACTIONS(1442), + [anon_sym_enum] = ACTIONS(1442), + [anon_sym_struct] = ACTIONS(1442), + [anon_sym_union] = ACTIONS(1442), + [anon_sym_if] = ACTIONS(1442), + [anon_sym_else] = ACTIONS(1442), + [anon_sym_switch] = ACTIONS(1442), + [anon_sym_case] = ACTIONS(1442), + [anon_sym_default] = ACTIONS(1442), + [anon_sym_while] = ACTIONS(1442), + [anon_sym_do] = ACTIONS(1442), + [anon_sym_for] = ACTIONS(1442), + [anon_sym_return] = ACTIONS(1442), + [anon_sym_break] = ACTIONS(1442), + [anon_sym_continue] = ACTIONS(1442), + [anon_sym_goto] = ACTIONS(1442), + [anon_sym_DASH_DASH] = ACTIONS(1444), + [anon_sym_PLUS_PLUS] = ACTIONS(1444), + [anon_sym_sizeof] = ACTIONS(1442), + [anon_sym___alignof__] = ACTIONS(1442), + [anon_sym___alignof] = ACTIONS(1442), + [anon_sym__alignof] = ACTIONS(1442), + [anon_sym_alignof] = ACTIONS(1442), + [anon_sym__Alignof] = ACTIONS(1442), + [anon_sym_offsetof] = ACTIONS(1442), + [anon_sym__Generic] = ACTIONS(1442), + [anon_sym_asm] = ACTIONS(1442), + [anon_sym___asm__] = ACTIONS(1442), + [sym_number_literal] = ACTIONS(1444), + [anon_sym_L_SQUOTE] = ACTIONS(1444), + [anon_sym_u_SQUOTE] = ACTIONS(1444), + [anon_sym_U_SQUOTE] = ACTIONS(1444), + [anon_sym_u8_SQUOTE] = ACTIONS(1444), + [anon_sym_SQUOTE] = ACTIONS(1444), + [anon_sym_L_DQUOTE] = ACTIONS(1444), + [anon_sym_u_DQUOTE] = ACTIONS(1444), + [anon_sym_U_DQUOTE] = ACTIONS(1444), + [anon_sym_u8_DQUOTE] = ACTIONS(1444), + [anon_sym_DQUOTE] = ACTIONS(1444), + [sym_true] = ACTIONS(1442), + [sym_false] = ACTIONS(1442), + [anon_sym_NULL] = ACTIONS(1442), + [anon_sym_nullptr] = ACTIONS(1442), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1426), - [anon_sym_rayPayloadInEXT] = ACTIONS(1426), - [anon_sym_hitAttributeEXT] = ACTIONS(1426), - [anon_sym_callableDataEXT] = ACTIONS(1426), - [anon_sym_callableDataInEXT] = ACTIONS(1426), - [anon_sym_shaderRecordEXT] = ACTIONS(1426), - [anon_sym_rayPayloadNV] = ACTIONS(1426), - [anon_sym_rayPayloadInNV] = ACTIONS(1426), - [anon_sym_hitAttributeNV] = ACTIONS(1426), - [anon_sym_callableDataNV] = ACTIONS(1426), - [anon_sym_callableDataInNV] = ACTIONS(1426), - [anon_sym_shaderRecordNV] = ACTIONS(1426), - [anon_sym_layout] = ACTIONS(1426), + [anon_sym_rayPayloadEXT] = ACTIONS(1442), + [anon_sym_rayPayloadInEXT] = ACTIONS(1442), + [anon_sym_hitAttributeEXT] = ACTIONS(1442), + [anon_sym_callableDataEXT] = ACTIONS(1442), + [anon_sym_callableDataInEXT] = ACTIONS(1442), + [anon_sym_shaderRecordEXT] = ACTIONS(1442), + [anon_sym_rayPayloadNV] = ACTIONS(1442), + [anon_sym_rayPayloadInNV] = ACTIONS(1442), + [anon_sym_hitAttributeNV] = ACTIONS(1442), + [anon_sym_callableDataNV] = ACTIONS(1442), + [anon_sym_callableDataInNV] = ACTIONS(1442), + [anon_sym_shaderRecordNV] = ACTIONS(1442), + [anon_sym_layout] = ACTIONS(1442), }, - [267] = { - [sym_identifier] = ACTIONS(1422), - [aux_sym_preproc_include_token1] = ACTIONS(1422), - [aux_sym_preproc_def_token1] = ACTIONS(1422), - [aux_sym_preproc_if_token1] = ACTIONS(1422), - [aux_sym_preproc_if_token2] = ACTIONS(1422), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1422), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1422), - [sym_preproc_directive] = ACTIONS(1422), - [anon_sym_LPAREN2] = ACTIONS(1424), - [anon_sym_BANG] = ACTIONS(1424), - [anon_sym_TILDE] = ACTIONS(1424), - [anon_sym_DASH] = ACTIONS(1422), - [anon_sym_PLUS] = ACTIONS(1422), - [anon_sym_STAR] = ACTIONS(1424), - [anon_sym_AMP] = ACTIONS(1424), - [anon_sym_subroutine] = ACTIONS(1422), - [anon_sym_invariant] = ACTIONS(1422), - [anon_sym_precise] = ACTIONS(1422), - [anon_sym_SEMI] = ACTIONS(1424), - [anon_sym_in] = ACTIONS(1422), - [anon_sym_out] = ACTIONS(1422), - [anon_sym_inout] = ACTIONS(1422), - [anon_sym_uniform] = ACTIONS(1422), - [anon_sym_shared] = ACTIONS(1422), - [anon_sym_attribute] = ACTIONS(1422), - [anon_sym_varying] = ACTIONS(1422), - [anon_sym_buffer] = ACTIONS(1422), - [anon_sym_coherent] = ACTIONS(1422), - [anon_sym_readonly] = ACTIONS(1422), - [anon_sym_writeonly] = ACTIONS(1422), - [anon_sym_precision] = ACTIONS(1422), - [anon_sym_highp] = ACTIONS(1422), - [anon_sym_mediump] = ACTIONS(1422), - [anon_sym_lowp] = ACTIONS(1422), - [anon_sym_centroid] = ACTIONS(1422), - [anon_sym_sample] = ACTIONS(1422), - [anon_sym_patch] = ACTIONS(1422), - [anon_sym_smooth] = ACTIONS(1422), - [anon_sym_flat] = ACTIONS(1422), - [anon_sym_noperspective] = ACTIONS(1422), - [anon_sym___extension__] = ACTIONS(1422), - [anon_sym_typedef] = ACTIONS(1422), - [anon_sym_extern] = ACTIONS(1422), - [anon_sym___attribute__] = ACTIONS(1422), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym___declspec] = ACTIONS(1422), - [anon_sym___cdecl] = ACTIONS(1422), - [anon_sym___clrcall] = ACTIONS(1422), - [anon_sym___stdcall] = ACTIONS(1422), - [anon_sym___fastcall] = ACTIONS(1422), - [anon_sym___thiscall] = ACTIONS(1422), - [anon_sym___vectorcall] = ACTIONS(1422), - [anon_sym_LBRACE] = ACTIONS(1424), - [anon_sym_signed] = ACTIONS(1422), - [anon_sym_unsigned] = ACTIONS(1422), - [anon_sym_long] = ACTIONS(1422), - [anon_sym_short] = ACTIONS(1422), - [anon_sym_static] = ACTIONS(1422), - [anon_sym_auto] = ACTIONS(1422), - [anon_sym_register] = ACTIONS(1422), - [anon_sym_inline] = ACTIONS(1422), - [anon_sym___inline] = ACTIONS(1422), - [anon_sym___inline__] = ACTIONS(1422), - [anon_sym___forceinline] = ACTIONS(1422), - [anon_sym_thread_local] = ACTIONS(1422), - [anon_sym___thread] = ACTIONS(1422), - [anon_sym_const] = ACTIONS(1422), - [anon_sym_constexpr] = ACTIONS(1422), - [anon_sym_volatile] = ACTIONS(1422), - [anon_sym_restrict] = ACTIONS(1422), - [anon_sym___restrict__] = ACTIONS(1422), - [anon_sym__Atomic] = ACTIONS(1422), - [anon_sym__Noreturn] = ACTIONS(1422), - [anon_sym_noreturn] = ACTIONS(1422), - [sym_primitive_type] = ACTIONS(1422), - [anon_sym_enum] = ACTIONS(1422), - [anon_sym_struct] = ACTIONS(1422), - [anon_sym_union] = ACTIONS(1422), - [anon_sym_if] = ACTIONS(1422), - [anon_sym_else] = ACTIONS(1422), - [anon_sym_switch] = ACTIONS(1422), - [anon_sym_case] = ACTIONS(1422), - [anon_sym_default] = ACTIONS(1422), - [anon_sym_while] = ACTIONS(1422), - [anon_sym_do] = ACTIONS(1422), - [anon_sym_for] = ACTIONS(1422), - [anon_sym_return] = ACTIONS(1422), - [anon_sym_break] = ACTIONS(1422), - [anon_sym_continue] = ACTIONS(1422), - [anon_sym_goto] = ACTIONS(1422), - [anon_sym_DASH_DASH] = ACTIONS(1424), - [anon_sym_PLUS_PLUS] = ACTIONS(1424), - [anon_sym_sizeof] = ACTIONS(1422), - [anon_sym___alignof__] = ACTIONS(1422), - [anon_sym___alignof] = ACTIONS(1422), - [anon_sym__alignof] = ACTIONS(1422), - [anon_sym_alignof] = ACTIONS(1422), - [anon_sym__Alignof] = ACTIONS(1422), - [anon_sym_offsetof] = ACTIONS(1422), - [anon_sym__Generic] = ACTIONS(1422), - [anon_sym_asm] = ACTIONS(1422), - [anon_sym___asm__] = ACTIONS(1422), - [sym_number_literal] = ACTIONS(1424), - [anon_sym_L_SQUOTE] = ACTIONS(1424), - [anon_sym_u_SQUOTE] = ACTIONS(1424), - [anon_sym_U_SQUOTE] = ACTIONS(1424), - [anon_sym_u8_SQUOTE] = ACTIONS(1424), - [anon_sym_SQUOTE] = ACTIONS(1424), - [anon_sym_L_DQUOTE] = ACTIONS(1424), - [anon_sym_u_DQUOTE] = ACTIONS(1424), - [anon_sym_U_DQUOTE] = ACTIONS(1424), - [anon_sym_u8_DQUOTE] = ACTIONS(1424), - [anon_sym_DQUOTE] = ACTIONS(1424), - [sym_true] = ACTIONS(1422), - [sym_false] = ACTIONS(1422), - [anon_sym_NULL] = ACTIONS(1422), - [anon_sym_nullptr] = ACTIONS(1422), + [268] = { + [sym_identifier] = ACTIONS(1434), + [aux_sym_preproc_include_token1] = ACTIONS(1434), + [aux_sym_preproc_def_token1] = ACTIONS(1434), + [aux_sym_preproc_if_token1] = ACTIONS(1434), + [aux_sym_preproc_if_token2] = ACTIONS(1434), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1434), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1434), + [sym_preproc_directive] = ACTIONS(1434), + [anon_sym_LPAREN2] = ACTIONS(1436), + [anon_sym_BANG] = ACTIONS(1436), + [anon_sym_TILDE] = ACTIONS(1436), + [anon_sym_DASH] = ACTIONS(1434), + [anon_sym_PLUS] = ACTIONS(1434), + [anon_sym_STAR] = ACTIONS(1436), + [anon_sym_AMP] = ACTIONS(1436), + [anon_sym_subroutine] = ACTIONS(1434), + [anon_sym_invariant] = ACTIONS(1434), + [anon_sym_precise] = ACTIONS(1434), + [anon_sym_SEMI] = ACTIONS(1436), + [anon_sym_in] = ACTIONS(1434), + [anon_sym_out] = ACTIONS(1434), + [anon_sym_inout] = ACTIONS(1434), + [anon_sym_uniform] = ACTIONS(1434), + [anon_sym_shared] = ACTIONS(1434), + [anon_sym_attribute] = ACTIONS(1434), + [anon_sym_varying] = ACTIONS(1434), + [anon_sym_buffer] = ACTIONS(1434), + [anon_sym_coherent] = ACTIONS(1434), + [anon_sym_readonly] = ACTIONS(1434), + [anon_sym_writeonly] = ACTIONS(1434), + [anon_sym_precision] = ACTIONS(1434), + [anon_sym_highp] = ACTIONS(1434), + [anon_sym_mediump] = ACTIONS(1434), + [anon_sym_lowp] = ACTIONS(1434), + [anon_sym_centroid] = ACTIONS(1434), + [anon_sym_sample] = ACTIONS(1434), + [anon_sym_patch] = ACTIONS(1434), + [anon_sym_smooth] = ACTIONS(1434), + [anon_sym_flat] = ACTIONS(1434), + [anon_sym_noperspective] = ACTIONS(1434), + [anon_sym___extension__] = ACTIONS(1434), + [anon_sym_typedef] = ACTIONS(1434), + [anon_sym_extern] = ACTIONS(1434), + [anon_sym___attribute__] = ACTIONS(1434), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1436), + [anon_sym___declspec] = ACTIONS(1434), + [anon_sym___cdecl] = ACTIONS(1434), + [anon_sym___clrcall] = ACTIONS(1434), + [anon_sym___stdcall] = ACTIONS(1434), + [anon_sym___fastcall] = ACTIONS(1434), + [anon_sym___thiscall] = ACTIONS(1434), + [anon_sym___vectorcall] = ACTIONS(1434), + [anon_sym_LBRACE] = ACTIONS(1436), + [anon_sym_signed] = ACTIONS(1434), + [anon_sym_unsigned] = ACTIONS(1434), + [anon_sym_long] = ACTIONS(1434), + [anon_sym_short] = ACTIONS(1434), + [anon_sym_static] = ACTIONS(1434), + [anon_sym_auto] = ACTIONS(1434), + [anon_sym_register] = ACTIONS(1434), + [anon_sym_inline] = ACTIONS(1434), + [anon_sym___inline] = ACTIONS(1434), + [anon_sym___inline__] = ACTIONS(1434), + [anon_sym___forceinline] = ACTIONS(1434), + [anon_sym_thread_local] = ACTIONS(1434), + [anon_sym___thread] = ACTIONS(1434), + [anon_sym_const] = ACTIONS(1434), + [anon_sym_constexpr] = ACTIONS(1434), + [anon_sym_volatile] = ACTIONS(1434), + [anon_sym_restrict] = ACTIONS(1434), + [anon_sym___restrict__] = ACTIONS(1434), + [anon_sym__Atomic] = ACTIONS(1434), + [anon_sym__Noreturn] = ACTIONS(1434), + [anon_sym_noreturn] = ACTIONS(1434), + [sym_primitive_type] = ACTIONS(1434), + [anon_sym_enum] = ACTIONS(1434), + [anon_sym_struct] = ACTIONS(1434), + [anon_sym_union] = ACTIONS(1434), + [anon_sym_if] = ACTIONS(1434), + [anon_sym_else] = ACTIONS(1434), + [anon_sym_switch] = ACTIONS(1434), + [anon_sym_case] = ACTIONS(1434), + [anon_sym_default] = ACTIONS(1434), + [anon_sym_while] = ACTIONS(1434), + [anon_sym_do] = ACTIONS(1434), + [anon_sym_for] = ACTIONS(1434), + [anon_sym_return] = ACTIONS(1434), + [anon_sym_break] = ACTIONS(1434), + [anon_sym_continue] = ACTIONS(1434), + [anon_sym_goto] = ACTIONS(1434), + [anon_sym_DASH_DASH] = ACTIONS(1436), + [anon_sym_PLUS_PLUS] = ACTIONS(1436), + [anon_sym_sizeof] = ACTIONS(1434), + [anon_sym___alignof__] = ACTIONS(1434), + [anon_sym___alignof] = ACTIONS(1434), + [anon_sym__alignof] = ACTIONS(1434), + [anon_sym_alignof] = ACTIONS(1434), + [anon_sym__Alignof] = ACTIONS(1434), + [anon_sym_offsetof] = ACTIONS(1434), + [anon_sym__Generic] = ACTIONS(1434), + [anon_sym_asm] = ACTIONS(1434), + [anon_sym___asm__] = ACTIONS(1434), + [sym_number_literal] = ACTIONS(1436), + [anon_sym_L_SQUOTE] = ACTIONS(1436), + [anon_sym_u_SQUOTE] = ACTIONS(1436), + [anon_sym_U_SQUOTE] = ACTIONS(1436), + [anon_sym_u8_SQUOTE] = ACTIONS(1436), + [anon_sym_SQUOTE] = ACTIONS(1436), + [anon_sym_L_DQUOTE] = ACTIONS(1436), + [anon_sym_u_DQUOTE] = ACTIONS(1436), + [anon_sym_U_DQUOTE] = ACTIONS(1436), + [anon_sym_u8_DQUOTE] = ACTIONS(1436), + [anon_sym_DQUOTE] = ACTIONS(1436), + [sym_true] = ACTIONS(1434), + [sym_false] = ACTIONS(1434), + [anon_sym_NULL] = ACTIONS(1434), + [anon_sym_nullptr] = ACTIONS(1434), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1422), - [anon_sym_rayPayloadInEXT] = ACTIONS(1422), - [anon_sym_hitAttributeEXT] = ACTIONS(1422), - [anon_sym_callableDataEXT] = ACTIONS(1422), - [anon_sym_callableDataInEXT] = ACTIONS(1422), - [anon_sym_shaderRecordEXT] = ACTIONS(1422), - [anon_sym_rayPayloadNV] = ACTIONS(1422), - [anon_sym_rayPayloadInNV] = ACTIONS(1422), - [anon_sym_hitAttributeNV] = ACTIONS(1422), - [anon_sym_callableDataNV] = ACTIONS(1422), - [anon_sym_callableDataInNV] = ACTIONS(1422), - [anon_sym_shaderRecordNV] = ACTIONS(1422), - [anon_sym_layout] = ACTIONS(1422), + [anon_sym_rayPayloadEXT] = ACTIONS(1434), + [anon_sym_rayPayloadInEXT] = ACTIONS(1434), + [anon_sym_hitAttributeEXT] = ACTIONS(1434), + [anon_sym_callableDataEXT] = ACTIONS(1434), + [anon_sym_callableDataInEXT] = ACTIONS(1434), + [anon_sym_shaderRecordEXT] = ACTIONS(1434), + [anon_sym_rayPayloadNV] = ACTIONS(1434), + [anon_sym_rayPayloadInNV] = ACTIONS(1434), + [anon_sym_hitAttributeNV] = ACTIONS(1434), + [anon_sym_callableDataNV] = ACTIONS(1434), + [anon_sym_callableDataInNV] = ACTIONS(1434), + [anon_sym_shaderRecordNV] = ACTIONS(1434), + [anon_sym_layout] = ACTIONS(1434), }, - [268] = { - [sym_identifier] = ACTIONS(1418), - [aux_sym_preproc_include_token1] = ACTIONS(1418), - [aux_sym_preproc_def_token1] = ACTIONS(1418), - [aux_sym_preproc_if_token1] = ACTIONS(1418), - [aux_sym_preproc_if_token2] = ACTIONS(1418), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1418), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1418), - [sym_preproc_directive] = ACTIONS(1418), - [anon_sym_LPAREN2] = ACTIONS(1420), - [anon_sym_BANG] = ACTIONS(1420), - [anon_sym_TILDE] = ACTIONS(1420), - [anon_sym_DASH] = ACTIONS(1418), - [anon_sym_PLUS] = ACTIONS(1418), - [anon_sym_STAR] = ACTIONS(1420), - [anon_sym_AMP] = ACTIONS(1420), - [anon_sym_subroutine] = ACTIONS(1418), - [anon_sym_invariant] = ACTIONS(1418), - [anon_sym_precise] = ACTIONS(1418), - [anon_sym_SEMI] = ACTIONS(1420), - [anon_sym_in] = ACTIONS(1418), - [anon_sym_out] = ACTIONS(1418), - [anon_sym_inout] = ACTIONS(1418), - [anon_sym_uniform] = ACTIONS(1418), - [anon_sym_shared] = ACTIONS(1418), - [anon_sym_attribute] = ACTIONS(1418), - [anon_sym_varying] = ACTIONS(1418), - [anon_sym_buffer] = ACTIONS(1418), - [anon_sym_coherent] = ACTIONS(1418), - [anon_sym_readonly] = ACTIONS(1418), - [anon_sym_writeonly] = ACTIONS(1418), - [anon_sym_precision] = ACTIONS(1418), - [anon_sym_highp] = ACTIONS(1418), - [anon_sym_mediump] = ACTIONS(1418), - [anon_sym_lowp] = ACTIONS(1418), - [anon_sym_centroid] = ACTIONS(1418), - [anon_sym_sample] = ACTIONS(1418), - [anon_sym_patch] = ACTIONS(1418), - [anon_sym_smooth] = ACTIONS(1418), - [anon_sym_flat] = ACTIONS(1418), - [anon_sym_noperspective] = ACTIONS(1418), - [anon_sym___extension__] = ACTIONS(1418), - [anon_sym_typedef] = ACTIONS(1418), - [anon_sym_extern] = ACTIONS(1418), - [anon_sym___attribute__] = ACTIONS(1418), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1420), - [anon_sym___declspec] = ACTIONS(1418), - [anon_sym___cdecl] = ACTIONS(1418), - [anon_sym___clrcall] = ACTIONS(1418), - [anon_sym___stdcall] = ACTIONS(1418), - [anon_sym___fastcall] = ACTIONS(1418), - [anon_sym___thiscall] = ACTIONS(1418), - [anon_sym___vectorcall] = ACTIONS(1418), - [anon_sym_LBRACE] = ACTIONS(1420), - [anon_sym_signed] = ACTIONS(1418), - [anon_sym_unsigned] = ACTIONS(1418), - [anon_sym_long] = ACTIONS(1418), - [anon_sym_short] = ACTIONS(1418), - [anon_sym_static] = ACTIONS(1418), - [anon_sym_auto] = ACTIONS(1418), - [anon_sym_register] = ACTIONS(1418), - [anon_sym_inline] = ACTIONS(1418), - [anon_sym___inline] = ACTIONS(1418), - [anon_sym___inline__] = ACTIONS(1418), - [anon_sym___forceinline] = ACTIONS(1418), - [anon_sym_thread_local] = ACTIONS(1418), - [anon_sym___thread] = ACTIONS(1418), - [anon_sym_const] = ACTIONS(1418), - [anon_sym_constexpr] = ACTIONS(1418), - [anon_sym_volatile] = ACTIONS(1418), - [anon_sym_restrict] = ACTIONS(1418), - [anon_sym___restrict__] = ACTIONS(1418), - [anon_sym__Atomic] = ACTIONS(1418), - [anon_sym__Noreturn] = ACTIONS(1418), - [anon_sym_noreturn] = ACTIONS(1418), - [sym_primitive_type] = ACTIONS(1418), - [anon_sym_enum] = ACTIONS(1418), - [anon_sym_struct] = ACTIONS(1418), - [anon_sym_union] = ACTIONS(1418), - [anon_sym_if] = ACTIONS(1418), - [anon_sym_else] = ACTIONS(1418), - [anon_sym_switch] = ACTIONS(1418), - [anon_sym_case] = ACTIONS(1418), - [anon_sym_default] = ACTIONS(1418), - [anon_sym_while] = ACTIONS(1418), - [anon_sym_do] = ACTIONS(1418), - [anon_sym_for] = ACTIONS(1418), - [anon_sym_return] = ACTIONS(1418), - [anon_sym_break] = ACTIONS(1418), - [anon_sym_continue] = ACTIONS(1418), - [anon_sym_goto] = ACTIONS(1418), - [anon_sym_DASH_DASH] = ACTIONS(1420), - [anon_sym_PLUS_PLUS] = ACTIONS(1420), - [anon_sym_sizeof] = ACTIONS(1418), - [anon_sym___alignof__] = ACTIONS(1418), - [anon_sym___alignof] = ACTIONS(1418), - [anon_sym__alignof] = ACTIONS(1418), - [anon_sym_alignof] = ACTIONS(1418), - [anon_sym__Alignof] = ACTIONS(1418), - [anon_sym_offsetof] = ACTIONS(1418), - [anon_sym__Generic] = ACTIONS(1418), - [anon_sym_asm] = ACTIONS(1418), - [anon_sym___asm__] = ACTIONS(1418), - [sym_number_literal] = ACTIONS(1420), - [anon_sym_L_SQUOTE] = ACTIONS(1420), - [anon_sym_u_SQUOTE] = ACTIONS(1420), - [anon_sym_U_SQUOTE] = ACTIONS(1420), - [anon_sym_u8_SQUOTE] = ACTIONS(1420), - [anon_sym_SQUOTE] = ACTIONS(1420), - [anon_sym_L_DQUOTE] = ACTIONS(1420), - [anon_sym_u_DQUOTE] = ACTIONS(1420), - [anon_sym_U_DQUOTE] = ACTIONS(1420), - [anon_sym_u8_DQUOTE] = ACTIONS(1420), - [anon_sym_DQUOTE] = ACTIONS(1420), - [sym_true] = ACTIONS(1418), - [sym_false] = ACTIONS(1418), - [anon_sym_NULL] = ACTIONS(1418), - [anon_sym_nullptr] = ACTIONS(1418), + [269] = { + [sym_identifier] = ACTIONS(1430), + [aux_sym_preproc_include_token1] = ACTIONS(1430), + [aux_sym_preproc_def_token1] = ACTIONS(1430), + [aux_sym_preproc_if_token1] = ACTIONS(1430), + [aux_sym_preproc_if_token2] = ACTIONS(1430), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1430), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1430), + [sym_preproc_directive] = ACTIONS(1430), + [anon_sym_LPAREN2] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1432), + [anon_sym_TILDE] = ACTIONS(1432), + [anon_sym_DASH] = ACTIONS(1430), + [anon_sym_PLUS] = ACTIONS(1430), + [anon_sym_STAR] = ACTIONS(1432), + [anon_sym_AMP] = ACTIONS(1432), + [anon_sym_subroutine] = ACTIONS(1430), + [anon_sym_invariant] = ACTIONS(1430), + [anon_sym_precise] = ACTIONS(1430), + [anon_sym_SEMI] = ACTIONS(1432), + [anon_sym_in] = ACTIONS(1430), + [anon_sym_out] = ACTIONS(1430), + [anon_sym_inout] = ACTIONS(1430), + [anon_sym_uniform] = ACTIONS(1430), + [anon_sym_shared] = ACTIONS(1430), + [anon_sym_attribute] = ACTIONS(1430), + [anon_sym_varying] = ACTIONS(1430), + [anon_sym_buffer] = ACTIONS(1430), + [anon_sym_coherent] = ACTIONS(1430), + [anon_sym_readonly] = ACTIONS(1430), + [anon_sym_writeonly] = ACTIONS(1430), + [anon_sym_precision] = ACTIONS(1430), + [anon_sym_highp] = ACTIONS(1430), + [anon_sym_mediump] = ACTIONS(1430), + [anon_sym_lowp] = ACTIONS(1430), + [anon_sym_centroid] = ACTIONS(1430), + [anon_sym_sample] = ACTIONS(1430), + [anon_sym_patch] = ACTIONS(1430), + [anon_sym_smooth] = ACTIONS(1430), + [anon_sym_flat] = ACTIONS(1430), + [anon_sym_noperspective] = ACTIONS(1430), + [anon_sym___extension__] = ACTIONS(1430), + [anon_sym_typedef] = ACTIONS(1430), + [anon_sym_extern] = ACTIONS(1430), + [anon_sym___attribute__] = ACTIONS(1430), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1432), + [anon_sym___declspec] = ACTIONS(1430), + [anon_sym___cdecl] = ACTIONS(1430), + [anon_sym___clrcall] = ACTIONS(1430), + [anon_sym___stdcall] = ACTIONS(1430), + [anon_sym___fastcall] = ACTIONS(1430), + [anon_sym___thiscall] = ACTIONS(1430), + [anon_sym___vectorcall] = ACTIONS(1430), + [anon_sym_LBRACE] = ACTIONS(1432), + [anon_sym_signed] = ACTIONS(1430), + [anon_sym_unsigned] = ACTIONS(1430), + [anon_sym_long] = ACTIONS(1430), + [anon_sym_short] = ACTIONS(1430), + [anon_sym_static] = ACTIONS(1430), + [anon_sym_auto] = ACTIONS(1430), + [anon_sym_register] = ACTIONS(1430), + [anon_sym_inline] = ACTIONS(1430), + [anon_sym___inline] = ACTIONS(1430), + [anon_sym___inline__] = ACTIONS(1430), + [anon_sym___forceinline] = ACTIONS(1430), + [anon_sym_thread_local] = ACTIONS(1430), + [anon_sym___thread] = ACTIONS(1430), + [anon_sym_const] = ACTIONS(1430), + [anon_sym_constexpr] = ACTIONS(1430), + [anon_sym_volatile] = ACTIONS(1430), + [anon_sym_restrict] = ACTIONS(1430), + [anon_sym___restrict__] = ACTIONS(1430), + [anon_sym__Atomic] = ACTIONS(1430), + [anon_sym__Noreturn] = ACTIONS(1430), + [anon_sym_noreturn] = ACTIONS(1430), + [sym_primitive_type] = ACTIONS(1430), + [anon_sym_enum] = ACTIONS(1430), + [anon_sym_struct] = ACTIONS(1430), + [anon_sym_union] = ACTIONS(1430), + [anon_sym_if] = ACTIONS(1430), + [anon_sym_else] = ACTIONS(1430), + [anon_sym_switch] = ACTIONS(1430), + [anon_sym_case] = ACTIONS(1430), + [anon_sym_default] = ACTIONS(1430), + [anon_sym_while] = ACTIONS(1430), + [anon_sym_do] = ACTIONS(1430), + [anon_sym_for] = ACTIONS(1430), + [anon_sym_return] = ACTIONS(1430), + [anon_sym_break] = ACTIONS(1430), + [anon_sym_continue] = ACTIONS(1430), + [anon_sym_goto] = ACTIONS(1430), + [anon_sym_DASH_DASH] = ACTIONS(1432), + [anon_sym_PLUS_PLUS] = ACTIONS(1432), + [anon_sym_sizeof] = ACTIONS(1430), + [anon_sym___alignof__] = ACTIONS(1430), + [anon_sym___alignof] = ACTIONS(1430), + [anon_sym__alignof] = ACTIONS(1430), + [anon_sym_alignof] = ACTIONS(1430), + [anon_sym__Alignof] = ACTIONS(1430), + [anon_sym_offsetof] = ACTIONS(1430), + [anon_sym__Generic] = ACTIONS(1430), + [anon_sym_asm] = ACTIONS(1430), + [anon_sym___asm__] = ACTIONS(1430), + [sym_number_literal] = ACTIONS(1432), + [anon_sym_L_SQUOTE] = ACTIONS(1432), + [anon_sym_u_SQUOTE] = ACTIONS(1432), + [anon_sym_U_SQUOTE] = ACTIONS(1432), + [anon_sym_u8_SQUOTE] = ACTIONS(1432), + [anon_sym_SQUOTE] = ACTIONS(1432), + [anon_sym_L_DQUOTE] = ACTIONS(1432), + [anon_sym_u_DQUOTE] = ACTIONS(1432), + [anon_sym_U_DQUOTE] = ACTIONS(1432), + [anon_sym_u8_DQUOTE] = ACTIONS(1432), + [anon_sym_DQUOTE] = ACTIONS(1432), + [sym_true] = ACTIONS(1430), + [sym_false] = ACTIONS(1430), + [anon_sym_NULL] = ACTIONS(1430), + [anon_sym_nullptr] = ACTIONS(1430), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1418), - [anon_sym_rayPayloadInEXT] = ACTIONS(1418), - [anon_sym_hitAttributeEXT] = ACTIONS(1418), - [anon_sym_callableDataEXT] = ACTIONS(1418), - [anon_sym_callableDataInEXT] = ACTIONS(1418), - [anon_sym_shaderRecordEXT] = ACTIONS(1418), - [anon_sym_rayPayloadNV] = ACTIONS(1418), - [anon_sym_rayPayloadInNV] = ACTIONS(1418), - [anon_sym_hitAttributeNV] = ACTIONS(1418), - [anon_sym_callableDataNV] = ACTIONS(1418), - [anon_sym_callableDataInNV] = ACTIONS(1418), - [anon_sym_shaderRecordNV] = ACTIONS(1418), - [anon_sym_layout] = ACTIONS(1418), + [anon_sym_rayPayloadEXT] = ACTIONS(1430), + [anon_sym_rayPayloadInEXT] = ACTIONS(1430), + [anon_sym_hitAttributeEXT] = ACTIONS(1430), + [anon_sym_callableDataEXT] = ACTIONS(1430), + [anon_sym_callableDataInEXT] = ACTIONS(1430), + [anon_sym_shaderRecordEXT] = ACTIONS(1430), + [anon_sym_rayPayloadNV] = ACTIONS(1430), + [anon_sym_rayPayloadInNV] = ACTIONS(1430), + [anon_sym_hitAttributeNV] = ACTIONS(1430), + [anon_sym_callableDataNV] = ACTIONS(1430), + [anon_sym_callableDataInNV] = ACTIONS(1430), + [anon_sym_shaderRecordNV] = ACTIONS(1430), + [anon_sym_layout] = ACTIONS(1430), }, - [269] = { - [ts_builtin_sym_end] = ACTIONS(1396), - [sym_identifier] = ACTIONS(1394), - [aux_sym_preproc_include_token1] = ACTIONS(1394), - [aux_sym_preproc_def_token1] = ACTIONS(1394), - [aux_sym_preproc_if_token1] = ACTIONS(1394), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1394), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1394), - [sym_preproc_directive] = ACTIONS(1394), - [anon_sym_LPAREN2] = ACTIONS(1396), - [anon_sym_BANG] = ACTIONS(1396), - [anon_sym_TILDE] = ACTIONS(1396), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_AMP] = ACTIONS(1396), - [anon_sym_subroutine] = ACTIONS(1394), - [anon_sym_invariant] = ACTIONS(1394), - [anon_sym_precise] = ACTIONS(1394), - [anon_sym_SEMI] = ACTIONS(1396), - [anon_sym_in] = ACTIONS(1394), - [anon_sym_out] = ACTIONS(1394), - [anon_sym_inout] = ACTIONS(1394), - [anon_sym_uniform] = ACTIONS(1394), - [anon_sym_shared] = ACTIONS(1394), - [anon_sym_attribute] = ACTIONS(1394), - [anon_sym_varying] = ACTIONS(1394), - [anon_sym_buffer] = ACTIONS(1394), - [anon_sym_coherent] = ACTIONS(1394), - [anon_sym_readonly] = ACTIONS(1394), - [anon_sym_writeonly] = ACTIONS(1394), - [anon_sym_precision] = ACTIONS(1394), - [anon_sym_highp] = ACTIONS(1394), - [anon_sym_mediump] = ACTIONS(1394), - [anon_sym_lowp] = ACTIONS(1394), - [anon_sym_centroid] = ACTIONS(1394), - [anon_sym_sample] = ACTIONS(1394), - [anon_sym_patch] = ACTIONS(1394), - [anon_sym_smooth] = ACTIONS(1394), - [anon_sym_flat] = ACTIONS(1394), - [anon_sym_noperspective] = ACTIONS(1394), - [anon_sym___extension__] = ACTIONS(1394), - [anon_sym_typedef] = ACTIONS(1394), - [anon_sym_extern] = ACTIONS(1394), - [anon_sym___attribute__] = ACTIONS(1394), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1396), - [anon_sym___declspec] = ACTIONS(1394), - [anon_sym___cdecl] = ACTIONS(1394), - [anon_sym___clrcall] = ACTIONS(1394), - [anon_sym___stdcall] = ACTIONS(1394), - [anon_sym___fastcall] = ACTIONS(1394), - [anon_sym___thiscall] = ACTIONS(1394), - [anon_sym___vectorcall] = ACTIONS(1394), - [anon_sym_LBRACE] = ACTIONS(1396), - [anon_sym_signed] = ACTIONS(1394), - [anon_sym_unsigned] = ACTIONS(1394), - [anon_sym_long] = ACTIONS(1394), - [anon_sym_short] = ACTIONS(1394), - [anon_sym_static] = ACTIONS(1394), - [anon_sym_auto] = ACTIONS(1394), - [anon_sym_register] = ACTIONS(1394), - [anon_sym_inline] = ACTIONS(1394), - [anon_sym___inline] = ACTIONS(1394), - [anon_sym___inline__] = ACTIONS(1394), - [anon_sym___forceinline] = ACTIONS(1394), - [anon_sym_thread_local] = ACTIONS(1394), - [anon_sym___thread] = ACTIONS(1394), - [anon_sym_const] = ACTIONS(1394), - [anon_sym_constexpr] = ACTIONS(1394), - [anon_sym_volatile] = ACTIONS(1394), - [anon_sym_restrict] = ACTIONS(1394), - [anon_sym___restrict__] = ACTIONS(1394), - [anon_sym__Atomic] = ACTIONS(1394), - [anon_sym__Noreturn] = ACTIONS(1394), - [anon_sym_noreturn] = ACTIONS(1394), - [sym_primitive_type] = ACTIONS(1394), - [anon_sym_enum] = ACTIONS(1394), - [anon_sym_struct] = ACTIONS(1394), - [anon_sym_union] = ACTIONS(1394), - [anon_sym_if] = ACTIONS(1394), - [anon_sym_else] = ACTIONS(1394), - [anon_sym_switch] = ACTIONS(1394), - [anon_sym_case] = ACTIONS(1394), - [anon_sym_default] = ACTIONS(1394), - [anon_sym_while] = ACTIONS(1394), - [anon_sym_do] = ACTIONS(1394), - [anon_sym_for] = ACTIONS(1394), - [anon_sym_return] = ACTIONS(1394), - [anon_sym_break] = ACTIONS(1394), - [anon_sym_continue] = ACTIONS(1394), - [anon_sym_goto] = ACTIONS(1394), - [anon_sym_DASH_DASH] = ACTIONS(1396), - [anon_sym_PLUS_PLUS] = ACTIONS(1396), - [anon_sym_sizeof] = ACTIONS(1394), - [anon_sym___alignof__] = ACTIONS(1394), - [anon_sym___alignof] = ACTIONS(1394), - [anon_sym__alignof] = ACTIONS(1394), - [anon_sym_alignof] = ACTIONS(1394), - [anon_sym__Alignof] = ACTIONS(1394), - [anon_sym_offsetof] = ACTIONS(1394), - [anon_sym__Generic] = ACTIONS(1394), - [anon_sym_asm] = ACTIONS(1394), - [anon_sym___asm__] = ACTIONS(1394), - [sym_number_literal] = ACTIONS(1396), - [anon_sym_L_SQUOTE] = ACTIONS(1396), - [anon_sym_u_SQUOTE] = ACTIONS(1396), - [anon_sym_U_SQUOTE] = ACTIONS(1396), - [anon_sym_u8_SQUOTE] = ACTIONS(1396), - [anon_sym_SQUOTE] = ACTIONS(1396), - [anon_sym_L_DQUOTE] = ACTIONS(1396), - [anon_sym_u_DQUOTE] = ACTIONS(1396), - [anon_sym_U_DQUOTE] = ACTIONS(1396), - [anon_sym_u8_DQUOTE] = ACTIONS(1396), - [anon_sym_DQUOTE] = ACTIONS(1396), - [sym_true] = ACTIONS(1394), - [sym_false] = ACTIONS(1394), - [anon_sym_NULL] = ACTIONS(1394), - [anon_sym_nullptr] = ACTIONS(1394), + [270] = { + [sym_identifier] = ACTIONS(1438), + [aux_sym_preproc_include_token1] = ACTIONS(1438), + [aux_sym_preproc_def_token1] = ACTIONS(1438), + [aux_sym_preproc_if_token1] = ACTIONS(1438), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1438), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1438), + [sym_preproc_directive] = ACTIONS(1438), + [anon_sym_LPAREN2] = ACTIONS(1440), + [anon_sym_BANG] = ACTIONS(1440), + [anon_sym_TILDE] = ACTIONS(1440), + [anon_sym_DASH] = ACTIONS(1438), + [anon_sym_PLUS] = ACTIONS(1438), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_subroutine] = ACTIONS(1438), + [anon_sym_invariant] = ACTIONS(1438), + [anon_sym_precise] = ACTIONS(1438), + [anon_sym_SEMI] = ACTIONS(1440), + [anon_sym_in] = ACTIONS(1438), + [anon_sym_out] = ACTIONS(1438), + [anon_sym_inout] = ACTIONS(1438), + [anon_sym_uniform] = ACTIONS(1438), + [anon_sym_shared] = ACTIONS(1438), + [anon_sym_attribute] = ACTIONS(1438), + [anon_sym_varying] = ACTIONS(1438), + [anon_sym_buffer] = ACTIONS(1438), + [anon_sym_coherent] = ACTIONS(1438), + [anon_sym_readonly] = ACTIONS(1438), + [anon_sym_writeonly] = ACTIONS(1438), + [anon_sym_precision] = ACTIONS(1438), + [anon_sym_highp] = ACTIONS(1438), + [anon_sym_mediump] = ACTIONS(1438), + [anon_sym_lowp] = ACTIONS(1438), + [anon_sym_centroid] = ACTIONS(1438), + [anon_sym_sample] = ACTIONS(1438), + [anon_sym_patch] = ACTIONS(1438), + [anon_sym_smooth] = ACTIONS(1438), + [anon_sym_flat] = ACTIONS(1438), + [anon_sym_noperspective] = ACTIONS(1438), + [anon_sym___extension__] = ACTIONS(1438), + [anon_sym_typedef] = ACTIONS(1438), + [anon_sym_extern] = ACTIONS(1438), + [anon_sym___attribute__] = ACTIONS(1438), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1438), + [anon_sym___cdecl] = ACTIONS(1438), + [anon_sym___clrcall] = ACTIONS(1438), + [anon_sym___stdcall] = ACTIONS(1438), + [anon_sym___fastcall] = ACTIONS(1438), + [anon_sym___thiscall] = ACTIONS(1438), + [anon_sym___vectorcall] = ACTIONS(1438), + [anon_sym_LBRACE] = ACTIONS(1440), + [anon_sym_RBRACE] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1438), + [anon_sym_unsigned] = ACTIONS(1438), + [anon_sym_long] = ACTIONS(1438), + [anon_sym_short] = ACTIONS(1438), + [anon_sym_static] = ACTIONS(1438), + [anon_sym_auto] = ACTIONS(1438), + [anon_sym_register] = ACTIONS(1438), + [anon_sym_inline] = ACTIONS(1438), + [anon_sym___inline] = ACTIONS(1438), + [anon_sym___inline__] = ACTIONS(1438), + [anon_sym___forceinline] = ACTIONS(1438), + [anon_sym_thread_local] = ACTIONS(1438), + [anon_sym___thread] = ACTIONS(1438), + [anon_sym_const] = ACTIONS(1438), + [anon_sym_constexpr] = ACTIONS(1438), + [anon_sym_volatile] = ACTIONS(1438), + [anon_sym_restrict] = ACTIONS(1438), + [anon_sym___restrict__] = ACTIONS(1438), + [anon_sym__Atomic] = ACTIONS(1438), + [anon_sym__Noreturn] = ACTIONS(1438), + [anon_sym_noreturn] = ACTIONS(1438), + [sym_primitive_type] = ACTIONS(1438), + [anon_sym_enum] = ACTIONS(1438), + [anon_sym_struct] = ACTIONS(1438), + [anon_sym_union] = ACTIONS(1438), + [anon_sym_if] = ACTIONS(1438), + [anon_sym_else] = ACTIONS(1438), + [anon_sym_switch] = ACTIONS(1438), + [anon_sym_case] = ACTIONS(1438), + [anon_sym_default] = ACTIONS(1438), + [anon_sym_while] = ACTIONS(1438), + [anon_sym_do] = ACTIONS(1438), + [anon_sym_for] = ACTIONS(1438), + [anon_sym_return] = ACTIONS(1438), + [anon_sym_break] = ACTIONS(1438), + [anon_sym_continue] = ACTIONS(1438), + [anon_sym_goto] = ACTIONS(1438), + [anon_sym_DASH_DASH] = ACTIONS(1440), + [anon_sym_PLUS_PLUS] = ACTIONS(1440), + [anon_sym_sizeof] = ACTIONS(1438), + [anon_sym___alignof__] = ACTIONS(1438), + [anon_sym___alignof] = ACTIONS(1438), + [anon_sym__alignof] = ACTIONS(1438), + [anon_sym_alignof] = ACTIONS(1438), + [anon_sym__Alignof] = ACTIONS(1438), + [anon_sym_offsetof] = ACTIONS(1438), + [anon_sym__Generic] = ACTIONS(1438), + [anon_sym_asm] = ACTIONS(1438), + [anon_sym___asm__] = ACTIONS(1438), + [sym_number_literal] = ACTIONS(1440), + [anon_sym_L_SQUOTE] = ACTIONS(1440), + [anon_sym_u_SQUOTE] = ACTIONS(1440), + [anon_sym_U_SQUOTE] = ACTIONS(1440), + [anon_sym_u8_SQUOTE] = ACTIONS(1440), + [anon_sym_SQUOTE] = ACTIONS(1440), + [anon_sym_L_DQUOTE] = ACTIONS(1440), + [anon_sym_u_DQUOTE] = ACTIONS(1440), + [anon_sym_U_DQUOTE] = ACTIONS(1440), + [anon_sym_u8_DQUOTE] = ACTIONS(1440), + [anon_sym_DQUOTE] = ACTIONS(1440), + [sym_true] = ACTIONS(1438), + [sym_false] = ACTIONS(1438), + [anon_sym_NULL] = ACTIONS(1438), + [anon_sym_nullptr] = ACTIONS(1438), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1394), - [anon_sym_rayPayloadInEXT] = ACTIONS(1394), - [anon_sym_hitAttributeEXT] = ACTIONS(1394), - [anon_sym_callableDataEXT] = ACTIONS(1394), - [anon_sym_callableDataInEXT] = ACTIONS(1394), - [anon_sym_shaderRecordEXT] = ACTIONS(1394), - [anon_sym_rayPayloadNV] = ACTIONS(1394), - [anon_sym_rayPayloadInNV] = ACTIONS(1394), - [anon_sym_hitAttributeNV] = ACTIONS(1394), - [anon_sym_callableDataNV] = ACTIONS(1394), - [anon_sym_callableDataInNV] = ACTIONS(1394), - [anon_sym_shaderRecordNV] = ACTIONS(1394), - [anon_sym_layout] = ACTIONS(1394), + [anon_sym_rayPayloadEXT] = ACTIONS(1438), + [anon_sym_rayPayloadInEXT] = ACTIONS(1438), + [anon_sym_hitAttributeEXT] = ACTIONS(1438), + [anon_sym_callableDataEXT] = ACTIONS(1438), + [anon_sym_callableDataInEXT] = ACTIONS(1438), + [anon_sym_shaderRecordEXT] = ACTIONS(1438), + [anon_sym_rayPayloadNV] = ACTIONS(1438), + [anon_sym_rayPayloadInNV] = ACTIONS(1438), + [anon_sym_hitAttributeNV] = ACTIONS(1438), + [anon_sym_callableDataNV] = ACTIONS(1438), + [anon_sym_callableDataInNV] = ACTIONS(1438), + [anon_sym_shaderRecordNV] = ACTIONS(1438), + [anon_sym_layout] = ACTIONS(1438), }, - [270] = { - [ts_builtin_sym_end] = ACTIONS(1352), + [271] = { [sym_identifier] = ACTIONS(1350), [aux_sym_preproc_include_token1] = ACTIONS(1350), [aux_sym_preproc_def_token1] = ACTIONS(1350), @@ -58130,6 +58257,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1350), [anon_sym___vectorcall] = ACTIONS(1350), [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_RBRACE] = ACTIONS(1352), [anon_sym_signed] = ACTIONS(1350), [anon_sym_unsigned] = ACTIONS(1350), [anon_sym_long] = ACTIONS(1350), @@ -58209,943 +58337,677 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1350), [anon_sym_layout] = ACTIONS(1350), }, - [271] = { - [sym_identifier] = ACTIONS(1390), - [aux_sym_preproc_include_token1] = ACTIONS(1390), - [aux_sym_preproc_def_token1] = ACTIONS(1390), - [aux_sym_preproc_if_token1] = ACTIONS(1390), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1390), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1390), - [sym_preproc_directive] = ACTIONS(1390), - [anon_sym_LPAREN2] = ACTIONS(1392), - [anon_sym_BANG] = ACTIONS(1392), - [anon_sym_TILDE] = ACTIONS(1392), - [anon_sym_DASH] = ACTIONS(1390), - [anon_sym_PLUS] = ACTIONS(1390), - [anon_sym_STAR] = ACTIONS(1392), - [anon_sym_AMP] = ACTIONS(1392), - [anon_sym_subroutine] = ACTIONS(1390), - [anon_sym_invariant] = ACTIONS(1390), - [anon_sym_precise] = ACTIONS(1390), - [anon_sym_SEMI] = ACTIONS(1392), - [anon_sym_in] = ACTIONS(1390), - [anon_sym_out] = ACTIONS(1390), - [anon_sym_inout] = ACTIONS(1390), - [anon_sym_uniform] = ACTIONS(1390), - [anon_sym_shared] = ACTIONS(1390), - [anon_sym_attribute] = ACTIONS(1390), - [anon_sym_varying] = ACTIONS(1390), - [anon_sym_buffer] = ACTIONS(1390), - [anon_sym_coherent] = ACTIONS(1390), - [anon_sym_readonly] = ACTIONS(1390), - [anon_sym_writeonly] = ACTIONS(1390), - [anon_sym_precision] = ACTIONS(1390), - [anon_sym_highp] = ACTIONS(1390), - [anon_sym_mediump] = ACTIONS(1390), - [anon_sym_lowp] = ACTIONS(1390), - [anon_sym_centroid] = ACTIONS(1390), - [anon_sym_sample] = ACTIONS(1390), - [anon_sym_patch] = ACTIONS(1390), - [anon_sym_smooth] = ACTIONS(1390), - [anon_sym_flat] = ACTIONS(1390), - [anon_sym_noperspective] = ACTIONS(1390), - [anon_sym___extension__] = ACTIONS(1390), - [anon_sym_typedef] = ACTIONS(1390), - [anon_sym_extern] = ACTIONS(1390), - [anon_sym___attribute__] = ACTIONS(1390), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1392), - [anon_sym___declspec] = ACTIONS(1390), - [anon_sym___cdecl] = ACTIONS(1390), - [anon_sym___clrcall] = ACTIONS(1390), - [anon_sym___stdcall] = ACTIONS(1390), - [anon_sym___fastcall] = ACTIONS(1390), - [anon_sym___thiscall] = ACTIONS(1390), - [anon_sym___vectorcall] = ACTIONS(1390), - [anon_sym_LBRACE] = ACTIONS(1392), - [anon_sym_RBRACE] = ACTIONS(1392), - [anon_sym_signed] = ACTIONS(1390), - [anon_sym_unsigned] = ACTIONS(1390), - [anon_sym_long] = ACTIONS(1390), - [anon_sym_short] = ACTIONS(1390), - [anon_sym_static] = ACTIONS(1390), - [anon_sym_auto] = ACTIONS(1390), - [anon_sym_register] = ACTIONS(1390), - [anon_sym_inline] = ACTIONS(1390), - [anon_sym___inline] = ACTIONS(1390), - [anon_sym___inline__] = ACTIONS(1390), - [anon_sym___forceinline] = ACTIONS(1390), - [anon_sym_thread_local] = ACTIONS(1390), - [anon_sym___thread] = ACTIONS(1390), - [anon_sym_const] = ACTIONS(1390), - [anon_sym_constexpr] = ACTIONS(1390), - [anon_sym_volatile] = ACTIONS(1390), - [anon_sym_restrict] = ACTIONS(1390), - [anon_sym___restrict__] = ACTIONS(1390), - [anon_sym__Atomic] = ACTIONS(1390), - [anon_sym__Noreturn] = ACTIONS(1390), - [anon_sym_noreturn] = ACTIONS(1390), - [sym_primitive_type] = ACTIONS(1390), - [anon_sym_enum] = ACTIONS(1390), - [anon_sym_struct] = ACTIONS(1390), - [anon_sym_union] = ACTIONS(1390), - [anon_sym_if] = ACTIONS(1390), - [anon_sym_else] = ACTIONS(1390), - [anon_sym_switch] = ACTIONS(1390), - [anon_sym_case] = ACTIONS(1390), - [anon_sym_default] = ACTIONS(1390), - [anon_sym_while] = ACTIONS(1390), - [anon_sym_do] = ACTIONS(1390), - [anon_sym_for] = ACTIONS(1390), - [anon_sym_return] = ACTIONS(1390), - [anon_sym_break] = ACTIONS(1390), - [anon_sym_continue] = ACTIONS(1390), - [anon_sym_goto] = ACTIONS(1390), - [anon_sym_DASH_DASH] = ACTIONS(1392), - [anon_sym_PLUS_PLUS] = ACTIONS(1392), - [anon_sym_sizeof] = ACTIONS(1390), - [anon_sym___alignof__] = ACTIONS(1390), - [anon_sym___alignof] = ACTIONS(1390), - [anon_sym__alignof] = ACTIONS(1390), - [anon_sym_alignof] = ACTIONS(1390), - [anon_sym__Alignof] = ACTIONS(1390), - [anon_sym_offsetof] = ACTIONS(1390), - [anon_sym__Generic] = ACTIONS(1390), - [anon_sym_asm] = ACTIONS(1390), - [anon_sym___asm__] = ACTIONS(1390), - [sym_number_literal] = ACTIONS(1392), - [anon_sym_L_SQUOTE] = ACTIONS(1392), - [anon_sym_u_SQUOTE] = ACTIONS(1392), - [anon_sym_U_SQUOTE] = ACTIONS(1392), - [anon_sym_u8_SQUOTE] = ACTIONS(1392), - [anon_sym_SQUOTE] = ACTIONS(1392), - [anon_sym_L_DQUOTE] = ACTIONS(1392), - [anon_sym_u_DQUOTE] = ACTIONS(1392), - [anon_sym_U_DQUOTE] = ACTIONS(1392), - [anon_sym_u8_DQUOTE] = ACTIONS(1392), - [anon_sym_DQUOTE] = ACTIONS(1392), - [sym_true] = ACTIONS(1390), - [sym_false] = ACTIONS(1390), - [anon_sym_NULL] = ACTIONS(1390), - [anon_sym_nullptr] = ACTIONS(1390), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1390), - [anon_sym_rayPayloadInEXT] = ACTIONS(1390), - [anon_sym_hitAttributeEXT] = ACTIONS(1390), - [anon_sym_callableDataEXT] = ACTIONS(1390), - [anon_sym_callableDataInEXT] = ACTIONS(1390), - [anon_sym_shaderRecordEXT] = ACTIONS(1390), - [anon_sym_rayPayloadNV] = ACTIONS(1390), - [anon_sym_rayPayloadInNV] = ACTIONS(1390), - [anon_sym_hitAttributeNV] = ACTIONS(1390), - [anon_sym_callableDataNV] = ACTIONS(1390), - [anon_sym_callableDataInNV] = ACTIONS(1390), - [anon_sym_shaderRecordNV] = ACTIONS(1390), - [anon_sym_layout] = ACTIONS(1390), - }, [272] = { - [sym_identifier] = ACTIONS(1414), - [aux_sym_preproc_include_token1] = ACTIONS(1414), - [aux_sym_preproc_def_token1] = ACTIONS(1414), - [aux_sym_preproc_if_token1] = ACTIONS(1414), - [aux_sym_preproc_if_token2] = ACTIONS(1414), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1414), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1414), - [sym_preproc_directive] = ACTIONS(1414), - [anon_sym_LPAREN2] = ACTIONS(1416), - [anon_sym_BANG] = ACTIONS(1416), - [anon_sym_TILDE] = ACTIONS(1416), - [anon_sym_DASH] = ACTIONS(1414), - [anon_sym_PLUS] = ACTIONS(1414), - [anon_sym_STAR] = ACTIONS(1416), - [anon_sym_AMP] = ACTIONS(1416), - [anon_sym_subroutine] = ACTIONS(1414), - [anon_sym_invariant] = ACTIONS(1414), - [anon_sym_precise] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(1416), - [anon_sym_in] = ACTIONS(1414), - [anon_sym_out] = ACTIONS(1414), - [anon_sym_inout] = ACTIONS(1414), - [anon_sym_uniform] = ACTIONS(1414), - [anon_sym_shared] = ACTIONS(1414), - [anon_sym_attribute] = ACTIONS(1414), - [anon_sym_varying] = ACTIONS(1414), - [anon_sym_buffer] = ACTIONS(1414), - [anon_sym_coherent] = ACTIONS(1414), - [anon_sym_readonly] = ACTIONS(1414), - [anon_sym_writeonly] = ACTIONS(1414), - [anon_sym_precision] = ACTIONS(1414), - [anon_sym_highp] = ACTIONS(1414), - [anon_sym_mediump] = ACTIONS(1414), - [anon_sym_lowp] = ACTIONS(1414), - [anon_sym_centroid] = ACTIONS(1414), - [anon_sym_sample] = ACTIONS(1414), - [anon_sym_patch] = ACTIONS(1414), - [anon_sym_smooth] = ACTIONS(1414), - [anon_sym_flat] = ACTIONS(1414), - [anon_sym_noperspective] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1414), - [anon_sym_typedef] = ACTIONS(1414), - [anon_sym_extern] = ACTIONS(1414), - [anon_sym___attribute__] = ACTIONS(1414), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1416), - [anon_sym___declspec] = ACTIONS(1414), - [anon_sym___cdecl] = ACTIONS(1414), - [anon_sym___clrcall] = ACTIONS(1414), - [anon_sym___stdcall] = ACTIONS(1414), - [anon_sym___fastcall] = ACTIONS(1414), - [anon_sym___thiscall] = ACTIONS(1414), - [anon_sym___vectorcall] = ACTIONS(1414), - [anon_sym_LBRACE] = ACTIONS(1416), - [anon_sym_signed] = ACTIONS(1414), - [anon_sym_unsigned] = ACTIONS(1414), - [anon_sym_long] = ACTIONS(1414), - [anon_sym_short] = ACTIONS(1414), - [anon_sym_static] = ACTIONS(1414), - [anon_sym_auto] = ACTIONS(1414), - [anon_sym_register] = ACTIONS(1414), - [anon_sym_inline] = ACTIONS(1414), - [anon_sym___inline] = ACTIONS(1414), - [anon_sym___inline__] = ACTIONS(1414), - [anon_sym___forceinline] = ACTIONS(1414), - [anon_sym_thread_local] = ACTIONS(1414), - [anon_sym___thread] = ACTIONS(1414), - [anon_sym_const] = ACTIONS(1414), - [anon_sym_constexpr] = ACTIONS(1414), - [anon_sym_volatile] = ACTIONS(1414), - [anon_sym_restrict] = ACTIONS(1414), - [anon_sym___restrict__] = ACTIONS(1414), - [anon_sym__Atomic] = ACTIONS(1414), - [anon_sym__Noreturn] = ACTIONS(1414), - [anon_sym_noreturn] = ACTIONS(1414), - [sym_primitive_type] = ACTIONS(1414), - [anon_sym_enum] = ACTIONS(1414), - [anon_sym_struct] = ACTIONS(1414), - [anon_sym_union] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1414), - [anon_sym_else] = ACTIONS(1414), - [anon_sym_switch] = ACTIONS(1414), - [anon_sym_case] = ACTIONS(1414), - [anon_sym_default] = ACTIONS(1414), - [anon_sym_while] = ACTIONS(1414), - [anon_sym_do] = ACTIONS(1414), - [anon_sym_for] = ACTIONS(1414), - [anon_sym_return] = ACTIONS(1414), - [anon_sym_break] = ACTIONS(1414), - [anon_sym_continue] = ACTIONS(1414), - [anon_sym_goto] = ACTIONS(1414), - [anon_sym_DASH_DASH] = ACTIONS(1416), - [anon_sym_PLUS_PLUS] = ACTIONS(1416), - [anon_sym_sizeof] = ACTIONS(1414), - [anon_sym___alignof__] = ACTIONS(1414), - [anon_sym___alignof] = ACTIONS(1414), - [anon_sym__alignof] = ACTIONS(1414), - [anon_sym_alignof] = ACTIONS(1414), - [anon_sym__Alignof] = ACTIONS(1414), - [anon_sym_offsetof] = ACTIONS(1414), - [anon_sym__Generic] = ACTIONS(1414), - [anon_sym_asm] = ACTIONS(1414), - [anon_sym___asm__] = ACTIONS(1414), - [sym_number_literal] = ACTIONS(1416), - [anon_sym_L_SQUOTE] = ACTIONS(1416), - [anon_sym_u_SQUOTE] = ACTIONS(1416), - [anon_sym_U_SQUOTE] = ACTIONS(1416), - [anon_sym_u8_SQUOTE] = ACTIONS(1416), - [anon_sym_SQUOTE] = ACTIONS(1416), - [anon_sym_L_DQUOTE] = ACTIONS(1416), - [anon_sym_u_DQUOTE] = ACTIONS(1416), - [anon_sym_U_DQUOTE] = ACTIONS(1416), - [anon_sym_u8_DQUOTE] = ACTIONS(1416), - [anon_sym_DQUOTE] = ACTIONS(1416), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [anon_sym_NULL] = ACTIONS(1414), - [anon_sym_nullptr] = ACTIONS(1414), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1414), - [anon_sym_rayPayloadInEXT] = ACTIONS(1414), - [anon_sym_hitAttributeEXT] = ACTIONS(1414), - [anon_sym_callableDataEXT] = ACTIONS(1414), - [anon_sym_callableDataInEXT] = ACTIONS(1414), - [anon_sym_shaderRecordEXT] = ACTIONS(1414), - [anon_sym_rayPayloadNV] = ACTIONS(1414), - [anon_sym_rayPayloadInNV] = ACTIONS(1414), - [anon_sym_hitAttributeNV] = ACTIONS(1414), - [anon_sym_callableDataNV] = ACTIONS(1414), - [anon_sym_callableDataInNV] = ACTIONS(1414), - [anon_sym_shaderRecordNV] = ACTIONS(1414), - [anon_sym_layout] = ACTIONS(1414), - }, - [273] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [sym_identifier] = ACTIONS(1370), + [aux_sym_preproc_include_token1] = ACTIONS(1370), + [aux_sym_preproc_def_token1] = ACTIONS(1370), + [aux_sym_preproc_if_token1] = ACTIONS(1370), + [aux_sym_preproc_if_token2] = ACTIONS(1370), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1370), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1370), + [sym_preproc_directive] = ACTIONS(1370), + [anon_sym_LPAREN2] = ACTIONS(1372), + [anon_sym_BANG] = ACTIONS(1372), + [anon_sym_TILDE] = ACTIONS(1372), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_AMP] = ACTIONS(1372), + [anon_sym_subroutine] = ACTIONS(1370), + [anon_sym_invariant] = ACTIONS(1370), + [anon_sym_precise] = ACTIONS(1370), + [anon_sym_SEMI] = ACTIONS(1372), + [anon_sym_in] = ACTIONS(1370), + [anon_sym_out] = ACTIONS(1370), + [anon_sym_inout] = ACTIONS(1370), + [anon_sym_uniform] = ACTIONS(1370), + [anon_sym_shared] = ACTIONS(1370), + [anon_sym_attribute] = ACTIONS(1370), + [anon_sym_varying] = ACTIONS(1370), + [anon_sym_buffer] = ACTIONS(1370), + [anon_sym_coherent] = ACTIONS(1370), + [anon_sym_readonly] = ACTIONS(1370), + [anon_sym_writeonly] = ACTIONS(1370), + [anon_sym_precision] = ACTIONS(1370), + [anon_sym_highp] = ACTIONS(1370), + [anon_sym_mediump] = ACTIONS(1370), + [anon_sym_lowp] = ACTIONS(1370), + [anon_sym_centroid] = ACTIONS(1370), + [anon_sym_sample] = ACTIONS(1370), + [anon_sym_patch] = ACTIONS(1370), + [anon_sym_smooth] = ACTIONS(1370), + [anon_sym_flat] = ACTIONS(1370), + [anon_sym_noperspective] = ACTIONS(1370), + [anon_sym___extension__] = ACTIONS(1370), + [anon_sym_typedef] = ACTIONS(1370), + [anon_sym_extern] = ACTIONS(1370), + [anon_sym___attribute__] = ACTIONS(1370), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1372), + [anon_sym___declspec] = ACTIONS(1370), + [anon_sym___cdecl] = ACTIONS(1370), + [anon_sym___clrcall] = ACTIONS(1370), + [anon_sym___stdcall] = ACTIONS(1370), + [anon_sym___fastcall] = ACTIONS(1370), + [anon_sym___thiscall] = ACTIONS(1370), + [anon_sym___vectorcall] = ACTIONS(1370), + [anon_sym_LBRACE] = ACTIONS(1372), + [anon_sym_signed] = ACTIONS(1370), + [anon_sym_unsigned] = ACTIONS(1370), + [anon_sym_long] = ACTIONS(1370), + [anon_sym_short] = ACTIONS(1370), + [anon_sym_static] = ACTIONS(1370), + [anon_sym_auto] = ACTIONS(1370), + [anon_sym_register] = ACTIONS(1370), + [anon_sym_inline] = ACTIONS(1370), + [anon_sym___inline] = ACTIONS(1370), + [anon_sym___inline__] = ACTIONS(1370), + [anon_sym___forceinline] = ACTIONS(1370), + [anon_sym_thread_local] = ACTIONS(1370), + [anon_sym___thread] = ACTIONS(1370), + [anon_sym_const] = ACTIONS(1370), + [anon_sym_constexpr] = ACTIONS(1370), + [anon_sym_volatile] = ACTIONS(1370), + [anon_sym_restrict] = ACTIONS(1370), + [anon_sym___restrict__] = ACTIONS(1370), + [anon_sym__Atomic] = ACTIONS(1370), + [anon_sym__Noreturn] = ACTIONS(1370), + [anon_sym_noreturn] = ACTIONS(1370), + [sym_primitive_type] = ACTIONS(1370), + [anon_sym_enum] = ACTIONS(1370), + [anon_sym_struct] = ACTIONS(1370), + [anon_sym_union] = ACTIONS(1370), + [anon_sym_if] = ACTIONS(1370), + [anon_sym_else] = ACTIONS(1370), + [anon_sym_switch] = ACTIONS(1370), + [anon_sym_case] = ACTIONS(1370), + [anon_sym_default] = ACTIONS(1370), + [anon_sym_while] = ACTIONS(1370), + [anon_sym_do] = ACTIONS(1370), + [anon_sym_for] = ACTIONS(1370), + [anon_sym_return] = ACTIONS(1370), + [anon_sym_break] = ACTIONS(1370), + [anon_sym_continue] = ACTIONS(1370), + [anon_sym_goto] = ACTIONS(1370), + [anon_sym_DASH_DASH] = ACTIONS(1372), + [anon_sym_PLUS_PLUS] = ACTIONS(1372), + [anon_sym_sizeof] = ACTIONS(1370), + [anon_sym___alignof__] = ACTIONS(1370), + [anon_sym___alignof] = ACTIONS(1370), + [anon_sym__alignof] = ACTIONS(1370), + [anon_sym_alignof] = ACTIONS(1370), + [anon_sym__Alignof] = ACTIONS(1370), + [anon_sym_offsetof] = ACTIONS(1370), + [anon_sym__Generic] = ACTIONS(1370), + [anon_sym_asm] = ACTIONS(1370), + [anon_sym___asm__] = ACTIONS(1370), + [sym_number_literal] = ACTIONS(1372), + [anon_sym_L_SQUOTE] = ACTIONS(1372), + [anon_sym_u_SQUOTE] = ACTIONS(1372), + [anon_sym_U_SQUOTE] = ACTIONS(1372), + [anon_sym_u8_SQUOTE] = ACTIONS(1372), + [anon_sym_SQUOTE] = ACTIONS(1372), + [anon_sym_L_DQUOTE] = ACTIONS(1372), + [anon_sym_u_DQUOTE] = ACTIONS(1372), + [anon_sym_U_DQUOTE] = ACTIONS(1372), + [anon_sym_u8_DQUOTE] = ACTIONS(1372), + [anon_sym_DQUOTE] = ACTIONS(1372), + [sym_true] = ACTIONS(1370), + [sym_false] = ACTIONS(1370), + [anon_sym_NULL] = ACTIONS(1370), + [anon_sym_nullptr] = ACTIONS(1370), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1370), + [anon_sym_rayPayloadInEXT] = ACTIONS(1370), + [anon_sym_hitAttributeEXT] = ACTIONS(1370), + [anon_sym_callableDataEXT] = ACTIONS(1370), + [anon_sym_callableDataInEXT] = ACTIONS(1370), + [anon_sym_shaderRecordEXT] = ACTIONS(1370), + [anon_sym_rayPayloadNV] = ACTIONS(1370), + [anon_sym_rayPayloadInNV] = ACTIONS(1370), + [anon_sym_hitAttributeNV] = ACTIONS(1370), + [anon_sym_callableDataNV] = ACTIONS(1370), + [anon_sym_callableDataInNV] = ACTIONS(1370), + [anon_sym_shaderRecordNV] = ACTIONS(1370), + [anon_sym_layout] = ACTIONS(1370), + }, + [273] = { + [sym_identifier] = ACTIONS(1422), + [aux_sym_preproc_include_token1] = ACTIONS(1422), + [aux_sym_preproc_def_token1] = ACTIONS(1422), + [aux_sym_preproc_if_token1] = ACTIONS(1422), + [aux_sym_preproc_if_token2] = ACTIONS(1422), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1422), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1422), + [sym_preproc_directive] = ACTIONS(1422), + [anon_sym_LPAREN2] = ACTIONS(1424), + [anon_sym_BANG] = ACTIONS(1424), + [anon_sym_TILDE] = ACTIONS(1424), + [anon_sym_DASH] = ACTIONS(1422), + [anon_sym_PLUS] = ACTIONS(1422), + [anon_sym_STAR] = ACTIONS(1424), + [anon_sym_AMP] = ACTIONS(1424), + [anon_sym_subroutine] = ACTIONS(1422), + [anon_sym_invariant] = ACTIONS(1422), + [anon_sym_precise] = ACTIONS(1422), + [anon_sym_SEMI] = ACTIONS(1424), + [anon_sym_in] = ACTIONS(1422), + [anon_sym_out] = ACTIONS(1422), + [anon_sym_inout] = ACTIONS(1422), + [anon_sym_uniform] = ACTIONS(1422), + [anon_sym_shared] = ACTIONS(1422), + [anon_sym_attribute] = ACTIONS(1422), + [anon_sym_varying] = ACTIONS(1422), + [anon_sym_buffer] = ACTIONS(1422), + [anon_sym_coherent] = ACTIONS(1422), + [anon_sym_readonly] = ACTIONS(1422), + [anon_sym_writeonly] = ACTIONS(1422), + [anon_sym_precision] = ACTIONS(1422), + [anon_sym_highp] = ACTIONS(1422), + [anon_sym_mediump] = ACTIONS(1422), + [anon_sym_lowp] = ACTIONS(1422), + [anon_sym_centroid] = ACTIONS(1422), + [anon_sym_sample] = ACTIONS(1422), + [anon_sym_patch] = ACTIONS(1422), + [anon_sym_smooth] = ACTIONS(1422), + [anon_sym_flat] = ACTIONS(1422), + [anon_sym_noperspective] = ACTIONS(1422), + [anon_sym___extension__] = ACTIONS(1422), + [anon_sym_typedef] = ACTIONS(1422), + [anon_sym_extern] = ACTIONS(1422), + [anon_sym___attribute__] = ACTIONS(1422), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym___declspec] = ACTIONS(1422), + [anon_sym___cdecl] = ACTIONS(1422), + [anon_sym___clrcall] = ACTIONS(1422), + [anon_sym___stdcall] = ACTIONS(1422), + [anon_sym___fastcall] = ACTIONS(1422), + [anon_sym___thiscall] = ACTIONS(1422), + [anon_sym___vectorcall] = ACTIONS(1422), + [anon_sym_LBRACE] = ACTIONS(1424), + [anon_sym_signed] = ACTIONS(1422), + [anon_sym_unsigned] = ACTIONS(1422), + [anon_sym_long] = ACTIONS(1422), + [anon_sym_short] = ACTIONS(1422), + [anon_sym_static] = ACTIONS(1422), + [anon_sym_auto] = ACTIONS(1422), + [anon_sym_register] = ACTIONS(1422), + [anon_sym_inline] = ACTIONS(1422), + [anon_sym___inline] = ACTIONS(1422), + [anon_sym___inline__] = ACTIONS(1422), + [anon_sym___forceinline] = ACTIONS(1422), + [anon_sym_thread_local] = ACTIONS(1422), + [anon_sym___thread] = ACTIONS(1422), + [anon_sym_const] = ACTIONS(1422), + [anon_sym_constexpr] = ACTIONS(1422), + [anon_sym_volatile] = ACTIONS(1422), + [anon_sym_restrict] = ACTIONS(1422), + [anon_sym___restrict__] = ACTIONS(1422), + [anon_sym__Atomic] = ACTIONS(1422), + [anon_sym__Noreturn] = ACTIONS(1422), + [anon_sym_noreturn] = ACTIONS(1422), + [sym_primitive_type] = ACTIONS(1422), + [anon_sym_enum] = ACTIONS(1422), + [anon_sym_struct] = ACTIONS(1422), + [anon_sym_union] = ACTIONS(1422), + [anon_sym_if] = ACTIONS(1422), + [anon_sym_else] = ACTIONS(1422), + [anon_sym_switch] = ACTIONS(1422), + [anon_sym_case] = ACTIONS(1422), + [anon_sym_default] = ACTIONS(1422), + [anon_sym_while] = ACTIONS(1422), + [anon_sym_do] = ACTIONS(1422), + [anon_sym_for] = ACTIONS(1422), + [anon_sym_return] = ACTIONS(1422), + [anon_sym_break] = ACTIONS(1422), + [anon_sym_continue] = ACTIONS(1422), + [anon_sym_goto] = ACTIONS(1422), + [anon_sym_DASH_DASH] = ACTIONS(1424), + [anon_sym_PLUS_PLUS] = ACTIONS(1424), + [anon_sym_sizeof] = ACTIONS(1422), + [anon_sym___alignof__] = ACTIONS(1422), + [anon_sym___alignof] = ACTIONS(1422), + [anon_sym__alignof] = ACTIONS(1422), + [anon_sym_alignof] = ACTIONS(1422), + [anon_sym__Alignof] = ACTIONS(1422), + [anon_sym_offsetof] = ACTIONS(1422), + [anon_sym__Generic] = ACTIONS(1422), + [anon_sym_asm] = ACTIONS(1422), + [anon_sym___asm__] = ACTIONS(1422), + [sym_number_literal] = ACTIONS(1424), + [anon_sym_L_SQUOTE] = ACTIONS(1424), + [anon_sym_u_SQUOTE] = ACTIONS(1424), + [anon_sym_U_SQUOTE] = ACTIONS(1424), + [anon_sym_u8_SQUOTE] = ACTIONS(1424), + [anon_sym_SQUOTE] = ACTIONS(1424), + [anon_sym_L_DQUOTE] = ACTIONS(1424), + [anon_sym_u_DQUOTE] = ACTIONS(1424), + [anon_sym_U_DQUOTE] = ACTIONS(1424), + [anon_sym_u8_DQUOTE] = ACTIONS(1424), + [anon_sym_DQUOTE] = ACTIONS(1424), + [sym_true] = ACTIONS(1422), + [sym_false] = ACTIONS(1422), + [anon_sym_NULL] = ACTIONS(1422), + [anon_sym_nullptr] = ACTIONS(1422), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1422), + [anon_sym_rayPayloadInEXT] = ACTIONS(1422), + [anon_sym_hitAttributeEXT] = ACTIONS(1422), + [anon_sym_callableDataEXT] = ACTIONS(1422), + [anon_sym_callableDataInEXT] = ACTIONS(1422), + [anon_sym_shaderRecordEXT] = ACTIONS(1422), + [anon_sym_rayPayloadNV] = ACTIONS(1422), + [anon_sym_rayPayloadInNV] = ACTIONS(1422), + [anon_sym_hitAttributeNV] = ACTIONS(1422), + [anon_sym_callableDataNV] = ACTIONS(1422), + [anon_sym_callableDataInNV] = ACTIONS(1422), + [anon_sym_shaderRecordNV] = ACTIONS(1422), + [anon_sym_layout] = ACTIONS(1422), }, [274] = { - [sym_identifier] = ACTIONS(1358), - [aux_sym_preproc_include_token1] = ACTIONS(1358), - [aux_sym_preproc_def_token1] = ACTIONS(1358), - [aux_sym_preproc_if_token1] = ACTIONS(1358), - [aux_sym_preproc_if_token2] = ACTIONS(1358), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1358), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1358), - [sym_preproc_directive] = ACTIONS(1358), - [anon_sym_LPAREN2] = ACTIONS(1360), - [anon_sym_BANG] = ACTIONS(1360), - [anon_sym_TILDE] = ACTIONS(1360), - [anon_sym_DASH] = ACTIONS(1358), - [anon_sym_PLUS] = ACTIONS(1358), - [anon_sym_STAR] = ACTIONS(1360), - [anon_sym_AMP] = ACTIONS(1360), - [anon_sym_subroutine] = ACTIONS(1358), - [anon_sym_invariant] = ACTIONS(1358), - [anon_sym_precise] = ACTIONS(1358), - [anon_sym_SEMI] = ACTIONS(1360), - [anon_sym_in] = ACTIONS(1358), - [anon_sym_out] = ACTIONS(1358), - [anon_sym_inout] = ACTIONS(1358), - [anon_sym_uniform] = ACTIONS(1358), - [anon_sym_shared] = ACTIONS(1358), - [anon_sym_attribute] = ACTIONS(1358), - [anon_sym_varying] = ACTIONS(1358), - [anon_sym_buffer] = ACTIONS(1358), - [anon_sym_coherent] = ACTIONS(1358), - [anon_sym_readonly] = ACTIONS(1358), - [anon_sym_writeonly] = ACTIONS(1358), - [anon_sym_precision] = ACTIONS(1358), - [anon_sym_highp] = ACTIONS(1358), - [anon_sym_mediump] = ACTIONS(1358), - [anon_sym_lowp] = ACTIONS(1358), - [anon_sym_centroid] = ACTIONS(1358), - [anon_sym_sample] = ACTIONS(1358), - [anon_sym_patch] = ACTIONS(1358), - [anon_sym_smooth] = ACTIONS(1358), - [anon_sym_flat] = ACTIONS(1358), - [anon_sym_noperspective] = ACTIONS(1358), - [anon_sym___extension__] = ACTIONS(1358), - [anon_sym_typedef] = ACTIONS(1358), - [anon_sym_extern] = ACTIONS(1358), - [anon_sym___attribute__] = ACTIONS(1358), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1360), - [anon_sym___declspec] = ACTIONS(1358), - [anon_sym___cdecl] = ACTIONS(1358), - [anon_sym___clrcall] = ACTIONS(1358), - [anon_sym___stdcall] = ACTIONS(1358), - [anon_sym___fastcall] = ACTIONS(1358), - [anon_sym___thiscall] = ACTIONS(1358), - [anon_sym___vectorcall] = ACTIONS(1358), - [anon_sym_LBRACE] = ACTIONS(1360), - [anon_sym_signed] = ACTIONS(1358), - [anon_sym_unsigned] = ACTIONS(1358), - [anon_sym_long] = ACTIONS(1358), - [anon_sym_short] = ACTIONS(1358), - [anon_sym_static] = ACTIONS(1358), - [anon_sym_auto] = ACTIONS(1358), - [anon_sym_register] = ACTIONS(1358), - [anon_sym_inline] = ACTIONS(1358), - [anon_sym___inline] = ACTIONS(1358), - [anon_sym___inline__] = ACTIONS(1358), - [anon_sym___forceinline] = ACTIONS(1358), - [anon_sym_thread_local] = ACTIONS(1358), - [anon_sym___thread] = ACTIONS(1358), - [anon_sym_const] = ACTIONS(1358), - [anon_sym_constexpr] = ACTIONS(1358), - [anon_sym_volatile] = ACTIONS(1358), - [anon_sym_restrict] = ACTIONS(1358), - [anon_sym___restrict__] = ACTIONS(1358), - [anon_sym__Atomic] = ACTIONS(1358), - [anon_sym__Noreturn] = ACTIONS(1358), - [anon_sym_noreturn] = ACTIONS(1358), - [sym_primitive_type] = ACTIONS(1358), - [anon_sym_enum] = ACTIONS(1358), - [anon_sym_struct] = ACTIONS(1358), - [anon_sym_union] = ACTIONS(1358), - [anon_sym_if] = ACTIONS(1358), - [anon_sym_else] = ACTIONS(1358), - [anon_sym_switch] = ACTIONS(1358), - [anon_sym_case] = ACTIONS(1358), - [anon_sym_default] = ACTIONS(1358), - [anon_sym_while] = ACTIONS(1358), - [anon_sym_do] = ACTIONS(1358), - [anon_sym_for] = ACTIONS(1358), - [anon_sym_return] = ACTIONS(1358), - [anon_sym_break] = ACTIONS(1358), - [anon_sym_continue] = ACTIONS(1358), - [anon_sym_goto] = ACTIONS(1358), - [anon_sym_DASH_DASH] = ACTIONS(1360), - [anon_sym_PLUS_PLUS] = ACTIONS(1360), - [anon_sym_sizeof] = ACTIONS(1358), - [anon_sym___alignof__] = ACTIONS(1358), - [anon_sym___alignof] = ACTIONS(1358), - [anon_sym__alignof] = ACTIONS(1358), - [anon_sym_alignof] = ACTIONS(1358), - [anon_sym__Alignof] = ACTIONS(1358), - [anon_sym_offsetof] = ACTIONS(1358), - [anon_sym__Generic] = ACTIONS(1358), - [anon_sym_asm] = ACTIONS(1358), - [anon_sym___asm__] = ACTIONS(1358), - [sym_number_literal] = ACTIONS(1360), - [anon_sym_L_SQUOTE] = ACTIONS(1360), - [anon_sym_u_SQUOTE] = ACTIONS(1360), - [anon_sym_U_SQUOTE] = ACTIONS(1360), - [anon_sym_u8_SQUOTE] = ACTIONS(1360), - [anon_sym_SQUOTE] = ACTIONS(1360), - [anon_sym_L_DQUOTE] = ACTIONS(1360), - [anon_sym_u_DQUOTE] = ACTIONS(1360), - [anon_sym_U_DQUOTE] = ACTIONS(1360), - [anon_sym_u8_DQUOTE] = ACTIONS(1360), - [anon_sym_DQUOTE] = ACTIONS(1360), - [sym_true] = ACTIONS(1358), - [sym_false] = ACTIONS(1358), - [anon_sym_NULL] = ACTIONS(1358), - [anon_sym_nullptr] = ACTIONS(1358), + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_RBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1358), - [anon_sym_rayPayloadInEXT] = ACTIONS(1358), - [anon_sym_hitAttributeEXT] = ACTIONS(1358), - [anon_sym_callableDataEXT] = ACTIONS(1358), - [anon_sym_callableDataInEXT] = ACTIONS(1358), - [anon_sym_shaderRecordEXT] = ACTIONS(1358), - [anon_sym_rayPayloadNV] = ACTIONS(1358), - [anon_sym_rayPayloadInNV] = ACTIONS(1358), - [anon_sym_hitAttributeNV] = ACTIONS(1358), - [anon_sym_callableDataNV] = ACTIONS(1358), - [anon_sym_callableDataInNV] = ACTIONS(1358), - [anon_sym_shaderRecordNV] = ACTIONS(1358), - [anon_sym_layout] = ACTIONS(1358), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, [275] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_RBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, [276] = { - [sym_identifier] = ACTIONS(1410), - [aux_sym_preproc_include_token1] = ACTIONS(1410), - [aux_sym_preproc_def_token1] = ACTIONS(1410), - [aux_sym_preproc_if_token1] = ACTIONS(1410), - [aux_sym_preproc_if_token2] = ACTIONS(1410), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1410), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1410), - [sym_preproc_directive] = ACTIONS(1410), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(1412), - [anon_sym_TILDE] = ACTIONS(1412), - [anon_sym_DASH] = ACTIONS(1410), - [anon_sym_PLUS] = ACTIONS(1410), - [anon_sym_STAR] = ACTIONS(1412), - [anon_sym_AMP] = ACTIONS(1412), - [anon_sym_subroutine] = ACTIONS(1410), - [anon_sym_invariant] = ACTIONS(1410), - [anon_sym_precise] = ACTIONS(1410), - [anon_sym_SEMI] = ACTIONS(1412), - [anon_sym_in] = ACTIONS(1410), - [anon_sym_out] = ACTIONS(1410), - [anon_sym_inout] = ACTIONS(1410), - [anon_sym_uniform] = ACTIONS(1410), - [anon_sym_shared] = ACTIONS(1410), - [anon_sym_attribute] = ACTIONS(1410), - [anon_sym_varying] = ACTIONS(1410), - [anon_sym_buffer] = ACTIONS(1410), - [anon_sym_coherent] = ACTIONS(1410), - [anon_sym_readonly] = ACTIONS(1410), - [anon_sym_writeonly] = ACTIONS(1410), - [anon_sym_precision] = ACTIONS(1410), - [anon_sym_highp] = ACTIONS(1410), - [anon_sym_mediump] = ACTIONS(1410), - [anon_sym_lowp] = ACTIONS(1410), - [anon_sym_centroid] = ACTIONS(1410), - [anon_sym_sample] = ACTIONS(1410), - [anon_sym_patch] = ACTIONS(1410), - [anon_sym_smooth] = ACTIONS(1410), - [anon_sym_flat] = ACTIONS(1410), - [anon_sym_noperspective] = ACTIONS(1410), - [anon_sym___extension__] = ACTIONS(1410), - [anon_sym_typedef] = ACTIONS(1410), - [anon_sym_extern] = ACTIONS(1410), - [anon_sym___attribute__] = ACTIONS(1410), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1412), - [anon_sym___declspec] = ACTIONS(1410), - [anon_sym___cdecl] = ACTIONS(1410), - [anon_sym___clrcall] = ACTIONS(1410), - [anon_sym___stdcall] = ACTIONS(1410), - [anon_sym___fastcall] = ACTIONS(1410), - [anon_sym___thiscall] = ACTIONS(1410), - [anon_sym___vectorcall] = ACTIONS(1410), - [anon_sym_LBRACE] = ACTIONS(1412), - [anon_sym_signed] = ACTIONS(1410), - [anon_sym_unsigned] = ACTIONS(1410), - [anon_sym_long] = ACTIONS(1410), - [anon_sym_short] = ACTIONS(1410), - [anon_sym_static] = ACTIONS(1410), - [anon_sym_auto] = ACTIONS(1410), - [anon_sym_register] = ACTIONS(1410), - [anon_sym_inline] = ACTIONS(1410), - [anon_sym___inline] = ACTIONS(1410), - [anon_sym___inline__] = ACTIONS(1410), - [anon_sym___forceinline] = ACTIONS(1410), - [anon_sym_thread_local] = ACTIONS(1410), - [anon_sym___thread] = ACTIONS(1410), - [anon_sym_const] = ACTIONS(1410), - [anon_sym_constexpr] = ACTIONS(1410), - [anon_sym_volatile] = ACTIONS(1410), - [anon_sym_restrict] = ACTIONS(1410), - [anon_sym___restrict__] = ACTIONS(1410), - [anon_sym__Atomic] = ACTIONS(1410), - [anon_sym__Noreturn] = ACTIONS(1410), - [anon_sym_noreturn] = ACTIONS(1410), - [sym_primitive_type] = ACTIONS(1410), - [anon_sym_enum] = ACTIONS(1410), - [anon_sym_struct] = ACTIONS(1410), - [anon_sym_union] = ACTIONS(1410), - [anon_sym_if] = ACTIONS(1410), - [anon_sym_else] = ACTIONS(1410), - [anon_sym_switch] = ACTIONS(1410), - [anon_sym_case] = ACTIONS(1410), - [anon_sym_default] = ACTIONS(1410), - [anon_sym_while] = ACTIONS(1410), - [anon_sym_do] = ACTIONS(1410), - [anon_sym_for] = ACTIONS(1410), - [anon_sym_return] = ACTIONS(1410), - [anon_sym_break] = ACTIONS(1410), - [anon_sym_continue] = ACTIONS(1410), - [anon_sym_goto] = ACTIONS(1410), - [anon_sym_DASH_DASH] = ACTIONS(1412), - [anon_sym_PLUS_PLUS] = ACTIONS(1412), - [anon_sym_sizeof] = ACTIONS(1410), - [anon_sym___alignof__] = ACTIONS(1410), - [anon_sym___alignof] = ACTIONS(1410), - [anon_sym__alignof] = ACTIONS(1410), - [anon_sym_alignof] = ACTIONS(1410), - [anon_sym__Alignof] = ACTIONS(1410), - [anon_sym_offsetof] = ACTIONS(1410), - [anon_sym__Generic] = ACTIONS(1410), - [anon_sym_asm] = ACTIONS(1410), - [anon_sym___asm__] = ACTIONS(1410), - [sym_number_literal] = ACTIONS(1412), - [anon_sym_L_SQUOTE] = ACTIONS(1412), - [anon_sym_u_SQUOTE] = ACTIONS(1412), - [anon_sym_U_SQUOTE] = ACTIONS(1412), - [anon_sym_u8_SQUOTE] = ACTIONS(1412), - [anon_sym_SQUOTE] = ACTIONS(1412), - [anon_sym_L_DQUOTE] = ACTIONS(1412), - [anon_sym_u_DQUOTE] = ACTIONS(1412), - [anon_sym_U_DQUOTE] = ACTIONS(1412), - [anon_sym_u8_DQUOTE] = ACTIONS(1412), - [anon_sym_DQUOTE] = ACTIONS(1412), - [sym_true] = ACTIONS(1410), - [sym_false] = ACTIONS(1410), - [anon_sym_NULL] = ACTIONS(1410), - [anon_sym_nullptr] = ACTIONS(1410), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1410), - [anon_sym_rayPayloadInEXT] = ACTIONS(1410), - [anon_sym_hitAttributeEXT] = ACTIONS(1410), - [anon_sym_callableDataEXT] = ACTIONS(1410), - [anon_sym_callableDataInEXT] = ACTIONS(1410), - [anon_sym_shaderRecordEXT] = ACTIONS(1410), - [anon_sym_rayPayloadNV] = ACTIONS(1410), - [anon_sym_rayPayloadInNV] = ACTIONS(1410), - [anon_sym_hitAttributeNV] = ACTIONS(1410), - [anon_sym_callableDataNV] = ACTIONS(1410), - [anon_sym_callableDataInNV] = ACTIONS(1410), - [anon_sym_shaderRecordNV] = ACTIONS(1410), - [anon_sym_layout] = ACTIONS(1410), - }, - [277] = { - [sym_identifier] = ACTIONS(1406), - [aux_sym_preproc_include_token1] = ACTIONS(1406), - [aux_sym_preproc_def_token1] = ACTIONS(1406), - [aux_sym_preproc_if_token1] = ACTIONS(1406), - [aux_sym_preproc_if_token2] = ACTIONS(1406), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1406), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1406), - [sym_preproc_directive] = ACTIONS(1406), - [anon_sym_LPAREN2] = ACTIONS(1408), - [anon_sym_BANG] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1408), - [anon_sym_DASH] = ACTIONS(1406), - [anon_sym_PLUS] = ACTIONS(1406), - [anon_sym_STAR] = ACTIONS(1408), - [anon_sym_AMP] = ACTIONS(1408), - [anon_sym_subroutine] = ACTIONS(1406), - [anon_sym_invariant] = ACTIONS(1406), - [anon_sym_precise] = ACTIONS(1406), - [anon_sym_SEMI] = ACTIONS(1408), - [anon_sym_in] = ACTIONS(1406), - [anon_sym_out] = ACTIONS(1406), - [anon_sym_inout] = ACTIONS(1406), - [anon_sym_uniform] = ACTIONS(1406), - [anon_sym_shared] = ACTIONS(1406), - [anon_sym_attribute] = ACTIONS(1406), - [anon_sym_varying] = ACTIONS(1406), - [anon_sym_buffer] = ACTIONS(1406), - [anon_sym_coherent] = ACTIONS(1406), - [anon_sym_readonly] = ACTIONS(1406), - [anon_sym_writeonly] = ACTIONS(1406), - [anon_sym_precision] = ACTIONS(1406), - [anon_sym_highp] = ACTIONS(1406), - [anon_sym_mediump] = ACTIONS(1406), - [anon_sym_lowp] = ACTIONS(1406), - [anon_sym_centroid] = ACTIONS(1406), - [anon_sym_sample] = ACTIONS(1406), - [anon_sym_patch] = ACTIONS(1406), - [anon_sym_smooth] = ACTIONS(1406), - [anon_sym_flat] = ACTIONS(1406), - [anon_sym_noperspective] = ACTIONS(1406), - [anon_sym___extension__] = ACTIONS(1406), - [anon_sym_typedef] = ACTIONS(1406), - [anon_sym_extern] = ACTIONS(1406), - [anon_sym___attribute__] = ACTIONS(1406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1408), - [anon_sym___declspec] = ACTIONS(1406), - [anon_sym___cdecl] = ACTIONS(1406), - [anon_sym___clrcall] = ACTIONS(1406), - [anon_sym___stdcall] = ACTIONS(1406), - [anon_sym___fastcall] = ACTIONS(1406), - [anon_sym___thiscall] = ACTIONS(1406), - [anon_sym___vectorcall] = ACTIONS(1406), - [anon_sym_LBRACE] = ACTIONS(1408), - [anon_sym_signed] = ACTIONS(1406), - [anon_sym_unsigned] = ACTIONS(1406), - [anon_sym_long] = ACTIONS(1406), - [anon_sym_short] = ACTIONS(1406), - [anon_sym_static] = ACTIONS(1406), - [anon_sym_auto] = ACTIONS(1406), - [anon_sym_register] = ACTIONS(1406), - [anon_sym_inline] = ACTIONS(1406), - [anon_sym___inline] = ACTIONS(1406), - [anon_sym___inline__] = ACTIONS(1406), - [anon_sym___forceinline] = ACTIONS(1406), - [anon_sym_thread_local] = ACTIONS(1406), - [anon_sym___thread] = ACTIONS(1406), - [anon_sym_const] = ACTIONS(1406), - [anon_sym_constexpr] = ACTIONS(1406), - [anon_sym_volatile] = ACTIONS(1406), - [anon_sym_restrict] = ACTIONS(1406), - [anon_sym___restrict__] = ACTIONS(1406), - [anon_sym__Atomic] = ACTIONS(1406), - [anon_sym__Noreturn] = ACTIONS(1406), - [anon_sym_noreturn] = ACTIONS(1406), - [sym_primitive_type] = ACTIONS(1406), - [anon_sym_enum] = ACTIONS(1406), - [anon_sym_struct] = ACTIONS(1406), - [anon_sym_union] = ACTIONS(1406), - [anon_sym_if] = ACTIONS(1406), - [anon_sym_else] = ACTIONS(1406), - [anon_sym_switch] = ACTIONS(1406), - [anon_sym_case] = ACTIONS(1406), - [anon_sym_default] = ACTIONS(1406), - [anon_sym_while] = ACTIONS(1406), - [anon_sym_do] = ACTIONS(1406), - [anon_sym_for] = ACTIONS(1406), - [anon_sym_return] = ACTIONS(1406), - [anon_sym_break] = ACTIONS(1406), - [anon_sym_continue] = ACTIONS(1406), - [anon_sym_goto] = ACTIONS(1406), - [anon_sym_DASH_DASH] = ACTIONS(1408), - [anon_sym_PLUS_PLUS] = ACTIONS(1408), - [anon_sym_sizeof] = ACTIONS(1406), - [anon_sym___alignof__] = ACTIONS(1406), - [anon_sym___alignof] = ACTIONS(1406), - [anon_sym__alignof] = ACTIONS(1406), - [anon_sym_alignof] = ACTIONS(1406), - [anon_sym__Alignof] = ACTIONS(1406), - [anon_sym_offsetof] = ACTIONS(1406), - [anon_sym__Generic] = ACTIONS(1406), - [anon_sym_asm] = ACTIONS(1406), - [anon_sym___asm__] = ACTIONS(1406), - [sym_number_literal] = ACTIONS(1408), - [anon_sym_L_SQUOTE] = ACTIONS(1408), - [anon_sym_u_SQUOTE] = ACTIONS(1408), - [anon_sym_U_SQUOTE] = ACTIONS(1408), - [anon_sym_u8_SQUOTE] = ACTIONS(1408), - [anon_sym_SQUOTE] = ACTIONS(1408), - [anon_sym_L_DQUOTE] = ACTIONS(1408), - [anon_sym_u_DQUOTE] = ACTIONS(1408), - [anon_sym_U_DQUOTE] = ACTIONS(1408), - [anon_sym_u8_DQUOTE] = ACTIONS(1408), - [anon_sym_DQUOTE] = ACTIONS(1408), - [sym_true] = ACTIONS(1406), - [sym_false] = ACTIONS(1406), - [anon_sym_NULL] = ACTIONS(1406), - [anon_sym_nullptr] = ACTIONS(1406), + [ts_builtin_sym_end] = ACTIONS(1400), + [sym_identifier] = ACTIONS(1398), + [aux_sym_preproc_include_token1] = ACTIONS(1398), + [aux_sym_preproc_def_token1] = ACTIONS(1398), + [aux_sym_preproc_if_token1] = ACTIONS(1398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1398), + [sym_preproc_directive] = ACTIONS(1398), + [anon_sym_LPAREN2] = ACTIONS(1400), + [anon_sym_BANG] = ACTIONS(1400), + [anon_sym_TILDE] = ACTIONS(1400), + [anon_sym_DASH] = ACTIONS(1398), + [anon_sym_PLUS] = ACTIONS(1398), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_AMP] = ACTIONS(1400), + [anon_sym_subroutine] = ACTIONS(1398), + [anon_sym_invariant] = ACTIONS(1398), + [anon_sym_precise] = ACTIONS(1398), + [anon_sym_SEMI] = ACTIONS(1400), + [anon_sym_in] = ACTIONS(1398), + [anon_sym_out] = ACTIONS(1398), + [anon_sym_inout] = ACTIONS(1398), + [anon_sym_uniform] = ACTIONS(1398), + [anon_sym_shared] = ACTIONS(1398), + [anon_sym_attribute] = ACTIONS(1398), + [anon_sym_varying] = ACTIONS(1398), + [anon_sym_buffer] = ACTIONS(1398), + [anon_sym_coherent] = ACTIONS(1398), + [anon_sym_readonly] = ACTIONS(1398), + [anon_sym_writeonly] = ACTIONS(1398), + [anon_sym_precision] = ACTIONS(1398), + [anon_sym_highp] = ACTIONS(1398), + [anon_sym_mediump] = ACTIONS(1398), + [anon_sym_lowp] = ACTIONS(1398), + [anon_sym_centroid] = ACTIONS(1398), + [anon_sym_sample] = ACTIONS(1398), + [anon_sym_patch] = ACTIONS(1398), + [anon_sym_smooth] = ACTIONS(1398), + [anon_sym_flat] = ACTIONS(1398), + [anon_sym_noperspective] = ACTIONS(1398), + [anon_sym___extension__] = ACTIONS(1398), + [anon_sym_typedef] = ACTIONS(1398), + [anon_sym_extern] = ACTIONS(1398), + [anon_sym___attribute__] = ACTIONS(1398), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1400), + [anon_sym___declspec] = ACTIONS(1398), + [anon_sym___cdecl] = ACTIONS(1398), + [anon_sym___clrcall] = ACTIONS(1398), + [anon_sym___stdcall] = ACTIONS(1398), + [anon_sym___fastcall] = ACTIONS(1398), + [anon_sym___thiscall] = ACTIONS(1398), + [anon_sym___vectorcall] = ACTIONS(1398), + [anon_sym_LBRACE] = ACTIONS(1400), + [anon_sym_signed] = ACTIONS(1398), + [anon_sym_unsigned] = ACTIONS(1398), + [anon_sym_long] = ACTIONS(1398), + [anon_sym_short] = ACTIONS(1398), + [anon_sym_static] = ACTIONS(1398), + [anon_sym_auto] = ACTIONS(1398), + [anon_sym_register] = ACTIONS(1398), + [anon_sym_inline] = ACTIONS(1398), + [anon_sym___inline] = ACTIONS(1398), + [anon_sym___inline__] = ACTIONS(1398), + [anon_sym___forceinline] = ACTIONS(1398), + [anon_sym_thread_local] = ACTIONS(1398), + [anon_sym___thread] = ACTIONS(1398), + [anon_sym_const] = ACTIONS(1398), + [anon_sym_constexpr] = ACTIONS(1398), + [anon_sym_volatile] = ACTIONS(1398), + [anon_sym_restrict] = ACTIONS(1398), + [anon_sym___restrict__] = ACTIONS(1398), + [anon_sym__Atomic] = ACTIONS(1398), + [anon_sym__Noreturn] = ACTIONS(1398), + [anon_sym_noreturn] = ACTIONS(1398), + [sym_primitive_type] = ACTIONS(1398), + [anon_sym_enum] = ACTIONS(1398), + [anon_sym_struct] = ACTIONS(1398), + [anon_sym_union] = ACTIONS(1398), + [anon_sym_if] = ACTIONS(1398), + [anon_sym_else] = ACTIONS(1398), + [anon_sym_switch] = ACTIONS(1398), + [anon_sym_case] = ACTIONS(1398), + [anon_sym_default] = ACTIONS(1398), + [anon_sym_while] = ACTIONS(1398), + [anon_sym_do] = ACTIONS(1398), + [anon_sym_for] = ACTIONS(1398), + [anon_sym_return] = ACTIONS(1398), + [anon_sym_break] = ACTIONS(1398), + [anon_sym_continue] = ACTIONS(1398), + [anon_sym_goto] = ACTIONS(1398), + [anon_sym_DASH_DASH] = ACTIONS(1400), + [anon_sym_PLUS_PLUS] = ACTIONS(1400), + [anon_sym_sizeof] = ACTIONS(1398), + [anon_sym___alignof__] = ACTIONS(1398), + [anon_sym___alignof] = ACTIONS(1398), + [anon_sym__alignof] = ACTIONS(1398), + [anon_sym_alignof] = ACTIONS(1398), + [anon_sym__Alignof] = ACTIONS(1398), + [anon_sym_offsetof] = ACTIONS(1398), + [anon_sym__Generic] = ACTIONS(1398), + [anon_sym_asm] = ACTIONS(1398), + [anon_sym___asm__] = ACTIONS(1398), + [sym_number_literal] = ACTIONS(1400), + [anon_sym_L_SQUOTE] = ACTIONS(1400), + [anon_sym_u_SQUOTE] = ACTIONS(1400), + [anon_sym_U_SQUOTE] = ACTIONS(1400), + [anon_sym_u8_SQUOTE] = ACTIONS(1400), + [anon_sym_SQUOTE] = ACTIONS(1400), + [anon_sym_L_DQUOTE] = ACTIONS(1400), + [anon_sym_u_DQUOTE] = ACTIONS(1400), + [anon_sym_U_DQUOTE] = ACTIONS(1400), + [anon_sym_u8_DQUOTE] = ACTIONS(1400), + [anon_sym_DQUOTE] = ACTIONS(1400), + [sym_true] = ACTIONS(1398), + [sym_false] = ACTIONS(1398), + [anon_sym_NULL] = ACTIONS(1398), + [anon_sym_nullptr] = ACTIONS(1398), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1406), - [anon_sym_rayPayloadInEXT] = ACTIONS(1406), - [anon_sym_hitAttributeEXT] = ACTIONS(1406), - [anon_sym_callableDataEXT] = ACTIONS(1406), - [anon_sym_callableDataInEXT] = ACTIONS(1406), - [anon_sym_shaderRecordEXT] = ACTIONS(1406), - [anon_sym_rayPayloadNV] = ACTIONS(1406), - [anon_sym_rayPayloadInNV] = ACTIONS(1406), - [anon_sym_hitAttributeNV] = ACTIONS(1406), - [anon_sym_callableDataNV] = ACTIONS(1406), - [anon_sym_callableDataInNV] = ACTIONS(1406), - [anon_sym_shaderRecordNV] = ACTIONS(1406), - [anon_sym_layout] = ACTIONS(1406), + [anon_sym_rayPayloadEXT] = ACTIONS(1398), + [anon_sym_rayPayloadInEXT] = ACTIONS(1398), + [anon_sym_hitAttributeEXT] = ACTIONS(1398), + [anon_sym_callableDataEXT] = ACTIONS(1398), + [anon_sym_callableDataInEXT] = ACTIONS(1398), + [anon_sym_shaderRecordEXT] = ACTIONS(1398), + [anon_sym_rayPayloadNV] = ACTIONS(1398), + [anon_sym_rayPayloadInNV] = ACTIONS(1398), + [anon_sym_hitAttributeNV] = ACTIONS(1398), + [anon_sym_callableDataNV] = ACTIONS(1398), + [anon_sym_callableDataInNV] = ACTIONS(1398), + [anon_sym_shaderRecordNV] = ACTIONS(1398), + [anon_sym_layout] = ACTIONS(1398), }, - [278] = { + [277] = { + [ts_builtin_sym_end] = ACTIONS(1404), [sym_identifier] = ACTIONS(1402), [aux_sym_preproc_include_token1] = ACTIONS(1402), [aux_sym_preproc_def_token1] = ACTIONS(1402), [aux_sym_preproc_if_token1] = ACTIONS(1402), - [aux_sym_preproc_if_token2] = ACTIONS(1402), [aux_sym_preproc_ifdef_token1] = ACTIONS(1402), [aux_sym_preproc_ifdef_token2] = ACTIONS(1402), [sym_preproc_directive] = ACTIONS(1402), @@ -59273,1202 +59135,1335 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1402), [anon_sym_layout] = ACTIONS(1402), }, + [278] = { + [ts_builtin_sym_end] = ACTIONS(1396), + [sym_identifier] = ACTIONS(1394), + [aux_sym_preproc_include_token1] = ACTIONS(1394), + [aux_sym_preproc_def_token1] = ACTIONS(1394), + [aux_sym_preproc_if_token1] = ACTIONS(1394), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1394), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1394), + [sym_preproc_directive] = ACTIONS(1394), + [anon_sym_LPAREN2] = ACTIONS(1396), + [anon_sym_BANG] = ACTIONS(1396), + [anon_sym_TILDE] = ACTIONS(1396), + [anon_sym_DASH] = ACTIONS(1394), + [anon_sym_PLUS] = ACTIONS(1394), + [anon_sym_STAR] = ACTIONS(1396), + [anon_sym_AMP] = ACTIONS(1396), + [anon_sym_subroutine] = ACTIONS(1394), + [anon_sym_invariant] = ACTIONS(1394), + [anon_sym_precise] = ACTIONS(1394), + [anon_sym_SEMI] = ACTIONS(1396), + [anon_sym_in] = ACTIONS(1394), + [anon_sym_out] = ACTIONS(1394), + [anon_sym_inout] = ACTIONS(1394), + [anon_sym_uniform] = ACTIONS(1394), + [anon_sym_shared] = ACTIONS(1394), + [anon_sym_attribute] = ACTIONS(1394), + [anon_sym_varying] = ACTIONS(1394), + [anon_sym_buffer] = ACTIONS(1394), + [anon_sym_coherent] = ACTIONS(1394), + [anon_sym_readonly] = ACTIONS(1394), + [anon_sym_writeonly] = ACTIONS(1394), + [anon_sym_precision] = ACTIONS(1394), + [anon_sym_highp] = ACTIONS(1394), + [anon_sym_mediump] = ACTIONS(1394), + [anon_sym_lowp] = ACTIONS(1394), + [anon_sym_centroid] = ACTIONS(1394), + [anon_sym_sample] = ACTIONS(1394), + [anon_sym_patch] = ACTIONS(1394), + [anon_sym_smooth] = ACTIONS(1394), + [anon_sym_flat] = ACTIONS(1394), + [anon_sym_noperspective] = ACTIONS(1394), + [anon_sym___extension__] = ACTIONS(1394), + [anon_sym_typedef] = ACTIONS(1394), + [anon_sym_extern] = ACTIONS(1394), + [anon_sym___attribute__] = ACTIONS(1394), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1396), + [anon_sym___declspec] = ACTIONS(1394), + [anon_sym___cdecl] = ACTIONS(1394), + [anon_sym___clrcall] = ACTIONS(1394), + [anon_sym___stdcall] = ACTIONS(1394), + [anon_sym___fastcall] = ACTIONS(1394), + [anon_sym___thiscall] = ACTIONS(1394), + [anon_sym___vectorcall] = ACTIONS(1394), + [anon_sym_LBRACE] = ACTIONS(1396), + [anon_sym_signed] = ACTIONS(1394), + [anon_sym_unsigned] = ACTIONS(1394), + [anon_sym_long] = ACTIONS(1394), + [anon_sym_short] = ACTIONS(1394), + [anon_sym_static] = ACTIONS(1394), + [anon_sym_auto] = ACTIONS(1394), + [anon_sym_register] = ACTIONS(1394), + [anon_sym_inline] = ACTIONS(1394), + [anon_sym___inline] = ACTIONS(1394), + [anon_sym___inline__] = ACTIONS(1394), + [anon_sym___forceinline] = ACTIONS(1394), + [anon_sym_thread_local] = ACTIONS(1394), + [anon_sym___thread] = ACTIONS(1394), + [anon_sym_const] = ACTIONS(1394), + [anon_sym_constexpr] = ACTIONS(1394), + [anon_sym_volatile] = ACTIONS(1394), + [anon_sym_restrict] = ACTIONS(1394), + [anon_sym___restrict__] = ACTIONS(1394), + [anon_sym__Atomic] = ACTIONS(1394), + [anon_sym__Noreturn] = ACTIONS(1394), + [anon_sym_noreturn] = ACTIONS(1394), + [sym_primitive_type] = ACTIONS(1394), + [anon_sym_enum] = ACTIONS(1394), + [anon_sym_struct] = ACTIONS(1394), + [anon_sym_union] = ACTIONS(1394), + [anon_sym_if] = ACTIONS(1394), + [anon_sym_else] = ACTIONS(1394), + [anon_sym_switch] = ACTIONS(1394), + [anon_sym_case] = ACTIONS(1394), + [anon_sym_default] = ACTIONS(1394), + [anon_sym_while] = ACTIONS(1394), + [anon_sym_do] = ACTIONS(1394), + [anon_sym_for] = ACTIONS(1394), + [anon_sym_return] = ACTIONS(1394), + [anon_sym_break] = ACTIONS(1394), + [anon_sym_continue] = ACTIONS(1394), + [anon_sym_goto] = ACTIONS(1394), + [anon_sym_DASH_DASH] = ACTIONS(1396), + [anon_sym_PLUS_PLUS] = ACTIONS(1396), + [anon_sym_sizeof] = ACTIONS(1394), + [anon_sym___alignof__] = ACTIONS(1394), + [anon_sym___alignof] = ACTIONS(1394), + [anon_sym__alignof] = ACTIONS(1394), + [anon_sym_alignof] = ACTIONS(1394), + [anon_sym__Alignof] = ACTIONS(1394), + [anon_sym_offsetof] = ACTIONS(1394), + [anon_sym__Generic] = ACTIONS(1394), + [anon_sym_asm] = ACTIONS(1394), + [anon_sym___asm__] = ACTIONS(1394), + [sym_number_literal] = ACTIONS(1396), + [anon_sym_L_SQUOTE] = ACTIONS(1396), + [anon_sym_u_SQUOTE] = ACTIONS(1396), + [anon_sym_U_SQUOTE] = ACTIONS(1396), + [anon_sym_u8_SQUOTE] = ACTIONS(1396), + [anon_sym_SQUOTE] = ACTIONS(1396), + [anon_sym_L_DQUOTE] = ACTIONS(1396), + [anon_sym_u_DQUOTE] = ACTIONS(1396), + [anon_sym_U_DQUOTE] = ACTIONS(1396), + [anon_sym_u8_DQUOTE] = ACTIONS(1396), + [anon_sym_DQUOTE] = ACTIONS(1396), + [sym_true] = ACTIONS(1394), + [sym_false] = ACTIONS(1394), + [anon_sym_NULL] = ACTIONS(1394), + [anon_sym_nullptr] = ACTIONS(1394), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1394), + [anon_sym_rayPayloadInEXT] = ACTIONS(1394), + [anon_sym_hitAttributeEXT] = ACTIONS(1394), + [anon_sym_callableDataEXT] = ACTIONS(1394), + [anon_sym_callableDataInEXT] = ACTIONS(1394), + [anon_sym_shaderRecordEXT] = ACTIONS(1394), + [anon_sym_rayPayloadNV] = ACTIONS(1394), + [anon_sym_rayPayloadInNV] = ACTIONS(1394), + [anon_sym_hitAttributeNV] = ACTIONS(1394), + [anon_sym_callableDataNV] = ACTIONS(1394), + [anon_sym_callableDataInNV] = ACTIONS(1394), + [anon_sym_shaderRecordNV] = ACTIONS(1394), + [anon_sym_layout] = ACTIONS(1394), + }, [279] = { - [ts_builtin_sym_end] = ACTIONS(1384), - [sym_identifier] = ACTIONS(1382), - [aux_sym_preproc_include_token1] = ACTIONS(1382), - [aux_sym_preproc_def_token1] = ACTIONS(1382), - [aux_sym_preproc_if_token1] = ACTIONS(1382), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1382), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1382), - [sym_preproc_directive] = ACTIONS(1382), - [anon_sym_LPAREN2] = ACTIONS(1384), - [anon_sym_BANG] = ACTIONS(1384), - [anon_sym_TILDE] = ACTIONS(1384), - [anon_sym_DASH] = ACTIONS(1382), - [anon_sym_PLUS] = ACTIONS(1382), - [anon_sym_STAR] = ACTIONS(1384), - [anon_sym_AMP] = ACTIONS(1384), - [anon_sym_subroutine] = ACTIONS(1382), - [anon_sym_invariant] = ACTIONS(1382), - [anon_sym_precise] = ACTIONS(1382), - [anon_sym_SEMI] = ACTIONS(1384), - [anon_sym_in] = ACTIONS(1382), - [anon_sym_out] = ACTIONS(1382), - [anon_sym_inout] = ACTIONS(1382), - [anon_sym_uniform] = ACTIONS(1382), - [anon_sym_shared] = ACTIONS(1382), - [anon_sym_attribute] = ACTIONS(1382), - [anon_sym_varying] = ACTIONS(1382), - [anon_sym_buffer] = ACTIONS(1382), - [anon_sym_coherent] = ACTIONS(1382), - [anon_sym_readonly] = ACTIONS(1382), - [anon_sym_writeonly] = ACTIONS(1382), - [anon_sym_precision] = ACTIONS(1382), - [anon_sym_highp] = ACTIONS(1382), - [anon_sym_mediump] = ACTIONS(1382), - [anon_sym_lowp] = ACTIONS(1382), - [anon_sym_centroid] = ACTIONS(1382), - [anon_sym_sample] = ACTIONS(1382), - [anon_sym_patch] = ACTIONS(1382), - [anon_sym_smooth] = ACTIONS(1382), - [anon_sym_flat] = ACTIONS(1382), - [anon_sym_noperspective] = ACTIONS(1382), - [anon_sym___extension__] = ACTIONS(1382), - [anon_sym_typedef] = ACTIONS(1382), - [anon_sym_extern] = ACTIONS(1382), - [anon_sym___attribute__] = ACTIONS(1382), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1384), - [anon_sym___declspec] = ACTIONS(1382), - [anon_sym___cdecl] = ACTIONS(1382), - [anon_sym___clrcall] = ACTIONS(1382), - [anon_sym___stdcall] = ACTIONS(1382), - [anon_sym___fastcall] = ACTIONS(1382), - [anon_sym___thiscall] = ACTIONS(1382), - [anon_sym___vectorcall] = ACTIONS(1382), - [anon_sym_LBRACE] = ACTIONS(1384), - [anon_sym_signed] = ACTIONS(1382), - [anon_sym_unsigned] = ACTIONS(1382), - [anon_sym_long] = ACTIONS(1382), - [anon_sym_short] = ACTIONS(1382), - [anon_sym_static] = ACTIONS(1382), - [anon_sym_auto] = ACTIONS(1382), - [anon_sym_register] = ACTIONS(1382), - [anon_sym_inline] = ACTIONS(1382), - [anon_sym___inline] = ACTIONS(1382), - [anon_sym___inline__] = ACTIONS(1382), - [anon_sym___forceinline] = ACTIONS(1382), - [anon_sym_thread_local] = ACTIONS(1382), - [anon_sym___thread] = ACTIONS(1382), - [anon_sym_const] = ACTIONS(1382), - [anon_sym_constexpr] = ACTIONS(1382), - [anon_sym_volatile] = ACTIONS(1382), - [anon_sym_restrict] = ACTIONS(1382), - [anon_sym___restrict__] = ACTIONS(1382), - [anon_sym__Atomic] = ACTIONS(1382), - [anon_sym__Noreturn] = ACTIONS(1382), - [anon_sym_noreturn] = ACTIONS(1382), - [sym_primitive_type] = ACTIONS(1382), - [anon_sym_enum] = ACTIONS(1382), - [anon_sym_struct] = ACTIONS(1382), - [anon_sym_union] = ACTIONS(1382), - [anon_sym_if] = ACTIONS(1382), - [anon_sym_else] = ACTIONS(1382), - [anon_sym_switch] = ACTIONS(1382), - [anon_sym_case] = ACTIONS(1382), - [anon_sym_default] = ACTIONS(1382), - [anon_sym_while] = ACTIONS(1382), - [anon_sym_do] = ACTIONS(1382), - [anon_sym_for] = ACTIONS(1382), - [anon_sym_return] = ACTIONS(1382), - [anon_sym_break] = ACTIONS(1382), - [anon_sym_continue] = ACTIONS(1382), - [anon_sym_goto] = ACTIONS(1382), - [anon_sym_DASH_DASH] = ACTIONS(1384), - [anon_sym_PLUS_PLUS] = ACTIONS(1384), - [anon_sym_sizeof] = ACTIONS(1382), - [anon_sym___alignof__] = ACTIONS(1382), - [anon_sym___alignof] = ACTIONS(1382), - [anon_sym__alignof] = ACTIONS(1382), - [anon_sym_alignof] = ACTIONS(1382), - [anon_sym__Alignof] = ACTIONS(1382), - [anon_sym_offsetof] = ACTIONS(1382), - [anon_sym__Generic] = ACTIONS(1382), - [anon_sym_asm] = ACTIONS(1382), - [anon_sym___asm__] = ACTIONS(1382), - [sym_number_literal] = ACTIONS(1384), - [anon_sym_L_SQUOTE] = ACTIONS(1384), - [anon_sym_u_SQUOTE] = ACTIONS(1384), - [anon_sym_U_SQUOTE] = ACTIONS(1384), - [anon_sym_u8_SQUOTE] = ACTIONS(1384), - [anon_sym_SQUOTE] = ACTIONS(1384), - [anon_sym_L_DQUOTE] = ACTIONS(1384), - [anon_sym_u_DQUOTE] = ACTIONS(1384), - [anon_sym_U_DQUOTE] = ACTIONS(1384), - [anon_sym_u8_DQUOTE] = ACTIONS(1384), - [anon_sym_DQUOTE] = ACTIONS(1384), - [sym_true] = ACTIONS(1382), - [sym_false] = ACTIONS(1382), - [anon_sym_NULL] = ACTIONS(1382), - [anon_sym_nullptr] = ACTIONS(1382), + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_RBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1382), - [anon_sym_rayPayloadInEXT] = ACTIONS(1382), - [anon_sym_hitAttributeEXT] = ACTIONS(1382), - [anon_sym_callableDataEXT] = ACTIONS(1382), - [anon_sym_callableDataInEXT] = ACTIONS(1382), - [anon_sym_shaderRecordEXT] = ACTIONS(1382), - [anon_sym_rayPayloadNV] = ACTIONS(1382), - [anon_sym_rayPayloadInNV] = ACTIONS(1382), - [anon_sym_hitAttributeNV] = ACTIONS(1382), - [anon_sym_callableDataNV] = ACTIONS(1382), - [anon_sym_callableDataInNV] = ACTIONS(1382), - [anon_sym_shaderRecordNV] = ACTIONS(1382), - [anon_sym_layout] = ACTIONS(1382), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, [280] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [ts_builtin_sym_end] = ACTIONS(1392), + [sym_identifier] = ACTIONS(1390), + [aux_sym_preproc_include_token1] = ACTIONS(1390), + [aux_sym_preproc_def_token1] = ACTIONS(1390), + [aux_sym_preproc_if_token1] = ACTIONS(1390), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1390), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1390), + [sym_preproc_directive] = ACTIONS(1390), + [anon_sym_LPAREN2] = ACTIONS(1392), + [anon_sym_BANG] = ACTIONS(1392), + [anon_sym_TILDE] = ACTIONS(1392), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_AMP] = ACTIONS(1392), + [anon_sym_subroutine] = ACTIONS(1390), + [anon_sym_invariant] = ACTIONS(1390), + [anon_sym_precise] = ACTIONS(1390), + [anon_sym_SEMI] = ACTIONS(1392), + [anon_sym_in] = ACTIONS(1390), + [anon_sym_out] = ACTIONS(1390), + [anon_sym_inout] = ACTIONS(1390), + [anon_sym_uniform] = ACTIONS(1390), + [anon_sym_shared] = ACTIONS(1390), + [anon_sym_attribute] = ACTIONS(1390), + [anon_sym_varying] = ACTIONS(1390), + [anon_sym_buffer] = ACTIONS(1390), + [anon_sym_coherent] = ACTIONS(1390), + [anon_sym_readonly] = ACTIONS(1390), + [anon_sym_writeonly] = ACTIONS(1390), + [anon_sym_precision] = ACTIONS(1390), + [anon_sym_highp] = ACTIONS(1390), + [anon_sym_mediump] = ACTIONS(1390), + [anon_sym_lowp] = ACTIONS(1390), + [anon_sym_centroid] = ACTIONS(1390), + [anon_sym_sample] = ACTIONS(1390), + [anon_sym_patch] = ACTIONS(1390), + [anon_sym_smooth] = ACTIONS(1390), + [anon_sym_flat] = ACTIONS(1390), + [anon_sym_noperspective] = ACTIONS(1390), + [anon_sym___extension__] = ACTIONS(1390), + [anon_sym_typedef] = ACTIONS(1390), + [anon_sym_extern] = ACTIONS(1390), + [anon_sym___attribute__] = ACTIONS(1390), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1392), + [anon_sym___declspec] = ACTIONS(1390), + [anon_sym___cdecl] = ACTIONS(1390), + [anon_sym___clrcall] = ACTIONS(1390), + [anon_sym___stdcall] = ACTIONS(1390), + [anon_sym___fastcall] = ACTIONS(1390), + [anon_sym___thiscall] = ACTIONS(1390), + [anon_sym___vectorcall] = ACTIONS(1390), + [anon_sym_LBRACE] = ACTIONS(1392), + [anon_sym_signed] = ACTIONS(1390), + [anon_sym_unsigned] = ACTIONS(1390), + [anon_sym_long] = ACTIONS(1390), + [anon_sym_short] = ACTIONS(1390), + [anon_sym_static] = ACTIONS(1390), + [anon_sym_auto] = ACTIONS(1390), + [anon_sym_register] = ACTIONS(1390), + [anon_sym_inline] = ACTIONS(1390), + [anon_sym___inline] = ACTIONS(1390), + [anon_sym___inline__] = ACTIONS(1390), + [anon_sym___forceinline] = ACTIONS(1390), + [anon_sym_thread_local] = ACTIONS(1390), + [anon_sym___thread] = ACTIONS(1390), + [anon_sym_const] = ACTIONS(1390), + [anon_sym_constexpr] = ACTIONS(1390), + [anon_sym_volatile] = ACTIONS(1390), + [anon_sym_restrict] = ACTIONS(1390), + [anon_sym___restrict__] = ACTIONS(1390), + [anon_sym__Atomic] = ACTIONS(1390), + [anon_sym__Noreturn] = ACTIONS(1390), + [anon_sym_noreturn] = ACTIONS(1390), + [sym_primitive_type] = ACTIONS(1390), + [anon_sym_enum] = ACTIONS(1390), + [anon_sym_struct] = ACTIONS(1390), + [anon_sym_union] = ACTIONS(1390), + [anon_sym_if] = ACTIONS(1390), + [anon_sym_else] = ACTIONS(1390), + [anon_sym_switch] = ACTIONS(1390), + [anon_sym_case] = ACTIONS(1390), + [anon_sym_default] = ACTIONS(1390), + [anon_sym_while] = ACTIONS(1390), + [anon_sym_do] = ACTIONS(1390), + [anon_sym_for] = ACTIONS(1390), + [anon_sym_return] = ACTIONS(1390), + [anon_sym_break] = ACTIONS(1390), + [anon_sym_continue] = ACTIONS(1390), + [anon_sym_goto] = ACTIONS(1390), + [anon_sym_DASH_DASH] = ACTIONS(1392), + [anon_sym_PLUS_PLUS] = ACTIONS(1392), + [anon_sym_sizeof] = ACTIONS(1390), + [anon_sym___alignof__] = ACTIONS(1390), + [anon_sym___alignof] = ACTIONS(1390), + [anon_sym__alignof] = ACTIONS(1390), + [anon_sym_alignof] = ACTIONS(1390), + [anon_sym__Alignof] = ACTIONS(1390), + [anon_sym_offsetof] = ACTIONS(1390), + [anon_sym__Generic] = ACTIONS(1390), + [anon_sym_asm] = ACTIONS(1390), + [anon_sym___asm__] = ACTIONS(1390), + [sym_number_literal] = ACTIONS(1392), + [anon_sym_L_SQUOTE] = ACTIONS(1392), + [anon_sym_u_SQUOTE] = ACTIONS(1392), + [anon_sym_U_SQUOTE] = ACTIONS(1392), + [anon_sym_u8_SQUOTE] = ACTIONS(1392), + [anon_sym_SQUOTE] = ACTIONS(1392), + [anon_sym_L_DQUOTE] = ACTIONS(1392), + [anon_sym_u_DQUOTE] = ACTIONS(1392), + [anon_sym_U_DQUOTE] = ACTIONS(1392), + [anon_sym_u8_DQUOTE] = ACTIONS(1392), + [anon_sym_DQUOTE] = ACTIONS(1392), + [sym_true] = ACTIONS(1390), + [sym_false] = ACTIONS(1390), + [anon_sym_NULL] = ACTIONS(1390), + [anon_sym_nullptr] = ACTIONS(1390), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1390), + [anon_sym_rayPayloadInEXT] = ACTIONS(1390), + [anon_sym_hitAttributeEXT] = ACTIONS(1390), + [anon_sym_callableDataEXT] = ACTIONS(1390), + [anon_sym_callableDataInEXT] = ACTIONS(1390), + [anon_sym_shaderRecordEXT] = ACTIONS(1390), + [anon_sym_rayPayloadNV] = ACTIONS(1390), + [anon_sym_rayPayloadInNV] = ACTIONS(1390), + [anon_sym_hitAttributeNV] = ACTIONS(1390), + [anon_sym_callableDataNV] = ACTIONS(1390), + [anon_sym_callableDataInNV] = ACTIONS(1390), + [anon_sym_shaderRecordNV] = ACTIONS(1390), + [anon_sym_layout] = ACTIONS(1390), }, [281] = { - [ts_builtin_sym_end] = ACTIONS(1356), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [ts_builtin_sym_end] = ACTIONS(1428), + [sym_identifier] = ACTIONS(1426), + [aux_sym_preproc_include_token1] = ACTIONS(1426), + [aux_sym_preproc_def_token1] = ACTIONS(1426), + [aux_sym_preproc_if_token1] = ACTIONS(1426), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1426), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1426), + [sym_preproc_directive] = ACTIONS(1426), + [anon_sym_LPAREN2] = ACTIONS(1428), + [anon_sym_BANG] = ACTIONS(1428), + [anon_sym_TILDE] = ACTIONS(1428), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_STAR] = ACTIONS(1428), + [anon_sym_AMP] = ACTIONS(1428), + [anon_sym_subroutine] = ACTIONS(1426), + [anon_sym_invariant] = ACTIONS(1426), + [anon_sym_precise] = ACTIONS(1426), + [anon_sym_SEMI] = ACTIONS(1428), + [anon_sym_in] = ACTIONS(1426), + [anon_sym_out] = ACTIONS(1426), + [anon_sym_inout] = ACTIONS(1426), + [anon_sym_uniform] = ACTIONS(1426), + [anon_sym_shared] = ACTIONS(1426), + [anon_sym_attribute] = ACTIONS(1426), + [anon_sym_varying] = ACTIONS(1426), + [anon_sym_buffer] = ACTIONS(1426), + [anon_sym_coherent] = ACTIONS(1426), + [anon_sym_readonly] = ACTIONS(1426), + [anon_sym_writeonly] = ACTIONS(1426), + [anon_sym_precision] = ACTIONS(1426), + [anon_sym_highp] = ACTIONS(1426), + [anon_sym_mediump] = ACTIONS(1426), + [anon_sym_lowp] = ACTIONS(1426), + [anon_sym_centroid] = ACTIONS(1426), + [anon_sym_sample] = ACTIONS(1426), + [anon_sym_patch] = ACTIONS(1426), + [anon_sym_smooth] = ACTIONS(1426), + [anon_sym_flat] = ACTIONS(1426), + [anon_sym_noperspective] = ACTIONS(1426), + [anon_sym___extension__] = ACTIONS(1426), + [anon_sym_typedef] = ACTIONS(1426), + [anon_sym_extern] = ACTIONS(1426), + [anon_sym___attribute__] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1428), + [anon_sym___declspec] = ACTIONS(1426), + [anon_sym___cdecl] = ACTIONS(1426), + [anon_sym___clrcall] = ACTIONS(1426), + [anon_sym___stdcall] = ACTIONS(1426), + [anon_sym___fastcall] = ACTIONS(1426), + [anon_sym___thiscall] = ACTIONS(1426), + [anon_sym___vectorcall] = ACTIONS(1426), + [anon_sym_LBRACE] = ACTIONS(1428), + [anon_sym_signed] = ACTIONS(1426), + [anon_sym_unsigned] = ACTIONS(1426), + [anon_sym_long] = ACTIONS(1426), + [anon_sym_short] = ACTIONS(1426), + [anon_sym_static] = ACTIONS(1426), + [anon_sym_auto] = ACTIONS(1426), + [anon_sym_register] = ACTIONS(1426), + [anon_sym_inline] = ACTIONS(1426), + [anon_sym___inline] = ACTIONS(1426), + [anon_sym___inline__] = ACTIONS(1426), + [anon_sym___forceinline] = ACTIONS(1426), + [anon_sym_thread_local] = ACTIONS(1426), + [anon_sym___thread] = ACTIONS(1426), + [anon_sym_const] = ACTIONS(1426), + [anon_sym_constexpr] = ACTIONS(1426), + [anon_sym_volatile] = ACTIONS(1426), + [anon_sym_restrict] = ACTIONS(1426), + [anon_sym___restrict__] = ACTIONS(1426), + [anon_sym__Atomic] = ACTIONS(1426), + [anon_sym__Noreturn] = ACTIONS(1426), + [anon_sym_noreturn] = ACTIONS(1426), + [sym_primitive_type] = ACTIONS(1426), + [anon_sym_enum] = ACTIONS(1426), + [anon_sym_struct] = ACTIONS(1426), + [anon_sym_union] = ACTIONS(1426), + [anon_sym_if] = ACTIONS(1426), + [anon_sym_else] = ACTIONS(1426), + [anon_sym_switch] = ACTIONS(1426), + [anon_sym_case] = ACTIONS(1426), + [anon_sym_default] = ACTIONS(1426), + [anon_sym_while] = ACTIONS(1426), + [anon_sym_do] = ACTIONS(1426), + [anon_sym_for] = ACTIONS(1426), + [anon_sym_return] = ACTIONS(1426), + [anon_sym_break] = ACTIONS(1426), + [anon_sym_continue] = ACTIONS(1426), + [anon_sym_goto] = ACTIONS(1426), + [anon_sym_DASH_DASH] = ACTIONS(1428), + [anon_sym_PLUS_PLUS] = ACTIONS(1428), + [anon_sym_sizeof] = ACTIONS(1426), + [anon_sym___alignof__] = ACTIONS(1426), + [anon_sym___alignof] = ACTIONS(1426), + [anon_sym__alignof] = ACTIONS(1426), + [anon_sym_alignof] = ACTIONS(1426), + [anon_sym__Alignof] = ACTIONS(1426), + [anon_sym_offsetof] = ACTIONS(1426), + [anon_sym__Generic] = ACTIONS(1426), + [anon_sym_asm] = ACTIONS(1426), + [anon_sym___asm__] = ACTIONS(1426), + [sym_number_literal] = ACTIONS(1428), + [anon_sym_L_SQUOTE] = ACTIONS(1428), + [anon_sym_u_SQUOTE] = ACTIONS(1428), + [anon_sym_U_SQUOTE] = ACTIONS(1428), + [anon_sym_u8_SQUOTE] = ACTIONS(1428), + [anon_sym_SQUOTE] = ACTIONS(1428), + [anon_sym_L_DQUOTE] = ACTIONS(1428), + [anon_sym_u_DQUOTE] = ACTIONS(1428), + [anon_sym_U_DQUOTE] = ACTIONS(1428), + [anon_sym_u8_DQUOTE] = ACTIONS(1428), + [anon_sym_DQUOTE] = ACTIONS(1428), + [sym_true] = ACTIONS(1426), + [sym_false] = ACTIONS(1426), + [anon_sym_NULL] = ACTIONS(1426), + [anon_sym_nullptr] = ACTIONS(1426), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1426), + [anon_sym_rayPayloadInEXT] = ACTIONS(1426), + [anon_sym_hitAttributeEXT] = ACTIONS(1426), + [anon_sym_callableDataEXT] = ACTIONS(1426), + [anon_sym_callableDataInEXT] = ACTIONS(1426), + [anon_sym_shaderRecordEXT] = ACTIONS(1426), + [anon_sym_rayPayloadNV] = ACTIONS(1426), + [anon_sym_rayPayloadInNV] = ACTIONS(1426), + [anon_sym_hitAttributeNV] = ACTIONS(1426), + [anon_sym_callableDataNV] = ACTIONS(1426), + [anon_sym_callableDataInNV] = ACTIONS(1426), + [anon_sym_shaderRecordNV] = ACTIONS(1426), + [anon_sym_layout] = ACTIONS(1426), }, [282] = { - [ts_builtin_sym_end] = ACTIONS(1356), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [ts_builtin_sym_end] = ACTIONS(1432), + [sym_identifier] = ACTIONS(1430), + [aux_sym_preproc_include_token1] = ACTIONS(1430), + [aux_sym_preproc_def_token1] = ACTIONS(1430), + [aux_sym_preproc_if_token1] = ACTIONS(1430), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1430), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1430), + [sym_preproc_directive] = ACTIONS(1430), + [anon_sym_LPAREN2] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1432), + [anon_sym_TILDE] = ACTIONS(1432), + [anon_sym_DASH] = ACTIONS(1430), + [anon_sym_PLUS] = ACTIONS(1430), + [anon_sym_STAR] = ACTIONS(1432), + [anon_sym_AMP] = ACTIONS(1432), + [anon_sym_subroutine] = ACTIONS(1430), + [anon_sym_invariant] = ACTIONS(1430), + [anon_sym_precise] = ACTIONS(1430), + [anon_sym_SEMI] = ACTIONS(1432), + [anon_sym_in] = ACTIONS(1430), + [anon_sym_out] = ACTIONS(1430), + [anon_sym_inout] = ACTIONS(1430), + [anon_sym_uniform] = ACTIONS(1430), + [anon_sym_shared] = ACTIONS(1430), + [anon_sym_attribute] = ACTIONS(1430), + [anon_sym_varying] = ACTIONS(1430), + [anon_sym_buffer] = ACTIONS(1430), + [anon_sym_coherent] = ACTIONS(1430), + [anon_sym_readonly] = ACTIONS(1430), + [anon_sym_writeonly] = ACTIONS(1430), + [anon_sym_precision] = ACTIONS(1430), + [anon_sym_highp] = ACTIONS(1430), + [anon_sym_mediump] = ACTIONS(1430), + [anon_sym_lowp] = ACTIONS(1430), + [anon_sym_centroid] = ACTIONS(1430), + [anon_sym_sample] = ACTIONS(1430), + [anon_sym_patch] = ACTIONS(1430), + [anon_sym_smooth] = ACTIONS(1430), + [anon_sym_flat] = ACTIONS(1430), + [anon_sym_noperspective] = ACTIONS(1430), + [anon_sym___extension__] = ACTIONS(1430), + [anon_sym_typedef] = ACTIONS(1430), + [anon_sym_extern] = ACTIONS(1430), + [anon_sym___attribute__] = ACTIONS(1430), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1432), + [anon_sym___declspec] = ACTIONS(1430), + [anon_sym___cdecl] = ACTIONS(1430), + [anon_sym___clrcall] = ACTIONS(1430), + [anon_sym___stdcall] = ACTIONS(1430), + [anon_sym___fastcall] = ACTIONS(1430), + [anon_sym___thiscall] = ACTIONS(1430), + [anon_sym___vectorcall] = ACTIONS(1430), + [anon_sym_LBRACE] = ACTIONS(1432), + [anon_sym_signed] = ACTIONS(1430), + [anon_sym_unsigned] = ACTIONS(1430), + [anon_sym_long] = ACTIONS(1430), + [anon_sym_short] = ACTIONS(1430), + [anon_sym_static] = ACTIONS(1430), + [anon_sym_auto] = ACTIONS(1430), + [anon_sym_register] = ACTIONS(1430), + [anon_sym_inline] = ACTIONS(1430), + [anon_sym___inline] = ACTIONS(1430), + [anon_sym___inline__] = ACTIONS(1430), + [anon_sym___forceinline] = ACTIONS(1430), + [anon_sym_thread_local] = ACTIONS(1430), + [anon_sym___thread] = ACTIONS(1430), + [anon_sym_const] = ACTIONS(1430), + [anon_sym_constexpr] = ACTIONS(1430), + [anon_sym_volatile] = ACTIONS(1430), + [anon_sym_restrict] = ACTIONS(1430), + [anon_sym___restrict__] = ACTIONS(1430), + [anon_sym__Atomic] = ACTIONS(1430), + [anon_sym__Noreturn] = ACTIONS(1430), + [anon_sym_noreturn] = ACTIONS(1430), + [sym_primitive_type] = ACTIONS(1430), + [anon_sym_enum] = ACTIONS(1430), + [anon_sym_struct] = ACTIONS(1430), + [anon_sym_union] = ACTIONS(1430), + [anon_sym_if] = ACTIONS(1430), + [anon_sym_else] = ACTIONS(1430), + [anon_sym_switch] = ACTIONS(1430), + [anon_sym_case] = ACTIONS(1430), + [anon_sym_default] = ACTIONS(1430), + [anon_sym_while] = ACTIONS(1430), + [anon_sym_do] = ACTIONS(1430), + [anon_sym_for] = ACTIONS(1430), + [anon_sym_return] = ACTIONS(1430), + [anon_sym_break] = ACTIONS(1430), + [anon_sym_continue] = ACTIONS(1430), + [anon_sym_goto] = ACTIONS(1430), + [anon_sym_DASH_DASH] = ACTIONS(1432), + [anon_sym_PLUS_PLUS] = ACTIONS(1432), + [anon_sym_sizeof] = ACTIONS(1430), + [anon_sym___alignof__] = ACTIONS(1430), + [anon_sym___alignof] = ACTIONS(1430), + [anon_sym__alignof] = ACTIONS(1430), + [anon_sym_alignof] = ACTIONS(1430), + [anon_sym__Alignof] = ACTIONS(1430), + [anon_sym_offsetof] = ACTIONS(1430), + [anon_sym__Generic] = ACTIONS(1430), + [anon_sym_asm] = ACTIONS(1430), + [anon_sym___asm__] = ACTIONS(1430), + [sym_number_literal] = ACTIONS(1432), + [anon_sym_L_SQUOTE] = ACTIONS(1432), + [anon_sym_u_SQUOTE] = ACTIONS(1432), + [anon_sym_U_SQUOTE] = ACTIONS(1432), + [anon_sym_u8_SQUOTE] = ACTIONS(1432), + [anon_sym_SQUOTE] = ACTIONS(1432), + [anon_sym_L_DQUOTE] = ACTIONS(1432), + [anon_sym_u_DQUOTE] = ACTIONS(1432), + [anon_sym_U_DQUOTE] = ACTIONS(1432), + [anon_sym_u8_DQUOTE] = ACTIONS(1432), + [anon_sym_DQUOTE] = ACTIONS(1432), + [sym_true] = ACTIONS(1430), + [sym_false] = ACTIONS(1430), + [anon_sym_NULL] = ACTIONS(1430), + [anon_sym_nullptr] = ACTIONS(1430), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1430), + [anon_sym_rayPayloadInEXT] = ACTIONS(1430), + [anon_sym_hitAttributeEXT] = ACTIONS(1430), + [anon_sym_callableDataEXT] = ACTIONS(1430), + [anon_sym_callableDataInEXT] = ACTIONS(1430), + [anon_sym_shaderRecordEXT] = ACTIONS(1430), + [anon_sym_rayPayloadNV] = ACTIONS(1430), + [anon_sym_rayPayloadInNV] = ACTIONS(1430), + [anon_sym_hitAttributeNV] = ACTIONS(1430), + [anon_sym_callableDataNV] = ACTIONS(1430), + [anon_sym_callableDataInNV] = ACTIONS(1430), + [anon_sym_shaderRecordNV] = ACTIONS(1430), + [anon_sym_layout] = ACTIONS(1430), }, [283] = { - [ts_builtin_sym_end] = ACTIONS(1356), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [ts_builtin_sym_end] = ACTIONS(1352), + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, [284] = { - [sym_identifier] = ACTIONS(1434), - [aux_sym_preproc_include_token1] = ACTIONS(1434), - [aux_sym_preproc_def_token1] = ACTIONS(1434), - [aux_sym_preproc_if_token1] = ACTIONS(1434), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1434), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1434), - [sym_preproc_directive] = ACTIONS(1434), - [anon_sym_LPAREN2] = ACTIONS(1436), - [anon_sym_BANG] = ACTIONS(1436), - [anon_sym_TILDE] = ACTIONS(1436), - [anon_sym_DASH] = ACTIONS(1434), - [anon_sym_PLUS] = ACTIONS(1434), - [anon_sym_STAR] = ACTIONS(1436), - [anon_sym_AMP] = ACTIONS(1436), - [anon_sym_subroutine] = ACTIONS(1434), - [anon_sym_invariant] = ACTIONS(1434), - [anon_sym_precise] = ACTIONS(1434), - [anon_sym_SEMI] = ACTIONS(1436), - [anon_sym_in] = ACTIONS(1434), - [anon_sym_out] = ACTIONS(1434), - [anon_sym_inout] = ACTIONS(1434), - [anon_sym_uniform] = ACTIONS(1434), - [anon_sym_shared] = ACTIONS(1434), - [anon_sym_attribute] = ACTIONS(1434), - [anon_sym_varying] = ACTIONS(1434), - [anon_sym_buffer] = ACTIONS(1434), - [anon_sym_coherent] = ACTIONS(1434), - [anon_sym_readonly] = ACTIONS(1434), - [anon_sym_writeonly] = ACTIONS(1434), - [anon_sym_precision] = ACTIONS(1434), - [anon_sym_highp] = ACTIONS(1434), - [anon_sym_mediump] = ACTIONS(1434), - [anon_sym_lowp] = ACTIONS(1434), - [anon_sym_centroid] = ACTIONS(1434), - [anon_sym_sample] = ACTIONS(1434), - [anon_sym_patch] = ACTIONS(1434), - [anon_sym_smooth] = ACTIONS(1434), - [anon_sym_flat] = ACTIONS(1434), - [anon_sym_noperspective] = ACTIONS(1434), - [anon_sym___extension__] = ACTIONS(1434), - [anon_sym_typedef] = ACTIONS(1434), - [anon_sym_extern] = ACTIONS(1434), - [anon_sym___attribute__] = ACTIONS(1434), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1436), - [anon_sym___declspec] = ACTIONS(1434), - [anon_sym___cdecl] = ACTIONS(1434), - [anon_sym___clrcall] = ACTIONS(1434), - [anon_sym___stdcall] = ACTIONS(1434), - [anon_sym___fastcall] = ACTIONS(1434), - [anon_sym___thiscall] = ACTIONS(1434), - [anon_sym___vectorcall] = ACTIONS(1434), - [anon_sym_LBRACE] = ACTIONS(1436), - [anon_sym_RBRACE] = ACTIONS(1436), - [anon_sym_signed] = ACTIONS(1434), - [anon_sym_unsigned] = ACTIONS(1434), - [anon_sym_long] = ACTIONS(1434), - [anon_sym_short] = ACTIONS(1434), - [anon_sym_static] = ACTIONS(1434), - [anon_sym_auto] = ACTIONS(1434), - [anon_sym_register] = ACTIONS(1434), - [anon_sym_inline] = ACTIONS(1434), - [anon_sym___inline] = ACTIONS(1434), - [anon_sym___inline__] = ACTIONS(1434), - [anon_sym___forceinline] = ACTIONS(1434), - [anon_sym_thread_local] = ACTIONS(1434), - [anon_sym___thread] = ACTIONS(1434), - [anon_sym_const] = ACTIONS(1434), - [anon_sym_constexpr] = ACTIONS(1434), - [anon_sym_volatile] = ACTIONS(1434), - [anon_sym_restrict] = ACTIONS(1434), - [anon_sym___restrict__] = ACTIONS(1434), - [anon_sym__Atomic] = ACTIONS(1434), - [anon_sym__Noreturn] = ACTIONS(1434), - [anon_sym_noreturn] = ACTIONS(1434), - [sym_primitive_type] = ACTIONS(1434), - [anon_sym_enum] = ACTIONS(1434), - [anon_sym_struct] = ACTIONS(1434), - [anon_sym_union] = ACTIONS(1434), - [anon_sym_if] = ACTIONS(1434), - [anon_sym_else] = ACTIONS(1434), - [anon_sym_switch] = ACTIONS(1434), - [anon_sym_case] = ACTIONS(1434), - [anon_sym_default] = ACTIONS(1434), - [anon_sym_while] = ACTIONS(1434), - [anon_sym_do] = ACTIONS(1434), - [anon_sym_for] = ACTIONS(1434), - [anon_sym_return] = ACTIONS(1434), - [anon_sym_break] = ACTIONS(1434), - [anon_sym_continue] = ACTIONS(1434), - [anon_sym_goto] = ACTIONS(1434), - [anon_sym_DASH_DASH] = ACTIONS(1436), - [anon_sym_PLUS_PLUS] = ACTIONS(1436), - [anon_sym_sizeof] = ACTIONS(1434), - [anon_sym___alignof__] = ACTIONS(1434), - [anon_sym___alignof] = ACTIONS(1434), - [anon_sym__alignof] = ACTIONS(1434), - [anon_sym_alignof] = ACTIONS(1434), - [anon_sym__Alignof] = ACTIONS(1434), - [anon_sym_offsetof] = ACTIONS(1434), - [anon_sym__Generic] = ACTIONS(1434), - [anon_sym_asm] = ACTIONS(1434), - [anon_sym___asm__] = ACTIONS(1434), - [sym_number_literal] = ACTIONS(1436), - [anon_sym_L_SQUOTE] = ACTIONS(1436), - [anon_sym_u_SQUOTE] = ACTIONS(1436), - [anon_sym_U_SQUOTE] = ACTIONS(1436), - [anon_sym_u8_SQUOTE] = ACTIONS(1436), - [anon_sym_SQUOTE] = ACTIONS(1436), - [anon_sym_L_DQUOTE] = ACTIONS(1436), - [anon_sym_u_DQUOTE] = ACTIONS(1436), - [anon_sym_U_DQUOTE] = ACTIONS(1436), - [anon_sym_u8_DQUOTE] = ACTIONS(1436), - [anon_sym_DQUOTE] = ACTIONS(1436), - [sym_true] = ACTIONS(1434), - [sym_false] = ACTIONS(1434), - [anon_sym_NULL] = ACTIONS(1434), - [anon_sym_nullptr] = ACTIONS(1434), + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_RBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1434), - [anon_sym_rayPayloadInEXT] = ACTIONS(1434), - [anon_sym_hitAttributeEXT] = ACTIONS(1434), - [anon_sym_callableDataEXT] = ACTIONS(1434), - [anon_sym_callableDataInEXT] = ACTIONS(1434), - [anon_sym_shaderRecordEXT] = ACTIONS(1434), - [anon_sym_rayPayloadNV] = ACTIONS(1434), - [anon_sym_rayPayloadInNV] = ACTIONS(1434), - [anon_sym_hitAttributeNV] = ACTIONS(1434), - [anon_sym_callableDataNV] = ACTIONS(1434), - [anon_sym_callableDataInNV] = ACTIONS(1434), - [anon_sym_shaderRecordNV] = ACTIONS(1434), - [anon_sym_layout] = ACTIONS(1434), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, [285] = { - [ts_builtin_sym_end] = ACTIONS(1380), - [sym_identifier] = ACTIONS(1378), - [aux_sym_preproc_include_token1] = ACTIONS(1378), - [aux_sym_preproc_def_token1] = ACTIONS(1378), - [aux_sym_preproc_if_token1] = ACTIONS(1378), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1378), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1378), - [sym_preproc_directive] = ACTIONS(1378), - [anon_sym_LPAREN2] = ACTIONS(1380), - [anon_sym_BANG] = ACTIONS(1380), - [anon_sym_TILDE] = ACTIONS(1380), - [anon_sym_DASH] = ACTIONS(1378), - [anon_sym_PLUS] = ACTIONS(1378), - [anon_sym_STAR] = ACTIONS(1380), - [anon_sym_AMP] = ACTIONS(1380), - [anon_sym_subroutine] = ACTIONS(1378), - [anon_sym_invariant] = ACTIONS(1378), - [anon_sym_precise] = ACTIONS(1378), - [anon_sym_SEMI] = ACTIONS(1380), - [anon_sym_in] = ACTIONS(1378), - [anon_sym_out] = ACTIONS(1378), - [anon_sym_inout] = ACTIONS(1378), - [anon_sym_uniform] = ACTIONS(1378), - [anon_sym_shared] = ACTIONS(1378), - [anon_sym_attribute] = ACTIONS(1378), - [anon_sym_varying] = ACTIONS(1378), - [anon_sym_buffer] = ACTIONS(1378), - [anon_sym_coherent] = ACTIONS(1378), - [anon_sym_readonly] = ACTIONS(1378), - [anon_sym_writeonly] = ACTIONS(1378), - [anon_sym_precision] = ACTIONS(1378), - [anon_sym_highp] = ACTIONS(1378), - [anon_sym_mediump] = ACTIONS(1378), - [anon_sym_lowp] = ACTIONS(1378), - [anon_sym_centroid] = ACTIONS(1378), - [anon_sym_sample] = ACTIONS(1378), - [anon_sym_patch] = ACTIONS(1378), - [anon_sym_smooth] = ACTIONS(1378), - [anon_sym_flat] = ACTIONS(1378), - [anon_sym_noperspective] = ACTIONS(1378), - [anon_sym___extension__] = ACTIONS(1378), - [anon_sym_typedef] = ACTIONS(1378), - [anon_sym_extern] = ACTIONS(1378), - [anon_sym___attribute__] = ACTIONS(1378), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1380), - [anon_sym___declspec] = ACTIONS(1378), - [anon_sym___cdecl] = ACTIONS(1378), - [anon_sym___clrcall] = ACTIONS(1378), - [anon_sym___stdcall] = ACTIONS(1378), - [anon_sym___fastcall] = ACTIONS(1378), - [anon_sym___thiscall] = ACTIONS(1378), - [anon_sym___vectorcall] = ACTIONS(1378), - [anon_sym_LBRACE] = ACTIONS(1380), - [anon_sym_signed] = ACTIONS(1378), - [anon_sym_unsigned] = ACTIONS(1378), - [anon_sym_long] = ACTIONS(1378), - [anon_sym_short] = ACTIONS(1378), - [anon_sym_static] = ACTIONS(1378), - [anon_sym_auto] = ACTIONS(1378), - [anon_sym_register] = ACTIONS(1378), - [anon_sym_inline] = ACTIONS(1378), - [anon_sym___inline] = ACTIONS(1378), - [anon_sym___inline__] = ACTIONS(1378), - [anon_sym___forceinline] = ACTIONS(1378), - [anon_sym_thread_local] = ACTIONS(1378), - [anon_sym___thread] = ACTIONS(1378), - [anon_sym_const] = ACTIONS(1378), - [anon_sym_constexpr] = ACTIONS(1378), - [anon_sym_volatile] = ACTIONS(1378), - [anon_sym_restrict] = ACTIONS(1378), - [anon_sym___restrict__] = ACTIONS(1378), - [anon_sym__Atomic] = ACTIONS(1378), - [anon_sym__Noreturn] = ACTIONS(1378), - [anon_sym_noreturn] = ACTIONS(1378), - [sym_primitive_type] = ACTIONS(1378), - [anon_sym_enum] = ACTIONS(1378), - [anon_sym_struct] = ACTIONS(1378), - [anon_sym_union] = ACTIONS(1378), - [anon_sym_if] = ACTIONS(1378), - [anon_sym_else] = ACTIONS(1378), - [anon_sym_switch] = ACTIONS(1378), - [anon_sym_case] = ACTIONS(1378), - [anon_sym_default] = ACTIONS(1378), - [anon_sym_while] = ACTIONS(1378), - [anon_sym_do] = ACTIONS(1378), - [anon_sym_for] = ACTIONS(1378), - [anon_sym_return] = ACTIONS(1378), - [anon_sym_break] = ACTIONS(1378), - [anon_sym_continue] = ACTIONS(1378), - [anon_sym_goto] = ACTIONS(1378), - [anon_sym_DASH_DASH] = ACTIONS(1380), - [anon_sym_PLUS_PLUS] = ACTIONS(1380), - [anon_sym_sizeof] = ACTIONS(1378), - [anon_sym___alignof__] = ACTIONS(1378), - [anon_sym___alignof] = ACTIONS(1378), - [anon_sym__alignof] = ACTIONS(1378), - [anon_sym_alignof] = ACTIONS(1378), - [anon_sym__Alignof] = ACTIONS(1378), - [anon_sym_offsetof] = ACTIONS(1378), - [anon_sym__Generic] = ACTIONS(1378), - [anon_sym_asm] = ACTIONS(1378), - [anon_sym___asm__] = ACTIONS(1378), - [sym_number_literal] = ACTIONS(1380), - [anon_sym_L_SQUOTE] = ACTIONS(1380), - [anon_sym_u_SQUOTE] = ACTIONS(1380), - [anon_sym_U_SQUOTE] = ACTIONS(1380), - [anon_sym_u8_SQUOTE] = ACTIONS(1380), - [anon_sym_SQUOTE] = ACTIONS(1380), - [anon_sym_L_DQUOTE] = ACTIONS(1380), - [anon_sym_u_DQUOTE] = ACTIONS(1380), - [anon_sym_U_DQUOTE] = ACTIONS(1380), - [anon_sym_u8_DQUOTE] = ACTIONS(1380), - [anon_sym_DQUOTE] = ACTIONS(1380), - [sym_true] = ACTIONS(1378), - [sym_false] = ACTIONS(1378), - [anon_sym_NULL] = ACTIONS(1378), - [anon_sym_nullptr] = ACTIONS(1378), + [ts_builtin_sym_end] = ACTIONS(1352), + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1378), - [anon_sym_rayPayloadInEXT] = ACTIONS(1378), - [anon_sym_hitAttributeEXT] = ACTIONS(1378), - [anon_sym_callableDataEXT] = ACTIONS(1378), - [anon_sym_callableDataInEXT] = ACTIONS(1378), - [anon_sym_shaderRecordEXT] = ACTIONS(1378), - [anon_sym_rayPayloadNV] = ACTIONS(1378), - [anon_sym_rayPayloadInNV] = ACTIONS(1378), - [anon_sym_hitAttributeNV] = ACTIONS(1378), - [anon_sym_callableDataNV] = ACTIONS(1378), - [anon_sym_callableDataInNV] = ACTIONS(1378), - [anon_sym_shaderRecordNV] = ACTIONS(1378), - [anon_sym_layout] = ACTIONS(1378), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, [286] = { - [ts_builtin_sym_end] = ACTIONS(1420), - [sym_identifier] = ACTIONS(1418), - [aux_sym_preproc_include_token1] = ACTIONS(1418), - [aux_sym_preproc_def_token1] = ACTIONS(1418), - [aux_sym_preproc_if_token1] = ACTIONS(1418), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1418), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1418), - [sym_preproc_directive] = ACTIONS(1418), - [anon_sym_LPAREN2] = ACTIONS(1420), - [anon_sym_BANG] = ACTIONS(1420), - [anon_sym_TILDE] = ACTIONS(1420), - [anon_sym_DASH] = ACTIONS(1418), - [anon_sym_PLUS] = ACTIONS(1418), - [anon_sym_STAR] = ACTIONS(1420), - [anon_sym_AMP] = ACTIONS(1420), - [anon_sym_subroutine] = ACTIONS(1418), - [anon_sym_invariant] = ACTIONS(1418), - [anon_sym_precise] = ACTIONS(1418), - [anon_sym_SEMI] = ACTIONS(1420), - [anon_sym_in] = ACTIONS(1418), - [anon_sym_out] = ACTIONS(1418), - [anon_sym_inout] = ACTIONS(1418), - [anon_sym_uniform] = ACTIONS(1418), - [anon_sym_shared] = ACTIONS(1418), - [anon_sym_attribute] = ACTIONS(1418), - [anon_sym_varying] = ACTIONS(1418), - [anon_sym_buffer] = ACTIONS(1418), - [anon_sym_coherent] = ACTIONS(1418), - [anon_sym_readonly] = ACTIONS(1418), - [anon_sym_writeonly] = ACTIONS(1418), - [anon_sym_precision] = ACTIONS(1418), - [anon_sym_highp] = ACTIONS(1418), - [anon_sym_mediump] = ACTIONS(1418), - [anon_sym_lowp] = ACTIONS(1418), - [anon_sym_centroid] = ACTIONS(1418), - [anon_sym_sample] = ACTIONS(1418), - [anon_sym_patch] = ACTIONS(1418), - [anon_sym_smooth] = ACTIONS(1418), - [anon_sym_flat] = ACTIONS(1418), - [anon_sym_noperspective] = ACTIONS(1418), - [anon_sym___extension__] = ACTIONS(1418), - [anon_sym_typedef] = ACTIONS(1418), - [anon_sym_extern] = ACTIONS(1418), - [anon_sym___attribute__] = ACTIONS(1418), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1420), - [anon_sym___declspec] = ACTIONS(1418), - [anon_sym___cdecl] = ACTIONS(1418), - [anon_sym___clrcall] = ACTIONS(1418), - [anon_sym___stdcall] = ACTIONS(1418), - [anon_sym___fastcall] = ACTIONS(1418), - [anon_sym___thiscall] = ACTIONS(1418), - [anon_sym___vectorcall] = ACTIONS(1418), - [anon_sym_LBRACE] = ACTIONS(1420), - [anon_sym_signed] = ACTIONS(1418), - [anon_sym_unsigned] = ACTIONS(1418), - [anon_sym_long] = ACTIONS(1418), - [anon_sym_short] = ACTIONS(1418), - [anon_sym_static] = ACTIONS(1418), - [anon_sym_auto] = ACTIONS(1418), - [anon_sym_register] = ACTIONS(1418), - [anon_sym_inline] = ACTIONS(1418), - [anon_sym___inline] = ACTIONS(1418), - [anon_sym___inline__] = ACTIONS(1418), - [anon_sym___forceinline] = ACTIONS(1418), - [anon_sym_thread_local] = ACTIONS(1418), - [anon_sym___thread] = ACTIONS(1418), - [anon_sym_const] = ACTIONS(1418), - [anon_sym_constexpr] = ACTIONS(1418), - [anon_sym_volatile] = ACTIONS(1418), - [anon_sym_restrict] = ACTIONS(1418), - [anon_sym___restrict__] = ACTIONS(1418), - [anon_sym__Atomic] = ACTIONS(1418), - [anon_sym__Noreturn] = ACTIONS(1418), - [anon_sym_noreturn] = ACTIONS(1418), - [sym_primitive_type] = ACTIONS(1418), - [anon_sym_enum] = ACTIONS(1418), - [anon_sym_struct] = ACTIONS(1418), - [anon_sym_union] = ACTIONS(1418), - [anon_sym_if] = ACTIONS(1418), - [anon_sym_else] = ACTIONS(1418), - [anon_sym_switch] = ACTIONS(1418), - [anon_sym_case] = ACTIONS(1418), - [anon_sym_default] = ACTIONS(1418), - [anon_sym_while] = ACTIONS(1418), - [anon_sym_do] = ACTIONS(1418), - [anon_sym_for] = ACTIONS(1418), - [anon_sym_return] = ACTIONS(1418), - [anon_sym_break] = ACTIONS(1418), - [anon_sym_continue] = ACTIONS(1418), - [anon_sym_goto] = ACTIONS(1418), - [anon_sym_DASH_DASH] = ACTIONS(1420), - [anon_sym_PLUS_PLUS] = ACTIONS(1420), - [anon_sym_sizeof] = ACTIONS(1418), - [anon_sym___alignof__] = ACTIONS(1418), - [anon_sym___alignof] = ACTIONS(1418), - [anon_sym__alignof] = ACTIONS(1418), - [anon_sym_alignof] = ACTIONS(1418), - [anon_sym__Alignof] = ACTIONS(1418), - [anon_sym_offsetof] = ACTIONS(1418), - [anon_sym__Generic] = ACTIONS(1418), - [anon_sym_asm] = ACTIONS(1418), - [anon_sym___asm__] = ACTIONS(1418), - [sym_number_literal] = ACTIONS(1420), - [anon_sym_L_SQUOTE] = ACTIONS(1420), - [anon_sym_u_SQUOTE] = ACTIONS(1420), - [anon_sym_U_SQUOTE] = ACTIONS(1420), - [anon_sym_u8_SQUOTE] = ACTIONS(1420), - [anon_sym_SQUOTE] = ACTIONS(1420), - [anon_sym_L_DQUOTE] = ACTIONS(1420), - [anon_sym_u_DQUOTE] = ACTIONS(1420), - [anon_sym_U_DQUOTE] = ACTIONS(1420), - [anon_sym_u8_DQUOTE] = ACTIONS(1420), - [anon_sym_DQUOTE] = ACTIONS(1420), - [sym_true] = ACTIONS(1418), - [sym_false] = ACTIONS(1418), - [anon_sym_NULL] = ACTIONS(1418), - [anon_sym_nullptr] = ACTIONS(1418), + [ts_builtin_sym_end] = ACTIONS(1408), + [sym_identifier] = ACTIONS(1406), + [aux_sym_preproc_include_token1] = ACTIONS(1406), + [aux_sym_preproc_def_token1] = ACTIONS(1406), + [aux_sym_preproc_if_token1] = ACTIONS(1406), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1406), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1406), + [sym_preproc_directive] = ACTIONS(1406), + [anon_sym_LPAREN2] = ACTIONS(1408), + [anon_sym_BANG] = ACTIONS(1408), + [anon_sym_TILDE] = ACTIONS(1408), + [anon_sym_DASH] = ACTIONS(1406), + [anon_sym_PLUS] = ACTIONS(1406), + [anon_sym_STAR] = ACTIONS(1408), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_subroutine] = ACTIONS(1406), + [anon_sym_invariant] = ACTIONS(1406), + [anon_sym_precise] = ACTIONS(1406), + [anon_sym_SEMI] = ACTIONS(1408), + [anon_sym_in] = ACTIONS(1406), + [anon_sym_out] = ACTIONS(1406), + [anon_sym_inout] = ACTIONS(1406), + [anon_sym_uniform] = ACTIONS(1406), + [anon_sym_shared] = ACTIONS(1406), + [anon_sym_attribute] = ACTIONS(1406), + [anon_sym_varying] = ACTIONS(1406), + [anon_sym_buffer] = ACTIONS(1406), + [anon_sym_coherent] = ACTIONS(1406), + [anon_sym_readonly] = ACTIONS(1406), + [anon_sym_writeonly] = ACTIONS(1406), + [anon_sym_precision] = ACTIONS(1406), + [anon_sym_highp] = ACTIONS(1406), + [anon_sym_mediump] = ACTIONS(1406), + [anon_sym_lowp] = ACTIONS(1406), + [anon_sym_centroid] = ACTIONS(1406), + [anon_sym_sample] = ACTIONS(1406), + [anon_sym_patch] = ACTIONS(1406), + [anon_sym_smooth] = ACTIONS(1406), + [anon_sym_flat] = ACTIONS(1406), + [anon_sym_noperspective] = ACTIONS(1406), + [anon_sym___extension__] = ACTIONS(1406), + [anon_sym_typedef] = ACTIONS(1406), + [anon_sym_extern] = ACTIONS(1406), + [anon_sym___attribute__] = ACTIONS(1406), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1408), + [anon_sym___declspec] = ACTIONS(1406), + [anon_sym___cdecl] = ACTIONS(1406), + [anon_sym___clrcall] = ACTIONS(1406), + [anon_sym___stdcall] = ACTIONS(1406), + [anon_sym___fastcall] = ACTIONS(1406), + [anon_sym___thiscall] = ACTIONS(1406), + [anon_sym___vectorcall] = ACTIONS(1406), + [anon_sym_LBRACE] = ACTIONS(1408), + [anon_sym_signed] = ACTIONS(1406), + [anon_sym_unsigned] = ACTIONS(1406), + [anon_sym_long] = ACTIONS(1406), + [anon_sym_short] = ACTIONS(1406), + [anon_sym_static] = ACTIONS(1406), + [anon_sym_auto] = ACTIONS(1406), + [anon_sym_register] = ACTIONS(1406), + [anon_sym_inline] = ACTIONS(1406), + [anon_sym___inline] = ACTIONS(1406), + [anon_sym___inline__] = ACTIONS(1406), + [anon_sym___forceinline] = ACTIONS(1406), + [anon_sym_thread_local] = ACTIONS(1406), + [anon_sym___thread] = ACTIONS(1406), + [anon_sym_const] = ACTIONS(1406), + [anon_sym_constexpr] = ACTIONS(1406), + [anon_sym_volatile] = ACTIONS(1406), + [anon_sym_restrict] = ACTIONS(1406), + [anon_sym___restrict__] = ACTIONS(1406), + [anon_sym__Atomic] = ACTIONS(1406), + [anon_sym__Noreturn] = ACTIONS(1406), + [anon_sym_noreturn] = ACTIONS(1406), + [sym_primitive_type] = ACTIONS(1406), + [anon_sym_enum] = ACTIONS(1406), + [anon_sym_struct] = ACTIONS(1406), + [anon_sym_union] = ACTIONS(1406), + [anon_sym_if] = ACTIONS(1406), + [anon_sym_else] = ACTIONS(1406), + [anon_sym_switch] = ACTIONS(1406), + [anon_sym_case] = ACTIONS(1406), + [anon_sym_default] = ACTIONS(1406), + [anon_sym_while] = ACTIONS(1406), + [anon_sym_do] = ACTIONS(1406), + [anon_sym_for] = ACTIONS(1406), + [anon_sym_return] = ACTIONS(1406), + [anon_sym_break] = ACTIONS(1406), + [anon_sym_continue] = ACTIONS(1406), + [anon_sym_goto] = ACTIONS(1406), + [anon_sym_DASH_DASH] = ACTIONS(1408), + [anon_sym_PLUS_PLUS] = ACTIONS(1408), + [anon_sym_sizeof] = ACTIONS(1406), + [anon_sym___alignof__] = ACTIONS(1406), + [anon_sym___alignof] = ACTIONS(1406), + [anon_sym__alignof] = ACTIONS(1406), + [anon_sym_alignof] = ACTIONS(1406), + [anon_sym__Alignof] = ACTIONS(1406), + [anon_sym_offsetof] = ACTIONS(1406), + [anon_sym__Generic] = ACTIONS(1406), + [anon_sym_asm] = ACTIONS(1406), + [anon_sym___asm__] = ACTIONS(1406), + [sym_number_literal] = ACTIONS(1408), + [anon_sym_L_SQUOTE] = ACTIONS(1408), + [anon_sym_u_SQUOTE] = ACTIONS(1408), + [anon_sym_U_SQUOTE] = ACTIONS(1408), + [anon_sym_u8_SQUOTE] = ACTIONS(1408), + [anon_sym_SQUOTE] = ACTIONS(1408), + [anon_sym_L_DQUOTE] = ACTIONS(1408), + [anon_sym_u_DQUOTE] = ACTIONS(1408), + [anon_sym_U_DQUOTE] = ACTIONS(1408), + [anon_sym_u8_DQUOTE] = ACTIONS(1408), + [anon_sym_DQUOTE] = ACTIONS(1408), + [sym_true] = ACTIONS(1406), + [sym_false] = ACTIONS(1406), + [anon_sym_NULL] = ACTIONS(1406), + [anon_sym_nullptr] = ACTIONS(1406), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1418), - [anon_sym_rayPayloadInEXT] = ACTIONS(1418), - [anon_sym_hitAttributeEXT] = ACTIONS(1418), - [anon_sym_callableDataEXT] = ACTIONS(1418), - [anon_sym_callableDataInEXT] = ACTIONS(1418), - [anon_sym_shaderRecordEXT] = ACTIONS(1418), - [anon_sym_rayPayloadNV] = ACTIONS(1418), - [anon_sym_rayPayloadInNV] = ACTIONS(1418), - [anon_sym_hitAttributeNV] = ACTIONS(1418), - [anon_sym_callableDataNV] = ACTIONS(1418), - [anon_sym_callableDataInNV] = ACTIONS(1418), - [anon_sym_shaderRecordNV] = ACTIONS(1418), - [anon_sym_layout] = ACTIONS(1418), + [anon_sym_rayPayloadEXT] = ACTIONS(1406), + [anon_sym_rayPayloadInEXT] = ACTIONS(1406), + [anon_sym_hitAttributeEXT] = ACTIONS(1406), + [anon_sym_callableDataEXT] = ACTIONS(1406), + [anon_sym_callableDataInEXT] = ACTIONS(1406), + [anon_sym_shaderRecordEXT] = ACTIONS(1406), + [anon_sym_rayPayloadNV] = ACTIONS(1406), + [anon_sym_rayPayloadInNV] = ACTIONS(1406), + [anon_sym_hitAttributeNV] = ACTIONS(1406), + [anon_sym_callableDataNV] = ACTIONS(1406), + [anon_sym_callableDataInNV] = ACTIONS(1406), + [anon_sym_shaderRecordNV] = ACTIONS(1406), + [anon_sym_layout] = ACTIONS(1406), }, [287] = { - [sym_identifier] = ACTIONS(1386), - [aux_sym_preproc_include_token1] = ACTIONS(1386), - [aux_sym_preproc_def_token1] = ACTIONS(1386), - [aux_sym_preproc_if_token1] = ACTIONS(1386), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1386), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1386), - [sym_preproc_directive] = ACTIONS(1386), - [anon_sym_LPAREN2] = ACTIONS(1388), - [anon_sym_BANG] = ACTIONS(1388), - [anon_sym_TILDE] = ACTIONS(1388), - [anon_sym_DASH] = ACTIONS(1386), - [anon_sym_PLUS] = ACTIONS(1386), - [anon_sym_STAR] = ACTIONS(1388), - [anon_sym_AMP] = ACTIONS(1388), - [anon_sym_subroutine] = ACTIONS(1386), - [anon_sym_invariant] = ACTIONS(1386), - [anon_sym_precise] = ACTIONS(1386), - [anon_sym_SEMI] = ACTIONS(1388), - [anon_sym_in] = ACTIONS(1386), - [anon_sym_out] = ACTIONS(1386), - [anon_sym_inout] = ACTIONS(1386), - [anon_sym_uniform] = ACTIONS(1386), - [anon_sym_shared] = ACTIONS(1386), - [anon_sym_attribute] = ACTIONS(1386), - [anon_sym_varying] = ACTIONS(1386), - [anon_sym_buffer] = ACTIONS(1386), - [anon_sym_coherent] = ACTIONS(1386), - [anon_sym_readonly] = ACTIONS(1386), - [anon_sym_writeonly] = ACTIONS(1386), - [anon_sym_precision] = ACTIONS(1386), - [anon_sym_highp] = ACTIONS(1386), - [anon_sym_mediump] = ACTIONS(1386), - [anon_sym_lowp] = ACTIONS(1386), - [anon_sym_centroid] = ACTIONS(1386), - [anon_sym_sample] = ACTIONS(1386), - [anon_sym_patch] = ACTIONS(1386), - [anon_sym_smooth] = ACTIONS(1386), - [anon_sym_flat] = ACTIONS(1386), - [anon_sym_noperspective] = ACTIONS(1386), - [anon_sym___extension__] = ACTIONS(1386), - [anon_sym_typedef] = ACTIONS(1386), - [anon_sym_extern] = ACTIONS(1386), - [anon_sym___attribute__] = ACTIONS(1386), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1388), - [anon_sym___declspec] = ACTIONS(1386), - [anon_sym___cdecl] = ACTIONS(1386), - [anon_sym___clrcall] = ACTIONS(1386), - [anon_sym___stdcall] = ACTIONS(1386), - [anon_sym___fastcall] = ACTIONS(1386), - [anon_sym___thiscall] = ACTIONS(1386), - [anon_sym___vectorcall] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_RBRACE] = ACTIONS(1388), - [anon_sym_signed] = ACTIONS(1386), - [anon_sym_unsigned] = ACTIONS(1386), - [anon_sym_long] = ACTIONS(1386), - [anon_sym_short] = ACTIONS(1386), - [anon_sym_static] = ACTIONS(1386), - [anon_sym_auto] = ACTIONS(1386), - [anon_sym_register] = ACTIONS(1386), - [anon_sym_inline] = ACTIONS(1386), - [anon_sym___inline] = ACTIONS(1386), - [anon_sym___inline__] = ACTIONS(1386), - [anon_sym___forceinline] = ACTIONS(1386), - [anon_sym_thread_local] = ACTIONS(1386), - [anon_sym___thread] = ACTIONS(1386), - [anon_sym_const] = ACTIONS(1386), - [anon_sym_constexpr] = ACTIONS(1386), - [anon_sym_volatile] = ACTIONS(1386), - [anon_sym_restrict] = ACTIONS(1386), - [anon_sym___restrict__] = ACTIONS(1386), - [anon_sym__Atomic] = ACTIONS(1386), - [anon_sym__Noreturn] = ACTIONS(1386), - [anon_sym_noreturn] = ACTIONS(1386), - [sym_primitive_type] = ACTIONS(1386), - [anon_sym_enum] = ACTIONS(1386), - [anon_sym_struct] = ACTIONS(1386), - [anon_sym_union] = ACTIONS(1386), - [anon_sym_if] = ACTIONS(1386), - [anon_sym_else] = ACTIONS(1386), - [anon_sym_switch] = ACTIONS(1386), - [anon_sym_case] = ACTIONS(1386), - [anon_sym_default] = ACTIONS(1386), - [anon_sym_while] = ACTIONS(1386), - [anon_sym_do] = ACTIONS(1386), - [anon_sym_for] = ACTIONS(1386), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1386), - [anon_sym_continue] = ACTIONS(1386), - [anon_sym_goto] = ACTIONS(1386), - [anon_sym_DASH_DASH] = ACTIONS(1388), - [anon_sym_PLUS_PLUS] = ACTIONS(1388), - [anon_sym_sizeof] = ACTIONS(1386), - [anon_sym___alignof__] = ACTIONS(1386), - [anon_sym___alignof] = ACTIONS(1386), - [anon_sym__alignof] = ACTIONS(1386), - [anon_sym_alignof] = ACTIONS(1386), - [anon_sym__Alignof] = ACTIONS(1386), - [anon_sym_offsetof] = ACTIONS(1386), - [anon_sym__Generic] = ACTIONS(1386), - [anon_sym_asm] = ACTIONS(1386), - [anon_sym___asm__] = ACTIONS(1386), - [sym_number_literal] = ACTIONS(1388), - [anon_sym_L_SQUOTE] = ACTIONS(1388), - [anon_sym_u_SQUOTE] = ACTIONS(1388), - [anon_sym_U_SQUOTE] = ACTIONS(1388), - [anon_sym_u8_SQUOTE] = ACTIONS(1388), - [anon_sym_SQUOTE] = ACTIONS(1388), - [anon_sym_L_DQUOTE] = ACTIONS(1388), - [anon_sym_u_DQUOTE] = ACTIONS(1388), - [anon_sym_U_DQUOTE] = ACTIONS(1388), - [anon_sym_u8_DQUOTE] = ACTIONS(1388), - [anon_sym_DQUOTE] = ACTIONS(1388), - [sym_true] = ACTIONS(1386), - [sym_false] = ACTIONS(1386), - [anon_sym_NULL] = ACTIONS(1386), - [anon_sym_nullptr] = ACTIONS(1386), + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_RBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1386), - [anon_sym_rayPayloadInEXT] = ACTIONS(1386), - [anon_sym_hitAttributeEXT] = ACTIONS(1386), - [anon_sym_callableDataEXT] = ACTIONS(1386), - [anon_sym_callableDataInEXT] = ACTIONS(1386), - [anon_sym_shaderRecordEXT] = ACTIONS(1386), - [anon_sym_rayPayloadNV] = ACTIONS(1386), - [anon_sym_rayPayloadInNV] = ACTIONS(1386), - [anon_sym_hitAttributeNV] = ACTIONS(1386), - [anon_sym_callableDataNV] = ACTIONS(1386), - [anon_sym_callableDataInNV] = ACTIONS(1386), - [anon_sym_shaderRecordNV] = ACTIONS(1386), - [anon_sym_layout] = ACTIONS(1386), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, [288] = { [sym_identifier] = ACTIONS(1350), @@ -60604,538 +60599,273 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(1350), }, [289] = { - [ts_builtin_sym_end] = ACTIONS(1392), - [sym_identifier] = ACTIONS(1390), - [aux_sym_preproc_include_token1] = ACTIONS(1390), - [aux_sym_preproc_def_token1] = ACTIONS(1390), - [aux_sym_preproc_if_token1] = ACTIONS(1390), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1390), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1390), - [sym_preproc_directive] = ACTIONS(1390), - [anon_sym_LPAREN2] = ACTIONS(1392), - [anon_sym_BANG] = ACTIONS(1392), - [anon_sym_TILDE] = ACTIONS(1392), - [anon_sym_DASH] = ACTIONS(1390), - [anon_sym_PLUS] = ACTIONS(1390), - [anon_sym_STAR] = ACTIONS(1392), - [anon_sym_AMP] = ACTIONS(1392), - [anon_sym_subroutine] = ACTIONS(1390), - [anon_sym_invariant] = ACTIONS(1390), - [anon_sym_precise] = ACTIONS(1390), - [anon_sym_SEMI] = ACTIONS(1392), - [anon_sym_in] = ACTIONS(1390), - [anon_sym_out] = ACTIONS(1390), - [anon_sym_inout] = ACTIONS(1390), - [anon_sym_uniform] = ACTIONS(1390), - [anon_sym_shared] = ACTIONS(1390), - [anon_sym_attribute] = ACTIONS(1390), - [anon_sym_varying] = ACTIONS(1390), - [anon_sym_buffer] = ACTIONS(1390), - [anon_sym_coherent] = ACTIONS(1390), - [anon_sym_readonly] = ACTIONS(1390), - [anon_sym_writeonly] = ACTIONS(1390), - [anon_sym_precision] = ACTIONS(1390), - [anon_sym_highp] = ACTIONS(1390), - [anon_sym_mediump] = ACTIONS(1390), - [anon_sym_lowp] = ACTIONS(1390), - [anon_sym_centroid] = ACTIONS(1390), - [anon_sym_sample] = ACTIONS(1390), - [anon_sym_patch] = ACTIONS(1390), - [anon_sym_smooth] = ACTIONS(1390), - [anon_sym_flat] = ACTIONS(1390), - [anon_sym_noperspective] = ACTIONS(1390), - [anon_sym___extension__] = ACTIONS(1390), - [anon_sym_typedef] = ACTIONS(1390), - [anon_sym_extern] = ACTIONS(1390), - [anon_sym___attribute__] = ACTIONS(1390), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1392), - [anon_sym___declspec] = ACTIONS(1390), - [anon_sym___cdecl] = ACTIONS(1390), - [anon_sym___clrcall] = ACTIONS(1390), - [anon_sym___stdcall] = ACTIONS(1390), - [anon_sym___fastcall] = ACTIONS(1390), - [anon_sym___thiscall] = ACTIONS(1390), - [anon_sym___vectorcall] = ACTIONS(1390), - [anon_sym_LBRACE] = ACTIONS(1392), - [anon_sym_signed] = ACTIONS(1390), - [anon_sym_unsigned] = ACTIONS(1390), - [anon_sym_long] = ACTIONS(1390), - [anon_sym_short] = ACTIONS(1390), - [anon_sym_static] = ACTIONS(1390), - [anon_sym_auto] = ACTIONS(1390), - [anon_sym_register] = ACTIONS(1390), - [anon_sym_inline] = ACTIONS(1390), - [anon_sym___inline] = ACTIONS(1390), - [anon_sym___inline__] = ACTIONS(1390), - [anon_sym___forceinline] = ACTIONS(1390), - [anon_sym_thread_local] = ACTIONS(1390), - [anon_sym___thread] = ACTIONS(1390), - [anon_sym_const] = ACTIONS(1390), - [anon_sym_constexpr] = ACTIONS(1390), - [anon_sym_volatile] = ACTIONS(1390), - [anon_sym_restrict] = ACTIONS(1390), - [anon_sym___restrict__] = ACTIONS(1390), - [anon_sym__Atomic] = ACTIONS(1390), - [anon_sym__Noreturn] = ACTIONS(1390), - [anon_sym_noreturn] = ACTIONS(1390), - [sym_primitive_type] = ACTIONS(1390), - [anon_sym_enum] = ACTIONS(1390), - [anon_sym_struct] = ACTIONS(1390), - [anon_sym_union] = ACTIONS(1390), - [anon_sym_if] = ACTIONS(1390), - [anon_sym_else] = ACTIONS(1390), - [anon_sym_switch] = ACTIONS(1390), - [anon_sym_case] = ACTIONS(1390), - [anon_sym_default] = ACTIONS(1390), - [anon_sym_while] = ACTIONS(1390), - [anon_sym_do] = ACTIONS(1390), - [anon_sym_for] = ACTIONS(1390), - [anon_sym_return] = ACTIONS(1390), - [anon_sym_break] = ACTIONS(1390), - [anon_sym_continue] = ACTIONS(1390), - [anon_sym_goto] = ACTIONS(1390), - [anon_sym_DASH_DASH] = ACTIONS(1392), - [anon_sym_PLUS_PLUS] = ACTIONS(1392), - [anon_sym_sizeof] = ACTIONS(1390), - [anon_sym___alignof__] = ACTIONS(1390), - [anon_sym___alignof] = ACTIONS(1390), - [anon_sym__alignof] = ACTIONS(1390), - [anon_sym_alignof] = ACTIONS(1390), - [anon_sym__Alignof] = ACTIONS(1390), - [anon_sym_offsetof] = ACTIONS(1390), - [anon_sym__Generic] = ACTIONS(1390), - [anon_sym_asm] = ACTIONS(1390), - [anon_sym___asm__] = ACTIONS(1390), - [sym_number_literal] = ACTIONS(1392), - [anon_sym_L_SQUOTE] = ACTIONS(1392), - [anon_sym_u_SQUOTE] = ACTIONS(1392), - [anon_sym_U_SQUOTE] = ACTIONS(1392), - [anon_sym_u8_SQUOTE] = ACTIONS(1392), - [anon_sym_SQUOTE] = ACTIONS(1392), - [anon_sym_L_DQUOTE] = ACTIONS(1392), - [anon_sym_u_DQUOTE] = ACTIONS(1392), - [anon_sym_U_DQUOTE] = ACTIONS(1392), - [anon_sym_u8_DQUOTE] = ACTIONS(1392), - [anon_sym_DQUOTE] = ACTIONS(1392), - [sym_true] = ACTIONS(1390), - [sym_false] = ACTIONS(1390), - [anon_sym_NULL] = ACTIONS(1390), - [anon_sym_nullptr] = ACTIONS(1390), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1390), - [anon_sym_rayPayloadInEXT] = ACTIONS(1390), - [anon_sym_hitAttributeEXT] = ACTIONS(1390), - [anon_sym_callableDataEXT] = ACTIONS(1390), - [anon_sym_callableDataInEXT] = ACTIONS(1390), - [anon_sym_shaderRecordEXT] = ACTIONS(1390), - [anon_sym_rayPayloadNV] = ACTIONS(1390), - [anon_sym_rayPayloadInNV] = ACTIONS(1390), - [anon_sym_hitAttributeNV] = ACTIONS(1390), - [anon_sym_callableDataNV] = ACTIONS(1390), - [anon_sym_callableDataInNV] = ACTIONS(1390), - [anon_sym_shaderRecordNV] = ACTIONS(1390), - [anon_sym_layout] = ACTIONS(1390), - }, - [290] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), - }, - [291] = { - [ts_builtin_sym_end] = ACTIONS(1356), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_RBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [292] = { - [ts_builtin_sym_end] = ACTIONS(1356), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [290] = { + [ts_builtin_sym_end] = ACTIONS(1352), + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [293] = { + [291] = { + [ts_builtin_sym_end] = ACTIONS(1384), [sym_identifier] = ACTIONS(1382), [aux_sym_preproc_include_token1] = ACTIONS(1382), [aux_sym_preproc_def_token1] = ACTIONS(1382), @@ -61188,7 +60918,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1382), [anon_sym___vectorcall] = ACTIONS(1382), [anon_sym_LBRACE] = ACTIONS(1384), - [anon_sym_RBRACE] = ACTIONS(1384), [anon_sym_signed] = ACTIONS(1382), [anon_sym_unsigned] = ACTIONS(1382), [anon_sym_long] = ACTIONS(1382), @@ -61268,12 +60997,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1382), [anon_sym_layout] = ACTIONS(1382), }, - [294] = { + [292] = { [sym_identifier] = ACTIONS(1354), [aux_sym_preproc_include_token1] = ACTIONS(1354), [aux_sym_preproc_def_token1] = ACTIONS(1354), [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), [sym_preproc_directive] = ACTIONS(1354), @@ -61322,6 +61050,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1354), [anon_sym___vectorcall] = ACTIONS(1354), [anon_sym_LBRACE] = ACTIONS(1356), + [anon_sym_RBRACE] = ACTIONS(1356), [anon_sym_signed] = ACTIONS(1354), [anon_sym_unsigned] = ACTIONS(1354), [anon_sym_long] = ACTIONS(1354), @@ -61401,943 +61130,943 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1354), [anon_sym_layout] = ACTIONS(1354), }, - [295] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [293] = { + [ts_builtin_sym_end] = ACTIONS(1352), + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [296] = { - [sym_identifier] = ACTIONS(1378), - [aux_sym_preproc_include_token1] = ACTIONS(1378), - [aux_sym_preproc_def_token1] = ACTIONS(1378), - [aux_sym_preproc_if_token1] = ACTIONS(1378), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1378), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1378), - [sym_preproc_directive] = ACTIONS(1378), - [anon_sym_LPAREN2] = ACTIONS(1380), - [anon_sym_BANG] = ACTIONS(1380), - [anon_sym_TILDE] = ACTIONS(1380), - [anon_sym_DASH] = ACTIONS(1378), - [anon_sym_PLUS] = ACTIONS(1378), - [anon_sym_STAR] = ACTIONS(1380), - [anon_sym_AMP] = ACTIONS(1380), - [anon_sym_subroutine] = ACTIONS(1378), - [anon_sym_invariant] = ACTIONS(1378), - [anon_sym_precise] = ACTIONS(1378), - [anon_sym_SEMI] = ACTIONS(1380), - [anon_sym_in] = ACTIONS(1378), - [anon_sym_out] = ACTIONS(1378), - [anon_sym_inout] = ACTIONS(1378), - [anon_sym_uniform] = ACTIONS(1378), - [anon_sym_shared] = ACTIONS(1378), - [anon_sym_attribute] = ACTIONS(1378), - [anon_sym_varying] = ACTIONS(1378), - [anon_sym_buffer] = ACTIONS(1378), - [anon_sym_coherent] = ACTIONS(1378), - [anon_sym_readonly] = ACTIONS(1378), - [anon_sym_writeonly] = ACTIONS(1378), - [anon_sym_precision] = ACTIONS(1378), - [anon_sym_highp] = ACTIONS(1378), - [anon_sym_mediump] = ACTIONS(1378), - [anon_sym_lowp] = ACTIONS(1378), - [anon_sym_centroid] = ACTIONS(1378), - [anon_sym_sample] = ACTIONS(1378), - [anon_sym_patch] = ACTIONS(1378), - [anon_sym_smooth] = ACTIONS(1378), - [anon_sym_flat] = ACTIONS(1378), - [anon_sym_noperspective] = ACTIONS(1378), - [anon_sym___extension__] = ACTIONS(1378), - [anon_sym_typedef] = ACTIONS(1378), - [anon_sym_extern] = ACTIONS(1378), - [anon_sym___attribute__] = ACTIONS(1378), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1380), - [anon_sym___declspec] = ACTIONS(1378), - [anon_sym___cdecl] = ACTIONS(1378), - [anon_sym___clrcall] = ACTIONS(1378), - [anon_sym___stdcall] = ACTIONS(1378), - [anon_sym___fastcall] = ACTIONS(1378), - [anon_sym___thiscall] = ACTIONS(1378), - [anon_sym___vectorcall] = ACTIONS(1378), - [anon_sym_LBRACE] = ACTIONS(1380), - [anon_sym_RBRACE] = ACTIONS(1380), - [anon_sym_signed] = ACTIONS(1378), - [anon_sym_unsigned] = ACTIONS(1378), - [anon_sym_long] = ACTIONS(1378), - [anon_sym_short] = ACTIONS(1378), - [anon_sym_static] = ACTIONS(1378), - [anon_sym_auto] = ACTIONS(1378), - [anon_sym_register] = ACTIONS(1378), - [anon_sym_inline] = ACTIONS(1378), - [anon_sym___inline] = ACTIONS(1378), - [anon_sym___inline__] = ACTIONS(1378), - [anon_sym___forceinline] = ACTIONS(1378), - [anon_sym_thread_local] = ACTIONS(1378), - [anon_sym___thread] = ACTIONS(1378), - [anon_sym_const] = ACTIONS(1378), - [anon_sym_constexpr] = ACTIONS(1378), - [anon_sym_volatile] = ACTIONS(1378), - [anon_sym_restrict] = ACTIONS(1378), - [anon_sym___restrict__] = ACTIONS(1378), - [anon_sym__Atomic] = ACTIONS(1378), - [anon_sym__Noreturn] = ACTIONS(1378), - [anon_sym_noreturn] = ACTIONS(1378), - [sym_primitive_type] = ACTIONS(1378), - [anon_sym_enum] = ACTIONS(1378), - [anon_sym_struct] = ACTIONS(1378), - [anon_sym_union] = ACTIONS(1378), - [anon_sym_if] = ACTIONS(1378), - [anon_sym_else] = ACTIONS(1378), - [anon_sym_switch] = ACTIONS(1378), - [anon_sym_case] = ACTIONS(1378), - [anon_sym_default] = ACTIONS(1378), - [anon_sym_while] = ACTIONS(1378), - [anon_sym_do] = ACTIONS(1378), - [anon_sym_for] = ACTIONS(1378), - [anon_sym_return] = ACTIONS(1378), - [anon_sym_break] = ACTIONS(1378), - [anon_sym_continue] = ACTIONS(1378), - [anon_sym_goto] = ACTIONS(1378), - [anon_sym_DASH_DASH] = ACTIONS(1380), - [anon_sym_PLUS_PLUS] = ACTIONS(1380), - [anon_sym_sizeof] = ACTIONS(1378), - [anon_sym___alignof__] = ACTIONS(1378), - [anon_sym___alignof] = ACTIONS(1378), - [anon_sym__alignof] = ACTIONS(1378), - [anon_sym_alignof] = ACTIONS(1378), - [anon_sym__Alignof] = ACTIONS(1378), - [anon_sym_offsetof] = ACTIONS(1378), - [anon_sym__Generic] = ACTIONS(1378), - [anon_sym_asm] = ACTIONS(1378), - [anon_sym___asm__] = ACTIONS(1378), - [sym_number_literal] = ACTIONS(1380), - [anon_sym_L_SQUOTE] = ACTIONS(1380), - [anon_sym_u_SQUOTE] = ACTIONS(1380), - [anon_sym_U_SQUOTE] = ACTIONS(1380), - [anon_sym_u8_SQUOTE] = ACTIONS(1380), - [anon_sym_SQUOTE] = ACTIONS(1380), - [anon_sym_L_DQUOTE] = ACTIONS(1380), - [anon_sym_u_DQUOTE] = ACTIONS(1380), - [anon_sym_U_DQUOTE] = ACTIONS(1380), - [anon_sym_u8_DQUOTE] = ACTIONS(1380), - [anon_sym_DQUOTE] = ACTIONS(1380), - [sym_true] = ACTIONS(1378), - [sym_false] = ACTIONS(1378), - [anon_sym_NULL] = ACTIONS(1378), - [anon_sym_nullptr] = ACTIONS(1378), + [294] = { + [sym_identifier] = ACTIONS(1390), + [aux_sym_preproc_include_token1] = ACTIONS(1390), + [aux_sym_preproc_def_token1] = ACTIONS(1390), + [aux_sym_preproc_if_token1] = ACTIONS(1390), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1390), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1390), + [sym_preproc_directive] = ACTIONS(1390), + [anon_sym_LPAREN2] = ACTIONS(1392), + [anon_sym_BANG] = ACTIONS(1392), + [anon_sym_TILDE] = ACTIONS(1392), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_AMP] = ACTIONS(1392), + [anon_sym_subroutine] = ACTIONS(1390), + [anon_sym_invariant] = ACTIONS(1390), + [anon_sym_precise] = ACTIONS(1390), + [anon_sym_SEMI] = ACTIONS(1392), + [anon_sym_in] = ACTIONS(1390), + [anon_sym_out] = ACTIONS(1390), + [anon_sym_inout] = ACTIONS(1390), + [anon_sym_uniform] = ACTIONS(1390), + [anon_sym_shared] = ACTIONS(1390), + [anon_sym_attribute] = ACTIONS(1390), + [anon_sym_varying] = ACTIONS(1390), + [anon_sym_buffer] = ACTIONS(1390), + [anon_sym_coherent] = ACTIONS(1390), + [anon_sym_readonly] = ACTIONS(1390), + [anon_sym_writeonly] = ACTIONS(1390), + [anon_sym_precision] = ACTIONS(1390), + [anon_sym_highp] = ACTIONS(1390), + [anon_sym_mediump] = ACTIONS(1390), + [anon_sym_lowp] = ACTIONS(1390), + [anon_sym_centroid] = ACTIONS(1390), + [anon_sym_sample] = ACTIONS(1390), + [anon_sym_patch] = ACTIONS(1390), + [anon_sym_smooth] = ACTIONS(1390), + [anon_sym_flat] = ACTIONS(1390), + [anon_sym_noperspective] = ACTIONS(1390), + [anon_sym___extension__] = ACTIONS(1390), + [anon_sym_typedef] = ACTIONS(1390), + [anon_sym_extern] = ACTIONS(1390), + [anon_sym___attribute__] = ACTIONS(1390), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1392), + [anon_sym___declspec] = ACTIONS(1390), + [anon_sym___cdecl] = ACTIONS(1390), + [anon_sym___clrcall] = ACTIONS(1390), + [anon_sym___stdcall] = ACTIONS(1390), + [anon_sym___fastcall] = ACTIONS(1390), + [anon_sym___thiscall] = ACTIONS(1390), + [anon_sym___vectorcall] = ACTIONS(1390), + [anon_sym_LBRACE] = ACTIONS(1392), + [anon_sym_RBRACE] = ACTIONS(1392), + [anon_sym_signed] = ACTIONS(1390), + [anon_sym_unsigned] = ACTIONS(1390), + [anon_sym_long] = ACTIONS(1390), + [anon_sym_short] = ACTIONS(1390), + [anon_sym_static] = ACTIONS(1390), + [anon_sym_auto] = ACTIONS(1390), + [anon_sym_register] = ACTIONS(1390), + [anon_sym_inline] = ACTIONS(1390), + [anon_sym___inline] = ACTIONS(1390), + [anon_sym___inline__] = ACTIONS(1390), + [anon_sym___forceinline] = ACTIONS(1390), + [anon_sym_thread_local] = ACTIONS(1390), + [anon_sym___thread] = ACTIONS(1390), + [anon_sym_const] = ACTIONS(1390), + [anon_sym_constexpr] = ACTIONS(1390), + [anon_sym_volatile] = ACTIONS(1390), + [anon_sym_restrict] = ACTIONS(1390), + [anon_sym___restrict__] = ACTIONS(1390), + [anon_sym__Atomic] = ACTIONS(1390), + [anon_sym__Noreturn] = ACTIONS(1390), + [anon_sym_noreturn] = ACTIONS(1390), + [sym_primitive_type] = ACTIONS(1390), + [anon_sym_enum] = ACTIONS(1390), + [anon_sym_struct] = ACTIONS(1390), + [anon_sym_union] = ACTIONS(1390), + [anon_sym_if] = ACTIONS(1390), + [anon_sym_else] = ACTIONS(1390), + [anon_sym_switch] = ACTIONS(1390), + [anon_sym_case] = ACTIONS(1390), + [anon_sym_default] = ACTIONS(1390), + [anon_sym_while] = ACTIONS(1390), + [anon_sym_do] = ACTIONS(1390), + [anon_sym_for] = ACTIONS(1390), + [anon_sym_return] = ACTIONS(1390), + [anon_sym_break] = ACTIONS(1390), + [anon_sym_continue] = ACTIONS(1390), + [anon_sym_goto] = ACTIONS(1390), + [anon_sym_DASH_DASH] = ACTIONS(1392), + [anon_sym_PLUS_PLUS] = ACTIONS(1392), + [anon_sym_sizeof] = ACTIONS(1390), + [anon_sym___alignof__] = ACTIONS(1390), + [anon_sym___alignof] = ACTIONS(1390), + [anon_sym__alignof] = ACTIONS(1390), + [anon_sym_alignof] = ACTIONS(1390), + [anon_sym__Alignof] = ACTIONS(1390), + [anon_sym_offsetof] = ACTIONS(1390), + [anon_sym__Generic] = ACTIONS(1390), + [anon_sym_asm] = ACTIONS(1390), + [anon_sym___asm__] = ACTIONS(1390), + [sym_number_literal] = ACTIONS(1392), + [anon_sym_L_SQUOTE] = ACTIONS(1392), + [anon_sym_u_SQUOTE] = ACTIONS(1392), + [anon_sym_U_SQUOTE] = ACTIONS(1392), + [anon_sym_u8_SQUOTE] = ACTIONS(1392), + [anon_sym_SQUOTE] = ACTIONS(1392), + [anon_sym_L_DQUOTE] = ACTIONS(1392), + [anon_sym_u_DQUOTE] = ACTIONS(1392), + [anon_sym_U_DQUOTE] = ACTIONS(1392), + [anon_sym_u8_DQUOTE] = ACTIONS(1392), + [anon_sym_DQUOTE] = ACTIONS(1392), + [sym_true] = ACTIONS(1390), + [sym_false] = ACTIONS(1390), + [anon_sym_NULL] = ACTIONS(1390), + [anon_sym_nullptr] = ACTIONS(1390), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1378), - [anon_sym_rayPayloadInEXT] = ACTIONS(1378), - [anon_sym_hitAttributeEXT] = ACTIONS(1378), - [anon_sym_callableDataEXT] = ACTIONS(1378), - [anon_sym_callableDataInEXT] = ACTIONS(1378), - [anon_sym_shaderRecordEXT] = ACTIONS(1378), - [anon_sym_rayPayloadNV] = ACTIONS(1378), - [anon_sym_rayPayloadInNV] = ACTIONS(1378), - [anon_sym_hitAttributeNV] = ACTIONS(1378), - [anon_sym_callableDataNV] = ACTIONS(1378), - [anon_sym_callableDataInNV] = ACTIONS(1378), - [anon_sym_shaderRecordNV] = ACTIONS(1378), - [anon_sym_layout] = ACTIONS(1378), + [anon_sym_rayPayloadEXT] = ACTIONS(1390), + [anon_sym_rayPayloadInEXT] = ACTIONS(1390), + [anon_sym_hitAttributeEXT] = ACTIONS(1390), + [anon_sym_callableDataEXT] = ACTIONS(1390), + [anon_sym_callableDataInEXT] = ACTIONS(1390), + [anon_sym_shaderRecordEXT] = ACTIONS(1390), + [anon_sym_rayPayloadNV] = ACTIONS(1390), + [anon_sym_rayPayloadInNV] = ACTIONS(1390), + [anon_sym_hitAttributeNV] = ACTIONS(1390), + [anon_sym_callableDataNV] = ACTIONS(1390), + [anon_sym_callableDataInNV] = ACTIONS(1390), + [anon_sym_shaderRecordNV] = ACTIONS(1390), + [anon_sym_layout] = ACTIONS(1390), }, - [297] = { - [sym_identifier] = ACTIONS(1438), - [aux_sym_preproc_include_token1] = ACTIONS(1438), - [aux_sym_preproc_def_token1] = ACTIONS(1438), - [aux_sym_preproc_if_token1] = ACTIONS(1438), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1438), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1438), - [sym_preproc_directive] = ACTIONS(1438), - [anon_sym_LPAREN2] = ACTIONS(1440), - [anon_sym_BANG] = ACTIONS(1440), - [anon_sym_TILDE] = ACTIONS(1440), - [anon_sym_DASH] = ACTIONS(1438), - [anon_sym_PLUS] = ACTIONS(1438), - [anon_sym_STAR] = ACTIONS(1440), - [anon_sym_AMP] = ACTIONS(1440), - [anon_sym_subroutine] = ACTIONS(1438), - [anon_sym_invariant] = ACTIONS(1438), - [anon_sym_precise] = ACTIONS(1438), - [anon_sym_SEMI] = ACTIONS(1440), - [anon_sym_in] = ACTIONS(1438), - [anon_sym_out] = ACTIONS(1438), - [anon_sym_inout] = ACTIONS(1438), - [anon_sym_uniform] = ACTIONS(1438), - [anon_sym_shared] = ACTIONS(1438), - [anon_sym_attribute] = ACTIONS(1438), - [anon_sym_varying] = ACTIONS(1438), - [anon_sym_buffer] = ACTIONS(1438), - [anon_sym_coherent] = ACTIONS(1438), - [anon_sym_readonly] = ACTIONS(1438), - [anon_sym_writeonly] = ACTIONS(1438), - [anon_sym_precision] = ACTIONS(1438), - [anon_sym_highp] = ACTIONS(1438), - [anon_sym_mediump] = ACTIONS(1438), - [anon_sym_lowp] = ACTIONS(1438), - [anon_sym_centroid] = ACTIONS(1438), - [anon_sym_sample] = ACTIONS(1438), - [anon_sym_patch] = ACTIONS(1438), - [anon_sym_smooth] = ACTIONS(1438), - [anon_sym_flat] = ACTIONS(1438), - [anon_sym_noperspective] = ACTIONS(1438), - [anon_sym___extension__] = ACTIONS(1438), - [anon_sym_typedef] = ACTIONS(1438), - [anon_sym_extern] = ACTIONS(1438), - [anon_sym___attribute__] = ACTIONS(1438), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1440), - [anon_sym___declspec] = ACTIONS(1438), - [anon_sym___cdecl] = ACTIONS(1438), - [anon_sym___clrcall] = ACTIONS(1438), - [anon_sym___stdcall] = ACTIONS(1438), - [anon_sym___fastcall] = ACTIONS(1438), - [anon_sym___thiscall] = ACTIONS(1438), - [anon_sym___vectorcall] = ACTIONS(1438), - [anon_sym_LBRACE] = ACTIONS(1440), - [anon_sym_RBRACE] = ACTIONS(1440), - [anon_sym_signed] = ACTIONS(1438), - [anon_sym_unsigned] = ACTIONS(1438), - [anon_sym_long] = ACTIONS(1438), - [anon_sym_short] = ACTIONS(1438), - [anon_sym_static] = ACTIONS(1438), - [anon_sym_auto] = ACTIONS(1438), - [anon_sym_register] = ACTIONS(1438), - [anon_sym_inline] = ACTIONS(1438), - [anon_sym___inline] = ACTIONS(1438), - [anon_sym___inline__] = ACTIONS(1438), - [anon_sym___forceinline] = ACTIONS(1438), - [anon_sym_thread_local] = ACTIONS(1438), - [anon_sym___thread] = ACTIONS(1438), - [anon_sym_const] = ACTIONS(1438), - [anon_sym_constexpr] = ACTIONS(1438), - [anon_sym_volatile] = ACTIONS(1438), - [anon_sym_restrict] = ACTIONS(1438), - [anon_sym___restrict__] = ACTIONS(1438), - [anon_sym__Atomic] = ACTIONS(1438), - [anon_sym__Noreturn] = ACTIONS(1438), - [anon_sym_noreturn] = ACTIONS(1438), - [sym_primitive_type] = ACTIONS(1438), - [anon_sym_enum] = ACTIONS(1438), - [anon_sym_struct] = ACTIONS(1438), - [anon_sym_union] = ACTIONS(1438), - [anon_sym_if] = ACTIONS(1438), - [anon_sym_else] = ACTIONS(1438), - [anon_sym_switch] = ACTIONS(1438), - [anon_sym_case] = ACTIONS(1438), - [anon_sym_default] = ACTIONS(1438), - [anon_sym_while] = ACTIONS(1438), - [anon_sym_do] = ACTIONS(1438), - [anon_sym_for] = ACTIONS(1438), - [anon_sym_return] = ACTIONS(1438), - [anon_sym_break] = ACTIONS(1438), - [anon_sym_continue] = ACTIONS(1438), - [anon_sym_goto] = ACTIONS(1438), - [anon_sym_DASH_DASH] = ACTIONS(1440), - [anon_sym_PLUS_PLUS] = ACTIONS(1440), - [anon_sym_sizeof] = ACTIONS(1438), - [anon_sym___alignof__] = ACTIONS(1438), - [anon_sym___alignof] = ACTIONS(1438), - [anon_sym__alignof] = ACTIONS(1438), - [anon_sym_alignof] = ACTIONS(1438), - [anon_sym__Alignof] = ACTIONS(1438), - [anon_sym_offsetof] = ACTIONS(1438), - [anon_sym__Generic] = ACTIONS(1438), - [anon_sym_asm] = ACTIONS(1438), - [anon_sym___asm__] = ACTIONS(1438), - [sym_number_literal] = ACTIONS(1440), - [anon_sym_L_SQUOTE] = ACTIONS(1440), - [anon_sym_u_SQUOTE] = ACTIONS(1440), - [anon_sym_U_SQUOTE] = ACTIONS(1440), - [anon_sym_u8_SQUOTE] = ACTIONS(1440), - [anon_sym_SQUOTE] = ACTIONS(1440), - [anon_sym_L_DQUOTE] = ACTIONS(1440), - [anon_sym_u_DQUOTE] = ACTIONS(1440), - [anon_sym_U_DQUOTE] = ACTIONS(1440), - [anon_sym_u8_DQUOTE] = ACTIONS(1440), - [anon_sym_DQUOTE] = ACTIONS(1440), - [sym_true] = ACTIONS(1438), - [sym_false] = ACTIONS(1438), - [anon_sym_NULL] = ACTIONS(1438), - [anon_sym_nullptr] = ACTIONS(1438), + [295] = { + [sym_identifier] = ACTIONS(1394), + [aux_sym_preproc_include_token1] = ACTIONS(1394), + [aux_sym_preproc_def_token1] = ACTIONS(1394), + [aux_sym_preproc_if_token1] = ACTIONS(1394), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1394), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1394), + [sym_preproc_directive] = ACTIONS(1394), + [anon_sym_LPAREN2] = ACTIONS(1396), + [anon_sym_BANG] = ACTIONS(1396), + [anon_sym_TILDE] = ACTIONS(1396), + [anon_sym_DASH] = ACTIONS(1394), + [anon_sym_PLUS] = ACTIONS(1394), + [anon_sym_STAR] = ACTIONS(1396), + [anon_sym_AMP] = ACTIONS(1396), + [anon_sym_subroutine] = ACTIONS(1394), + [anon_sym_invariant] = ACTIONS(1394), + [anon_sym_precise] = ACTIONS(1394), + [anon_sym_SEMI] = ACTIONS(1396), + [anon_sym_in] = ACTIONS(1394), + [anon_sym_out] = ACTIONS(1394), + [anon_sym_inout] = ACTIONS(1394), + [anon_sym_uniform] = ACTIONS(1394), + [anon_sym_shared] = ACTIONS(1394), + [anon_sym_attribute] = ACTIONS(1394), + [anon_sym_varying] = ACTIONS(1394), + [anon_sym_buffer] = ACTIONS(1394), + [anon_sym_coherent] = ACTIONS(1394), + [anon_sym_readonly] = ACTIONS(1394), + [anon_sym_writeonly] = ACTIONS(1394), + [anon_sym_precision] = ACTIONS(1394), + [anon_sym_highp] = ACTIONS(1394), + [anon_sym_mediump] = ACTIONS(1394), + [anon_sym_lowp] = ACTIONS(1394), + [anon_sym_centroid] = ACTIONS(1394), + [anon_sym_sample] = ACTIONS(1394), + [anon_sym_patch] = ACTIONS(1394), + [anon_sym_smooth] = ACTIONS(1394), + [anon_sym_flat] = ACTIONS(1394), + [anon_sym_noperspective] = ACTIONS(1394), + [anon_sym___extension__] = ACTIONS(1394), + [anon_sym_typedef] = ACTIONS(1394), + [anon_sym_extern] = ACTIONS(1394), + [anon_sym___attribute__] = ACTIONS(1394), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1396), + [anon_sym___declspec] = ACTIONS(1394), + [anon_sym___cdecl] = ACTIONS(1394), + [anon_sym___clrcall] = ACTIONS(1394), + [anon_sym___stdcall] = ACTIONS(1394), + [anon_sym___fastcall] = ACTIONS(1394), + [anon_sym___thiscall] = ACTIONS(1394), + [anon_sym___vectorcall] = ACTIONS(1394), + [anon_sym_LBRACE] = ACTIONS(1396), + [anon_sym_RBRACE] = ACTIONS(1396), + [anon_sym_signed] = ACTIONS(1394), + [anon_sym_unsigned] = ACTIONS(1394), + [anon_sym_long] = ACTIONS(1394), + [anon_sym_short] = ACTIONS(1394), + [anon_sym_static] = ACTIONS(1394), + [anon_sym_auto] = ACTIONS(1394), + [anon_sym_register] = ACTIONS(1394), + [anon_sym_inline] = ACTIONS(1394), + [anon_sym___inline] = ACTIONS(1394), + [anon_sym___inline__] = ACTIONS(1394), + [anon_sym___forceinline] = ACTIONS(1394), + [anon_sym_thread_local] = ACTIONS(1394), + [anon_sym___thread] = ACTIONS(1394), + [anon_sym_const] = ACTIONS(1394), + [anon_sym_constexpr] = ACTIONS(1394), + [anon_sym_volatile] = ACTIONS(1394), + [anon_sym_restrict] = ACTIONS(1394), + [anon_sym___restrict__] = ACTIONS(1394), + [anon_sym__Atomic] = ACTIONS(1394), + [anon_sym__Noreturn] = ACTIONS(1394), + [anon_sym_noreturn] = ACTIONS(1394), + [sym_primitive_type] = ACTIONS(1394), + [anon_sym_enum] = ACTIONS(1394), + [anon_sym_struct] = ACTIONS(1394), + [anon_sym_union] = ACTIONS(1394), + [anon_sym_if] = ACTIONS(1394), + [anon_sym_else] = ACTIONS(1394), + [anon_sym_switch] = ACTIONS(1394), + [anon_sym_case] = ACTIONS(1394), + [anon_sym_default] = ACTIONS(1394), + [anon_sym_while] = ACTIONS(1394), + [anon_sym_do] = ACTIONS(1394), + [anon_sym_for] = ACTIONS(1394), + [anon_sym_return] = ACTIONS(1394), + [anon_sym_break] = ACTIONS(1394), + [anon_sym_continue] = ACTIONS(1394), + [anon_sym_goto] = ACTIONS(1394), + [anon_sym_DASH_DASH] = ACTIONS(1396), + [anon_sym_PLUS_PLUS] = ACTIONS(1396), + [anon_sym_sizeof] = ACTIONS(1394), + [anon_sym___alignof__] = ACTIONS(1394), + [anon_sym___alignof] = ACTIONS(1394), + [anon_sym__alignof] = ACTIONS(1394), + [anon_sym_alignof] = ACTIONS(1394), + [anon_sym__Alignof] = ACTIONS(1394), + [anon_sym_offsetof] = ACTIONS(1394), + [anon_sym__Generic] = ACTIONS(1394), + [anon_sym_asm] = ACTIONS(1394), + [anon_sym___asm__] = ACTIONS(1394), + [sym_number_literal] = ACTIONS(1396), + [anon_sym_L_SQUOTE] = ACTIONS(1396), + [anon_sym_u_SQUOTE] = ACTIONS(1396), + [anon_sym_U_SQUOTE] = ACTIONS(1396), + [anon_sym_u8_SQUOTE] = ACTIONS(1396), + [anon_sym_SQUOTE] = ACTIONS(1396), + [anon_sym_L_DQUOTE] = ACTIONS(1396), + [anon_sym_u_DQUOTE] = ACTIONS(1396), + [anon_sym_U_DQUOTE] = ACTIONS(1396), + [anon_sym_u8_DQUOTE] = ACTIONS(1396), + [anon_sym_DQUOTE] = ACTIONS(1396), + [sym_true] = ACTIONS(1394), + [sym_false] = ACTIONS(1394), + [anon_sym_NULL] = ACTIONS(1394), + [anon_sym_nullptr] = ACTIONS(1394), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1438), - [anon_sym_rayPayloadInEXT] = ACTIONS(1438), - [anon_sym_hitAttributeEXT] = ACTIONS(1438), - [anon_sym_callableDataEXT] = ACTIONS(1438), - [anon_sym_callableDataInEXT] = ACTIONS(1438), - [anon_sym_shaderRecordEXT] = ACTIONS(1438), - [anon_sym_rayPayloadNV] = ACTIONS(1438), - [anon_sym_rayPayloadInNV] = ACTIONS(1438), - [anon_sym_hitAttributeNV] = ACTIONS(1438), - [anon_sym_callableDataNV] = ACTIONS(1438), - [anon_sym_callableDataInNV] = ACTIONS(1438), - [anon_sym_shaderRecordNV] = ACTIONS(1438), - [anon_sym_layout] = ACTIONS(1438), + [anon_sym_rayPayloadEXT] = ACTIONS(1394), + [anon_sym_rayPayloadInEXT] = ACTIONS(1394), + [anon_sym_hitAttributeEXT] = ACTIONS(1394), + [anon_sym_callableDataEXT] = ACTIONS(1394), + [anon_sym_callableDataInEXT] = ACTIONS(1394), + [anon_sym_shaderRecordEXT] = ACTIONS(1394), + [anon_sym_rayPayloadNV] = ACTIONS(1394), + [anon_sym_rayPayloadInNV] = ACTIONS(1394), + [anon_sym_hitAttributeNV] = ACTIONS(1394), + [anon_sym_callableDataNV] = ACTIONS(1394), + [anon_sym_callableDataInNV] = ACTIONS(1394), + [anon_sym_shaderRecordNV] = ACTIONS(1394), + [anon_sym_layout] = ACTIONS(1394), }, - [298] = { - [ts_builtin_sym_end] = ACTIONS(1412), - [sym_identifier] = ACTIONS(1410), - [aux_sym_preproc_include_token1] = ACTIONS(1410), - [aux_sym_preproc_def_token1] = ACTIONS(1410), - [aux_sym_preproc_if_token1] = ACTIONS(1410), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1410), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1410), - [sym_preproc_directive] = ACTIONS(1410), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(1412), - [anon_sym_TILDE] = ACTIONS(1412), - [anon_sym_DASH] = ACTIONS(1410), - [anon_sym_PLUS] = ACTIONS(1410), - [anon_sym_STAR] = ACTIONS(1412), - [anon_sym_AMP] = ACTIONS(1412), - [anon_sym_subroutine] = ACTIONS(1410), - [anon_sym_invariant] = ACTIONS(1410), - [anon_sym_precise] = ACTIONS(1410), - [anon_sym_SEMI] = ACTIONS(1412), - [anon_sym_in] = ACTIONS(1410), - [anon_sym_out] = ACTIONS(1410), - [anon_sym_inout] = ACTIONS(1410), - [anon_sym_uniform] = ACTIONS(1410), - [anon_sym_shared] = ACTIONS(1410), - [anon_sym_attribute] = ACTIONS(1410), - [anon_sym_varying] = ACTIONS(1410), - [anon_sym_buffer] = ACTIONS(1410), - [anon_sym_coherent] = ACTIONS(1410), - [anon_sym_readonly] = ACTIONS(1410), - [anon_sym_writeonly] = ACTIONS(1410), - [anon_sym_precision] = ACTIONS(1410), - [anon_sym_highp] = ACTIONS(1410), - [anon_sym_mediump] = ACTIONS(1410), - [anon_sym_lowp] = ACTIONS(1410), - [anon_sym_centroid] = ACTIONS(1410), - [anon_sym_sample] = ACTIONS(1410), - [anon_sym_patch] = ACTIONS(1410), - [anon_sym_smooth] = ACTIONS(1410), - [anon_sym_flat] = ACTIONS(1410), - [anon_sym_noperspective] = ACTIONS(1410), - [anon_sym___extension__] = ACTIONS(1410), - [anon_sym_typedef] = ACTIONS(1410), - [anon_sym_extern] = ACTIONS(1410), - [anon_sym___attribute__] = ACTIONS(1410), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1412), - [anon_sym___declspec] = ACTIONS(1410), - [anon_sym___cdecl] = ACTIONS(1410), - [anon_sym___clrcall] = ACTIONS(1410), - [anon_sym___stdcall] = ACTIONS(1410), - [anon_sym___fastcall] = ACTIONS(1410), - [anon_sym___thiscall] = ACTIONS(1410), - [anon_sym___vectorcall] = ACTIONS(1410), - [anon_sym_LBRACE] = ACTIONS(1412), - [anon_sym_signed] = ACTIONS(1410), - [anon_sym_unsigned] = ACTIONS(1410), - [anon_sym_long] = ACTIONS(1410), - [anon_sym_short] = ACTIONS(1410), - [anon_sym_static] = ACTIONS(1410), - [anon_sym_auto] = ACTIONS(1410), - [anon_sym_register] = ACTIONS(1410), - [anon_sym_inline] = ACTIONS(1410), - [anon_sym___inline] = ACTIONS(1410), - [anon_sym___inline__] = ACTIONS(1410), - [anon_sym___forceinline] = ACTIONS(1410), - [anon_sym_thread_local] = ACTIONS(1410), - [anon_sym___thread] = ACTIONS(1410), - [anon_sym_const] = ACTIONS(1410), - [anon_sym_constexpr] = ACTIONS(1410), - [anon_sym_volatile] = ACTIONS(1410), - [anon_sym_restrict] = ACTIONS(1410), - [anon_sym___restrict__] = ACTIONS(1410), - [anon_sym__Atomic] = ACTIONS(1410), - [anon_sym__Noreturn] = ACTIONS(1410), - [anon_sym_noreturn] = ACTIONS(1410), - [sym_primitive_type] = ACTIONS(1410), - [anon_sym_enum] = ACTIONS(1410), - [anon_sym_struct] = ACTIONS(1410), - [anon_sym_union] = ACTIONS(1410), - [anon_sym_if] = ACTIONS(1410), - [anon_sym_else] = ACTIONS(1410), - [anon_sym_switch] = ACTIONS(1410), - [anon_sym_case] = ACTIONS(1410), - [anon_sym_default] = ACTIONS(1410), - [anon_sym_while] = ACTIONS(1410), - [anon_sym_do] = ACTIONS(1410), - [anon_sym_for] = ACTIONS(1410), - [anon_sym_return] = ACTIONS(1410), - [anon_sym_break] = ACTIONS(1410), - [anon_sym_continue] = ACTIONS(1410), - [anon_sym_goto] = ACTIONS(1410), - [anon_sym_DASH_DASH] = ACTIONS(1412), - [anon_sym_PLUS_PLUS] = ACTIONS(1412), - [anon_sym_sizeof] = ACTIONS(1410), - [anon_sym___alignof__] = ACTIONS(1410), - [anon_sym___alignof] = ACTIONS(1410), - [anon_sym__alignof] = ACTIONS(1410), - [anon_sym_alignof] = ACTIONS(1410), - [anon_sym__Alignof] = ACTIONS(1410), - [anon_sym_offsetof] = ACTIONS(1410), - [anon_sym__Generic] = ACTIONS(1410), - [anon_sym_asm] = ACTIONS(1410), - [anon_sym___asm__] = ACTIONS(1410), - [sym_number_literal] = ACTIONS(1412), - [anon_sym_L_SQUOTE] = ACTIONS(1412), - [anon_sym_u_SQUOTE] = ACTIONS(1412), - [anon_sym_U_SQUOTE] = ACTIONS(1412), - [anon_sym_u8_SQUOTE] = ACTIONS(1412), - [anon_sym_SQUOTE] = ACTIONS(1412), - [anon_sym_L_DQUOTE] = ACTIONS(1412), - [anon_sym_u_DQUOTE] = ACTIONS(1412), - [anon_sym_U_DQUOTE] = ACTIONS(1412), - [anon_sym_u8_DQUOTE] = ACTIONS(1412), - [anon_sym_DQUOTE] = ACTIONS(1412), - [sym_true] = ACTIONS(1410), - [sym_false] = ACTIONS(1410), - [anon_sym_NULL] = ACTIONS(1410), - [anon_sym_nullptr] = ACTIONS(1410), + [296] = { + [sym_identifier] = ACTIONS(1398), + [aux_sym_preproc_include_token1] = ACTIONS(1398), + [aux_sym_preproc_def_token1] = ACTIONS(1398), + [aux_sym_preproc_if_token1] = ACTIONS(1398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1398), + [sym_preproc_directive] = ACTIONS(1398), + [anon_sym_LPAREN2] = ACTIONS(1400), + [anon_sym_BANG] = ACTIONS(1400), + [anon_sym_TILDE] = ACTIONS(1400), + [anon_sym_DASH] = ACTIONS(1398), + [anon_sym_PLUS] = ACTIONS(1398), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_AMP] = ACTIONS(1400), + [anon_sym_subroutine] = ACTIONS(1398), + [anon_sym_invariant] = ACTIONS(1398), + [anon_sym_precise] = ACTIONS(1398), + [anon_sym_SEMI] = ACTIONS(1400), + [anon_sym_in] = ACTIONS(1398), + [anon_sym_out] = ACTIONS(1398), + [anon_sym_inout] = ACTIONS(1398), + [anon_sym_uniform] = ACTIONS(1398), + [anon_sym_shared] = ACTIONS(1398), + [anon_sym_attribute] = ACTIONS(1398), + [anon_sym_varying] = ACTIONS(1398), + [anon_sym_buffer] = ACTIONS(1398), + [anon_sym_coherent] = ACTIONS(1398), + [anon_sym_readonly] = ACTIONS(1398), + [anon_sym_writeonly] = ACTIONS(1398), + [anon_sym_precision] = ACTIONS(1398), + [anon_sym_highp] = ACTIONS(1398), + [anon_sym_mediump] = ACTIONS(1398), + [anon_sym_lowp] = ACTIONS(1398), + [anon_sym_centroid] = ACTIONS(1398), + [anon_sym_sample] = ACTIONS(1398), + [anon_sym_patch] = ACTIONS(1398), + [anon_sym_smooth] = ACTIONS(1398), + [anon_sym_flat] = ACTIONS(1398), + [anon_sym_noperspective] = ACTIONS(1398), + [anon_sym___extension__] = ACTIONS(1398), + [anon_sym_typedef] = ACTIONS(1398), + [anon_sym_extern] = ACTIONS(1398), + [anon_sym___attribute__] = ACTIONS(1398), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1400), + [anon_sym___declspec] = ACTIONS(1398), + [anon_sym___cdecl] = ACTIONS(1398), + [anon_sym___clrcall] = ACTIONS(1398), + [anon_sym___stdcall] = ACTIONS(1398), + [anon_sym___fastcall] = ACTIONS(1398), + [anon_sym___thiscall] = ACTIONS(1398), + [anon_sym___vectorcall] = ACTIONS(1398), + [anon_sym_LBRACE] = ACTIONS(1400), + [anon_sym_RBRACE] = ACTIONS(1400), + [anon_sym_signed] = ACTIONS(1398), + [anon_sym_unsigned] = ACTIONS(1398), + [anon_sym_long] = ACTIONS(1398), + [anon_sym_short] = ACTIONS(1398), + [anon_sym_static] = ACTIONS(1398), + [anon_sym_auto] = ACTIONS(1398), + [anon_sym_register] = ACTIONS(1398), + [anon_sym_inline] = ACTIONS(1398), + [anon_sym___inline] = ACTIONS(1398), + [anon_sym___inline__] = ACTIONS(1398), + [anon_sym___forceinline] = ACTIONS(1398), + [anon_sym_thread_local] = ACTIONS(1398), + [anon_sym___thread] = ACTIONS(1398), + [anon_sym_const] = ACTIONS(1398), + [anon_sym_constexpr] = ACTIONS(1398), + [anon_sym_volatile] = ACTIONS(1398), + [anon_sym_restrict] = ACTIONS(1398), + [anon_sym___restrict__] = ACTIONS(1398), + [anon_sym__Atomic] = ACTIONS(1398), + [anon_sym__Noreturn] = ACTIONS(1398), + [anon_sym_noreturn] = ACTIONS(1398), + [sym_primitive_type] = ACTIONS(1398), + [anon_sym_enum] = ACTIONS(1398), + [anon_sym_struct] = ACTIONS(1398), + [anon_sym_union] = ACTIONS(1398), + [anon_sym_if] = ACTIONS(1398), + [anon_sym_else] = ACTIONS(1398), + [anon_sym_switch] = ACTIONS(1398), + [anon_sym_case] = ACTIONS(1398), + [anon_sym_default] = ACTIONS(1398), + [anon_sym_while] = ACTIONS(1398), + [anon_sym_do] = ACTIONS(1398), + [anon_sym_for] = ACTIONS(1398), + [anon_sym_return] = ACTIONS(1398), + [anon_sym_break] = ACTIONS(1398), + [anon_sym_continue] = ACTIONS(1398), + [anon_sym_goto] = ACTIONS(1398), + [anon_sym_DASH_DASH] = ACTIONS(1400), + [anon_sym_PLUS_PLUS] = ACTIONS(1400), + [anon_sym_sizeof] = ACTIONS(1398), + [anon_sym___alignof__] = ACTIONS(1398), + [anon_sym___alignof] = ACTIONS(1398), + [anon_sym__alignof] = ACTIONS(1398), + [anon_sym_alignof] = ACTIONS(1398), + [anon_sym__Alignof] = ACTIONS(1398), + [anon_sym_offsetof] = ACTIONS(1398), + [anon_sym__Generic] = ACTIONS(1398), + [anon_sym_asm] = ACTIONS(1398), + [anon_sym___asm__] = ACTIONS(1398), + [sym_number_literal] = ACTIONS(1400), + [anon_sym_L_SQUOTE] = ACTIONS(1400), + [anon_sym_u_SQUOTE] = ACTIONS(1400), + [anon_sym_U_SQUOTE] = ACTIONS(1400), + [anon_sym_u8_SQUOTE] = ACTIONS(1400), + [anon_sym_SQUOTE] = ACTIONS(1400), + [anon_sym_L_DQUOTE] = ACTIONS(1400), + [anon_sym_u_DQUOTE] = ACTIONS(1400), + [anon_sym_U_DQUOTE] = ACTIONS(1400), + [anon_sym_u8_DQUOTE] = ACTIONS(1400), + [anon_sym_DQUOTE] = ACTIONS(1400), + [sym_true] = ACTIONS(1398), + [sym_false] = ACTIONS(1398), + [anon_sym_NULL] = ACTIONS(1398), + [anon_sym_nullptr] = ACTIONS(1398), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1410), - [anon_sym_rayPayloadInEXT] = ACTIONS(1410), - [anon_sym_hitAttributeEXT] = ACTIONS(1410), - [anon_sym_callableDataEXT] = ACTIONS(1410), - [anon_sym_callableDataInEXT] = ACTIONS(1410), - [anon_sym_shaderRecordEXT] = ACTIONS(1410), - [anon_sym_rayPayloadNV] = ACTIONS(1410), - [anon_sym_rayPayloadInNV] = ACTIONS(1410), - [anon_sym_hitAttributeNV] = ACTIONS(1410), - [anon_sym_callableDataNV] = ACTIONS(1410), - [anon_sym_callableDataInNV] = ACTIONS(1410), - [anon_sym_shaderRecordNV] = ACTIONS(1410), - [anon_sym_layout] = ACTIONS(1410), + [anon_sym_rayPayloadEXT] = ACTIONS(1398), + [anon_sym_rayPayloadInEXT] = ACTIONS(1398), + [anon_sym_hitAttributeEXT] = ACTIONS(1398), + [anon_sym_callableDataEXT] = ACTIONS(1398), + [anon_sym_callableDataInEXT] = ACTIONS(1398), + [anon_sym_shaderRecordEXT] = ACTIONS(1398), + [anon_sym_rayPayloadNV] = ACTIONS(1398), + [anon_sym_rayPayloadInNV] = ACTIONS(1398), + [anon_sym_hitAttributeNV] = ACTIONS(1398), + [anon_sym_callableDataNV] = ACTIONS(1398), + [anon_sym_callableDataInNV] = ACTIONS(1398), + [anon_sym_shaderRecordNV] = ACTIONS(1398), + [anon_sym_layout] = ACTIONS(1398), }, - [299] = { - [ts_builtin_sym_end] = ACTIONS(1408), - [sym_identifier] = ACTIONS(1406), - [aux_sym_preproc_include_token1] = ACTIONS(1406), - [aux_sym_preproc_def_token1] = ACTIONS(1406), - [aux_sym_preproc_if_token1] = ACTIONS(1406), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1406), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1406), - [sym_preproc_directive] = ACTIONS(1406), - [anon_sym_LPAREN2] = ACTIONS(1408), - [anon_sym_BANG] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1408), - [anon_sym_DASH] = ACTIONS(1406), - [anon_sym_PLUS] = ACTIONS(1406), - [anon_sym_STAR] = ACTIONS(1408), - [anon_sym_AMP] = ACTIONS(1408), - [anon_sym_subroutine] = ACTIONS(1406), - [anon_sym_invariant] = ACTIONS(1406), - [anon_sym_precise] = ACTIONS(1406), - [anon_sym_SEMI] = ACTIONS(1408), - [anon_sym_in] = ACTIONS(1406), - [anon_sym_out] = ACTIONS(1406), - [anon_sym_inout] = ACTIONS(1406), - [anon_sym_uniform] = ACTIONS(1406), - [anon_sym_shared] = ACTIONS(1406), - [anon_sym_attribute] = ACTIONS(1406), - [anon_sym_varying] = ACTIONS(1406), - [anon_sym_buffer] = ACTIONS(1406), - [anon_sym_coherent] = ACTIONS(1406), - [anon_sym_readonly] = ACTIONS(1406), - [anon_sym_writeonly] = ACTIONS(1406), - [anon_sym_precision] = ACTIONS(1406), - [anon_sym_highp] = ACTIONS(1406), - [anon_sym_mediump] = ACTIONS(1406), - [anon_sym_lowp] = ACTIONS(1406), - [anon_sym_centroid] = ACTIONS(1406), - [anon_sym_sample] = ACTIONS(1406), - [anon_sym_patch] = ACTIONS(1406), - [anon_sym_smooth] = ACTIONS(1406), - [anon_sym_flat] = ACTIONS(1406), - [anon_sym_noperspective] = ACTIONS(1406), - [anon_sym___extension__] = ACTIONS(1406), - [anon_sym_typedef] = ACTIONS(1406), - [anon_sym_extern] = ACTIONS(1406), - [anon_sym___attribute__] = ACTIONS(1406), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1408), - [anon_sym___declspec] = ACTIONS(1406), - [anon_sym___cdecl] = ACTIONS(1406), - [anon_sym___clrcall] = ACTIONS(1406), - [anon_sym___stdcall] = ACTIONS(1406), - [anon_sym___fastcall] = ACTIONS(1406), - [anon_sym___thiscall] = ACTIONS(1406), - [anon_sym___vectorcall] = ACTIONS(1406), - [anon_sym_LBRACE] = ACTIONS(1408), - [anon_sym_signed] = ACTIONS(1406), - [anon_sym_unsigned] = ACTIONS(1406), - [anon_sym_long] = ACTIONS(1406), - [anon_sym_short] = ACTIONS(1406), - [anon_sym_static] = ACTIONS(1406), - [anon_sym_auto] = ACTIONS(1406), - [anon_sym_register] = ACTIONS(1406), - [anon_sym_inline] = ACTIONS(1406), - [anon_sym___inline] = ACTIONS(1406), - [anon_sym___inline__] = ACTIONS(1406), - [anon_sym___forceinline] = ACTIONS(1406), - [anon_sym_thread_local] = ACTIONS(1406), - [anon_sym___thread] = ACTIONS(1406), - [anon_sym_const] = ACTIONS(1406), - [anon_sym_constexpr] = ACTIONS(1406), - [anon_sym_volatile] = ACTIONS(1406), - [anon_sym_restrict] = ACTIONS(1406), - [anon_sym___restrict__] = ACTIONS(1406), - [anon_sym__Atomic] = ACTIONS(1406), - [anon_sym__Noreturn] = ACTIONS(1406), - [anon_sym_noreturn] = ACTIONS(1406), - [sym_primitive_type] = ACTIONS(1406), - [anon_sym_enum] = ACTIONS(1406), - [anon_sym_struct] = ACTIONS(1406), - [anon_sym_union] = ACTIONS(1406), - [anon_sym_if] = ACTIONS(1406), - [anon_sym_else] = ACTIONS(1406), - [anon_sym_switch] = ACTIONS(1406), - [anon_sym_case] = ACTIONS(1406), - [anon_sym_default] = ACTIONS(1406), - [anon_sym_while] = ACTIONS(1406), - [anon_sym_do] = ACTIONS(1406), - [anon_sym_for] = ACTIONS(1406), - [anon_sym_return] = ACTIONS(1406), - [anon_sym_break] = ACTIONS(1406), - [anon_sym_continue] = ACTIONS(1406), - [anon_sym_goto] = ACTIONS(1406), - [anon_sym_DASH_DASH] = ACTIONS(1408), - [anon_sym_PLUS_PLUS] = ACTIONS(1408), - [anon_sym_sizeof] = ACTIONS(1406), - [anon_sym___alignof__] = ACTIONS(1406), - [anon_sym___alignof] = ACTIONS(1406), - [anon_sym__alignof] = ACTIONS(1406), - [anon_sym_alignof] = ACTIONS(1406), - [anon_sym__Alignof] = ACTIONS(1406), - [anon_sym_offsetof] = ACTIONS(1406), - [anon_sym__Generic] = ACTIONS(1406), - [anon_sym_asm] = ACTIONS(1406), - [anon_sym___asm__] = ACTIONS(1406), - [sym_number_literal] = ACTIONS(1408), - [anon_sym_L_SQUOTE] = ACTIONS(1408), - [anon_sym_u_SQUOTE] = ACTIONS(1408), - [anon_sym_U_SQUOTE] = ACTIONS(1408), - [anon_sym_u8_SQUOTE] = ACTIONS(1408), - [anon_sym_SQUOTE] = ACTIONS(1408), - [anon_sym_L_DQUOTE] = ACTIONS(1408), - [anon_sym_u_DQUOTE] = ACTIONS(1408), - [anon_sym_U_DQUOTE] = ACTIONS(1408), - [anon_sym_u8_DQUOTE] = ACTIONS(1408), - [anon_sym_DQUOTE] = ACTIONS(1408), - [sym_true] = ACTIONS(1406), - [sym_false] = ACTIONS(1406), - [anon_sym_NULL] = ACTIONS(1406), - [anon_sym_nullptr] = ACTIONS(1406), + [297] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_RBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1406), - [anon_sym_rayPayloadInEXT] = ACTIONS(1406), - [anon_sym_hitAttributeEXT] = ACTIONS(1406), - [anon_sym_callableDataEXT] = ACTIONS(1406), - [anon_sym_callableDataInEXT] = ACTIONS(1406), - [anon_sym_shaderRecordEXT] = ACTIONS(1406), - [anon_sym_rayPayloadNV] = ACTIONS(1406), - [anon_sym_rayPayloadInNV] = ACTIONS(1406), - [anon_sym_hitAttributeNV] = ACTIONS(1406), - [anon_sym_callableDataNV] = ACTIONS(1406), - [anon_sym_callableDataInNV] = ACTIONS(1406), - [anon_sym_shaderRecordNV] = ACTIONS(1406), - [anon_sym_layout] = ACTIONS(1406), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [300] = { - [sym_identifier] = ACTIONS(1442), - [aux_sym_preproc_include_token1] = ACTIONS(1442), - [aux_sym_preproc_def_token1] = ACTIONS(1442), - [aux_sym_preproc_if_token1] = ACTIONS(1442), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1442), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1442), - [sym_preproc_directive] = ACTIONS(1442), - [anon_sym_LPAREN2] = ACTIONS(1444), - [anon_sym_BANG] = ACTIONS(1444), - [anon_sym_TILDE] = ACTIONS(1444), - [anon_sym_DASH] = ACTIONS(1442), - [anon_sym_PLUS] = ACTIONS(1442), - [anon_sym_STAR] = ACTIONS(1444), - [anon_sym_AMP] = ACTIONS(1444), - [anon_sym_subroutine] = ACTIONS(1442), - [anon_sym_invariant] = ACTIONS(1442), - [anon_sym_precise] = ACTIONS(1442), - [anon_sym_SEMI] = ACTIONS(1444), - [anon_sym_in] = ACTIONS(1442), - [anon_sym_out] = ACTIONS(1442), - [anon_sym_inout] = ACTIONS(1442), - [anon_sym_uniform] = ACTIONS(1442), - [anon_sym_shared] = ACTIONS(1442), - [anon_sym_attribute] = ACTIONS(1442), - [anon_sym_varying] = ACTIONS(1442), - [anon_sym_buffer] = ACTIONS(1442), - [anon_sym_coherent] = ACTIONS(1442), - [anon_sym_readonly] = ACTIONS(1442), - [anon_sym_writeonly] = ACTIONS(1442), - [anon_sym_precision] = ACTIONS(1442), - [anon_sym_highp] = ACTIONS(1442), - [anon_sym_mediump] = ACTIONS(1442), - [anon_sym_lowp] = ACTIONS(1442), - [anon_sym_centroid] = ACTIONS(1442), - [anon_sym_sample] = ACTIONS(1442), - [anon_sym_patch] = ACTIONS(1442), - [anon_sym_smooth] = ACTIONS(1442), - [anon_sym_flat] = ACTIONS(1442), - [anon_sym_noperspective] = ACTIONS(1442), - [anon_sym___extension__] = ACTIONS(1442), - [anon_sym_typedef] = ACTIONS(1442), - [anon_sym_extern] = ACTIONS(1442), - [anon_sym___attribute__] = ACTIONS(1442), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1444), - [anon_sym___declspec] = ACTIONS(1442), - [anon_sym___cdecl] = ACTIONS(1442), - [anon_sym___clrcall] = ACTIONS(1442), - [anon_sym___stdcall] = ACTIONS(1442), - [anon_sym___fastcall] = ACTIONS(1442), - [anon_sym___thiscall] = ACTIONS(1442), - [anon_sym___vectorcall] = ACTIONS(1442), - [anon_sym_LBRACE] = ACTIONS(1444), - [anon_sym_RBRACE] = ACTIONS(1444), - [anon_sym_signed] = ACTIONS(1442), - [anon_sym_unsigned] = ACTIONS(1442), - [anon_sym_long] = ACTIONS(1442), - [anon_sym_short] = ACTIONS(1442), - [anon_sym_static] = ACTIONS(1442), - [anon_sym_auto] = ACTIONS(1442), - [anon_sym_register] = ACTIONS(1442), - [anon_sym_inline] = ACTIONS(1442), - [anon_sym___inline] = ACTIONS(1442), - [anon_sym___inline__] = ACTIONS(1442), - [anon_sym___forceinline] = ACTIONS(1442), - [anon_sym_thread_local] = ACTIONS(1442), - [anon_sym___thread] = ACTIONS(1442), - [anon_sym_const] = ACTIONS(1442), - [anon_sym_constexpr] = ACTIONS(1442), - [anon_sym_volatile] = ACTIONS(1442), - [anon_sym_restrict] = ACTIONS(1442), - [anon_sym___restrict__] = ACTIONS(1442), - [anon_sym__Atomic] = ACTIONS(1442), - [anon_sym__Noreturn] = ACTIONS(1442), - [anon_sym_noreturn] = ACTIONS(1442), - [sym_primitive_type] = ACTIONS(1442), - [anon_sym_enum] = ACTIONS(1442), - [anon_sym_struct] = ACTIONS(1442), - [anon_sym_union] = ACTIONS(1442), - [anon_sym_if] = ACTIONS(1442), - [anon_sym_else] = ACTIONS(1442), - [anon_sym_switch] = ACTIONS(1442), - [anon_sym_case] = ACTIONS(1442), - [anon_sym_default] = ACTIONS(1442), - [anon_sym_while] = ACTIONS(1442), - [anon_sym_do] = ACTIONS(1442), - [anon_sym_for] = ACTIONS(1442), - [anon_sym_return] = ACTIONS(1442), - [anon_sym_break] = ACTIONS(1442), - [anon_sym_continue] = ACTIONS(1442), - [anon_sym_goto] = ACTIONS(1442), - [anon_sym_DASH_DASH] = ACTIONS(1444), - [anon_sym_PLUS_PLUS] = ACTIONS(1444), - [anon_sym_sizeof] = ACTIONS(1442), - [anon_sym___alignof__] = ACTIONS(1442), - [anon_sym___alignof] = ACTIONS(1442), - [anon_sym__alignof] = ACTIONS(1442), - [anon_sym_alignof] = ACTIONS(1442), - [anon_sym__Alignof] = ACTIONS(1442), - [anon_sym_offsetof] = ACTIONS(1442), - [anon_sym__Generic] = ACTIONS(1442), - [anon_sym_asm] = ACTIONS(1442), - [anon_sym___asm__] = ACTIONS(1442), - [sym_number_literal] = ACTIONS(1444), - [anon_sym_L_SQUOTE] = ACTIONS(1444), - [anon_sym_u_SQUOTE] = ACTIONS(1444), - [anon_sym_U_SQUOTE] = ACTIONS(1444), - [anon_sym_u8_SQUOTE] = ACTIONS(1444), - [anon_sym_SQUOTE] = ACTIONS(1444), - [anon_sym_L_DQUOTE] = ACTIONS(1444), - [anon_sym_u_DQUOTE] = ACTIONS(1444), - [anon_sym_U_DQUOTE] = ACTIONS(1444), - [anon_sym_u8_DQUOTE] = ACTIONS(1444), - [anon_sym_DQUOTE] = ACTIONS(1444), - [sym_true] = ACTIONS(1442), - [sym_false] = ACTIONS(1442), - [anon_sym_NULL] = ACTIONS(1442), - [anon_sym_nullptr] = ACTIONS(1442), + [298] = { + [ts_builtin_sym_end] = ACTIONS(1360), + [sym_identifier] = ACTIONS(1358), + [aux_sym_preproc_include_token1] = ACTIONS(1358), + [aux_sym_preproc_def_token1] = ACTIONS(1358), + [aux_sym_preproc_if_token1] = ACTIONS(1358), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1358), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1358), + [sym_preproc_directive] = ACTIONS(1358), + [anon_sym_LPAREN2] = ACTIONS(1360), + [anon_sym_BANG] = ACTIONS(1360), + [anon_sym_TILDE] = ACTIONS(1360), + [anon_sym_DASH] = ACTIONS(1358), + [anon_sym_PLUS] = ACTIONS(1358), + [anon_sym_STAR] = ACTIONS(1360), + [anon_sym_AMP] = ACTIONS(1360), + [anon_sym_subroutine] = ACTIONS(1358), + [anon_sym_invariant] = ACTIONS(1358), + [anon_sym_precise] = ACTIONS(1358), + [anon_sym_SEMI] = ACTIONS(1360), + [anon_sym_in] = ACTIONS(1358), + [anon_sym_out] = ACTIONS(1358), + [anon_sym_inout] = ACTIONS(1358), + [anon_sym_uniform] = ACTIONS(1358), + [anon_sym_shared] = ACTIONS(1358), + [anon_sym_attribute] = ACTIONS(1358), + [anon_sym_varying] = ACTIONS(1358), + [anon_sym_buffer] = ACTIONS(1358), + [anon_sym_coherent] = ACTIONS(1358), + [anon_sym_readonly] = ACTIONS(1358), + [anon_sym_writeonly] = ACTIONS(1358), + [anon_sym_precision] = ACTIONS(1358), + [anon_sym_highp] = ACTIONS(1358), + [anon_sym_mediump] = ACTIONS(1358), + [anon_sym_lowp] = ACTIONS(1358), + [anon_sym_centroid] = ACTIONS(1358), + [anon_sym_sample] = ACTIONS(1358), + [anon_sym_patch] = ACTIONS(1358), + [anon_sym_smooth] = ACTIONS(1358), + [anon_sym_flat] = ACTIONS(1358), + [anon_sym_noperspective] = ACTIONS(1358), + [anon_sym___extension__] = ACTIONS(1358), + [anon_sym_typedef] = ACTIONS(1358), + [anon_sym_extern] = ACTIONS(1358), + [anon_sym___attribute__] = ACTIONS(1358), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1360), + [anon_sym___declspec] = ACTIONS(1358), + [anon_sym___cdecl] = ACTIONS(1358), + [anon_sym___clrcall] = ACTIONS(1358), + [anon_sym___stdcall] = ACTIONS(1358), + [anon_sym___fastcall] = ACTIONS(1358), + [anon_sym___thiscall] = ACTIONS(1358), + [anon_sym___vectorcall] = ACTIONS(1358), + [anon_sym_LBRACE] = ACTIONS(1360), + [anon_sym_signed] = ACTIONS(1358), + [anon_sym_unsigned] = ACTIONS(1358), + [anon_sym_long] = ACTIONS(1358), + [anon_sym_short] = ACTIONS(1358), + [anon_sym_static] = ACTIONS(1358), + [anon_sym_auto] = ACTIONS(1358), + [anon_sym_register] = ACTIONS(1358), + [anon_sym_inline] = ACTIONS(1358), + [anon_sym___inline] = ACTIONS(1358), + [anon_sym___inline__] = ACTIONS(1358), + [anon_sym___forceinline] = ACTIONS(1358), + [anon_sym_thread_local] = ACTIONS(1358), + [anon_sym___thread] = ACTIONS(1358), + [anon_sym_const] = ACTIONS(1358), + [anon_sym_constexpr] = ACTIONS(1358), + [anon_sym_volatile] = ACTIONS(1358), + [anon_sym_restrict] = ACTIONS(1358), + [anon_sym___restrict__] = ACTIONS(1358), + [anon_sym__Atomic] = ACTIONS(1358), + [anon_sym__Noreturn] = ACTIONS(1358), + [anon_sym_noreturn] = ACTIONS(1358), + [sym_primitive_type] = ACTIONS(1358), + [anon_sym_enum] = ACTIONS(1358), + [anon_sym_struct] = ACTIONS(1358), + [anon_sym_union] = ACTIONS(1358), + [anon_sym_if] = ACTIONS(1358), + [anon_sym_else] = ACTIONS(1358), + [anon_sym_switch] = ACTIONS(1358), + [anon_sym_case] = ACTIONS(1358), + [anon_sym_default] = ACTIONS(1358), + [anon_sym_while] = ACTIONS(1358), + [anon_sym_do] = ACTIONS(1358), + [anon_sym_for] = ACTIONS(1358), + [anon_sym_return] = ACTIONS(1358), + [anon_sym_break] = ACTIONS(1358), + [anon_sym_continue] = ACTIONS(1358), + [anon_sym_goto] = ACTIONS(1358), + [anon_sym_DASH_DASH] = ACTIONS(1360), + [anon_sym_PLUS_PLUS] = ACTIONS(1360), + [anon_sym_sizeof] = ACTIONS(1358), + [anon_sym___alignof__] = ACTIONS(1358), + [anon_sym___alignof] = ACTIONS(1358), + [anon_sym__alignof] = ACTIONS(1358), + [anon_sym_alignof] = ACTIONS(1358), + [anon_sym__Alignof] = ACTIONS(1358), + [anon_sym_offsetof] = ACTIONS(1358), + [anon_sym__Generic] = ACTIONS(1358), + [anon_sym_asm] = ACTIONS(1358), + [anon_sym___asm__] = ACTIONS(1358), + [sym_number_literal] = ACTIONS(1360), + [anon_sym_L_SQUOTE] = ACTIONS(1360), + [anon_sym_u_SQUOTE] = ACTIONS(1360), + [anon_sym_U_SQUOTE] = ACTIONS(1360), + [anon_sym_u8_SQUOTE] = ACTIONS(1360), + [anon_sym_SQUOTE] = ACTIONS(1360), + [anon_sym_L_DQUOTE] = ACTIONS(1360), + [anon_sym_u_DQUOTE] = ACTIONS(1360), + [anon_sym_U_DQUOTE] = ACTIONS(1360), + [anon_sym_u8_DQUOTE] = ACTIONS(1360), + [anon_sym_DQUOTE] = ACTIONS(1360), + [sym_true] = ACTIONS(1358), + [sym_false] = ACTIONS(1358), + [anon_sym_NULL] = ACTIONS(1358), + [anon_sym_nullptr] = ACTIONS(1358), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1442), - [anon_sym_rayPayloadInEXT] = ACTIONS(1442), - [anon_sym_hitAttributeEXT] = ACTIONS(1442), - [anon_sym_callableDataEXT] = ACTIONS(1442), - [anon_sym_callableDataInEXT] = ACTIONS(1442), - [anon_sym_shaderRecordEXT] = ACTIONS(1442), - [anon_sym_rayPayloadNV] = ACTIONS(1442), - [anon_sym_rayPayloadInNV] = ACTIONS(1442), - [anon_sym_hitAttributeNV] = ACTIONS(1442), - [anon_sym_callableDataNV] = ACTIONS(1442), - [anon_sym_callableDataInNV] = ACTIONS(1442), - [anon_sym_shaderRecordNV] = ACTIONS(1442), - [anon_sym_layout] = ACTIONS(1442), + [anon_sym_rayPayloadEXT] = ACTIONS(1358), + [anon_sym_rayPayloadInEXT] = ACTIONS(1358), + [anon_sym_hitAttributeEXT] = ACTIONS(1358), + [anon_sym_callableDataEXT] = ACTIONS(1358), + [anon_sym_callableDataInEXT] = ACTIONS(1358), + [anon_sym_shaderRecordEXT] = ACTIONS(1358), + [anon_sym_rayPayloadNV] = ACTIONS(1358), + [anon_sym_rayPayloadInNV] = ACTIONS(1358), + [anon_sym_hitAttributeNV] = ACTIONS(1358), + [anon_sym_callableDataNV] = ACTIONS(1358), + [anon_sym_callableDataInNV] = ACTIONS(1358), + [anon_sym_shaderRecordNV] = ACTIONS(1358), + [anon_sym_layout] = ACTIONS(1358), }, - [301] = { - [sym_identifier] = ACTIONS(1446), - [aux_sym_preproc_include_token1] = ACTIONS(1446), - [aux_sym_preproc_def_token1] = ACTIONS(1446), - [aux_sym_preproc_if_token1] = ACTIONS(1446), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1446), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1446), - [sym_preproc_directive] = ACTIONS(1446), - [anon_sym_LPAREN2] = ACTIONS(1448), - [anon_sym_BANG] = ACTIONS(1448), - [anon_sym_TILDE] = ACTIONS(1448), - [anon_sym_DASH] = ACTIONS(1446), - [anon_sym_PLUS] = ACTIONS(1446), - [anon_sym_STAR] = ACTIONS(1448), - [anon_sym_AMP] = ACTIONS(1448), - [anon_sym_subroutine] = ACTIONS(1446), - [anon_sym_invariant] = ACTIONS(1446), - [anon_sym_precise] = ACTIONS(1446), - [anon_sym_SEMI] = ACTIONS(1448), - [anon_sym_in] = ACTIONS(1446), - [anon_sym_out] = ACTIONS(1446), - [anon_sym_inout] = ACTIONS(1446), - [anon_sym_uniform] = ACTIONS(1446), - [anon_sym_shared] = ACTIONS(1446), - [anon_sym_attribute] = ACTIONS(1446), - [anon_sym_varying] = ACTIONS(1446), - [anon_sym_buffer] = ACTIONS(1446), - [anon_sym_coherent] = ACTIONS(1446), - [anon_sym_readonly] = ACTIONS(1446), - [anon_sym_writeonly] = ACTIONS(1446), - [anon_sym_precision] = ACTIONS(1446), - [anon_sym_highp] = ACTIONS(1446), - [anon_sym_mediump] = ACTIONS(1446), - [anon_sym_lowp] = ACTIONS(1446), - [anon_sym_centroid] = ACTIONS(1446), - [anon_sym_sample] = ACTIONS(1446), - [anon_sym_patch] = ACTIONS(1446), - [anon_sym_smooth] = ACTIONS(1446), - [anon_sym_flat] = ACTIONS(1446), - [anon_sym_noperspective] = ACTIONS(1446), - [anon_sym___extension__] = ACTIONS(1446), - [anon_sym_typedef] = ACTIONS(1446), - [anon_sym_extern] = ACTIONS(1446), - [anon_sym___attribute__] = ACTIONS(1446), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1448), - [anon_sym___declspec] = ACTIONS(1446), - [anon_sym___cdecl] = ACTIONS(1446), - [anon_sym___clrcall] = ACTIONS(1446), - [anon_sym___stdcall] = ACTIONS(1446), - [anon_sym___fastcall] = ACTIONS(1446), - [anon_sym___thiscall] = ACTIONS(1446), - [anon_sym___vectorcall] = ACTIONS(1446), - [anon_sym_LBRACE] = ACTIONS(1448), - [anon_sym_RBRACE] = ACTIONS(1448), - [anon_sym_signed] = ACTIONS(1446), - [anon_sym_unsigned] = ACTIONS(1446), - [anon_sym_long] = ACTIONS(1446), - [anon_sym_short] = ACTIONS(1446), - [anon_sym_static] = ACTIONS(1446), - [anon_sym_auto] = ACTIONS(1446), - [anon_sym_register] = ACTIONS(1446), - [anon_sym_inline] = ACTIONS(1446), - [anon_sym___inline] = ACTIONS(1446), - [anon_sym___inline__] = ACTIONS(1446), - [anon_sym___forceinline] = ACTIONS(1446), - [anon_sym_thread_local] = ACTIONS(1446), - [anon_sym___thread] = ACTIONS(1446), - [anon_sym_const] = ACTIONS(1446), - [anon_sym_constexpr] = ACTIONS(1446), - [anon_sym_volatile] = ACTIONS(1446), - [anon_sym_restrict] = ACTIONS(1446), - [anon_sym___restrict__] = ACTIONS(1446), - [anon_sym__Atomic] = ACTIONS(1446), - [anon_sym__Noreturn] = ACTIONS(1446), - [anon_sym_noreturn] = ACTIONS(1446), - [sym_primitive_type] = ACTIONS(1446), - [anon_sym_enum] = ACTIONS(1446), - [anon_sym_struct] = ACTIONS(1446), - [anon_sym_union] = ACTIONS(1446), - [anon_sym_if] = ACTIONS(1446), - [anon_sym_else] = ACTIONS(1446), - [anon_sym_switch] = ACTIONS(1446), - [anon_sym_case] = ACTIONS(1446), - [anon_sym_default] = ACTIONS(1446), - [anon_sym_while] = ACTIONS(1446), - [anon_sym_do] = ACTIONS(1446), - [anon_sym_for] = ACTIONS(1446), - [anon_sym_return] = ACTIONS(1446), - [anon_sym_break] = ACTIONS(1446), - [anon_sym_continue] = ACTIONS(1446), - [anon_sym_goto] = ACTIONS(1446), - [anon_sym_DASH_DASH] = ACTIONS(1448), - [anon_sym_PLUS_PLUS] = ACTIONS(1448), - [anon_sym_sizeof] = ACTIONS(1446), - [anon_sym___alignof__] = ACTIONS(1446), - [anon_sym___alignof] = ACTIONS(1446), - [anon_sym__alignof] = ACTIONS(1446), - [anon_sym_alignof] = ACTIONS(1446), - [anon_sym__Alignof] = ACTIONS(1446), - [anon_sym_offsetof] = ACTIONS(1446), - [anon_sym__Generic] = ACTIONS(1446), - [anon_sym_asm] = ACTIONS(1446), - [anon_sym___asm__] = ACTIONS(1446), - [sym_number_literal] = ACTIONS(1448), - [anon_sym_L_SQUOTE] = ACTIONS(1448), - [anon_sym_u_SQUOTE] = ACTIONS(1448), - [anon_sym_U_SQUOTE] = ACTIONS(1448), - [anon_sym_u8_SQUOTE] = ACTIONS(1448), - [anon_sym_SQUOTE] = ACTIONS(1448), - [anon_sym_L_DQUOTE] = ACTIONS(1448), - [anon_sym_u_DQUOTE] = ACTIONS(1448), - [anon_sym_U_DQUOTE] = ACTIONS(1448), - [anon_sym_u8_DQUOTE] = ACTIONS(1448), - [anon_sym_DQUOTE] = ACTIONS(1448), - [sym_true] = ACTIONS(1446), - [sym_false] = ACTIONS(1446), - [anon_sym_NULL] = ACTIONS(1446), - [anon_sym_nullptr] = ACTIONS(1446), + [299] = { + [ts_builtin_sym_end] = ACTIONS(1364), + [sym_identifier] = ACTIONS(1362), + [aux_sym_preproc_include_token1] = ACTIONS(1362), + [aux_sym_preproc_def_token1] = ACTIONS(1362), + [aux_sym_preproc_if_token1] = ACTIONS(1362), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1362), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1362), + [sym_preproc_directive] = ACTIONS(1362), + [anon_sym_LPAREN2] = ACTIONS(1364), + [anon_sym_BANG] = ACTIONS(1364), + [anon_sym_TILDE] = ACTIONS(1364), + [anon_sym_DASH] = ACTIONS(1362), + [anon_sym_PLUS] = ACTIONS(1362), + [anon_sym_STAR] = ACTIONS(1364), + [anon_sym_AMP] = ACTIONS(1364), + [anon_sym_subroutine] = ACTIONS(1362), + [anon_sym_invariant] = ACTIONS(1362), + [anon_sym_precise] = ACTIONS(1362), + [anon_sym_SEMI] = ACTIONS(1364), + [anon_sym_in] = ACTIONS(1362), + [anon_sym_out] = ACTIONS(1362), + [anon_sym_inout] = ACTIONS(1362), + [anon_sym_uniform] = ACTIONS(1362), + [anon_sym_shared] = ACTIONS(1362), + [anon_sym_attribute] = ACTIONS(1362), + [anon_sym_varying] = ACTIONS(1362), + [anon_sym_buffer] = ACTIONS(1362), + [anon_sym_coherent] = ACTIONS(1362), + [anon_sym_readonly] = ACTIONS(1362), + [anon_sym_writeonly] = ACTIONS(1362), + [anon_sym_precision] = ACTIONS(1362), + [anon_sym_highp] = ACTIONS(1362), + [anon_sym_mediump] = ACTIONS(1362), + [anon_sym_lowp] = ACTIONS(1362), + [anon_sym_centroid] = ACTIONS(1362), + [anon_sym_sample] = ACTIONS(1362), + [anon_sym_patch] = ACTIONS(1362), + [anon_sym_smooth] = ACTIONS(1362), + [anon_sym_flat] = ACTIONS(1362), + [anon_sym_noperspective] = ACTIONS(1362), + [anon_sym___extension__] = ACTIONS(1362), + [anon_sym_typedef] = ACTIONS(1362), + [anon_sym_extern] = ACTIONS(1362), + [anon_sym___attribute__] = ACTIONS(1362), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1364), + [anon_sym___declspec] = ACTIONS(1362), + [anon_sym___cdecl] = ACTIONS(1362), + [anon_sym___clrcall] = ACTIONS(1362), + [anon_sym___stdcall] = ACTIONS(1362), + [anon_sym___fastcall] = ACTIONS(1362), + [anon_sym___thiscall] = ACTIONS(1362), + [anon_sym___vectorcall] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_signed] = ACTIONS(1362), + [anon_sym_unsigned] = ACTIONS(1362), + [anon_sym_long] = ACTIONS(1362), + [anon_sym_short] = ACTIONS(1362), + [anon_sym_static] = ACTIONS(1362), + [anon_sym_auto] = ACTIONS(1362), + [anon_sym_register] = ACTIONS(1362), + [anon_sym_inline] = ACTIONS(1362), + [anon_sym___inline] = ACTIONS(1362), + [anon_sym___inline__] = ACTIONS(1362), + [anon_sym___forceinline] = ACTIONS(1362), + [anon_sym_thread_local] = ACTIONS(1362), + [anon_sym___thread] = ACTIONS(1362), + [anon_sym_const] = ACTIONS(1362), + [anon_sym_constexpr] = ACTIONS(1362), + [anon_sym_volatile] = ACTIONS(1362), + [anon_sym_restrict] = ACTIONS(1362), + [anon_sym___restrict__] = ACTIONS(1362), + [anon_sym__Atomic] = ACTIONS(1362), + [anon_sym__Noreturn] = ACTIONS(1362), + [anon_sym_noreturn] = ACTIONS(1362), + [sym_primitive_type] = ACTIONS(1362), + [anon_sym_enum] = ACTIONS(1362), + [anon_sym_struct] = ACTIONS(1362), + [anon_sym_union] = ACTIONS(1362), + [anon_sym_if] = ACTIONS(1362), + [anon_sym_else] = ACTIONS(1362), + [anon_sym_switch] = ACTIONS(1362), + [anon_sym_case] = ACTIONS(1362), + [anon_sym_default] = ACTIONS(1362), + [anon_sym_while] = ACTIONS(1362), + [anon_sym_do] = ACTIONS(1362), + [anon_sym_for] = ACTIONS(1362), + [anon_sym_return] = ACTIONS(1362), + [anon_sym_break] = ACTIONS(1362), + [anon_sym_continue] = ACTIONS(1362), + [anon_sym_goto] = ACTIONS(1362), + [anon_sym_DASH_DASH] = ACTIONS(1364), + [anon_sym_PLUS_PLUS] = ACTIONS(1364), + [anon_sym_sizeof] = ACTIONS(1362), + [anon_sym___alignof__] = ACTIONS(1362), + [anon_sym___alignof] = ACTIONS(1362), + [anon_sym__alignof] = ACTIONS(1362), + [anon_sym_alignof] = ACTIONS(1362), + [anon_sym__Alignof] = ACTIONS(1362), + [anon_sym_offsetof] = ACTIONS(1362), + [anon_sym__Generic] = ACTIONS(1362), + [anon_sym_asm] = ACTIONS(1362), + [anon_sym___asm__] = ACTIONS(1362), + [sym_number_literal] = ACTIONS(1364), + [anon_sym_L_SQUOTE] = ACTIONS(1364), + [anon_sym_u_SQUOTE] = ACTIONS(1364), + [anon_sym_U_SQUOTE] = ACTIONS(1364), + [anon_sym_u8_SQUOTE] = ACTIONS(1364), + [anon_sym_SQUOTE] = ACTIONS(1364), + [anon_sym_L_DQUOTE] = ACTIONS(1364), + [anon_sym_u_DQUOTE] = ACTIONS(1364), + [anon_sym_U_DQUOTE] = ACTIONS(1364), + [anon_sym_u8_DQUOTE] = ACTIONS(1364), + [anon_sym_DQUOTE] = ACTIONS(1364), + [sym_true] = ACTIONS(1362), + [sym_false] = ACTIONS(1362), + [anon_sym_NULL] = ACTIONS(1362), + [anon_sym_nullptr] = ACTIONS(1362), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1446), - [anon_sym_rayPayloadInEXT] = ACTIONS(1446), - [anon_sym_hitAttributeEXT] = ACTIONS(1446), - [anon_sym_callableDataEXT] = ACTIONS(1446), - [anon_sym_callableDataInEXT] = ACTIONS(1446), - [anon_sym_shaderRecordEXT] = ACTIONS(1446), - [anon_sym_rayPayloadNV] = ACTIONS(1446), - [anon_sym_rayPayloadInNV] = ACTIONS(1446), - [anon_sym_hitAttributeNV] = ACTIONS(1446), - [anon_sym_callableDataNV] = ACTIONS(1446), - [anon_sym_callableDataInNV] = ACTIONS(1446), - [anon_sym_shaderRecordNV] = ACTIONS(1446), - [anon_sym_layout] = ACTIONS(1446), + [anon_sym_rayPayloadEXT] = ACTIONS(1362), + [anon_sym_rayPayloadInEXT] = ACTIONS(1362), + [anon_sym_hitAttributeEXT] = ACTIONS(1362), + [anon_sym_callableDataEXT] = ACTIONS(1362), + [anon_sym_callableDataInEXT] = ACTIONS(1362), + [anon_sym_shaderRecordEXT] = ACTIONS(1362), + [anon_sym_rayPayloadNV] = ACTIONS(1362), + [anon_sym_rayPayloadInNV] = ACTIONS(1362), + [anon_sym_hitAttributeNV] = ACTIONS(1362), + [anon_sym_callableDataNV] = ACTIONS(1362), + [anon_sym_callableDataInNV] = ACTIONS(1362), + [anon_sym_shaderRecordNV] = ACTIONS(1362), + [anon_sym_layout] = ACTIONS(1362), }, - [302] = { + [300] = { + [ts_builtin_sym_end] = ACTIONS(1352), [sym_identifier] = ACTIONS(1350), [aux_sym_preproc_include_token1] = ACTIONS(1350), [aux_sym_preproc_def_token1] = ACTIONS(1350), [aux_sym_preproc_if_token1] = ACTIONS(1350), - [aux_sym_preproc_if_token2] = ACTIONS(1350), [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), [sym_preproc_directive] = ACTIONS(1350), @@ -62465,1869 +62194,1736 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1350), [anon_sym_layout] = ACTIONS(1350), }, - [303] = { - [ts_builtin_sym_end] = ACTIONS(1356), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), - }, - [304] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [301] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_RBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [305] = { - [sym_identifier] = ACTIONS(1374), - [aux_sym_preproc_include_token1] = ACTIONS(1374), - [aux_sym_preproc_def_token1] = ACTIONS(1374), - [aux_sym_preproc_if_token1] = ACTIONS(1374), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1374), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1374), - [sym_preproc_directive] = ACTIONS(1374), - [anon_sym_LPAREN2] = ACTIONS(1376), - [anon_sym_BANG] = ACTIONS(1376), - [anon_sym_TILDE] = ACTIONS(1376), - [anon_sym_DASH] = ACTIONS(1374), - [anon_sym_PLUS] = ACTIONS(1374), - [anon_sym_STAR] = ACTIONS(1376), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_subroutine] = ACTIONS(1374), - [anon_sym_invariant] = ACTIONS(1374), - [anon_sym_precise] = ACTIONS(1374), - [anon_sym_SEMI] = ACTIONS(1376), - [anon_sym_in] = ACTIONS(1374), - [anon_sym_out] = ACTIONS(1374), - [anon_sym_inout] = ACTIONS(1374), - [anon_sym_uniform] = ACTIONS(1374), - [anon_sym_shared] = ACTIONS(1374), - [anon_sym_attribute] = ACTIONS(1374), - [anon_sym_varying] = ACTIONS(1374), - [anon_sym_buffer] = ACTIONS(1374), - [anon_sym_coherent] = ACTIONS(1374), - [anon_sym_readonly] = ACTIONS(1374), - [anon_sym_writeonly] = ACTIONS(1374), - [anon_sym_precision] = ACTIONS(1374), - [anon_sym_highp] = ACTIONS(1374), - [anon_sym_mediump] = ACTIONS(1374), - [anon_sym_lowp] = ACTIONS(1374), - [anon_sym_centroid] = ACTIONS(1374), - [anon_sym_sample] = ACTIONS(1374), - [anon_sym_patch] = ACTIONS(1374), - [anon_sym_smooth] = ACTIONS(1374), - [anon_sym_flat] = ACTIONS(1374), - [anon_sym_noperspective] = ACTIONS(1374), - [anon_sym___extension__] = ACTIONS(1374), - [anon_sym_typedef] = ACTIONS(1374), - [anon_sym_extern] = ACTIONS(1374), - [anon_sym___attribute__] = ACTIONS(1374), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1376), - [anon_sym___declspec] = ACTIONS(1374), - [anon_sym___cdecl] = ACTIONS(1374), - [anon_sym___clrcall] = ACTIONS(1374), - [anon_sym___stdcall] = ACTIONS(1374), - [anon_sym___fastcall] = ACTIONS(1374), - [anon_sym___thiscall] = ACTIONS(1374), - [anon_sym___vectorcall] = ACTIONS(1374), - [anon_sym_LBRACE] = ACTIONS(1376), - [anon_sym_RBRACE] = ACTIONS(1376), - [anon_sym_signed] = ACTIONS(1374), - [anon_sym_unsigned] = ACTIONS(1374), - [anon_sym_long] = ACTIONS(1374), - [anon_sym_short] = ACTIONS(1374), - [anon_sym_static] = ACTIONS(1374), - [anon_sym_auto] = ACTIONS(1374), - [anon_sym_register] = ACTIONS(1374), - [anon_sym_inline] = ACTIONS(1374), - [anon_sym___inline] = ACTIONS(1374), - [anon_sym___inline__] = ACTIONS(1374), - [anon_sym___forceinline] = ACTIONS(1374), - [anon_sym_thread_local] = ACTIONS(1374), - [anon_sym___thread] = ACTIONS(1374), - [anon_sym_const] = ACTIONS(1374), - [anon_sym_constexpr] = ACTIONS(1374), - [anon_sym_volatile] = ACTIONS(1374), - [anon_sym_restrict] = ACTIONS(1374), - [anon_sym___restrict__] = ACTIONS(1374), - [anon_sym__Atomic] = ACTIONS(1374), - [anon_sym__Noreturn] = ACTIONS(1374), - [anon_sym_noreturn] = ACTIONS(1374), - [sym_primitive_type] = ACTIONS(1374), - [anon_sym_enum] = ACTIONS(1374), - [anon_sym_struct] = ACTIONS(1374), - [anon_sym_union] = ACTIONS(1374), - [anon_sym_if] = ACTIONS(1374), - [anon_sym_else] = ACTIONS(1374), - [anon_sym_switch] = ACTIONS(1374), - [anon_sym_case] = ACTIONS(1374), - [anon_sym_default] = ACTIONS(1374), - [anon_sym_while] = ACTIONS(1374), - [anon_sym_do] = ACTIONS(1374), - [anon_sym_for] = ACTIONS(1374), - [anon_sym_return] = ACTIONS(1374), - [anon_sym_break] = ACTIONS(1374), - [anon_sym_continue] = ACTIONS(1374), - [anon_sym_goto] = ACTIONS(1374), - [anon_sym_DASH_DASH] = ACTIONS(1376), - [anon_sym_PLUS_PLUS] = ACTIONS(1376), - [anon_sym_sizeof] = ACTIONS(1374), - [anon_sym___alignof__] = ACTIONS(1374), - [anon_sym___alignof] = ACTIONS(1374), - [anon_sym__alignof] = ACTIONS(1374), - [anon_sym_alignof] = ACTIONS(1374), - [anon_sym__Alignof] = ACTIONS(1374), - [anon_sym_offsetof] = ACTIONS(1374), - [anon_sym__Generic] = ACTIONS(1374), - [anon_sym_asm] = ACTIONS(1374), - [anon_sym___asm__] = ACTIONS(1374), - [sym_number_literal] = ACTIONS(1376), - [anon_sym_L_SQUOTE] = ACTIONS(1376), - [anon_sym_u_SQUOTE] = ACTIONS(1376), - [anon_sym_U_SQUOTE] = ACTIONS(1376), - [anon_sym_u8_SQUOTE] = ACTIONS(1376), - [anon_sym_SQUOTE] = ACTIONS(1376), - [anon_sym_L_DQUOTE] = ACTIONS(1376), - [anon_sym_u_DQUOTE] = ACTIONS(1376), - [anon_sym_U_DQUOTE] = ACTIONS(1376), - [anon_sym_u8_DQUOTE] = ACTIONS(1376), - [anon_sym_DQUOTE] = ACTIONS(1376), - [sym_true] = ACTIONS(1374), - [sym_false] = ACTIONS(1374), - [anon_sym_NULL] = ACTIONS(1374), - [anon_sym_nullptr] = ACTIONS(1374), + [302] = { + [ts_builtin_sym_end] = ACTIONS(1412), + [sym_identifier] = ACTIONS(1410), + [aux_sym_preproc_include_token1] = ACTIONS(1410), + [aux_sym_preproc_def_token1] = ACTIONS(1410), + [aux_sym_preproc_if_token1] = ACTIONS(1410), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1410), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1410), + [sym_preproc_directive] = ACTIONS(1410), + [anon_sym_LPAREN2] = ACTIONS(1412), + [anon_sym_BANG] = ACTIONS(1412), + [anon_sym_TILDE] = ACTIONS(1412), + [anon_sym_DASH] = ACTIONS(1410), + [anon_sym_PLUS] = ACTIONS(1410), + [anon_sym_STAR] = ACTIONS(1412), + [anon_sym_AMP] = ACTIONS(1412), + [anon_sym_subroutine] = ACTIONS(1410), + [anon_sym_invariant] = ACTIONS(1410), + [anon_sym_precise] = ACTIONS(1410), + [anon_sym_SEMI] = ACTIONS(1412), + [anon_sym_in] = ACTIONS(1410), + [anon_sym_out] = ACTIONS(1410), + [anon_sym_inout] = ACTIONS(1410), + [anon_sym_uniform] = ACTIONS(1410), + [anon_sym_shared] = ACTIONS(1410), + [anon_sym_attribute] = ACTIONS(1410), + [anon_sym_varying] = ACTIONS(1410), + [anon_sym_buffer] = ACTIONS(1410), + [anon_sym_coherent] = ACTIONS(1410), + [anon_sym_readonly] = ACTIONS(1410), + [anon_sym_writeonly] = ACTIONS(1410), + [anon_sym_precision] = ACTIONS(1410), + [anon_sym_highp] = ACTIONS(1410), + [anon_sym_mediump] = ACTIONS(1410), + [anon_sym_lowp] = ACTIONS(1410), + [anon_sym_centroid] = ACTIONS(1410), + [anon_sym_sample] = ACTIONS(1410), + [anon_sym_patch] = ACTIONS(1410), + [anon_sym_smooth] = ACTIONS(1410), + [anon_sym_flat] = ACTIONS(1410), + [anon_sym_noperspective] = ACTIONS(1410), + [anon_sym___extension__] = ACTIONS(1410), + [anon_sym_typedef] = ACTIONS(1410), + [anon_sym_extern] = ACTIONS(1410), + [anon_sym___attribute__] = ACTIONS(1410), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1412), + [anon_sym___declspec] = ACTIONS(1410), + [anon_sym___cdecl] = ACTIONS(1410), + [anon_sym___clrcall] = ACTIONS(1410), + [anon_sym___stdcall] = ACTIONS(1410), + [anon_sym___fastcall] = ACTIONS(1410), + [anon_sym___thiscall] = ACTIONS(1410), + [anon_sym___vectorcall] = ACTIONS(1410), + [anon_sym_LBRACE] = ACTIONS(1412), + [anon_sym_signed] = ACTIONS(1410), + [anon_sym_unsigned] = ACTIONS(1410), + [anon_sym_long] = ACTIONS(1410), + [anon_sym_short] = ACTIONS(1410), + [anon_sym_static] = ACTIONS(1410), + [anon_sym_auto] = ACTIONS(1410), + [anon_sym_register] = ACTIONS(1410), + [anon_sym_inline] = ACTIONS(1410), + [anon_sym___inline] = ACTIONS(1410), + [anon_sym___inline__] = ACTIONS(1410), + [anon_sym___forceinline] = ACTIONS(1410), + [anon_sym_thread_local] = ACTIONS(1410), + [anon_sym___thread] = ACTIONS(1410), + [anon_sym_const] = ACTIONS(1410), + [anon_sym_constexpr] = ACTIONS(1410), + [anon_sym_volatile] = ACTIONS(1410), + [anon_sym_restrict] = ACTIONS(1410), + [anon_sym___restrict__] = ACTIONS(1410), + [anon_sym__Atomic] = ACTIONS(1410), + [anon_sym__Noreturn] = ACTIONS(1410), + [anon_sym_noreturn] = ACTIONS(1410), + [sym_primitive_type] = ACTIONS(1410), + [anon_sym_enum] = ACTIONS(1410), + [anon_sym_struct] = ACTIONS(1410), + [anon_sym_union] = ACTIONS(1410), + [anon_sym_if] = ACTIONS(1410), + [anon_sym_else] = ACTIONS(1410), + [anon_sym_switch] = ACTIONS(1410), + [anon_sym_case] = ACTIONS(1410), + [anon_sym_default] = ACTIONS(1410), + [anon_sym_while] = ACTIONS(1410), + [anon_sym_do] = ACTIONS(1410), + [anon_sym_for] = ACTIONS(1410), + [anon_sym_return] = ACTIONS(1410), + [anon_sym_break] = ACTIONS(1410), + [anon_sym_continue] = ACTIONS(1410), + [anon_sym_goto] = ACTIONS(1410), + [anon_sym_DASH_DASH] = ACTIONS(1412), + [anon_sym_PLUS_PLUS] = ACTIONS(1412), + [anon_sym_sizeof] = ACTIONS(1410), + [anon_sym___alignof__] = ACTIONS(1410), + [anon_sym___alignof] = ACTIONS(1410), + [anon_sym__alignof] = ACTIONS(1410), + [anon_sym_alignof] = ACTIONS(1410), + [anon_sym__Alignof] = ACTIONS(1410), + [anon_sym_offsetof] = ACTIONS(1410), + [anon_sym__Generic] = ACTIONS(1410), + [anon_sym_asm] = ACTIONS(1410), + [anon_sym___asm__] = ACTIONS(1410), + [sym_number_literal] = ACTIONS(1412), + [anon_sym_L_SQUOTE] = ACTIONS(1412), + [anon_sym_u_SQUOTE] = ACTIONS(1412), + [anon_sym_U_SQUOTE] = ACTIONS(1412), + [anon_sym_u8_SQUOTE] = ACTIONS(1412), + [anon_sym_SQUOTE] = ACTIONS(1412), + [anon_sym_L_DQUOTE] = ACTIONS(1412), + [anon_sym_u_DQUOTE] = ACTIONS(1412), + [anon_sym_U_DQUOTE] = ACTIONS(1412), + [anon_sym_u8_DQUOTE] = ACTIONS(1412), + [anon_sym_DQUOTE] = ACTIONS(1412), + [sym_true] = ACTIONS(1410), + [sym_false] = ACTIONS(1410), + [anon_sym_NULL] = ACTIONS(1410), + [anon_sym_nullptr] = ACTIONS(1410), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1374), - [anon_sym_rayPayloadInEXT] = ACTIONS(1374), - [anon_sym_hitAttributeEXT] = ACTIONS(1374), - [anon_sym_callableDataEXT] = ACTIONS(1374), - [anon_sym_callableDataInEXT] = ACTIONS(1374), - [anon_sym_shaderRecordEXT] = ACTIONS(1374), - [anon_sym_rayPayloadNV] = ACTIONS(1374), - [anon_sym_rayPayloadInNV] = ACTIONS(1374), - [anon_sym_hitAttributeNV] = ACTIONS(1374), - [anon_sym_callableDataNV] = ACTIONS(1374), - [anon_sym_callableDataInNV] = ACTIONS(1374), - [anon_sym_shaderRecordNV] = ACTIONS(1374), - [anon_sym_layout] = ACTIONS(1374), + [anon_sym_rayPayloadEXT] = ACTIONS(1410), + [anon_sym_rayPayloadInEXT] = ACTIONS(1410), + [anon_sym_hitAttributeEXT] = ACTIONS(1410), + [anon_sym_callableDataEXT] = ACTIONS(1410), + [anon_sym_callableDataInEXT] = ACTIONS(1410), + [anon_sym_shaderRecordEXT] = ACTIONS(1410), + [anon_sym_rayPayloadNV] = ACTIONS(1410), + [anon_sym_rayPayloadInNV] = ACTIONS(1410), + [anon_sym_hitAttributeNV] = ACTIONS(1410), + [anon_sym_callableDataNV] = ACTIONS(1410), + [anon_sym_callableDataInNV] = ACTIONS(1410), + [anon_sym_shaderRecordNV] = ACTIONS(1410), + [anon_sym_layout] = ACTIONS(1410), }, - [306] = { - [sym_identifier] = ACTIONS(1386), - [aux_sym_preproc_include_token1] = ACTIONS(1386), - [aux_sym_preproc_def_token1] = ACTIONS(1386), - [aux_sym_preproc_if_token1] = ACTIONS(1386), - [aux_sym_preproc_if_token2] = ACTIONS(1386), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1386), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1386), - [sym_preproc_directive] = ACTIONS(1386), - [anon_sym_LPAREN2] = ACTIONS(1388), - [anon_sym_BANG] = ACTIONS(1388), - [anon_sym_TILDE] = ACTIONS(1388), - [anon_sym_DASH] = ACTIONS(1386), - [anon_sym_PLUS] = ACTIONS(1386), - [anon_sym_STAR] = ACTIONS(1388), - [anon_sym_AMP] = ACTIONS(1388), - [anon_sym_subroutine] = ACTIONS(1386), - [anon_sym_invariant] = ACTIONS(1386), - [anon_sym_precise] = ACTIONS(1386), - [anon_sym_SEMI] = ACTIONS(1388), - [anon_sym_in] = ACTIONS(1386), - [anon_sym_out] = ACTIONS(1386), - [anon_sym_inout] = ACTIONS(1386), - [anon_sym_uniform] = ACTIONS(1386), - [anon_sym_shared] = ACTIONS(1386), - [anon_sym_attribute] = ACTIONS(1386), - [anon_sym_varying] = ACTIONS(1386), - [anon_sym_buffer] = ACTIONS(1386), - [anon_sym_coherent] = ACTIONS(1386), - [anon_sym_readonly] = ACTIONS(1386), - [anon_sym_writeonly] = ACTIONS(1386), - [anon_sym_precision] = ACTIONS(1386), - [anon_sym_highp] = ACTIONS(1386), - [anon_sym_mediump] = ACTIONS(1386), - [anon_sym_lowp] = ACTIONS(1386), - [anon_sym_centroid] = ACTIONS(1386), - [anon_sym_sample] = ACTIONS(1386), - [anon_sym_patch] = ACTIONS(1386), - [anon_sym_smooth] = ACTIONS(1386), - [anon_sym_flat] = ACTIONS(1386), - [anon_sym_noperspective] = ACTIONS(1386), - [anon_sym___extension__] = ACTIONS(1386), - [anon_sym_typedef] = ACTIONS(1386), - [anon_sym_extern] = ACTIONS(1386), - [anon_sym___attribute__] = ACTIONS(1386), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1388), - [anon_sym___declspec] = ACTIONS(1386), - [anon_sym___cdecl] = ACTIONS(1386), - [anon_sym___clrcall] = ACTIONS(1386), - [anon_sym___stdcall] = ACTIONS(1386), - [anon_sym___fastcall] = ACTIONS(1386), - [anon_sym___thiscall] = ACTIONS(1386), - [anon_sym___vectorcall] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_signed] = ACTIONS(1386), - [anon_sym_unsigned] = ACTIONS(1386), - [anon_sym_long] = ACTIONS(1386), - [anon_sym_short] = ACTIONS(1386), - [anon_sym_static] = ACTIONS(1386), - [anon_sym_auto] = ACTIONS(1386), - [anon_sym_register] = ACTIONS(1386), - [anon_sym_inline] = ACTIONS(1386), - [anon_sym___inline] = ACTIONS(1386), - [anon_sym___inline__] = ACTIONS(1386), - [anon_sym___forceinline] = ACTIONS(1386), - [anon_sym_thread_local] = ACTIONS(1386), - [anon_sym___thread] = ACTIONS(1386), - [anon_sym_const] = ACTIONS(1386), - [anon_sym_constexpr] = ACTIONS(1386), - [anon_sym_volatile] = ACTIONS(1386), - [anon_sym_restrict] = ACTIONS(1386), - [anon_sym___restrict__] = ACTIONS(1386), - [anon_sym__Atomic] = ACTIONS(1386), - [anon_sym__Noreturn] = ACTIONS(1386), - [anon_sym_noreturn] = ACTIONS(1386), - [sym_primitive_type] = ACTIONS(1386), - [anon_sym_enum] = ACTIONS(1386), - [anon_sym_struct] = ACTIONS(1386), - [anon_sym_union] = ACTIONS(1386), - [anon_sym_if] = ACTIONS(1386), - [anon_sym_else] = ACTIONS(1386), - [anon_sym_switch] = ACTIONS(1386), - [anon_sym_case] = ACTIONS(1386), - [anon_sym_default] = ACTIONS(1386), - [anon_sym_while] = ACTIONS(1386), - [anon_sym_do] = ACTIONS(1386), - [anon_sym_for] = ACTIONS(1386), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1386), - [anon_sym_continue] = ACTIONS(1386), - [anon_sym_goto] = ACTIONS(1386), - [anon_sym_DASH_DASH] = ACTIONS(1388), - [anon_sym_PLUS_PLUS] = ACTIONS(1388), - [anon_sym_sizeof] = ACTIONS(1386), - [anon_sym___alignof__] = ACTIONS(1386), - [anon_sym___alignof] = ACTIONS(1386), - [anon_sym__alignof] = ACTIONS(1386), - [anon_sym_alignof] = ACTIONS(1386), - [anon_sym__Alignof] = ACTIONS(1386), - [anon_sym_offsetof] = ACTIONS(1386), - [anon_sym__Generic] = ACTIONS(1386), - [anon_sym_asm] = ACTIONS(1386), - [anon_sym___asm__] = ACTIONS(1386), - [sym_number_literal] = ACTIONS(1388), - [anon_sym_L_SQUOTE] = ACTIONS(1388), - [anon_sym_u_SQUOTE] = ACTIONS(1388), - [anon_sym_U_SQUOTE] = ACTIONS(1388), - [anon_sym_u8_SQUOTE] = ACTIONS(1388), - [anon_sym_SQUOTE] = ACTIONS(1388), - [anon_sym_L_DQUOTE] = ACTIONS(1388), - [anon_sym_u_DQUOTE] = ACTIONS(1388), - [anon_sym_U_DQUOTE] = ACTIONS(1388), - [anon_sym_u8_DQUOTE] = ACTIONS(1388), - [anon_sym_DQUOTE] = ACTIONS(1388), - [sym_true] = ACTIONS(1386), - [sym_false] = ACTIONS(1386), - [anon_sym_NULL] = ACTIONS(1386), - [anon_sym_nullptr] = ACTIONS(1386), + [303] = { + [ts_builtin_sym_end] = ACTIONS(1352), + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1386), - [anon_sym_rayPayloadInEXT] = ACTIONS(1386), - [anon_sym_hitAttributeEXT] = ACTIONS(1386), - [anon_sym_callableDataEXT] = ACTIONS(1386), - [anon_sym_callableDataInEXT] = ACTIONS(1386), - [anon_sym_shaderRecordEXT] = ACTIONS(1386), - [anon_sym_rayPayloadNV] = ACTIONS(1386), - [anon_sym_rayPayloadInNV] = ACTIONS(1386), - [anon_sym_hitAttributeNV] = ACTIONS(1386), - [anon_sym_callableDataNV] = ACTIONS(1386), - [anon_sym_callableDataInNV] = ACTIONS(1386), - [anon_sym_shaderRecordNV] = ACTIONS(1386), - [anon_sym_layout] = ACTIONS(1386), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [307] = { - [sym_identifier] = ACTIONS(1370), - [aux_sym_preproc_include_token1] = ACTIONS(1370), - [aux_sym_preproc_def_token1] = ACTIONS(1370), - [aux_sym_preproc_if_token1] = ACTIONS(1370), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1370), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1370), - [sym_preproc_directive] = ACTIONS(1370), - [anon_sym_LPAREN2] = ACTIONS(1372), - [anon_sym_BANG] = ACTIONS(1372), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_DASH] = ACTIONS(1370), - [anon_sym_PLUS] = ACTIONS(1370), - [anon_sym_STAR] = ACTIONS(1372), - [anon_sym_AMP] = ACTIONS(1372), - [anon_sym_subroutine] = ACTIONS(1370), - [anon_sym_invariant] = ACTIONS(1370), - [anon_sym_precise] = ACTIONS(1370), - [anon_sym_SEMI] = ACTIONS(1372), - [anon_sym_in] = ACTIONS(1370), - [anon_sym_out] = ACTIONS(1370), - [anon_sym_inout] = ACTIONS(1370), - [anon_sym_uniform] = ACTIONS(1370), - [anon_sym_shared] = ACTIONS(1370), - [anon_sym_attribute] = ACTIONS(1370), - [anon_sym_varying] = ACTIONS(1370), - [anon_sym_buffer] = ACTIONS(1370), - [anon_sym_coherent] = ACTIONS(1370), - [anon_sym_readonly] = ACTIONS(1370), - [anon_sym_writeonly] = ACTIONS(1370), - [anon_sym_precision] = ACTIONS(1370), - [anon_sym_highp] = ACTIONS(1370), - [anon_sym_mediump] = ACTIONS(1370), - [anon_sym_lowp] = ACTIONS(1370), - [anon_sym_centroid] = ACTIONS(1370), - [anon_sym_sample] = ACTIONS(1370), - [anon_sym_patch] = ACTIONS(1370), - [anon_sym_smooth] = ACTIONS(1370), - [anon_sym_flat] = ACTIONS(1370), - [anon_sym_noperspective] = ACTIONS(1370), - [anon_sym___extension__] = ACTIONS(1370), - [anon_sym_typedef] = ACTIONS(1370), - [anon_sym_extern] = ACTIONS(1370), - [anon_sym___attribute__] = ACTIONS(1370), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1372), - [anon_sym___declspec] = ACTIONS(1370), - [anon_sym___cdecl] = ACTIONS(1370), - [anon_sym___clrcall] = ACTIONS(1370), - [anon_sym___stdcall] = ACTIONS(1370), - [anon_sym___fastcall] = ACTIONS(1370), - [anon_sym___thiscall] = ACTIONS(1370), - [anon_sym___vectorcall] = ACTIONS(1370), - [anon_sym_LBRACE] = ACTIONS(1372), - [anon_sym_RBRACE] = ACTIONS(1372), - [anon_sym_signed] = ACTIONS(1370), - [anon_sym_unsigned] = ACTIONS(1370), - [anon_sym_long] = ACTIONS(1370), - [anon_sym_short] = ACTIONS(1370), - [anon_sym_static] = ACTIONS(1370), - [anon_sym_auto] = ACTIONS(1370), - [anon_sym_register] = ACTIONS(1370), - [anon_sym_inline] = ACTIONS(1370), - [anon_sym___inline] = ACTIONS(1370), - [anon_sym___inline__] = ACTIONS(1370), - [anon_sym___forceinline] = ACTIONS(1370), - [anon_sym_thread_local] = ACTIONS(1370), - [anon_sym___thread] = ACTIONS(1370), - [anon_sym_const] = ACTIONS(1370), - [anon_sym_constexpr] = ACTIONS(1370), - [anon_sym_volatile] = ACTIONS(1370), - [anon_sym_restrict] = ACTIONS(1370), - [anon_sym___restrict__] = ACTIONS(1370), - [anon_sym__Atomic] = ACTIONS(1370), - [anon_sym__Noreturn] = ACTIONS(1370), - [anon_sym_noreturn] = ACTIONS(1370), - [sym_primitive_type] = ACTIONS(1370), - [anon_sym_enum] = ACTIONS(1370), - [anon_sym_struct] = ACTIONS(1370), - [anon_sym_union] = ACTIONS(1370), - [anon_sym_if] = ACTIONS(1370), - [anon_sym_else] = ACTIONS(1370), - [anon_sym_switch] = ACTIONS(1370), - [anon_sym_case] = ACTIONS(1370), - [anon_sym_default] = ACTIONS(1370), - [anon_sym_while] = ACTIONS(1370), - [anon_sym_do] = ACTIONS(1370), - [anon_sym_for] = ACTIONS(1370), - [anon_sym_return] = ACTIONS(1370), - [anon_sym_break] = ACTIONS(1370), - [anon_sym_continue] = ACTIONS(1370), - [anon_sym_goto] = ACTIONS(1370), - [anon_sym_DASH_DASH] = ACTIONS(1372), - [anon_sym_PLUS_PLUS] = ACTIONS(1372), - [anon_sym_sizeof] = ACTIONS(1370), - [anon_sym___alignof__] = ACTIONS(1370), - [anon_sym___alignof] = ACTIONS(1370), - [anon_sym__alignof] = ACTIONS(1370), - [anon_sym_alignof] = ACTIONS(1370), - [anon_sym__Alignof] = ACTIONS(1370), - [anon_sym_offsetof] = ACTIONS(1370), - [anon_sym__Generic] = ACTIONS(1370), - [anon_sym_asm] = ACTIONS(1370), - [anon_sym___asm__] = ACTIONS(1370), - [sym_number_literal] = ACTIONS(1372), - [anon_sym_L_SQUOTE] = ACTIONS(1372), - [anon_sym_u_SQUOTE] = ACTIONS(1372), - [anon_sym_U_SQUOTE] = ACTIONS(1372), - [anon_sym_u8_SQUOTE] = ACTIONS(1372), - [anon_sym_SQUOTE] = ACTIONS(1372), - [anon_sym_L_DQUOTE] = ACTIONS(1372), - [anon_sym_u_DQUOTE] = ACTIONS(1372), - [anon_sym_U_DQUOTE] = ACTIONS(1372), - [anon_sym_u8_DQUOTE] = ACTIONS(1372), - [anon_sym_DQUOTE] = ACTIONS(1372), - [sym_true] = ACTIONS(1370), - [sym_false] = ACTIONS(1370), - [anon_sym_NULL] = ACTIONS(1370), - [anon_sym_nullptr] = ACTIONS(1370), + [304] = { + [ts_builtin_sym_end] = ACTIONS(1352), + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1370), - [anon_sym_rayPayloadInEXT] = ACTIONS(1370), - [anon_sym_hitAttributeEXT] = ACTIONS(1370), - [anon_sym_callableDataEXT] = ACTIONS(1370), - [anon_sym_callableDataInEXT] = ACTIONS(1370), - [anon_sym_shaderRecordEXT] = ACTIONS(1370), - [anon_sym_rayPayloadNV] = ACTIONS(1370), - [anon_sym_rayPayloadInNV] = ACTIONS(1370), - [anon_sym_hitAttributeNV] = ACTIONS(1370), - [anon_sym_callableDataNV] = ACTIONS(1370), - [anon_sym_callableDataInNV] = ACTIONS(1370), - [anon_sym_shaderRecordNV] = ACTIONS(1370), - [anon_sym_layout] = ACTIONS(1370), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [308] = { - [ts_builtin_sym_end] = ACTIONS(1356), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [305] = { + [sym_identifier] = ACTIONS(1426), + [aux_sym_preproc_include_token1] = ACTIONS(1426), + [aux_sym_preproc_def_token1] = ACTIONS(1426), + [aux_sym_preproc_if_token1] = ACTIONS(1426), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1426), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1426), + [sym_preproc_directive] = ACTIONS(1426), + [anon_sym_LPAREN2] = ACTIONS(1428), + [anon_sym_BANG] = ACTIONS(1428), + [anon_sym_TILDE] = ACTIONS(1428), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_STAR] = ACTIONS(1428), + [anon_sym_AMP] = ACTIONS(1428), + [anon_sym_subroutine] = ACTIONS(1426), + [anon_sym_invariant] = ACTIONS(1426), + [anon_sym_precise] = ACTIONS(1426), + [anon_sym_SEMI] = ACTIONS(1428), + [anon_sym_in] = ACTIONS(1426), + [anon_sym_out] = ACTIONS(1426), + [anon_sym_inout] = ACTIONS(1426), + [anon_sym_uniform] = ACTIONS(1426), + [anon_sym_shared] = ACTIONS(1426), + [anon_sym_attribute] = ACTIONS(1426), + [anon_sym_varying] = ACTIONS(1426), + [anon_sym_buffer] = ACTIONS(1426), + [anon_sym_coherent] = ACTIONS(1426), + [anon_sym_readonly] = ACTIONS(1426), + [anon_sym_writeonly] = ACTIONS(1426), + [anon_sym_precision] = ACTIONS(1426), + [anon_sym_highp] = ACTIONS(1426), + [anon_sym_mediump] = ACTIONS(1426), + [anon_sym_lowp] = ACTIONS(1426), + [anon_sym_centroid] = ACTIONS(1426), + [anon_sym_sample] = ACTIONS(1426), + [anon_sym_patch] = ACTIONS(1426), + [anon_sym_smooth] = ACTIONS(1426), + [anon_sym_flat] = ACTIONS(1426), + [anon_sym_noperspective] = ACTIONS(1426), + [anon_sym___extension__] = ACTIONS(1426), + [anon_sym_typedef] = ACTIONS(1426), + [anon_sym_extern] = ACTIONS(1426), + [anon_sym___attribute__] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1428), + [anon_sym___declspec] = ACTIONS(1426), + [anon_sym___cdecl] = ACTIONS(1426), + [anon_sym___clrcall] = ACTIONS(1426), + [anon_sym___stdcall] = ACTIONS(1426), + [anon_sym___fastcall] = ACTIONS(1426), + [anon_sym___thiscall] = ACTIONS(1426), + [anon_sym___vectorcall] = ACTIONS(1426), + [anon_sym_LBRACE] = ACTIONS(1428), + [anon_sym_RBRACE] = ACTIONS(1428), + [anon_sym_signed] = ACTIONS(1426), + [anon_sym_unsigned] = ACTIONS(1426), + [anon_sym_long] = ACTIONS(1426), + [anon_sym_short] = ACTIONS(1426), + [anon_sym_static] = ACTIONS(1426), + [anon_sym_auto] = ACTIONS(1426), + [anon_sym_register] = ACTIONS(1426), + [anon_sym_inline] = ACTIONS(1426), + [anon_sym___inline] = ACTIONS(1426), + [anon_sym___inline__] = ACTIONS(1426), + [anon_sym___forceinline] = ACTIONS(1426), + [anon_sym_thread_local] = ACTIONS(1426), + [anon_sym___thread] = ACTIONS(1426), + [anon_sym_const] = ACTIONS(1426), + [anon_sym_constexpr] = ACTIONS(1426), + [anon_sym_volatile] = ACTIONS(1426), + [anon_sym_restrict] = ACTIONS(1426), + [anon_sym___restrict__] = ACTIONS(1426), + [anon_sym__Atomic] = ACTIONS(1426), + [anon_sym__Noreturn] = ACTIONS(1426), + [anon_sym_noreturn] = ACTIONS(1426), + [sym_primitive_type] = ACTIONS(1426), + [anon_sym_enum] = ACTIONS(1426), + [anon_sym_struct] = ACTIONS(1426), + [anon_sym_union] = ACTIONS(1426), + [anon_sym_if] = ACTIONS(1426), + [anon_sym_else] = ACTIONS(1426), + [anon_sym_switch] = ACTIONS(1426), + [anon_sym_case] = ACTIONS(1426), + [anon_sym_default] = ACTIONS(1426), + [anon_sym_while] = ACTIONS(1426), + [anon_sym_do] = ACTIONS(1426), + [anon_sym_for] = ACTIONS(1426), + [anon_sym_return] = ACTIONS(1426), + [anon_sym_break] = ACTIONS(1426), + [anon_sym_continue] = ACTIONS(1426), + [anon_sym_goto] = ACTIONS(1426), + [anon_sym_DASH_DASH] = ACTIONS(1428), + [anon_sym_PLUS_PLUS] = ACTIONS(1428), + [anon_sym_sizeof] = ACTIONS(1426), + [anon_sym___alignof__] = ACTIONS(1426), + [anon_sym___alignof] = ACTIONS(1426), + [anon_sym__alignof] = ACTIONS(1426), + [anon_sym_alignof] = ACTIONS(1426), + [anon_sym__Alignof] = ACTIONS(1426), + [anon_sym_offsetof] = ACTIONS(1426), + [anon_sym__Generic] = ACTIONS(1426), + [anon_sym_asm] = ACTIONS(1426), + [anon_sym___asm__] = ACTIONS(1426), + [sym_number_literal] = ACTIONS(1428), + [anon_sym_L_SQUOTE] = ACTIONS(1428), + [anon_sym_u_SQUOTE] = ACTIONS(1428), + [anon_sym_U_SQUOTE] = ACTIONS(1428), + [anon_sym_u8_SQUOTE] = ACTIONS(1428), + [anon_sym_SQUOTE] = ACTIONS(1428), + [anon_sym_L_DQUOTE] = ACTIONS(1428), + [anon_sym_u_DQUOTE] = ACTIONS(1428), + [anon_sym_U_DQUOTE] = ACTIONS(1428), + [anon_sym_u8_DQUOTE] = ACTIONS(1428), + [anon_sym_DQUOTE] = ACTIONS(1428), + [sym_true] = ACTIONS(1426), + [sym_false] = ACTIONS(1426), + [anon_sym_NULL] = ACTIONS(1426), + [anon_sym_nullptr] = ACTIONS(1426), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1426), + [anon_sym_rayPayloadInEXT] = ACTIONS(1426), + [anon_sym_hitAttributeEXT] = ACTIONS(1426), + [anon_sym_callableDataEXT] = ACTIONS(1426), + [anon_sym_callableDataInEXT] = ACTIONS(1426), + [anon_sym_shaderRecordEXT] = ACTIONS(1426), + [anon_sym_rayPayloadNV] = ACTIONS(1426), + [anon_sym_rayPayloadInNV] = ACTIONS(1426), + [anon_sym_hitAttributeNV] = ACTIONS(1426), + [anon_sym_callableDataNV] = ACTIONS(1426), + [anon_sym_callableDataInNV] = ACTIONS(1426), + [anon_sym_shaderRecordNV] = ACTIONS(1426), + [anon_sym_layout] = ACTIONS(1426), }, - [309] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_RBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [306] = { + [sym_identifier] = ACTIONS(1382), + [aux_sym_preproc_include_token1] = ACTIONS(1382), + [aux_sym_preproc_def_token1] = ACTIONS(1382), + [aux_sym_preproc_if_token1] = ACTIONS(1382), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1382), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1382), + [sym_preproc_directive] = ACTIONS(1382), + [anon_sym_LPAREN2] = ACTIONS(1384), + [anon_sym_BANG] = ACTIONS(1384), + [anon_sym_TILDE] = ACTIONS(1384), + [anon_sym_DASH] = ACTIONS(1382), + [anon_sym_PLUS] = ACTIONS(1382), + [anon_sym_STAR] = ACTIONS(1384), + [anon_sym_AMP] = ACTIONS(1384), + [anon_sym_subroutine] = ACTIONS(1382), + [anon_sym_invariant] = ACTIONS(1382), + [anon_sym_precise] = ACTIONS(1382), + [anon_sym_SEMI] = ACTIONS(1384), + [anon_sym_in] = ACTIONS(1382), + [anon_sym_out] = ACTIONS(1382), + [anon_sym_inout] = ACTIONS(1382), + [anon_sym_uniform] = ACTIONS(1382), + [anon_sym_shared] = ACTIONS(1382), + [anon_sym_attribute] = ACTIONS(1382), + [anon_sym_varying] = ACTIONS(1382), + [anon_sym_buffer] = ACTIONS(1382), + [anon_sym_coherent] = ACTIONS(1382), + [anon_sym_readonly] = ACTIONS(1382), + [anon_sym_writeonly] = ACTIONS(1382), + [anon_sym_precision] = ACTIONS(1382), + [anon_sym_highp] = ACTIONS(1382), + [anon_sym_mediump] = ACTIONS(1382), + [anon_sym_lowp] = ACTIONS(1382), + [anon_sym_centroid] = ACTIONS(1382), + [anon_sym_sample] = ACTIONS(1382), + [anon_sym_patch] = ACTIONS(1382), + [anon_sym_smooth] = ACTIONS(1382), + [anon_sym_flat] = ACTIONS(1382), + [anon_sym_noperspective] = ACTIONS(1382), + [anon_sym___extension__] = ACTIONS(1382), + [anon_sym_typedef] = ACTIONS(1382), + [anon_sym_extern] = ACTIONS(1382), + [anon_sym___attribute__] = ACTIONS(1382), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1384), + [anon_sym___declspec] = ACTIONS(1382), + [anon_sym___cdecl] = ACTIONS(1382), + [anon_sym___clrcall] = ACTIONS(1382), + [anon_sym___stdcall] = ACTIONS(1382), + [anon_sym___fastcall] = ACTIONS(1382), + [anon_sym___thiscall] = ACTIONS(1382), + [anon_sym___vectorcall] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_RBRACE] = ACTIONS(1384), + [anon_sym_signed] = ACTIONS(1382), + [anon_sym_unsigned] = ACTIONS(1382), + [anon_sym_long] = ACTIONS(1382), + [anon_sym_short] = ACTIONS(1382), + [anon_sym_static] = ACTIONS(1382), + [anon_sym_auto] = ACTIONS(1382), + [anon_sym_register] = ACTIONS(1382), + [anon_sym_inline] = ACTIONS(1382), + [anon_sym___inline] = ACTIONS(1382), + [anon_sym___inline__] = ACTIONS(1382), + [anon_sym___forceinline] = ACTIONS(1382), + [anon_sym_thread_local] = ACTIONS(1382), + [anon_sym___thread] = ACTIONS(1382), + [anon_sym_const] = ACTIONS(1382), + [anon_sym_constexpr] = ACTIONS(1382), + [anon_sym_volatile] = ACTIONS(1382), + [anon_sym_restrict] = ACTIONS(1382), + [anon_sym___restrict__] = ACTIONS(1382), + [anon_sym__Atomic] = ACTIONS(1382), + [anon_sym__Noreturn] = ACTIONS(1382), + [anon_sym_noreturn] = ACTIONS(1382), + [sym_primitive_type] = ACTIONS(1382), + [anon_sym_enum] = ACTIONS(1382), + [anon_sym_struct] = ACTIONS(1382), + [anon_sym_union] = ACTIONS(1382), + [anon_sym_if] = ACTIONS(1382), + [anon_sym_else] = ACTIONS(1382), + [anon_sym_switch] = ACTIONS(1382), + [anon_sym_case] = ACTIONS(1382), + [anon_sym_default] = ACTIONS(1382), + [anon_sym_while] = ACTIONS(1382), + [anon_sym_do] = ACTIONS(1382), + [anon_sym_for] = ACTIONS(1382), + [anon_sym_return] = ACTIONS(1382), + [anon_sym_break] = ACTIONS(1382), + [anon_sym_continue] = ACTIONS(1382), + [anon_sym_goto] = ACTIONS(1382), + [anon_sym_DASH_DASH] = ACTIONS(1384), + [anon_sym_PLUS_PLUS] = ACTIONS(1384), + [anon_sym_sizeof] = ACTIONS(1382), + [anon_sym___alignof__] = ACTIONS(1382), + [anon_sym___alignof] = ACTIONS(1382), + [anon_sym__alignof] = ACTIONS(1382), + [anon_sym_alignof] = ACTIONS(1382), + [anon_sym__Alignof] = ACTIONS(1382), + [anon_sym_offsetof] = ACTIONS(1382), + [anon_sym__Generic] = ACTIONS(1382), + [anon_sym_asm] = ACTIONS(1382), + [anon_sym___asm__] = ACTIONS(1382), + [sym_number_literal] = ACTIONS(1384), + [anon_sym_L_SQUOTE] = ACTIONS(1384), + [anon_sym_u_SQUOTE] = ACTIONS(1384), + [anon_sym_U_SQUOTE] = ACTIONS(1384), + [anon_sym_u8_SQUOTE] = ACTIONS(1384), + [anon_sym_SQUOTE] = ACTIONS(1384), + [anon_sym_L_DQUOTE] = ACTIONS(1384), + [anon_sym_u_DQUOTE] = ACTIONS(1384), + [anon_sym_U_DQUOTE] = ACTIONS(1384), + [anon_sym_u8_DQUOTE] = ACTIONS(1384), + [anon_sym_DQUOTE] = ACTIONS(1384), + [sym_true] = ACTIONS(1382), + [sym_false] = ACTIONS(1382), + [anon_sym_NULL] = ACTIONS(1382), + [anon_sym_nullptr] = ACTIONS(1382), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1382), + [anon_sym_rayPayloadInEXT] = ACTIONS(1382), + [anon_sym_hitAttributeEXT] = ACTIONS(1382), + [anon_sym_callableDataEXT] = ACTIONS(1382), + [anon_sym_callableDataInEXT] = ACTIONS(1382), + [anon_sym_shaderRecordEXT] = ACTIONS(1382), + [anon_sym_rayPayloadNV] = ACTIONS(1382), + [anon_sym_rayPayloadInNV] = ACTIONS(1382), + [anon_sym_hitAttributeNV] = ACTIONS(1382), + [anon_sym_callableDataNV] = ACTIONS(1382), + [anon_sym_callableDataInNV] = ACTIONS(1382), + [anon_sym_shaderRecordNV] = ACTIONS(1382), + [anon_sym_layout] = ACTIONS(1382), }, - [310] = { - [ts_builtin_sym_end] = ACTIONS(1356), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [307] = { + [ts_builtin_sym_end] = ACTIONS(1352), + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [311] = { - [ts_builtin_sym_end] = ACTIONS(1436), - [sym_identifier] = ACTIONS(1434), - [aux_sym_preproc_include_token1] = ACTIONS(1434), - [aux_sym_preproc_def_token1] = ACTIONS(1434), - [aux_sym_preproc_if_token1] = ACTIONS(1434), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1434), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1434), - [sym_preproc_directive] = ACTIONS(1434), - [anon_sym_LPAREN2] = ACTIONS(1436), - [anon_sym_BANG] = ACTIONS(1436), - [anon_sym_TILDE] = ACTIONS(1436), - [anon_sym_DASH] = ACTIONS(1434), - [anon_sym_PLUS] = ACTIONS(1434), - [anon_sym_STAR] = ACTIONS(1436), - [anon_sym_AMP] = ACTIONS(1436), - [anon_sym_subroutine] = ACTIONS(1434), - [anon_sym_invariant] = ACTIONS(1434), - [anon_sym_precise] = ACTIONS(1434), - [anon_sym_SEMI] = ACTIONS(1436), - [anon_sym_in] = ACTIONS(1434), - [anon_sym_out] = ACTIONS(1434), - [anon_sym_inout] = ACTIONS(1434), - [anon_sym_uniform] = ACTIONS(1434), - [anon_sym_shared] = ACTIONS(1434), - [anon_sym_attribute] = ACTIONS(1434), - [anon_sym_varying] = ACTIONS(1434), - [anon_sym_buffer] = ACTIONS(1434), - [anon_sym_coherent] = ACTIONS(1434), - [anon_sym_readonly] = ACTIONS(1434), - [anon_sym_writeonly] = ACTIONS(1434), - [anon_sym_precision] = ACTIONS(1434), - [anon_sym_highp] = ACTIONS(1434), - [anon_sym_mediump] = ACTIONS(1434), - [anon_sym_lowp] = ACTIONS(1434), - [anon_sym_centroid] = ACTIONS(1434), - [anon_sym_sample] = ACTIONS(1434), - [anon_sym_patch] = ACTIONS(1434), - [anon_sym_smooth] = ACTIONS(1434), - [anon_sym_flat] = ACTIONS(1434), - [anon_sym_noperspective] = ACTIONS(1434), - [anon_sym___extension__] = ACTIONS(1434), - [anon_sym_typedef] = ACTIONS(1434), - [anon_sym_extern] = ACTIONS(1434), - [anon_sym___attribute__] = ACTIONS(1434), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1436), - [anon_sym___declspec] = ACTIONS(1434), - [anon_sym___cdecl] = ACTIONS(1434), - [anon_sym___clrcall] = ACTIONS(1434), - [anon_sym___stdcall] = ACTIONS(1434), - [anon_sym___fastcall] = ACTIONS(1434), - [anon_sym___thiscall] = ACTIONS(1434), - [anon_sym___vectorcall] = ACTIONS(1434), - [anon_sym_LBRACE] = ACTIONS(1436), - [anon_sym_signed] = ACTIONS(1434), - [anon_sym_unsigned] = ACTIONS(1434), - [anon_sym_long] = ACTIONS(1434), - [anon_sym_short] = ACTIONS(1434), - [anon_sym_static] = ACTIONS(1434), - [anon_sym_auto] = ACTIONS(1434), - [anon_sym_register] = ACTIONS(1434), - [anon_sym_inline] = ACTIONS(1434), - [anon_sym___inline] = ACTIONS(1434), - [anon_sym___inline__] = ACTIONS(1434), - [anon_sym___forceinline] = ACTIONS(1434), - [anon_sym_thread_local] = ACTIONS(1434), - [anon_sym___thread] = ACTIONS(1434), - [anon_sym_const] = ACTIONS(1434), - [anon_sym_constexpr] = ACTIONS(1434), - [anon_sym_volatile] = ACTIONS(1434), - [anon_sym_restrict] = ACTIONS(1434), - [anon_sym___restrict__] = ACTIONS(1434), - [anon_sym__Atomic] = ACTIONS(1434), - [anon_sym__Noreturn] = ACTIONS(1434), - [anon_sym_noreturn] = ACTIONS(1434), - [sym_primitive_type] = ACTIONS(1434), - [anon_sym_enum] = ACTIONS(1434), - [anon_sym_struct] = ACTIONS(1434), - [anon_sym_union] = ACTIONS(1434), - [anon_sym_if] = ACTIONS(1434), - [anon_sym_else] = ACTIONS(1434), - [anon_sym_switch] = ACTIONS(1434), - [anon_sym_case] = ACTIONS(1434), - [anon_sym_default] = ACTIONS(1434), - [anon_sym_while] = ACTIONS(1434), - [anon_sym_do] = ACTIONS(1434), - [anon_sym_for] = ACTIONS(1434), - [anon_sym_return] = ACTIONS(1434), - [anon_sym_break] = ACTIONS(1434), - [anon_sym_continue] = ACTIONS(1434), - [anon_sym_goto] = ACTIONS(1434), - [anon_sym_DASH_DASH] = ACTIONS(1436), - [anon_sym_PLUS_PLUS] = ACTIONS(1436), - [anon_sym_sizeof] = ACTIONS(1434), - [anon_sym___alignof__] = ACTIONS(1434), - [anon_sym___alignof] = ACTIONS(1434), - [anon_sym__alignof] = ACTIONS(1434), - [anon_sym_alignof] = ACTIONS(1434), - [anon_sym__Alignof] = ACTIONS(1434), - [anon_sym_offsetof] = ACTIONS(1434), - [anon_sym__Generic] = ACTIONS(1434), - [anon_sym_asm] = ACTIONS(1434), - [anon_sym___asm__] = ACTIONS(1434), - [sym_number_literal] = ACTIONS(1436), - [anon_sym_L_SQUOTE] = ACTIONS(1436), - [anon_sym_u_SQUOTE] = ACTIONS(1436), - [anon_sym_U_SQUOTE] = ACTIONS(1436), - [anon_sym_u8_SQUOTE] = ACTIONS(1436), - [anon_sym_SQUOTE] = ACTIONS(1436), - [anon_sym_L_DQUOTE] = ACTIONS(1436), - [anon_sym_u_DQUOTE] = ACTIONS(1436), - [anon_sym_U_DQUOTE] = ACTIONS(1436), - [anon_sym_u8_DQUOTE] = ACTIONS(1436), - [anon_sym_DQUOTE] = ACTIONS(1436), - [sym_true] = ACTIONS(1434), - [sym_false] = ACTIONS(1434), - [anon_sym_NULL] = ACTIONS(1434), - [anon_sym_nullptr] = ACTIONS(1434), + [308] = { + [ts_builtin_sym_end] = ACTIONS(1380), + [sym_identifier] = ACTIONS(1378), + [aux_sym_preproc_include_token1] = ACTIONS(1378), + [aux_sym_preproc_def_token1] = ACTIONS(1378), + [aux_sym_preproc_if_token1] = ACTIONS(1378), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1378), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1378), + [sym_preproc_directive] = ACTIONS(1378), + [anon_sym_LPAREN2] = ACTIONS(1380), + [anon_sym_BANG] = ACTIONS(1380), + [anon_sym_TILDE] = ACTIONS(1380), + [anon_sym_DASH] = ACTIONS(1378), + [anon_sym_PLUS] = ACTIONS(1378), + [anon_sym_STAR] = ACTIONS(1380), + [anon_sym_AMP] = ACTIONS(1380), + [anon_sym_subroutine] = ACTIONS(1378), + [anon_sym_invariant] = ACTIONS(1378), + [anon_sym_precise] = ACTIONS(1378), + [anon_sym_SEMI] = ACTIONS(1380), + [anon_sym_in] = ACTIONS(1378), + [anon_sym_out] = ACTIONS(1378), + [anon_sym_inout] = ACTIONS(1378), + [anon_sym_uniform] = ACTIONS(1378), + [anon_sym_shared] = ACTIONS(1378), + [anon_sym_attribute] = ACTIONS(1378), + [anon_sym_varying] = ACTIONS(1378), + [anon_sym_buffer] = ACTIONS(1378), + [anon_sym_coherent] = ACTIONS(1378), + [anon_sym_readonly] = ACTIONS(1378), + [anon_sym_writeonly] = ACTIONS(1378), + [anon_sym_precision] = ACTIONS(1378), + [anon_sym_highp] = ACTIONS(1378), + [anon_sym_mediump] = ACTIONS(1378), + [anon_sym_lowp] = ACTIONS(1378), + [anon_sym_centroid] = ACTIONS(1378), + [anon_sym_sample] = ACTIONS(1378), + [anon_sym_patch] = ACTIONS(1378), + [anon_sym_smooth] = ACTIONS(1378), + [anon_sym_flat] = ACTIONS(1378), + [anon_sym_noperspective] = ACTIONS(1378), + [anon_sym___extension__] = ACTIONS(1378), + [anon_sym_typedef] = ACTIONS(1378), + [anon_sym_extern] = ACTIONS(1378), + [anon_sym___attribute__] = ACTIONS(1378), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1380), + [anon_sym___declspec] = ACTIONS(1378), + [anon_sym___cdecl] = ACTIONS(1378), + [anon_sym___clrcall] = ACTIONS(1378), + [anon_sym___stdcall] = ACTIONS(1378), + [anon_sym___fastcall] = ACTIONS(1378), + [anon_sym___thiscall] = ACTIONS(1378), + [anon_sym___vectorcall] = ACTIONS(1378), + [anon_sym_LBRACE] = ACTIONS(1380), + [anon_sym_signed] = ACTIONS(1378), + [anon_sym_unsigned] = ACTIONS(1378), + [anon_sym_long] = ACTIONS(1378), + [anon_sym_short] = ACTIONS(1378), + [anon_sym_static] = ACTIONS(1378), + [anon_sym_auto] = ACTIONS(1378), + [anon_sym_register] = ACTIONS(1378), + [anon_sym_inline] = ACTIONS(1378), + [anon_sym___inline] = ACTIONS(1378), + [anon_sym___inline__] = ACTIONS(1378), + [anon_sym___forceinline] = ACTIONS(1378), + [anon_sym_thread_local] = ACTIONS(1378), + [anon_sym___thread] = ACTIONS(1378), + [anon_sym_const] = ACTIONS(1378), + [anon_sym_constexpr] = ACTIONS(1378), + [anon_sym_volatile] = ACTIONS(1378), + [anon_sym_restrict] = ACTIONS(1378), + [anon_sym___restrict__] = ACTIONS(1378), + [anon_sym__Atomic] = ACTIONS(1378), + [anon_sym__Noreturn] = ACTIONS(1378), + [anon_sym_noreturn] = ACTIONS(1378), + [sym_primitive_type] = ACTIONS(1378), + [anon_sym_enum] = ACTIONS(1378), + [anon_sym_struct] = ACTIONS(1378), + [anon_sym_union] = ACTIONS(1378), + [anon_sym_if] = ACTIONS(1378), + [anon_sym_else] = ACTIONS(1378), + [anon_sym_switch] = ACTIONS(1378), + [anon_sym_case] = ACTIONS(1378), + [anon_sym_default] = ACTIONS(1378), + [anon_sym_while] = ACTIONS(1378), + [anon_sym_do] = ACTIONS(1378), + [anon_sym_for] = ACTIONS(1378), + [anon_sym_return] = ACTIONS(1378), + [anon_sym_break] = ACTIONS(1378), + [anon_sym_continue] = ACTIONS(1378), + [anon_sym_goto] = ACTIONS(1378), + [anon_sym_DASH_DASH] = ACTIONS(1380), + [anon_sym_PLUS_PLUS] = ACTIONS(1380), + [anon_sym_sizeof] = ACTIONS(1378), + [anon_sym___alignof__] = ACTIONS(1378), + [anon_sym___alignof] = ACTIONS(1378), + [anon_sym__alignof] = ACTIONS(1378), + [anon_sym_alignof] = ACTIONS(1378), + [anon_sym__Alignof] = ACTIONS(1378), + [anon_sym_offsetof] = ACTIONS(1378), + [anon_sym__Generic] = ACTIONS(1378), + [anon_sym_asm] = ACTIONS(1378), + [anon_sym___asm__] = ACTIONS(1378), + [sym_number_literal] = ACTIONS(1380), + [anon_sym_L_SQUOTE] = ACTIONS(1380), + [anon_sym_u_SQUOTE] = ACTIONS(1380), + [anon_sym_U_SQUOTE] = ACTIONS(1380), + [anon_sym_u8_SQUOTE] = ACTIONS(1380), + [anon_sym_SQUOTE] = ACTIONS(1380), + [anon_sym_L_DQUOTE] = ACTIONS(1380), + [anon_sym_u_DQUOTE] = ACTIONS(1380), + [anon_sym_U_DQUOTE] = ACTIONS(1380), + [anon_sym_u8_DQUOTE] = ACTIONS(1380), + [anon_sym_DQUOTE] = ACTIONS(1380), + [sym_true] = ACTIONS(1378), + [sym_false] = ACTIONS(1378), + [anon_sym_NULL] = ACTIONS(1378), + [anon_sym_nullptr] = ACTIONS(1378), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1434), - [anon_sym_rayPayloadInEXT] = ACTIONS(1434), - [anon_sym_hitAttributeEXT] = ACTIONS(1434), - [anon_sym_callableDataEXT] = ACTIONS(1434), - [anon_sym_callableDataInEXT] = ACTIONS(1434), - [anon_sym_shaderRecordEXT] = ACTIONS(1434), - [anon_sym_rayPayloadNV] = ACTIONS(1434), - [anon_sym_rayPayloadInNV] = ACTIONS(1434), - [anon_sym_hitAttributeNV] = ACTIONS(1434), - [anon_sym_callableDataNV] = ACTIONS(1434), - [anon_sym_callableDataInNV] = ACTIONS(1434), - [anon_sym_shaderRecordNV] = ACTIONS(1434), - [anon_sym_layout] = ACTIONS(1434), + [anon_sym_rayPayloadEXT] = ACTIONS(1378), + [anon_sym_rayPayloadInEXT] = ACTIONS(1378), + [anon_sym_hitAttributeEXT] = ACTIONS(1378), + [anon_sym_callableDataEXT] = ACTIONS(1378), + [anon_sym_callableDataInEXT] = ACTIONS(1378), + [anon_sym_shaderRecordEXT] = ACTIONS(1378), + [anon_sym_rayPayloadNV] = ACTIONS(1378), + [anon_sym_rayPayloadInNV] = ACTIONS(1378), + [anon_sym_hitAttributeNV] = ACTIONS(1378), + [anon_sym_callableDataNV] = ACTIONS(1378), + [anon_sym_callableDataInNV] = ACTIONS(1378), + [anon_sym_shaderRecordNV] = ACTIONS(1378), + [anon_sym_layout] = ACTIONS(1378), }, - [312] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_RBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [309] = { + [ts_builtin_sym_end] = ACTIONS(1368), + [sym_identifier] = ACTIONS(1366), + [aux_sym_preproc_include_token1] = ACTIONS(1366), + [aux_sym_preproc_def_token1] = ACTIONS(1366), + [aux_sym_preproc_if_token1] = ACTIONS(1366), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1366), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1366), + [sym_preproc_directive] = ACTIONS(1366), + [anon_sym_LPAREN2] = ACTIONS(1368), + [anon_sym_BANG] = ACTIONS(1368), + [anon_sym_TILDE] = ACTIONS(1368), + [anon_sym_DASH] = ACTIONS(1366), + [anon_sym_PLUS] = ACTIONS(1366), + [anon_sym_STAR] = ACTIONS(1368), + [anon_sym_AMP] = ACTIONS(1368), + [anon_sym_subroutine] = ACTIONS(1366), + [anon_sym_invariant] = ACTIONS(1366), + [anon_sym_precise] = ACTIONS(1366), + [anon_sym_SEMI] = ACTIONS(1368), + [anon_sym_in] = ACTIONS(1366), + [anon_sym_out] = ACTIONS(1366), + [anon_sym_inout] = ACTIONS(1366), + [anon_sym_uniform] = ACTIONS(1366), + [anon_sym_shared] = ACTIONS(1366), + [anon_sym_attribute] = ACTIONS(1366), + [anon_sym_varying] = ACTIONS(1366), + [anon_sym_buffer] = ACTIONS(1366), + [anon_sym_coherent] = ACTIONS(1366), + [anon_sym_readonly] = ACTIONS(1366), + [anon_sym_writeonly] = ACTIONS(1366), + [anon_sym_precision] = ACTIONS(1366), + [anon_sym_highp] = ACTIONS(1366), + [anon_sym_mediump] = ACTIONS(1366), + [anon_sym_lowp] = ACTIONS(1366), + [anon_sym_centroid] = ACTIONS(1366), + [anon_sym_sample] = ACTIONS(1366), + [anon_sym_patch] = ACTIONS(1366), + [anon_sym_smooth] = ACTIONS(1366), + [anon_sym_flat] = ACTIONS(1366), + [anon_sym_noperspective] = ACTIONS(1366), + [anon_sym___extension__] = ACTIONS(1366), + [anon_sym_typedef] = ACTIONS(1366), + [anon_sym_extern] = ACTIONS(1366), + [anon_sym___attribute__] = ACTIONS(1366), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1368), + [anon_sym___declspec] = ACTIONS(1366), + [anon_sym___cdecl] = ACTIONS(1366), + [anon_sym___clrcall] = ACTIONS(1366), + [anon_sym___stdcall] = ACTIONS(1366), + [anon_sym___fastcall] = ACTIONS(1366), + [anon_sym___thiscall] = ACTIONS(1366), + [anon_sym___vectorcall] = ACTIONS(1366), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_signed] = ACTIONS(1366), + [anon_sym_unsigned] = ACTIONS(1366), + [anon_sym_long] = ACTIONS(1366), + [anon_sym_short] = ACTIONS(1366), + [anon_sym_static] = ACTIONS(1366), + [anon_sym_auto] = ACTIONS(1366), + [anon_sym_register] = ACTIONS(1366), + [anon_sym_inline] = ACTIONS(1366), + [anon_sym___inline] = ACTIONS(1366), + [anon_sym___inline__] = ACTIONS(1366), + [anon_sym___forceinline] = ACTIONS(1366), + [anon_sym_thread_local] = ACTIONS(1366), + [anon_sym___thread] = ACTIONS(1366), + [anon_sym_const] = ACTIONS(1366), + [anon_sym_constexpr] = ACTIONS(1366), + [anon_sym_volatile] = ACTIONS(1366), + [anon_sym_restrict] = ACTIONS(1366), + [anon_sym___restrict__] = ACTIONS(1366), + [anon_sym__Atomic] = ACTIONS(1366), + [anon_sym__Noreturn] = ACTIONS(1366), + [anon_sym_noreturn] = ACTIONS(1366), + [sym_primitive_type] = ACTIONS(1366), + [anon_sym_enum] = ACTIONS(1366), + [anon_sym_struct] = ACTIONS(1366), + [anon_sym_union] = ACTIONS(1366), + [anon_sym_if] = ACTIONS(1366), + [anon_sym_else] = ACTIONS(1366), + [anon_sym_switch] = ACTIONS(1366), + [anon_sym_case] = ACTIONS(1366), + [anon_sym_default] = ACTIONS(1366), + [anon_sym_while] = ACTIONS(1366), + [anon_sym_do] = ACTIONS(1366), + [anon_sym_for] = ACTIONS(1366), + [anon_sym_return] = ACTIONS(1366), + [anon_sym_break] = ACTIONS(1366), + [anon_sym_continue] = ACTIONS(1366), + [anon_sym_goto] = ACTIONS(1366), + [anon_sym_DASH_DASH] = ACTIONS(1368), + [anon_sym_PLUS_PLUS] = ACTIONS(1368), + [anon_sym_sizeof] = ACTIONS(1366), + [anon_sym___alignof__] = ACTIONS(1366), + [anon_sym___alignof] = ACTIONS(1366), + [anon_sym__alignof] = ACTIONS(1366), + [anon_sym_alignof] = ACTIONS(1366), + [anon_sym__Alignof] = ACTIONS(1366), + [anon_sym_offsetof] = ACTIONS(1366), + [anon_sym__Generic] = ACTIONS(1366), + [anon_sym_asm] = ACTIONS(1366), + [anon_sym___asm__] = ACTIONS(1366), + [sym_number_literal] = ACTIONS(1368), + [anon_sym_L_SQUOTE] = ACTIONS(1368), + [anon_sym_u_SQUOTE] = ACTIONS(1368), + [anon_sym_U_SQUOTE] = ACTIONS(1368), + [anon_sym_u8_SQUOTE] = ACTIONS(1368), + [anon_sym_SQUOTE] = ACTIONS(1368), + [anon_sym_L_DQUOTE] = ACTIONS(1368), + [anon_sym_u_DQUOTE] = ACTIONS(1368), + [anon_sym_U_DQUOTE] = ACTIONS(1368), + [anon_sym_u8_DQUOTE] = ACTIONS(1368), + [anon_sym_DQUOTE] = ACTIONS(1368), + [sym_true] = ACTIONS(1366), + [sym_false] = ACTIONS(1366), + [anon_sym_NULL] = ACTIONS(1366), + [anon_sym_nullptr] = ACTIONS(1366), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1366), + [anon_sym_rayPayloadInEXT] = ACTIONS(1366), + [anon_sym_hitAttributeEXT] = ACTIONS(1366), + [anon_sym_callableDataEXT] = ACTIONS(1366), + [anon_sym_callableDataInEXT] = ACTIONS(1366), + [anon_sym_shaderRecordEXT] = ACTIONS(1366), + [anon_sym_rayPayloadNV] = ACTIONS(1366), + [anon_sym_rayPayloadInNV] = ACTIONS(1366), + [anon_sym_hitAttributeNV] = ACTIONS(1366), + [anon_sym_callableDataNV] = ACTIONS(1366), + [anon_sym_callableDataInNV] = ACTIONS(1366), + [anon_sym_shaderRecordNV] = ACTIONS(1366), + [anon_sym_layout] = ACTIONS(1366), }, - [313] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_RBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [310] = { + [sym_identifier] = ACTIONS(1422), + [aux_sym_preproc_include_token1] = ACTIONS(1422), + [aux_sym_preproc_def_token1] = ACTIONS(1422), + [aux_sym_preproc_if_token1] = ACTIONS(1422), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1422), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1422), + [sym_preproc_directive] = ACTIONS(1422), + [anon_sym_LPAREN2] = ACTIONS(1424), + [anon_sym_BANG] = ACTIONS(1424), + [anon_sym_TILDE] = ACTIONS(1424), + [anon_sym_DASH] = ACTIONS(1422), + [anon_sym_PLUS] = ACTIONS(1422), + [anon_sym_STAR] = ACTIONS(1424), + [anon_sym_AMP] = ACTIONS(1424), + [anon_sym_subroutine] = ACTIONS(1422), + [anon_sym_invariant] = ACTIONS(1422), + [anon_sym_precise] = ACTIONS(1422), + [anon_sym_SEMI] = ACTIONS(1424), + [anon_sym_in] = ACTIONS(1422), + [anon_sym_out] = ACTIONS(1422), + [anon_sym_inout] = ACTIONS(1422), + [anon_sym_uniform] = ACTIONS(1422), + [anon_sym_shared] = ACTIONS(1422), + [anon_sym_attribute] = ACTIONS(1422), + [anon_sym_varying] = ACTIONS(1422), + [anon_sym_buffer] = ACTIONS(1422), + [anon_sym_coherent] = ACTIONS(1422), + [anon_sym_readonly] = ACTIONS(1422), + [anon_sym_writeonly] = ACTIONS(1422), + [anon_sym_precision] = ACTIONS(1422), + [anon_sym_highp] = ACTIONS(1422), + [anon_sym_mediump] = ACTIONS(1422), + [anon_sym_lowp] = ACTIONS(1422), + [anon_sym_centroid] = ACTIONS(1422), + [anon_sym_sample] = ACTIONS(1422), + [anon_sym_patch] = ACTIONS(1422), + [anon_sym_smooth] = ACTIONS(1422), + [anon_sym_flat] = ACTIONS(1422), + [anon_sym_noperspective] = ACTIONS(1422), + [anon_sym___extension__] = ACTIONS(1422), + [anon_sym_typedef] = ACTIONS(1422), + [anon_sym_extern] = ACTIONS(1422), + [anon_sym___attribute__] = ACTIONS(1422), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym___declspec] = ACTIONS(1422), + [anon_sym___cdecl] = ACTIONS(1422), + [anon_sym___clrcall] = ACTIONS(1422), + [anon_sym___stdcall] = ACTIONS(1422), + [anon_sym___fastcall] = ACTIONS(1422), + [anon_sym___thiscall] = ACTIONS(1422), + [anon_sym___vectorcall] = ACTIONS(1422), + [anon_sym_LBRACE] = ACTIONS(1424), + [anon_sym_RBRACE] = ACTIONS(1424), + [anon_sym_signed] = ACTIONS(1422), + [anon_sym_unsigned] = ACTIONS(1422), + [anon_sym_long] = ACTIONS(1422), + [anon_sym_short] = ACTIONS(1422), + [anon_sym_static] = ACTIONS(1422), + [anon_sym_auto] = ACTIONS(1422), + [anon_sym_register] = ACTIONS(1422), + [anon_sym_inline] = ACTIONS(1422), + [anon_sym___inline] = ACTIONS(1422), + [anon_sym___inline__] = ACTIONS(1422), + [anon_sym___forceinline] = ACTIONS(1422), + [anon_sym_thread_local] = ACTIONS(1422), + [anon_sym___thread] = ACTIONS(1422), + [anon_sym_const] = ACTIONS(1422), + [anon_sym_constexpr] = ACTIONS(1422), + [anon_sym_volatile] = ACTIONS(1422), + [anon_sym_restrict] = ACTIONS(1422), + [anon_sym___restrict__] = ACTIONS(1422), + [anon_sym__Atomic] = ACTIONS(1422), + [anon_sym__Noreturn] = ACTIONS(1422), + [anon_sym_noreturn] = ACTIONS(1422), + [sym_primitive_type] = ACTIONS(1422), + [anon_sym_enum] = ACTIONS(1422), + [anon_sym_struct] = ACTIONS(1422), + [anon_sym_union] = ACTIONS(1422), + [anon_sym_if] = ACTIONS(1422), + [anon_sym_else] = ACTIONS(1422), + [anon_sym_switch] = ACTIONS(1422), + [anon_sym_case] = ACTIONS(1422), + [anon_sym_default] = ACTIONS(1422), + [anon_sym_while] = ACTIONS(1422), + [anon_sym_do] = ACTIONS(1422), + [anon_sym_for] = ACTIONS(1422), + [anon_sym_return] = ACTIONS(1422), + [anon_sym_break] = ACTIONS(1422), + [anon_sym_continue] = ACTIONS(1422), + [anon_sym_goto] = ACTIONS(1422), + [anon_sym_DASH_DASH] = ACTIONS(1424), + [anon_sym_PLUS_PLUS] = ACTIONS(1424), + [anon_sym_sizeof] = ACTIONS(1422), + [anon_sym___alignof__] = ACTIONS(1422), + [anon_sym___alignof] = ACTIONS(1422), + [anon_sym__alignof] = ACTIONS(1422), + [anon_sym_alignof] = ACTIONS(1422), + [anon_sym__Alignof] = ACTIONS(1422), + [anon_sym_offsetof] = ACTIONS(1422), + [anon_sym__Generic] = ACTIONS(1422), + [anon_sym_asm] = ACTIONS(1422), + [anon_sym___asm__] = ACTIONS(1422), + [sym_number_literal] = ACTIONS(1424), + [anon_sym_L_SQUOTE] = ACTIONS(1424), + [anon_sym_u_SQUOTE] = ACTIONS(1424), + [anon_sym_U_SQUOTE] = ACTIONS(1424), + [anon_sym_u8_SQUOTE] = ACTIONS(1424), + [anon_sym_SQUOTE] = ACTIONS(1424), + [anon_sym_L_DQUOTE] = ACTIONS(1424), + [anon_sym_u_DQUOTE] = ACTIONS(1424), + [anon_sym_U_DQUOTE] = ACTIONS(1424), + [anon_sym_u8_DQUOTE] = ACTIONS(1424), + [anon_sym_DQUOTE] = ACTIONS(1424), + [sym_true] = ACTIONS(1422), + [sym_false] = ACTIONS(1422), + [anon_sym_NULL] = ACTIONS(1422), + [anon_sym_nullptr] = ACTIONS(1422), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1422), + [anon_sym_rayPayloadInEXT] = ACTIONS(1422), + [anon_sym_hitAttributeEXT] = ACTIONS(1422), + [anon_sym_callableDataEXT] = ACTIONS(1422), + [anon_sym_callableDataInEXT] = ACTIONS(1422), + [anon_sym_shaderRecordEXT] = ACTIONS(1422), + [anon_sym_rayPayloadNV] = ACTIONS(1422), + [anon_sym_rayPayloadInNV] = ACTIONS(1422), + [anon_sym_hitAttributeNV] = ACTIONS(1422), + [anon_sym_callableDataNV] = ACTIONS(1422), + [anon_sym_callableDataInNV] = ACTIONS(1422), + [anon_sym_shaderRecordNV] = ACTIONS(1422), + [anon_sym_layout] = ACTIONS(1422), }, - [314] = { - [ts_builtin_sym_end] = ACTIONS(1404), - [sym_identifier] = ACTIONS(1402), - [aux_sym_preproc_include_token1] = ACTIONS(1402), - [aux_sym_preproc_def_token1] = ACTIONS(1402), - [aux_sym_preproc_if_token1] = ACTIONS(1402), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1402), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1402), - [sym_preproc_directive] = ACTIONS(1402), - [anon_sym_LPAREN2] = ACTIONS(1404), - [anon_sym_BANG] = ACTIONS(1404), - [anon_sym_TILDE] = ACTIONS(1404), - [anon_sym_DASH] = ACTIONS(1402), - [anon_sym_PLUS] = ACTIONS(1402), - [anon_sym_STAR] = ACTIONS(1404), - [anon_sym_AMP] = ACTIONS(1404), - [anon_sym_subroutine] = ACTIONS(1402), - [anon_sym_invariant] = ACTIONS(1402), - [anon_sym_precise] = ACTIONS(1402), - [anon_sym_SEMI] = ACTIONS(1404), - [anon_sym_in] = ACTIONS(1402), - [anon_sym_out] = ACTIONS(1402), - [anon_sym_inout] = ACTIONS(1402), - [anon_sym_uniform] = ACTIONS(1402), - [anon_sym_shared] = ACTIONS(1402), - [anon_sym_attribute] = ACTIONS(1402), - [anon_sym_varying] = ACTIONS(1402), - [anon_sym_buffer] = ACTIONS(1402), - [anon_sym_coherent] = ACTIONS(1402), - [anon_sym_readonly] = ACTIONS(1402), - [anon_sym_writeonly] = ACTIONS(1402), - [anon_sym_precision] = ACTIONS(1402), - [anon_sym_highp] = ACTIONS(1402), - [anon_sym_mediump] = ACTIONS(1402), - [anon_sym_lowp] = ACTIONS(1402), - [anon_sym_centroid] = ACTIONS(1402), - [anon_sym_sample] = ACTIONS(1402), - [anon_sym_patch] = ACTIONS(1402), - [anon_sym_smooth] = ACTIONS(1402), - [anon_sym_flat] = ACTIONS(1402), - [anon_sym_noperspective] = ACTIONS(1402), - [anon_sym___extension__] = ACTIONS(1402), - [anon_sym_typedef] = ACTIONS(1402), - [anon_sym_extern] = ACTIONS(1402), - [anon_sym___attribute__] = ACTIONS(1402), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1404), - [anon_sym___declspec] = ACTIONS(1402), - [anon_sym___cdecl] = ACTIONS(1402), - [anon_sym___clrcall] = ACTIONS(1402), - [anon_sym___stdcall] = ACTIONS(1402), - [anon_sym___fastcall] = ACTIONS(1402), - [anon_sym___thiscall] = ACTIONS(1402), - [anon_sym___vectorcall] = ACTIONS(1402), - [anon_sym_LBRACE] = ACTIONS(1404), - [anon_sym_signed] = ACTIONS(1402), - [anon_sym_unsigned] = ACTIONS(1402), - [anon_sym_long] = ACTIONS(1402), - [anon_sym_short] = ACTIONS(1402), - [anon_sym_static] = ACTIONS(1402), - [anon_sym_auto] = ACTIONS(1402), - [anon_sym_register] = ACTIONS(1402), - [anon_sym_inline] = ACTIONS(1402), - [anon_sym___inline] = ACTIONS(1402), - [anon_sym___inline__] = ACTIONS(1402), - [anon_sym___forceinline] = ACTIONS(1402), - [anon_sym_thread_local] = ACTIONS(1402), - [anon_sym___thread] = ACTIONS(1402), - [anon_sym_const] = ACTIONS(1402), - [anon_sym_constexpr] = ACTIONS(1402), - [anon_sym_volatile] = ACTIONS(1402), - [anon_sym_restrict] = ACTIONS(1402), - [anon_sym___restrict__] = ACTIONS(1402), - [anon_sym__Atomic] = ACTIONS(1402), - [anon_sym__Noreturn] = ACTIONS(1402), - [anon_sym_noreturn] = ACTIONS(1402), - [sym_primitive_type] = ACTIONS(1402), - [anon_sym_enum] = ACTIONS(1402), - [anon_sym_struct] = ACTIONS(1402), - [anon_sym_union] = ACTIONS(1402), - [anon_sym_if] = ACTIONS(1402), - [anon_sym_else] = ACTIONS(1402), - [anon_sym_switch] = ACTIONS(1402), - [anon_sym_case] = ACTIONS(1402), - [anon_sym_default] = ACTIONS(1402), - [anon_sym_while] = ACTIONS(1402), - [anon_sym_do] = ACTIONS(1402), - [anon_sym_for] = ACTIONS(1402), - [anon_sym_return] = ACTIONS(1402), - [anon_sym_break] = ACTIONS(1402), - [anon_sym_continue] = ACTIONS(1402), - [anon_sym_goto] = ACTIONS(1402), - [anon_sym_DASH_DASH] = ACTIONS(1404), - [anon_sym_PLUS_PLUS] = ACTIONS(1404), - [anon_sym_sizeof] = ACTIONS(1402), - [anon_sym___alignof__] = ACTIONS(1402), - [anon_sym___alignof] = ACTIONS(1402), - [anon_sym__alignof] = ACTIONS(1402), - [anon_sym_alignof] = ACTIONS(1402), - [anon_sym__Alignof] = ACTIONS(1402), - [anon_sym_offsetof] = ACTIONS(1402), - [anon_sym__Generic] = ACTIONS(1402), - [anon_sym_asm] = ACTIONS(1402), - [anon_sym___asm__] = ACTIONS(1402), - [sym_number_literal] = ACTIONS(1404), - [anon_sym_L_SQUOTE] = ACTIONS(1404), - [anon_sym_u_SQUOTE] = ACTIONS(1404), - [anon_sym_U_SQUOTE] = ACTIONS(1404), - [anon_sym_u8_SQUOTE] = ACTIONS(1404), - [anon_sym_SQUOTE] = ACTIONS(1404), - [anon_sym_L_DQUOTE] = ACTIONS(1404), - [anon_sym_u_DQUOTE] = ACTIONS(1404), - [anon_sym_U_DQUOTE] = ACTIONS(1404), - [anon_sym_u8_DQUOTE] = ACTIONS(1404), - [anon_sym_DQUOTE] = ACTIONS(1404), - [sym_true] = ACTIONS(1402), - [sym_false] = ACTIONS(1402), - [anon_sym_NULL] = ACTIONS(1402), - [anon_sym_nullptr] = ACTIONS(1402), + [311] = { + [sym_identifier] = ACTIONS(1378), + [aux_sym_preproc_include_token1] = ACTIONS(1378), + [aux_sym_preproc_def_token1] = ACTIONS(1378), + [aux_sym_preproc_if_token1] = ACTIONS(1378), + [aux_sym_preproc_if_token2] = ACTIONS(1378), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1378), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1378), + [sym_preproc_directive] = ACTIONS(1378), + [anon_sym_LPAREN2] = ACTIONS(1380), + [anon_sym_BANG] = ACTIONS(1380), + [anon_sym_TILDE] = ACTIONS(1380), + [anon_sym_DASH] = ACTIONS(1378), + [anon_sym_PLUS] = ACTIONS(1378), + [anon_sym_STAR] = ACTIONS(1380), + [anon_sym_AMP] = ACTIONS(1380), + [anon_sym_subroutine] = ACTIONS(1378), + [anon_sym_invariant] = ACTIONS(1378), + [anon_sym_precise] = ACTIONS(1378), + [anon_sym_SEMI] = ACTIONS(1380), + [anon_sym_in] = ACTIONS(1378), + [anon_sym_out] = ACTIONS(1378), + [anon_sym_inout] = ACTIONS(1378), + [anon_sym_uniform] = ACTIONS(1378), + [anon_sym_shared] = ACTIONS(1378), + [anon_sym_attribute] = ACTIONS(1378), + [anon_sym_varying] = ACTIONS(1378), + [anon_sym_buffer] = ACTIONS(1378), + [anon_sym_coherent] = ACTIONS(1378), + [anon_sym_readonly] = ACTIONS(1378), + [anon_sym_writeonly] = ACTIONS(1378), + [anon_sym_precision] = ACTIONS(1378), + [anon_sym_highp] = ACTIONS(1378), + [anon_sym_mediump] = ACTIONS(1378), + [anon_sym_lowp] = ACTIONS(1378), + [anon_sym_centroid] = ACTIONS(1378), + [anon_sym_sample] = ACTIONS(1378), + [anon_sym_patch] = ACTIONS(1378), + [anon_sym_smooth] = ACTIONS(1378), + [anon_sym_flat] = ACTIONS(1378), + [anon_sym_noperspective] = ACTIONS(1378), + [anon_sym___extension__] = ACTIONS(1378), + [anon_sym_typedef] = ACTIONS(1378), + [anon_sym_extern] = ACTIONS(1378), + [anon_sym___attribute__] = ACTIONS(1378), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1380), + [anon_sym___declspec] = ACTIONS(1378), + [anon_sym___cdecl] = ACTIONS(1378), + [anon_sym___clrcall] = ACTIONS(1378), + [anon_sym___stdcall] = ACTIONS(1378), + [anon_sym___fastcall] = ACTIONS(1378), + [anon_sym___thiscall] = ACTIONS(1378), + [anon_sym___vectorcall] = ACTIONS(1378), + [anon_sym_LBRACE] = ACTIONS(1380), + [anon_sym_signed] = ACTIONS(1378), + [anon_sym_unsigned] = ACTIONS(1378), + [anon_sym_long] = ACTIONS(1378), + [anon_sym_short] = ACTIONS(1378), + [anon_sym_static] = ACTIONS(1378), + [anon_sym_auto] = ACTIONS(1378), + [anon_sym_register] = ACTIONS(1378), + [anon_sym_inline] = ACTIONS(1378), + [anon_sym___inline] = ACTIONS(1378), + [anon_sym___inline__] = ACTIONS(1378), + [anon_sym___forceinline] = ACTIONS(1378), + [anon_sym_thread_local] = ACTIONS(1378), + [anon_sym___thread] = ACTIONS(1378), + [anon_sym_const] = ACTIONS(1378), + [anon_sym_constexpr] = ACTIONS(1378), + [anon_sym_volatile] = ACTIONS(1378), + [anon_sym_restrict] = ACTIONS(1378), + [anon_sym___restrict__] = ACTIONS(1378), + [anon_sym__Atomic] = ACTIONS(1378), + [anon_sym__Noreturn] = ACTIONS(1378), + [anon_sym_noreturn] = ACTIONS(1378), + [sym_primitive_type] = ACTIONS(1378), + [anon_sym_enum] = ACTIONS(1378), + [anon_sym_struct] = ACTIONS(1378), + [anon_sym_union] = ACTIONS(1378), + [anon_sym_if] = ACTIONS(1378), + [anon_sym_else] = ACTIONS(1378), + [anon_sym_switch] = ACTIONS(1378), + [anon_sym_case] = ACTIONS(1378), + [anon_sym_default] = ACTIONS(1378), + [anon_sym_while] = ACTIONS(1378), + [anon_sym_do] = ACTIONS(1378), + [anon_sym_for] = ACTIONS(1378), + [anon_sym_return] = ACTIONS(1378), + [anon_sym_break] = ACTIONS(1378), + [anon_sym_continue] = ACTIONS(1378), + [anon_sym_goto] = ACTIONS(1378), + [anon_sym_DASH_DASH] = ACTIONS(1380), + [anon_sym_PLUS_PLUS] = ACTIONS(1380), + [anon_sym_sizeof] = ACTIONS(1378), + [anon_sym___alignof__] = ACTIONS(1378), + [anon_sym___alignof] = ACTIONS(1378), + [anon_sym__alignof] = ACTIONS(1378), + [anon_sym_alignof] = ACTIONS(1378), + [anon_sym__Alignof] = ACTIONS(1378), + [anon_sym_offsetof] = ACTIONS(1378), + [anon_sym__Generic] = ACTIONS(1378), + [anon_sym_asm] = ACTIONS(1378), + [anon_sym___asm__] = ACTIONS(1378), + [sym_number_literal] = ACTIONS(1380), + [anon_sym_L_SQUOTE] = ACTIONS(1380), + [anon_sym_u_SQUOTE] = ACTIONS(1380), + [anon_sym_U_SQUOTE] = ACTIONS(1380), + [anon_sym_u8_SQUOTE] = ACTIONS(1380), + [anon_sym_SQUOTE] = ACTIONS(1380), + [anon_sym_L_DQUOTE] = ACTIONS(1380), + [anon_sym_u_DQUOTE] = ACTIONS(1380), + [anon_sym_U_DQUOTE] = ACTIONS(1380), + [anon_sym_u8_DQUOTE] = ACTIONS(1380), + [anon_sym_DQUOTE] = ACTIONS(1380), + [sym_true] = ACTIONS(1378), + [sym_false] = ACTIONS(1378), + [anon_sym_NULL] = ACTIONS(1378), + [anon_sym_nullptr] = ACTIONS(1378), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1402), - [anon_sym_rayPayloadInEXT] = ACTIONS(1402), - [anon_sym_hitAttributeEXT] = ACTIONS(1402), - [anon_sym_callableDataEXT] = ACTIONS(1402), - [anon_sym_callableDataInEXT] = ACTIONS(1402), - [anon_sym_shaderRecordEXT] = ACTIONS(1402), - [anon_sym_rayPayloadNV] = ACTIONS(1402), - [anon_sym_rayPayloadInNV] = ACTIONS(1402), - [anon_sym_hitAttributeNV] = ACTIONS(1402), - [anon_sym_callableDataNV] = ACTIONS(1402), - [anon_sym_callableDataInNV] = ACTIONS(1402), - [anon_sym_shaderRecordNV] = ACTIONS(1402), - [anon_sym_layout] = ACTIONS(1402), + [anon_sym_rayPayloadEXT] = ACTIONS(1378), + [anon_sym_rayPayloadInEXT] = ACTIONS(1378), + [anon_sym_hitAttributeEXT] = ACTIONS(1378), + [anon_sym_callableDataEXT] = ACTIONS(1378), + [anon_sym_callableDataInEXT] = ACTIONS(1378), + [anon_sym_shaderRecordEXT] = ACTIONS(1378), + [anon_sym_rayPayloadNV] = ACTIONS(1378), + [anon_sym_rayPayloadInNV] = ACTIONS(1378), + [anon_sym_hitAttributeNV] = ACTIONS(1378), + [anon_sym_callableDataNV] = ACTIONS(1378), + [anon_sym_callableDataInNV] = ACTIONS(1378), + [anon_sym_shaderRecordNV] = ACTIONS(1378), + [anon_sym_layout] = ACTIONS(1378), }, - [315] = { - [sym_identifier] = ACTIONS(1394), - [aux_sym_preproc_include_token1] = ACTIONS(1394), - [aux_sym_preproc_def_token1] = ACTIONS(1394), - [aux_sym_preproc_if_token1] = ACTIONS(1394), - [aux_sym_preproc_if_token2] = ACTIONS(1394), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1394), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1394), - [sym_preproc_directive] = ACTIONS(1394), - [anon_sym_LPAREN2] = ACTIONS(1396), - [anon_sym_BANG] = ACTIONS(1396), - [anon_sym_TILDE] = ACTIONS(1396), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_AMP] = ACTIONS(1396), - [anon_sym_subroutine] = ACTIONS(1394), - [anon_sym_invariant] = ACTIONS(1394), - [anon_sym_precise] = ACTIONS(1394), - [anon_sym_SEMI] = ACTIONS(1396), - [anon_sym_in] = ACTIONS(1394), - [anon_sym_out] = ACTIONS(1394), - [anon_sym_inout] = ACTIONS(1394), - [anon_sym_uniform] = ACTIONS(1394), - [anon_sym_shared] = ACTIONS(1394), - [anon_sym_attribute] = ACTIONS(1394), - [anon_sym_varying] = ACTIONS(1394), - [anon_sym_buffer] = ACTIONS(1394), - [anon_sym_coherent] = ACTIONS(1394), - [anon_sym_readonly] = ACTIONS(1394), - [anon_sym_writeonly] = ACTIONS(1394), - [anon_sym_precision] = ACTIONS(1394), - [anon_sym_highp] = ACTIONS(1394), - [anon_sym_mediump] = ACTIONS(1394), - [anon_sym_lowp] = ACTIONS(1394), - [anon_sym_centroid] = ACTIONS(1394), - [anon_sym_sample] = ACTIONS(1394), - [anon_sym_patch] = ACTIONS(1394), - [anon_sym_smooth] = ACTIONS(1394), - [anon_sym_flat] = ACTIONS(1394), - [anon_sym_noperspective] = ACTIONS(1394), - [anon_sym___extension__] = ACTIONS(1394), - [anon_sym_typedef] = ACTIONS(1394), - [anon_sym_extern] = ACTIONS(1394), - [anon_sym___attribute__] = ACTIONS(1394), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1396), - [anon_sym___declspec] = ACTIONS(1394), - [anon_sym___cdecl] = ACTIONS(1394), - [anon_sym___clrcall] = ACTIONS(1394), - [anon_sym___stdcall] = ACTIONS(1394), - [anon_sym___fastcall] = ACTIONS(1394), - [anon_sym___thiscall] = ACTIONS(1394), - [anon_sym___vectorcall] = ACTIONS(1394), - [anon_sym_LBRACE] = ACTIONS(1396), - [anon_sym_signed] = ACTIONS(1394), - [anon_sym_unsigned] = ACTIONS(1394), - [anon_sym_long] = ACTIONS(1394), - [anon_sym_short] = ACTIONS(1394), - [anon_sym_static] = ACTIONS(1394), - [anon_sym_auto] = ACTIONS(1394), - [anon_sym_register] = ACTIONS(1394), - [anon_sym_inline] = ACTIONS(1394), - [anon_sym___inline] = ACTIONS(1394), - [anon_sym___inline__] = ACTIONS(1394), - [anon_sym___forceinline] = ACTIONS(1394), - [anon_sym_thread_local] = ACTIONS(1394), - [anon_sym___thread] = ACTIONS(1394), - [anon_sym_const] = ACTIONS(1394), - [anon_sym_constexpr] = ACTIONS(1394), - [anon_sym_volatile] = ACTIONS(1394), - [anon_sym_restrict] = ACTIONS(1394), - [anon_sym___restrict__] = ACTIONS(1394), - [anon_sym__Atomic] = ACTIONS(1394), - [anon_sym__Noreturn] = ACTIONS(1394), - [anon_sym_noreturn] = ACTIONS(1394), - [sym_primitive_type] = ACTIONS(1394), - [anon_sym_enum] = ACTIONS(1394), - [anon_sym_struct] = ACTIONS(1394), - [anon_sym_union] = ACTIONS(1394), - [anon_sym_if] = ACTIONS(1394), - [anon_sym_else] = ACTIONS(1394), - [anon_sym_switch] = ACTIONS(1394), - [anon_sym_case] = ACTIONS(1394), - [anon_sym_default] = ACTIONS(1394), - [anon_sym_while] = ACTIONS(1394), - [anon_sym_do] = ACTIONS(1394), - [anon_sym_for] = ACTIONS(1394), - [anon_sym_return] = ACTIONS(1394), - [anon_sym_break] = ACTIONS(1394), - [anon_sym_continue] = ACTIONS(1394), - [anon_sym_goto] = ACTIONS(1394), - [anon_sym_DASH_DASH] = ACTIONS(1396), - [anon_sym_PLUS_PLUS] = ACTIONS(1396), - [anon_sym_sizeof] = ACTIONS(1394), - [anon_sym___alignof__] = ACTIONS(1394), - [anon_sym___alignof] = ACTIONS(1394), - [anon_sym__alignof] = ACTIONS(1394), - [anon_sym_alignof] = ACTIONS(1394), - [anon_sym__Alignof] = ACTIONS(1394), - [anon_sym_offsetof] = ACTIONS(1394), - [anon_sym__Generic] = ACTIONS(1394), - [anon_sym_asm] = ACTIONS(1394), - [anon_sym___asm__] = ACTIONS(1394), - [sym_number_literal] = ACTIONS(1396), - [anon_sym_L_SQUOTE] = ACTIONS(1396), - [anon_sym_u_SQUOTE] = ACTIONS(1396), - [anon_sym_U_SQUOTE] = ACTIONS(1396), - [anon_sym_u8_SQUOTE] = ACTIONS(1396), - [anon_sym_SQUOTE] = ACTIONS(1396), - [anon_sym_L_DQUOTE] = ACTIONS(1396), - [anon_sym_u_DQUOTE] = ACTIONS(1396), - [anon_sym_U_DQUOTE] = ACTIONS(1396), - [anon_sym_u8_DQUOTE] = ACTIONS(1396), - [anon_sym_DQUOTE] = ACTIONS(1396), - [sym_true] = ACTIONS(1394), - [sym_false] = ACTIONS(1394), - [anon_sym_NULL] = ACTIONS(1394), - [anon_sym_nullptr] = ACTIONS(1394), + [312] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1394), - [anon_sym_rayPayloadInEXT] = ACTIONS(1394), - [anon_sym_hitAttributeEXT] = ACTIONS(1394), - [anon_sym_callableDataEXT] = ACTIONS(1394), - [anon_sym_callableDataInEXT] = ACTIONS(1394), - [anon_sym_shaderRecordEXT] = ACTIONS(1394), - [anon_sym_rayPayloadNV] = ACTIONS(1394), - [anon_sym_rayPayloadInNV] = ACTIONS(1394), - [anon_sym_hitAttributeNV] = ACTIONS(1394), - [anon_sym_callableDataNV] = ACTIONS(1394), - [anon_sym_callableDataInNV] = ACTIONS(1394), - [anon_sym_shaderRecordNV] = ACTIONS(1394), - [anon_sym_layout] = ACTIONS(1394), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [316] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_RBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [313] = { + [sym_identifier] = ACTIONS(1382), + [aux_sym_preproc_include_token1] = ACTIONS(1382), + [aux_sym_preproc_def_token1] = ACTIONS(1382), + [aux_sym_preproc_if_token1] = ACTIONS(1382), + [aux_sym_preproc_if_token2] = ACTIONS(1382), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1382), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1382), + [sym_preproc_directive] = ACTIONS(1382), + [anon_sym_LPAREN2] = ACTIONS(1384), + [anon_sym_BANG] = ACTIONS(1384), + [anon_sym_TILDE] = ACTIONS(1384), + [anon_sym_DASH] = ACTIONS(1382), + [anon_sym_PLUS] = ACTIONS(1382), + [anon_sym_STAR] = ACTIONS(1384), + [anon_sym_AMP] = ACTIONS(1384), + [anon_sym_subroutine] = ACTIONS(1382), + [anon_sym_invariant] = ACTIONS(1382), + [anon_sym_precise] = ACTIONS(1382), + [anon_sym_SEMI] = ACTIONS(1384), + [anon_sym_in] = ACTIONS(1382), + [anon_sym_out] = ACTIONS(1382), + [anon_sym_inout] = ACTIONS(1382), + [anon_sym_uniform] = ACTIONS(1382), + [anon_sym_shared] = ACTIONS(1382), + [anon_sym_attribute] = ACTIONS(1382), + [anon_sym_varying] = ACTIONS(1382), + [anon_sym_buffer] = ACTIONS(1382), + [anon_sym_coherent] = ACTIONS(1382), + [anon_sym_readonly] = ACTIONS(1382), + [anon_sym_writeonly] = ACTIONS(1382), + [anon_sym_precision] = ACTIONS(1382), + [anon_sym_highp] = ACTIONS(1382), + [anon_sym_mediump] = ACTIONS(1382), + [anon_sym_lowp] = ACTIONS(1382), + [anon_sym_centroid] = ACTIONS(1382), + [anon_sym_sample] = ACTIONS(1382), + [anon_sym_patch] = ACTIONS(1382), + [anon_sym_smooth] = ACTIONS(1382), + [anon_sym_flat] = ACTIONS(1382), + [anon_sym_noperspective] = ACTIONS(1382), + [anon_sym___extension__] = ACTIONS(1382), + [anon_sym_typedef] = ACTIONS(1382), + [anon_sym_extern] = ACTIONS(1382), + [anon_sym___attribute__] = ACTIONS(1382), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1384), + [anon_sym___declspec] = ACTIONS(1382), + [anon_sym___cdecl] = ACTIONS(1382), + [anon_sym___clrcall] = ACTIONS(1382), + [anon_sym___stdcall] = ACTIONS(1382), + [anon_sym___fastcall] = ACTIONS(1382), + [anon_sym___thiscall] = ACTIONS(1382), + [anon_sym___vectorcall] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_signed] = ACTIONS(1382), + [anon_sym_unsigned] = ACTIONS(1382), + [anon_sym_long] = ACTIONS(1382), + [anon_sym_short] = ACTIONS(1382), + [anon_sym_static] = ACTIONS(1382), + [anon_sym_auto] = ACTIONS(1382), + [anon_sym_register] = ACTIONS(1382), + [anon_sym_inline] = ACTIONS(1382), + [anon_sym___inline] = ACTIONS(1382), + [anon_sym___inline__] = ACTIONS(1382), + [anon_sym___forceinline] = ACTIONS(1382), + [anon_sym_thread_local] = ACTIONS(1382), + [anon_sym___thread] = ACTIONS(1382), + [anon_sym_const] = ACTIONS(1382), + [anon_sym_constexpr] = ACTIONS(1382), + [anon_sym_volatile] = ACTIONS(1382), + [anon_sym_restrict] = ACTIONS(1382), + [anon_sym___restrict__] = ACTIONS(1382), + [anon_sym__Atomic] = ACTIONS(1382), + [anon_sym__Noreturn] = ACTIONS(1382), + [anon_sym_noreturn] = ACTIONS(1382), + [sym_primitive_type] = ACTIONS(1382), + [anon_sym_enum] = ACTIONS(1382), + [anon_sym_struct] = ACTIONS(1382), + [anon_sym_union] = ACTIONS(1382), + [anon_sym_if] = ACTIONS(1382), + [anon_sym_else] = ACTIONS(1382), + [anon_sym_switch] = ACTIONS(1382), + [anon_sym_case] = ACTIONS(1382), + [anon_sym_default] = ACTIONS(1382), + [anon_sym_while] = ACTIONS(1382), + [anon_sym_do] = ACTIONS(1382), + [anon_sym_for] = ACTIONS(1382), + [anon_sym_return] = ACTIONS(1382), + [anon_sym_break] = ACTIONS(1382), + [anon_sym_continue] = ACTIONS(1382), + [anon_sym_goto] = ACTIONS(1382), + [anon_sym_DASH_DASH] = ACTIONS(1384), + [anon_sym_PLUS_PLUS] = ACTIONS(1384), + [anon_sym_sizeof] = ACTIONS(1382), + [anon_sym___alignof__] = ACTIONS(1382), + [anon_sym___alignof] = ACTIONS(1382), + [anon_sym__alignof] = ACTIONS(1382), + [anon_sym_alignof] = ACTIONS(1382), + [anon_sym__Alignof] = ACTIONS(1382), + [anon_sym_offsetof] = ACTIONS(1382), + [anon_sym__Generic] = ACTIONS(1382), + [anon_sym_asm] = ACTIONS(1382), + [anon_sym___asm__] = ACTIONS(1382), + [sym_number_literal] = ACTIONS(1384), + [anon_sym_L_SQUOTE] = ACTIONS(1384), + [anon_sym_u_SQUOTE] = ACTIONS(1384), + [anon_sym_U_SQUOTE] = ACTIONS(1384), + [anon_sym_u8_SQUOTE] = ACTIONS(1384), + [anon_sym_SQUOTE] = ACTIONS(1384), + [anon_sym_L_DQUOTE] = ACTIONS(1384), + [anon_sym_u_DQUOTE] = ACTIONS(1384), + [anon_sym_U_DQUOTE] = ACTIONS(1384), + [anon_sym_u8_DQUOTE] = ACTIONS(1384), + [anon_sym_DQUOTE] = ACTIONS(1384), + [sym_true] = ACTIONS(1382), + [sym_false] = ACTIONS(1382), + [anon_sym_NULL] = ACTIONS(1382), + [anon_sym_nullptr] = ACTIONS(1382), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1382), + [anon_sym_rayPayloadInEXT] = ACTIONS(1382), + [anon_sym_hitAttributeEXT] = ACTIONS(1382), + [anon_sym_callableDataEXT] = ACTIONS(1382), + [anon_sym_callableDataInEXT] = ACTIONS(1382), + [anon_sym_shaderRecordEXT] = ACTIONS(1382), + [anon_sym_rayPayloadNV] = ACTIONS(1382), + [anon_sym_rayPayloadInNV] = ACTIONS(1382), + [anon_sym_hitAttributeNV] = ACTIONS(1382), + [anon_sym_callableDataNV] = ACTIONS(1382), + [anon_sym_callableDataInNV] = ACTIONS(1382), + [anon_sym_shaderRecordNV] = ACTIONS(1382), + [anon_sym_layout] = ACTIONS(1382), }, - [317] = { + [314] = { [sym_identifier] = ACTIONS(1354), [aux_sym_preproc_include_token1] = ACTIONS(1354), [aux_sym_preproc_def_token1] = ACTIONS(1354), @@ -64460,7 +64056,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1354), [anon_sym_layout] = ACTIONS(1354), }, - [318] = { + [315] = { + [ts_builtin_sym_end] = ACTIONS(1420), + [sym_identifier] = ACTIONS(1418), + [aux_sym_preproc_include_token1] = ACTIONS(1418), + [aux_sym_preproc_def_token1] = ACTIONS(1418), + [aux_sym_preproc_if_token1] = ACTIONS(1418), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1418), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1418), + [sym_preproc_directive] = ACTIONS(1418), + [anon_sym_LPAREN2] = ACTIONS(1420), + [anon_sym_BANG] = ACTIONS(1420), + [anon_sym_TILDE] = ACTIONS(1420), + [anon_sym_DASH] = ACTIONS(1418), + [anon_sym_PLUS] = ACTIONS(1418), + [anon_sym_STAR] = ACTIONS(1420), + [anon_sym_AMP] = ACTIONS(1420), + [anon_sym_subroutine] = ACTIONS(1418), + [anon_sym_invariant] = ACTIONS(1418), + [anon_sym_precise] = ACTIONS(1418), + [anon_sym_SEMI] = ACTIONS(1420), + [anon_sym_in] = ACTIONS(1418), + [anon_sym_out] = ACTIONS(1418), + [anon_sym_inout] = ACTIONS(1418), + [anon_sym_uniform] = ACTIONS(1418), + [anon_sym_shared] = ACTIONS(1418), + [anon_sym_attribute] = ACTIONS(1418), + [anon_sym_varying] = ACTIONS(1418), + [anon_sym_buffer] = ACTIONS(1418), + [anon_sym_coherent] = ACTIONS(1418), + [anon_sym_readonly] = ACTIONS(1418), + [anon_sym_writeonly] = ACTIONS(1418), + [anon_sym_precision] = ACTIONS(1418), + [anon_sym_highp] = ACTIONS(1418), + [anon_sym_mediump] = ACTIONS(1418), + [anon_sym_lowp] = ACTIONS(1418), + [anon_sym_centroid] = ACTIONS(1418), + [anon_sym_sample] = ACTIONS(1418), + [anon_sym_patch] = ACTIONS(1418), + [anon_sym_smooth] = ACTIONS(1418), + [anon_sym_flat] = ACTIONS(1418), + [anon_sym_noperspective] = ACTIONS(1418), + [anon_sym___extension__] = ACTIONS(1418), + [anon_sym_typedef] = ACTIONS(1418), + [anon_sym_extern] = ACTIONS(1418), + [anon_sym___attribute__] = ACTIONS(1418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1420), + [anon_sym___declspec] = ACTIONS(1418), + [anon_sym___cdecl] = ACTIONS(1418), + [anon_sym___clrcall] = ACTIONS(1418), + [anon_sym___stdcall] = ACTIONS(1418), + [anon_sym___fastcall] = ACTIONS(1418), + [anon_sym___thiscall] = ACTIONS(1418), + [anon_sym___vectorcall] = ACTIONS(1418), + [anon_sym_LBRACE] = ACTIONS(1420), + [anon_sym_signed] = ACTIONS(1418), + [anon_sym_unsigned] = ACTIONS(1418), + [anon_sym_long] = ACTIONS(1418), + [anon_sym_short] = ACTIONS(1418), + [anon_sym_static] = ACTIONS(1418), + [anon_sym_auto] = ACTIONS(1418), + [anon_sym_register] = ACTIONS(1418), + [anon_sym_inline] = ACTIONS(1418), + [anon_sym___inline] = ACTIONS(1418), + [anon_sym___inline__] = ACTIONS(1418), + [anon_sym___forceinline] = ACTIONS(1418), + [anon_sym_thread_local] = ACTIONS(1418), + [anon_sym___thread] = ACTIONS(1418), + [anon_sym_const] = ACTIONS(1418), + [anon_sym_constexpr] = ACTIONS(1418), + [anon_sym_volatile] = ACTIONS(1418), + [anon_sym_restrict] = ACTIONS(1418), + [anon_sym___restrict__] = ACTIONS(1418), + [anon_sym__Atomic] = ACTIONS(1418), + [anon_sym__Noreturn] = ACTIONS(1418), + [anon_sym_noreturn] = ACTIONS(1418), + [sym_primitive_type] = ACTIONS(1418), + [anon_sym_enum] = ACTIONS(1418), + [anon_sym_struct] = ACTIONS(1418), + [anon_sym_union] = ACTIONS(1418), + [anon_sym_if] = ACTIONS(1418), + [anon_sym_else] = ACTIONS(1418), + [anon_sym_switch] = ACTIONS(1418), + [anon_sym_case] = ACTIONS(1418), + [anon_sym_default] = ACTIONS(1418), + [anon_sym_while] = ACTIONS(1418), + [anon_sym_do] = ACTIONS(1418), + [anon_sym_for] = ACTIONS(1418), + [anon_sym_return] = ACTIONS(1418), + [anon_sym_break] = ACTIONS(1418), + [anon_sym_continue] = ACTIONS(1418), + [anon_sym_goto] = ACTIONS(1418), + [anon_sym_DASH_DASH] = ACTIONS(1420), + [anon_sym_PLUS_PLUS] = ACTIONS(1420), + [anon_sym_sizeof] = ACTIONS(1418), + [anon_sym___alignof__] = ACTIONS(1418), + [anon_sym___alignof] = ACTIONS(1418), + [anon_sym__alignof] = ACTIONS(1418), + [anon_sym_alignof] = ACTIONS(1418), + [anon_sym__Alignof] = ACTIONS(1418), + [anon_sym_offsetof] = ACTIONS(1418), + [anon_sym__Generic] = ACTIONS(1418), + [anon_sym_asm] = ACTIONS(1418), + [anon_sym___asm__] = ACTIONS(1418), + [sym_number_literal] = ACTIONS(1420), + [anon_sym_L_SQUOTE] = ACTIONS(1420), + [anon_sym_u_SQUOTE] = ACTIONS(1420), + [anon_sym_U_SQUOTE] = ACTIONS(1420), + [anon_sym_u8_SQUOTE] = ACTIONS(1420), + [anon_sym_SQUOTE] = ACTIONS(1420), + [anon_sym_L_DQUOTE] = ACTIONS(1420), + [anon_sym_u_DQUOTE] = ACTIONS(1420), + [anon_sym_U_DQUOTE] = ACTIONS(1420), + [anon_sym_u8_DQUOTE] = ACTIONS(1420), + [anon_sym_DQUOTE] = ACTIONS(1420), + [sym_true] = ACTIONS(1418), + [sym_false] = ACTIONS(1418), + [anon_sym_NULL] = ACTIONS(1418), + [anon_sym_nullptr] = ACTIONS(1418), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1418), + [anon_sym_rayPayloadInEXT] = ACTIONS(1418), + [anon_sym_hitAttributeEXT] = ACTIONS(1418), + [anon_sym_callableDataEXT] = ACTIONS(1418), + [anon_sym_callableDataInEXT] = ACTIONS(1418), + [anon_sym_shaderRecordEXT] = ACTIONS(1418), + [anon_sym_rayPayloadNV] = ACTIONS(1418), + [anon_sym_rayPayloadInNV] = ACTIONS(1418), + [anon_sym_hitAttributeNV] = ACTIONS(1418), + [anon_sym_callableDataNV] = ACTIONS(1418), + [anon_sym_callableDataInNV] = ACTIONS(1418), + [anon_sym_shaderRecordNV] = ACTIONS(1418), + [anon_sym_layout] = ACTIONS(1418), + }, + [316] = { [sym_identifier] = ACTIONS(1390), [aux_sym_preproc_include_token1] = ACTIONS(1390), [aux_sym_preproc_def_token1] = ACTIONS(1390), @@ -64574,558 +64303,425 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_U_DQUOTE] = ACTIONS(1392), [anon_sym_u8_DQUOTE] = ACTIONS(1392), [anon_sym_DQUOTE] = ACTIONS(1392), - [sym_true] = ACTIONS(1390), - [sym_false] = ACTIONS(1390), - [anon_sym_NULL] = ACTIONS(1390), - [anon_sym_nullptr] = ACTIONS(1390), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1390), - [anon_sym_rayPayloadInEXT] = ACTIONS(1390), - [anon_sym_hitAttributeEXT] = ACTIONS(1390), - [anon_sym_callableDataEXT] = ACTIONS(1390), - [anon_sym_callableDataInEXT] = ACTIONS(1390), - [anon_sym_shaderRecordEXT] = ACTIONS(1390), - [anon_sym_rayPayloadNV] = ACTIONS(1390), - [anon_sym_rayPayloadInNV] = ACTIONS(1390), - [anon_sym_hitAttributeNV] = ACTIONS(1390), - [anon_sym_callableDataNV] = ACTIONS(1390), - [anon_sym_callableDataInNV] = ACTIONS(1390), - [anon_sym_shaderRecordNV] = ACTIONS(1390), - [anon_sym_layout] = ACTIONS(1390), - }, - [319] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_RBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), - }, - [320] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_RBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [sym_true] = ACTIONS(1390), + [sym_false] = ACTIONS(1390), + [anon_sym_NULL] = ACTIONS(1390), + [anon_sym_nullptr] = ACTIONS(1390), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1390), + [anon_sym_rayPayloadInEXT] = ACTIONS(1390), + [anon_sym_hitAttributeEXT] = ACTIONS(1390), + [anon_sym_callableDataEXT] = ACTIONS(1390), + [anon_sym_callableDataInEXT] = ACTIONS(1390), + [anon_sym_shaderRecordEXT] = ACTIONS(1390), + [anon_sym_rayPayloadNV] = ACTIONS(1390), + [anon_sym_rayPayloadInNV] = ACTIONS(1390), + [anon_sym_hitAttributeNV] = ACTIONS(1390), + [anon_sym_callableDataNV] = ACTIONS(1390), + [anon_sym_callableDataInNV] = ACTIONS(1390), + [anon_sym_shaderRecordNV] = ACTIONS(1390), + [anon_sym_layout] = ACTIONS(1390), }, - [321] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_RBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [317] = { + [sym_identifier] = ACTIONS(1394), + [aux_sym_preproc_include_token1] = ACTIONS(1394), + [aux_sym_preproc_def_token1] = ACTIONS(1394), + [aux_sym_preproc_if_token1] = ACTIONS(1394), + [aux_sym_preproc_if_token2] = ACTIONS(1394), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1394), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1394), + [sym_preproc_directive] = ACTIONS(1394), + [anon_sym_LPAREN2] = ACTIONS(1396), + [anon_sym_BANG] = ACTIONS(1396), + [anon_sym_TILDE] = ACTIONS(1396), + [anon_sym_DASH] = ACTIONS(1394), + [anon_sym_PLUS] = ACTIONS(1394), + [anon_sym_STAR] = ACTIONS(1396), + [anon_sym_AMP] = ACTIONS(1396), + [anon_sym_subroutine] = ACTIONS(1394), + [anon_sym_invariant] = ACTIONS(1394), + [anon_sym_precise] = ACTIONS(1394), + [anon_sym_SEMI] = ACTIONS(1396), + [anon_sym_in] = ACTIONS(1394), + [anon_sym_out] = ACTIONS(1394), + [anon_sym_inout] = ACTIONS(1394), + [anon_sym_uniform] = ACTIONS(1394), + [anon_sym_shared] = ACTIONS(1394), + [anon_sym_attribute] = ACTIONS(1394), + [anon_sym_varying] = ACTIONS(1394), + [anon_sym_buffer] = ACTIONS(1394), + [anon_sym_coherent] = ACTIONS(1394), + [anon_sym_readonly] = ACTIONS(1394), + [anon_sym_writeonly] = ACTIONS(1394), + [anon_sym_precision] = ACTIONS(1394), + [anon_sym_highp] = ACTIONS(1394), + [anon_sym_mediump] = ACTIONS(1394), + [anon_sym_lowp] = ACTIONS(1394), + [anon_sym_centroid] = ACTIONS(1394), + [anon_sym_sample] = ACTIONS(1394), + [anon_sym_patch] = ACTIONS(1394), + [anon_sym_smooth] = ACTIONS(1394), + [anon_sym_flat] = ACTIONS(1394), + [anon_sym_noperspective] = ACTIONS(1394), + [anon_sym___extension__] = ACTIONS(1394), + [anon_sym_typedef] = ACTIONS(1394), + [anon_sym_extern] = ACTIONS(1394), + [anon_sym___attribute__] = ACTIONS(1394), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1396), + [anon_sym___declspec] = ACTIONS(1394), + [anon_sym___cdecl] = ACTIONS(1394), + [anon_sym___clrcall] = ACTIONS(1394), + [anon_sym___stdcall] = ACTIONS(1394), + [anon_sym___fastcall] = ACTIONS(1394), + [anon_sym___thiscall] = ACTIONS(1394), + [anon_sym___vectorcall] = ACTIONS(1394), + [anon_sym_LBRACE] = ACTIONS(1396), + [anon_sym_signed] = ACTIONS(1394), + [anon_sym_unsigned] = ACTIONS(1394), + [anon_sym_long] = ACTIONS(1394), + [anon_sym_short] = ACTIONS(1394), + [anon_sym_static] = ACTIONS(1394), + [anon_sym_auto] = ACTIONS(1394), + [anon_sym_register] = ACTIONS(1394), + [anon_sym_inline] = ACTIONS(1394), + [anon_sym___inline] = ACTIONS(1394), + [anon_sym___inline__] = ACTIONS(1394), + [anon_sym___forceinline] = ACTIONS(1394), + [anon_sym_thread_local] = ACTIONS(1394), + [anon_sym___thread] = ACTIONS(1394), + [anon_sym_const] = ACTIONS(1394), + [anon_sym_constexpr] = ACTIONS(1394), + [anon_sym_volatile] = ACTIONS(1394), + [anon_sym_restrict] = ACTIONS(1394), + [anon_sym___restrict__] = ACTIONS(1394), + [anon_sym__Atomic] = ACTIONS(1394), + [anon_sym__Noreturn] = ACTIONS(1394), + [anon_sym_noreturn] = ACTIONS(1394), + [sym_primitive_type] = ACTIONS(1394), + [anon_sym_enum] = ACTIONS(1394), + [anon_sym_struct] = ACTIONS(1394), + [anon_sym_union] = ACTIONS(1394), + [anon_sym_if] = ACTIONS(1394), + [anon_sym_else] = ACTIONS(1394), + [anon_sym_switch] = ACTIONS(1394), + [anon_sym_case] = ACTIONS(1394), + [anon_sym_default] = ACTIONS(1394), + [anon_sym_while] = ACTIONS(1394), + [anon_sym_do] = ACTIONS(1394), + [anon_sym_for] = ACTIONS(1394), + [anon_sym_return] = ACTIONS(1394), + [anon_sym_break] = ACTIONS(1394), + [anon_sym_continue] = ACTIONS(1394), + [anon_sym_goto] = ACTIONS(1394), + [anon_sym_DASH_DASH] = ACTIONS(1396), + [anon_sym_PLUS_PLUS] = ACTIONS(1396), + [anon_sym_sizeof] = ACTIONS(1394), + [anon_sym___alignof__] = ACTIONS(1394), + [anon_sym___alignof] = ACTIONS(1394), + [anon_sym__alignof] = ACTIONS(1394), + [anon_sym_alignof] = ACTIONS(1394), + [anon_sym__Alignof] = ACTIONS(1394), + [anon_sym_offsetof] = ACTIONS(1394), + [anon_sym__Generic] = ACTIONS(1394), + [anon_sym_asm] = ACTIONS(1394), + [anon_sym___asm__] = ACTIONS(1394), + [sym_number_literal] = ACTIONS(1396), + [anon_sym_L_SQUOTE] = ACTIONS(1396), + [anon_sym_u_SQUOTE] = ACTIONS(1396), + [anon_sym_U_SQUOTE] = ACTIONS(1396), + [anon_sym_u8_SQUOTE] = ACTIONS(1396), + [anon_sym_SQUOTE] = ACTIONS(1396), + [anon_sym_L_DQUOTE] = ACTIONS(1396), + [anon_sym_u_DQUOTE] = ACTIONS(1396), + [anon_sym_U_DQUOTE] = ACTIONS(1396), + [anon_sym_u8_DQUOTE] = ACTIONS(1396), + [anon_sym_DQUOTE] = ACTIONS(1396), + [sym_true] = ACTIONS(1394), + [sym_false] = ACTIONS(1394), + [anon_sym_NULL] = ACTIONS(1394), + [anon_sym_nullptr] = ACTIONS(1394), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1394), + [anon_sym_rayPayloadInEXT] = ACTIONS(1394), + [anon_sym_hitAttributeEXT] = ACTIONS(1394), + [anon_sym_callableDataEXT] = ACTIONS(1394), + [anon_sym_callableDataInEXT] = ACTIONS(1394), + [anon_sym_shaderRecordEXT] = ACTIONS(1394), + [anon_sym_rayPayloadNV] = ACTIONS(1394), + [anon_sym_rayPayloadInNV] = ACTIONS(1394), + [anon_sym_hitAttributeNV] = ACTIONS(1394), + [anon_sym_callableDataNV] = ACTIONS(1394), + [anon_sym_callableDataInNV] = ACTIONS(1394), + [anon_sym_shaderRecordNV] = ACTIONS(1394), + [anon_sym_layout] = ACTIONS(1394), }, - [322] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_RBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [318] = { + [sym_identifier] = ACTIONS(1398), + [aux_sym_preproc_include_token1] = ACTIONS(1398), + [aux_sym_preproc_def_token1] = ACTIONS(1398), + [aux_sym_preproc_if_token1] = ACTIONS(1398), + [aux_sym_preproc_if_token2] = ACTIONS(1398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1398), + [sym_preproc_directive] = ACTIONS(1398), + [anon_sym_LPAREN2] = ACTIONS(1400), + [anon_sym_BANG] = ACTIONS(1400), + [anon_sym_TILDE] = ACTIONS(1400), + [anon_sym_DASH] = ACTIONS(1398), + [anon_sym_PLUS] = ACTIONS(1398), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_AMP] = ACTIONS(1400), + [anon_sym_subroutine] = ACTIONS(1398), + [anon_sym_invariant] = ACTIONS(1398), + [anon_sym_precise] = ACTIONS(1398), + [anon_sym_SEMI] = ACTIONS(1400), + [anon_sym_in] = ACTIONS(1398), + [anon_sym_out] = ACTIONS(1398), + [anon_sym_inout] = ACTIONS(1398), + [anon_sym_uniform] = ACTIONS(1398), + [anon_sym_shared] = ACTIONS(1398), + [anon_sym_attribute] = ACTIONS(1398), + [anon_sym_varying] = ACTIONS(1398), + [anon_sym_buffer] = ACTIONS(1398), + [anon_sym_coherent] = ACTIONS(1398), + [anon_sym_readonly] = ACTIONS(1398), + [anon_sym_writeonly] = ACTIONS(1398), + [anon_sym_precision] = ACTIONS(1398), + [anon_sym_highp] = ACTIONS(1398), + [anon_sym_mediump] = ACTIONS(1398), + [anon_sym_lowp] = ACTIONS(1398), + [anon_sym_centroid] = ACTIONS(1398), + [anon_sym_sample] = ACTIONS(1398), + [anon_sym_patch] = ACTIONS(1398), + [anon_sym_smooth] = ACTIONS(1398), + [anon_sym_flat] = ACTIONS(1398), + [anon_sym_noperspective] = ACTIONS(1398), + [anon_sym___extension__] = ACTIONS(1398), + [anon_sym_typedef] = ACTIONS(1398), + [anon_sym_extern] = ACTIONS(1398), + [anon_sym___attribute__] = ACTIONS(1398), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1400), + [anon_sym___declspec] = ACTIONS(1398), + [anon_sym___cdecl] = ACTIONS(1398), + [anon_sym___clrcall] = ACTIONS(1398), + [anon_sym___stdcall] = ACTIONS(1398), + [anon_sym___fastcall] = ACTIONS(1398), + [anon_sym___thiscall] = ACTIONS(1398), + [anon_sym___vectorcall] = ACTIONS(1398), + [anon_sym_LBRACE] = ACTIONS(1400), + [anon_sym_signed] = ACTIONS(1398), + [anon_sym_unsigned] = ACTIONS(1398), + [anon_sym_long] = ACTIONS(1398), + [anon_sym_short] = ACTIONS(1398), + [anon_sym_static] = ACTIONS(1398), + [anon_sym_auto] = ACTIONS(1398), + [anon_sym_register] = ACTIONS(1398), + [anon_sym_inline] = ACTIONS(1398), + [anon_sym___inline] = ACTIONS(1398), + [anon_sym___inline__] = ACTIONS(1398), + [anon_sym___forceinline] = ACTIONS(1398), + [anon_sym_thread_local] = ACTIONS(1398), + [anon_sym___thread] = ACTIONS(1398), + [anon_sym_const] = ACTIONS(1398), + [anon_sym_constexpr] = ACTIONS(1398), + [anon_sym_volatile] = ACTIONS(1398), + [anon_sym_restrict] = ACTIONS(1398), + [anon_sym___restrict__] = ACTIONS(1398), + [anon_sym__Atomic] = ACTIONS(1398), + [anon_sym__Noreturn] = ACTIONS(1398), + [anon_sym_noreturn] = ACTIONS(1398), + [sym_primitive_type] = ACTIONS(1398), + [anon_sym_enum] = ACTIONS(1398), + [anon_sym_struct] = ACTIONS(1398), + [anon_sym_union] = ACTIONS(1398), + [anon_sym_if] = ACTIONS(1398), + [anon_sym_else] = ACTIONS(1398), + [anon_sym_switch] = ACTIONS(1398), + [anon_sym_case] = ACTIONS(1398), + [anon_sym_default] = ACTIONS(1398), + [anon_sym_while] = ACTIONS(1398), + [anon_sym_do] = ACTIONS(1398), + [anon_sym_for] = ACTIONS(1398), + [anon_sym_return] = ACTIONS(1398), + [anon_sym_break] = ACTIONS(1398), + [anon_sym_continue] = ACTIONS(1398), + [anon_sym_goto] = ACTIONS(1398), + [anon_sym_DASH_DASH] = ACTIONS(1400), + [anon_sym_PLUS_PLUS] = ACTIONS(1400), + [anon_sym_sizeof] = ACTIONS(1398), + [anon_sym___alignof__] = ACTIONS(1398), + [anon_sym___alignof] = ACTIONS(1398), + [anon_sym__alignof] = ACTIONS(1398), + [anon_sym_alignof] = ACTIONS(1398), + [anon_sym__Alignof] = ACTIONS(1398), + [anon_sym_offsetof] = ACTIONS(1398), + [anon_sym__Generic] = ACTIONS(1398), + [anon_sym_asm] = ACTIONS(1398), + [anon_sym___asm__] = ACTIONS(1398), + [sym_number_literal] = ACTIONS(1400), + [anon_sym_L_SQUOTE] = ACTIONS(1400), + [anon_sym_u_SQUOTE] = ACTIONS(1400), + [anon_sym_U_SQUOTE] = ACTIONS(1400), + [anon_sym_u8_SQUOTE] = ACTIONS(1400), + [anon_sym_SQUOTE] = ACTIONS(1400), + [anon_sym_L_DQUOTE] = ACTIONS(1400), + [anon_sym_u_DQUOTE] = ACTIONS(1400), + [anon_sym_U_DQUOTE] = ACTIONS(1400), + [anon_sym_u8_DQUOTE] = ACTIONS(1400), + [anon_sym_DQUOTE] = ACTIONS(1400), + [sym_true] = ACTIONS(1398), + [sym_false] = ACTIONS(1398), + [anon_sym_NULL] = ACTIONS(1398), + [anon_sym_nullptr] = ACTIONS(1398), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1398), + [anon_sym_rayPayloadInEXT] = ACTIONS(1398), + [anon_sym_hitAttributeEXT] = ACTIONS(1398), + [anon_sym_callableDataEXT] = ACTIONS(1398), + [anon_sym_callableDataInEXT] = ACTIONS(1398), + [anon_sym_shaderRecordEXT] = ACTIONS(1398), + [anon_sym_rayPayloadNV] = ACTIONS(1398), + [anon_sym_rayPayloadInNV] = ACTIONS(1398), + [anon_sym_hitAttributeNV] = ACTIONS(1398), + [anon_sym_callableDataNV] = ACTIONS(1398), + [anon_sym_callableDataInNV] = ACTIONS(1398), + [anon_sym_shaderRecordNV] = ACTIONS(1398), + [anon_sym_layout] = ACTIONS(1398), }, - [323] = { + [319] = { + [sym_identifier] = ACTIONS(1426), + [aux_sym_preproc_include_token1] = ACTIONS(1426), + [aux_sym_preproc_def_token1] = ACTIONS(1426), + [aux_sym_preproc_if_token1] = ACTIONS(1426), + [aux_sym_preproc_if_token2] = ACTIONS(1426), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1426), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1426), + [sym_preproc_directive] = ACTIONS(1426), + [anon_sym_LPAREN2] = ACTIONS(1428), + [anon_sym_BANG] = ACTIONS(1428), + [anon_sym_TILDE] = ACTIONS(1428), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_STAR] = ACTIONS(1428), + [anon_sym_AMP] = ACTIONS(1428), + [anon_sym_subroutine] = ACTIONS(1426), + [anon_sym_invariant] = ACTIONS(1426), + [anon_sym_precise] = ACTIONS(1426), + [anon_sym_SEMI] = ACTIONS(1428), + [anon_sym_in] = ACTIONS(1426), + [anon_sym_out] = ACTIONS(1426), + [anon_sym_inout] = ACTIONS(1426), + [anon_sym_uniform] = ACTIONS(1426), + [anon_sym_shared] = ACTIONS(1426), + [anon_sym_attribute] = ACTIONS(1426), + [anon_sym_varying] = ACTIONS(1426), + [anon_sym_buffer] = ACTIONS(1426), + [anon_sym_coherent] = ACTIONS(1426), + [anon_sym_readonly] = ACTIONS(1426), + [anon_sym_writeonly] = ACTIONS(1426), + [anon_sym_precision] = ACTIONS(1426), + [anon_sym_highp] = ACTIONS(1426), + [anon_sym_mediump] = ACTIONS(1426), + [anon_sym_lowp] = ACTIONS(1426), + [anon_sym_centroid] = ACTIONS(1426), + [anon_sym_sample] = ACTIONS(1426), + [anon_sym_patch] = ACTIONS(1426), + [anon_sym_smooth] = ACTIONS(1426), + [anon_sym_flat] = ACTIONS(1426), + [anon_sym_noperspective] = ACTIONS(1426), + [anon_sym___extension__] = ACTIONS(1426), + [anon_sym_typedef] = ACTIONS(1426), + [anon_sym_extern] = ACTIONS(1426), + [anon_sym___attribute__] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1428), + [anon_sym___declspec] = ACTIONS(1426), + [anon_sym___cdecl] = ACTIONS(1426), + [anon_sym___clrcall] = ACTIONS(1426), + [anon_sym___stdcall] = ACTIONS(1426), + [anon_sym___fastcall] = ACTIONS(1426), + [anon_sym___thiscall] = ACTIONS(1426), + [anon_sym___vectorcall] = ACTIONS(1426), + [anon_sym_LBRACE] = ACTIONS(1428), + [anon_sym_signed] = ACTIONS(1426), + [anon_sym_unsigned] = ACTIONS(1426), + [anon_sym_long] = ACTIONS(1426), + [anon_sym_short] = ACTIONS(1426), + [anon_sym_static] = ACTIONS(1426), + [anon_sym_auto] = ACTIONS(1426), + [anon_sym_register] = ACTIONS(1426), + [anon_sym_inline] = ACTIONS(1426), + [anon_sym___inline] = ACTIONS(1426), + [anon_sym___inline__] = ACTIONS(1426), + [anon_sym___forceinline] = ACTIONS(1426), + [anon_sym_thread_local] = ACTIONS(1426), + [anon_sym___thread] = ACTIONS(1426), + [anon_sym_const] = ACTIONS(1426), + [anon_sym_constexpr] = ACTIONS(1426), + [anon_sym_volatile] = ACTIONS(1426), + [anon_sym_restrict] = ACTIONS(1426), + [anon_sym___restrict__] = ACTIONS(1426), + [anon_sym__Atomic] = ACTIONS(1426), + [anon_sym__Noreturn] = ACTIONS(1426), + [anon_sym_noreturn] = ACTIONS(1426), + [sym_primitive_type] = ACTIONS(1426), + [anon_sym_enum] = ACTIONS(1426), + [anon_sym_struct] = ACTIONS(1426), + [anon_sym_union] = ACTIONS(1426), + [anon_sym_if] = ACTIONS(1426), + [anon_sym_else] = ACTIONS(1426), + [anon_sym_switch] = ACTIONS(1426), + [anon_sym_case] = ACTIONS(1426), + [anon_sym_default] = ACTIONS(1426), + [anon_sym_while] = ACTIONS(1426), + [anon_sym_do] = ACTIONS(1426), + [anon_sym_for] = ACTIONS(1426), + [anon_sym_return] = ACTIONS(1426), + [anon_sym_break] = ACTIONS(1426), + [anon_sym_continue] = ACTIONS(1426), + [anon_sym_goto] = ACTIONS(1426), + [anon_sym_DASH_DASH] = ACTIONS(1428), + [anon_sym_PLUS_PLUS] = ACTIONS(1428), + [anon_sym_sizeof] = ACTIONS(1426), + [anon_sym___alignof__] = ACTIONS(1426), + [anon_sym___alignof] = ACTIONS(1426), + [anon_sym__alignof] = ACTIONS(1426), + [anon_sym_alignof] = ACTIONS(1426), + [anon_sym__Alignof] = ACTIONS(1426), + [anon_sym_offsetof] = ACTIONS(1426), + [anon_sym__Generic] = ACTIONS(1426), + [anon_sym_asm] = ACTIONS(1426), + [anon_sym___asm__] = ACTIONS(1426), + [sym_number_literal] = ACTIONS(1428), + [anon_sym_L_SQUOTE] = ACTIONS(1428), + [anon_sym_u_SQUOTE] = ACTIONS(1428), + [anon_sym_U_SQUOTE] = ACTIONS(1428), + [anon_sym_u8_SQUOTE] = ACTIONS(1428), + [anon_sym_SQUOTE] = ACTIONS(1428), + [anon_sym_L_DQUOTE] = ACTIONS(1428), + [anon_sym_u_DQUOTE] = ACTIONS(1428), + [anon_sym_U_DQUOTE] = ACTIONS(1428), + [anon_sym_u8_DQUOTE] = ACTIONS(1428), + [anon_sym_DQUOTE] = ACTIONS(1428), + [sym_true] = ACTIONS(1426), + [sym_false] = ACTIONS(1426), + [anon_sym_NULL] = ACTIONS(1426), + [anon_sym_nullptr] = ACTIONS(1426), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1426), + [anon_sym_rayPayloadInEXT] = ACTIONS(1426), + [anon_sym_hitAttributeEXT] = ACTIONS(1426), + [anon_sym_callableDataEXT] = ACTIONS(1426), + [anon_sym_callableDataInEXT] = ACTIONS(1426), + [anon_sym_shaderRecordEXT] = ACTIONS(1426), + [anon_sym_rayPayloadNV] = ACTIONS(1426), + [anon_sym_rayPayloadInNV] = ACTIONS(1426), + [anon_sym_hitAttributeNV] = ACTIONS(1426), + [anon_sym_callableDataNV] = ACTIONS(1426), + [anon_sym_callableDataInNV] = ACTIONS(1426), + [anon_sym_shaderRecordNV] = ACTIONS(1426), + [anon_sym_layout] = ACTIONS(1426), + }, + [320] = { [ts_builtin_sym_end] = ACTIONS(1372), [sym_identifier] = ACTIONS(1370), [aux_sym_preproc_include_token1] = ACTIONS(1370), @@ -65244,1089 +64840,1489 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1370), [anon_sym_nullptr] = ACTIONS(1370), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1370), - [anon_sym_rayPayloadInEXT] = ACTIONS(1370), - [anon_sym_hitAttributeEXT] = ACTIONS(1370), - [anon_sym_callableDataEXT] = ACTIONS(1370), - [anon_sym_callableDataInEXT] = ACTIONS(1370), - [anon_sym_shaderRecordEXT] = ACTIONS(1370), - [anon_sym_rayPayloadNV] = ACTIONS(1370), - [anon_sym_rayPayloadInNV] = ACTIONS(1370), - [anon_sym_hitAttributeNV] = ACTIONS(1370), - [anon_sym_callableDataNV] = ACTIONS(1370), - [anon_sym_callableDataInNV] = ACTIONS(1370), - [anon_sym_shaderRecordNV] = ACTIONS(1370), - [anon_sym_layout] = ACTIONS(1370), + [anon_sym_rayPayloadEXT] = ACTIONS(1370), + [anon_sym_rayPayloadInEXT] = ACTIONS(1370), + [anon_sym_hitAttributeEXT] = ACTIONS(1370), + [anon_sym_callableDataEXT] = ACTIONS(1370), + [anon_sym_callableDataInEXT] = ACTIONS(1370), + [anon_sym_shaderRecordEXT] = ACTIONS(1370), + [anon_sym_rayPayloadNV] = ACTIONS(1370), + [anon_sym_rayPayloadInNV] = ACTIONS(1370), + [anon_sym_hitAttributeNV] = ACTIONS(1370), + [anon_sym_callableDataNV] = ACTIONS(1370), + [anon_sym_callableDataInNV] = ACTIONS(1370), + [anon_sym_shaderRecordNV] = ACTIONS(1370), + [anon_sym_layout] = ACTIONS(1370), + }, + [321] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), + }, + [322] = { + [sym_identifier] = ACTIONS(1414), + [aux_sym_preproc_include_token1] = ACTIONS(1414), + [aux_sym_preproc_def_token1] = ACTIONS(1414), + [aux_sym_preproc_if_token1] = ACTIONS(1414), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1414), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1414), + [sym_preproc_directive] = ACTIONS(1414), + [anon_sym_LPAREN2] = ACTIONS(1416), + [anon_sym_BANG] = ACTIONS(1416), + [anon_sym_TILDE] = ACTIONS(1416), + [anon_sym_DASH] = ACTIONS(1414), + [anon_sym_PLUS] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1416), + [anon_sym_AMP] = ACTIONS(1416), + [anon_sym_subroutine] = ACTIONS(1414), + [anon_sym_invariant] = ACTIONS(1414), + [anon_sym_precise] = ACTIONS(1414), + [anon_sym_SEMI] = ACTIONS(1416), + [anon_sym_in] = ACTIONS(1414), + [anon_sym_out] = ACTIONS(1414), + [anon_sym_inout] = ACTIONS(1414), + [anon_sym_uniform] = ACTIONS(1414), + [anon_sym_shared] = ACTIONS(1414), + [anon_sym_attribute] = ACTIONS(1414), + [anon_sym_varying] = ACTIONS(1414), + [anon_sym_buffer] = ACTIONS(1414), + [anon_sym_coherent] = ACTIONS(1414), + [anon_sym_readonly] = ACTIONS(1414), + [anon_sym_writeonly] = ACTIONS(1414), + [anon_sym_precision] = ACTIONS(1414), + [anon_sym_highp] = ACTIONS(1414), + [anon_sym_mediump] = ACTIONS(1414), + [anon_sym_lowp] = ACTIONS(1414), + [anon_sym_centroid] = ACTIONS(1414), + [anon_sym_sample] = ACTIONS(1414), + [anon_sym_patch] = ACTIONS(1414), + [anon_sym_smooth] = ACTIONS(1414), + [anon_sym_flat] = ACTIONS(1414), + [anon_sym_noperspective] = ACTIONS(1414), + [anon_sym___extension__] = ACTIONS(1414), + [anon_sym_typedef] = ACTIONS(1414), + [anon_sym_extern] = ACTIONS(1414), + [anon_sym___attribute__] = ACTIONS(1414), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1416), + [anon_sym___declspec] = ACTIONS(1414), + [anon_sym___cdecl] = ACTIONS(1414), + [anon_sym___clrcall] = ACTIONS(1414), + [anon_sym___stdcall] = ACTIONS(1414), + [anon_sym___fastcall] = ACTIONS(1414), + [anon_sym___thiscall] = ACTIONS(1414), + [anon_sym___vectorcall] = ACTIONS(1414), + [anon_sym_LBRACE] = ACTIONS(1416), + [anon_sym_RBRACE] = ACTIONS(1416), + [anon_sym_signed] = ACTIONS(1414), + [anon_sym_unsigned] = ACTIONS(1414), + [anon_sym_long] = ACTIONS(1414), + [anon_sym_short] = ACTIONS(1414), + [anon_sym_static] = ACTIONS(1414), + [anon_sym_auto] = ACTIONS(1414), + [anon_sym_register] = ACTIONS(1414), + [anon_sym_inline] = ACTIONS(1414), + [anon_sym___inline] = ACTIONS(1414), + [anon_sym___inline__] = ACTIONS(1414), + [anon_sym___forceinline] = ACTIONS(1414), + [anon_sym_thread_local] = ACTIONS(1414), + [anon_sym___thread] = ACTIONS(1414), + [anon_sym_const] = ACTIONS(1414), + [anon_sym_constexpr] = ACTIONS(1414), + [anon_sym_volatile] = ACTIONS(1414), + [anon_sym_restrict] = ACTIONS(1414), + [anon_sym___restrict__] = ACTIONS(1414), + [anon_sym__Atomic] = ACTIONS(1414), + [anon_sym__Noreturn] = ACTIONS(1414), + [anon_sym_noreturn] = ACTIONS(1414), + [sym_primitive_type] = ACTIONS(1414), + [anon_sym_enum] = ACTIONS(1414), + [anon_sym_struct] = ACTIONS(1414), + [anon_sym_union] = ACTIONS(1414), + [anon_sym_if] = ACTIONS(1414), + [anon_sym_else] = ACTIONS(1414), + [anon_sym_switch] = ACTIONS(1414), + [anon_sym_case] = ACTIONS(1414), + [anon_sym_default] = ACTIONS(1414), + [anon_sym_while] = ACTIONS(1414), + [anon_sym_do] = ACTIONS(1414), + [anon_sym_for] = ACTIONS(1414), + [anon_sym_return] = ACTIONS(1414), + [anon_sym_break] = ACTIONS(1414), + [anon_sym_continue] = ACTIONS(1414), + [anon_sym_goto] = ACTIONS(1414), + [anon_sym_DASH_DASH] = ACTIONS(1416), + [anon_sym_PLUS_PLUS] = ACTIONS(1416), + [anon_sym_sizeof] = ACTIONS(1414), + [anon_sym___alignof__] = ACTIONS(1414), + [anon_sym___alignof] = ACTIONS(1414), + [anon_sym__alignof] = ACTIONS(1414), + [anon_sym_alignof] = ACTIONS(1414), + [anon_sym__Alignof] = ACTIONS(1414), + [anon_sym_offsetof] = ACTIONS(1414), + [anon_sym__Generic] = ACTIONS(1414), + [anon_sym_asm] = ACTIONS(1414), + [anon_sym___asm__] = ACTIONS(1414), + [sym_number_literal] = ACTIONS(1416), + [anon_sym_L_SQUOTE] = ACTIONS(1416), + [anon_sym_u_SQUOTE] = ACTIONS(1416), + [anon_sym_U_SQUOTE] = ACTIONS(1416), + [anon_sym_u8_SQUOTE] = ACTIONS(1416), + [anon_sym_SQUOTE] = ACTIONS(1416), + [anon_sym_L_DQUOTE] = ACTIONS(1416), + [anon_sym_u_DQUOTE] = ACTIONS(1416), + [anon_sym_U_DQUOTE] = ACTIONS(1416), + [anon_sym_u8_DQUOTE] = ACTIONS(1416), + [anon_sym_DQUOTE] = ACTIONS(1416), + [sym_true] = ACTIONS(1414), + [sym_false] = ACTIONS(1414), + [anon_sym_NULL] = ACTIONS(1414), + [anon_sym_nullptr] = ACTIONS(1414), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1414), + [anon_sym_rayPayloadInEXT] = ACTIONS(1414), + [anon_sym_hitAttributeEXT] = ACTIONS(1414), + [anon_sym_callableDataEXT] = ACTIONS(1414), + [anon_sym_callableDataInEXT] = ACTIONS(1414), + [anon_sym_shaderRecordEXT] = ACTIONS(1414), + [anon_sym_rayPayloadNV] = ACTIONS(1414), + [anon_sym_rayPayloadInNV] = ACTIONS(1414), + [anon_sym_hitAttributeNV] = ACTIONS(1414), + [anon_sym_callableDataNV] = ACTIONS(1414), + [anon_sym_callableDataInNV] = ACTIONS(1414), + [anon_sym_shaderRecordNV] = ACTIONS(1414), + [anon_sym_layout] = ACTIONS(1414), + }, + [323] = { + [sym_identifier] = ACTIONS(1410), + [aux_sym_preproc_include_token1] = ACTIONS(1410), + [aux_sym_preproc_def_token1] = ACTIONS(1410), + [aux_sym_preproc_if_token1] = ACTIONS(1410), + [aux_sym_preproc_if_token2] = ACTIONS(1410), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1410), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1410), + [sym_preproc_directive] = ACTIONS(1410), + [anon_sym_LPAREN2] = ACTIONS(1412), + [anon_sym_BANG] = ACTIONS(1412), + [anon_sym_TILDE] = ACTIONS(1412), + [anon_sym_DASH] = ACTIONS(1410), + [anon_sym_PLUS] = ACTIONS(1410), + [anon_sym_STAR] = ACTIONS(1412), + [anon_sym_AMP] = ACTIONS(1412), + [anon_sym_subroutine] = ACTIONS(1410), + [anon_sym_invariant] = ACTIONS(1410), + [anon_sym_precise] = ACTIONS(1410), + [anon_sym_SEMI] = ACTIONS(1412), + [anon_sym_in] = ACTIONS(1410), + [anon_sym_out] = ACTIONS(1410), + [anon_sym_inout] = ACTIONS(1410), + [anon_sym_uniform] = ACTIONS(1410), + [anon_sym_shared] = ACTIONS(1410), + [anon_sym_attribute] = ACTIONS(1410), + [anon_sym_varying] = ACTIONS(1410), + [anon_sym_buffer] = ACTIONS(1410), + [anon_sym_coherent] = ACTIONS(1410), + [anon_sym_readonly] = ACTIONS(1410), + [anon_sym_writeonly] = ACTIONS(1410), + [anon_sym_precision] = ACTIONS(1410), + [anon_sym_highp] = ACTIONS(1410), + [anon_sym_mediump] = ACTIONS(1410), + [anon_sym_lowp] = ACTIONS(1410), + [anon_sym_centroid] = ACTIONS(1410), + [anon_sym_sample] = ACTIONS(1410), + [anon_sym_patch] = ACTIONS(1410), + [anon_sym_smooth] = ACTIONS(1410), + [anon_sym_flat] = ACTIONS(1410), + [anon_sym_noperspective] = ACTIONS(1410), + [anon_sym___extension__] = ACTIONS(1410), + [anon_sym_typedef] = ACTIONS(1410), + [anon_sym_extern] = ACTIONS(1410), + [anon_sym___attribute__] = ACTIONS(1410), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1412), + [anon_sym___declspec] = ACTIONS(1410), + [anon_sym___cdecl] = ACTIONS(1410), + [anon_sym___clrcall] = ACTIONS(1410), + [anon_sym___stdcall] = ACTIONS(1410), + [anon_sym___fastcall] = ACTIONS(1410), + [anon_sym___thiscall] = ACTIONS(1410), + [anon_sym___vectorcall] = ACTIONS(1410), + [anon_sym_LBRACE] = ACTIONS(1412), + [anon_sym_signed] = ACTIONS(1410), + [anon_sym_unsigned] = ACTIONS(1410), + [anon_sym_long] = ACTIONS(1410), + [anon_sym_short] = ACTIONS(1410), + [anon_sym_static] = ACTIONS(1410), + [anon_sym_auto] = ACTIONS(1410), + [anon_sym_register] = ACTIONS(1410), + [anon_sym_inline] = ACTIONS(1410), + [anon_sym___inline] = ACTIONS(1410), + [anon_sym___inline__] = ACTIONS(1410), + [anon_sym___forceinline] = ACTIONS(1410), + [anon_sym_thread_local] = ACTIONS(1410), + [anon_sym___thread] = ACTIONS(1410), + [anon_sym_const] = ACTIONS(1410), + [anon_sym_constexpr] = ACTIONS(1410), + [anon_sym_volatile] = ACTIONS(1410), + [anon_sym_restrict] = ACTIONS(1410), + [anon_sym___restrict__] = ACTIONS(1410), + [anon_sym__Atomic] = ACTIONS(1410), + [anon_sym__Noreturn] = ACTIONS(1410), + [anon_sym_noreturn] = ACTIONS(1410), + [sym_primitive_type] = ACTIONS(1410), + [anon_sym_enum] = ACTIONS(1410), + [anon_sym_struct] = ACTIONS(1410), + [anon_sym_union] = ACTIONS(1410), + [anon_sym_if] = ACTIONS(1410), + [anon_sym_else] = ACTIONS(1410), + [anon_sym_switch] = ACTIONS(1410), + [anon_sym_case] = ACTIONS(1410), + [anon_sym_default] = ACTIONS(1410), + [anon_sym_while] = ACTIONS(1410), + [anon_sym_do] = ACTIONS(1410), + [anon_sym_for] = ACTIONS(1410), + [anon_sym_return] = ACTIONS(1410), + [anon_sym_break] = ACTIONS(1410), + [anon_sym_continue] = ACTIONS(1410), + [anon_sym_goto] = ACTIONS(1410), + [anon_sym_DASH_DASH] = ACTIONS(1412), + [anon_sym_PLUS_PLUS] = ACTIONS(1412), + [anon_sym_sizeof] = ACTIONS(1410), + [anon_sym___alignof__] = ACTIONS(1410), + [anon_sym___alignof] = ACTIONS(1410), + [anon_sym__alignof] = ACTIONS(1410), + [anon_sym_alignof] = ACTIONS(1410), + [anon_sym__Alignof] = ACTIONS(1410), + [anon_sym_offsetof] = ACTIONS(1410), + [anon_sym__Generic] = ACTIONS(1410), + [anon_sym_asm] = ACTIONS(1410), + [anon_sym___asm__] = ACTIONS(1410), + [sym_number_literal] = ACTIONS(1412), + [anon_sym_L_SQUOTE] = ACTIONS(1412), + [anon_sym_u_SQUOTE] = ACTIONS(1412), + [anon_sym_U_SQUOTE] = ACTIONS(1412), + [anon_sym_u8_SQUOTE] = ACTIONS(1412), + [anon_sym_SQUOTE] = ACTIONS(1412), + [anon_sym_L_DQUOTE] = ACTIONS(1412), + [anon_sym_u_DQUOTE] = ACTIONS(1412), + [anon_sym_U_DQUOTE] = ACTIONS(1412), + [anon_sym_u8_DQUOTE] = ACTIONS(1412), + [anon_sym_DQUOTE] = ACTIONS(1412), + [sym_true] = ACTIONS(1410), + [sym_false] = ACTIONS(1410), + [anon_sym_NULL] = ACTIONS(1410), + [anon_sym_nullptr] = ACTIONS(1410), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1410), + [anon_sym_rayPayloadInEXT] = ACTIONS(1410), + [anon_sym_hitAttributeEXT] = ACTIONS(1410), + [anon_sym_callableDataEXT] = ACTIONS(1410), + [anon_sym_callableDataInEXT] = ACTIONS(1410), + [anon_sym_shaderRecordEXT] = ACTIONS(1410), + [anon_sym_rayPayloadNV] = ACTIONS(1410), + [anon_sym_rayPayloadInNV] = ACTIONS(1410), + [anon_sym_hitAttributeNV] = ACTIONS(1410), + [anon_sym_callableDataNV] = ACTIONS(1410), + [anon_sym_callableDataInNV] = ACTIONS(1410), + [anon_sym_shaderRecordNV] = ACTIONS(1410), + [anon_sym_layout] = ACTIONS(1410), }, [324] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_RBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [sym_identifier] = ACTIONS(1446), + [aux_sym_preproc_include_token1] = ACTIONS(1446), + [aux_sym_preproc_def_token1] = ACTIONS(1446), + [aux_sym_preproc_if_token1] = ACTIONS(1446), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1446), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1446), + [sym_preproc_directive] = ACTIONS(1446), + [anon_sym_LPAREN2] = ACTIONS(1448), + [anon_sym_BANG] = ACTIONS(1448), + [anon_sym_TILDE] = ACTIONS(1448), + [anon_sym_DASH] = ACTIONS(1446), + [anon_sym_PLUS] = ACTIONS(1446), + [anon_sym_STAR] = ACTIONS(1448), + [anon_sym_AMP] = ACTIONS(1448), + [anon_sym_subroutine] = ACTIONS(1446), + [anon_sym_invariant] = ACTIONS(1446), + [anon_sym_precise] = ACTIONS(1446), + [anon_sym_SEMI] = ACTIONS(1448), + [anon_sym_in] = ACTIONS(1446), + [anon_sym_out] = ACTIONS(1446), + [anon_sym_inout] = ACTIONS(1446), + [anon_sym_uniform] = ACTIONS(1446), + [anon_sym_shared] = ACTIONS(1446), + [anon_sym_attribute] = ACTIONS(1446), + [anon_sym_varying] = ACTIONS(1446), + [anon_sym_buffer] = ACTIONS(1446), + [anon_sym_coherent] = ACTIONS(1446), + [anon_sym_readonly] = ACTIONS(1446), + [anon_sym_writeonly] = ACTIONS(1446), + [anon_sym_precision] = ACTIONS(1446), + [anon_sym_highp] = ACTIONS(1446), + [anon_sym_mediump] = ACTIONS(1446), + [anon_sym_lowp] = ACTIONS(1446), + [anon_sym_centroid] = ACTIONS(1446), + [anon_sym_sample] = ACTIONS(1446), + [anon_sym_patch] = ACTIONS(1446), + [anon_sym_smooth] = ACTIONS(1446), + [anon_sym_flat] = ACTIONS(1446), + [anon_sym_noperspective] = ACTIONS(1446), + [anon_sym___extension__] = ACTIONS(1446), + [anon_sym_typedef] = ACTIONS(1446), + [anon_sym_extern] = ACTIONS(1446), + [anon_sym___attribute__] = ACTIONS(1446), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1448), + [anon_sym___declspec] = ACTIONS(1446), + [anon_sym___cdecl] = ACTIONS(1446), + [anon_sym___clrcall] = ACTIONS(1446), + [anon_sym___stdcall] = ACTIONS(1446), + [anon_sym___fastcall] = ACTIONS(1446), + [anon_sym___thiscall] = ACTIONS(1446), + [anon_sym___vectorcall] = ACTIONS(1446), + [anon_sym_LBRACE] = ACTIONS(1448), + [anon_sym_RBRACE] = ACTIONS(1448), + [anon_sym_signed] = ACTIONS(1446), + [anon_sym_unsigned] = ACTIONS(1446), + [anon_sym_long] = ACTIONS(1446), + [anon_sym_short] = ACTIONS(1446), + [anon_sym_static] = ACTIONS(1446), + [anon_sym_auto] = ACTIONS(1446), + [anon_sym_register] = ACTIONS(1446), + [anon_sym_inline] = ACTIONS(1446), + [anon_sym___inline] = ACTIONS(1446), + [anon_sym___inline__] = ACTIONS(1446), + [anon_sym___forceinline] = ACTIONS(1446), + [anon_sym_thread_local] = ACTIONS(1446), + [anon_sym___thread] = ACTIONS(1446), + [anon_sym_const] = ACTIONS(1446), + [anon_sym_constexpr] = ACTIONS(1446), + [anon_sym_volatile] = ACTIONS(1446), + [anon_sym_restrict] = ACTIONS(1446), + [anon_sym___restrict__] = ACTIONS(1446), + [anon_sym__Atomic] = ACTIONS(1446), + [anon_sym__Noreturn] = ACTIONS(1446), + [anon_sym_noreturn] = ACTIONS(1446), + [sym_primitive_type] = ACTIONS(1446), + [anon_sym_enum] = ACTIONS(1446), + [anon_sym_struct] = ACTIONS(1446), + [anon_sym_union] = ACTIONS(1446), + [anon_sym_if] = ACTIONS(1446), + [anon_sym_else] = ACTIONS(1446), + [anon_sym_switch] = ACTIONS(1446), + [anon_sym_case] = ACTIONS(1446), + [anon_sym_default] = ACTIONS(1446), + [anon_sym_while] = ACTIONS(1446), + [anon_sym_do] = ACTIONS(1446), + [anon_sym_for] = ACTIONS(1446), + [anon_sym_return] = ACTIONS(1446), + [anon_sym_break] = ACTIONS(1446), + [anon_sym_continue] = ACTIONS(1446), + [anon_sym_goto] = ACTIONS(1446), + [anon_sym_DASH_DASH] = ACTIONS(1448), + [anon_sym_PLUS_PLUS] = ACTIONS(1448), + [anon_sym_sizeof] = ACTIONS(1446), + [anon_sym___alignof__] = ACTIONS(1446), + [anon_sym___alignof] = ACTIONS(1446), + [anon_sym__alignof] = ACTIONS(1446), + [anon_sym_alignof] = ACTIONS(1446), + [anon_sym__Alignof] = ACTIONS(1446), + [anon_sym_offsetof] = ACTIONS(1446), + [anon_sym__Generic] = ACTIONS(1446), + [anon_sym_asm] = ACTIONS(1446), + [anon_sym___asm__] = ACTIONS(1446), + [sym_number_literal] = ACTIONS(1448), + [anon_sym_L_SQUOTE] = ACTIONS(1448), + [anon_sym_u_SQUOTE] = ACTIONS(1448), + [anon_sym_U_SQUOTE] = ACTIONS(1448), + [anon_sym_u8_SQUOTE] = ACTIONS(1448), + [anon_sym_SQUOTE] = ACTIONS(1448), + [anon_sym_L_DQUOTE] = ACTIONS(1448), + [anon_sym_u_DQUOTE] = ACTIONS(1448), + [anon_sym_U_DQUOTE] = ACTIONS(1448), + [anon_sym_u8_DQUOTE] = ACTIONS(1448), + [anon_sym_DQUOTE] = ACTIONS(1448), + [sym_true] = ACTIONS(1446), + [sym_false] = ACTIONS(1446), + [anon_sym_NULL] = ACTIONS(1446), + [anon_sym_nullptr] = ACTIONS(1446), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1446), + [anon_sym_rayPayloadInEXT] = ACTIONS(1446), + [anon_sym_hitAttributeEXT] = ACTIONS(1446), + [anon_sym_callableDataEXT] = ACTIONS(1446), + [anon_sym_callableDataInEXT] = ACTIONS(1446), + [anon_sym_shaderRecordEXT] = ACTIONS(1446), + [anon_sym_rayPayloadNV] = ACTIONS(1446), + [anon_sym_rayPayloadInNV] = ACTIONS(1446), + [anon_sym_hitAttributeNV] = ACTIONS(1446), + [anon_sym_callableDataNV] = ACTIONS(1446), + [anon_sym_callableDataInNV] = ACTIONS(1446), + [anon_sym_shaderRecordNV] = ACTIONS(1446), + [anon_sym_layout] = ACTIONS(1446), }, [325] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_RBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [sym_identifier] = ACTIONS(1402), + [aux_sym_preproc_include_token1] = ACTIONS(1402), + [aux_sym_preproc_def_token1] = ACTIONS(1402), + [aux_sym_preproc_if_token1] = ACTIONS(1402), + [aux_sym_preproc_if_token2] = ACTIONS(1402), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1402), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1402), + [sym_preproc_directive] = ACTIONS(1402), + [anon_sym_LPAREN2] = ACTIONS(1404), + [anon_sym_BANG] = ACTIONS(1404), + [anon_sym_TILDE] = ACTIONS(1404), + [anon_sym_DASH] = ACTIONS(1402), + [anon_sym_PLUS] = ACTIONS(1402), + [anon_sym_STAR] = ACTIONS(1404), + [anon_sym_AMP] = ACTIONS(1404), + [anon_sym_subroutine] = ACTIONS(1402), + [anon_sym_invariant] = ACTIONS(1402), + [anon_sym_precise] = ACTIONS(1402), + [anon_sym_SEMI] = ACTIONS(1404), + [anon_sym_in] = ACTIONS(1402), + [anon_sym_out] = ACTIONS(1402), + [anon_sym_inout] = ACTIONS(1402), + [anon_sym_uniform] = ACTIONS(1402), + [anon_sym_shared] = ACTIONS(1402), + [anon_sym_attribute] = ACTIONS(1402), + [anon_sym_varying] = ACTIONS(1402), + [anon_sym_buffer] = ACTIONS(1402), + [anon_sym_coherent] = ACTIONS(1402), + [anon_sym_readonly] = ACTIONS(1402), + [anon_sym_writeonly] = ACTIONS(1402), + [anon_sym_precision] = ACTIONS(1402), + [anon_sym_highp] = ACTIONS(1402), + [anon_sym_mediump] = ACTIONS(1402), + [anon_sym_lowp] = ACTIONS(1402), + [anon_sym_centroid] = ACTIONS(1402), + [anon_sym_sample] = ACTIONS(1402), + [anon_sym_patch] = ACTIONS(1402), + [anon_sym_smooth] = ACTIONS(1402), + [anon_sym_flat] = ACTIONS(1402), + [anon_sym_noperspective] = ACTIONS(1402), + [anon_sym___extension__] = ACTIONS(1402), + [anon_sym_typedef] = ACTIONS(1402), + [anon_sym_extern] = ACTIONS(1402), + [anon_sym___attribute__] = ACTIONS(1402), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1404), + [anon_sym___declspec] = ACTIONS(1402), + [anon_sym___cdecl] = ACTIONS(1402), + [anon_sym___clrcall] = ACTIONS(1402), + [anon_sym___stdcall] = ACTIONS(1402), + [anon_sym___fastcall] = ACTIONS(1402), + [anon_sym___thiscall] = ACTIONS(1402), + [anon_sym___vectorcall] = ACTIONS(1402), + [anon_sym_LBRACE] = ACTIONS(1404), + [anon_sym_signed] = ACTIONS(1402), + [anon_sym_unsigned] = ACTIONS(1402), + [anon_sym_long] = ACTIONS(1402), + [anon_sym_short] = ACTIONS(1402), + [anon_sym_static] = ACTIONS(1402), + [anon_sym_auto] = ACTIONS(1402), + [anon_sym_register] = ACTIONS(1402), + [anon_sym_inline] = ACTIONS(1402), + [anon_sym___inline] = ACTIONS(1402), + [anon_sym___inline__] = ACTIONS(1402), + [anon_sym___forceinline] = ACTIONS(1402), + [anon_sym_thread_local] = ACTIONS(1402), + [anon_sym___thread] = ACTIONS(1402), + [anon_sym_const] = ACTIONS(1402), + [anon_sym_constexpr] = ACTIONS(1402), + [anon_sym_volatile] = ACTIONS(1402), + [anon_sym_restrict] = ACTIONS(1402), + [anon_sym___restrict__] = ACTIONS(1402), + [anon_sym__Atomic] = ACTIONS(1402), + [anon_sym__Noreturn] = ACTIONS(1402), + [anon_sym_noreturn] = ACTIONS(1402), + [sym_primitive_type] = ACTIONS(1402), + [anon_sym_enum] = ACTIONS(1402), + [anon_sym_struct] = ACTIONS(1402), + [anon_sym_union] = ACTIONS(1402), + [anon_sym_if] = ACTIONS(1402), + [anon_sym_else] = ACTIONS(1402), + [anon_sym_switch] = ACTIONS(1402), + [anon_sym_case] = ACTIONS(1402), + [anon_sym_default] = ACTIONS(1402), + [anon_sym_while] = ACTIONS(1402), + [anon_sym_do] = ACTIONS(1402), + [anon_sym_for] = ACTIONS(1402), + [anon_sym_return] = ACTIONS(1402), + [anon_sym_break] = ACTIONS(1402), + [anon_sym_continue] = ACTIONS(1402), + [anon_sym_goto] = ACTIONS(1402), + [anon_sym_DASH_DASH] = ACTIONS(1404), + [anon_sym_PLUS_PLUS] = ACTIONS(1404), + [anon_sym_sizeof] = ACTIONS(1402), + [anon_sym___alignof__] = ACTIONS(1402), + [anon_sym___alignof] = ACTIONS(1402), + [anon_sym__alignof] = ACTIONS(1402), + [anon_sym_alignof] = ACTIONS(1402), + [anon_sym__Alignof] = ACTIONS(1402), + [anon_sym_offsetof] = ACTIONS(1402), + [anon_sym__Generic] = ACTIONS(1402), + [anon_sym_asm] = ACTIONS(1402), + [anon_sym___asm__] = ACTIONS(1402), + [sym_number_literal] = ACTIONS(1404), + [anon_sym_L_SQUOTE] = ACTIONS(1404), + [anon_sym_u_SQUOTE] = ACTIONS(1404), + [anon_sym_U_SQUOTE] = ACTIONS(1404), + [anon_sym_u8_SQUOTE] = ACTIONS(1404), + [anon_sym_SQUOTE] = ACTIONS(1404), + [anon_sym_L_DQUOTE] = ACTIONS(1404), + [anon_sym_u_DQUOTE] = ACTIONS(1404), + [anon_sym_U_DQUOTE] = ACTIONS(1404), + [anon_sym_u8_DQUOTE] = ACTIONS(1404), + [anon_sym_DQUOTE] = ACTIONS(1404), + [sym_true] = ACTIONS(1402), + [sym_false] = ACTIONS(1402), + [anon_sym_NULL] = ACTIONS(1402), + [anon_sym_nullptr] = ACTIONS(1402), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1402), + [anon_sym_rayPayloadInEXT] = ACTIONS(1402), + [anon_sym_hitAttributeEXT] = ACTIONS(1402), + [anon_sym_callableDataEXT] = ACTIONS(1402), + [anon_sym_callableDataInEXT] = ACTIONS(1402), + [anon_sym_shaderRecordEXT] = ACTIONS(1402), + [anon_sym_rayPayloadNV] = ACTIONS(1402), + [anon_sym_rayPayloadInNV] = ACTIONS(1402), + [anon_sym_hitAttributeNV] = ACTIONS(1402), + [anon_sym_callableDataNV] = ACTIONS(1402), + [anon_sym_callableDataInNV] = ACTIONS(1402), + [anon_sym_shaderRecordNV] = ACTIONS(1402), + [anon_sym_layout] = ACTIONS(1402), }, [326] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_RBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [sym_identifier] = ACTIONS(1418), + [aux_sym_preproc_include_token1] = ACTIONS(1418), + [aux_sym_preproc_def_token1] = ACTIONS(1418), + [aux_sym_preproc_if_token1] = ACTIONS(1418), + [aux_sym_preproc_if_token2] = ACTIONS(1418), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1418), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1418), + [sym_preproc_directive] = ACTIONS(1418), + [anon_sym_LPAREN2] = ACTIONS(1420), + [anon_sym_BANG] = ACTIONS(1420), + [anon_sym_TILDE] = ACTIONS(1420), + [anon_sym_DASH] = ACTIONS(1418), + [anon_sym_PLUS] = ACTIONS(1418), + [anon_sym_STAR] = ACTIONS(1420), + [anon_sym_AMP] = ACTIONS(1420), + [anon_sym_subroutine] = ACTIONS(1418), + [anon_sym_invariant] = ACTIONS(1418), + [anon_sym_precise] = ACTIONS(1418), + [anon_sym_SEMI] = ACTIONS(1420), + [anon_sym_in] = ACTIONS(1418), + [anon_sym_out] = ACTIONS(1418), + [anon_sym_inout] = ACTIONS(1418), + [anon_sym_uniform] = ACTIONS(1418), + [anon_sym_shared] = ACTIONS(1418), + [anon_sym_attribute] = ACTIONS(1418), + [anon_sym_varying] = ACTIONS(1418), + [anon_sym_buffer] = ACTIONS(1418), + [anon_sym_coherent] = ACTIONS(1418), + [anon_sym_readonly] = ACTIONS(1418), + [anon_sym_writeonly] = ACTIONS(1418), + [anon_sym_precision] = ACTIONS(1418), + [anon_sym_highp] = ACTIONS(1418), + [anon_sym_mediump] = ACTIONS(1418), + [anon_sym_lowp] = ACTIONS(1418), + [anon_sym_centroid] = ACTIONS(1418), + [anon_sym_sample] = ACTIONS(1418), + [anon_sym_patch] = ACTIONS(1418), + [anon_sym_smooth] = ACTIONS(1418), + [anon_sym_flat] = ACTIONS(1418), + [anon_sym_noperspective] = ACTIONS(1418), + [anon_sym___extension__] = ACTIONS(1418), + [anon_sym_typedef] = ACTIONS(1418), + [anon_sym_extern] = ACTIONS(1418), + [anon_sym___attribute__] = ACTIONS(1418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1420), + [anon_sym___declspec] = ACTIONS(1418), + [anon_sym___cdecl] = ACTIONS(1418), + [anon_sym___clrcall] = ACTIONS(1418), + [anon_sym___stdcall] = ACTIONS(1418), + [anon_sym___fastcall] = ACTIONS(1418), + [anon_sym___thiscall] = ACTIONS(1418), + [anon_sym___vectorcall] = ACTIONS(1418), + [anon_sym_LBRACE] = ACTIONS(1420), + [anon_sym_signed] = ACTIONS(1418), + [anon_sym_unsigned] = ACTIONS(1418), + [anon_sym_long] = ACTIONS(1418), + [anon_sym_short] = ACTIONS(1418), + [anon_sym_static] = ACTIONS(1418), + [anon_sym_auto] = ACTIONS(1418), + [anon_sym_register] = ACTIONS(1418), + [anon_sym_inline] = ACTIONS(1418), + [anon_sym___inline] = ACTIONS(1418), + [anon_sym___inline__] = ACTIONS(1418), + [anon_sym___forceinline] = ACTIONS(1418), + [anon_sym_thread_local] = ACTIONS(1418), + [anon_sym___thread] = ACTIONS(1418), + [anon_sym_const] = ACTIONS(1418), + [anon_sym_constexpr] = ACTIONS(1418), + [anon_sym_volatile] = ACTIONS(1418), + [anon_sym_restrict] = ACTIONS(1418), + [anon_sym___restrict__] = ACTIONS(1418), + [anon_sym__Atomic] = ACTIONS(1418), + [anon_sym__Noreturn] = ACTIONS(1418), + [anon_sym_noreturn] = ACTIONS(1418), + [sym_primitive_type] = ACTIONS(1418), + [anon_sym_enum] = ACTIONS(1418), + [anon_sym_struct] = ACTIONS(1418), + [anon_sym_union] = ACTIONS(1418), + [anon_sym_if] = ACTIONS(1418), + [anon_sym_else] = ACTIONS(1418), + [anon_sym_switch] = ACTIONS(1418), + [anon_sym_case] = ACTIONS(1418), + [anon_sym_default] = ACTIONS(1418), + [anon_sym_while] = ACTIONS(1418), + [anon_sym_do] = ACTIONS(1418), + [anon_sym_for] = ACTIONS(1418), + [anon_sym_return] = ACTIONS(1418), + [anon_sym_break] = ACTIONS(1418), + [anon_sym_continue] = ACTIONS(1418), + [anon_sym_goto] = ACTIONS(1418), + [anon_sym_DASH_DASH] = ACTIONS(1420), + [anon_sym_PLUS_PLUS] = ACTIONS(1420), + [anon_sym_sizeof] = ACTIONS(1418), + [anon_sym___alignof__] = ACTIONS(1418), + [anon_sym___alignof] = ACTIONS(1418), + [anon_sym__alignof] = ACTIONS(1418), + [anon_sym_alignof] = ACTIONS(1418), + [anon_sym__Alignof] = ACTIONS(1418), + [anon_sym_offsetof] = ACTIONS(1418), + [anon_sym__Generic] = ACTIONS(1418), + [anon_sym_asm] = ACTIONS(1418), + [anon_sym___asm__] = ACTIONS(1418), + [sym_number_literal] = ACTIONS(1420), + [anon_sym_L_SQUOTE] = ACTIONS(1420), + [anon_sym_u_SQUOTE] = ACTIONS(1420), + [anon_sym_U_SQUOTE] = ACTIONS(1420), + [anon_sym_u8_SQUOTE] = ACTIONS(1420), + [anon_sym_SQUOTE] = ACTIONS(1420), + [anon_sym_L_DQUOTE] = ACTIONS(1420), + [anon_sym_u_DQUOTE] = ACTIONS(1420), + [anon_sym_U_DQUOTE] = ACTIONS(1420), + [anon_sym_u8_DQUOTE] = ACTIONS(1420), + [anon_sym_DQUOTE] = ACTIONS(1420), + [sym_true] = ACTIONS(1418), + [sym_false] = ACTIONS(1418), + [anon_sym_NULL] = ACTIONS(1418), + [anon_sym_nullptr] = ACTIONS(1418), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1418), + [anon_sym_rayPayloadInEXT] = ACTIONS(1418), + [anon_sym_hitAttributeEXT] = ACTIONS(1418), + [anon_sym_callableDataEXT] = ACTIONS(1418), + [anon_sym_callableDataInEXT] = ACTIONS(1418), + [anon_sym_shaderRecordEXT] = ACTIONS(1418), + [anon_sym_rayPayloadNV] = ACTIONS(1418), + [anon_sym_rayPayloadInNV] = ACTIONS(1418), + [anon_sym_hitAttributeNV] = ACTIONS(1418), + [anon_sym_callableDataNV] = ACTIONS(1418), + [anon_sym_callableDataInNV] = ACTIONS(1418), + [anon_sym_shaderRecordNV] = ACTIONS(1418), + [anon_sym_layout] = ACTIONS(1418), }, [327] = { - [ts_builtin_sym_end] = ACTIONS(1400), - [sym_identifier] = ACTIONS(1398), - [aux_sym_preproc_include_token1] = ACTIONS(1398), - [aux_sym_preproc_def_token1] = ACTIONS(1398), - [aux_sym_preproc_if_token1] = ACTIONS(1398), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1398), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1398), - [sym_preproc_directive] = ACTIONS(1398), - [anon_sym_LPAREN2] = ACTIONS(1400), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_TILDE] = ACTIONS(1400), - [anon_sym_DASH] = ACTIONS(1398), - [anon_sym_PLUS] = ACTIONS(1398), - [anon_sym_STAR] = ACTIONS(1400), - [anon_sym_AMP] = ACTIONS(1400), - [anon_sym_subroutine] = ACTIONS(1398), - [anon_sym_invariant] = ACTIONS(1398), - [anon_sym_precise] = ACTIONS(1398), - [anon_sym_SEMI] = ACTIONS(1400), - [anon_sym_in] = ACTIONS(1398), - [anon_sym_out] = ACTIONS(1398), - [anon_sym_inout] = ACTIONS(1398), - [anon_sym_uniform] = ACTIONS(1398), - [anon_sym_shared] = ACTIONS(1398), - [anon_sym_attribute] = ACTIONS(1398), - [anon_sym_varying] = ACTIONS(1398), - [anon_sym_buffer] = ACTIONS(1398), - [anon_sym_coherent] = ACTIONS(1398), - [anon_sym_readonly] = ACTIONS(1398), - [anon_sym_writeonly] = ACTIONS(1398), - [anon_sym_precision] = ACTIONS(1398), - [anon_sym_highp] = ACTIONS(1398), - [anon_sym_mediump] = ACTIONS(1398), - [anon_sym_lowp] = ACTIONS(1398), - [anon_sym_centroid] = ACTIONS(1398), - [anon_sym_sample] = ACTIONS(1398), - [anon_sym_patch] = ACTIONS(1398), - [anon_sym_smooth] = ACTIONS(1398), - [anon_sym_flat] = ACTIONS(1398), - [anon_sym_noperspective] = ACTIONS(1398), - [anon_sym___extension__] = ACTIONS(1398), - [anon_sym_typedef] = ACTIONS(1398), - [anon_sym_extern] = ACTIONS(1398), - [anon_sym___attribute__] = ACTIONS(1398), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1400), - [anon_sym___declspec] = ACTIONS(1398), - [anon_sym___cdecl] = ACTIONS(1398), - [anon_sym___clrcall] = ACTIONS(1398), - [anon_sym___stdcall] = ACTIONS(1398), - [anon_sym___fastcall] = ACTIONS(1398), - [anon_sym___thiscall] = ACTIONS(1398), - [anon_sym___vectorcall] = ACTIONS(1398), - [anon_sym_LBRACE] = ACTIONS(1400), - [anon_sym_signed] = ACTIONS(1398), - [anon_sym_unsigned] = ACTIONS(1398), - [anon_sym_long] = ACTIONS(1398), - [anon_sym_short] = ACTIONS(1398), - [anon_sym_static] = ACTIONS(1398), - [anon_sym_auto] = ACTIONS(1398), - [anon_sym_register] = ACTIONS(1398), - [anon_sym_inline] = ACTIONS(1398), - [anon_sym___inline] = ACTIONS(1398), - [anon_sym___inline__] = ACTIONS(1398), - [anon_sym___forceinline] = ACTIONS(1398), - [anon_sym_thread_local] = ACTIONS(1398), - [anon_sym___thread] = ACTIONS(1398), - [anon_sym_const] = ACTIONS(1398), - [anon_sym_constexpr] = ACTIONS(1398), - [anon_sym_volatile] = ACTIONS(1398), - [anon_sym_restrict] = ACTIONS(1398), - [anon_sym___restrict__] = ACTIONS(1398), - [anon_sym__Atomic] = ACTIONS(1398), - [anon_sym__Noreturn] = ACTIONS(1398), - [anon_sym_noreturn] = ACTIONS(1398), - [sym_primitive_type] = ACTIONS(1398), - [anon_sym_enum] = ACTIONS(1398), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_union] = ACTIONS(1398), - [anon_sym_if] = ACTIONS(1398), - [anon_sym_else] = ACTIONS(1398), - [anon_sym_switch] = ACTIONS(1398), - [anon_sym_case] = ACTIONS(1398), - [anon_sym_default] = ACTIONS(1398), - [anon_sym_while] = ACTIONS(1398), - [anon_sym_do] = ACTIONS(1398), - [anon_sym_for] = ACTIONS(1398), - [anon_sym_return] = ACTIONS(1398), - [anon_sym_break] = ACTIONS(1398), - [anon_sym_continue] = ACTIONS(1398), - [anon_sym_goto] = ACTIONS(1398), - [anon_sym_DASH_DASH] = ACTIONS(1400), - [anon_sym_PLUS_PLUS] = ACTIONS(1400), - [anon_sym_sizeof] = ACTIONS(1398), - [anon_sym___alignof__] = ACTIONS(1398), - [anon_sym___alignof] = ACTIONS(1398), - [anon_sym__alignof] = ACTIONS(1398), - [anon_sym_alignof] = ACTIONS(1398), - [anon_sym__Alignof] = ACTIONS(1398), - [anon_sym_offsetof] = ACTIONS(1398), - [anon_sym__Generic] = ACTIONS(1398), - [anon_sym_asm] = ACTIONS(1398), - [anon_sym___asm__] = ACTIONS(1398), - [sym_number_literal] = ACTIONS(1400), - [anon_sym_L_SQUOTE] = ACTIONS(1400), - [anon_sym_u_SQUOTE] = ACTIONS(1400), - [anon_sym_U_SQUOTE] = ACTIONS(1400), - [anon_sym_u8_SQUOTE] = ACTIONS(1400), - [anon_sym_SQUOTE] = ACTIONS(1400), - [anon_sym_L_DQUOTE] = ACTIONS(1400), - [anon_sym_u_DQUOTE] = ACTIONS(1400), - [anon_sym_U_DQUOTE] = ACTIONS(1400), - [anon_sym_u8_DQUOTE] = ACTIONS(1400), - [anon_sym_DQUOTE] = ACTIONS(1400), - [sym_true] = ACTIONS(1398), - [sym_false] = ACTIONS(1398), - [anon_sym_NULL] = ACTIONS(1398), - [anon_sym_nullptr] = ACTIONS(1398), + [sym_identifier] = ACTIONS(1410), + [aux_sym_preproc_include_token1] = ACTIONS(1410), + [aux_sym_preproc_def_token1] = ACTIONS(1410), + [aux_sym_preproc_if_token1] = ACTIONS(1410), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1410), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1410), + [sym_preproc_directive] = ACTIONS(1410), + [anon_sym_LPAREN2] = ACTIONS(1412), + [anon_sym_BANG] = ACTIONS(1412), + [anon_sym_TILDE] = ACTIONS(1412), + [anon_sym_DASH] = ACTIONS(1410), + [anon_sym_PLUS] = ACTIONS(1410), + [anon_sym_STAR] = ACTIONS(1412), + [anon_sym_AMP] = ACTIONS(1412), + [anon_sym_subroutine] = ACTIONS(1410), + [anon_sym_invariant] = ACTIONS(1410), + [anon_sym_precise] = ACTIONS(1410), + [anon_sym_SEMI] = ACTIONS(1412), + [anon_sym_in] = ACTIONS(1410), + [anon_sym_out] = ACTIONS(1410), + [anon_sym_inout] = ACTIONS(1410), + [anon_sym_uniform] = ACTIONS(1410), + [anon_sym_shared] = ACTIONS(1410), + [anon_sym_attribute] = ACTIONS(1410), + [anon_sym_varying] = ACTIONS(1410), + [anon_sym_buffer] = ACTIONS(1410), + [anon_sym_coherent] = ACTIONS(1410), + [anon_sym_readonly] = ACTIONS(1410), + [anon_sym_writeonly] = ACTIONS(1410), + [anon_sym_precision] = ACTIONS(1410), + [anon_sym_highp] = ACTIONS(1410), + [anon_sym_mediump] = ACTIONS(1410), + [anon_sym_lowp] = ACTIONS(1410), + [anon_sym_centroid] = ACTIONS(1410), + [anon_sym_sample] = ACTIONS(1410), + [anon_sym_patch] = ACTIONS(1410), + [anon_sym_smooth] = ACTIONS(1410), + [anon_sym_flat] = ACTIONS(1410), + [anon_sym_noperspective] = ACTIONS(1410), + [anon_sym___extension__] = ACTIONS(1410), + [anon_sym_typedef] = ACTIONS(1410), + [anon_sym_extern] = ACTIONS(1410), + [anon_sym___attribute__] = ACTIONS(1410), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1412), + [anon_sym___declspec] = ACTIONS(1410), + [anon_sym___cdecl] = ACTIONS(1410), + [anon_sym___clrcall] = ACTIONS(1410), + [anon_sym___stdcall] = ACTIONS(1410), + [anon_sym___fastcall] = ACTIONS(1410), + [anon_sym___thiscall] = ACTIONS(1410), + [anon_sym___vectorcall] = ACTIONS(1410), + [anon_sym_LBRACE] = ACTIONS(1412), + [anon_sym_RBRACE] = ACTIONS(1412), + [anon_sym_signed] = ACTIONS(1410), + [anon_sym_unsigned] = ACTIONS(1410), + [anon_sym_long] = ACTIONS(1410), + [anon_sym_short] = ACTIONS(1410), + [anon_sym_static] = ACTIONS(1410), + [anon_sym_auto] = ACTIONS(1410), + [anon_sym_register] = ACTIONS(1410), + [anon_sym_inline] = ACTIONS(1410), + [anon_sym___inline] = ACTIONS(1410), + [anon_sym___inline__] = ACTIONS(1410), + [anon_sym___forceinline] = ACTIONS(1410), + [anon_sym_thread_local] = ACTIONS(1410), + [anon_sym___thread] = ACTIONS(1410), + [anon_sym_const] = ACTIONS(1410), + [anon_sym_constexpr] = ACTIONS(1410), + [anon_sym_volatile] = ACTIONS(1410), + [anon_sym_restrict] = ACTIONS(1410), + [anon_sym___restrict__] = ACTIONS(1410), + [anon_sym__Atomic] = ACTIONS(1410), + [anon_sym__Noreturn] = ACTIONS(1410), + [anon_sym_noreturn] = ACTIONS(1410), + [sym_primitive_type] = ACTIONS(1410), + [anon_sym_enum] = ACTIONS(1410), + [anon_sym_struct] = ACTIONS(1410), + [anon_sym_union] = ACTIONS(1410), + [anon_sym_if] = ACTIONS(1410), + [anon_sym_else] = ACTIONS(1410), + [anon_sym_switch] = ACTIONS(1410), + [anon_sym_case] = ACTIONS(1410), + [anon_sym_default] = ACTIONS(1410), + [anon_sym_while] = ACTIONS(1410), + [anon_sym_do] = ACTIONS(1410), + [anon_sym_for] = ACTIONS(1410), + [anon_sym_return] = ACTIONS(1410), + [anon_sym_break] = ACTIONS(1410), + [anon_sym_continue] = ACTIONS(1410), + [anon_sym_goto] = ACTIONS(1410), + [anon_sym_DASH_DASH] = ACTIONS(1412), + [anon_sym_PLUS_PLUS] = ACTIONS(1412), + [anon_sym_sizeof] = ACTIONS(1410), + [anon_sym___alignof__] = ACTIONS(1410), + [anon_sym___alignof] = ACTIONS(1410), + [anon_sym__alignof] = ACTIONS(1410), + [anon_sym_alignof] = ACTIONS(1410), + [anon_sym__Alignof] = ACTIONS(1410), + [anon_sym_offsetof] = ACTIONS(1410), + [anon_sym__Generic] = ACTIONS(1410), + [anon_sym_asm] = ACTIONS(1410), + [anon_sym___asm__] = ACTIONS(1410), + [sym_number_literal] = ACTIONS(1412), + [anon_sym_L_SQUOTE] = ACTIONS(1412), + [anon_sym_u_SQUOTE] = ACTIONS(1412), + [anon_sym_U_SQUOTE] = ACTIONS(1412), + [anon_sym_u8_SQUOTE] = ACTIONS(1412), + [anon_sym_SQUOTE] = ACTIONS(1412), + [anon_sym_L_DQUOTE] = ACTIONS(1412), + [anon_sym_u_DQUOTE] = ACTIONS(1412), + [anon_sym_U_DQUOTE] = ACTIONS(1412), + [anon_sym_u8_DQUOTE] = ACTIONS(1412), + [anon_sym_DQUOTE] = ACTIONS(1412), + [sym_true] = ACTIONS(1410), + [sym_false] = ACTIONS(1410), + [anon_sym_NULL] = ACTIONS(1410), + [anon_sym_nullptr] = ACTIONS(1410), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1398), - [anon_sym_rayPayloadInEXT] = ACTIONS(1398), - [anon_sym_hitAttributeEXT] = ACTIONS(1398), - [anon_sym_callableDataEXT] = ACTIONS(1398), - [anon_sym_callableDataInEXT] = ACTIONS(1398), - [anon_sym_shaderRecordEXT] = ACTIONS(1398), - [anon_sym_rayPayloadNV] = ACTIONS(1398), - [anon_sym_rayPayloadInNV] = ACTIONS(1398), - [anon_sym_hitAttributeNV] = ACTIONS(1398), - [anon_sym_callableDataNV] = ACTIONS(1398), - [anon_sym_callableDataInNV] = ACTIONS(1398), - [anon_sym_shaderRecordNV] = ACTIONS(1398), - [anon_sym_layout] = ACTIONS(1398), + [anon_sym_rayPayloadEXT] = ACTIONS(1410), + [anon_sym_rayPayloadInEXT] = ACTIONS(1410), + [anon_sym_hitAttributeEXT] = ACTIONS(1410), + [anon_sym_callableDataEXT] = ACTIONS(1410), + [anon_sym_callableDataInEXT] = ACTIONS(1410), + [anon_sym_shaderRecordEXT] = ACTIONS(1410), + [anon_sym_rayPayloadNV] = ACTIONS(1410), + [anon_sym_rayPayloadInNV] = ACTIONS(1410), + [anon_sym_hitAttributeNV] = ACTIONS(1410), + [anon_sym_callableDataNV] = ACTIONS(1410), + [anon_sym_callableDataInNV] = ACTIONS(1410), + [anon_sym_shaderRecordNV] = ACTIONS(1410), + [anon_sym_layout] = ACTIONS(1410), }, [328] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_RBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [sym_identifier] = ACTIONS(1414), + [aux_sym_preproc_include_token1] = ACTIONS(1414), + [aux_sym_preproc_def_token1] = ACTIONS(1414), + [aux_sym_preproc_if_token1] = ACTIONS(1414), + [aux_sym_preproc_if_token2] = ACTIONS(1414), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1414), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1414), + [sym_preproc_directive] = ACTIONS(1414), + [anon_sym_LPAREN2] = ACTIONS(1416), + [anon_sym_BANG] = ACTIONS(1416), + [anon_sym_TILDE] = ACTIONS(1416), + [anon_sym_DASH] = ACTIONS(1414), + [anon_sym_PLUS] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1416), + [anon_sym_AMP] = ACTIONS(1416), + [anon_sym_subroutine] = ACTIONS(1414), + [anon_sym_invariant] = ACTIONS(1414), + [anon_sym_precise] = ACTIONS(1414), + [anon_sym_SEMI] = ACTIONS(1416), + [anon_sym_in] = ACTIONS(1414), + [anon_sym_out] = ACTIONS(1414), + [anon_sym_inout] = ACTIONS(1414), + [anon_sym_uniform] = ACTIONS(1414), + [anon_sym_shared] = ACTIONS(1414), + [anon_sym_attribute] = ACTIONS(1414), + [anon_sym_varying] = ACTIONS(1414), + [anon_sym_buffer] = ACTIONS(1414), + [anon_sym_coherent] = ACTIONS(1414), + [anon_sym_readonly] = ACTIONS(1414), + [anon_sym_writeonly] = ACTIONS(1414), + [anon_sym_precision] = ACTIONS(1414), + [anon_sym_highp] = ACTIONS(1414), + [anon_sym_mediump] = ACTIONS(1414), + [anon_sym_lowp] = ACTIONS(1414), + [anon_sym_centroid] = ACTIONS(1414), + [anon_sym_sample] = ACTIONS(1414), + [anon_sym_patch] = ACTIONS(1414), + [anon_sym_smooth] = ACTIONS(1414), + [anon_sym_flat] = ACTIONS(1414), + [anon_sym_noperspective] = ACTIONS(1414), + [anon_sym___extension__] = ACTIONS(1414), + [anon_sym_typedef] = ACTIONS(1414), + [anon_sym_extern] = ACTIONS(1414), + [anon_sym___attribute__] = ACTIONS(1414), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1416), + [anon_sym___declspec] = ACTIONS(1414), + [anon_sym___cdecl] = ACTIONS(1414), + [anon_sym___clrcall] = ACTIONS(1414), + [anon_sym___stdcall] = ACTIONS(1414), + [anon_sym___fastcall] = ACTIONS(1414), + [anon_sym___thiscall] = ACTIONS(1414), + [anon_sym___vectorcall] = ACTIONS(1414), + [anon_sym_LBRACE] = ACTIONS(1416), + [anon_sym_signed] = ACTIONS(1414), + [anon_sym_unsigned] = ACTIONS(1414), + [anon_sym_long] = ACTIONS(1414), + [anon_sym_short] = ACTIONS(1414), + [anon_sym_static] = ACTIONS(1414), + [anon_sym_auto] = ACTIONS(1414), + [anon_sym_register] = ACTIONS(1414), + [anon_sym_inline] = ACTIONS(1414), + [anon_sym___inline] = ACTIONS(1414), + [anon_sym___inline__] = ACTIONS(1414), + [anon_sym___forceinline] = ACTIONS(1414), + [anon_sym_thread_local] = ACTIONS(1414), + [anon_sym___thread] = ACTIONS(1414), + [anon_sym_const] = ACTIONS(1414), + [anon_sym_constexpr] = ACTIONS(1414), + [anon_sym_volatile] = ACTIONS(1414), + [anon_sym_restrict] = ACTIONS(1414), + [anon_sym___restrict__] = ACTIONS(1414), + [anon_sym__Atomic] = ACTIONS(1414), + [anon_sym__Noreturn] = ACTIONS(1414), + [anon_sym_noreturn] = ACTIONS(1414), + [sym_primitive_type] = ACTIONS(1414), + [anon_sym_enum] = ACTIONS(1414), + [anon_sym_struct] = ACTIONS(1414), + [anon_sym_union] = ACTIONS(1414), + [anon_sym_if] = ACTIONS(1414), + [anon_sym_else] = ACTIONS(1414), + [anon_sym_switch] = ACTIONS(1414), + [anon_sym_case] = ACTIONS(1414), + [anon_sym_default] = ACTIONS(1414), + [anon_sym_while] = ACTIONS(1414), + [anon_sym_do] = ACTIONS(1414), + [anon_sym_for] = ACTIONS(1414), + [anon_sym_return] = ACTIONS(1414), + [anon_sym_break] = ACTIONS(1414), + [anon_sym_continue] = ACTIONS(1414), + [anon_sym_goto] = ACTIONS(1414), + [anon_sym_DASH_DASH] = ACTIONS(1416), + [anon_sym_PLUS_PLUS] = ACTIONS(1416), + [anon_sym_sizeof] = ACTIONS(1414), + [anon_sym___alignof__] = ACTIONS(1414), + [anon_sym___alignof] = ACTIONS(1414), + [anon_sym__alignof] = ACTIONS(1414), + [anon_sym_alignof] = ACTIONS(1414), + [anon_sym__Alignof] = ACTIONS(1414), + [anon_sym_offsetof] = ACTIONS(1414), + [anon_sym__Generic] = ACTIONS(1414), + [anon_sym_asm] = ACTIONS(1414), + [anon_sym___asm__] = ACTIONS(1414), + [sym_number_literal] = ACTIONS(1416), + [anon_sym_L_SQUOTE] = ACTIONS(1416), + [anon_sym_u_SQUOTE] = ACTIONS(1416), + [anon_sym_U_SQUOTE] = ACTIONS(1416), + [anon_sym_u8_SQUOTE] = ACTIONS(1416), + [anon_sym_SQUOTE] = ACTIONS(1416), + [anon_sym_L_DQUOTE] = ACTIONS(1416), + [anon_sym_u_DQUOTE] = ACTIONS(1416), + [anon_sym_U_DQUOTE] = ACTIONS(1416), + [anon_sym_u8_DQUOTE] = ACTIONS(1416), + [anon_sym_DQUOTE] = ACTIONS(1416), + [sym_true] = ACTIONS(1414), + [sym_false] = ACTIONS(1414), + [anon_sym_NULL] = ACTIONS(1414), + [anon_sym_nullptr] = ACTIONS(1414), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1414), + [anon_sym_rayPayloadInEXT] = ACTIONS(1414), + [anon_sym_hitAttributeEXT] = ACTIONS(1414), + [anon_sym_callableDataEXT] = ACTIONS(1414), + [anon_sym_callableDataInEXT] = ACTIONS(1414), + [anon_sym_shaderRecordEXT] = ACTIONS(1414), + [anon_sym_rayPayloadNV] = ACTIONS(1414), + [anon_sym_rayPayloadInNV] = ACTIONS(1414), + [anon_sym_hitAttributeNV] = ACTIONS(1414), + [anon_sym_callableDataNV] = ACTIONS(1414), + [anon_sym_callableDataInNV] = ACTIONS(1414), + [anon_sym_shaderRecordNV] = ACTIONS(1414), + [anon_sym_layout] = ACTIONS(1414), }, [329] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_RBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [ts_builtin_sym_end] = ACTIONS(1376), + [sym_identifier] = ACTIONS(1374), + [aux_sym_preproc_include_token1] = ACTIONS(1374), + [aux_sym_preproc_def_token1] = ACTIONS(1374), + [aux_sym_preproc_if_token1] = ACTIONS(1374), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1374), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1374), + [sym_preproc_directive] = ACTIONS(1374), + [anon_sym_LPAREN2] = ACTIONS(1376), + [anon_sym_BANG] = ACTIONS(1376), + [anon_sym_TILDE] = ACTIONS(1376), + [anon_sym_DASH] = ACTIONS(1374), + [anon_sym_PLUS] = ACTIONS(1374), + [anon_sym_STAR] = ACTIONS(1376), + [anon_sym_AMP] = ACTIONS(1376), + [anon_sym_subroutine] = ACTIONS(1374), + [anon_sym_invariant] = ACTIONS(1374), + [anon_sym_precise] = ACTIONS(1374), + [anon_sym_SEMI] = ACTIONS(1376), + [anon_sym_in] = ACTIONS(1374), + [anon_sym_out] = ACTIONS(1374), + [anon_sym_inout] = ACTIONS(1374), + [anon_sym_uniform] = ACTIONS(1374), + [anon_sym_shared] = ACTIONS(1374), + [anon_sym_attribute] = ACTIONS(1374), + [anon_sym_varying] = ACTIONS(1374), + [anon_sym_buffer] = ACTIONS(1374), + [anon_sym_coherent] = ACTIONS(1374), + [anon_sym_readonly] = ACTIONS(1374), + [anon_sym_writeonly] = ACTIONS(1374), + [anon_sym_precision] = ACTIONS(1374), + [anon_sym_highp] = ACTIONS(1374), + [anon_sym_mediump] = ACTIONS(1374), + [anon_sym_lowp] = ACTIONS(1374), + [anon_sym_centroid] = ACTIONS(1374), + [anon_sym_sample] = ACTIONS(1374), + [anon_sym_patch] = ACTIONS(1374), + [anon_sym_smooth] = ACTIONS(1374), + [anon_sym_flat] = ACTIONS(1374), + [anon_sym_noperspective] = ACTIONS(1374), + [anon_sym___extension__] = ACTIONS(1374), + [anon_sym_typedef] = ACTIONS(1374), + [anon_sym_extern] = ACTIONS(1374), + [anon_sym___attribute__] = ACTIONS(1374), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1376), + [anon_sym___declspec] = ACTIONS(1374), + [anon_sym___cdecl] = ACTIONS(1374), + [anon_sym___clrcall] = ACTIONS(1374), + [anon_sym___stdcall] = ACTIONS(1374), + [anon_sym___fastcall] = ACTIONS(1374), + [anon_sym___thiscall] = ACTIONS(1374), + [anon_sym___vectorcall] = ACTIONS(1374), + [anon_sym_LBRACE] = ACTIONS(1376), + [anon_sym_signed] = ACTIONS(1374), + [anon_sym_unsigned] = ACTIONS(1374), + [anon_sym_long] = ACTIONS(1374), + [anon_sym_short] = ACTIONS(1374), + [anon_sym_static] = ACTIONS(1374), + [anon_sym_auto] = ACTIONS(1374), + [anon_sym_register] = ACTIONS(1374), + [anon_sym_inline] = ACTIONS(1374), + [anon_sym___inline] = ACTIONS(1374), + [anon_sym___inline__] = ACTIONS(1374), + [anon_sym___forceinline] = ACTIONS(1374), + [anon_sym_thread_local] = ACTIONS(1374), + [anon_sym___thread] = ACTIONS(1374), + [anon_sym_const] = ACTIONS(1374), + [anon_sym_constexpr] = ACTIONS(1374), + [anon_sym_volatile] = ACTIONS(1374), + [anon_sym_restrict] = ACTIONS(1374), + [anon_sym___restrict__] = ACTIONS(1374), + [anon_sym__Atomic] = ACTIONS(1374), + [anon_sym__Noreturn] = ACTIONS(1374), + [anon_sym_noreturn] = ACTIONS(1374), + [sym_primitive_type] = ACTIONS(1374), + [anon_sym_enum] = ACTIONS(1374), + [anon_sym_struct] = ACTIONS(1374), + [anon_sym_union] = ACTIONS(1374), + [anon_sym_if] = ACTIONS(1374), + [anon_sym_else] = ACTIONS(1374), + [anon_sym_switch] = ACTIONS(1374), + [anon_sym_case] = ACTIONS(1374), + [anon_sym_default] = ACTIONS(1374), + [anon_sym_while] = ACTIONS(1374), + [anon_sym_do] = ACTIONS(1374), + [anon_sym_for] = ACTIONS(1374), + [anon_sym_return] = ACTIONS(1374), + [anon_sym_break] = ACTIONS(1374), + [anon_sym_continue] = ACTIONS(1374), + [anon_sym_goto] = ACTIONS(1374), + [anon_sym_DASH_DASH] = ACTIONS(1376), + [anon_sym_PLUS_PLUS] = ACTIONS(1376), + [anon_sym_sizeof] = ACTIONS(1374), + [anon_sym___alignof__] = ACTIONS(1374), + [anon_sym___alignof] = ACTIONS(1374), + [anon_sym__alignof] = ACTIONS(1374), + [anon_sym_alignof] = ACTIONS(1374), + [anon_sym__Alignof] = ACTIONS(1374), + [anon_sym_offsetof] = ACTIONS(1374), + [anon_sym__Generic] = ACTIONS(1374), + [anon_sym_asm] = ACTIONS(1374), + [anon_sym___asm__] = ACTIONS(1374), + [sym_number_literal] = ACTIONS(1376), + [anon_sym_L_SQUOTE] = ACTIONS(1376), + [anon_sym_u_SQUOTE] = ACTIONS(1376), + [anon_sym_U_SQUOTE] = ACTIONS(1376), + [anon_sym_u8_SQUOTE] = ACTIONS(1376), + [anon_sym_SQUOTE] = ACTIONS(1376), + [anon_sym_L_DQUOTE] = ACTIONS(1376), + [anon_sym_u_DQUOTE] = ACTIONS(1376), + [anon_sym_U_DQUOTE] = ACTIONS(1376), + [anon_sym_u8_DQUOTE] = ACTIONS(1376), + [anon_sym_DQUOTE] = ACTIONS(1376), + [sym_true] = ACTIONS(1374), + [sym_false] = ACTIONS(1374), + [anon_sym_NULL] = ACTIONS(1374), + [anon_sym_nullptr] = ACTIONS(1374), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1374), + [anon_sym_rayPayloadInEXT] = ACTIONS(1374), + [anon_sym_hitAttributeEXT] = ACTIONS(1374), + [anon_sym_callableDataEXT] = ACTIONS(1374), + [anon_sym_callableDataInEXT] = ACTIONS(1374), + [anon_sym_shaderRecordEXT] = ACTIONS(1374), + [anon_sym_rayPayloadNV] = ACTIONS(1374), + [anon_sym_rayPayloadInNV] = ACTIONS(1374), + [anon_sym_hitAttributeNV] = ACTIONS(1374), + [anon_sym_callableDataNV] = ACTIONS(1374), + [anon_sym_callableDataInNV] = ACTIONS(1374), + [anon_sym_shaderRecordNV] = ACTIONS(1374), + [anon_sym_layout] = ACTIONS(1374), }, [330] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_RBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [sym_identifier] = ACTIONS(1406), + [aux_sym_preproc_include_token1] = ACTIONS(1406), + [aux_sym_preproc_def_token1] = ACTIONS(1406), + [aux_sym_preproc_if_token1] = ACTIONS(1406), + [aux_sym_preproc_if_token2] = ACTIONS(1406), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1406), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1406), + [sym_preproc_directive] = ACTIONS(1406), + [anon_sym_LPAREN2] = ACTIONS(1408), + [anon_sym_BANG] = ACTIONS(1408), + [anon_sym_TILDE] = ACTIONS(1408), + [anon_sym_DASH] = ACTIONS(1406), + [anon_sym_PLUS] = ACTIONS(1406), + [anon_sym_STAR] = ACTIONS(1408), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_subroutine] = ACTIONS(1406), + [anon_sym_invariant] = ACTIONS(1406), + [anon_sym_precise] = ACTIONS(1406), + [anon_sym_SEMI] = ACTIONS(1408), + [anon_sym_in] = ACTIONS(1406), + [anon_sym_out] = ACTIONS(1406), + [anon_sym_inout] = ACTIONS(1406), + [anon_sym_uniform] = ACTIONS(1406), + [anon_sym_shared] = ACTIONS(1406), + [anon_sym_attribute] = ACTIONS(1406), + [anon_sym_varying] = ACTIONS(1406), + [anon_sym_buffer] = ACTIONS(1406), + [anon_sym_coherent] = ACTIONS(1406), + [anon_sym_readonly] = ACTIONS(1406), + [anon_sym_writeonly] = ACTIONS(1406), + [anon_sym_precision] = ACTIONS(1406), + [anon_sym_highp] = ACTIONS(1406), + [anon_sym_mediump] = ACTIONS(1406), + [anon_sym_lowp] = ACTIONS(1406), + [anon_sym_centroid] = ACTIONS(1406), + [anon_sym_sample] = ACTIONS(1406), + [anon_sym_patch] = ACTIONS(1406), + [anon_sym_smooth] = ACTIONS(1406), + [anon_sym_flat] = ACTIONS(1406), + [anon_sym_noperspective] = ACTIONS(1406), + [anon_sym___extension__] = ACTIONS(1406), + [anon_sym_typedef] = ACTIONS(1406), + [anon_sym_extern] = ACTIONS(1406), + [anon_sym___attribute__] = ACTIONS(1406), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1408), + [anon_sym___declspec] = ACTIONS(1406), + [anon_sym___cdecl] = ACTIONS(1406), + [anon_sym___clrcall] = ACTIONS(1406), + [anon_sym___stdcall] = ACTIONS(1406), + [anon_sym___fastcall] = ACTIONS(1406), + [anon_sym___thiscall] = ACTIONS(1406), + [anon_sym___vectorcall] = ACTIONS(1406), + [anon_sym_LBRACE] = ACTIONS(1408), + [anon_sym_signed] = ACTIONS(1406), + [anon_sym_unsigned] = ACTIONS(1406), + [anon_sym_long] = ACTIONS(1406), + [anon_sym_short] = ACTIONS(1406), + [anon_sym_static] = ACTIONS(1406), + [anon_sym_auto] = ACTIONS(1406), + [anon_sym_register] = ACTIONS(1406), + [anon_sym_inline] = ACTIONS(1406), + [anon_sym___inline] = ACTIONS(1406), + [anon_sym___inline__] = ACTIONS(1406), + [anon_sym___forceinline] = ACTIONS(1406), + [anon_sym_thread_local] = ACTIONS(1406), + [anon_sym___thread] = ACTIONS(1406), + [anon_sym_const] = ACTIONS(1406), + [anon_sym_constexpr] = ACTIONS(1406), + [anon_sym_volatile] = ACTIONS(1406), + [anon_sym_restrict] = ACTIONS(1406), + [anon_sym___restrict__] = ACTIONS(1406), + [anon_sym__Atomic] = ACTIONS(1406), + [anon_sym__Noreturn] = ACTIONS(1406), + [anon_sym_noreturn] = ACTIONS(1406), + [sym_primitive_type] = ACTIONS(1406), + [anon_sym_enum] = ACTIONS(1406), + [anon_sym_struct] = ACTIONS(1406), + [anon_sym_union] = ACTIONS(1406), + [anon_sym_if] = ACTIONS(1406), + [anon_sym_else] = ACTIONS(1406), + [anon_sym_switch] = ACTIONS(1406), + [anon_sym_case] = ACTIONS(1406), + [anon_sym_default] = ACTIONS(1406), + [anon_sym_while] = ACTIONS(1406), + [anon_sym_do] = ACTIONS(1406), + [anon_sym_for] = ACTIONS(1406), + [anon_sym_return] = ACTIONS(1406), + [anon_sym_break] = ACTIONS(1406), + [anon_sym_continue] = ACTIONS(1406), + [anon_sym_goto] = ACTIONS(1406), + [anon_sym_DASH_DASH] = ACTIONS(1408), + [anon_sym_PLUS_PLUS] = ACTIONS(1408), + [anon_sym_sizeof] = ACTIONS(1406), + [anon_sym___alignof__] = ACTIONS(1406), + [anon_sym___alignof] = ACTIONS(1406), + [anon_sym__alignof] = ACTIONS(1406), + [anon_sym_alignof] = ACTIONS(1406), + [anon_sym__Alignof] = ACTIONS(1406), + [anon_sym_offsetof] = ACTIONS(1406), + [anon_sym__Generic] = ACTIONS(1406), + [anon_sym_asm] = ACTIONS(1406), + [anon_sym___asm__] = ACTIONS(1406), + [sym_number_literal] = ACTIONS(1408), + [anon_sym_L_SQUOTE] = ACTIONS(1408), + [anon_sym_u_SQUOTE] = ACTIONS(1408), + [anon_sym_U_SQUOTE] = ACTIONS(1408), + [anon_sym_u8_SQUOTE] = ACTIONS(1408), + [anon_sym_SQUOTE] = ACTIONS(1408), + [anon_sym_L_DQUOTE] = ACTIONS(1408), + [anon_sym_u_DQUOTE] = ACTIONS(1408), + [anon_sym_U_DQUOTE] = ACTIONS(1408), + [anon_sym_u8_DQUOTE] = ACTIONS(1408), + [anon_sym_DQUOTE] = ACTIONS(1408), + [sym_true] = ACTIONS(1406), + [sym_false] = ACTIONS(1406), + [anon_sym_NULL] = ACTIONS(1406), + [anon_sym_nullptr] = ACTIONS(1406), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1406), + [anon_sym_rayPayloadInEXT] = ACTIONS(1406), + [anon_sym_hitAttributeEXT] = ACTIONS(1406), + [anon_sym_callableDataEXT] = ACTIONS(1406), + [anon_sym_callableDataInEXT] = ACTIONS(1406), + [anon_sym_shaderRecordEXT] = ACTIONS(1406), + [anon_sym_rayPayloadNV] = ACTIONS(1406), + [anon_sym_rayPayloadInNV] = ACTIONS(1406), + [anon_sym_hitAttributeNV] = ACTIONS(1406), + [anon_sym_callableDataNV] = ACTIONS(1406), + [anon_sym_callableDataInNV] = ACTIONS(1406), + [anon_sym_shaderRecordNV] = ACTIONS(1406), + [anon_sym_layout] = ACTIONS(1406), }, [331] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [sym_identifier] = ACTIONS(1386), + [aux_sym_preproc_include_token1] = ACTIONS(1386), + [aux_sym_preproc_def_token1] = ACTIONS(1386), + [aux_sym_preproc_if_token1] = ACTIONS(1386), + [aux_sym_preproc_if_token2] = ACTIONS(1386), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1386), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1386), + [sym_preproc_directive] = ACTIONS(1386), + [anon_sym_LPAREN2] = ACTIONS(1388), + [anon_sym_BANG] = ACTIONS(1388), + [anon_sym_TILDE] = ACTIONS(1388), + [anon_sym_DASH] = ACTIONS(1386), + [anon_sym_PLUS] = ACTIONS(1386), + [anon_sym_STAR] = ACTIONS(1388), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_subroutine] = ACTIONS(1386), + [anon_sym_invariant] = ACTIONS(1386), + [anon_sym_precise] = ACTIONS(1386), + [anon_sym_SEMI] = ACTIONS(1388), + [anon_sym_in] = ACTIONS(1386), + [anon_sym_out] = ACTIONS(1386), + [anon_sym_inout] = ACTIONS(1386), + [anon_sym_uniform] = ACTIONS(1386), + [anon_sym_shared] = ACTIONS(1386), + [anon_sym_attribute] = ACTIONS(1386), + [anon_sym_varying] = ACTIONS(1386), + [anon_sym_buffer] = ACTIONS(1386), + [anon_sym_coherent] = ACTIONS(1386), + [anon_sym_readonly] = ACTIONS(1386), + [anon_sym_writeonly] = ACTIONS(1386), + [anon_sym_precision] = ACTIONS(1386), + [anon_sym_highp] = ACTIONS(1386), + [anon_sym_mediump] = ACTIONS(1386), + [anon_sym_lowp] = ACTIONS(1386), + [anon_sym_centroid] = ACTIONS(1386), + [anon_sym_sample] = ACTIONS(1386), + [anon_sym_patch] = ACTIONS(1386), + [anon_sym_smooth] = ACTIONS(1386), + [anon_sym_flat] = ACTIONS(1386), + [anon_sym_noperspective] = ACTIONS(1386), + [anon_sym___extension__] = ACTIONS(1386), + [anon_sym_typedef] = ACTIONS(1386), + [anon_sym_extern] = ACTIONS(1386), + [anon_sym___attribute__] = ACTIONS(1386), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1388), + [anon_sym___declspec] = ACTIONS(1386), + [anon_sym___cdecl] = ACTIONS(1386), + [anon_sym___clrcall] = ACTIONS(1386), + [anon_sym___stdcall] = ACTIONS(1386), + [anon_sym___fastcall] = ACTIONS(1386), + [anon_sym___thiscall] = ACTIONS(1386), + [anon_sym___vectorcall] = ACTIONS(1386), + [anon_sym_LBRACE] = ACTIONS(1388), + [anon_sym_signed] = ACTIONS(1386), + [anon_sym_unsigned] = ACTIONS(1386), + [anon_sym_long] = ACTIONS(1386), + [anon_sym_short] = ACTIONS(1386), + [anon_sym_static] = ACTIONS(1386), + [anon_sym_auto] = ACTIONS(1386), + [anon_sym_register] = ACTIONS(1386), + [anon_sym_inline] = ACTIONS(1386), + [anon_sym___inline] = ACTIONS(1386), + [anon_sym___inline__] = ACTIONS(1386), + [anon_sym___forceinline] = ACTIONS(1386), + [anon_sym_thread_local] = ACTIONS(1386), + [anon_sym___thread] = ACTIONS(1386), + [anon_sym_const] = ACTIONS(1386), + [anon_sym_constexpr] = ACTIONS(1386), + [anon_sym_volatile] = ACTIONS(1386), + [anon_sym_restrict] = ACTIONS(1386), + [anon_sym___restrict__] = ACTIONS(1386), + [anon_sym__Atomic] = ACTIONS(1386), + [anon_sym__Noreturn] = ACTIONS(1386), + [anon_sym_noreturn] = ACTIONS(1386), + [sym_primitive_type] = ACTIONS(1386), + [anon_sym_enum] = ACTIONS(1386), + [anon_sym_struct] = ACTIONS(1386), + [anon_sym_union] = ACTIONS(1386), + [anon_sym_if] = ACTIONS(1386), + [anon_sym_else] = ACTIONS(1386), + [anon_sym_switch] = ACTIONS(1386), + [anon_sym_case] = ACTIONS(1386), + [anon_sym_default] = ACTIONS(1386), + [anon_sym_while] = ACTIONS(1386), + [anon_sym_do] = ACTIONS(1386), + [anon_sym_for] = ACTIONS(1386), + [anon_sym_return] = ACTIONS(1386), + [anon_sym_break] = ACTIONS(1386), + [anon_sym_continue] = ACTIONS(1386), + [anon_sym_goto] = ACTIONS(1386), + [anon_sym_DASH_DASH] = ACTIONS(1388), + [anon_sym_PLUS_PLUS] = ACTIONS(1388), + [anon_sym_sizeof] = ACTIONS(1386), + [anon_sym___alignof__] = ACTIONS(1386), + [anon_sym___alignof] = ACTIONS(1386), + [anon_sym__alignof] = ACTIONS(1386), + [anon_sym_alignof] = ACTIONS(1386), + [anon_sym__Alignof] = ACTIONS(1386), + [anon_sym_offsetof] = ACTIONS(1386), + [anon_sym__Generic] = ACTIONS(1386), + [anon_sym_asm] = ACTIONS(1386), + [anon_sym___asm__] = ACTIONS(1386), + [sym_number_literal] = ACTIONS(1388), + [anon_sym_L_SQUOTE] = ACTIONS(1388), + [anon_sym_u_SQUOTE] = ACTIONS(1388), + [anon_sym_U_SQUOTE] = ACTIONS(1388), + [anon_sym_u8_SQUOTE] = ACTIONS(1388), + [anon_sym_SQUOTE] = ACTIONS(1388), + [anon_sym_L_DQUOTE] = ACTIONS(1388), + [anon_sym_u_DQUOTE] = ACTIONS(1388), + [anon_sym_U_DQUOTE] = ACTIONS(1388), + [anon_sym_u8_DQUOTE] = ACTIONS(1388), + [anon_sym_DQUOTE] = ACTIONS(1388), + [sym_true] = ACTIONS(1386), + [sym_false] = ACTIONS(1386), + [anon_sym_NULL] = ACTIONS(1386), + [anon_sym_nullptr] = ACTIONS(1386), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1386), + [anon_sym_rayPayloadInEXT] = ACTIONS(1386), + [anon_sym_hitAttributeEXT] = ACTIONS(1386), + [anon_sym_callableDataEXT] = ACTIONS(1386), + [anon_sym_callableDataInEXT] = ACTIONS(1386), + [anon_sym_shaderRecordEXT] = ACTIONS(1386), + [anon_sym_rayPayloadNV] = ACTIONS(1386), + [anon_sym_rayPayloadInNV] = ACTIONS(1386), + [anon_sym_hitAttributeNV] = ACTIONS(1386), + [anon_sym_callableDataNV] = ACTIONS(1386), + [anon_sym_callableDataInNV] = ACTIONS(1386), + [anon_sym_shaderRecordNV] = ACTIONS(1386), + [anon_sym_layout] = ACTIONS(1386), }, [332] = { [sym_identifier] = ACTIONS(1358), [aux_sym_preproc_include_token1] = ACTIONS(1358), [aux_sym_preproc_def_token1] = ACTIONS(1358), [aux_sym_preproc_if_token1] = ACTIONS(1358), + [aux_sym_preproc_if_token2] = ACTIONS(1358), [aux_sym_preproc_ifdef_token1] = ACTIONS(1358), [aux_sym_preproc_ifdef_token2] = ACTIONS(1358), [sym_preproc_directive] = ACTIONS(1358), @@ -66375,7 +66371,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1358), [anon_sym___vectorcall] = ACTIONS(1358), [anon_sym_LBRACE] = ACTIONS(1360), - [anon_sym_RBRACE] = ACTIONS(1360), [anon_sym_signed] = ACTIONS(1358), [anon_sym_unsigned] = ACTIONS(1358), [anon_sym_long] = ACTIONS(1358), @@ -66460,6 +66455,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_preproc_include_token1] = ACTIONS(1362), [aux_sym_preproc_def_token1] = ACTIONS(1362), [aux_sym_preproc_if_token1] = ACTIONS(1362), + [aux_sym_preproc_if_token2] = ACTIONS(1362), [aux_sym_preproc_ifdef_token1] = ACTIONS(1362), [aux_sym_preproc_ifdef_token2] = ACTIONS(1362), [sym_preproc_directive] = ACTIONS(1362), @@ -66508,7 +66504,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1362), [anon_sym___vectorcall] = ACTIONS(1362), [anon_sym_LBRACE] = ACTIONS(1364), - [anon_sym_RBRACE] = ACTIONS(1364), [anon_sym_signed] = ACTIONS(1362), [anon_sym_unsigned] = ACTIONS(1362), [anon_sym_long] = ACTIONS(1362), @@ -66589,539 +66584,538 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(1362), }, [334] = { - [ts_builtin_sym_end] = ACTIONS(1448), - [sym_identifier] = ACTIONS(1446), - [aux_sym_preproc_include_token1] = ACTIONS(1446), - [aux_sym_preproc_def_token1] = ACTIONS(1446), - [aux_sym_preproc_if_token1] = ACTIONS(1446), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1446), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1446), - [sym_preproc_directive] = ACTIONS(1446), - [anon_sym_LPAREN2] = ACTIONS(1448), - [anon_sym_BANG] = ACTIONS(1448), - [anon_sym_TILDE] = ACTIONS(1448), - [anon_sym_DASH] = ACTIONS(1446), - [anon_sym_PLUS] = ACTIONS(1446), - [anon_sym_STAR] = ACTIONS(1448), - [anon_sym_AMP] = ACTIONS(1448), - [anon_sym_subroutine] = ACTIONS(1446), - [anon_sym_invariant] = ACTIONS(1446), - [anon_sym_precise] = ACTIONS(1446), - [anon_sym_SEMI] = ACTIONS(1448), - [anon_sym_in] = ACTIONS(1446), - [anon_sym_out] = ACTIONS(1446), - [anon_sym_inout] = ACTIONS(1446), - [anon_sym_uniform] = ACTIONS(1446), - [anon_sym_shared] = ACTIONS(1446), - [anon_sym_attribute] = ACTIONS(1446), - [anon_sym_varying] = ACTIONS(1446), - [anon_sym_buffer] = ACTIONS(1446), - [anon_sym_coherent] = ACTIONS(1446), - [anon_sym_readonly] = ACTIONS(1446), - [anon_sym_writeonly] = ACTIONS(1446), - [anon_sym_precision] = ACTIONS(1446), - [anon_sym_highp] = ACTIONS(1446), - [anon_sym_mediump] = ACTIONS(1446), - [anon_sym_lowp] = ACTIONS(1446), - [anon_sym_centroid] = ACTIONS(1446), - [anon_sym_sample] = ACTIONS(1446), - [anon_sym_patch] = ACTIONS(1446), - [anon_sym_smooth] = ACTIONS(1446), - [anon_sym_flat] = ACTIONS(1446), - [anon_sym_noperspective] = ACTIONS(1446), - [anon_sym___extension__] = ACTIONS(1446), - [anon_sym_typedef] = ACTIONS(1446), - [anon_sym_extern] = ACTIONS(1446), - [anon_sym___attribute__] = ACTIONS(1446), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1448), - [anon_sym___declspec] = ACTIONS(1446), - [anon_sym___cdecl] = ACTIONS(1446), - [anon_sym___clrcall] = ACTIONS(1446), - [anon_sym___stdcall] = ACTIONS(1446), - [anon_sym___fastcall] = ACTIONS(1446), - [anon_sym___thiscall] = ACTIONS(1446), - [anon_sym___vectorcall] = ACTIONS(1446), - [anon_sym_LBRACE] = ACTIONS(1448), - [anon_sym_signed] = ACTIONS(1446), - [anon_sym_unsigned] = ACTIONS(1446), - [anon_sym_long] = ACTIONS(1446), - [anon_sym_short] = ACTIONS(1446), - [anon_sym_static] = ACTIONS(1446), - [anon_sym_auto] = ACTIONS(1446), - [anon_sym_register] = ACTIONS(1446), - [anon_sym_inline] = ACTIONS(1446), - [anon_sym___inline] = ACTIONS(1446), - [anon_sym___inline__] = ACTIONS(1446), - [anon_sym___forceinline] = ACTIONS(1446), - [anon_sym_thread_local] = ACTIONS(1446), - [anon_sym___thread] = ACTIONS(1446), - [anon_sym_const] = ACTIONS(1446), - [anon_sym_constexpr] = ACTIONS(1446), - [anon_sym_volatile] = ACTIONS(1446), - [anon_sym_restrict] = ACTIONS(1446), - [anon_sym___restrict__] = ACTIONS(1446), - [anon_sym__Atomic] = ACTIONS(1446), - [anon_sym__Noreturn] = ACTIONS(1446), - [anon_sym_noreturn] = ACTIONS(1446), - [sym_primitive_type] = ACTIONS(1446), - [anon_sym_enum] = ACTIONS(1446), - [anon_sym_struct] = ACTIONS(1446), - [anon_sym_union] = ACTIONS(1446), - [anon_sym_if] = ACTIONS(1446), - [anon_sym_else] = ACTIONS(1446), - [anon_sym_switch] = ACTIONS(1446), - [anon_sym_case] = ACTIONS(1446), - [anon_sym_default] = ACTIONS(1446), - [anon_sym_while] = ACTIONS(1446), - [anon_sym_do] = ACTIONS(1446), - [anon_sym_for] = ACTIONS(1446), - [anon_sym_return] = ACTIONS(1446), - [anon_sym_break] = ACTIONS(1446), - [anon_sym_continue] = ACTIONS(1446), - [anon_sym_goto] = ACTIONS(1446), - [anon_sym_DASH_DASH] = ACTIONS(1448), - [anon_sym_PLUS_PLUS] = ACTIONS(1448), - [anon_sym_sizeof] = ACTIONS(1446), - [anon_sym___alignof__] = ACTIONS(1446), - [anon_sym___alignof] = ACTIONS(1446), - [anon_sym__alignof] = ACTIONS(1446), - [anon_sym_alignof] = ACTIONS(1446), - [anon_sym__Alignof] = ACTIONS(1446), - [anon_sym_offsetof] = ACTIONS(1446), - [anon_sym__Generic] = ACTIONS(1446), - [anon_sym_asm] = ACTIONS(1446), - [anon_sym___asm__] = ACTIONS(1446), - [sym_number_literal] = ACTIONS(1448), - [anon_sym_L_SQUOTE] = ACTIONS(1448), - [anon_sym_u_SQUOTE] = ACTIONS(1448), - [anon_sym_U_SQUOTE] = ACTIONS(1448), - [anon_sym_u8_SQUOTE] = ACTIONS(1448), - [anon_sym_SQUOTE] = ACTIONS(1448), - [anon_sym_L_DQUOTE] = ACTIONS(1448), - [anon_sym_u_DQUOTE] = ACTIONS(1448), - [anon_sym_U_DQUOTE] = ACTIONS(1448), - [anon_sym_u8_DQUOTE] = ACTIONS(1448), - [anon_sym_DQUOTE] = ACTIONS(1448), - [sym_true] = ACTIONS(1446), - [sym_false] = ACTIONS(1446), - [anon_sym_NULL] = ACTIONS(1446), - [anon_sym_nullptr] = ACTIONS(1446), + [sym_identifier] = ACTIONS(1406), + [aux_sym_preproc_include_token1] = ACTIONS(1406), + [aux_sym_preproc_def_token1] = ACTIONS(1406), + [aux_sym_preproc_if_token1] = ACTIONS(1406), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1406), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1406), + [sym_preproc_directive] = ACTIONS(1406), + [anon_sym_LPAREN2] = ACTIONS(1408), + [anon_sym_BANG] = ACTIONS(1408), + [anon_sym_TILDE] = ACTIONS(1408), + [anon_sym_DASH] = ACTIONS(1406), + [anon_sym_PLUS] = ACTIONS(1406), + [anon_sym_STAR] = ACTIONS(1408), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_subroutine] = ACTIONS(1406), + [anon_sym_invariant] = ACTIONS(1406), + [anon_sym_precise] = ACTIONS(1406), + [anon_sym_SEMI] = ACTIONS(1408), + [anon_sym_in] = ACTIONS(1406), + [anon_sym_out] = ACTIONS(1406), + [anon_sym_inout] = ACTIONS(1406), + [anon_sym_uniform] = ACTIONS(1406), + [anon_sym_shared] = ACTIONS(1406), + [anon_sym_attribute] = ACTIONS(1406), + [anon_sym_varying] = ACTIONS(1406), + [anon_sym_buffer] = ACTIONS(1406), + [anon_sym_coherent] = ACTIONS(1406), + [anon_sym_readonly] = ACTIONS(1406), + [anon_sym_writeonly] = ACTIONS(1406), + [anon_sym_precision] = ACTIONS(1406), + [anon_sym_highp] = ACTIONS(1406), + [anon_sym_mediump] = ACTIONS(1406), + [anon_sym_lowp] = ACTIONS(1406), + [anon_sym_centroid] = ACTIONS(1406), + [anon_sym_sample] = ACTIONS(1406), + [anon_sym_patch] = ACTIONS(1406), + [anon_sym_smooth] = ACTIONS(1406), + [anon_sym_flat] = ACTIONS(1406), + [anon_sym_noperspective] = ACTIONS(1406), + [anon_sym___extension__] = ACTIONS(1406), + [anon_sym_typedef] = ACTIONS(1406), + [anon_sym_extern] = ACTIONS(1406), + [anon_sym___attribute__] = ACTIONS(1406), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1408), + [anon_sym___declspec] = ACTIONS(1406), + [anon_sym___cdecl] = ACTIONS(1406), + [anon_sym___clrcall] = ACTIONS(1406), + [anon_sym___stdcall] = ACTIONS(1406), + [anon_sym___fastcall] = ACTIONS(1406), + [anon_sym___thiscall] = ACTIONS(1406), + [anon_sym___vectorcall] = ACTIONS(1406), + [anon_sym_LBRACE] = ACTIONS(1408), + [anon_sym_RBRACE] = ACTIONS(1408), + [anon_sym_signed] = ACTIONS(1406), + [anon_sym_unsigned] = ACTIONS(1406), + [anon_sym_long] = ACTIONS(1406), + [anon_sym_short] = ACTIONS(1406), + [anon_sym_static] = ACTIONS(1406), + [anon_sym_auto] = ACTIONS(1406), + [anon_sym_register] = ACTIONS(1406), + [anon_sym_inline] = ACTIONS(1406), + [anon_sym___inline] = ACTIONS(1406), + [anon_sym___inline__] = ACTIONS(1406), + [anon_sym___forceinline] = ACTIONS(1406), + [anon_sym_thread_local] = ACTIONS(1406), + [anon_sym___thread] = ACTIONS(1406), + [anon_sym_const] = ACTIONS(1406), + [anon_sym_constexpr] = ACTIONS(1406), + [anon_sym_volatile] = ACTIONS(1406), + [anon_sym_restrict] = ACTIONS(1406), + [anon_sym___restrict__] = ACTIONS(1406), + [anon_sym__Atomic] = ACTIONS(1406), + [anon_sym__Noreturn] = ACTIONS(1406), + [anon_sym_noreturn] = ACTIONS(1406), + [sym_primitive_type] = ACTIONS(1406), + [anon_sym_enum] = ACTIONS(1406), + [anon_sym_struct] = ACTIONS(1406), + [anon_sym_union] = ACTIONS(1406), + [anon_sym_if] = ACTIONS(1406), + [anon_sym_else] = ACTIONS(1406), + [anon_sym_switch] = ACTIONS(1406), + [anon_sym_case] = ACTIONS(1406), + [anon_sym_default] = ACTIONS(1406), + [anon_sym_while] = ACTIONS(1406), + [anon_sym_do] = ACTIONS(1406), + [anon_sym_for] = ACTIONS(1406), + [anon_sym_return] = ACTIONS(1406), + [anon_sym_break] = ACTIONS(1406), + [anon_sym_continue] = ACTIONS(1406), + [anon_sym_goto] = ACTIONS(1406), + [anon_sym_DASH_DASH] = ACTIONS(1408), + [anon_sym_PLUS_PLUS] = ACTIONS(1408), + [anon_sym_sizeof] = ACTIONS(1406), + [anon_sym___alignof__] = ACTIONS(1406), + [anon_sym___alignof] = ACTIONS(1406), + [anon_sym__alignof] = ACTIONS(1406), + [anon_sym_alignof] = ACTIONS(1406), + [anon_sym__Alignof] = ACTIONS(1406), + [anon_sym_offsetof] = ACTIONS(1406), + [anon_sym__Generic] = ACTIONS(1406), + [anon_sym_asm] = ACTIONS(1406), + [anon_sym___asm__] = ACTIONS(1406), + [sym_number_literal] = ACTIONS(1408), + [anon_sym_L_SQUOTE] = ACTIONS(1408), + [anon_sym_u_SQUOTE] = ACTIONS(1408), + [anon_sym_U_SQUOTE] = ACTIONS(1408), + [anon_sym_u8_SQUOTE] = ACTIONS(1408), + [anon_sym_SQUOTE] = ACTIONS(1408), + [anon_sym_L_DQUOTE] = ACTIONS(1408), + [anon_sym_u_DQUOTE] = ACTIONS(1408), + [anon_sym_U_DQUOTE] = ACTIONS(1408), + [anon_sym_u8_DQUOTE] = ACTIONS(1408), + [anon_sym_DQUOTE] = ACTIONS(1408), + [sym_true] = ACTIONS(1406), + [sym_false] = ACTIONS(1406), + [anon_sym_NULL] = ACTIONS(1406), + [anon_sym_nullptr] = ACTIONS(1406), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1446), - [anon_sym_rayPayloadInEXT] = ACTIONS(1446), - [anon_sym_hitAttributeEXT] = ACTIONS(1446), - [anon_sym_callableDataEXT] = ACTIONS(1446), - [anon_sym_callableDataInEXT] = ACTIONS(1446), - [anon_sym_shaderRecordEXT] = ACTIONS(1446), - [anon_sym_rayPayloadNV] = ACTIONS(1446), - [anon_sym_rayPayloadInNV] = ACTIONS(1446), - [anon_sym_hitAttributeNV] = ACTIONS(1446), - [anon_sym_callableDataNV] = ACTIONS(1446), - [anon_sym_callableDataInNV] = ACTIONS(1446), - [anon_sym_shaderRecordNV] = ACTIONS(1446), - [anon_sym_layout] = ACTIONS(1446), + [anon_sym_rayPayloadEXT] = ACTIONS(1406), + [anon_sym_rayPayloadInEXT] = ACTIONS(1406), + [anon_sym_hitAttributeEXT] = ACTIONS(1406), + [anon_sym_callableDataEXT] = ACTIONS(1406), + [anon_sym_callableDataInEXT] = ACTIONS(1406), + [anon_sym_shaderRecordEXT] = ACTIONS(1406), + [anon_sym_rayPayloadNV] = ACTIONS(1406), + [anon_sym_rayPayloadInNV] = ACTIONS(1406), + [anon_sym_hitAttributeNV] = ACTIONS(1406), + [anon_sym_callableDataNV] = ACTIONS(1406), + [anon_sym_callableDataInNV] = ACTIONS(1406), + [anon_sym_shaderRecordNV] = ACTIONS(1406), + [anon_sym_layout] = ACTIONS(1406), }, [335] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [sym_identifier] = ACTIONS(1386), + [aux_sym_preproc_include_token1] = ACTIONS(1386), + [aux_sym_preproc_def_token1] = ACTIONS(1386), + [aux_sym_preproc_if_token1] = ACTIONS(1386), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1386), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1386), + [sym_preproc_directive] = ACTIONS(1386), + [anon_sym_LPAREN2] = ACTIONS(1388), + [anon_sym_BANG] = ACTIONS(1388), + [anon_sym_TILDE] = ACTIONS(1388), + [anon_sym_DASH] = ACTIONS(1386), + [anon_sym_PLUS] = ACTIONS(1386), + [anon_sym_STAR] = ACTIONS(1388), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_subroutine] = ACTIONS(1386), + [anon_sym_invariant] = ACTIONS(1386), + [anon_sym_precise] = ACTIONS(1386), + [anon_sym_SEMI] = ACTIONS(1388), + [anon_sym_in] = ACTIONS(1386), + [anon_sym_out] = ACTIONS(1386), + [anon_sym_inout] = ACTIONS(1386), + [anon_sym_uniform] = ACTIONS(1386), + [anon_sym_shared] = ACTIONS(1386), + [anon_sym_attribute] = ACTIONS(1386), + [anon_sym_varying] = ACTIONS(1386), + [anon_sym_buffer] = ACTIONS(1386), + [anon_sym_coherent] = ACTIONS(1386), + [anon_sym_readonly] = ACTIONS(1386), + [anon_sym_writeonly] = ACTIONS(1386), + [anon_sym_precision] = ACTIONS(1386), + [anon_sym_highp] = ACTIONS(1386), + [anon_sym_mediump] = ACTIONS(1386), + [anon_sym_lowp] = ACTIONS(1386), + [anon_sym_centroid] = ACTIONS(1386), + [anon_sym_sample] = ACTIONS(1386), + [anon_sym_patch] = ACTIONS(1386), + [anon_sym_smooth] = ACTIONS(1386), + [anon_sym_flat] = ACTIONS(1386), + [anon_sym_noperspective] = ACTIONS(1386), + [anon_sym___extension__] = ACTIONS(1386), + [anon_sym_typedef] = ACTIONS(1386), + [anon_sym_extern] = ACTIONS(1386), + [anon_sym___attribute__] = ACTIONS(1386), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1388), + [anon_sym___declspec] = ACTIONS(1386), + [anon_sym___cdecl] = ACTIONS(1386), + [anon_sym___clrcall] = ACTIONS(1386), + [anon_sym___stdcall] = ACTIONS(1386), + [anon_sym___fastcall] = ACTIONS(1386), + [anon_sym___thiscall] = ACTIONS(1386), + [anon_sym___vectorcall] = ACTIONS(1386), + [anon_sym_LBRACE] = ACTIONS(1388), + [anon_sym_RBRACE] = ACTIONS(1388), + [anon_sym_signed] = ACTIONS(1386), + [anon_sym_unsigned] = ACTIONS(1386), + [anon_sym_long] = ACTIONS(1386), + [anon_sym_short] = ACTIONS(1386), + [anon_sym_static] = ACTIONS(1386), + [anon_sym_auto] = ACTIONS(1386), + [anon_sym_register] = ACTIONS(1386), + [anon_sym_inline] = ACTIONS(1386), + [anon_sym___inline] = ACTIONS(1386), + [anon_sym___inline__] = ACTIONS(1386), + [anon_sym___forceinline] = ACTIONS(1386), + [anon_sym_thread_local] = ACTIONS(1386), + [anon_sym___thread] = ACTIONS(1386), + [anon_sym_const] = ACTIONS(1386), + [anon_sym_constexpr] = ACTIONS(1386), + [anon_sym_volatile] = ACTIONS(1386), + [anon_sym_restrict] = ACTIONS(1386), + [anon_sym___restrict__] = ACTIONS(1386), + [anon_sym__Atomic] = ACTIONS(1386), + [anon_sym__Noreturn] = ACTIONS(1386), + [anon_sym_noreturn] = ACTIONS(1386), + [sym_primitive_type] = ACTIONS(1386), + [anon_sym_enum] = ACTIONS(1386), + [anon_sym_struct] = ACTIONS(1386), + [anon_sym_union] = ACTIONS(1386), + [anon_sym_if] = ACTIONS(1386), + [anon_sym_else] = ACTIONS(1386), + [anon_sym_switch] = ACTIONS(1386), + [anon_sym_case] = ACTIONS(1386), + [anon_sym_default] = ACTIONS(1386), + [anon_sym_while] = ACTIONS(1386), + [anon_sym_do] = ACTIONS(1386), + [anon_sym_for] = ACTIONS(1386), + [anon_sym_return] = ACTIONS(1386), + [anon_sym_break] = ACTIONS(1386), + [anon_sym_continue] = ACTIONS(1386), + [anon_sym_goto] = ACTIONS(1386), + [anon_sym_DASH_DASH] = ACTIONS(1388), + [anon_sym_PLUS_PLUS] = ACTIONS(1388), + [anon_sym_sizeof] = ACTIONS(1386), + [anon_sym___alignof__] = ACTIONS(1386), + [anon_sym___alignof] = ACTIONS(1386), + [anon_sym__alignof] = ACTIONS(1386), + [anon_sym_alignof] = ACTIONS(1386), + [anon_sym__Alignof] = ACTIONS(1386), + [anon_sym_offsetof] = ACTIONS(1386), + [anon_sym__Generic] = ACTIONS(1386), + [anon_sym_asm] = ACTIONS(1386), + [anon_sym___asm__] = ACTIONS(1386), + [sym_number_literal] = ACTIONS(1388), + [anon_sym_L_SQUOTE] = ACTIONS(1388), + [anon_sym_u_SQUOTE] = ACTIONS(1388), + [anon_sym_U_SQUOTE] = ACTIONS(1388), + [anon_sym_u8_SQUOTE] = ACTIONS(1388), + [anon_sym_SQUOTE] = ACTIONS(1388), + [anon_sym_L_DQUOTE] = ACTIONS(1388), + [anon_sym_u_DQUOTE] = ACTIONS(1388), + [anon_sym_U_DQUOTE] = ACTIONS(1388), + [anon_sym_u8_DQUOTE] = ACTIONS(1388), + [anon_sym_DQUOTE] = ACTIONS(1388), + [sym_true] = ACTIONS(1386), + [sym_false] = ACTIONS(1386), + [anon_sym_NULL] = ACTIONS(1386), + [anon_sym_nullptr] = ACTIONS(1386), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), + [anon_sym_rayPayloadEXT] = ACTIONS(1386), + [anon_sym_rayPayloadInEXT] = ACTIONS(1386), + [anon_sym_hitAttributeEXT] = ACTIONS(1386), + [anon_sym_callableDataEXT] = ACTIONS(1386), + [anon_sym_callableDataInEXT] = ACTIONS(1386), + [anon_sym_shaderRecordEXT] = ACTIONS(1386), + [anon_sym_rayPayloadNV] = ACTIONS(1386), + [anon_sym_rayPayloadInNV] = ACTIONS(1386), + [anon_sym_hitAttributeNV] = ACTIONS(1386), + [anon_sym_callableDataNV] = ACTIONS(1386), + [anon_sym_callableDataInNV] = ACTIONS(1386), + [anon_sym_shaderRecordNV] = ACTIONS(1386), + [anon_sym_layout] = ACTIONS(1386), }, [336] = { - [sym_identifier] = ACTIONS(1450), - [aux_sym_preproc_include_token1] = ACTIONS(1450), - [aux_sym_preproc_def_token1] = ACTIONS(1450), - [aux_sym_preproc_if_token1] = ACTIONS(1450), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1450), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1450), - [sym_preproc_directive] = ACTIONS(1450), - [anon_sym_LPAREN2] = ACTIONS(1452), - [anon_sym_BANG] = ACTIONS(1452), - [anon_sym_TILDE] = ACTIONS(1452), - [anon_sym_DASH] = ACTIONS(1450), - [anon_sym_PLUS] = ACTIONS(1450), - [anon_sym_STAR] = ACTIONS(1452), - [anon_sym_AMP] = ACTIONS(1452), - [anon_sym_subroutine] = ACTIONS(1450), - [anon_sym_invariant] = ACTIONS(1450), - [anon_sym_precise] = ACTIONS(1450), - [anon_sym_SEMI] = ACTIONS(1452), - [anon_sym_in] = ACTIONS(1450), - [anon_sym_out] = ACTIONS(1450), - [anon_sym_inout] = ACTIONS(1450), - [anon_sym_uniform] = ACTIONS(1450), - [anon_sym_shared] = ACTIONS(1450), - [anon_sym_attribute] = ACTIONS(1450), - [anon_sym_varying] = ACTIONS(1450), - [anon_sym_buffer] = ACTIONS(1450), - [anon_sym_coherent] = ACTIONS(1450), - [anon_sym_readonly] = ACTIONS(1450), - [anon_sym_writeonly] = ACTIONS(1450), - [anon_sym_precision] = ACTIONS(1450), - [anon_sym_highp] = ACTIONS(1450), - [anon_sym_mediump] = ACTIONS(1450), - [anon_sym_lowp] = ACTIONS(1450), - [anon_sym_centroid] = ACTIONS(1450), - [anon_sym_sample] = ACTIONS(1450), - [anon_sym_patch] = ACTIONS(1450), - [anon_sym_smooth] = ACTIONS(1450), - [anon_sym_flat] = ACTIONS(1450), - [anon_sym_noperspective] = ACTIONS(1450), - [anon_sym___extension__] = ACTIONS(1450), - [anon_sym_typedef] = ACTIONS(1450), - [anon_sym_extern] = ACTIONS(1450), - [anon_sym___attribute__] = ACTIONS(1450), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1452), - [anon_sym___declspec] = ACTIONS(1450), - [anon_sym___cdecl] = ACTIONS(1450), - [anon_sym___clrcall] = ACTIONS(1450), - [anon_sym___stdcall] = ACTIONS(1450), - [anon_sym___fastcall] = ACTIONS(1450), - [anon_sym___thiscall] = ACTIONS(1450), - [anon_sym___vectorcall] = ACTIONS(1450), - [anon_sym_LBRACE] = ACTIONS(1452), - [anon_sym_RBRACE] = ACTIONS(1452), - [anon_sym_signed] = ACTIONS(1450), - [anon_sym_unsigned] = ACTIONS(1450), - [anon_sym_long] = ACTIONS(1450), - [anon_sym_short] = ACTIONS(1450), - [anon_sym_static] = ACTIONS(1450), - [anon_sym_auto] = ACTIONS(1450), - [anon_sym_register] = ACTIONS(1450), - [anon_sym_inline] = ACTIONS(1450), - [anon_sym___inline] = ACTIONS(1450), - [anon_sym___inline__] = ACTIONS(1450), - [anon_sym___forceinline] = ACTIONS(1450), - [anon_sym_thread_local] = ACTIONS(1450), - [anon_sym___thread] = ACTIONS(1450), - [anon_sym_const] = ACTIONS(1450), - [anon_sym_constexpr] = ACTIONS(1450), - [anon_sym_volatile] = ACTIONS(1450), - [anon_sym_restrict] = ACTIONS(1450), - [anon_sym___restrict__] = ACTIONS(1450), - [anon_sym__Atomic] = ACTIONS(1450), - [anon_sym__Noreturn] = ACTIONS(1450), - [anon_sym_noreturn] = ACTIONS(1450), - [sym_primitive_type] = ACTIONS(1450), - [anon_sym_enum] = ACTIONS(1450), - [anon_sym_struct] = ACTIONS(1450), - [anon_sym_union] = ACTIONS(1450), - [anon_sym_if] = ACTIONS(1450), - [anon_sym_else] = ACTIONS(1450), - [anon_sym_switch] = ACTIONS(1450), - [anon_sym_case] = ACTIONS(1450), - [anon_sym_default] = ACTIONS(1450), - [anon_sym_while] = ACTIONS(1450), - [anon_sym_do] = ACTIONS(1450), - [anon_sym_for] = ACTIONS(1450), - [anon_sym_return] = ACTIONS(1450), - [anon_sym_break] = ACTIONS(1450), - [anon_sym_continue] = ACTIONS(1450), - [anon_sym_goto] = ACTIONS(1450), - [anon_sym_DASH_DASH] = ACTIONS(1452), - [anon_sym_PLUS_PLUS] = ACTIONS(1452), - [anon_sym_sizeof] = ACTIONS(1450), - [anon_sym___alignof__] = ACTIONS(1450), - [anon_sym___alignof] = ACTIONS(1450), - [anon_sym__alignof] = ACTIONS(1450), - [anon_sym_alignof] = ACTIONS(1450), - [anon_sym__Alignof] = ACTIONS(1450), - [anon_sym_offsetof] = ACTIONS(1450), - [anon_sym__Generic] = ACTIONS(1450), - [anon_sym_asm] = ACTIONS(1450), - [anon_sym___asm__] = ACTIONS(1450), - [sym_number_literal] = ACTIONS(1452), - [anon_sym_L_SQUOTE] = ACTIONS(1452), - [anon_sym_u_SQUOTE] = ACTIONS(1452), - [anon_sym_U_SQUOTE] = ACTIONS(1452), - [anon_sym_u8_SQUOTE] = ACTIONS(1452), - [anon_sym_SQUOTE] = ACTIONS(1452), - [anon_sym_L_DQUOTE] = ACTIONS(1452), - [anon_sym_u_DQUOTE] = ACTIONS(1452), - [anon_sym_U_DQUOTE] = ACTIONS(1452), - [anon_sym_u8_DQUOTE] = ACTIONS(1452), - [anon_sym_DQUOTE] = ACTIONS(1452), - [sym_true] = ACTIONS(1450), - [sym_false] = ACTIONS(1450), - [anon_sym_NULL] = ACTIONS(1450), - [anon_sym_nullptr] = ACTIONS(1450), + [sym_identifier] = ACTIONS(1358), + [aux_sym_preproc_include_token1] = ACTIONS(1358), + [aux_sym_preproc_def_token1] = ACTIONS(1358), + [aux_sym_preproc_if_token1] = ACTIONS(1358), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1358), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1358), + [sym_preproc_directive] = ACTIONS(1358), + [anon_sym_LPAREN2] = ACTIONS(1360), + [anon_sym_BANG] = ACTIONS(1360), + [anon_sym_TILDE] = ACTIONS(1360), + [anon_sym_DASH] = ACTIONS(1358), + [anon_sym_PLUS] = ACTIONS(1358), + [anon_sym_STAR] = ACTIONS(1360), + [anon_sym_AMP] = ACTIONS(1360), + [anon_sym_subroutine] = ACTIONS(1358), + [anon_sym_invariant] = ACTIONS(1358), + [anon_sym_precise] = ACTIONS(1358), + [anon_sym_SEMI] = ACTIONS(1360), + [anon_sym_in] = ACTIONS(1358), + [anon_sym_out] = ACTIONS(1358), + [anon_sym_inout] = ACTIONS(1358), + [anon_sym_uniform] = ACTIONS(1358), + [anon_sym_shared] = ACTIONS(1358), + [anon_sym_attribute] = ACTIONS(1358), + [anon_sym_varying] = ACTIONS(1358), + [anon_sym_buffer] = ACTIONS(1358), + [anon_sym_coherent] = ACTIONS(1358), + [anon_sym_readonly] = ACTIONS(1358), + [anon_sym_writeonly] = ACTIONS(1358), + [anon_sym_precision] = ACTIONS(1358), + [anon_sym_highp] = ACTIONS(1358), + [anon_sym_mediump] = ACTIONS(1358), + [anon_sym_lowp] = ACTIONS(1358), + [anon_sym_centroid] = ACTIONS(1358), + [anon_sym_sample] = ACTIONS(1358), + [anon_sym_patch] = ACTIONS(1358), + [anon_sym_smooth] = ACTIONS(1358), + [anon_sym_flat] = ACTIONS(1358), + [anon_sym_noperspective] = ACTIONS(1358), + [anon_sym___extension__] = ACTIONS(1358), + [anon_sym_typedef] = ACTIONS(1358), + [anon_sym_extern] = ACTIONS(1358), + [anon_sym___attribute__] = ACTIONS(1358), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1360), + [anon_sym___declspec] = ACTIONS(1358), + [anon_sym___cdecl] = ACTIONS(1358), + [anon_sym___clrcall] = ACTIONS(1358), + [anon_sym___stdcall] = ACTIONS(1358), + [anon_sym___fastcall] = ACTIONS(1358), + [anon_sym___thiscall] = ACTIONS(1358), + [anon_sym___vectorcall] = ACTIONS(1358), + [anon_sym_LBRACE] = ACTIONS(1360), + [anon_sym_RBRACE] = ACTIONS(1360), + [anon_sym_signed] = ACTIONS(1358), + [anon_sym_unsigned] = ACTIONS(1358), + [anon_sym_long] = ACTIONS(1358), + [anon_sym_short] = ACTIONS(1358), + [anon_sym_static] = ACTIONS(1358), + [anon_sym_auto] = ACTIONS(1358), + [anon_sym_register] = ACTIONS(1358), + [anon_sym_inline] = ACTIONS(1358), + [anon_sym___inline] = ACTIONS(1358), + [anon_sym___inline__] = ACTIONS(1358), + [anon_sym___forceinline] = ACTIONS(1358), + [anon_sym_thread_local] = ACTIONS(1358), + [anon_sym___thread] = ACTIONS(1358), + [anon_sym_const] = ACTIONS(1358), + [anon_sym_constexpr] = ACTIONS(1358), + [anon_sym_volatile] = ACTIONS(1358), + [anon_sym_restrict] = ACTIONS(1358), + [anon_sym___restrict__] = ACTIONS(1358), + [anon_sym__Atomic] = ACTIONS(1358), + [anon_sym__Noreturn] = ACTIONS(1358), + [anon_sym_noreturn] = ACTIONS(1358), + [sym_primitive_type] = ACTIONS(1358), + [anon_sym_enum] = ACTIONS(1358), + [anon_sym_struct] = ACTIONS(1358), + [anon_sym_union] = ACTIONS(1358), + [anon_sym_if] = ACTIONS(1358), + [anon_sym_else] = ACTIONS(1358), + [anon_sym_switch] = ACTIONS(1358), + [anon_sym_case] = ACTIONS(1358), + [anon_sym_default] = ACTIONS(1358), + [anon_sym_while] = ACTIONS(1358), + [anon_sym_do] = ACTIONS(1358), + [anon_sym_for] = ACTIONS(1358), + [anon_sym_return] = ACTIONS(1358), + [anon_sym_break] = ACTIONS(1358), + [anon_sym_continue] = ACTIONS(1358), + [anon_sym_goto] = ACTIONS(1358), + [anon_sym_DASH_DASH] = ACTIONS(1360), + [anon_sym_PLUS_PLUS] = ACTIONS(1360), + [anon_sym_sizeof] = ACTIONS(1358), + [anon_sym___alignof__] = ACTIONS(1358), + [anon_sym___alignof] = ACTIONS(1358), + [anon_sym__alignof] = ACTIONS(1358), + [anon_sym_alignof] = ACTIONS(1358), + [anon_sym__Alignof] = ACTIONS(1358), + [anon_sym_offsetof] = ACTIONS(1358), + [anon_sym__Generic] = ACTIONS(1358), + [anon_sym_asm] = ACTIONS(1358), + [anon_sym___asm__] = ACTIONS(1358), + [sym_number_literal] = ACTIONS(1360), + [anon_sym_L_SQUOTE] = ACTIONS(1360), + [anon_sym_u_SQUOTE] = ACTIONS(1360), + [anon_sym_U_SQUOTE] = ACTIONS(1360), + [anon_sym_u8_SQUOTE] = ACTIONS(1360), + [anon_sym_SQUOTE] = ACTIONS(1360), + [anon_sym_L_DQUOTE] = ACTIONS(1360), + [anon_sym_u_DQUOTE] = ACTIONS(1360), + [anon_sym_U_DQUOTE] = ACTIONS(1360), + [anon_sym_u8_DQUOTE] = ACTIONS(1360), + [anon_sym_DQUOTE] = ACTIONS(1360), + [sym_true] = ACTIONS(1358), + [sym_false] = ACTIONS(1358), + [anon_sym_NULL] = ACTIONS(1358), + [anon_sym_nullptr] = ACTIONS(1358), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1450), - [anon_sym_rayPayloadInEXT] = ACTIONS(1450), - [anon_sym_hitAttributeEXT] = ACTIONS(1450), - [anon_sym_callableDataEXT] = ACTIONS(1450), - [anon_sym_callableDataInEXT] = ACTIONS(1450), - [anon_sym_shaderRecordEXT] = ACTIONS(1450), - [anon_sym_rayPayloadNV] = ACTIONS(1450), - [anon_sym_rayPayloadInNV] = ACTIONS(1450), - [anon_sym_hitAttributeNV] = ACTIONS(1450), - [anon_sym_callableDataNV] = ACTIONS(1450), - [anon_sym_callableDataInNV] = ACTIONS(1450), - [anon_sym_shaderRecordNV] = ACTIONS(1450), - [anon_sym_layout] = ACTIONS(1450), + [anon_sym_rayPayloadEXT] = ACTIONS(1358), + [anon_sym_rayPayloadInEXT] = ACTIONS(1358), + [anon_sym_hitAttributeEXT] = ACTIONS(1358), + [anon_sym_callableDataEXT] = ACTIONS(1358), + [anon_sym_callableDataInEXT] = ACTIONS(1358), + [anon_sym_shaderRecordEXT] = ACTIONS(1358), + [anon_sym_rayPayloadNV] = ACTIONS(1358), + [anon_sym_rayPayloadInNV] = ACTIONS(1358), + [anon_sym_hitAttributeNV] = ACTIONS(1358), + [anon_sym_callableDataNV] = ACTIONS(1358), + [anon_sym_callableDataInNV] = ACTIONS(1358), + [anon_sym_shaderRecordNV] = ACTIONS(1358), + [anon_sym_layout] = ACTIONS(1358), }, [337] = { - [ts_builtin_sym_end] = ACTIONS(1376), - [sym_identifier] = ACTIONS(1374), - [aux_sym_preproc_include_token1] = ACTIONS(1374), - [aux_sym_preproc_def_token1] = ACTIONS(1374), - [aux_sym_preproc_if_token1] = ACTIONS(1374), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1374), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1374), - [sym_preproc_directive] = ACTIONS(1374), - [anon_sym_LPAREN2] = ACTIONS(1376), - [anon_sym_BANG] = ACTIONS(1376), - [anon_sym_TILDE] = ACTIONS(1376), - [anon_sym_DASH] = ACTIONS(1374), - [anon_sym_PLUS] = ACTIONS(1374), - [anon_sym_STAR] = ACTIONS(1376), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_subroutine] = ACTIONS(1374), - [anon_sym_invariant] = ACTIONS(1374), - [anon_sym_precise] = ACTIONS(1374), - [anon_sym_SEMI] = ACTIONS(1376), - [anon_sym_in] = ACTIONS(1374), - [anon_sym_out] = ACTIONS(1374), - [anon_sym_inout] = ACTIONS(1374), - [anon_sym_uniform] = ACTIONS(1374), - [anon_sym_shared] = ACTIONS(1374), - [anon_sym_attribute] = ACTIONS(1374), - [anon_sym_varying] = ACTIONS(1374), - [anon_sym_buffer] = ACTIONS(1374), - [anon_sym_coherent] = ACTIONS(1374), - [anon_sym_readonly] = ACTIONS(1374), - [anon_sym_writeonly] = ACTIONS(1374), - [anon_sym_precision] = ACTIONS(1374), - [anon_sym_highp] = ACTIONS(1374), - [anon_sym_mediump] = ACTIONS(1374), - [anon_sym_lowp] = ACTIONS(1374), - [anon_sym_centroid] = ACTIONS(1374), - [anon_sym_sample] = ACTIONS(1374), - [anon_sym_patch] = ACTIONS(1374), - [anon_sym_smooth] = ACTIONS(1374), - [anon_sym_flat] = ACTIONS(1374), - [anon_sym_noperspective] = ACTIONS(1374), - [anon_sym___extension__] = ACTIONS(1374), - [anon_sym_typedef] = ACTIONS(1374), - [anon_sym_extern] = ACTIONS(1374), - [anon_sym___attribute__] = ACTIONS(1374), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1376), - [anon_sym___declspec] = ACTIONS(1374), - [anon_sym___cdecl] = ACTIONS(1374), - [anon_sym___clrcall] = ACTIONS(1374), - [anon_sym___stdcall] = ACTIONS(1374), - [anon_sym___fastcall] = ACTIONS(1374), - [anon_sym___thiscall] = ACTIONS(1374), - [anon_sym___vectorcall] = ACTIONS(1374), - [anon_sym_LBRACE] = ACTIONS(1376), - [anon_sym_signed] = ACTIONS(1374), - [anon_sym_unsigned] = ACTIONS(1374), - [anon_sym_long] = ACTIONS(1374), - [anon_sym_short] = ACTIONS(1374), - [anon_sym_static] = ACTIONS(1374), - [anon_sym_auto] = ACTIONS(1374), - [anon_sym_register] = ACTIONS(1374), - [anon_sym_inline] = ACTIONS(1374), - [anon_sym___inline] = ACTIONS(1374), - [anon_sym___inline__] = ACTIONS(1374), - [anon_sym___forceinline] = ACTIONS(1374), - [anon_sym_thread_local] = ACTIONS(1374), - [anon_sym___thread] = ACTIONS(1374), - [anon_sym_const] = ACTIONS(1374), - [anon_sym_constexpr] = ACTIONS(1374), - [anon_sym_volatile] = ACTIONS(1374), - [anon_sym_restrict] = ACTIONS(1374), - [anon_sym___restrict__] = ACTIONS(1374), - [anon_sym__Atomic] = ACTIONS(1374), - [anon_sym__Noreturn] = ACTIONS(1374), - [anon_sym_noreturn] = ACTIONS(1374), - [sym_primitive_type] = ACTIONS(1374), - [anon_sym_enum] = ACTIONS(1374), - [anon_sym_struct] = ACTIONS(1374), - [anon_sym_union] = ACTIONS(1374), - [anon_sym_if] = ACTIONS(1374), - [anon_sym_else] = ACTIONS(1374), - [anon_sym_switch] = ACTIONS(1374), - [anon_sym_case] = ACTIONS(1374), - [anon_sym_default] = ACTIONS(1374), - [anon_sym_while] = ACTIONS(1374), - [anon_sym_do] = ACTIONS(1374), - [anon_sym_for] = ACTIONS(1374), - [anon_sym_return] = ACTIONS(1374), - [anon_sym_break] = ACTIONS(1374), - [anon_sym_continue] = ACTIONS(1374), - [anon_sym_goto] = ACTIONS(1374), - [anon_sym_DASH_DASH] = ACTIONS(1376), - [anon_sym_PLUS_PLUS] = ACTIONS(1376), - [anon_sym_sizeof] = ACTIONS(1374), - [anon_sym___alignof__] = ACTIONS(1374), - [anon_sym___alignof] = ACTIONS(1374), - [anon_sym__alignof] = ACTIONS(1374), - [anon_sym_alignof] = ACTIONS(1374), - [anon_sym__Alignof] = ACTIONS(1374), - [anon_sym_offsetof] = ACTIONS(1374), - [anon_sym__Generic] = ACTIONS(1374), - [anon_sym_asm] = ACTIONS(1374), - [anon_sym___asm__] = ACTIONS(1374), - [sym_number_literal] = ACTIONS(1376), - [anon_sym_L_SQUOTE] = ACTIONS(1376), - [anon_sym_u_SQUOTE] = ACTIONS(1376), - [anon_sym_U_SQUOTE] = ACTIONS(1376), - [anon_sym_u8_SQUOTE] = ACTIONS(1376), - [anon_sym_SQUOTE] = ACTIONS(1376), - [anon_sym_L_DQUOTE] = ACTIONS(1376), - [anon_sym_u_DQUOTE] = ACTIONS(1376), - [anon_sym_U_DQUOTE] = ACTIONS(1376), - [anon_sym_u8_DQUOTE] = ACTIONS(1376), - [anon_sym_DQUOTE] = ACTIONS(1376), - [sym_true] = ACTIONS(1374), - [sym_false] = ACTIONS(1374), - [anon_sym_NULL] = ACTIONS(1374), - [anon_sym_nullptr] = ACTIONS(1374), + [sym_identifier] = ACTIONS(1362), + [aux_sym_preproc_include_token1] = ACTIONS(1362), + [aux_sym_preproc_def_token1] = ACTIONS(1362), + [aux_sym_preproc_if_token1] = ACTIONS(1362), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1362), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1362), + [sym_preproc_directive] = ACTIONS(1362), + [anon_sym_LPAREN2] = ACTIONS(1364), + [anon_sym_BANG] = ACTIONS(1364), + [anon_sym_TILDE] = ACTIONS(1364), + [anon_sym_DASH] = ACTIONS(1362), + [anon_sym_PLUS] = ACTIONS(1362), + [anon_sym_STAR] = ACTIONS(1364), + [anon_sym_AMP] = ACTIONS(1364), + [anon_sym_subroutine] = ACTIONS(1362), + [anon_sym_invariant] = ACTIONS(1362), + [anon_sym_precise] = ACTIONS(1362), + [anon_sym_SEMI] = ACTIONS(1364), + [anon_sym_in] = ACTIONS(1362), + [anon_sym_out] = ACTIONS(1362), + [anon_sym_inout] = ACTIONS(1362), + [anon_sym_uniform] = ACTIONS(1362), + [anon_sym_shared] = ACTIONS(1362), + [anon_sym_attribute] = ACTIONS(1362), + [anon_sym_varying] = ACTIONS(1362), + [anon_sym_buffer] = ACTIONS(1362), + [anon_sym_coherent] = ACTIONS(1362), + [anon_sym_readonly] = ACTIONS(1362), + [anon_sym_writeonly] = ACTIONS(1362), + [anon_sym_precision] = ACTIONS(1362), + [anon_sym_highp] = ACTIONS(1362), + [anon_sym_mediump] = ACTIONS(1362), + [anon_sym_lowp] = ACTIONS(1362), + [anon_sym_centroid] = ACTIONS(1362), + [anon_sym_sample] = ACTIONS(1362), + [anon_sym_patch] = ACTIONS(1362), + [anon_sym_smooth] = ACTIONS(1362), + [anon_sym_flat] = ACTIONS(1362), + [anon_sym_noperspective] = ACTIONS(1362), + [anon_sym___extension__] = ACTIONS(1362), + [anon_sym_typedef] = ACTIONS(1362), + [anon_sym_extern] = ACTIONS(1362), + [anon_sym___attribute__] = ACTIONS(1362), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1364), + [anon_sym___declspec] = ACTIONS(1362), + [anon_sym___cdecl] = ACTIONS(1362), + [anon_sym___clrcall] = ACTIONS(1362), + [anon_sym___stdcall] = ACTIONS(1362), + [anon_sym___fastcall] = ACTIONS(1362), + [anon_sym___thiscall] = ACTIONS(1362), + [anon_sym___vectorcall] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_RBRACE] = ACTIONS(1364), + [anon_sym_signed] = ACTIONS(1362), + [anon_sym_unsigned] = ACTIONS(1362), + [anon_sym_long] = ACTIONS(1362), + [anon_sym_short] = ACTIONS(1362), + [anon_sym_static] = ACTIONS(1362), + [anon_sym_auto] = ACTIONS(1362), + [anon_sym_register] = ACTIONS(1362), + [anon_sym_inline] = ACTIONS(1362), + [anon_sym___inline] = ACTIONS(1362), + [anon_sym___inline__] = ACTIONS(1362), + [anon_sym___forceinline] = ACTIONS(1362), + [anon_sym_thread_local] = ACTIONS(1362), + [anon_sym___thread] = ACTIONS(1362), + [anon_sym_const] = ACTIONS(1362), + [anon_sym_constexpr] = ACTIONS(1362), + [anon_sym_volatile] = ACTIONS(1362), + [anon_sym_restrict] = ACTIONS(1362), + [anon_sym___restrict__] = ACTIONS(1362), + [anon_sym__Atomic] = ACTIONS(1362), + [anon_sym__Noreturn] = ACTIONS(1362), + [anon_sym_noreturn] = ACTIONS(1362), + [sym_primitive_type] = ACTIONS(1362), + [anon_sym_enum] = ACTIONS(1362), + [anon_sym_struct] = ACTIONS(1362), + [anon_sym_union] = ACTIONS(1362), + [anon_sym_if] = ACTIONS(1362), + [anon_sym_else] = ACTIONS(1362), + [anon_sym_switch] = ACTIONS(1362), + [anon_sym_case] = ACTIONS(1362), + [anon_sym_default] = ACTIONS(1362), + [anon_sym_while] = ACTIONS(1362), + [anon_sym_do] = ACTIONS(1362), + [anon_sym_for] = ACTIONS(1362), + [anon_sym_return] = ACTIONS(1362), + [anon_sym_break] = ACTIONS(1362), + [anon_sym_continue] = ACTIONS(1362), + [anon_sym_goto] = ACTIONS(1362), + [anon_sym_DASH_DASH] = ACTIONS(1364), + [anon_sym_PLUS_PLUS] = ACTIONS(1364), + [anon_sym_sizeof] = ACTIONS(1362), + [anon_sym___alignof__] = ACTIONS(1362), + [anon_sym___alignof] = ACTIONS(1362), + [anon_sym__alignof] = ACTIONS(1362), + [anon_sym_alignof] = ACTIONS(1362), + [anon_sym__Alignof] = ACTIONS(1362), + [anon_sym_offsetof] = ACTIONS(1362), + [anon_sym__Generic] = ACTIONS(1362), + [anon_sym_asm] = ACTIONS(1362), + [anon_sym___asm__] = ACTIONS(1362), + [sym_number_literal] = ACTIONS(1364), + [anon_sym_L_SQUOTE] = ACTIONS(1364), + [anon_sym_u_SQUOTE] = ACTIONS(1364), + [anon_sym_U_SQUOTE] = ACTIONS(1364), + [anon_sym_u8_SQUOTE] = ACTIONS(1364), + [anon_sym_SQUOTE] = ACTIONS(1364), + [anon_sym_L_DQUOTE] = ACTIONS(1364), + [anon_sym_u_DQUOTE] = ACTIONS(1364), + [anon_sym_U_DQUOTE] = ACTIONS(1364), + [anon_sym_u8_DQUOTE] = ACTIONS(1364), + [anon_sym_DQUOTE] = ACTIONS(1364), + [sym_true] = ACTIONS(1362), + [sym_false] = ACTIONS(1362), + [anon_sym_NULL] = ACTIONS(1362), + [anon_sym_nullptr] = ACTIONS(1362), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1374), - [anon_sym_rayPayloadInEXT] = ACTIONS(1374), - [anon_sym_hitAttributeEXT] = ACTIONS(1374), - [anon_sym_callableDataEXT] = ACTIONS(1374), - [anon_sym_callableDataInEXT] = ACTIONS(1374), - [anon_sym_shaderRecordEXT] = ACTIONS(1374), - [anon_sym_rayPayloadNV] = ACTIONS(1374), - [anon_sym_rayPayloadInNV] = ACTIONS(1374), - [anon_sym_hitAttributeNV] = ACTIONS(1374), - [anon_sym_callableDataNV] = ACTIONS(1374), - [anon_sym_callableDataInNV] = ACTIONS(1374), - [anon_sym_shaderRecordNV] = ACTIONS(1374), - [anon_sym_layout] = ACTIONS(1374), + [anon_sym_rayPayloadEXT] = ACTIONS(1362), + [anon_sym_rayPayloadInEXT] = ACTIONS(1362), + [anon_sym_hitAttributeEXT] = ACTIONS(1362), + [anon_sym_callableDataEXT] = ACTIONS(1362), + [anon_sym_callableDataInEXT] = ACTIONS(1362), + [anon_sym_shaderRecordEXT] = ACTIONS(1362), + [anon_sym_rayPayloadNV] = ACTIONS(1362), + [anon_sym_rayPayloadInNV] = ACTIONS(1362), + [anon_sym_hitAttributeNV] = ACTIONS(1362), + [anon_sym_callableDataNV] = ACTIONS(1362), + [anon_sym_callableDataInNV] = ACTIONS(1362), + [anon_sym_shaderRecordNV] = ACTIONS(1362), + [anon_sym_layout] = ACTIONS(1362), }, [338] = { - [ts_builtin_sym_end] = ACTIONS(1368), [sym_identifier] = ACTIONS(1366), [aux_sym_preproc_include_token1] = ACTIONS(1366), [aux_sym_preproc_def_token1] = ACTIONS(1366), @@ -67174,6 +67168,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1366), [anon_sym___vectorcall] = ACTIONS(1366), [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_RBRACE] = ACTIONS(1368), [anon_sym_signed] = ACTIONS(1366), [anon_sym_unsigned] = ACTIONS(1366), [anon_sym_long] = ACTIONS(1366), @@ -67254,410 +67249,276 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(1366), }, [339] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token2] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_subroutine] = ACTIONS(1354), - [anon_sym_invariant] = ACTIONS(1354), - [anon_sym_precise] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym_in] = ACTIONS(1354), - [anon_sym_out] = ACTIONS(1354), - [anon_sym_inout] = ACTIONS(1354), - [anon_sym_uniform] = ACTIONS(1354), - [anon_sym_shared] = ACTIONS(1354), - [anon_sym_attribute] = ACTIONS(1354), - [anon_sym_varying] = ACTIONS(1354), - [anon_sym_buffer] = ACTIONS(1354), - [anon_sym_coherent] = ACTIONS(1354), - [anon_sym_readonly] = ACTIONS(1354), - [anon_sym_writeonly] = ACTIONS(1354), - [anon_sym_precision] = ACTIONS(1354), - [anon_sym_highp] = ACTIONS(1354), - [anon_sym_mediump] = ACTIONS(1354), - [anon_sym_lowp] = ACTIONS(1354), - [anon_sym_centroid] = ACTIONS(1354), - [anon_sym_sample] = ACTIONS(1354), - [anon_sym_patch] = ACTIONS(1354), - [anon_sym_smooth] = ACTIONS(1354), - [anon_sym_flat] = ACTIONS(1354), - [anon_sym_noperspective] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1354), - [anon_sym_rayPayloadInEXT] = ACTIONS(1354), - [anon_sym_hitAttributeEXT] = ACTIONS(1354), - [anon_sym_callableDataEXT] = ACTIONS(1354), - [anon_sym_callableDataInEXT] = ACTIONS(1354), - [anon_sym_shaderRecordEXT] = ACTIONS(1354), - [anon_sym_rayPayloadNV] = ACTIONS(1354), - [anon_sym_rayPayloadInNV] = ACTIONS(1354), - [anon_sym_hitAttributeNV] = ACTIONS(1354), - [anon_sym_callableDataNV] = ACTIONS(1354), - [anon_sym_callableDataInNV] = ACTIONS(1354), - [anon_sym_shaderRecordNV] = ACTIONS(1354), - [anon_sym_layout] = ACTIONS(1354), - }, - [340] = { - [sym_identifier] = ACTIONS(1398), - [aux_sym_preproc_include_token1] = ACTIONS(1398), - [aux_sym_preproc_def_token1] = ACTIONS(1398), - [aux_sym_preproc_if_token1] = ACTIONS(1398), - [aux_sym_preproc_if_token2] = ACTIONS(1398), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1398), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1398), - [sym_preproc_directive] = ACTIONS(1398), - [anon_sym_LPAREN2] = ACTIONS(1400), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_TILDE] = ACTIONS(1400), - [anon_sym_DASH] = ACTIONS(1398), - [anon_sym_PLUS] = ACTIONS(1398), - [anon_sym_STAR] = ACTIONS(1400), - [anon_sym_AMP] = ACTIONS(1400), - [anon_sym_subroutine] = ACTIONS(1398), - [anon_sym_invariant] = ACTIONS(1398), - [anon_sym_precise] = ACTIONS(1398), - [anon_sym_SEMI] = ACTIONS(1400), - [anon_sym_in] = ACTIONS(1398), - [anon_sym_out] = ACTIONS(1398), - [anon_sym_inout] = ACTIONS(1398), - [anon_sym_uniform] = ACTIONS(1398), - [anon_sym_shared] = ACTIONS(1398), - [anon_sym_attribute] = ACTIONS(1398), - [anon_sym_varying] = ACTIONS(1398), - [anon_sym_buffer] = ACTIONS(1398), - [anon_sym_coherent] = ACTIONS(1398), - [anon_sym_readonly] = ACTIONS(1398), - [anon_sym_writeonly] = ACTIONS(1398), - [anon_sym_precision] = ACTIONS(1398), - [anon_sym_highp] = ACTIONS(1398), - [anon_sym_mediump] = ACTIONS(1398), - [anon_sym_lowp] = ACTIONS(1398), - [anon_sym_centroid] = ACTIONS(1398), - [anon_sym_sample] = ACTIONS(1398), - [anon_sym_patch] = ACTIONS(1398), - [anon_sym_smooth] = ACTIONS(1398), - [anon_sym_flat] = ACTIONS(1398), - [anon_sym_noperspective] = ACTIONS(1398), - [anon_sym___extension__] = ACTIONS(1398), - [anon_sym_typedef] = ACTIONS(1398), - [anon_sym_extern] = ACTIONS(1398), - [anon_sym___attribute__] = ACTIONS(1398), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1400), - [anon_sym___declspec] = ACTIONS(1398), - [anon_sym___cdecl] = ACTIONS(1398), - [anon_sym___clrcall] = ACTIONS(1398), - [anon_sym___stdcall] = ACTIONS(1398), - [anon_sym___fastcall] = ACTIONS(1398), - [anon_sym___thiscall] = ACTIONS(1398), - [anon_sym___vectorcall] = ACTIONS(1398), - [anon_sym_LBRACE] = ACTIONS(1400), - [anon_sym_signed] = ACTIONS(1398), - [anon_sym_unsigned] = ACTIONS(1398), - [anon_sym_long] = ACTIONS(1398), - [anon_sym_short] = ACTIONS(1398), - [anon_sym_static] = ACTIONS(1398), - [anon_sym_auto] = ACTIONS(1398), - [anon_sym_register] = ACTIONS(1398), - [anon_sym_inline] = ACTIONS(1398), - [anon_sym___inline] = ACTIONS(1398), - [anon_sym___inline__] = ACTIONS(1398), - [anon_sym___forceinline] = ACTIONS(1398), - [anon_sym_thread_local] = ACTIONS(1398), - [anon_sym___thread] = ACTIONS(1398), - [anon_sym_const] = ACTIONS(1398), - [anon_sym_constexpr] = ACTIONS(1398), - [anon_sym_volatile] = ACTIONS(1398), - [anon_sym_restrict] = ACTIONS(1398), - [anon_sym___restrict__] = ACTIONS(1398), - [anon_sym__Atomic] = ACTIONS(1398), - [anon_sym__Noreturn] = ACTIONS(1398), - [anon_sym_noreturn] = ACTIONS(1398), - [sym_primitive_type] = ACTIONS(1398), - [anon_sym_enum] = ACTIONS(1398), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_union] = ACTIONS(1398), - [anon_sym_if] = ACTIONS(1398), - [anon_sym_else] = ACTIONS(1398), - [anon_sym_switch] = ACTIONS(1398), - [anon_sym_case] = ACTIONS(1398), - [anon_sym_default] = ACTIONS(1398), - [anon_sym_while] = ACTIONS(1398), - [anon_sym_do] = ACTIONS(1398), - [anon_sym_for] = ACTIONS(1398), - [anon_sym_return] = ACTIONS(1398), - [anon_sym_break] = ACTIONS(1398), - [anon_sym_continue] = ACTIONS(1398), - [anon_sym_goto] = ACTIONS(1398), - [anon_sym_DASH_DASH] = ACTIONS(1400), - [anon_sym_PLUS_PLUS] = ACTIONS(1400), - [anon_sym_sizeof] = ACTIONS(1398), - [anon_sym___alignof__] = ACTIONS(1398), - [anon_sym___alignof] = ACTIONS(1398), - [anon_sym__alignof] = ACTIONS(1398), - [anon_sym_alignof] = ACTIONS(1398), - [anon_sym__Alignof] = ACTIONS(1398), - [anon_sym_offsetof] = ACTIONS(1398), - [anon_sym__Generic] = ACTIONS(1398), - [anon_sym_asm] = ACTIONS(1398), - [anon_sym___asm__] = ACTIONS(1398), - [sym_number_literal] = ACTIONS(1400), - [anon_sym_L_SQUOTE] = ACTIONS(1400), - [anon_sym_u_SQUOTE] = ACTIONS(1400), - [anon_sym_U_SQUOTE] = ACTIONS(1400), - [anon_sym_u8_SQUOTE] = ACTIONS(1400), - [anon_sym_SQUOTE] = ACTIONS(1400), - [anon_sym_L_DQUOTE] = ACTIONS(1400), - [anon_sym_u_DQUOTE] = ACTIONS(1400), - [anon_sym_U_DQUOTE] = ACTIONS(1400), - [anon_sym_u8_DQUOTE] = ACTIONS(1400), - [anon_sym_DQUOTE] = ACTIONS(1400), - [sym_true] = ACTIONS(1398), - [sym_false] = ACTIONS(1398), - [anon_sym_NULL] = ACTIONS(1398), - [anon_sym_nullptr] = ACTIONS(1398), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1398), - [anon_sym_rayPayloadInEXT] = ACTIONS(1398), - [anon_sym_hitAttributeEXT] = ACTIONS(1398), - [anon_sym_callableDataEXT] = ACTIONS(1398), - [anon_sym_callableDataInEXT] = ACTIONS(1398), - [anon_sym_shaderRecordEXT] = ACTIONS(1398), - [anon_sym_rayPayloadNV] = ACTIONS(1398), - [anon_sym_rayPayloadInNV] = ACTIONS(1398), - [anon_sym_hitAttributeNV] = ACTIONS(1398), - [anon_sym_callableDataNV] = ACTIONS(1398), - [anon_sym_callableDataInNV] = ACTIONS(1398), - [anon_sym_shaderRecordNV] = ACTIONS(1398), - [anon_sym_layout] = ACTIONS(1398), + [sym_identifier] = ACTIONS(1370), + [aux_sym_preproc_include_token1] = ACTIONS(1370), + [aux_sym_preproc_def_token1] = ACTIONS(1370), + [aux_sym_preproc_if_token1] = ACTIONS(1370), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1370), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1370), + [sym_preproc_directive] = ACTIONS(1370), + [anon_sym_LPAREN2] = ACTIONS(1372), + [anon_sym_BANG] = ACTIONS(1372), + [anon_sym_TILDE] = ACTIONS(1372), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_AMP] = ACTIONS(1372), + [anon_sym_subroutine] = ACTIONS(1370), + [anon_sym_invariant] = ACTIONS(1370), + [anon_sym_precise] = ACTIONS(1370), + [anon_sym_SEMI] = ACTIONS(1372), + [anon_sym_in] = ACTIONS(1370), + [anon_sym_out] = ACTIONS(1370), + [anon_sym_inout] = ACTIONS(1370), + [anon_sym_uniform] = ACTIONS(1370), + [anon_sym_shared] = ACTIONS(1370), + [anon_sym_attribute] = ACTIONS(1370), + [anon_sym_varying] = ACTIONS(1370), + [anon_sym_buffer] = ACTIONS(1370), + [anon_sym_coherent] = ACTIONS(1370), + [anon_sym_readonly] = ACTIONS(1370), + [anon_sym_writeonly] = ACTIONS(1370), + [anon_sym_precision] = ACTIONS(1370), + [anon_sym_highp] = ACTIONS(1370), + [anon_sym_mediump] = ACTIONS(1370), + [anon_sym_lowp] = ACTIONS(1370), + [anon_sym_centroid] = ACTIONS(1370), + [anon_sym_sample] = ACTIONS(1370), + [anon_sym_patch] = ACTIONS(1370), + [anon_sym_smooth] = ACTIONS(1370), + [anon_sym_flat] = ACTIONS(1370), + [anon_sym_noperspective] = ACTIONS(1370), + [anon_sym___extension__] = ACTIONS(1370), + [anon_sym_typedef] = ACTIONS(1370), + [anon_sym_extern] = ACTIONS(1370), + [anon_sym___attribute__] = ACTIONS(1370), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1372), + [anon_sym___declspec] = ACTIONS(1370), + [anon_sym___cdecl] = ACTIONS(1370), + [anon_sym___clrcall] = ACTIONS(1370), + [anon_sym___stdcall] = ACTIONS(1370), + [anon_sym___fastcall] = ACTIONS(1370), + [anon_sym___thiscall] = ACTIONS(1370), + [anon_sym___vectorcall] = ACTIONS(1370), + [anon_sym_LBRACE] = ACTIONS(1372), + [anon_sym_RBRACE] = ACTIONS(1372), + [anon_sym_signed] = ACTIONS(1370), + [anon_sym_unsigned] = ACTIONS(1370), + [anon_sym_long] = ACTIONS(1370), + [anon_sym_short] = ACTIONS(1370), + [anon_sym_static] = ACTIONS(1370), + [anon_sym_auto] = ACTIONS(1370), + [anon_sym_register] = ACTIONS(1370), + [anon_sym_inline] = ACTIONS(1370), + [anon_sym___inline] = ACTIONS(1370), + [anon_sym___inline__] = ACTIONS(1370), + [anon_sym___forceinline] = ACTIONS(1370), + [anon_sym_thread_local] = ACTIONS(1370), + [anon_sym___thread] = ACTIONS(1370), + [anon_sym_const] = ACTIONS(1370), + [anon_sym_constexpr] = ACTIONS(1370), + [anon_sym_volatile] = ACTIONS(1370), + [anon_sym_restrict] = ACTIONS(1370), + [anon_sym___restrict__] = ACTIONS(1370), + [anon_sym__Atomic] = ACTIONS(1370), + [anon_sym__Noreturn] = ACTIONS(1370), + [anon_sym_noreturn] = ACTIONS(1370), + [sym_primitive_type] = ACTIONS(1370), + [anon_sym_enum] = ACTIONS(1370), + [anon_sym_struct] = ACTIONS(1370), + [anon_sym_union] = ACTIONS(1370), + [anon_sym_if] = ACTIONS(1370), + [anon_sym_else] = ACTIONS(1370), + [anon_sym_switch] = ACTIONS(1370), + [anon_sym_case] = ACTIONS(1370), + [anon_sym_default] = ACTIONS(1370), + [anon_sym_while] = ACTIONS(1370), + [anon_sym_do] = ACTIONS(1370), + [anon_sym_for] = ACTIONS(1370), + [anon_sym_return] = ACTIONS(1370), + [anon_sym_break] = ACTIONS(1370), + [anon_sym_continue] = ACTIONS(1370), + [anon_sym_goto] = ACTIONS(1370), + [anon_sym_DASH_DASH] = ACTIONS(1372), + [anon_sym_PLUS_PLUS] = ACTIONS(1372), + [anon_sym_sizeof] = ACTIONS(1370), + [anon_sym___alignof__] = ACTIONS(1370), + [anon_sym___alignof] = ACTIONS(1370), + [anon_sym__alignof] = ACTIONS(1370), + [anon_sym_alignof] = ACTIONS(1370), + [anon_sym__Alignof] = ACTIONS(1370), + [anon_sym_offsetof] = ACTIONS(1370), + [anon_sym__Generic] = ACTIONS(1370), + [anon_sym_asm] = ACTIONS(1370), + [anon_sym___asm__] = ACTIONS(1370), + [sym_number_literal] = ACTIONS(1372), + [anon_sym_L_SQUOTE] = ACTIONS(1372), + [anon_sym_u_SQUOTE] = ACTIONS(1372), + [anon_sym_U_SQUOTE] = ACTIONS(1372), + [anon_sym_u8_SQUOTE] = ACTIONS(1372), + [anon_sym_SQUOTE] = ACTIONS(1372), + [anon_sym_L_DQUOTE] = ACTIONS(1372), + [anon_sym_u_DQUOTE] = ACTIONS(1372), + [anon_sym_U_DQUOTE] = ACTIONS(1372), + [anon_sym_u8_DQUOTE] = ACTIONS(1372), + [anon_sym_DQUOTE] = ACTIONS(1372), + [sym_true] = ACTIONS(1370), + [sym_false] = ACTIONS(1370), + [anon_sym_NULL] = ACTIONS(1370), + [anon_sym_nullptr] = ACTIONS(1370), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1370), + [anon_sym_rayPayloadInEXT] = ACTIONS(1370), + [anon_sym_hitAttributeEXT] = ACTIONS(1370), + [anon_sym_callableDataEXT] = ACTIONS(1370), + [anon_sym_callableDataInEXT] = ACTIONS(1370), + [anon_sym_shaderRecordEXT] = ACTIONS(1370), + [anon_sym_rayPayloadNV] = ACTIONS(1370), + [anon_sym_rayPayloadInNV] = ACTIONS(1370), + [anon_sym_hitAttributeNV] = ACTIONS(1370), + [anon_sym_callableDataNV] = ACTIONS(1370), + [anon_sym_callableDataInNV] = ACTIONS(1370), + [anon_sym_shaderRecordNV] = ACTIONS(1370), + [anon_sym_layout] = ACTIONS(1370), }, - [341] = { - [sym_identifier] = ACTIONS(1382), - [aux_sym_preproc_include_token1] = ACTIONS(1382), - [aux_sym_preproc_def_token1] = ACTIONS(1382), - [aux_sym_preproc_if_token1] = ACTIONS(1382), - [aux_sym_preproc_if_token2] = ACTIONS(1382), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1382), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1382), - [sym_preproc_directive] = ACTIONS(1382), - [anon_sym_LPAREN2] = ACTIONS(1384), - [anon_sym_BANG] = ACTIONS(1384), - [anon_sym_TILDE] = ACTIONS(1384), - [anon_sym_DASH] = ACTIONS(1382), - [anon_sym_PLUS] = ACTIONS(1382), - [anon_sym_STAR] = ACTIONS(1384), - [anon_sym_AMP] = ACTIONS(1384), - [anon_sym_subroutine] = ACTIONS(1382), - [anon_sym_invariant] = ACTIONS(1382), - [anon_sym_precise] = ACTIONS(1382), - [anon_sym_SEMI] = ACTIONS(1384), - [anon_sym_in] = ACTIONS(1382), - [anon_sym_out] = ACTIONS(1382), - [anon_sym_inout] = ACTIONS(1382), - [anon_sym_uniform] = ACTIONS(1382), - [anon_sym_shared] = ACTIONS(1382), - [anon_sym_attribute] = ACTIONS(1382), - [anon_sym_varying] = ACTIONS(1382), - [anon_sym_buffer] = ACTIONS(1382), - [anon_sym_coherent] = ACTIONS(1382), - [anon_sym_readonly] = ACTIONS(1382), - [anon_sym_writeonly] = ACTIONS(1382), - [anon_sym_precision] = ACTIONS(1382), - [anon_sym_highp] = ACTIONS(1382), - [anon_sym_mediump] = ACTIONS(1382), - [anon_sym_lowp] = ACTIONS(1382), - [anon_sym_centroid] = ACTIONS(1382), - [anon_sym_sample] = ACTIONS(1382), - [anon_sym_patch] = ACTIONS(1382), - [anon_sym_smooth] = ACTIONS(1382), - [anon_sym_flat] = ACTIONS(1382), - [anon_sym_noperspective] = ACTIONS(1382), - [anon_sym___extension__] = ACTIONS(1382), - [anon_sym_typedef] = ACTIONS(1382), - [anon_sym_extern] = ACTIONS(1382), - [anon_sym___attribute__] = ACTIONS(1382), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1384), - [anon_sym___declspec] = ACTIONS(1382), - [anon_sym___cdecl] = ACTIONS(1382), - [anon_sym___clrcall] = ACTIONS(1382), - [anon_sym___stdcall] = ACTIONS(1382), - [anon_sym___fastcall] = ACTIONS(1382), - [anon_sym___thiscall] = ACTIONS(1382), - [anon_sym___vectorcall] = ACTIONS(1382), - [anon_sym_LBRACE] = ACTIONS(1384), - [anon_sym_signed] = ACTIONS(1382), - [anon_sym_unsigned] = ACTIONS(1382), - [anon_sym_long] = ACTIONS(1382), - [anon_sym_short] = ACTIONS(1382), - [anon_sym_static] = ACTIONS(1382), - [anon_sym_auto] = ACTIONS(1382), - [anon_sym_register] = ACTIONS(1382), - [anon_sym_inline] = ACTIONS(1382), - [anon_sym___inline] = ACTIONS(1382), - [anon_sym___inline__] = ACTIONS(1382), - [anon_sym___forceinline] = ACTIONS(1382), - [anon_sym_thread_local] = ACTIONS(1382), - [anon_sym___thread] = ACTIONS(1382), - [anon_sym_const] = ACTIONS(1382), - [anon_sym_constexpr] = ACTIONS(1382), - [anon_sym_volatile] = ACTIONS(1382), - [anon_sym_restrict] = ACTIONS(1382), - [anon_sym___restrict__] = ACTIONS(1382), - [anon_sym__Atomic] = ACTIONS(1382), - [anon_sym__Noreturn] = ACTIONS(1382), - [anon_sym_noreturn] = ACTIONS(1382), - [sym_primitive_type] = ACTIONS(1382), - [anon_sym_enum] = ACTIONS(1382), - [anon_sym_struct] = ACTIONS(1382), - [anon_sym_union] = ACTIONS(1382), - [anon_sym_if] = ACTIONS(1382), - [anon_sym_else] = ACTIONS(1382), - [anon_sym_switch] = ACTIONS(1382), - [anon_sym_case] = ACTIONS(1382), - [anon_sym_default] = ACTIONS(1382), - [anon_sym_while] = ACTIONS(1382), - [anon_sym_do] = ACTIONS(1382), - [anon_sym_for] = ACTIONS(1382), - [anon_sym_return] = ACTIONS(1382), - [anon_sym_break] = ACTIONS(1382), - [anon_sym_continue] = ACTIONS(1382), - [anon_sym_goto] = ACTIONS(1382), - [anon_sym_DASH_DASH] = ACTIONS(1384), - [anon_sym_PLUS_PLUS] = ACTIONS(1384), - [anon_sym_sizeof] = ACTIONS(1382), - [anon_sym___alignof__] = ACTIONS(1382), - [anon_sym___alignof] = ACTIONS(1382), - [anon_sym__alignof] = ACTIONS(1382), - [anon_sym_alignof] = ACTIONS(1382), - [anon_sym__Alignof] = ACTIONS(1382), - [anon_sym_offsetof] = ACTIONS(1382), - [anon_sym__Generic] = ACTIONS(1382), - [anon_sym_asm] = ACTIONS(1382), - [anon_sym___asm__] = ACTIONS(1382), - [sym_number_literal] = ACTIONS(1384), - [anon_sym_L_SQUOTE] = ACTIONS(1384), - [anon_sym_u_SQUOTE] = ACTIONS(1384), - [anon_sym_U_SQUOTE] = ACTIONS(1384), - [anon_sym_u8_SQUOTE] = ACTIONS(1384), - [anon_sym_SQUOTE] = ACTIONS(1384), - [anon_sym_L_DQUOTE] = ACTIONS(1384), - [anon_sym_u_DQUOTE] = ACTIONS(1384), - [anon_sym_U_DQUOTE] = ACTIONS(1384), - [anon_sym_u8_DQUOTE] = ACTIONS(1384), - [anon_sym_DQUOTE] = ACTIONS(1384), - [sym_true] = ACTIONS(1382), - [sym_false] = ACTIONS(1382), - [anon_sym_NULL] = ACTIONS(1382), - [anon_sym_nullptr] = ACTIONS(1382), + [340] = { + [sym_identifier] = ACTIONS(1438), + [aux_sym_preproc_include_token1] = ACTIONS(1438), + [aux_sym_preproc_def_token1] = ACTIONS(1438), + [aux_sym_preproc_if_token1] = ACTIONS(1438), + [aux_sym_preproc_if_token2] = ACTIONS(1438), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1438), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1438), + [sym_preproc_directive] = ACTIONS(1438), + [anon_sym_LPAREN2] = ACTIONS(1440), + [anon_sym_BANG] = ACTIONS(1440), + [anon_sym_TILDE] = ACTIONS(1440), + [anon_sym_DASH] = ACTIONS(1438), + [anon_sym_PLUS] = ACTIONS(1438), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_subroutine] = ACTIONS(1438), + [anon_sym_invariant] = ACTIONS(1438), + [anon_sym_precise] = ACTIONS(1438), + [anon_sym_SEMI] = ACTIONS(1440), + [anon_sym_in] = ACTIONS(1438), + [anon_sym_out] = ACTIONS(1438), + [anon_sym_inout] = ACTIONS(1438), + [anon_sym_uniform] = ACTIONS(1438), + [anon_sym_shared] = ACTIONS(1438), + [anon_sym_attribute] = ACTIONS(1438), + [anon_sym_varying] = ACTIONS(1438), + [anon_sym_buffer] = ACTIONS(1438), + [anon_sym_coherent] = ACTIONS(1438), + [anon_sym_readonly] = ACTIONS(1438), + [anon_sym_writeonly] = ACTIONS(1438), + [anon_sym_precision] = ACTIONS(1438), + [anon_sym_highp] = ACTIONS(1438), + [anon_sym_mediump] = ACTIONS(1438), + [anon_sym_lowp] = ACTIONS(1438), + [anon_sym_centroid] = ACTIONS(1438), + [anon_sym_sample] = ACTIONS(1438), + [anon_sym_patch] = ACTIONS(1438), + [anon_sym_smooth] = ACTIONS(1438), + [anon_sym_flat] = ACTIONS(1438), + [anon_sym_noperspective] = ACTIONS(1438), + [anon_sym___extension__] = ACTIONS(1438), + [anon_sym_typedef] = ACTIONS(1438), + [anon_sym_extern] = ACTIONS(1438), + [anon_sym___attribute__] = ACTIONS(1438), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1438), + [anon_sym___cdecl] = ACTIONS(1438), + [anon_sym___clrcall] = ACTIONS(1438), + [anon_sym___stdcall] = ACTIONS(1438), + [anon_sym___fastcall] = ACTIONS(1438), + [anon_sym___thiscall] = ACTIONS(1438), + [anon_sym___vectorcall] = ACTIONS(1438), + [anon_sym_LBRACE] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1438), + [anon_sym_unsigned] = ACTIONS(1438), + [anon_sym_long] = ACTIONS(1438), + [anon_sym_short] = ACTIONS(1438), + [anon_sym_static] = ACTIONS(1438), + [anon_sym_auto] = ACTIONS(1438), + [anon_sym_register] = ACTIONS(1438), + [anon_sym_inline] = ACTIONS(1438), + [anon_sym___inline] = ACTIONS(1438), + [anon_sym___inline__] = ACTIONS(1438), + [anon_sym___forceinline] = ACTIONS(1438), + [anon_sym_thread_local] = ACTIONS(1438), + [anon_sym___thread] = ACTIONS(1438), + [anon_sym_const] = ACTIONS(1438), + [anon_sym_constexpr] = ACTIONS(1438), + [anon_sym_volatile] = ACTIONS(1438), + [anon_sym_restrict] = ACTIONS(1438), + [anon_sym___restrict__] = ACTIONS(1438), + [anon_sym__Atomic] = ACTIONS(1438), + [anon_sym__Noreturn] = ACTIONS(1438), + [anon_sym_noreturn] = ACTIONS(1438), + [sym_primitive_type] = ACTIONS(1438), + [anon_sym_enum] = ACTIONS(1438), + [anon_sym_struct] = ACTIONS(1438), + [anon_sym_union] = ACTIONS(1438), + [anon_sym_if] = ACTIONS(1438), + [anon_sym_else] = ACTIONS(1438), + [anon_sym_switch] = ACTIONS(1438), + [anon_sym_case] = ACTIONS(1438), + [anon_sym_default] = ACTIONS(1438), + [anon_sym_while] = ACTIONS(1438), + [anon_sym_do] = ACTIONS(1438), + [anon_sym_for] = ACTIONS(1438), + [anon_sym_return] = ACTIONS(1438), + [anon_sym_break] = ACTIONS(1438), + [anon_sym_continue] = ACTIONS(1438), + [anon_sym_goto] = ACTIONS(1438), + [anon_sym_DASH_DASH] = ACTIONS(1440), + [anon_sym_PLUS_PLUS] = ACTIONS(1440), + [anon_sym_sizeof] = ACTIONS(1438), + [anon_sym___alignof__] = ACTIONS(1438), + [anon_sym___alignof] = ACTIONS(1438), + [anon_sym__alignof] = ACTIONS(1438), + [anon_sym_alignof] = ACTIONS(1438), + [anon_sym__Alignof] = ACTIONS(1438), + [anon_sym_offsetof] = ACTIONS(1438), + [anon_sym__Generic] = ACTIONS(1438), + [anon_sym_asm] = ACTIONS(1438), + [anon_sym___asm__] = ACTIONS(1438), + [sym_number_literal] = ACTIONS(1440), + [anon_sym_L_SQUOTE] = ACTIONS(1440), + [anon_sym_u_SQUOTE] = ACTIONS(1440), + [anon_sym_U_SQUOTE] = ACTIONS(1440), + [anon_sym_u8_SQUOTE] = ACTIONS(1440), + [anon_sym_SQUOTE] = ACTIONS(1440), + [anon_sym_L_DQUOTE] = ACTIONS(1440), + [anon_sym_u_DQUOTE] = ACTIONS(1440), + [anon_sym_U_DQUOTE] = ACTIONS(1440), + [anon_sym_u8_DQUOTE] = ACTIONS(1440), + [anon_sym_DQUOTE] = ACTIONS(1440), + [sym_true] = ACTIONS(1438), + [sym_false] = ACTIONS(1438), + [anon_sym_NULL] = ACTIONS(1438), + [anon_sym_nullptr] = ACTIONS(1438), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1382), - [anon_sym_rayPayloadInEXT] = ACTIONS(1382), - [anon_sym_hitAttributeEXT] = ACTIONS(1382), - [anon_sym_callableDataEXT] = ACTIONS(1382), - [anon_sym_callableDataInEXT] = ACTIONS(1382), - [anon_sym_shaderRecordEXT] = ACTIONS(1382), - [anon_sym_rayPayloadNV] = ACTIONS(1382), - [anon_sym_rayPayloadInNV] = ACTIONS(1382), - [anon_sym_hitAttributeNV] = ACTIONS(1382), - [anon_sym_callableDataNV] = ACTIONS(1382), - [anon_sym_callableDataInNV] = ACTIONS(1382), - [anon_sym_shaderRecordNV] = ACTIONS(1382), - [anon_sym_layout] = ACTIONS(1382), + [anon_sym_rayPayloadEXT] = ACTIONS(1438), + [anon_sym_rayPayloadInEXT] = ACTIONS(1438), + [anon_sym_hitAttributeEXT] = ACTIONS(1438), + [anon_sym_callableDataEXT] = ACTIONS(1438), + [anon_sym_callableDataInEXT] = ACTIONS(1438), + [anon_sym_shaderRecordEXT] = ACTIONS(1438), + [anon_sym_rayPayloadNV] = ACTIONS(1438), + [anon_sym_rayPayloadInNV] = ACTIONS(1438), + [anon_sym_hitAttributeNV] = ACTIONS(1438), + [anon_sym_callableDataNV] = ACTIONS(1438), + [anon_sym_callableDataInNV] = ACTIONS(1438), + [anon_sym_shaderRecordNV] = ACTIONS(1438), + [anon_sym_layout] = ACTIONS(1438), }, - [342] = { + [341] = { [sym_identifier] = ACTIONS(1378), [aux_sym_preproc_include_token1] = ACTIONS(1378), [aux_sym_preproc_def_token1] = ACTIONS(1378), [aux_sym_preproc_if_token1] = ACTIONS(1378), - [aux_sym_preproc_if_token2] = ACTIONS(1378), [aux_sym_preproc_ifdef_token1] = ACTIONS(1378), [aux_sym_preproc_ifdef_token2] = ACTIONS(1378), [sym_preproc_directive] = ACTIONS(1378), @@ -67671,259 +67532,126 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_subroutine] = ACTIONS(1378), [anon_sym_invariant] = ACTIONS(1378), [anon_sym_precise] = ACTIONS(1378), - [anon_sym_SEMI] = ACTIONS(1380), - [anon_sym_in] = ACTIONS(1378), - [anon_sym_out] = ACTIONS(1378), - [anon_sym_inout] = ACTIONS(1378), - [anon_sym_uniform] = ACTIONS(1378), - [anon_sym_shared] = ACTIONS(1378), - [anon_sym_attribute] = ACTIONS(1378), - [anon_sym_varying] = ACTIONS(1378), - [anon_sym_buffer] = ACTIONS(1378), - [anon_sym_coherent] = ACTIONS(1378), - [anon_sym_readonly] = ACTIONS(1378), - [anon_sym_writeonly] = ACTIONS(1378), - [anon_sym_precision] = ACTIONS(1378), - [anon_sym_highp] = ACTIONS(1378), - [anon_sym_mediump] = ACTIONS(1378), - [anon_sym_lowp] = ACTIONS(1378), - [anon_sym_centroid] = ACTIONS(1378), - [anon_sym_sample] = ACTIONS(1378), - [anon_sym_patch] = ACTIONS(1378), - [anon_sym_smooth] = ACTIONS(1378), - [anon_sym_flat] = ACTIONS(1378), - [anon_sym_noperspective] = ACTIONS(1378), - [anon_sym___extension__] = ACTIONS(1378), - [anon_sym_typedef] = ACTIONS(1378), - [anon_sym_extern] = ACTIONS(1378), - [anon_sym___attribute__] = ACTIONS(1378), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1380), - [anon_sym___declspec] = ACTIONS(1378), - [anon_sym___cdecl] = ACTIONS(1378), - [anon_sym___clrcall] = ACTIONS(1378), - [anon_sym___stdcall] = ACTIONS(1378), - [anon_sym___fastcall] = ACTIONS(1378), - [anon_sym___thiscall] = ACTIONS(1378), - [anon_sym___vectorcall] = ACTIONS(1378), - [anon_sym_LBRACE] = ACTIONS(1380), - [anon_sym_signed] = ACTIONS(1378), - [anon_sym_unsigned] = ACTIONS(1378), - [anon_sym_long] = ACTIONS(1378), - [anon_sym_short] = ACTIONS(1378), - [anon_sym_static] = ACTIONS(1378), - [anon_sym_auto] = ACTIONS(1378), - [anon_sym_register] = ACTIONS(1378), - [anon_sym_inline] = ACTIONS(1378), - [anon_sym___inline] = ACTIONS(1378), - [anon_sym___inline__] = ACTIONS(1378), - [anon_sym___forceinline] = ACTIONS(1378), - [anon_sym_thread_local] = ACTIONS(1378), - [anon_sym___thread] = ACTIONS(1378), - [anon_sym_const] = ACTIONS(1378), - [anon_sym_constexpr] = ACTIONS(1378), - [anon_sym_volatile] = ACTIONS(1378), - [anon_sym_restrict] = ACTIONS(1378), - [anon_sym___restrict__] = ACTIONS(1378), - [anon_sym__Atomic] = ACTIONS(1378), - [anon_sym__Noreturn] = ACTIONS(1378), - [anon_sym_noreturn] = ACTIONS(1378), - [sym_primitive_type] = ACTIONS(1378), - [anon_sym_enum] = ACTIONS(1378), - [anon_sym_struct] = ACTIONS(1378), - [anon_sym_union] = ACTIONS(1378), - [anon_sym_if] = ACTIONS(1378), - [anon_sym_else] = ACTIONS(1378), - [anon_sym_switch] = ACTIONS(1378), - [anon_sym_case] = ACTIONS(1378), - [anon_sym_default] = ACTIONS(1378), - [anon_sym_while] = ACTIONS(1378), - [anon_sym_do] = ACTIONS(1378), - [anon_sym_for] = ACTIONS(1378), - [anon_sym_return] = ACTIONS(1378), - [anon_sym_break] = ACTIONS(1378), - [anon_sym_continue] = ACTIONS(1378), - [anon_sym_goto] = ACTIONS(1378), - [anon_sym_DASH_DASH] = ACTIONS(1380), - [anon_sym_PLUS_PLUS] = ACTIONS(1380), - [anon_sym_sizeof] = ACTIONS(1378), - [anon_sym___alignof__] = ACTIONS(1378), - [anon_sym___alignof] = ACTIONS(1378), - [anon_sym__alignof] = ACTIONS(1378), - [anon_sym_alignof] = ACTIONS(1378), - [anon_sym__Alignof] = ACTIONS(1378), - [anon_sym_offsetof] = ACTIONS(1378), - [anon_sym__Generic] = ACTIONS(1378), - [anon_sym_asm] = ACTIONS(1378), - [anon_sym___asm__] = ACTIONS(1378), - [sym_number_literal] = ACTIONS(1380), - [anon_sym_L_SQUOTE] = ACTIONS(1380), - [anon_sym_u_SQUOTE] = ACTIONS(1380), - [anon_sym_U_SQUOTE] = ACTIONS(1380), - [anon_sym_u8_SQUOTE] = ACTIONS(1380), - [anon_sym_SQUOTE] = ACTIONS(1380), - [anon_sym_L_DQUOTE] = ACTIONS(1380), - [anon_sym_u_DQUOTE] = ACTIONS(1380), - [anon_sym_U_DQUOTE] = ACTIONS(1380), - [anon_sym_u8_DQUOTE] = ACTIONS(1380), - [anon_sym_DQUOTE] = ACTIONS(1380), - [sym_true] = ACTIONS(1378), - [sym_false] = ACTIONS(1378), - [anon_sym_NULL] = ACTIONS(1378), - [anon_sym_nullptr] = ACTIONS(1378), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1378), - [anon_sym_rayPayloadInEXT] = ACTIONS(1378), - [anon_sym_hitAttributeEXT] = ACTIONS(1378), - [anon_sym_callableDataEXT] = ACTIONS(1378), - [anon_sym_callableDataInEXT] = ACTIONS(1378), - [anon_sym_shaderRecordEXT] = ACTIONS(1378), - [anon_sym_rayPayloadNV] = ACTIONS(1378), - [anon_sym_rayPayloadInNV] = ACTIONS(1378), - [anon_sym_hitAttributeNV] = ACTIONS(1378), - [anon_sym_callableDataNV] = ACTIONS(1378), - [anon_sym_callableDataInNV] = ACTIONS(1378), - [anon_sym_shaderRecordNV] = ACTIONS(1378), - [anon_sym_layout] = ACTIONS(1378), - }, - [343] = { - [ts_builtin_sym_end] = ACTIONS(1388), - [sym_identifier] = ACTIONS(1386), - [aux_sym_preproc_include_token1] = ACTIONS(1386), - [aux_sym_preproc_def_token1] = ACTIONS(1386), - [aux_sym_preproc_if_token1] = ACTIONS(1386), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1386), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1386), - [sym_preproc_directive] = ACTIONS(1386), - [anon_sym_LPAREN2] = ACTIONS(1388), - [anon_sym_BANG] = ACTIONS(1388), - [anon_sym_TILDE] = ACTIONS(1388), - [anon_sym_DASH] = ACTIONS(1386), - [anon_sym_PLUS] = ACTIONS(1386), - [anon_sym_STAR] = ACTIONS(1388), - [anon_sym_AMP] = ACTIONS(1388), - [anon_sym_subroutine] = ACTIONS(1386), - [anon_sym_invariant] = ACTIONS(1386), - [anon_sym_precise] = ACTIONS(1386), - [anon_sym_SEMI] = ACTIONS(1388), - [anon_sym_in] = ACTIONS(1386), - [anon_sym_out] = ACTIONS(1386), - [anon_sym_inout] = ACTIONS(1386), - [anon_sym_uniform] = ACTIONS(1386), - [anon_sym_shared] = ACTIONS(1386), - [anon_sym_attribute] = ACTIONS(1386), - [anon_sym_varying] = ACTIONS(1386), - [anon_sym_buffer] = ACTIONS(1386), - [anon_sym_coherent] = ACTIONS(1386), - [anon_sym_readonly] = ACTIONS(1386), - [anon_sym_writeonly] = ACTIONS(1386), - [anon_sym_precision] = ACTIONS(1386), - [anon_sym_highp] = ACTIONS(1386), - [anon_sym_mediump] = ACTIONS(1386), - [anon_sym_lowp] = ACTIONS(1386), - [anon_sym_centroid] = ACTIONS(1386), - [anon_sym_sample] = ACTIONS(1386), - [anon_sym_patch] = ACTIONS(1386), - [anon_sym_smooth] = ACTIONS(1386), - [anon_sym_flat] = ACTIONS(1386), - [anon_sym_noperspective] = ACTIONS(1386), - [anon_sym___extension__] = ACTIONS(1386), - [anon_sym_typedef] = ACTIONS(1386), - [anon_sym_extern] = ACTIONS(1386), - [anon_sym___attribute__] = ACTIONS(1386), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1388), - [anon_sym___declspec] = ACTIONS(1386), - [anon_sym___cdecl] = ACTIONS(1386), - [anon_sym___clrcall] = ACTIONS(1386), - [anon_sym___stdcall] = ACTIONS(1386), - [anon_sym___fastcall] = ACTIONS(1386), - [anon_sym___thiscall] = ACTIONS(1386), - [anon_sym___vectorcall] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_signed] = ACTIONS(1386), - [anon_sym_unsigned] = ACTIONS(1386), - [anon_sym_long] = ACTIONS(1386), - [anon_sym_short] = ACTIONS(1386), - [anon_sym_static] = ACTIONS(1386), - [anon_sym_auto] = ACTIONS(1386), - [anon_sym_register] = ACTIONS(1386), - [anon_sym_inline] = ACTIONS(1386), - [anon_sym___inline] = ACTIONS(1386), - [anon_sym___inline__] = ACTIONS(1386), - [anon_sym___forceinline] = ACTIONS(1386), - [anon_sym_thread_local] = ACTIONS(1386), - [anon_sym___thread] = ACTIONS(1386), - [anon_sym_const] = ACTIONS(1386), - [anon_sym_constexpr] = ACTIONS(1386), - [anon_sym_volatile] = ACTIONS(1386), - [anon_sym_restrict] = ACTIONS(1386), - [anon_sym___restrict__] = ACTIONS(1386), - [anon_sym__Atomic] = ACTIONS(1386), - [anon_sym__Noreturn] = ACTIONS(1386), - [anon_sym_noreturn] = ACTIONS(1386), - [sym_primitive_type] = ACTIONS(1386), - [anon_sym_enum] = ACTIONS(1386), - [anon_sym_struct] = ACTIONS(1386), - [anon_sym_union] = ACTIONS(1386), - [anon_sym_if] = ACTIONS(1386), - [anon_sym_else] = ACTIONS(1386), - [anon_sym_switch] = ACTIONS(1386), - [anon_sym_case] = ACTIONS(1386), - [anon_sym_default] = ACTIONS(1386), - [anon_sym_while] = ACTIONS(1386), - [anon_sym_do] = ACTIONS(1386), - [anon_sym_for] = ACTIONS(1386), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1386), - [anon_sym_continue] = ACTIONS(1386), - [anon_sym_goto] = ACTIONS(1386), - [anon_sym_DASH_DASH] = ACTIONS(1388), - [anon_sym_PLUS_PLUS] = ACTIONS(1388), - [anon_sym_sizeof] = ACTIONS(1386), - [anon_sym___alignof__] = ACTIONS(1386), - [anon_sym___alignof] = ACTIONS(1386), - [anon_sym__alignof] = ACTIONS(1386), - [anon_sym_alignof] = ACTIONS(1386), - [anon_sym__Alignof] = ACTIONS(1386), - [anon_sym_offsetof] = ACTIONS(1386), - [anon_sym__Generic] = ACTIONS(1386), - [anon_sym_asm] = ACTIONS(1386), - [anon_sym___asm__] = ACTIONS(1386), - [sym_number_literal] = ACTIONS(1388), - [anon_sym_L_SQUOTE] = ACTIONS(1388), - [anon_sym_u_SQUOTE] = ACTIONS(1388), - [anon_sym_U_SQUOTE] = ACTIONS(1388), - [anon_sym_u8_SQUOTE] = ACTIONS(1388), - [anon_sym_SQUOTE] = ACTIONS(1388), - [anon_sym_L_DQUOTE] = ACTIONS(1388), - [anon_sym_u_DQUOTE] = ACTIONS(1388), - [anon_sym_U_DQUOTE] = ACTIONS(1388), - [anon_sym_u8_DQUOTE] = ACTIONS(1388), - [anon_sym_DQUOTE] = ACTIONS(1388), - [sym_true] = ACTIONS(1386), - [sym_false] = ACTIONS(1386), - [anon_sym_NULL] = ACTIONS(1386), - [anon_sym_nullptr] = ACTIONS(1386), + [anon_sym_SEMI] = ACTIONS(1380), + [anon_sym_in] = ACTIONS(1378), + [anon_sym_out] = ACTIONS(1378), + [anon_sym_inout] = ACTIONS(1378), + [anon_sym_uniform] = ACTIONS(1378), + [anon_sym_shared] = ACTIONS(1378), + [anon_sym_attribute] = ACTIONS(1378), + [anon_sym_varying] = ACTIONS(1378), + [anon_sym_buffer] = ACTIONS(1378), + [anon_sym_coherent] = ACTIONS(1378), + [anon_sym_readonly] = ACTIONS(1378), + [anon_sym_writeonly] = ACTIONS(1378), + [anon_sym_precision] = ACTIONS(1378), + [anon_sym_highp] = ACTIONS(1378), + [anon_sym_mediump] = ACTIONS(1378), + [anon_sym_lowp] = ACTIONS(1378), + [anon_sym_centroid] = ACTIONS(1378), + [anon_sym_sample] = ACTIONS(1378), + [anon_sym_patch] = ACTIONS(1378), + [anon_sym_smooth] = ACTIONS(1378), + [anon_sym_flat] = ACTIONS(1378), + [anon_sym_noperspective] = ACTIONS(1378), + [anon_sym___extension__] = ACTIONS(1378), + [anon_sym_typedef] = ACTIONS(1378), + [anon_sym_extern] = ACTIONS(1378), + [anon_sym___attribute__] = ACTIONS(1378), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1380), + [anon_sym___declspec] = ACTIONS(1378), + [anon_sym___cdecl] = ACTIONS(1378), + [anon_sym___clrcall] = ACTIONS(1378), + [anon_sym___stdcall] = ACTIONS(1378), + [anon_sym___fastcall] = ACTIONS(1378), + [anon_sym___thiscall] = ACTIONS(1378), + [anon_sym___vectorcall] = ACTIONS(1378), + [anon_sym_LBRACE] = ACTIONS(1380), + [anon_sym_RBRACE] = ACTIONS(1380), + [anon_sym_signed] = ACTIONS(1378), + [anon_sym_unsigned] = ACTIONS(1378), + [anon_sym_long] = ACTIONS(1378), + [anon_sym_short] = ACTIONS(1378), + [anon_sym_static] = ACTIONS(1378), + [anon_sym_auto] = ACTIONS(1378), + [anon_sym_register] = ACTIONS(1378), + [anon_sym_inline] = ACTIONS(1378), + [anon_sym___inline] = ACTIONS(1378), + [anon_sym___inline__] = ACTIONS(1378), + [anon_sym___forceinline] = ACTIONS(1378), + [anon_sym_thread_local] = ACTIONS(1378), + [anon_sym___thread] = ACTIONS(1378), + [anon_sym_const] = ACTIONS(1378), + [anon_sym_constexpr] = ACTIONS(1378), + [anon_sym_volatile] = ACTIONS(1378), + [anon_sym_restrict] = ACTIONS(1378), + [anon_sym___restrict__] = ACTIONS(1378), + [anon_sym__Atomic] = ACTIONS(1378), + [anon_sym__Noreturn] = ACTIONS(1378), + [anon_sym_noreturn] = ACTIONS(1378), + [sym_primitive_type] = ACTIONS(1378), + [anon_sym_enum] = ACTIONS(1378), + [anon_sym_struct] = ACTIONS(1378), + [anon_sym_union] = ACTIONS(1378), + [anon_sym_if] = ACTIONS(1378), + [anon_sym_else] = ACTIONS(1378), + [anon_sym_switch] = ACTIONS(1378), + [anon_sym_case] = ACTIONS(1378), + [anon_sym_default] = ACTIONS(1378), + [anon_sym_while] = ACTIONS(1378), + [anon_sym_do] = ACTIONS(1378), + [anon_sym_for] = ACTIONS(1378), + [anon_sym_return] = ACTIONS(1378), + [anon_sym_break] = ACTIONS(1378), + [anon_sym_continue] = ACTIONS(1378), + [anon_sym_goto] = ACTIONS(1378), + [anon_sym_DASH_DASH] = ACTIONS(1380), + [anon_sym_PLUS_PLUS] = ACTIONS(1380), + [anon_sym_sizeof] = ACTIONS(1378), + [anon_sym___alignof__] = ACTIONS(1378), + [anon_sym___alignof] = ACTIONS(1378), + [anon_sym__alignof] = ACTIONS(1378), + [anon_sym_alignof] = ACTIONS(1378), + [anon_sym__Alignof] = ACTIONS(1378), + [anon_sym_offsetof] = ACTIONS(1378), + [anon_sym__Generic] = ACTIONS(1378), + [anon_sym_asm] = ACTIONS(1378), + [anon_sym___asm__] = ACTIONS(1378), + [sym_number_literal] = ACTIONS(1380), + [anon_sym_L_SQUOTE] = ACTIONS(1380), + [anon_sym_u_SQUOTE] = ACTIONS(1380), + [anon_sym_U_SQUOTE] = ACTIONS(1380), + [anon_sym_u8_SQUOTE] = ACTIONS(1380), + [anon_sym_SQUOTE] = ACTIONS(1380), + [anon_sym_L_DQUOTE] = ACTIONS(1380), + [anon_sym_u_DQUOTE] = ACTIONS(1380), + [anon_sym_U_DQUOTE] = ACTIONS(1380), + [anon_sym_u8_DQUOTE] = ACTIONS(1380), + [anon_sym_DQUOTE] = ACTIONS(1380), + [sym_true] = ACTIONS(1378), + [sym_false] = ACTIONS(1378), + [anon_sym_NULL] = ACTIONS(1378), + [anon_sym_nullptr] = ACTIONS(1378), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1386), - [anon_sym_rayPayloadInEXT] = ACTIONS(1386), - [anon_sym_hitAttributeEXT] = ACTIONS(1386), - [anon_sym_callableDataEXT] = ACTIONS(1386), - [anon_sym_callableDataInEXT] = ACTIONS(1386), - [anon_sym_shaderRecordEXT] = ACTIONS(1386), - [anon_sym_rayPayloadNV] = ACTIONS(1386), - [anon_sym_rayPayloadInNV] = ACTIONS(1386), - [anon_sym_hitAttributeNV] = ACTIONS(1386), - [anon_sym_callableDataNV] = ACTIONS(1386), - [anon_sym_callableDataInNV] = ACTIONS(1386), - [anon_sym_shaderRecordNV] = ACTIONS(1386), - [anon_sym_layout] = ACTIONS(1386), + [anon_sym_rayPayloadEXT] = ACTIONS(1378), + [anon_sym_rayPayloadInEXT] = ACTIONS(1378), + [anon_sym_hitAttributeEXT] = ACTIONS(1378), + [anon_sym_callableDataEXT] = ACTIONS(1378), + [anon_sym_callableDataInEXT] = ACTIONS(1378), + [anon_sym_shaderRecordEXT] = ACTIONS(1378), + [anon_sym_rayPayloadNV] = ACTIONS(1378), + [anon_sym_rayPayloadInNV] = ACTIONS(1378), + [anon_sym_hitAttributeNV] = ACTIONS(1378), + [anon_sym_callableDataNV] = ACTIONS(1378), + [anon_sym_callableDataInNV] = ACTIONS(1378), + [anon_sym_shaderRecordNV] = ACTIONS(1378), + [anon_sym_layout] = ACTIONS(1378), }, - [344] = { + [342] = { [sym_identifier] = ACTIONS(1374), [aux_sym_preproc_include_token1] = ACTIONS(1374), [aux_sym_preproc_def_token1] = ACTIONS(1374), [aux_sym_preproc_if_token1] = ACTIONS(1374), - [aux_sym_preproc_if_token2] = ACTIONS(1374), [aux_sym_preproc_ifdef_token1] = ACTIONS(1374), [aux_sym_preproc_ifdef_token2] = ACTIONS(1374), [sym_preproc_directive] = ACTIONS(1374), @@ -67972,6 +67700,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1374), [anon_sym___vectorcall] = ACTIONS(1374), [anon_sym_LBRACE] = ACTIONS(1376), + [anon_sym_RBRACE] = ACTIONS(1376), [anon_sym_signed] = ACTIONS(1374), [anon_sym_unsigned] = ACTIONS(1374), [anon_sym_long] = ACTIONS(1374), @@ -68051,1198 +67780,1332 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1374), [anon_sym_layout] = ACTIONS(1374), }, - [345] = { - [sym_identifier] = ACTIONS(1370), - [aux_sym_preproc_include_token1] = ACTIONS(1370), - [aux_sym_preproc_def_token1] = ACTIONS(1370), - [aux_sym_preproc_if_token1] = ACTIONS(1370), - [aux_sym_preproc_if_token2] = ACTIONS(1370), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1370), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1370), - [sym_preproc_directive] = ACTIONS(1370), - [anon_sym_LPAREN2] = ACTIONS(1372), - [anon_sym_BANG] = ACTIONS(1372), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_DASH] = ACTIONS(1370), - [anon_sym_PLUS] = ACTIONS(1370), - [anon_sym_STAR] = ACTIONS(1372), - [anon_sym_AMP] = ACTIONS(1372), - [anon_sym_subroutine] = ACTIONS(1370), - [anon_sym_invariant] = ACTIONS(1370), - [anon_sym_precise] = ACTIONS(1370), - [anon_sym_SEMI] = ACTIONS(1372), - [anon_sym_in] = ACTIONS(1370), - [anon_sym_out] = ACTIONS(1370), - [anon_sym_inout] = ACTIONS(1370), - [anon_sym_uniform] = ACTIONS(1370), - [anon_sym_shared] = ACTIONS(1370), - [anon_sym_attribute] = ACTIONS(1370), - [anon_sym_varying] = ACTIONS(1370), - [anon_sym_buffer] = ACTIONS(1370), - [anon_sym_coherent] = ACTIONS(1370), - [anon_sym_readonly] = ACTIONS(1370), - [anon_sym_writeonly] = ACTIONS(1370), - [anon_sym_precision] = ACTIONS(1370), - [anon_sym_highp] = ACTIONS(1370), - [anon_sym_mediump] = ACTIONS(1370), - [anon_sym_lowp] = ACTIONS(1370), - [anon_sym_centroid] = ACTIONS(1370), - [anon_sym_sample] = ACTIONS(1370), - [anon_sym_patch] = ACTIONS(1370), - [anon_sym_smooth] = ACTIONS(1370), - [anon_sym_flat] = ACTIONS(1370), - [anon_sym_noperspective] = ACTIONS(1370), - [anon_sym___extension__] = ACTIONS(1370), - [anon_sym_typedef] = ACTIONS(1370), - [anon_sym_extern] = ACTIONS(1370), - [anon_sym___attribute__] = ACTIONS(1370), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1372), - [anon_sym___declspec] = ACTIONS(1370), - [anon_sym___cdecl] = ACTIONS(1370), - [anon_sym___clrcall] = ACTIONS(1370), - [anon_sym___stdcall] = ACTIONS(1370), - [anon_sym___fastcall] = ACTIONS(1370), - [anon_sym___thiscall] = ACTIONS(1370), - [anon_sym___vectorcall] = ACTIONS(1370), - [anon_sym_LBRACE] = ACTIONS(1372), - [anon_sym_signed] = ACTIONS(1370), - [anon_sym_unsigned] = ACTIONS(1370), - [anon_sym_long] = ACTIONS(1370), - [anon_sym_short] = ACTIONS(1370), - [anon_sym_static] = ACTIONS(1370), - [anon_sym_auto] = ACTIONS(1370), - [anon_sym_register] = ACTIONS(1370), - [anon_sym_inline] = ACTIONS(1370), - [anon_sym___inline] = ACTIONS(1370), - [anon_sym___inline__] = ACTIONS(1370), - [anon_sym___forceinline] = ACTIONS(1370), - [anon_sym_thread_local] = ACTIONS(1370), - [anon_sym___thread] = ACTIONS(1370), - [anon_sym_const] = ACTIONS(1370), - [anon_sym_constexpr] = ACTIONS(1370), - [anon_sym_volatile] = ACTIONS(1370), - [anon_sym_restrict] = ACTIONS(1370), - [anon_sym___restrict__] = ACTIONS(1370), - [anon_sym__Atomic] = ACTIONS(1370), - [anon_sym__Noreturn] = ACTIONS(1370), - [anon_sym_noreturn] = ACTIONS(1370), - [sym_primitive_type] = ACTIONS(1370), - [anon_sym_enum] = ACTIONS(1370), - [anon_sym_struct] = ACTIONS(1370), - [anon_sym_union] = ACTIONS(1370), - [anon_sym_if] = ACTIONS(1370), - [anon_sym_else] = ACTIONS(1370), - [anon_sym_switch] = ACTIONS(1370), - [anon_sym_case] = ACTIONS(1370), - [anon_sym_default] = ACTIONS(1370), - [anon_sym_while] = ACTIONS(1370), - [anon_sym_do] = ACTIONS(1370), - [anon_sym_for] = ACTIONS(1370), - [anon_sym_return] = ACTIONS(1370), - [anon_sym_break] = ACTIONS(1370), - [anon_sym_continue] = ACTIONS(1370), - [anon_sym_goto] = ACTIONS(1370), - [anon_sym_DASH_DASH] = ACTIONS(1372), - [anon_sym_PLUS_PLUS] = ACTIONS(1372), - [anon_sym_sizeof] = ACTIONS(1370), - [anon_sym___alignof__] = ACTIONS(1370), - [anon_sym___alignof] = ACTIONS(1370), - [anon_sym__alignof] = ACTIONS(1370), - [anon_sym_alignof] = ACTIONS(1370), - [anon_sym__Alignof] = ACTIONS(1370), - [anon_sym_offsetof] = ACTIONS(1370), - [anon_sym__Generic] = ACTIONS(1370), - [anon_sym_asm] = ACTIONS(1370), - [anon_sym___asm__] = ACTIONS(1370), - [sym_number_literal] = ACTIONS(1372), - [anon_sym_L_SQUOTE] = ACTIONS(1372), - [anon_sym_u_SQUOTE] = ACTIONS(1372), - [anon_sym_U_SQUOTE] = ACTIONS(1372), - [anon_sym_u8_SQUOTE] = ACTIONS(1372), - [anon_sym_SQUOTE] = ACTIONS(1372), - [anon_sym_L_DQUOTE] = ACTIONS(1372), - [anon_sym_u_DQUOTE] = ACTIONS(1372), - [anon_sym_U_DQUOTE] = ACTIONS(1372), - [anon_sym_u8_DQUOTE] = ACTIONS(1372), - [anon_sym_DQUOTE] = ACTIONS(1372), - [sym_true] = ACTIONS(1370), - [sym_false] = ACTIONS(1370), - [anon_sym_NULL] = ACTIONS(1370), - [anon_sym_nullptr] = ACTIONS(1370), + [343] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_RBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1370), - [anon_sym_rayPayloadInEXT] = ACTIONS(1370), - [anon_sym_hitAttributeEXT] = ACTIONS(1370), - [anon_sym_callableDataEXT] = ACTIONS(1370), - [anon_sym_callableDataInEXT] = ACTIONS(1370), - [anon_sym_shaderRecordEXT] = ACTIONS(1370), - [anon_sym_rayPayloadNV] = ACTIONS(1370), - [anon_sym_rayPayloadInNV] = ACTIONS(1370), - [anon_sym_hitAttributeNV] = ACTIONS(1370), - [anon_sym_callableDataNV] = ACTIONS(1370), - [anon_sym_callableDataInNV] = ACTIONS(1370), - [anon_sym_shaderRecordNV] = ACTIONS(1370), - [anon_sym_layout] = ACTIONS(1370), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [346] = { - [ts_builtin_sym_end] = ACTIONS(1444), - [sym_identifier] = ACTIONS(1442), - [aux_sym_preproc_include_token1] = ACTIONS(1442), - [aux_sym_preproc_def_token1] = ACTIONS(1442), - [aux_sym_preproc_if_token1] = ACTIONS(1442), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1442), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1442), - [sym_preproc_directive] = ACTIONS(1442), - [anon_sym_LPAREN2] = ACTIONS(1444), - [anon_sym_BANG] = ACTIONS(1444), - [anon_sym_TILDE] = ACTIONS(1444), - [anon_sym_DASH] = ACTIONS(1442), - [anon_sym_PLUS] = ACTIONS(1442), - [anon_sym_STAR] = ACTIONS(1444), - [anon_sym_AMP] = ACTIONS(1444), - [anon_sym_subroutine] = ACTIONS(1442), - [anon_sym_invariant] = ACTIONS(1442), - [anon_sym_precise] = ACTIONS(1442), - [anon_sym_SEMI] = ACTIONS(1444), - [anon_sym_in] = ACTIONS(1442), - [anon_sym_out] = ACTIONS(1442), - [anon_sym_inout] = ACTIONS(1442), - [anon_sym_uniform] = ACTIONS(1442), - [anon_sym_shared] = ACTIONS(1442), - [anon_sym_attribute] = ACTIONS(1442), - [anon_sym_varying] = ACTIONS(1442), - [anon_sym_buffer] = ACTIONS(1442), - [anon_sym_coherent] = ACTIONS(1442), - [anon_sym_readonly] = ACTIONS(1442), - [anon_sym_writeonly] = ACTIONS(1442), - [anon_sym_precision] = ACTIONS(1442), - [anon_sym_highp] = ACTIONS(1442), - [anon_sym_mediump] = ACTIONS(1442), - [anon_sym_lowp] = ACTIONS(1442), - [anon_sym_centroid] = ACTIONS(1442), - [anon_sym_sample] = ACTIONS(1442), - [anon_sym_patch] = ACTIONS(1442), - [anon_sym_smooth] = ACTIONS(1442), - [anon_sym_flat] = ACTIONS(1442), - [anon_sym_noperspective] = ACTIONS(1442), - [anon_sym___extension__] = ACTIONS(1442), - [anon_sym_typedef] = ACTIONS(1442), - [anon_sym_extern] = ACTIONS(1442), - [anon_sym___attribute__] = ACTIONS(1442), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1444), - [anon_sym___declspec] = ACTIONS(1442), - [anon_sym___cdecl] = ACTIONS(1442), - [anon_sym___clrcall] = ACTIONS(1442), - [anon_sym___stdcall] = ACTIONS(1442), - [anon_sym___fastcall] = ACTIONS(1442), - [anon_sym___thiscall] = ACTIONS(1442), - [anon_sym___vectorcall] = ACTIONS(1442), - [anon_sym_LBRACE] = ACTIONS(1444), - [anon_sym_signed] = ACTIONS(1442), - [anon_sym_unsigned] = ACTIONS(1442), - [anon_sym_long] = ACTIONS(1442), - [anon_sym_short] = ACTIONS(1442), - [anon_sym_static] = ACTIONS(1442), - [anon_sym_auto] = ACTIONS(1442), - [anon_sym_register] = ACTIONS(1442), - [anon_sym_inline] = ACTIONS(1442), - [anon_sym___inline] = ACTIONS(1442), - [anon_sym___inline__] = ACTIONS(1442), - [anon_sym___forceinline] = ACTIONS(1442), - [anon_sym_thread_local] = ACTIONS(1442), - [anon_sym___thread] = ACTIONS(1442), - [anon_sym_const] = ACTIONS(1442), - [anon_sym_constexpr] = ACTIONS(1442), - [anon_sym_volatile] = ACTIONS(1442), - [anon_sym_restrict] = ACTIONS(1442), - [anon_sym___restrict__] = ACTIONS(1442), - [anon_sym__Atomic] = ACTIONS(1442), - [anon_sym__Noreturn] = ACTIONS(1442), - [anon_sym_noreturn] = ACTIONS(1442), - [sym_primitive_type] = ACTIONS(1442), - [anon_sym_enum] = ACTIONS(1442), - [anon_sym_struct] = ACTIONS(1442), - [anon_sym_union] = ACTIONS(1442), - [anon_sym_if] = ACTIONS(1442), - [anon_sym_else] = ACTIONS(1442), - [anon_sym_switch] = ACTIONS(1442), - [anon_sym_case] = ACTIONS(1442), - [anon_sym_default] = ACTIONS(1442), - [anon_sym_while] = ACTIONS(1442), - [anon_sym_do] = ACTIONS(1442), - [anon_sym_for] = ACTIONS(1442), - [anon_sym_return] = ACTIONS(1442), - [anon_sym_break] = ACTIONS(1442), - [anon_sym_continue] = ACTIONS(1442), - [anon_sym_goto] = ACTIONS(1442), - [anon_sym_DASH_DASH] = ACTIONS(1444), - [anon_sym_PLUS_PLUS] = ACTIONS(1444), - [anon_sym_sizeof] = ACTIONS(1442), - [anon_sym___alignof__] = ACTIONS(1442), - [anon_sym___alignof] = ACTIONS(1442), - [anon_sym__alignof] = ACTIONS(1442), - [anon_sym_alignof] = ACTIONS(1442), - [anon_sym__Alignof] = ACTIONS(1442), - [anon_sym_offsetof] = ACTIONS(1442), - [anon_sym__Generic] = ACTIONS(1442), - [anon_sym_asm] = ACTIONS(1442), - [anon_sym___asm__] = ACTIONS(1442), - [sym_number_literal] = ACTIONS(1444), - [anon_sym_L_SQUOTE] = ACTIONS(1444), - [anon_sym_u_SQUOTE] = ACTIONS(1444), - [anon_sym_U_SQUOTE] = ACTIONS(1444), - [anon_sym_u8_SQUOTE] = ACTIONS(1444), - [anon_sym_SQUOTE] = ACTIONS(1444), - [anon_sym_L_DQUOTE] = ACTIONS(1444), - [anon_sym_u_DQUOTE] = ACTIONS(1444), - [anon_sym_U_DQUOTE] = ACTIONS(1444), - [anon_sym_u8_DQUOTE] = ACTIONS(1444), - [anon_sym_DQUOTE] = ACTIONS(1444), - [sym_true] = ACTIONS(1442), - [sym_false] = ACTIONS(1442), - [anon_sym_NULL] = ACTIONS(1442), - [anon_sym_nullptr] = ACTIONS(1442), + [344] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_RBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1442), - [anon_sym_rayPayloadInEXT] = ACTIONS(1442), - [anon_sym_hitAttributeEXT] = ACTIONS(1442), - [anon_sym_callableDataEXT] = ACTIONS(1442), - [anon_sym_callableDataInEXT] = ACTIONS(1442), - [anon_sym_shaderRecordEXT] = ACTIONS(1442), - [anon_sym_rayPayloadNV] = ACTIONS(1442), - [anon_sym_rayPayloadInNV] = ACTIONS(1442), - [anon_sym_hitAttributeNV] = ACTIONS(1442), - [anon_sym_callableDataNV] = ACTIONS(1442), - [anon_sym_callableDataInNV] = ACTIONS(1442), - [anon_sym_shaderRecordNV] = ACTIONS(1442), - [anon_sym_layout] = ACTIONS(1442), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [347] = { - [sym_identifier] = ACTIONS(1430), - [aux_sym_preproc_include_token1] = ACTIONS(1430), - [aux_sym_preproc_def_token1] = ACTIONS(1430), - [aux_sym_preproc_if_token1] = ACTIONS(1430), - [aux_sym_preproc_if_token2] = ACTIONS(1430), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1430), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1430), - [sym_preproc_directive] = ACTIONS(1430), - [anon_sym_LPAREN2] = ACTIONS(1432), - [anon_sym_BANG] = ACTIONS(1432), - [anon_sym_TILDE] = ACTIONS(1432), - [anon_sym_DASH] = ACTIONS(1430), - [anon_sym_PLUS] = ACTIONS(1430), - [anon_sym_STAR] = ACTIONS(1432), - [anon_sym_AMP] = ACTIONS(1432), - [anon_sym_subroutine] = ACTIONS(1430), - [anon_sym_invariant] = ACTIONS(1430), - [anon_sym_precise] = ACTIONS(1430), - [anon_sym_SEMI] = ACTIONS(1432), - [anon_sym_in] = ACTIONS(1430), - [anon_sym_out] = ACTIONS(1430), - [anon_sym_inout] = ACTIONS(1430), - [anon_sym_uniform] = ACTIONS(1430), - [anon_sym_shared] = ACTIONS(1430), - [anon_sym_attribute] = ACTIONS(1430), - [anon_sym_varying] = ACTIONS(1430), - [anon_sym_buffer] = ACTIONS(1430), - [anon_sym_coherent] = ACTIONS(1430), - [anon_sym_readonly] = ACTIONS(1430), - [anon_sym_writeonly] = ACTIONS(1430), - [anon_sym_precision] = ACTIONS(1430), - [anon_sym_highp] = ACTIONS(1430), - [anon_sym_mediump] = ACTIONS(1430), - [anon_sym_lowp] = ACTIONS(1430), - [anon_sym_centroid] = ACTIONS(1430), - [anon_sym_sample] = ACTIONS(1430), - [anon_sym_patch] = ACTIONS(1430), - [anon_sym_smooth] = ACTIONS(1430), - [anon_sym_flat] = ACTIONS(1430), - [anon_sym_noperspective] = ACTIONS(1430), - [anon_sym___extension__] = ACTIONS(1430), - [anon_sym_typedef] = ACTIONS(1430), - [anon_sym_extern] = ACTIONS(1430), - [anon_sym___attribute__] = ACTIONS(1430), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1432), - [anon_sym___declspec] = ACTIONS(1430), - [anon_sym___cdecl] = ACTIONS(1430), - [anon_sym___clrcall] = ACTIONS(1430), - [anon_sym___stdcall] = ACTIONS(1430), - [anon_sym___fastcall] = ACTIONS(1430), - [anon_sym___thiscall] = ACTIONS(1430), - [anon_sym___vectorcall] = ACTIONS(1430), - [anon_sym_LBRACE] = ACTIONS(1432), - [anon_sym_signed] = ACTIONS(1430), - [anon_sym_unsigned] = ACTIONS(1430), - [anon_sym_long] = ACTIONS(1430), - [anon_sym_short] = ACTIONS(1430), - [anon_sym_static] = ACTIONS(1430), - [anon_sym_auto] = ACTIONS(1430), - [anon_sym_register] = ACTIONS(1430), - [anon_sym_inline] = ACTIONS(1430), - [anon_sym___inline] = ACTIONS(1430), - [anon_sym___inline__] = ACTIONS(1430), - [anon_sym___forceinline] = ACTIONS(1430), - [anon_sym_thread_local] = ACTIONS(1430), - [anon_sym___thread] = ACTIONS(1430), - [anon_sym_const] = ACTIONS(1430), - [anon_sym_constexpr] = ACTIONS(1430), - [anon_sym_volatile] = ACTIONS(1430), - [anon_sym_restrict] = ACTIONS(1430), - [anon_sym___restrict__] = ACTIONS(1430), - [anon_sym__Atomic] = ACTIONS(1430), - [anon_sym__Noreturn] = ACTIONS(1430), - [anon_sym_noreturn] = ACTIONS(1430), - [sym_primitive_type] = ACTIONS(1430), - [anon_sym_enum] = ACTIONS(1430), - [anon_sym_struct] = ACTIONS(1430), - [anon_sym_union] = ACTIONS(1430), - [anon_sym_if] = ACTIONS(1430), - [anon_sym_else] = ACTIONS(1430), - [anon_sym_switch] = ACTIONS(1430), - [anon_sym_case] = ACTIONS(1430), - [anon_sym_default] = ACTIONS(1430), - [anon_sym_while] = ACTIONS(1430), - [anon_sym_do] = ACTIONS(1430), - [anon_sym_for] = ACTIONS(1430), - [anon_sym_return] = ACTIONS(1430), - [anon_sym_break] = ACTIONS(1430), - [anon_sym_continue] = ACTIONS(1430), - [anon_sym_goto] = ACTIONS(1430), - [anon_sym_DASH_DASH] = ACTIONS(1432), - [anon_sym_PLUS_PLUS] = ACTIONS(1432), - [anon_sym_sizeof] = ACTIONS(1430), - [anon_sym___alignof__] = ACTIONS(1430), - [anon_sym___alignof] = ACTIONS(1430), - [anon_sym__alignof] = ACTIONS(1430), - [anon_sym_alignof] = ACTIONS(1430), - [anon_sym__Alignof] = ACTIONS(1430), - [anon_sym_offsetof] = ACTIONS(1430), - [anon_sym__Generic] = ACTIONS(1430), - [anon_sym_asm] = ACTIONS(1430), - [anon_sym___asm__] = ACTIONS(1430), - [sym_number_literal] = ACTIONS(1432), - [anon_sym_L_SQUOTE] = ACTIONS(1432), - [anon_sym_u_SQUOTE] = ACTIONS(1432), - [anon_sym_U_SQUOTE] = ACTIONS(1432), - [anon_sym_u8_SQUOTE] = ACTIONS(1432), - [anon_sym_SQUOTE] = ACTIONS(1432), - [anon_sym_L_DQUOTE] = ACTIONS(1432), - [anon_sym_u_DQUOTE] = ACTIONS(1432), - [anon_sym_U_DQUOTE] = ACTIONS(1432), - [anon_sym_u8_DQUOTE] = ACTIONS(1432), - [anon_sym_DQUOTE] = ACTIONS(1432), - [sym_true] = ACTIONS(1430), - [sym_false] = ACTIONS(1430), - [anon_sym_NULL] = ACTIONS(1430), - [anon_sym_nullptr] = ACTIONS(1430), + [345] = { + [sym_identifier] = ACTIONS(1366), + [aux_sym_preproc_include_token1] = ACTIONS(1366), + [aux_sym_preproc_def_token1] = ACTIONS(1366), + [aux_sym_preproc_if_token1] = ACTIONS(1366), + [aux_sym_preproc_if_token2] = ACTIONS(1366), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1366), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1366), + [sym_preproc_directive] = ACTIONS(1366), + [anon_sym_LPAREN2] = ACTIONS(1368), + [anon_sym_BANG] = ACTIONS(1368), + [anon_sym_TILDE] = ACTIONS(1368), + [anon_sym_DASH] = ACTIONS(1366), + [anon_sym_PLUS] = ACTIONS(1366), + [anon_sym_STAR] = ACTIONS(1368), + [anon_sym_AMP] = ACTIONS(1368), + [anon_sym_subroutine] = ACTIONS(1366), + [anon_sym_invariant] = ACTIONS(1366), + [anon_sym_precise] = ACTIONS(1366), + [anon_sym_SEMI] = ACTIONS(1368), + [anon_sym_in] = ACTIONS(1366), + [anon_sym_out] = ACTIONS(1366), + [anon_sym_inout] = ACTIONS(1366), + [anon_sym_uniform] = ACTIONS(1366), + [anon_sym_shared] = ACTIONS(1366), + [anon_sym_attribute] = ACTIONS(1366), + [anon_sym_varying] = ACTIONS(1366), + [anon_sym_buffer] = ACTIONS(1366), + [anon_sym_coherent] = ACTIONS(1366), + [anon_sym_readonly] = ACTIONS(1366), + [anon_sym_writeonly] = ACTIONS(1366), + [anon_sym_precision] = ACTIONS(1366), + [anon_sym_highp] = ACTIONS(1366), + [anon_sym_mediump] = ACTIONS(1366), + [anon_sym_lowp] = ACTIONS(1366), + [anon_sym_centroid] = ACTIONS(1366), + [anon_sym_sample] = ACTIONS(1366), + [anon_sym_patch] = ACTIONS(1366), + [anon_sym_smooth] = ACTIONS(1366), + [anon_sym_flat] = ACTIONS(1366), + [anon_sym_noperspective] = ACTIONS(1366), + [anon_sym___extension__] = ACTIONS(1366), + [anon_sym_typedef] = ACTIONS(1366), + [anon_sym_extern] = ACTIONS(1366), + [anon_sym___attribute__] = ACTIONS(1366), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1368), + [anon_sym___declspec] = ACTIONS(1366), + [anon_sym___cdecl] = ACTIONS(1366), + [anon_sym___clrcall] = ACTIONS(1366), + [anon_sym___stdcall] = ACTIONS(1366), + [anon_sym___fastcall] = ACTIONS(1366), + [anon_sym___thiscall] = ACTIONS(1366), + [anon_sym___vectorcall] = ACTIONS(1366), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_signed] = ACTIONS(1366), + [anon_sym_unsigned] = ACTIONS(1366), + [anon_sym_long] = ACTIONS(1366), + [anon_sym_short] = ACTIONS(1366), + [anon_sym_static] = ACTIONS(1366), + [anon_sym_auto] = ACTIONS(1366), + [anon_sym_register] = ACTIONS(1366), + [anon_sym_inline] = ACTIONS(1366), + [anon_sym___inline] = ACTIONS(1366), + [anon_sym___inline__] = ACTIONS(1366), + [anon_sym___forceinline] = ACTIONS(1366), + [anon_sym_thread_local] = ACTIONS(1366), + [anon_sym___thread] = ACTIONS(1366), + [anon_sym_const] = ACTIONS(1366), + [anon_sym_constexpr] = ACTIONS(1366), + [anon_sym_volatile] = ACTIONS(1366), + [anon_sym_restrict] = ACTIONS(1366), + [anon_sym___restrict__] = ACTIONS(1366), + [anon_sym__Atomic] = ACTIONS(1366), + [anon_sym__Noreturn] = ACTIONS(1366), + [anon_sym_noreturn] = ACTIONS(1366), + [sym_primitive_type] = ACTIONS(1366), + [anon_sym_enum] = ACTIONS(1366), + [anon_sym_struct] = ACTIONS(1366), + [anon_sym_union] = ACTIONS(1366), + [anon_sym_if] = ACTIONS(1366), + [anon_sym_else] = ACTIONS(1366), + [anon_sym_switch] = ACTIONS(1366), + [anon_sym_case] = ACTIONS(1366), + [anon_sym_default] = ACTIONS(1366), + [anon_sym_while] = ACTIONS(1366), + [anon_sym_do] = ACTIONS(1366), + [anon_sym_for] = ACTIONS(1366), + [anon_sym_return] = ACTIONS(1366), + [anon_sym_break] = ACTIONS(1366), + [anon_sym_continue] = ACTIONS(1366), + [anon_sym_goto] = ACTIONS(1366), + [anon_sym_DASH_DASH] = ACTIONS(1368), + [anon_sym_PLUS_PLUS] = ACTIONS(1368), + [anon_sym_sizeof] = ACTIONS(1366), + [anon_sym___alignof__] = ACTIONS(1366), + [anon_sym___alignof] = ACTIONS(1366), + [anon_sym__alignof] = ACTIONS(1366), + [anon_sym_alignof] = ACTIONS(1366), + [anon_sym__Alignof] = ACTIONS(1366), + [anon_sym_offsetof] = ACTIONS(1366), + [anon_sym__Generic] = ACTIONS(1366), + [anon_sym_asm] = ACTIONS(1366), + [anon_sym___asm__] = ACTIONS(1366), + [sym_number_literal] = ACTIONS(1368), + [anon_sym_L_SQUOTE] = ACTIONS(1368), + [anon_sym_u_SQUOTE] = ACTIONS(1368), + [anon_sym_U_SQUOTE] = ACTIONS(1368), + [anon_sym_u8_SQUOTE] = ACTIONS(1368), + [anon_sym_SQUOTE] = ACTIONS(1368), + [anon_sym_L_DQUOTE] = ACTIONS(1368), + [anon_sym_u_DQUOTE] = ACTIONS(1368), + [anon_sym_U_DQUOTE] = ACTIONS(1368), + [anon_sym_u8_DQUOTE] = ACTIONS(1368), + [anon_sym_DQUOTE] = ACTIONS(1368), + [sym_true] = ACTIONS(1366), + [sym_false] = ACTIONS(1366), + [anon_sym_NULL] = ACTIONS(1366), + [anon_sym_nullptr] = ACTIONS(1366), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1430), - [anon_sym_rayPayloadInEXT] = ACTIONS(1430), - [anon_sym_hitAttributeEXT] = ACTIONS(1430), - [anon_sym_callableDataEXT] = ACTIONS(1430), - [anon_sym_callableDataInEXT] = ACTIONS(1430), - [anon_sym_shaderRecordEXT] = ACTIONS(1430), - [anon_sym_rayPayloadNV] = ACTIONS(1430), - [anon_sym_rayPayloadInNV] = ACTIONS(1430), - [anon_sym_hitAttributeNV] = ACTIONS(1430), - [anon_sym_callableDataNV] = ACTIONS(1430), - [anon_sym_callableDataInNV] = ACTIONS(1430), - [anon_sym_shaderRecordNV] = ACTIONS(1430), - [anon_sym_layout] = ACTIONS(1430), + [anon_sym_rayPayloadEXT] = ACTIONS(1366), + [anon_sym_rayPayloadInEXT] = ACTIONS(1366), + [anon_sym_hitAttributeEXT] = ACTIONS(1366), + [anon_sym_callableDataEXT] = ACTIONS(1366), + [anon_sym_callableDataInEXT] = ACTIONS(1366), + [anon_sym_shaderRecordEXT] = ACTIONS(1366), + [anon_sym_rayPayloadNV] = ACTIONS(1366), + [anon_sym_rayPayloadInNV] = ACTIONS(1366), + [anon_sym_hitAttributeNV] = ACTIONS(1366), + [anon_sym_callableDataNV] = ACTIONS(1366), + [anon_sym_callableDataInNV] = ACTIONS(1366), + [anon_sym_shaderRecordNV] = ACTIONS(1366), + [anon_sym_layout] = ACTIONS(1366), + }, + [346] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_RBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [348] = { - [sym_identifier] = ACTIONS(1494), - [aux_sym_preproc_include_token1] = ACTIONS(1494), - [aux_sym_preproc_def_token1] = ACTIONS(1494), - [aux_sym_preproc_if_token1] = ACTIONS(1494), - [aux_sym_preproc_if_token2] = ACTIONS(1494), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1494), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1494), - [sym_preproc_directive] = ACTIONS(1494), - [anon_sym_LPAREN2] = ACTIONS(1496), - [anon_sym_BANG] = ACTIONS(1496), - [anon_sym_TILDE] = ACTIONS(1496), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_STAR] = ACTIONS(1496), - [anon_sym_AMP] = ACTIONS(1496), - [anon_sym_subroutine] = ACTIONS(1494), - [anon_sym_invariant] = ACTIONS(1494), - [anon_sym_precise] = ACTIONS(1494), - [anon_sym_SEMI] = ACTIONS(1496), - [anon_sym_in] = ACTIONS(1494), - [anon_sym_out] = ACTIONS(1494), - [anon_sym_inout] = ACTIONS(1494), - [anon_sym_uniform] = ACTIONS(1494), - [anon_sym_shared] = ACTIONS(1494), - [anon_sym_attribute] = ACTIONS(1494), - [anon_sym_varying] = ACTIONS(1494), - [anon_sym_buffer] = ACTIONS(1494), - [anon_sym_coherent] = ACTIONS(1494), - [anon_sym_readonly] = ACTIONS(1494), - [anon_sym_writeonly] = ACTIONS(1494), - [anon_sym_precision] = ACTIONS(1494), - [anon_sym_highp] = ACTIONS(1494), - [anon_sym_mediump] = ACTIONS(1494), - [anon_sym_lowp] = ACTIONS(1494), - [anon_sym_centroid] = ACTIONS(1494), - [anon_sym_sample] = ACTIONS(1494), - [anon_sym_patch] = ACTIONS(1494), - [anon_sym_smooth] = ACTIONS(1494), - [anon_sym_flat] = ACTIONS(1494), - [anon_sym_noperspective] = ACTIONS(1494), - [anon_sym___extension__] = ACTIONS(1494), - [anon_sym_typedef] = ACTIONS(1494), - [anon_sym_extern] = ACTIONS(1494), - [anon_sym___attribute__] = ACTIONS(1494), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1496), - [anon_sym___declspec] = ACTIONS(1494), - [anon_sym___cdecl] = ACTIONS(1494), - [anon_sym___clrcall] = ACTIONS(1494), - [anon_sym___stdcall] = ACTIONS(1494), - [anon_sym___fastcall] = ACTIONS(1494), - [anon_sym___thiscall] = ACTIONS(1494), - [anon_sym___vectorcall] = ACTIONS(1494), - [anon_sym_LBRACE] = ACTIONS(1496), - [anon_sym_signed] = ACTIONS(1494), - [anon_sym_unsigned] = ACTIONS(1494), - [anon_sym_long] = ACTIONS(1494), - [anon_sym_short] = ACTIONS(1494), - [anon_sym_static] = ACTIONS(1494), - [anon_sym_auto] = ACTIONS(1494), - [anon_sym_register] = ACTIONS(1494), - [anon_sym_inline] = ACTIONS(1494), - [anon_sym___inline] = ACTIONS(1494), - [anon_sym___inline__] = ACTIONS(1494), - [anon_sym___forceinline] = ACTIONS(1494), - [anon_sym_thread_local] = ACTIONS(1494), - [anon_sym___thread] = ACTIONS(1494), - [anon_sym_const] = ACTIONS(1494), - [anon_sym_constexpr] = ACTIONS(1494), - [anon_sym_volatile] = ACTIONS(1494), - [anon_sym_restrict] = ACTIONS(1494), - [anon_sym___restrict__] = ACTIONS(1494), - [anon_sym__Atomic] = ACTIONS(1494), - [anon_sym__Noreturn] = ACTIONS(1494), - [anon_sym_noreturn] = ACTIONS(1494), - [sym_primitive_type] = ACTIONS(1494), - [anon_sym_enum] = ACTIONS(1494), - [anon_sym_struct] = ACTIONS(1494), - [anon_sym_union] = ACTIONS(1494), - [anon_sym_if] = ACTIONS(1494), - [anon_sym_switch] = ACTIONS(1494), - [anon_sym_case] = ACTIONS(1494), - [anon_sym_default] = ACTIONS(1494), - [anon_sym_while] = ACTIONS(1494), - [anon_sym_do] = ACTIONS(1494), - [anon_sym_for] = ACTIONS(1494), - [anon_sym_return] = ACTIONS(1494), - [anon_sym_break] = ACTIONS(1494), - [anon_sym_continue] = ACTIONS(1494), - [anon_sym_goto] = ACTIONS(1494), - [anon_sym_DASH_DASH] = ACTIONS(1496), - [anon_sym_PLUS_PLUS] = ACTIONS(1496), - [anon_sym_sizeof] = ACTIONS(1494), - [anon_sym___alignof__] = ACTIONS(1494), - [anon_sym___alignof] = ACTIONS(1494), - [anon_sym__alignof] = ACTIONS(1494), - [anon_sym_alignof] = ACTIONS(1494), - [anon_sym__Alignof] = ACTIONS(1494), - [anon_sym_offsetof] = ACTIONS(1494), - [anon_sym__Generic] = ACTIONS(1494), - [anon_sym_asm] = ACTIONS(1494), - [anon_sym___asm__] = ACTIONS(1494), - [sym_number_literal] = ACTIONS(1496), - [anon_sym_L_SQUOTE] = ACTIONS(1496), - [anon_sym_u_SQUOTE] = ACTIONS(1496), - [anon_sym_U_SQUOTE] = ACTIONS(1496), - [anon_sym_u8_SQUOTE] = ACTIONS(1496), - [anon_sym_SQUOTE] = ACTIONS(1496), - [anon_sym_L_DQUOTE] = ACTIONS(1496), - [anon_sym_u_DQUOTE] = ACTIONS(1496), - [anon_sym_U_DQUOTE] = ACTIONS(1496), - [anon_sym_u8_DQUOTE] = ACTIONS(1496), - [anon_sym_DQUOTE] = ACTIONS(1496), - [sym_true] = ACTIONS(1494), - [sym_false] = ACTIONS(1494), - [anon_sym_NULL] = ACTIONS(1494), - [anon_sym_nullptr] = ACTIONS(1494), + [347] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_subroutine] = ACTIONS(1350), + [anon_sym_invariant] = ACTIONS(1350), + [anon_sym_precise] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym_in] = ACTIONS(1350), + [anon_sym_out] = ACTIONS(1350), + [anon_sym_inout] = ACTIONS(1350), + [anon_sym_uniform] = ACTIONS(1350), + [anon_sym_shared] = ACTIONS(1350), + [anon_sym_attribute] = ACTIONS(1350), + [anon_sym_varying] = ACTIONS(1350), + [anon_sym_buffer] = ACTIONS(1350), + [anon_sym_coherent] = ACTIONS(1350), + [anon_sym_readonly] = ACTIONS(1350), + [anon_sym_writeonly] = ACTIONS(1350), + [anon_sym_precision] = ACTIONS(1350), + [anon_sym_highp] = ACTIONS(1350), + [anon_sym_mediump] = ACTIONS(1350), + [anon_sym_lowp] = ACTIONS(1350), + [anon_sym_centroid] = ACTIONS(1350), + [anon_sym_sample] = ACTIONS(1350), + [anon_sym_patch] = ACTIONS(1350), + [anon_sym_smooth] = ACTIONS(1350), + [anon_sym_flat] = ACTIONS(1350), + [anon_sym_noperspective] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_RBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1494), - [anon_sym_rayPayloadInEXT] = ACTIONS(1494), - [anon_sym_hitAttributeEXT] = ACTIONS(1494), - [anon_sym_callableDataEXT] = ACTIONS(1494), - [anon_sym_callableDataInEXT] = ACTIONS(1494), - [anon_sym_shaderRecordEXT] = ACTIONS(1494), - [anon_sym_rayPayloadNV] = ACTIONS(1494), - [anon_sym_rayPayloadInNV] = ACTIONS(1494), - [anon_sym_hitAttributeNV] = ACTIONS(1494), - [anon_sym_callableDataNV] = ACTIONS(1494), - [anon_sym_callableDataInNV] = ACTIONS(1494), - [anon_sym_shaderRecordNV] = ACTIONS(1494), - [anon_sym_layout] = ACTIONS(1494), + [anon_sym_rayPayloadEXT] = ACTIONS(1350), + [anon_sym_rayPayloadInEXT] = ACTIONS(1350), + [anon_sym_hitAttributeEXT] = ACTIONS(1350), + [anon_sym_callableDataEXT] = ACTIONS(1350), + [anon_sym_callableDataInEXT] = ACTIONS(1350), + [anon_sym_shaderRecordEXT] = ACTIONS(1350), + [anon_sym_rayPayloadNV] = ACTIONS(1350), + [anon_sym_rayPayloadInNV] = ACTIONS(1350), + [anon_sym_hitAttributeNV] = ACTIONS(1350), + [anon_sym_callableDataNV] = ACTIONS(1350), + [anon_sym_callableDataInNV] = ACTIONS(1350), + [anon_sym_shaderRecordNV] = ACTIONS(1350), + [anon_sym_layout] = ACTIONS(1350), }, - [349] = { - [sym_identifier] = ACTIONS(1520), - [aux_sym_preproc_include_token1] = ACTIONS(1520), - [aux_sym_preproc_def_token1] = ACTIONS(1520), - [aux_sym_preproc_if_token1] = ACTIONS(1520), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1520), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1520), - [sym_preproc_directive] = ACTIONS(1520), - [anon_sym_LPAREN2] = ACTIONS(1522), - [anon_sym_BANG] = ACTIONS(1522), - [anon_sym_TILDE] = ACTIONS(1522), - [anon_sym_DASH] = ACTIONS(1520), - [anon_sym_PLUS] = ACTIONS(1520), - [anon_sym_STAR] = ACTIONS(1522), - [anon_sym_AMP] = ACTIONS(1522), - [anon_sym_subroutine] = ACTIONS(1520), - [anon_sym_invariant] = ACTIONS(1520), - [anon_sym_precise] = ACTIONS(1520), - [anon_sym_SEMI] = ACTIONS(1522), - [anon_sym_in] = ACTIONS(1520), - [anon_sym_out] = ACTIONS(1520), - [anon_sym_inout] = ACTIONS(1520), - [anon_sym_uniform] = ACTIONS(1520), - [anon_sym_shared] = ACTIONS(1520), - [anon_sym_attribute] = ACTIONS(1520), - [anon_sym_varying] = ACTIONS(1520), - [anon_sym_buffer] = ACTIONS(1520), - [anon_sym_coherent] = ACTIONS(1520), - [anon_sym_readonly] = ACTIONS(1520), - [anon_sym_writeonly] = ACTIONS(1520), - [anon_sym_precision] = ACTIONS(1520), - [anon_sym_highp] = ACTIONS(1520), - [anon_sym_mediump] = ACTIONS(1520), - [anon_sym_lowp] = ACTIONS(1520), - [anon_sym_centroid] = ACTIONS(1520), - [anon_sym_sample] = ACTIONS(1520), - [anon_sym_patch] = ACTIONS(1520), - [anon_sym_smooth] = ACTIONS(1520), - [anon_sym_flat] = ACTIONS(1520), - [anon_sym_noperspective] = ACTIONS(1520), - [anon_sym___extension__] = ACTIONS(1520), - [anon_sym_typedef] = ACTIONS(1520), - [anon_sym_extern] = ACTIONS(1520), - [anon_sym___attribute__] = ACTIONS(1520), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1522), - [anon_sym___declspec] = ACTIONS(1520), - [anon_sym___cdecl] = ACTIONS(1520), - [anon_sym___clrcall] = ACTIONS(1520), - [anon_sym___stdcall] = ACTIONS(1520), - [anon_sym___fastcall] = ACTIONS(1520), - [anon_sym___thiscall] = ACTIONS(1520), - [anon_sym___vectorcall] = ACTIONS(1520), - [anon_sym_LBRACE] = ACTIONS(1522), - [anon_sym_RBRACE] = ACTIONS(1522), - [anon_sym_signed] = ACTIONS(1520), - [anon_sym_unsigned] = ACTIONS(1520), - [anon_sym_long] = ACTIONS(1520), - [anon_sym_short] = ACTIONS(1520), - [anon_sym_static] = ACTIONS(1520), - [anon_sym_auto] = ACTIONS(1520), - [anon_sym_register] = ACTIONS(1520), - [anon_sym_inline] = ACTIONS(1520), - [anon_sym___inline] = ACTIONS(1520), - [anon_sym___inline__] = ACTIONS(1520), - [anon_sym___forceinline] = ACTIONS(1520), - [anon_sym_thread_local] = ACTIONS(1520), - [anon_sym___thread] = ACTIONS(1520), - [anon_sym_const] = ACTIONS(1520), - [anon_sym_constexpr] = ACTIONS(1520), - [anon_sym_volatile] = ACTIONS(1520), - [anon_sym_restrict] = ACTIONS(1520), - [anon_sym___restrict__] = ACTIONS(1520), - [anon_sym__Atomic] = ACTIONS(1520), - [anon_sym__Noreturn] = ACTIONS(1520), - [anon_sym_noreturn] = ACTIONS(1520), - [sym_primitive_type] = ACTIONS(1520), - [anon_sym_enum] = ACTIONS(1520), - [anon_sym_struct] = ACTIONS(1520), - [anon_sym_union] = ACTIONS(1520), - [anon_sym_if] = ACTIONS(1520), - [anon_sym_switch] = ACTIONS(1520), - [anon_sym_case] = ACTIONS(1520), - [anon_sym_default] = ACTIONS(1520), - [anon_sym_while] = ACTIONS(1520), - [anon_sym_do] = ACTIONS(1520), - [anon_sym_for] = ACTIONS(1520), - [anon_sym_return] = ACTIONS(1520), - [anon_sym_break] = ACTIONS(1520), - [anon_sym_continue] = ACTIONS(1520), - [anon_sym_goto] = ACTIONS(1520), - [anon_sym_DASH_DASH] = ACTIONS(1522), - [anon_sym_PLUS_PLUS] = ACTIONS(1522), - [anon_sym_sizeof] = ACTIONS(1520), - [anon_sym___alignof__] = ACTIONS(1520), - [anon_sym___alignof] = ACTIONS(1520), - [anon_sym__alignof] = ACTIONS(1520), - [anon_sym_alignof] = ACTIONS(1520), - [anon_sym__Alignof] = ACTIONS(1520), - [anon_sym_offsetof] = ACTIONS(1520), - [anon_sym__Generic] = ACTIONS(1520), - [anon_sym_asm] = ACTIONS(1520), - [anon_sym___asm__] = ACTIONS(1520), - [sym_number_literal] = ACTIONS(1522), - [anon_sym_L_SQUOTE] = ACTIONS(1522), - [anon_sym_u_SQUOTE] = ACTIONS(1522), - [anon_sym_U_SQUOTE] = ACTIONS(1522), - [anon_sym_u8_SQUOTE] = ACTIONS(1522), - [anon_sym_SQUOTE] = ACTIONS(1522), - [anon_sym_L_DQUOTE] = ACTIONS(1522), - [anon_sym_u_DQUOTE] = ACTIONS(1522), - [anon_sym_U_DQUOTE] = ACTIONS(1522), - [anon_sym_u8_DQUOTE] = ACTIONS(1522), - [anon_sym_DQUOTE] = ACTIONS(1522), - [sym_true] = ACTIONS(1520), - [sym_false] = ACTIONS(1520), - [anon_sym_NULL] = ACTIONS(1520), - [anon_sym_nullptr] = ACTIONS(1520), + [348] = { + [sym_identifier] = ACTIONS(1486), + [aux_sym_preproc_include_token1] = ACTIONS(1486), + [aux_sym_preproc_def_token1] = ACTIONS(1486), + [aux_sym_preproc_if_token1] = ACTIONS(1486), + [aux_sym_preproc_if_token2] = ACTIONS(1486), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1486), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1486), + [sym_preproc_directive] = ACTIONS(1486), + [anon_sym_LPAREN2] = ACTIONS(1488), + [anon_sym_BANG] = ACTIONS(1488), + [anon_sym_TILDE] = ACTIONS(1488), + [anon_sym_DASH] = ACTIONS(1486), + [anon_sym_PLUS] = ACTIONS(1486), + [anon_sym_STAR] = ACTIONS(1488), + [anon_sym_AMP] = ACTIONS(1488), + [anon_sym_subroutine] = ACTIONS(1486), + [anon_sym_invariant] = ACTIONS(1486), + [anon_sym_precise] = ACTIONS(1486), + [anon_sym_SEMI] = ACTIONS(1488), + [anon_sym_in] = ACTIONS(1486), + [anon_sym_out] = ACTIONS(1486), + [anon_sym_inout] = ACTIONS(1486), + [anon_sym_uniform] = ACTIONS(1486), + [anon_sym_shared] = ACTIONS(1486), + [anon_sym_attribute] = ACTIONS(1486), + [anon_sym_varying] = ACTIONS(1486), + [anon_sym_buffer] = ACTIONS(1486), + [anon_sym_coherent] = ACTIONS(1486), + [anon_sym_readonly] = ACTIONS(1486), + [anon_sym_writeonly] = ACTIONS(1486), + [anon_sym_precision] = ACTIONS(1486), + [anon_sym_highp] = ACTIONS(1486), + [anon_sym_mediump] = ACTIONS(1486), + [anon_sym_lowp] = ACTIONS(1486), + [anon_sym_centroid] = ACTIONS(1486), + [anon_sym_sample] = ACTIONS(1486), + [anon_sym_patch] = ACTIONS(1486), + [anon_sym_smooth] = ACTIONS(1486), + [anon_sym_flat] = ACTIONS(1486), + [anon_sym_noperspective] = ACTIONS(1486), + [anon_sym___extension__] = ACTIONS(1486), + [anon_sym_typedef] = ACTIONS(1486), + [anon_sym_extern] = ACTIONS(1486), + [anon_sym___attribute__] = ACTIONS(1486), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1488), + [anon_sym___declspec] = ACTIONS(1486), + [anon_sym___cdecl] = ACTIONS(1486), + [anon_sym___clrcall] = ACTIONS(1486), + [anon_sym___stdcall] = ACTIONS(1486), + [anon_sym___fastcall] = ACTIONS(1486), + [anon_sym___thiscall] = ACTIONS(1486), + [anon_sym___vectorcall] = ACTIONS(1486), + [anon_sym_LBRACE] = ACTIONS(1488), + [anon_sym_signed] = ACTIONS(1486), + [anon_sym_unsigned] = ACTIONS(1486), + [anon_sym_long] = ACTIONS(1486), + [anon_sym_short] = ACTIONS(1486), + [anon_sym_static] = ACTIONS(1486), + [anon_sym_auto] = ACTIONS(1486), + [anon_sym_register] = ACTIONS(1486), + [anon_sym_inline] = ACTIONS(1486), + [anon_sym___inline] = ACTIONS(1486), + [anon_sym___inline__] = ACTIONS(1486), + [anon_sym___forceinline] = ACTIONS(1486), + [anon_sym_thread_local] = ACTIONS(1486), + [anon_sym___thread] = ACTIONS(1486), + [anon_sym_const] = ACTIONS(1486), + [anon_sym_constexpr] = ACTIONS(1486), + [anon_sym_volatile] = ACTIONS(1486), + [anon_sym_restrict] = ACTIONS(1486), + [anon_sym___restrict__] = ACTIONS(1486), + [anon_sym__Atomic] = ACTIONS(1486), + [anon_sym__Noreturn] = ACTIONS(1486), + [anon_sym_noreturn] = ACTIONS(1486), + [sym_primitive_type] = ACTIONS(1486), + [anon_sym_enum] = ACTIONS(1486), + [anon_sym_struct] = ACTIONS(1486), + [anon_sym_union] = ACTIONS(1486), + [anon_sym_if] = ACTIONS(1486), + [anon_sym_switch] = ACTIONS(1486), + [anon_sym_case] = ACTIONS(1486), + [anon_sym_default] = ACTIONS(1486), + [anon_sym_while] = ACTIONS(1486), + [anon_sym_do] = ACTIONS(1486), + [anon_sym_for] = ACTIONS(1486), + [anon_sym_return] = ACTIONS(1486), + [anon_sym_break] = ACTIONS(1486), + [anon_sym_continue] = ACTIONS(1486), + [anon_sym_goto] = ACTIONS(1486), + [anon_sym_DASH_DASH] = ACTIONS(1488), + [anon_sym_PLUS_PLUS] = ACTIONS(1488), + [anon_sym_sizeof] = ACTIONS(1486), + [anon_sym___alignof__] = ACTIONS(1486), + [anon_sym___alignof] = ACTIONS(1486), + [anon_sym__alignof] = ACTIONS(1486), + [anon_sym_alignof] = ACTIONS(1486), + [anon_sym__Alignof] = ACTIONS(1486), + [anon_sym_offsetof] = ACTIONS(1486), + [anon_sym__Generic] = ACTIONS(1486), + [anon_sym_asm] = ACTIONS(1486), + [anon_sym___asm__] = ACTIONS(1486), + [sym_number_literal] = ACTIONS(1488), + [anon_sym_L_SQUOTE] = ACTIONS(1488), + [anon_sym_u_SQUOTE] = ACTIONS(1488), + [anon_sym_U_SQUOTE] = ACTIONS(1488), + [anon_sym_u8_SQUOTE] = ACTIONS(1488), + [anon_sym_SQUOTE] = ACTIONS(1488), + [anon_sym_L_DQUOTE] = ACTIONS(1488), + [anon_sym_u_DQUOTE] = ACTIONS(1488), + [anon_sym_U_DQUOTE] = ACTIONS(1488), + [anon_sym_u8_DQUOTE] = ACTIONS(1488), + [anon_sym_DQUOTE] = ACTIONS(1488), + [sym_true] = ACTIONS(1486), + [sym_false] = ACTIONS(1486), + [anon_sym_NULL] = ACTIONS(1486), + [anon_sym_nullptr] = ACTIONS(1486), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1520), - [anon_sym_rayPayloadInEXT] = ACTIONS(1520), - [anon_sym_hitAttributeEXT] = ACTIONS(1520), - [anon_sym_callableDataEXT] = ACTIONS(1520), - [anon_sym_callableDataInEXT] = ACTIONS(1520), - [anon_sym_shaderRecordEXT] = ACTIONS(1520), - [anon_sym_rayPayloadNV] = ACTIONS(1520), - [anon_sym_rayPayloadInNV] = ACTIONS(1520), - [anon_sym_hitAttributeNV] = ACTIONS(1520), - [anon_sym_callableDataNV] = ACTIONS(1520), - [anon_sym_callableDataInNV] = ACTIONS(1520), - [anon_sym_shaderRecordNV] = ACTIONS(1520), - [anon_sym_layout] = ACTIONS(1520), + [anon_sym_rayPayloadEXT] = ACTIONS(1486), + [anon_sym_rayPayloadInEXT] = ACTIONS(1486), + [anon_sym_hitAttributeEXT] = ACTIONS(1486), + [anon_sym_callableDataEXT] = ACTIONS(1486), + [anon_sym_callableDataInEXT] = ACTIONS(1486), + [anon_sym_shaderRecordEXT] = ACTIONS(1486), + [anon_sym_rayPayloadNV] = ACTIONS(1486), + [anon_sym_rayPayloadInNV] = ACTIONS(1486), + [anon_sym_hitAttributeNV] = ACTIONS(1486), + [anon_sym_callableDataNV] = ACTIONS(1486), + [anon_sym_callableDataInNV] = ACTIONS(1486), + [anon_sym_shaderRecordNV] = ACTIONS(1486), + [anon_sym_layout] = ACTIONS(1486), }, - [350] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_subroutine] = ACTIONS(1540), - [anon_sym_invariant] = ACTIONS(1540), - [anon_sym_precise] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_in] = ACTIONS(1540), - [anon_sym_out] = ACTIONS(1540), - [anon_sym_inout] = ACTIONS(1540), - [anon_sym_uniform] = ACTIONS(1540), - [anon_sym_shared] = ACTIONS(1540), - [anon_sym_attribute] = ACTIONS(1540), - [anon_sym_varying] = ACTIONS(1540), - [anon_sym_buffer] = ACTIONS(1540), - [anon_sym_coherent] = ACTIONS(1540), - [anon_sym_readonly] = ACTIONS(1540), - [anon_sym_writeonly] = ACTIONS(1540), - [anon_sym_precision] = ACTIONS(1540), - [anon_sym_highp] = ACTIONS(1540), - [anon_sym_mediump] = ACTIONS(1540), - [anon_sym_lowp] = ACTIONS(1540), - [anon_sym_centroid] = ACTIONS(1540), - [anon_sym_sample] = ACTIONS(1540), - [anon_sym_patch] = ACTIONS(1540), - [anon_sym_smooth] = ACTIONS(1540), - [anon_sym_flat] = ACTIONS(1540), - [anon_sym_noperspective] = ACTIONS(1540), - [anon_sym___extension__] = ACTIONS(1540), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_auto] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym___inline] = ACTIONS(1540), - [anon_sym___inline__] = ACTIONS(1540), - [anon_sym___forceinline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym___thread] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym___restrict__] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym__Noreturn] = ACTIONS(1540), - [anon_sym_noreturn] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [anon_sym___alignof__] = ACTIONS(1540), - [anon_sym___alignof] = ACTIONS(1540), - [anon_sym__alignof] = ACTIONS(1540), - [anon_sym_alignof] = ACTIONS(1540), - [anon_sym__Alignof] = ACTIONS(1540), - [anon_sym_offsetof] = ACTIONS(1540), - [anon_sym__Generic] = ACTIONS(1540), - [anon_sym_asm] = ACTIONS(1540), - [anon_sym___asm__] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [anon_sym_NULL] = ACTIONS(1540), - [anon_sym_nullptr] = ACTIONS(1540), + [349] = { + [sym_identifier] = ACTIONS(1490), + [aux_sym_preproc_include_token1] = ACTIONS(1490), + [aux_sym_preproc_def_token1] = ACTIONS(1490), + [aux_sym_preproc_if_token1] = ACTIONS(1490), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1490), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1490), + [sym_preproc_directive] = ACTIONS(1490), + [anon_sym_LPAREN2] = ACTIONS(1492), + [anon_sym_BANG] = ACTIONS(1492), + [anon_sym_TILDE] = ACTIONS(1492), + [anon_sym_DASH] = ACTIONS(1490), + [anon_sym_PLUS] = ACTIONS(1490), + [anon_sym_STAR] = ACTIONS(1492), + [anon_sym_AMP] = ACTIONS(1492), + [anon_sym_subroutine] = ACTIONS(1490), + [anon_sym_invariant] = ACTIONS(1490), + [anon_sym_precise] = ACTIONS(1490), + [anon_sym_SEMI] = ACTIONS(1492), + [anon_sym_in] = ACTIONS(1490), + [anon_sym_out] = ACTIONS(1490), + [anon_sym_inout] = ACTIONS(1490), + [anon_sym_uniform] = ACTIONS(1490), + [anon_sym_shared] = ACTIONS(1490), + [anon_sym_attribute] = ACTIONS(1490), + [anon_sym_varying] = ACTIONS(1490), + [anon_sym_buffer] = ACTIONS(1490), + [anon_sym_coherent] = ACTIONS(1490), + [anon_sym_readonly] = ACTIONS(1490), + [anon_sym_writeonly] = ACTIONS(1490), + [anon_sym_precision] = ACTIONS(1490), + [anon_sym_highp] = ACTIONS(1490), + [anon_sym_mediump] = ACTIONS(1490), + [anon_sym_lowp] = ACTIONS(1490), + [anon_sym_centroid] = ACTIONS(1490), + [anon_sym_sample] = ACTIONS(1490), + [anon_sym_patch] = ACTIONS(1490), + [anon_sym_smooth] = ACTIONS(1490), + [anon_sym_flat] = ACTIONS(1490), + [anon_sym_noperspective] = ACTIONS(1490), + [anon_sym___extension__] = ACTIONS(1490), + [anon_sym_typedef] = ACTIONS(1490), + [anon_sym_extern] = ACTIONS(1490), + [anon_sym___attribute__] = ACTIONS(1490), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1492), + [anon_sym___declspec] = ACTIONS(1490), + [anon_sym___cdecl] = ACTIONS(1490), + [anon_sym___clrcall] = ACTIONS(1490), + [anon_sym___stdcall] = ACTIONS(1490), + [anon_sym___fastcall] = ACTIONS(1490), + [anon_sym___thiscall] = ACTIONS(1490), + [anon_sym___vectorcall] = ACTIONS(1490), + [anon_sym_LBRACE] = ACTIONS(1492), + [anon_sym_RBRACE] = ACTIONS(1492), + [anon_sym_signed] = ACTIONS(1490), + [anon_sym_unsigned] = ACTIONS(1490), + [anon_sym_long] = ACTIONS(1490), + [anon_sym_short] = ACTIONS(1490), + [anon_sym_static] = ACTIONS(1490), + [anon_sym_auto] = ACTIONS(1490), + [anon_sym_register] = ACTIONS(1490), + [anon_sym_inline] = ACTIONS(1490), + [anon_sym___inline] = ACTIONS(1490), + [anon_sym___inline__] = ACTIONS(1490), + [anon_sym___forceinline] = ACTIONS(1490), + [anon_sym_thread_local] = ACTIONS(1490), + [anon_sym___thread] = ACTIONS(1490), + [anon_sym_const] = ACTIONS(1490), + [anon_sym_constexpr] = ACTIONS(1490), + [anon_sym_volatile] = ACTIONS(1490), + [anon_sym_restrict] = ACTIONS(1490), + [anon_sym___restrict__] = ACTIONS(1490), + [anon_sym__Atomic] = ACTIONS(1490), + [anon_sym__Noreturn] = ACTIONS(1490), + [anon_sym_noreturn] = ACTIONS(1490), + [sym_primitive_type] = ACTIONS(1490), + [anon_sym_enum] = ACTIONS(1490), + [anon_sym_struct] = ACTIONS(1490), + [anon_sym_union] = ACTIONS(1490), + [anon_sym_if] = ACTIONS(1490), + [anon_sym_switch] = ACTIONS(1490), + [anon_sym_case] = ACTIONS(1490), + [anon_sym_default] = ACTIONS(1490), + [anon_sym_while] = ACTIONS(1490), + [anon_sym_do] = ACTIONS(1490), + [anon_sym_for] = ACTIONS(1490), + [anon_sym_return] = ACTIONS(1490), + [anon_sym_break] = ACTIONS(1490), + [anon_sym_continue] = ACTIONS(1490), + [anon_sym_goto] = ACTIONS(1490), + [anon_sym_DASH_DASH] = ACTIONS(1492), + [anon_sym_PLUS_PLUS] = ACTIONS(1492), + [anon_sym_sizeof] = ACTIONS(1490), + [anon_sym___alignof__] = ACTIONS(1490), + [anon_sym___alignof] = ACTIONS(1490), + [anon_sym__alignof] = ACTIONS(1490), + [anon_sym_alignof] = ACTIONS(1490), + [anon_sym__Alignof] = ACTIONS(1490), + [anon_sym_offsetof] = ACTIONS(1490), + [anon_sym__Generic] = ACTIONS(1490), + [anon_sym_asm] = ACTIONS(1490), + [anon_sym___asm__] = ACTIONS(1490), + [sym_number_literal] = ACTIONS(1492), + [anon_sym_L_SQUOTE] = ACTIONS(1492), + [anon_sym_u_SQUOTE] = ACTIONS(1492), + [anon_sym_U_SQUOTE] = ACTIONS(1492), + [anon_sym_u8_SQUOTE] = ACTIONS(1492), + [anon_sym_SQUOTE] = ACTIONS(1492), + [anon_sym_L_DQUOTE] = ACTIONS(1492), + [anon_sym_u_DQUOTE] = ACTIONS(1492), + [anon_sym_U_DQUOTE] = ACTIONS(1492), + [anon_sym_u8_DQUOTE] = ACTIONS(1492), + [anon_sym_DQUOTE] = ACTIONS(1492), + [sym_true] = ACTIONS(1490), + [sym_false] = ACTIONS(1490), + [anon_sym_NULL] = ACTIONS(1490), + [anon_sym_nullptr] = ACTIONS(1490), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1540), - [anon_sym_rayPayloadInEXT] = ACTIONS(1540), - [anon_sym_hitAttributeEXT] = ACTIONS(1540), - [anon_sym_callableDataEXT] = ACTIONS(1540), - [anon_sym_callableDataInEXT] = ACTIONS(1540), - [anon_sym_shaderRecordEXT] = ACTIONS(1540), - [anon_sym_rayPayloadNV] = ACTIONS(1540), - [anon_sym_rayPayloadInNV] = ACTIONS(1540), - [anon_sym_hitAttributeNV] = ACTIONS(1540), - [anon_sym_callableDataNV] = ACTIONS(1540), - [anon_sym_callableDataInNV] = ACTIONS(1540), - [anon_sym_shaderRecordNV] = ACTIONS(1540), - [anon_sym_layout] = ACTIONS(1540), + [anon_sym_rayPayloadEXT] = ACTIONS(1490), + [anon_sym_rayPayloadInEXT] = ACTIONS(1490), + [anon_sym_hitAttributeEXT] = ACTIONS(1490), + [anon_sym_callableDataEXT] = ACTIONS(1490), + [anon_sym_callableDataInEXT] = ACTIONS(1490), + [anon_sym_shaderRecordEXT] = ACTIONS(1490), + [anon_sym_rayPayloadNV] = ACTIONS(1490), + [anon_sym_rayPayloadInNV] = ACTIONS(1490), + [anon_sym_hitAttributeNV] = ACTIONS(1490), + [anon_sym_callableDataNV] = ACTIONS(1490), + [anon_sym_callableDataInNV] = ACTIONS(1490), + [anon_sym_shaderRecordNV] = ACTIONS(1490), + [anon_sym_layout] = ACTIONS(1490), }, - [351] = { - [sym_identifier] = ACTIONS(1470), - [aux_sym_preproc_include_token1] = ACTIONS(1470), - [aux_sym_preproc_def_token1] = ACTIONS(1470), - [aux_sym_preproc_if_token1] = ACTIONS(1470), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1470), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1470), - [sym_preproc_directive] = ACTIONS(1470), - [anon_sym_LPAREN2] = ACTIONS(1472), - [anon_sym_BANG] = ACTIONS(1472), - [anon_sym_TILDE] = ACTIONS(1472), - [anon_sym_DASH] = ACTIONS(1470), - [anon_sym_PLUS] = ACTIONS(1470), - [anon_sym_STAR] = ACTIONS(1472), - [anon_sym_AMP] = ACTIONS(1472), - [anon_sym_subroutine] = ACTIONS(1470), - [anon_sym_invariant] = ACTIONS(1470), - [anon_sym_precise] = ACTIONS(1470), - [anon_sym_SEMI] = ACTIONS(1472), - [anon_sym_in] = ACTIONS(1470), - [anon_sym_out] = ACTIONS(1470), - [anon_sym_inout] = ACTIONS(1470), - [anon_sym_uniform] = ACTIONS(1470), - [anon_sym_shared] = ACTIONS(1470), - [anon_sym_attribute] = ACTIONS(1470), - [anon_sym_varying] = ACTIONS(1470), - [anon_sym_buffer] = ACTIONS(1470), - [anon_sym_coherent] = ACTIONS(1470), - [anon_sym_readonly] = ACTIONS(1470), - [anon_sym_writeonly] = ACTIONS(1470), - [anon_sym_precision] = ACTIONS(1470), - [anon_sym_highp] = ACTIONS(1470), - [anon_sym_mediump] = ACTIONS(1470), - [anon_sym_lowp] = ACTIONS(1470), - [anon_sym_centroid] = ACTIONS(1470), - [anon_sym_sample] = ACTIONS(1470), - [anon_sym_patch] = ACTIONS(1470), - [anon_sym_smooth] = ACTIONS(1470), - [anon_sym_flat] = ACTIONS(1470), - [anon_sym_noperspective] = ACTIONS(1470), - [anon_sym___extension__] = ACTIONS(1470), - [anon_sym_typedef] = ACTIONS(1470), - [anon_sym_extern] = ACTIONS(1470), - [anon_sym___attribute__] = ACTIONS(1470), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1472), - [anon_sym___declspec] = ACTIONS(1470), - [anon_sym___cdecl] = ACTIONS(1470), - [anon_sym___clrcall] = ACTIONS(1470), - [anon_sym___stdcall] = ACTIONS(1470), - [anon_sym___fastcall] = ACTIONS(1470), - [anon_sym___thiscall] = ACTIONS(1470), - [anon_sym___vectorcall] = ACTIONS(1470), - [anon_sym_LBRACE] = ACTIONS(1472), - [anon_sym_RBRACE] = ACTIONS(1472), - [anon_sym_signed] = ACTIONS(1470), - [anon_sym_unsigned] = ACTIONS(1470), - [anon_sym_long] = ACTIONS(1470), - [anon_sym_short] = ACTIONS(1470), - [anon_sym_static] = ACTIONS(1470), - [anon_sym_auto] = ACTIONS(1470), - [anon_sym_register] = ACTIONS(1470), - [anon_sym_inline] = ACTIONS(1470), - [anon_sym___inline] = ACTIONS(1470), - [anon_sym___inline__] = ACTIONS(1470), - [anon_sym___forceinline] = ACTIONS(1470), - [anon_sym_thread_local] = ACTIONS(1470), - [anon_sym___thread] = ACTIONS(1470), - [anon_sym_const] = ACTIONS(1470), - [anon_sym_constexpr] = ACTIONS(1470), - [anon_sym_volatile] = ACTIONS(1470), - [anon_sym_restrict] = ACTIONS(1470), - [anon_sym___restrict__] = ACTIONS(1470), - [anon_sym__Atomic] = ACTIONS(1470), - [anon_sym__Noreturn] = ACTIONS(1470), - [anon_sym_noreturn] = ACTIONS(1470), - [sym_primitive_type] = ACTIONS(1470), - [anon_sym_enum] = ACTIONS(1470), - [anon_sym_struct] = ACTIONS(1470), - [anon_sym_union] = ACTIONS(1470), - [anon_sym_if] = ACTIONS(1470), - [anon_sym_switch] = ACTIONS(1470), - [anon_sym_case] = ACTIONS(1470), - [anon_sym_default] = ACTIONS(1470), - [anon_sym_while] = ACTIONS(1470), - [anon_sym_do] = ACTIONS(1470), - [anon_sym_for] = ACTIONS(1470), - [anon_sym_return] = ACTIONS(1470), - [anon_sym_break] = ACTIONS(1470), - [anon_sym_continue] = ACTIONS(1470), - [anon_sym_goto] = ACTIONS(1470), - [anon_sym_DASH_DASH] = ACTIONS(1472), - [anon_sym_PLUS_PLUS] = ACTIONS(1472), - [anon_sym_sizeof] = ACTIONS(1470), - [anon_sym___alignof__] = ACTIONS(1470), - [anon_sym___alignof] = ACTIONS(1470), - [anon_sym__alignof] = ACTIONS(1470), - [anon_sym_alignof] = ACTIONS(1470), - [anon_sym__Alignof] = ACTIONS(1470), - [anon_sym_offsetof] = ACTIONS(1470), - [anon_sym__Generic] = ACTIONS(1470), - [anon_sym_asm] = ACTIONS(1470), - [anon_sym___asm__] = ACTIONS(1470), - [sym_number_literal] = ACTIONS(1472), - [anon_sym_L_SQUOTE] = ACTIONS(1472), - [anon_sym_u_SQUOTE] = ACTIONS(1472), - [anon_sym_U_SQUOTE] = ACTIONS(1472), - [anon_sym_u8_SQUOTE] = ACTIONS(1472), - [anon_sym_SQUOTE] = ACTIONS(1472), - [anon_sym_L_DQUOTE] = ACTIONS(1472), - [anon_sym_u_DQUOTE] = ACTIONS(1472), - [anon_sym_U_DQUOTE] = ACTIONS(1472), - [anon_sym_u8_DQUOTE] = ACTIONS(1472), - [anon_sym_DQUOTE] = ACTIONS(1472), - [sym_true] = ACTIONS(1470), - [sym_false] = ACTIONS(1470), - [anon_sym_NULL] = ACTIONS(1470), - [anon_sym_nullptr] = ACTIONS(1470), + [350] = { + [sym_identifier] = ACTIONS(1490), + [aux_sym_preproc_include_token1] = ACTIONS(1490), + [aux_sym_preproc_def_token1] = ACTIONS(1490), + [aux_sym_preproc_if_token1] = ACTIONS(1490), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1490), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1490), + [sym_preproc_directive] = ACTIONS(1490), + [anon_sym_LPAREN2] = ACTIONS(1492), + [anon_sym_BANG] = ACTIONS(1492), + [anon_sym_TILDE] = ACTIONS(1492), + [anon_sym_DASH] = ACTIONS(1490), + [anon_sym_PLUS] = ACTIONS(1490), + [anon_sym_STAR] = ACTIONS(1492), + [anon_sym_AMP] = ACTIONS(1492), + [anon_sym_subroutine] = ACTIONS(1490), + [anon_sym_invariant] = ACTIONS(1490), + [anon_sym_precise] = ACTIONS(1490), + [anon_sym_SEMI] = ACTIONS(1492), + [anon_sym_in] = ACTIONS(1490), + [anon_sym_out] = ACTIONS(1490), + [anon_sym_inout] = ACTIONS(1490), + [anon_sym_uniform] = ACTIONS(1490), + [anon_sym_shared] = ACTIONS(1490), + [anon_sym_attribute] = ACTIONS(1490), + [anon_sym_varying] = ACTIONS(1490), + [anon_sym_buffer] = ACTIONS(1490), + [anon_sym_coherent] = ACTIONS(1490), + [anon_sym_readonly] = ACTIONS(1490), + [anon_sym_writeonly] = ACTIONS(1490), + [anon_sym_precision] = ACTIONS(1490), + [anon_sym_highp] = ACTIONS(1490), + [anon_sym_mediump] = ACTIONS(1490), + [anon_sym_lowp] = ACTIONS(1490), + [anon_sym_centroid] = ACTIONS(1490), + [anon_sym_sample] = ACTIONS(1490), + [anon_sym_patch] = ACTIONS(1490), + [anon_sym_smooth] = ACTIONS(1490), + [anon_sym_flat] = ACTIONS(1490), + [anon_sym_noperspective] = ACTIONS(1490), + [anon_sym___extension__] = ACTIONS(1490), + [anon_sym_typedef] = ACTIONS(1490), + [anon_sym_extern] = ACTIONS(1490), + [anon_sym___attribute__] = ACTIONS(1490), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1492), + [anon_sym___declspec] = ACTIONS(1490), + [anon_sym___cdecl] = ACTIONS(1490), + [anon_sym___clrcall] = ACTIONS(1490), + [anon_sym___stdcall] = ACTIONS(1490), + [anon_sym___fastcall] = ACTIONS(1490), + [anon_sym___thiscall] = ACTIONS(1490), + [anon_sym___vectorcall] = ACTIONS(1490), + [anon_sym_LBRACE] = ACTIONS(1492), + [anon_sym_RBRACE] = ACTIONS(1492), + [anon_sym_signed] = ACTIONS(1490), + [anon_sym_unsigned] = ACTIONS(1490), + [anon_sym_long] = ACTIONS(1490), + [anon_sym_short] = ACTIONS(1490), + [anon_sym_static] = ACTIONS(1490), + [anon_sym_auto] = ACTIONS(1490), + [anon_sym_register] = ACTIONS(1490), + [anon_sym_inline] = ACTIONS(1490), + [anon_sym___inline] = ACTIONS(1490), + [anon_sym___inline__] = ACTIONS(1490), + [anon_sym___forceinline] = ACTIONS(1490), + [anon_sym_thread_local] = ACTIONS(1490), + [anon_sym___thread] = ACTIONS(1490), + [anon_sym_const] = ACTIONS(1490), + [anon_sym_constexpr] = ACTIONS(1490), + [anon_sym_volatile] = ACTIONS(1490), + [anon_sym_restrict] = ACTIONS(1490), + [anon_sym___restrict__] = ACTIONS(1490), + [anon_sym__Atomic] = ACTIONS(1490), + [anon_sym__Noreturn] = ACTIONS(1490), + [anon_sym_noreturn] = ACTIONS(1490), + [sym_primitive_type] = ACTIONS(1490), + [anon_sym_enum] = ACTIONS(1490), + [anon_sym_struct] = ACTIONS(1490), + [anon_sym_union] = ACTIONS(1490), + [anon_sym_if] = ACTIONS(1490), + [anon_sym_switch] = ACTIONS(1490), + [anon_sym_case] = ACTIONS(1490), + [anon_sym_default] = ACTIONS(1490), + [anon_sym_while] = ACTIONS(1490), + [anon_sym_do] = ACTIONS(1490), + [anon_sym_for] = ACTIONS(1490), + [anon_sym_return] = ACTIONS(1490), + [anon_sym_break] = ACTIONS(1490), + [anon_sym_continue] = ACTIONS(1490), + [anon_sym_goto] = ACTIONS(1490), + [anon_sym_DASH_DASH] = ACTIONS(1492), + [anon_sym_PLUS_PLUS] = ACTIONS(1492), + [anon_sym_sizeof] = ACTIONS(1490), + [anon_sym___alignof__] = ACTIONS(1490), + [anon_sym___alignof] = ACTIONS(1490), + [anon_sym__alignof] = ACTIONS(1490), + [anon_sym_alignof] = ACTIONS(1490), + [anon_sym__Alignof] = ACTIONS(1490), + [anon_sym_offsetof] = ACTIONS(1490), + [anon_sym__Generic] = ACTIONS(1490), + [anon_sym_asm] = ACTIONS(1490), + [anon_sym___asm__] = ACTIONS(1490), + [sym_number_literal] = ACTIONS(1492), + [anon_sym_L_SQUOTE] = ACTIONS(1492), + [anon_sym_u_SQUOTE] = ACTIONS(1492), + [anon_sym_U_SQUOTE] = ACTIONS(1492), + [anon_sym_u8_SQUOTE] = ACTIONS(1492), + [anon_sym_SQUOTE] = ACTIONS(1492), + [anon_sym_L_DQUOTE] = ACTIONS(1492), + [anon_sym_u_DQUOTE] = ACTIONS(1492), + [anon_sym_U_DQUOTE] = ACTIONS(1492), + [anon_sym_u8_DQUOTE] = ACTIONS(1492), + [anon_sym_DQUOTE] = ACTIONS(1492), + [sym_true] = ACTIONS(1490), + [sym_false] = ACTIONS(1490), + [anon_sym_NULL] = ACTIONS(1490), + [anon_sym_nullptr] = ACTIONS(1490), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1470), - [anon_sym_rayPayloadInEXT] = ACTIONS(1470), - [anon_sym_hitAttributeEXT] = ACTIONS(1470), - [anon_sym_callableDataEXT] = ACTIONS(1470), - [anon_sym_callableDataInEXT] = ACTIONS(1470), - [anon_sym_shaderRecordEXT] = ACTIONS(1470), - [anon_sym_rayPayloadNV] = ACTIONS(1470), - [anon_sym_rayPayloadInNV] = ACTIONS(1470), - [anon_sym_hitAttributeNV] = ACTIONS(1470), - [anon_sym_callableDataNV] = ACTIONS(1470), - [anon_sym_callableDataInNV] = ACTIONS(1470), - [anon_sym_shaderRecordNV] = ACTIONS(1470), - [anon_sym_layout] = ACTIONS(1470), + [anon_sym_rayPayloadEXT] = ACTIONS(1490), + [anon_sym_rayPayloadInEXT] = ACTIONS(1490), + [anon_sym_hitAttributeEXT] = ACTIONS(1490), + [anon_sym_callableDataEXT] = ACTIONS(1490), + [anon_sym_callableDataInEXT] = ACTIONS(1490), + [anon_sym_shaderRecordEXT] = ACTIONS(1490), + [anon_sym_rayPayloadNV] = ACTIONS(1490), + [anon_sym_rayPayloadInNV] = ACTIONS(1490), + [anon_sym_hitAttributeNV] = ACTIONS(1490), + [anon_sym_callableDataNV] = ACTIONS(1490), + [anon_sym_callableDataInNV] = ACTIONS(1490), + [anon_sym_shaderRecordNV] = ACTIONS(1490), + [anon_sym_layout] = ACTIONS(1490), }, - [352] = { - [sym_identifier] = ACTIONS(1470), - [aux_sym_preproc_include_token1] = ACTIONS(1470), - [aux_sym_preproc_def_token1] = ACTIONS(1470), - [aux_sym_preproc_if_token1] = ACTIONS(1470), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1470), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1470), - [sym_preproc_directive] = ACTIONS(1470), - [anon_sym_LPAREN2] = ACTIONS(1472), - [anon_sym_BANG] = ACTIONS(1472), - [anon_sym_TILDE] = ACTIONS(1472), - [anon_sym_DASH] = ACTIONS(1470), - [anon_sym_PLUS] = ACTIONS(1470), - [anon_sym_STAR] = ACTIONS(1472), - [anon_sym_AMP] = ACTIONS(1472), - [anon_sym_subroutine] = ACTIONS(1470), - [anon_sym_invariant] = ACTIONS(1470), - [anon_sym_precise] = ACTIONS(1470), - [anon_sym_SEMI] = ACTIONS(1472), - [anon_sym_in] = ACTIONS(1470), - [anon_sym_out] = ACTIONS(1470), - [anon_sym_inout] = ACTIONS(1470), - [anon_sym_uniform] = ACTIONS(1470), - [anon_sym_shared] = ACTIONS(1470), - [anon_sym_attribute] = ACTIONS(1470), - [anon_sym_varying] = ACTIONS(1470), - [anon_sym_buffer] = ACTIONS(1470), - [anon_sym_coherent] = ACTIONS(1470), - [anon_sym_readonly] = ACTIONS(1470), - [anon_sym_writeonly] = ACTIONS(1470), - [anon_sym_precision] = ACTIONS(1470), - [anon_sym_highp] = ACTIONS(1470), - [anon_sym_mediump] = ACTIONS(1470), - [anon_sym_lowp] = ACTIONS(1470), - [anon_sym_centroid] = ACTIONS(1470), - [anon_sym_sample] = ACTIONS(1470), - [anon_sym_patch] = ACTIONS(1470), - [anon_sym_smooth] = ACTIONS(1470), - [anon_sym_flat] = ACTIONS(1470), - [anon_sym_noperspective] = ACTIONS(1470), - [anon_sym___extension__] = ACTIONS(1470), - [anon_sym_typedef] = ACTIONS(1470), - [anon_sym_extern] = ACTIONS(1470), - [anon_sym___attribute__] = ACTIONS(1470), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1472), - [anon_sym___declspec] = ACTIONS(1470), - [anon_sym___cdecl] = ACTIONS(1470), - [anon_sym___clrcall] = ACTIONS(1470), - [anon_sym___stdcall] = ACTIONS(1470), - [anon_sym___fastcall] = ACTIONS(1470), - [anon_sym___thiscall] = ACTIONS(1470), - [anon_sym___vectorcall] = ACTIONS(1470), - [anon_sym_LBRACE] = ACTIONS(1472), - [anon_sym_RBRACE] = ACTIONS(1472), - [anon_sym_signed] = ACTIONS(1470), - [anon_sym_unsigned] = ACTIONS(1470), - [anon_sym_long] = ACTIONS(1470), - [anon_sym_short] = ACTIONS(1470), - [anon_sym_static] = ACTIONS(1470), - [anon_sym_auto] = ACTIONS(1470), - [anon_sym_register] = ACTIONS(1470), - [anon_sym_inline] = ACTIONS(1470), - [anon_sym___inline] = ACTIONS(1470), - [anon_sym___inline__] = ACTIONS(1470), - [anon_sym___forceinline] = ACTIONS(1470), - [anon_sym_thread_local] = ACTIONS(1470), - [anon_sym___thread] = ACTIONS(1470), - [anon_sym_const] = ACTIONS(1470), - [anon_sym_constexpr] = ACTIONS(1470), - [anon_sym_volatile] = ACTIONS(1470), - [anon_sym_restrict] = ACTIONS(1470), - [anon_sym___restrict__] = ACTIONS(1470), - [anon_sym__Atomic] = ACTIONS(1470), - [anon_sym__Noreturn] = ACTIONS(1470), - [anon_sym_noreturn] = ACTIONS(1470), - [sym_primitive_type] = ACTIONS(1470), - [anon_sym_enum] = ACTIONS(1470), - [anon_sym_struct] = ACTIONS(1470), - [anon_sym_union] = ACTIONS(1470), - [anon_sym_if] = ACTIONS(1470), - [anon_sym_switch] = ACTIONS(1470), - [anon_sym_case] = ACTIONS(1470), - [anon_sym_default] = ACTIONS(1470), - [anon_sym_while] = ACTIONS(1470), - [anon_sym_do] = ACTIONS(1470), - [anon_sym_for] = ACTIONS(1470), - [anon_sym_return] = ACTIONS(1470), - [anon_sym_break] = ACTIONS(1470), - [anon_sym_continue] = ACTIONS(1470), - [anon_sym_goto] = ACTIONS(1470), - [anon_sym_DASH_DASH] = ACTIONS(1472), - [anon_sym_PLUS_PLUS] = ACTIONS(1472), - [anon_sym_sizeof] = ACTIONS(1470), - [anon_sym___alignof__] = ACTIONS(1470), - [anon_sym___alignof] = ACTIONS(1470), - [anon_sym__alignof] = ACTIONS(1470), - [anon_sym_alignof] = ACTIONS(1470), - [anon_sym__Alignof] = ACTIONS(1470), - [anon_sym_offsetof] = ACTIONS(1470), - [anon_sym__Generic] = ACTIONS(1470), - [anon_sym_asm] = ACTIONS(1470), - [anon_sym___asm__] = ACTIONS(1470), - [sym_number_literal] = ACTIONS(1472), - [anon_sym_L_SQUOTE] = ACTIONS(1472), - [anon_sym_u_SQUOTE] = ACTIONS(1472), - [anon_sym_U_SQUOTE] = ACTIONS(1472), - [anon_sym_u8_SQUOTE] = ACTIONS(1472), - [anon_sym_SQUOTE] = ACTIONS(1472), - [anon_sym_L_DQUOTE] = ACTIONS(1472), - [anon_sym_u_DQUOTE] = ACTIONS(1472), - [anon_sym_U_DQUOTE] = ACTIONS(1472), - [anon_sym_u8_DQUOTE] = ACTIONS(1472), - [anon_sym_DQUOTE] = ACTIONS(1472), - [sym_true] = ACTIONS(1470), - [sym_false] = ACTIONS(1470), - [anon_sym_NULL] = ACTIONS(1470), - [anon_sym_nullptr] = ACTIONS(1470), + [351] = { + [sym_identifier] = ACTIONS(1524), + [aux_sym_preproc_include_token1] = ACTIONS(1524), + [aux_sym_preproc_def_token1] = ACTIONS(1524), + [aux_sym_preproc_if_token1] = ACTIONS(1524), + [aux_sym_preproc_if_token2] = ACTIONS(1524), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1524), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1524), + [sym_preproc_directive] = ACTIONS(1524), + [anon_sym_LPAREN2] = ACTIONS(1526), + [anon_sym_BANG] = ACTIONS(1526), + [anon_sym_TILDE] = ACTIONS(1526), + [anon_sym_DASH] = ACTIONS(1524), + [anon_sym_PLUS] = ACTIONS(1524), + [anon_sym_STAR] = ACTIONS(1526), + [anon_sym_AMP] = ACTIONS(1526), + [anon_sym_subroutine] = ACTIONS(1524), + [anon_sym_invariant] = ACTIONS(1524), + [anon_sym_precise] = ACTIONS(1524), + [anon_sym_SEMI] = ACTIONS(1526), + [anon_sym_in] = ACTIONS(1524), + [anon_sym_out] = ACTIONS(1524), + [anon_sym_inout] = ACTIONS(1524), + [anon_sym_uniform] = ACTIONS(1524), + [anon_sym_shared] = ACTIONS(1524), + [anon_sym_attribute] = ACTIONS(1524), + [anon_sym_varying] = ACTIONS(1524), + [anon_sym_buffer] = ACTIONS(1524), + [anon_sym_coherent] = ACTIONS(1524), + [anon_sym_readonly] = ACTIONS(1524), + [anon_sym_writeonly] = ACTIONS(1524), + [anon_sym_precision] = ACTIONS(1524), + [anon_sym_highp] = ACTIONS(1524), + [anon_sym_mediump] = ACTIONS(1524), + [anon_sym_lowp] = ACTIONS(1524), + [anon_sym_centroid] = ACTIONS(1524), + [anon_sym_sample] = ACTIONS(1524), + [anon_sym_patch] = ACTIONS(1524), + [anon_sym_smooth] = ACTIONS(1524), + [anon_sym_flat] = ACTIONS(1524), + [anon_sym_noperspective] = ACTIONS(1524), + [anon_sym___extension__] = ACTIONS(1524), + [anon_sym_typedef] = ACTIONS(1524), + [anon_sym_extern] = ACTIONS(1524), + [anon_sym___attribute__] = ACTIONS(1524), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1526), + [anon_sym___declspec] = ACTIONS(1524), + [anon_sym___cdecl] = ACTIONS(1524), + [anon_sym___clrcall] = ACTIONS(1524), + [anon_sym___stdcall] = ACTIONS(1524), + [anon_sym___fastcall] = ACTIONS(1524), + [anon_sym___thiscall] = ACTIONS(1524), + [anon_sym___vectorcall] = ACTIONS(1524), + [anon_sym_LBRACE] = ACTIONS(1526), + [anon_sym_signed] = ACTIONS(1524), + [anon_sym_unsigned] = ACTIONS(1524), + [anon_sym_long] = ACTIONS(1524), + [anon_sym_short] = ACTIONS(1524), + [anon_sym_static] = ACTIONS(1524), + [anon_sym_auto] = ACTIONS(1524), + [anon_sym_register] = ACTIONS(1524), + [anon_sym_inline] = ACTIONS(1524), + [anon_sym___inline] = ACTIONS(1524), + [anon_sym___inline__] = ACTIONS(1524), + [anon_sym___forceinline] = ACTIONS(1524), + [anon_sym_thread_local] = ACTIONS(1524), + [anon_sym___thread] = ACTIONS(1524), + [anon_sym_const] = ACTIONS(1524), + [anon_sym_constexpr] = ACTIONS(1524), + [anon_sym_volatile] = ACTIONS(1524), + [anon_sym_restrict] = ACTIONS(1524), + [anon_sym___restrict__] = ACTIONS(1524), + [anon_sym__Atomic] = ACTIONS(1524), + [anon_sym__Noreturn] = ACTIONS(1524), + [anon_sym_noreturn] = ACTIONS(1524), + [sym_primitive_type] = ACTIONS(1524), + [anon_sym_enum] = ACTIONS(1524), + [anon_sym_struct] = ACTIONS(1524), + [anon_sym_union] = ACTIONS(1524), + [anon_sym_if] = ACTIONS(1524), + [anon_sym_switch] = ACTIONS(1524), + [anon_sym_case] = ACTIONS(1524), + [anon_sym_default] = ACTIONS(1524), + [anon_sym_while] = ACTIONS(1524), + [anon_sym_do] = ACTIONS(1524), + [anon_sym_for] = ACTIONS(1524), + [anon_sym_return] = ACTIONS(1524), + [anon_sym_break] = ACTIONS(1524), + [anon_sym_continue] = ACTIONS(1524), + [anon_sym_goto] = ACTIONS(1524), + [anon_sym_DASH_DASH] = ACTIONS(1526), + [anon_sym_PLUS_PLUS] = ACTIONS(1526), + [anon_sym_sizeof] = ACTIONS(1524), + [anon_sym___alignof__] = ACTIONS(1524), + [anon_sym___alignof] = ACTIONS(1524), + [anon_sym__alignof] = ACTIONS(1524), + [anon_sym_alignof] = ACTIONS(1524), + [anon_sym__Alignof] = ACTIONS(1524), + [anon_sym_offsetof] = ACTIONS(1524), + [anon_sym__Generic] = ACTIONS(1524), + [anon_sym_asm] = ACTIONS(1524), + [anon_sym___asm__] = ACTIONS(1524), + [sym_number_literal] = ACTIONS(1526), + [anon_sym_L_SQUOTE] = ACTIONS(1526), + [anon_sym_u_SQUOTE] = ACTIONS(1526), + [anon_sym_U_SQUOTE] = ACTIONS(1526), + [anon_sym_u8_SQUOTE] = ACTIONS(1526), + [anon_sym_SQUOTE] = ACTIONS(1526), + [anon_sym_L_DQUOTE] = ACTIONS(1526), + [anon_sym_u_DQUOTE] = ACTIONS(1526), + [anon_sym_U_DQUOTE] = ACTIONS(1526), + [anon_sym_u8_DQUOTE] = ACTIONS(1526), + [anon_sym_DQUOTE] = ACTIONS(1526), + [sym_true] = ACTIONS(1524), + [sym_false] = ACTIONS(1524), + [anon_sym_NULL] = ACTIONS(1524), + [anon_sym_nullptr] = ACTIONS(1524), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1470), - [anon_sym_rayPayloadInEXT] = ACTIONS(1470), - [anon_sym_hitAttributeEXT] = ACTIONS(1470), - [anon_sym_callableDataEXT] = ACTIONS(1470), - [anon_sym_callableDataInEXT] = ACTIONS(1470), - [anon_sym_shaderRecordEXT] = ACTIONS(1470), - [anon_sym_rayPayloadNV] = ACTIONS(1470), - [anon_sym_rayPayloadInNV] = ACTIONS(1470), - [anon_sym_hitAttributeNV] = ACTIONS(1470), - [anon_sym_callableDataNV] = ACTIONS(1470), - [anon_sym_callableDataInNV] = ACTIONS(1470), - [anon_sym_shaderRecordNV] = ACTIONS(1470), - [anon_sym_layout] = ACTIONS(1470), + [anon_sym_rayPayloadEXT] = ACTIONS(1524), + [anon_sym_rayPayloadInEXT] = ACTIONS(1524), + [anon_sym_hitAttributeEXT] = ACTIONS(1524), + [anon_sym_callableDataEXT] = ACTIONS(1524), + [anon_sym_callableDataInEXT] = ACTIONS(1524), + [anon_sym_shaderRecordEXT] = ACTIONS(1524), + [anon_sym_rayPayloadNV] = ACTIONS(1524), + [anon_sym_rayPayloadInNV] = ACTIONS(1524), + [anon_sym_hitAttributeNV] = ACTIONS(1524), + [anon_sym_callableDataNV] = ACTIONS(1524), + [anon_sym_callableDataInNV] = ACTIONS(1524), + [anon_sym_shaderRecordNV] = ACTIONS(1524), + [anon_sym_layout] = ACTIONS(1524), }, - [353] = { - [sym_identifier] = ACTIONS(1556), - [aux_sym_preproc_include_token1] = ACTIONS(1556), - [aux_sym_preproc_def_token1] = ACTIONS(1556), - [aux_sym_preproc_if_token1] = ACTIONS(1556), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1556), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1556), - [sym_preproc_directive] = ACTIONS(1556), - [anon_sym_LPAREN2] = ACTIONS(1558), - [anon_sym_BANG] = ACTIONS(1558), - [anon_sym_TILDE] = ACTIONS(1558), - [anon_sym_DASH] = ACTIONS(1556), - [anon_sym_PLUS] = ACTIONS(1556), - [anon_sym_STAR] = ACTIONS(1558), - [anon_sym_AMP] = ACTIONS(1558), - [anon_sym_subroutine] = ACTIONS(1556), - [anon_sym_invariant] = ACTIONS(1556), - [anon_sym_precise] = ACTIONS(1556), - [anon_sym_SEMI] = ACTIONS(1558), - [anon_sym_in] = ACTIONS(1556), - [anon_sym_out] = ACTIONS(1556), - [anon_sym_inout] = ACTIONS(1556), - [anon_sym_uniform] = ACTIONS(1556), - [anon_sym_shared] = ACTIONS(1556), - [anon_sym_attribute] = ACTIONS(1556), - [anon_sym_varying] = ACTIONS(1556), - [anon_sym_buffer] = ACTIONS(1556), - [anon_sym_coherent] = ACTIONS(1556), - [anon_sym_readonly] = ACTIONS(1556), - [anon_sym_writeonly] = ACTIONS(1556), - [anon_sym_precision] = ACTIONS(1556), - [anon_sym_highp] = ACTIONS(1556), - [anon_sym_mediump] = ACTIONS(1556), - [anon_sym_lowp] = ACTIONS(1556), - [anon_sym_centroid] = ACTIONS(1556), - [anon_sym_sample] = ACTIONS(1556), - [anon_sym_patch] = ACTIONS(1556), - [anon_sym_smooth] = ACTIONS(1556), - [anon_sym_flat] = ACTIONS(1556), - [anon_sym_noperspective] = ACTIONS(1556), - [anon_sym___extension__] = ACTIONS(1556), - [anon_sym_typedef] = ACTIONS(1556), - [anon_sym_extern] = ACTIONS(1556), - [anon_sym___attribute__] = ACTIONS(1556), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1558), - [anon_sym___declspec] = ACTIONS(1556), - [anon_sym___cdecl] = ACTIONS(1556), - [anon_sym___clrcall] = ACTIONS(1556), - [anon_sym___stdcall] = ACTIONS(1556), - [anon_sym___fastcall] = ACTIONS(1556), - [anon_sym___thiscall] = ACTIONS(1556), - [anon_sym___vectorcall] = ACTIONS(1556), - [anon_sym_LBRACE] = ACTIONS(1558), - [anon_sym_RBRACE] = ACTIONS(1558), - [anon_sym_signed] = ACTIONS(1556), - [anon_sym_unsigned] = ACTIONS(1556), - [anon_sym_long] = ACTIONS(1556), - [anon_sym_short] = ACTIONS(1556), - [anon_sym_static] = ACTIONS(1556), - [anon_sym_auto] = ACTIONS(1556), - [anon_sym_register] = ACTIONS(1556), - [anon_sym_inline] = ACTIONS(1556), - [anon_sym___inline] = ACTIONS(1556), - [anon_sym___inline__] = ACTIONS(1556), - [anon_sym___forceinline] = ACTIONS(1556), - [anon_sym_thread_local] = ACTIONS(1556), - [anon_sym___thread] = ACTIONS(1556), - [anon_sym_const] = ACTIONS(1556), - [anon_sym_constexpr] = ACTIONS(1556), - [anon_sym_volatile] = ACTIONS(1556), - [anon_sym_restrict] = ACTIONS(1556), - [anon_sym___restrict__] = ACTIONS(1556), - [anon_sym__Atomic] = ACTIONS(1556), - [anon_sym__Noreturn] = ACTIONS(1556), - [anon_sym_noreturn] = ACTIONS(1556), - [sym_primitive_type] = ACTIONS(1556), - [anon_sym_enum] = ACTIONS(1556), - [anon_sym_struct] = ACTIONS(1556), - [anon_sym_union] = ACTIONS(1556), - [anon_sym_if] = ACTIONS(1556), - [anon_sym_switch] = ACTIONS(1556), - [anon_sym_case] = ACTIONS(1556), - [anon_sym_default] = ACTIONS(1556), - [anon_sym_while] = ACTIONS(1556), - [anon_sym_do] = ACTIONS(1556), - [anon_sym_for] = ACTIONS(1556), - [anon_sym_return] = ACTIONS(1556), - [anon_sym_break] = ACTIONS(1556), - [anon_sym_continue] = ACTIONS(1556), - [anon_sym_goto] = ACTIONS(1556), - [anon_sym_DASH_DASH] = ACTIONS(1558), - [anon_sym_PLUS_PLUS] = ACTIONS(1558), - [anon_sym_sizeof] = ACTIONS(1556), - [anon_sym___alignof__] = ACTIONS(1556), - [anon_sym___alignof] = ACTIONS(1556), - [anon_sym__alignof] = ACTIONS(1556), - [anon_sym_alignof] = ACTIONS(1556), - [anon_sym__Alignof] = ACTIONS(1556), - [anon_sym_offsetof] = ACTIONS(1556), - [anon_sym__Generic] = ACTIONS(1556), - [anon_sym_asm] = ACTIONS(1556), - [anon_sym___asm__] = ACTIONS(1556), - [sym_number_literal] = ACTIONS(1558), - [anon_sym_L_SQUOTE] = ACTIONS(1558), - [anon_sym_u_SQUOTE] = ACTIONS(1558), - [anon_sym_U_SQUOTE] = ACTIONS(1558), - [anon_sym_u8_SQUOTE] = ACTIONS(1558), - [anon_sym_SQUOTE] = ACTIONS(1558), - [anon_sym_L_DQUOTE] = ACTIONS(1558), - [anon_sym_u_DQUOTE] = ACTIONS(1558), - [anon_sym_U_DQUOTE] = ACTIONS(1558), - [anon_sym_u8_DQUOTE] = ACTIONS(1558), - [anon_sym_DQUOTE] = ACTIONS(1558), - [sym_true] = ACTIONS(1556), - [sym_false] = ACTIONS(1556), - [anon_sym_NULL] = ACTIONS(1556), - [anon_sym_nullptr] = ACTIONS(1556), + [352] = { + [sym_identifier] = ACTIONS(1454), + [aux_sym_preproc_include_token1] = ACTIONS(1454), + [aux_sym_preproc_def_token1] = ACTIONS(1454), + [aux_sym_preproc_if_token1] = ACTIONS(1454), + [aux_sym_preproc_if_token2] = ACTIONS(1454), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1454), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1454), + [sym_preproc_directive] = ACTIONS(1454), + [anon_sym_LPAREN2] = ACTIONS(1456), + [anon_sym_BANG] = ACTIONS(1456), + [anon_sym_TILDE] = ACTIONS(1456), + [anon_sym_DASH] = ACTIONS(1454), + [anon_sym_PLUS] = ACTIONS(1454), + [anon_sym_STAR] = ACTIONS(1456), + [anon_sym_AMP] = ACTIONS(1456), + [anon_sym_subroutine] = ACTIONS(1454), + [anon_sym_invariant] = ACTIONS(1454), + [anon_sym_precise] = ACTIONS(1454), + [anon_sym_SEMI] = ACTIONS(1456), + [anon_sym_in] = ACTIONS(1454), + [anon_sym_out] = ACTIONS(1454), + [anon_sym_inout] = ACTIONS(1454), + [anon_sym_uniform] = ACTIONS(1454), + [anon_sym_shared] = ACTIONS(1454), + [anon_sym_attribute] = ACTIONS(1454), + [anon_sym_varying] = ACTIONS(1454), + [anon_sym_buffer] = ACTIONS(1454), + [anon_sym_coherent] = ACTIONS(1454), + [anon_sym_readonly] = ACTIONS(1454), + [anon_sym_writeonly] = ACTIONS(1454), + [anon_sym_precision] = ACTIONS(1454), + [anon_sym_highp] = ACTIONS(1454), + [anon_sym_mediump] = ACTIONS(1454), + [anon_sym_lowp] = ACTIONS(1454), + [anon_sym_centroid] = ACTIONS(1454), + [anon_sym_sample] = ACTIONS(1454), + [anon_sym_patch] = ACTIONS(1454), + [anon_sym_smooth] = ACTIONS(1454), + [anon_sym_flat] = ACTIONS(1454), + [anon_sym_noperspective] = ACTIONS(1454), + [anon_sym___extension__] = ACTIONS(1454), + [anon_sym_typedef] = ACTIONS(1454), + [anon_sym_extern] = ACTIONS(1454), + [anon_sym___attribute__] = ACTIONS(1454), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1456), + [anon_sym___declspec] = ACTIONS(1454), + [anon_sym___cdecl] = ACTIONS(1454), + [anon_sym___clrcall] = ACTIONS(1454), + [anon_sym___stdcall] = ACTIONS(1454), + [anon_sym___fastcall] = ACTIONS(1454), + [anon_sym___thiscall] = ACTIONS(1454), + [anon_sym___vectorcall] = ACTIONS(1454), + [anon_sym_LBRACE] = ACTIONS(1456), + [anon_sym_signed] = ACTIONS(1454), + [anon_sym_unsigned] = ACTIONS(1454), + [anon_sym_long] = ACTIONS(1454), + [anon_sym_short] = ACTIONS(1454), + [anon_sym_static] = ACTIONS(1454), + [anon_sym_auto] = ACTIONS(1454), + [anon_sym_register] = ACTIONS(1454), + [anon_sym_inline] = ACTIONS(1454), + [anon_sym___inline] = ACTIONS(1454), + [anon_sym___inline__] = ACTIONS(1454), + [anon_sym___forceinline] = ACTIONS(1454), + [anon_sym_thread_local] = ACTIONS(1454), + [anon_sym___thread] = ACTIONS(1454), + [anon_sym_const] = ACTIONS(1454), + [anon_sym_constexpr] = ACTIONS(1454), + [anon_sym_volatile] = ACTIONS(1454), + [anon_sym_restrict] = ACTIONS(1454), + [anon_sym___restrict__] = ACTIONS(1454), + [anon_sym__Atomic] = ACTIONS(1454), + [anon_sym__Noreturn] = ACTIONS(1454), + [anon_sym_noreturn] = ACTIONS(1454), + [sym_primitive_type] = ACTIONS(1454), + [anon_sym_enum] = ACTIONS(1454), + [anon_sym_struct] = ACTIONS(1454), + [anon_sym_union] = ACTIONS(1454), + [anon_sym_if] = ACTIONS(1454), + [anon_sym_switch] = ACTIONS(1454), + [anon_sym_case] = ACTIONS(1454), + [anon_sym_default] = ACTIONS(1454), + [anon_sym_while] = ACTIONS(1454), + [anon_sym_do] = ACTIONS(1454), + [anon_sym_for] = ACTIONS(1454), + [anon_sym_return] = ACTIONS(1454), + [anon_sym_break] = ACTIONS(1454), + [anon_sym_continue] = ACTIONS(1454), + [anon_sym_goto] = ACTIONS(1454), + [anon_sym_DASH_DASH] = ACTIONS(1456), + [anon_sym_PLUS_PLUS] = ACTIONS(1456), + [anon_sym_sizeof] = ACTIONS(1454), + [anon_sym___alignof__] = ACTIONS(1454), + [anon_sym___alignof] = ACTIONS(1454), + [anon_sym__alignof] = ACTIONS(1454), + [anon_sym_alignof] = ACTIONS(1454), + [anon_sym__Alignof] = ACTIONS(1454), + [anon_sym_offsetof] = ACTIONS(1454), + [anon_sym__Generic] = ACTIONS(1454), + [anon_sym_asm] = ACTIONS(1454), + [anon_sym___asm__] = ACTIONS(1454), + [sym_number_literal] = ACTIONS(1456), + [anon_sym_L_SQUOTE] = ACTIONS(1456), + [anon_sym_u_SQUOTE] = ACTIONS(1456), + [anon_sym_U_SQUOTE] = ACTIONS(1456), + [anon_sym_u8_SQUOTE] = ACTIONS(1456), + [anon_sym_SQUOTE] = ACTIONS(1456), + [anon_sym_L_DQUOTE] = ACTIONS(1456), + [anon_sym_u_DQUOTE] = ACTIONS(1456), + [anon_sym_U_DQUOTE] = ACTIONS(1456), + [anon_sym_u8_DQUOTE] = ACTIONS(1456), + [anon_sym_DQUOTE] = ACTIONS(1456), + [sym_true] = ACTIONS(1454), + [sym_false] = ACTIONS(1454), + [anon_sym_NULL] = ACTIONS(1454), + [anon_sym_nullptr] = ACTIONS(1454), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1556), - [anon_sym_rayPayloadInEXT] = ACTIONS(1556), - [anon_sym_hitAttributeEXT] = ACTIONS(1556), - [anon_sym_callableDataEXT] = ACTIONS(1556), - [anon_sym_callableDataInEXT] = ACTIONS(1556), - [anon_sym_shaderRecordEXT] = ACTIONS(1556), - [anon_sym_rayPayloadNV] = ACTIONS(1556), - [anon_sym_rayPayloadInNV] = ACTIONS(1556), - [anon_sym_hitAttributeNV] = ACTIONS(1556), - [anon_sym_callableDataNV] = ACTIONS(1556), - [anon_sym_callableDataInNV] = ACTIONS(1556), - [anon_sym_shaderRecordNV] = ACTIONS(1556), - [anon_sym_layout] = ACTIONS(1556), + [anon_sym_rayPayloadEXT] = ACTIONS(1454), + [anon_sym_rayPayloadInEXT] = ACTIONS(1454), + [anon_sym_hitAttributeEXT] = ACTIONS(1454), + [anon_sym_callableDataEXT] = ACTIONS(1454), + [anon_sym_callableDataInEXT] = ACTIONS(1454), + [anon_sym_shaderRecordEXT] = ACTIONS(1454), + [anon_sym_rayPayloadNV] = ACTIONS(1454), + [anon_sym_rayPayloadInNV] = ACTIONS(1454), + [anon_sym_hitAttributeNV] = ACTIONS(1454), + [anon_sym_callableDataNV] = ACTIONS(1454), + [anon_sym_callableDataInNV] = ACTIONS(1454), + [anon_sym_shaderRecordNV] = ACTIONS(1454), + [anon_sym_layout] = ACTIONS(1454), }, - [354] = { + [353] = { [sym_identifier] = ACTIONS(1556), [aux_sym_preproc_include_token1] = ACTIONS(1556), [aux_sym_preproc_def_token1] = ACTIONS(1556), @@ -69360,21 +69223,681 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1556), [anon_sym_nullptr] = ACTIONS(1556), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1556), - [anon_sym_rayPayloadInEXT] = ACTIONS(1556), - [anon_sym_hitAttributeEXT] = ACTIONS(1556), - [anon_sym_callableDataEXT] = ACTIONS(1556), - [anon_sym_callableDataInEXT] = ACTIONS(1556), - [anon_sym_shaderRecordEXT] = ACTIONS(1556), - [anon_sym_rayPayloadNV] = ACTIONS(1556), - [anon_sym_rayPayloadInNV] = ACTIONS(1556), - [anon_sym_hitAttributeNV] = ACTIONS(1556), - [anon_sym_callableDataNV] = ACTIONS(1556), - [anon_sym_callableDataInNV] = ACTIONS(1556), - [anon_sym_shaderRecordNV] = ACTIONS(1556), - [anon_sym_layout] = ACTIONS(1556), + [anon_sym_rayPayloadEXT] = ACTIONS(1556), + [anon_sym_rayPayloadInEXT] = ACTIONS(1556), + [anon_sym_hitAttributeEXT] = ACTIONS(1556), + [anon_sym_callableDataEXT] = ACTIONS(1556), + [anon_sym_callableDataInEXT] = ACTIONS(1556), + [anon_sym_shaderRecordEXT] = ACTIONS(1556), + [anon_sym_rayPayloadNV] = ACTIONS(1556), + [anon_sym_rayPayloadInNV] = ACTIONS(1556), + [anon_sym_hitAttributeNV] = ACTIONS(1556), + [anon_sym_callableDataNV] = ACTIONS(1556), + [anon_sym_callableDataInNV] = ACTIONS(1556), + [anon_sym_shaderRecordNV] = ACTIONS(1556), + [anon_sym_layout] = ACTIONS(1556), + }, + [354] = { + [sym_identifier] = ACTIONS(1532), + [aux_sym_preproc_include_token1] = ACTIONS(1532), + [aux_sym_preproc_def_token1] = ACTIONS(1532), + [aux_sym_preproc_if_token1] = ACTIONS(1532), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1532), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1532), + [sym_preproc_directive] = ACTIONS(1532), + [anon_sym_LPAREN2] = ACTIONS(1534), + [anon_sym_BANG] = ACTIONS(1534), + [anon_sym_TILDE] = ACTIONS(1534), + [anon_sym_DASH] = ACTIONS(1532), + [anon_sym_PLUS] = ACTIONS(1532), + [anon_sym_STAR] = ACTIONS(1534), + [anon_sym_AMP] = ACTIONS(1534), + [anon_sym_subroutine] = ACTIONS(1532), + [anon_sym_invariant] = ACTIONS(1532), + [anon_sym_precise] = ACTIONS(1532), + [anon_sym_SEMI] = ACTIONS(1534), + [anon_sym_in] = ACTIONS(1532), + [anon_sym_out] = ACTIONS(1532), + [anon_sym_inout] = ACTIONS(1532), + [anon_sym_uniform] = ACTIONS(1532), + [anon_sym_shared] = ACTIONS(1532), + [anon_sym_attribute] = ACTIONS(1532), + [anon_sym_varying] = ACTIONS(1532), + [anon_sym_buffer] = ACTIONS(1532), + [anon_sym_coherent] = ACTIONS(1532), + [anon_sym_readonly] = ACTIONS(1532), + [anon_sym_writeonly] = ACTIONS(1532), + [anon_sym_precision] = ACTIONS(1532), + [anon_sym_highp] = ACTIONS(1532), + [anon_sym_mediump] = ACTIONS(1532), + [anon_sym_lowp] = ACTIONS(1532), + [anon_sym_centroid] = ACTIONS(1532), + [anon_sym_sample] = ACTIONS(1532), + [anon_sym_patch] = ACTIONS(1532), + [anon_sym_smooth] = ACTIONS(1532), + [anon_sym_flat] = ACTIONS(1532), + [anon_sym_noperspective] = ACTIONS(1532), + [anon_sym___extension__] = ACTIONS(1532), + [anon_sym_typedef] = ACTIONS(1532), + [anon_sym_extern] = ACTIONS(1532), + [anon_sym___attribute__] = ACTIONS(1532), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1534), + [anon_sym___declspec] = ACTIONS(1532), + [anon_sym___cdecl] = ACTIONS(1532), + [anon_sym___clrcall] = ACTIONS(1532), + [anon_sym___stdcall] = ACTIONS(1532), + [anon_sym___fastcall] = ACTIONS(1532), + [anon_sym___thiscall] = ACTIONS(1532), + [anon_sym___vectorcall] = ACTIONS(1532), + [anon_sym_LBRACE] = ACTIONS(1534), + [anon_sym_RBRACE] = ACTIONS(1534), + [anon_sym_signed] = ACTIONS(1532), + [anon_sym_unsigned] = ACTIONS(1532), + [anon_sym_long] = ACTIONS(1532), + [anon_sym_short] = ACTIONS(1532), + [anon_sym_static] = ACTIONS(1532), + [anon_sym_auto] = ACTIONS(1532), + [anon_sym_register] = ACTIONS(1532), + [anon_sym_inline] = ACTIONS(1532), + [anon_sym___inline] = ACTIONS(1532), + [anon_sym___inline__] = ACTIONS(1532), + [anon_sym___forceinline] = ACTIONS(1532), + [anon_sym_thread_local] = ACTIONS(1532), + [anon_sym___thread] = ACTIONS(1532), + [anon_sym_const] = ACTIONS(1532), + [anon_sym_constexpr] = ACTIONS(1532), + [anon_sym_volatile] = ACTIONS(1532), + [anon_sym_restrict] = ACTIONS(1532), + [anon_sym___restrict__] = ACTIONS(1532), + [anon_sym__Atomic] = ACTIONS(1532), + [anon_sym__Noreturn] = ACTIONS(1532), + [anon_sym_noreturn] = ACTIONS(1532), + [sym_primitive_type] = ACTIONS(1532), + [anon_sym_enum] = ACTIONS(1532), + [anon_sym_struct] = ACTIONS(1532), + [anon_sym_union] = ACTIONS(1532), + [anon_sym_if] = ACTIONS(1532), + [anon_sym_switch] = ACTIONS(1532), + [anon_sym_case] = ACTIONS(1532), + [anon_sym_default] = ACTIONS(1532), + [anon_sym_while] = ACTIONS(1532), + [anon_sym_do] = ACTIONS(1532), + [anon_sym_for] = ACTIONS(1532), + [anon_sym_return] = ACTIONS(1532), + [anon_sym_break] = ACTIONS(1532), + [anon_sym_continue] = ACTIONS(1532), + [anon_sym_goto] = ACTIONS(1532), + [anon_sym_DASH_DASH] = ACTIONS(1534), + [anon_sym_PLUS_PLUS] = ACTIONS(1534), + [anon_sym_sizeof] = ACTIONS(1532), + [anon_sym___alignof__] = ACTIONS(1532), + [anon_sym___alignof] = ACTIONS(1532), + [anon_sym__alignof] = ACTIONS(1532), + [anon_sym_alignof] = ACTIONS(1532), + [anon_sym__Alignof] = ACTIONS(1532), + [anon_sym_offsetof] = ACTIONS(1532), + [anon_sym__Generic] = ACTIONS(1532), + [anon_sym_asm] = ACTIONS(1532), + [anon_sym___asm__] = ACTIONS(1532), + [sym_number_literal] = ACTIONS(1534), + [anon_sym_L_SQUOTE] = ACTIONS(1534), + [anon_sym_u_SQUOTE] = ACTIONS(1534), + [anon_sym_U_SQUOTE] = ACTIONS(1534), + [anon_sym_u8_SQUOTE] = ACTIONS(1534), + [anon_sym_SQUOTE] = ACTIONS(1534), + [anon_sym_L_DQUOTE] = ACTIONS(1534), + [anon_sym_u_DQUOTE] = ACTIONS(1534), + [anon_sym_U_DQUOTE] = ACTIONS(1534), + [anon_sym_u8_DQUOTE] = ACTIONS(1534), + [anon_sym_DQUOTE] = ACTIONS(1534), + [sym_true] = ACTIONS(1532), + [sym_false] = ACTIONS(1532), + [anon_sym_NULL] = ACTIONS(1532), + [anon_sym_nullptr] = ACTIONS(1532), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1532), + [anon_sym_rayPayloadInEXT] = ACTIONS(1532), + [anon_sym_hitAttributeEXT] = ACTIONS(1532), + [anon_sym_callableDataEXT] = ACTIONS(1532), + [anon_sym_callableDataInEXT] = ACTIONS(1532), + [anon_sym_shaderRecordEXT] = ACTIONS(1532), + [anon_sym_rayPayloadNV] = ACTIONS(1532), + [anon_sym_rayPayloadInNV] = ACTIONS(1532), + [anon_sym_hitAttributeNV] = ACTIONS(1532), + [anon_sym_callableDataNV] = ACTIONS(1532), + [anon_sym_callableDataInNV] = ACTIONS(1532), + [anon_sym_shaderRecordNV] = ACTIONS(1532), + [anon_sym_layout] = ACTIONS(1532), + }, + [355] = { + [sym_identifier] = ACTIONS(1486), + [aux_sym_preproc_include_token1] = ACTIONS(1486), + [aux_sym_preproc_def_token1] = ACTIONS(1486), + [aux_sym_preproc_if_token1] = ACTIONS(1486), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1486), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1486), + [sym_preproc_directive] = ACTIONS(1486), + [anon_sym_LPAREN2] = ACTIONS(1488), + [anon_sym_BANG] = ACTIONS(1488), + [anon_sym_TILDE] = ACTIONS(1488), + [anon_sym_DASH] = ACTIONS(1486), + [anon_sym_PLUS] = ACTIONS(1486), + [anon_sym_STAR] = ACTIONS(1488), + [anon_sym_AMP] = ACTIONS(1488), + [anon_sym_subroutine] = ACTIONS(1486), + [anon_sym_invariant] = ACTIONS(1486), + [anon_sym_precise] = ACTIONS(1486), + [anon_sym_SEMI] = ACTIONS(1488), + [anon_sym_in] = ACTIONS(1486), + [anon_sym_out] = ACTIONS(1486), + [anon_sym_inout] = ACTIONS(1486), + [anon_sym_uniform] = ACTIONS(1486), + [anon_sym_shared] = ACTIONS(1486), + [anon_sym_attribute] = ACTIONS(1486), + [anon_sym_varying] = ACTIONS(1486), + [anon_sym_buffer] = ACTIONS(1486), + [anon_sym_coherent] = ACTIONS(1486), + [anon_sym_readonly] = ACTIONS(1486), + [anon_sym_writeonly] = ACTIONS(1486), + [anon_sym_precision] = ACTIONS(1486), + [anon_sym_highp] = ACTIONS(1486), + [anon_sym_mediump] = ACTIONS(1486), + [anon_sym_lowp] = ACTIONS(1486), + [anon_sym_centroid] = ACTIONS(1486), + [anon_sym_sample] = ACTIONS(1486), + [anon_sym_patch] = ACTIONS(1486), + [anon_sym_smooth] = ACTIONS(1486), + [anon_sym_flat] = ACTIONS(1486), + [anon_sym_noperspective] = ACTIONS(1486), + [anon_sym___extension__] = ACTIONS(1486), + [anon_sym_typedef] = ACTIONS(1486), + [anon_sym_extern] = ACTIONS(1486), + [anon_sym___attribute__] = ACTIONS(1486), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1488), + [anon_sym___declspec] = ACTIONS(1486), + [anon_sym___cdecl] = ACTIONS(1486), + [anon_sym___clrcall] = ACTIONS(1486), + [anon_sym___stdcall] = ACTIONS(1486), + [anon_sym___fastcall] = ACTIONS(1486), + [anon_sym___thiscall] = ACTIONS(1486), + [anon_sym___vectorcall] = ACTIONS(1486), + [anon_sym_LBRACE] = ACTIONS(1488), + [anon_sym_RBRACE] = ACTIONS(1488), + [anon_sym_signed] = ACTIONS(1486), + [anon_sym_unsigned] = ACTIONS(1486), + [anon_sym_long] = ACTIONS(1486), + [anon_sym_short] = ACTIONS(1486), + [anon_sym_static] = ACTIONS(1486), + [anon_sym_auto] = ACTIONS(1486), + [anon_sym_register] = ACTIONS(1486), + [anon_sym_inline] = ACTIONS(1486), + [anon_sym___inline] = ACTIONS(1486), + [anon_sym___inline__] = ACTIONS(1486), + [anon_sym___forceinline] = ACTIONS(1486), + [anon_sym_thread_local] = ACTIONS(1486), + [anon_sym___thread] = ACTIONS(1486), + [anon_sym_const] = ACTIONS(1486), + [anon_sym_constexpr] = ACTIONS(1486), + [anon_sym_volatile] = ACTIONS(1486), + [anon_sym_restrict] = ACTIONS(1486), + [anon_sym___restrict__] = ACTIONS(1486), + [anon_sym__Atomic] = ACTIONS(1486), + [anon_sym__Noreturn] = ACTIONS(1486), + [anon_sym_noreturn] = ACTIONS(1486), + [sym_primitive_type] = ACTIONS(1486), + [anon_sym_enum] = ACTIONS(1486), + [anon_sym_struct] = ACTIONS(1486), + [anon_sym_union] = ACTIONS(1486), + [anon_sym_if] = ACTIONS(1486), + [anon_sym_switch] = ACTIONS(1486), + [anon_sym_case] = ACTIONS(1486), + [anon_sym_default] = ACTIONS(1486), + [anon_sym_while] = ACTIONS(1486), + [anon_sym_do] = ACTIONS(1486), + [anon_sym_for] = ACTIONS(1486), + [anon_sym_return] = ACTIONS(1486), + [anon_sym_break] = ACTIONS(1486), + [anon_sym_continue] = ACTIONS(1486), + [anon_sym_goto] = ACTIONS(1486), + [anon_sym_DASH_DASH] = ACTIONS(1488), + [anon_sym_PLUS_PLUS] = ACTIONS(1488), + [anon_sym_sizeof] = ACTIONS(1486), + [anon_sym___alignof__] = ACTIONS(1486), + [anon_sym___alignof] = ACTIONS(1486), + [anon_sym__alignof] = ACTIONS(1486), + [anon_sym_alignof] = ACTIONS(1486), + [anon_sym__Alignof] = ACTIONS(1486), + [anon_sym_offsetof] = ACTIONS(1486), + [anon_sym__Generic] = ACTIONS(1486), + [anon_sym_asm] = ACTIONS(1486), + [anon_sym___asm__] = ACTIONS(1486), + [sym_number_literal] = ACTIONS(1488), + [anon_sym_L_SQUOTE] = ACTIONS(1488), + [anon_sym_u_SQUOTE] = ACTIONS(1488), + [anon_sym_U_SQUOTE] = ACTIONS(1488), + [anon_sym_u8_SQUOTE] = ACTIONS(1488), + [anon_sym_SQUOTE] = ACTIONS(1488), + [anon_sym_L_DQUOTE] = ACTIONS(1488), + [anon_sym_u_DQUOTE] = ACTIONS(1488), + [anon_sym_U_DQUOTE] = ACTIONS(1488), + [anon_sym_u8_DQUOTE] = ACTIONS(1488), + [anon_sym_DQUOTE] = ACTIONS(1488), + [sym_true] = ACTIONS(1486), + [sym_false] = ACTIONS(1486), + [anon_sym_NULL] = ACTIONS(1486), + [anon_sym_nullptr] = ACTIONS(1486), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1486), + [anon_sym_rayPayloadInEXT] = ACTIONS(1486), + [anon_sym_hitAttributeEXT] = ACTIONS(1486), + [anon_sym_callableDataEXT] = ACTIONS(1486), + [anon_sym_callableDataInEXT] = ACTIONS(1486), + [anon_sym_shaderRecordEXT] = ACTIONS(1486), + [anon_sym_rayPayloadNV] = ACTIONS(1486), + [anon_sym_rayPayloadInNV] = ACTIONS(1486), + [anon_sym_hitAttributeNV] = ACTIONS(1486), + [anon_sym_callableDataNV] = ACTIONS(1486), + [anon_sym_callableDataInNV] = ACTIONS(1486), + [anon_sym_shaderRecordNV] = ACTIONS(1486), + [anon_sym_layout] = ACTIONS(1486), + }, + [356] = { + [sym_identifier] = ACTIONS(1486), + [aux_sym_preproc_include_token1] = ACTIONS(1486), + [aux_sym_preproc_def_token1] = ACTIONS(1486), + [aux_sym_preproc_if_token1] = ACTIONS(1486), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1486), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1486), + [sym_preproc_directive] = ACTIONS(1486), + [anon_sym_LPAREN2] = ACTIONS(1488), + [anon_sym_BANG] = ACTIONS(1488), + [anon_sym_TILDE] = ACTIONS(1488), + [anon_sym_DASH] = ACTIONS(1486), + [anon_sym_PLUS] = ACTIONS(1486), + [anon_sym_STAR] = ACTIONS(1488), + [anon_sym_AMP] = ACTIONS(1488), + [anon_sym_subroutine] = ACTIONS(1486), + [anon_sym_invariant] = ACTIONS(1486), + [anon_sym_precise] = ACTIONS(1486), + [anon_sym_SEMI] = ACTIONS(1488), + [anon_sym_in] = ACTIONS(1486), + [anon_sym_out] = ACTIONS(1486), + [anon_sym_inout] = ACTIONS(1486), + [anon_sym_uniform] = ACTIONS(1486), + [anon_sym_shared] = ACTIONS(1486), + [anon_sym_attribute] = ACTIONS(1486), + [anon_sym_varying] = ACTIONS(1486), + [anon_sym_buffer] = ACTIONS(1486), + [anon_sym_coherent] = ACTIONS(1486), + [anon_sym_readonly] = ACTIONS(1486), + [anon_sym_writeonly] = ACTIONS(1486), + [anon_sym_precision] = ACTIONS(1486), + [anon_sym_highp] = ACTIONS(1486), + [anon_sym_mediump] = ACTIONS(1486), + [anon_sym_lowp] = ACTIONS(1486), + [anon_sym_centroid] = ACTIONS(1486), + [anon_sym_sample] = ACTIONS(1486), + [anon_sym_patch] = ACTIONS(1486), + [anon_sym_smooth] = ACTIONS(1486), + [anon_sym_flat] = ACTIONS(1486), + [anon_sym_noperspective] = ACTIONS(1486), + [anon_sym___extension__] = ACTIONS(1486), + [anon_sym_typedef] = ACTIONS(1486), + [anon_sym_extern] = ACTIONS(1486), + [anon_sym___attribute__] = ACTIONS(1486), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1488), + [anon_sym___declspec] = ACTIONS(1486), + [anon_sym___cdecl] = ACTIONS(1486), + [anon_sym___clrcall] = ACTIONS(1486), + [anon_sym___stdcall] = ACTIONS(1486), + [anon_sym___fastcall] = ACTIONS(1486), + [anon_sym___thiscall] = ACTIONS(1486), + [anon_sym___vectorcall] = ACTIONS(1486), + [anon_sym_LBRACE] = ACTIONS(1488), + [anon_sym_RBRACE] = ACTIONS(1488), + [anon_sym_signed] = ACTIONS(1486), + [anon_sym_unsigned] = ACTIONS(1486), + [anon_sym_long] = ACTIONS(1486), + [anon_sym_short] = ACTIONS(1486), + [anon_sym_static] = ACTIONS(1486), + [anon_sym_auto] = ACTIONS(1486), + [anon_sym_register] = ACTIONS(1486), + [anon_sym_inline] = ACTIONS(1486), + [anon_sym___inline] = ACTIONS(1486), + [anon_sym___inline__] = ACTIONS(1486), + [anon_sym___forceinline] = ACTIONS(1486), + [anon_sym_thread_local] = ACTIONS(1486), + [anon_sym___thread] = ACTIONS(1486), + [anon_sym_const] = ACTIONS(1486), + [anon_sym_constexpr] = ACTIONS(1486), + [anon_sym_volatile] = ACTIONS(1486), + [anon_sym_restrict] = ACTIONS(1486), + [anon_sym___restrict__] = ACTIONS(1486), + [anon_sym__Atomic] = ACTIONS(1486), + [anon_sym__Noreturn] = ACTIONS(1486), + [anon_sym_noreturn] = ACTIONS(1486), + [sym_primitive_type] = ACTIONS(1486), + [anon_sym_enum] = ACTIONS(1486), + [anon_sym_struct] = ACTIONS(1486), + [anon_sym_union] = ACTIONS(1486), + [anon_sym_if] = ACTIONS(1486), + [anon_sym_switch] = ACTIONS(1486), + [anon_sym_case] = ACTIONS(1486), + [anon_sym_default] = ACTIONS(1486), + [anon_sym_while] = ACTIONS(1486), + [anon_sym_do] = ACTIONS(1486), + [anon_sym_for] = ACTIONS(1486), + [anon_sym_return] = ACTIONS(1486), + [anon_sym_break] = ACTIONS(1486), + [anon_sym_continue] = ACTIONS(1486), + [anon_sym_goto] = ACTIONS(1486), + [anon_sym_DASH_DASH] = ACTIONS(1488), + [anon_sym_PLUS_PLUS] = ACTIONS(1488), + [anon_sym_sizeof] = ACTIONS(1486), + [anon_sym___alignof__] = ACTIONS(1486), + [anon_sym___alignof] = ACTIONS(1486), + [anon_sym__alignof] = ACTIONS(1486), + [anon_sym_alignof] = ACTIONS(1486), + [anon_sym__Alignof] = ACTIONS(1486), + [anon_sym_offsetof] = ACTIONS(1486), + [anon_sym__Generic] = ACTIONS(1486), + [anon_sym_asm] = ACTIONS(1486), + [anon_sym___asm__] = ACTIONS(1486), + [sym_number_literal] = ACTIONS(1488), + [anon_sym_L_SQUOTE] = ACTIONS(1488), + [anon_sym_u_SQUOTE] = ACTIONS(1488), + [anon_sym_U_SQUOTE] = ACTIONS(1488), + [anon_sym_u8_SQUOTE] = ACTIONS(1488), + [anon_sym_SQUOTE] = ACTIONS(1488), + [anon_sym_L_DQUOTE] = ACTIONS(1488), + [anon_sym_u_DQUOTE] = ACTIONS(1488), + [anon_sym_U_DQUOTE] = ACTIONS(1488), + [anon_sym_u8_DQUOTE] = ACTIONS(1488), + [anon_sym_DQUOTE] = ACTIONS(1488), + [sym_true] = ACTIONS(1486), + [sym_false] = ACTIONS(1486), + [anon_sym_NULL] = ACTIONS(1486), + [anon_sym_nullptr] = ACTIONS(1486), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1486), + [anon_sym_rayPayloadInEXT] = ACTIONS(1486), + [anon_sym_hitAttributeEXT] = ACTIONS(1486), + [anon_sym_callableDataEXT] = ACTIONS(1486), + [anon_sym_callableDataInEXT] = ACTIONS(1486), + [anon_sym_shaderRecordEXT] = ACTIONS(1486), + [anon_sym_rayPayloadNV] = ACTIONS(1486), + [anon_sym_rayPayloadInNV] = ACTIONS(1486), + [anon_sym_hitAttributeNV] = ACTIONS(1486), + [anon_sym_callableDataNV] = ACTIONS(1486), + [anon_sym_callableDataInNV] = ACTIONS(1486), + [anon_sym_shaderRecordNV] = ACTIONS(1486), + [anon_sym_layout] = ACTIONS(1486), + }, + [357] = { + [sym_identifier] = ACTIONS(1486), + [aux_sym_preproc_include_token1] = ACTIONS(1486), + [aux_sym_preproc_def_token1] = ACTIONS(1486), + [aux_sym_preproc_if_token1] = ACTIONS(1486), + [aux_sym_preproc_if_token2] = ACTIONS(1486), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1486), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1486), + [sym_preproc_directive] = ACTIONS(1486), + [anon_sym_LPAREN2] = ACTIONS(1488), + [anon_sym_BANG] = ACTIONS(1488), + [anon_sym_TILDE] = ACTIONS(1488), + [anon_sym_DASH] = ACTIONS(1486), + [anon_sym_PLUS] = ACTIONS(1486), + [anon_sym_STAR] = ACTIONS(1488), + [anon_sym_AMP] = ACTIONS(1488), + [anon_sym_subroutine] = ACTIONS(1486), + [anon_sym_invariant] = ACTIONS(1486), + [anon_sym_precise] = ACTIONS(1486), + [anon_sym_SEMI] = ACTIONS(1488), + [anon_sym_in] = ACTIONS(1486), + [anon_sym_out] = ACTIONS(1486), + [anon_sym_inout] = ACTIONS(1486), + [anon_sym_uniform] = ACTIONS(1486), + [anon_sym_shared] = ACTIONS(1486), + [anon_sym_attribute] = ACTIONS(1486), + [anon_sym_varying] = ACTIONS(1486), + [anon_sym_buffer] = ACTIONS(1486), + [anon_sym_coherent] = ACTIONS(1486), + [anon_sym_readonly] = ACTIONS(1486), + [anon_sym_writeonly] = ACTIONS(1486), + [anon_sym_precision] = ACTIONS(1486), + [anon_sym_highp] = ACTIONS(1486), + [anon_sym_mediump] = ACTIONS(1486), + [anon_sym_lowp] = ACTIONS(1486), + [anon_sym_centroid] = ACTIONS(1486), + [anon_sym_sample] = ACTIONS(1486), + [anon_sym_patch] = ACTIONS(1486), + [anon_sym_smooth] = ACTIONS(1486), + [anon_sym_flat] = ACTIONS(1486), + [anon_sym_noperspective] = ACTIONS(1486), + [anon_sym___extension__] = ACTIONS(1486), + [anon_sym_typedef] = ACTIONS(1486), + [anon_sym_extern] = ACTIONS(1486), + [anon_sym___attribute__] = ACTIONS(1486), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1488), + [anon_sym___declspec] = ACTIONS(1486), + [anon_sym___cdecl] = ACTIONS(1486), + [anon_sym___clrcall] = ACTIONS(1486), + [anon_sym___stdcall] = ACTIONS(1486), + [anon_sym___fastcall] = ACTIONS(1486), + [anon_sym___thiscall] = ACTIONS(1486), + [anon_sym___vectorcall] = ACTIONS(1486), + [anon_sym_LBRACE] = ACTIONS(1488), + [anon_sym_signed] = ACTIONS(1486), + [anon_sym_unsigned] = ACTIONS(1486), + [anon_sym_long] = ACTIONS(1486), + [anon_sym_short] = ACTIONS(1486), + [anon_sym_static] = ACTIONS(1486), + [anon_sym_auto] = ACTIONS(1486), + [anon_sym_register] = ACTIONS(1486), + [anon_sym_inline] = ACTIONS(1486), + [anon_sym___inline] = ACTIONS(1486), + [anon_sym___inline__] = ACTIONS(1486), + [anon_sym___forceinline] = ACTIONS(1486), + [anon_sym_thread_local] = ACTIONS(1486), + [anon_sym___thread] = ACTIONS(1486), + [anon_sym_const] = ACTIONS(1486), + [anon_sym_constexpr] = ACTIONS(1486), + [anon_sym_volatile] = ACTIONS(1486), + [anon_sym_restrict] = ACTIONS(1486), + [anon_sym___restrict__] = ACTIONS(1486), + [anon_sym__Atomic] = ACTIONS(1486), + [anon_sym__Noreturn] = ACTIONS(1486), + [anon_sym_noreturn] = ACTIONS(1486), + [sym_primitive_type] = ACTIONS(1486), + [anon_sym_enum] = ACTIONS(1486), + [anon_sym_struct] = ACTIONS(1486), + [anon_sym_union] = ACTIONS(1486), + [anon_sym_if] = ACTIONS(1486), + [anon_sym_switch] = ACTIONS(1486), + [anon_sym_case] = ACTIONS(1486), + [anon_sym_default] = ACTIONS(1486), + [anon_sym_while] = ACTIONS(1486), + [anon_sym_do] = ACTIONS(1486), + [anon_sym_for] = ACTIONS(1486), + [anon_sym_return] = ACTIONS(1486), + [anon_sym_break] = ACTIONS(1486), + [anon_sym_continue] = ACTIONS(1486), + [anon_sym_goto] = ACTIONS(1486), + [anon_sym_DASH_DASH] = ACTIONS(1488), + [anon_sym_PLUS_PLUS] = ACTIONS(1488), + [anon_sym_sizeof] = ACTIONS(1486), + [anon_sym___alignof__] = ACTIONS(1486), + [anon_sym___alignof] = ACTIONS(1486), + [anon_sym__alignof] = ACTIONS(1486), + [anon_sym_alignof] = ACTIONS(1486), + [anon_sym__Alignof] = ACTIONS(1486), + [anon_sym_offsetof] = ACTIONS(1486), + [anon_sym__Generic] = ACTIONS(1486), + [anon_sym_asm] = ACTIONS(1486), + [anon_sym___asm__] = ACTIONS(1486), + [sym_number_literal] = ACTIONS(1488), + [anon_sym_L_SQUOTE] = ACTIONS(1488), + [anon_sym_u_SQUOTE] = ACTIONS(1488), + [anon_sym_U_SQUOTE] = ACTIONS(1488), + [anon_sym_u8_SQUOTE] = ACTIONS(1488), + [anon_sym_SQUOTE] = ACTIONS(1488), + [anon_sym_L_DQUOTE] = ACTIONS(1488), + [anon_sym_u_DQUOTE] = ACTIONS(1488), + [anon_sym_U_DQUOTE] = ACTIONS(1488), + [anon_sym_u8_DQUOTE] = ACTIONS(1488), + [anon_sym_DQUOTE] = ACTIONS(1488), + [sym_true] = ACTIONS(1486), + [sym_false] = ACTIONS(1486), + [anon_sym_NULL] = ACTIONS(1486), + [anon_sym_nullptr] = ACTIONS(1486), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1486), + [anon_sym_rayPayloadInEXT] = ACTIONS(1486), + [anon_sym_hitAttributeEXT] = ACTIONS(1486), + [anon_sym_callableDataEXT] = ACTIONS(1486), + [anon_sym_callableDataInEXT] = ACTIONS(1486), + [anon_sym_shaderRecordEXT] = ACTIONS(1486), + [anon_sym_rayPayloadNV] = ACTIONS(1486), + [anon_sym_rayPayloadInNV] = ACTIONS(1486), + [anon_sym_hitAttributeNV] = ACTIONS(1486), + [anon_sym_callableDataNV] = ACTIONS(1486), + [anon_sym_callableDataInNV] = ACTIONS(1486), + [anon_sym_shaderRecordNV] = ACTIONS(1486), + [anon_sym_layout] = ACTIONS(1486), }, - [355] = { + [358] = { + [sym_identifier] = ACTIONS(1552), + [aux_sym_preproc_include_token1] = ACTIONS(1552), + [aux_sym_preproc_def_token1] = ACTIONS(1552), + [aux_sym_preproc_if_token1] = ACTIONS(1552), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1552), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1552), + [sym_preproc_directive] = ACTIONS(1552), + [anon_sym_LPAREN2] = ACTIONS(1554), + [anon_sym_BANG] = ACTIONS(1554), + [anon_sym_TILDE] = ACTIONS(1554), + [anon_sym_DASH] = ACTIONS(1552), + [anon_sym_PLUS] = ACTIONS(1552), + [anon_sym_STAR] = ACTIONS(1554), + [anon_sym_AMP] = ACTIONS(1554), + [anon_sym_subroutine] = ACTIONS(1552), + [anon_sym_invariant] = ACTIONS(1552), + [anon_sym_precise] = ACTIONS(1552), + [anon_sym_SEMI] = ACTIONS(1554), + [anon_sym_in] = ACTIONS(1552), + [anon_sym_out] = ACTIONS(1552), + [anon_sym_inout] = ACTIONS(1552), + [anon_sym_uniform] = ACTIONS(1552), + [anon_sym_shared] = ACTIONS(1552), + [anon_sym_attribute] = ACTIONS(1552), + [anon_sym_varying] = ACTIONS(1552), + [anon_sym_buffer] = ACTIONS(1552), + [anon_sym_coherent] = ACTIONS(1552), + [anon_sym_readonly] = ACTIONS(1552), + [anon_sym_writeonly] = ACTIONS(1552), + [anon_sym_precision] = ACTIONS(1552), + [anon_sym_highp] = ACTIONS(1552), + [anon_sym_mediump] = ACTIONS(1552), + [anon_sym_lowp] = ACTIONS(1552), + [anon_sym_centroid] = ACTIONS(1552), + [anon_sym_sample] = ACTIONS(1552), + [anon_sym_patch] = ACTIONS(1552), + [anon_sym_smooth] = ACTIONS(1552), + [anon_sym_flat] = ACTIONS(1552), + [anon_sym_noperspective] = ACTIONS(1552), + [anon_sym___extension__] = ACTIONS(1552), + [anon_sym_typedef] = ACTIONS(1552), + [anon_sym_extern] = ACTIONS(1552), + [anon_sym___attribute__] = ACTIONS(1552), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1554), + [anon_sym___declspec] = ACTIONS(1552), + [anon_sym___cdecl] = ACTIONS(1552), + [anon_sym___clrcall] = ACTIONS(1552), + [anon_sym___stdcall] = ACTIONS(1552), + [anon_sym___fastcall] = ACTIONS(1552), + [anon_sym___thiscall] = ACTIONS(1552), + [anon_sym___vectorcall] = ACTIONS(1552), + [anon_sym_LBRACE] = ACTIONS(1554), + [anon_sym_RBRACE] = ACTIONS(1554), + [anon_sym_signed] = ACTIONS(1552), + [anon_sym_unsigned] = ACTIONS(1552), + [anon_sym_long] = ACTIONS(1552), + [anon_sym_short] = ACTIONS(1552), + [anon_sym_static] = ACTIONS(1552), + [anon_sym_auto] = ACTIONS(1552), + [anon_sym_register] = ACTIONS(1552), + [anon_sym_inline] = ACTIONS(1552), + [anon_sym___inline] = ACTIONS(1552), + [anon_sym___inline__] = ACTIONS(1552), + [anon_sym___forceinline] = ACTIONS(1552), + [anon_sym_thread_local] = ACTIONS(1552), + [anon_sym___thread] = ACTIONS(1552), + [anon_sym_const] = ACTIONS(1552), + [anon_sym_constexpr] = ACTIONS(1552), + [anon_sym_volatile] = ACTIONS(1552), + [anon_sym_restrict] = ACTIONS(1552), + [anon_sym___restrict__] = ACTIONS(1552), + [anon_sym__Atomic] = ACTIONS(1552), + [anon_sym__Noreturn] = ACTIONS(1552), + [anon_sym_noreturn] = ACTIONS(1552), + [sym_primitive_type] = ACTIONS(1552), + [anon_sym_enum] = ACTIONS(1552), + [anon_sym_struct] = ACTIONS(1552), + [anon_sym_union] = ACTIONS(1552), + [anon_sym_if] = ACTIONS(1552), + [anon_sym_switch] = ACTIONS(1552), + [anon_sym_case] = ACTIONS(1552), + [anon_sym_default] = ACTIONS(1552), + [anon_sym_while] = ACTIONS(1552), + [anon_sym_do] = ACTIONS(1552), + [anon_sym_for] = ACTIONS(1552), + [anon_sym_return] = ACTIONS(1552), + [anon_sym_break] = ACTIONS(1552), + [anon_sym_continue] = ACTIONS(1552), + [anon_sym_goto] = ACTIONS(1552), + [anon_sym_DASH_DASH] = ACTIONS(1554), + [anon_sym_PLUS_PLUS] = ACTIONS(1554), + [anon_sym_sizeof] = ACTIONS(1552), + [anon_sym___alignof__] = ACTIONS(1552), + [anon_sym___alignof] = ACTIONS(1552), + [anon_sym__alignof] = ACTIONS(1552), + [anon_sym_alignof] = ACTIONS(1552), + [anon_sym__Alignof] = ACTIONS(1552), + [anon_sym_offsetof] = ACTIONS(1552), + [anon_sym__Generic] = ACTIONS(1552), + [anon_sym_asm] = ACTIONS(1552), + [anon_sym___asm__] = ACTIONS(1552), + [sym_number_literal] = ACTIONS(1554), + [anon_sym_L_SQUOTE] = ACTIONS(1554), + [anon_sym_u_SQUOTE] = ACTIONS(1554), + [anon_sym_U_SQUOTE] = ACTIONS(1554), + [anon_sym_u8_SQUOTE] = ACTIONS(1554), + [anon_sym_SQUOTE] = ACTIONS(1554), + [anon_sym_L_DQUOTE] = ACTIONS(1554), + [anon_sym_u_DQUOTE] = ACTIONS(1554), + [anon_sym_U_DQUOTE] = ACTIONS(1554), + [anon_sym_u8_DQUOTE] = ACTIONS(1554), + [anon_sym_DQUOTE] = ACTIONS(1554), + [sym_true] = ACTIONS(1552), + [sym_false] = ACTIONS(1552), + [anon_sym_NULL] = ACTIONS(1552), + [anon_sym_nullptr] = ACTIONS(1552), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1552), + [anon_sym_rayPayloadInEXT] = ACTIONS(1552), + [anon_sym_hitAttributeEXT] = ACTIONS(1552), + [anon_sym_callableDataEXT] = ACTIONS(1552), + [anon_sym_callableDataInEXT] = ACTIONS(1552), + [anon_sym_shaderRecordEXT] = ACTIONS(1552), + [anon_sym_rayPayloadNV] = ACTIONS(1552), + [anon_sym_rayPayloadInNV] = ACTIONS(1552), + [anon_sym_hitAttributeNV] = ACTIONS(1552), + [anon_sym_callableDataNV] = ACTIONS(1552), + [anon_sym_callableDataInNV] = ACTIONS(1552), + [anon_sym_shaderRecordNV] = ACTIONS(1552), + [anon_sym_layout] = ACTIONS(1552), + }, + [359] = { [sym_identifier] = ACTIONS(1548), [aux_sym_preproc_include_token1] = ACTIONS(1548), [aux_sym_preproc_def_token1] = ACTIONS(1548), @@ -69485,292 +70008,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_L_DQUOTE] = ACTIONS(1550), [anon_sym_u_DQUOTE] = ACTIONS(1550), [anon_sym_U_DQUOTE] = ACTIONS(1550), - [anon_sym_u8_DQUOTE] = ACTIONS(1550), - [anon_sym_DQUOTE] = ACTIONS(1550), - [sym_true] = ACTIONS(1548), - [sym_false] = ACTIONS(1548), - [anon_sym_NULL] = ACTIONS(1548), - [anon_sym_nullptr] = ACTIONS(1548), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1548), - [anon_sym_rayPayloadInEXT] = ACTIONS(1548), - [anon_sym_hitAttributeEXT] = ACTIONS(1548), - [anon_sym_callableDataEXT] = ACTIONS(1548), - [anon_sym_callableDataInEXT] = ACTIONS(1548), - [anon_sym_shaderRecordEXT] = ACTIONS(1548), - [anon_sym_rayPayloadNV] = ACTIONS(1548), - [anon_sym_rayPayloadInNV] = ACTIONS(1548), - [anon_sym_hitAttributeNV] = ACTIONS(1548), - [anon_sym_callableDataNV] = ACTIONS(1548), - [anon_sym_callableDataInNV] = ACTIONS(1548), - [anon_sym_shaderRecordNV] = ACTIONS(1548), - [anon_sym_layout] = ACTIONS(1548), - }, - [356] = { - [sym_identifier] = ACTIONS(1524), - [aux_sym_preproc_include_token1] = ACTIONS(1524), - [aux_sym_preproc_def_token1] = ACTIONS(1524), - [aux_sym_preproc_if_token1] = ACTIONS(1524), - [aux_sym_preproc_if_token2] = ACTIONS(1524), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1524), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1524), - [sym_preproc_directive] = ACTIONS(1524), - [anon_sym_LPAREN2] = ACTIONS(1526), - [anon_sym_BANG] = ACTIONS(1526), - [anon_sym_TILDE] = ACTIONS(1526), - [anon_sym_DASH] = ACTIONS(1524), - [anon_sym_PLUS] = ACTIONS(1524), - [anon_sym_STAR] = ACTIONS(1526), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_subroutine] = ACTIONS(1524), - [anon_sym_invariant] = ACTIONS(1524), - [anon_sym_precise] = ACTIONS(1524), - [anon_sym_SEMI] = ACTIONS(1526), - [anon_sym_in] = ACTIONS(1524), - [anon_sym_out] = ACTIONS(1524), - [anon_sym_inout] = ACTIONS(1524), - [anon_sym_uniform] = ACTIONS(1524), - [anon_sym_shared] = ACTIONS(1524), - [anon_sym_attribute] = ACTIONS(1524), - [anon_sym_varying] = ACTIONS(1524), - [anon_sym_buffer] = ACTIONS(1524), - [anon_sym_coherent] = ACTIONS(1524), - [anon_sym_readonly] = ACTIONS(1524), - [anon_sym_writeonly] = ACTIONS(1524), - [anon_sym_precision] = ACTIONS(1524), - [anon_sym_highp] = ACTIONS(1524), - [anon_sym_mediump] = ACTIONS(1524), - [anon_sym_lowp] = ACTIONS(1524), - [anon_sym_centroid] = ACTIONS(1524), - [anon_sym_sample] = ACTIONS(1524), - [anon_sym_patch] = ACTIONS(1524), - [anon_sym_smooth] = ACTIONS(1524), - [anon_sym_flat] = ACTIONS(1524), - [anon_sym_noperspective] = ACTIONS(1524), - [anon_sym___extension__] = ACTIONS(1524), - [anon_sym_typedef] = ACTIONS(1524), - [anon_sym_extern] = ACTIONS(1524), - [anon_sym___attribute__] = ACTIONS(1524), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1526), - [anon_sym___declspec] = ACTIONS(1524), - [anon_sym___cdecl] = ACTIONS(1524), - [anon_sym___clrcall] = ACTIONS(1524), - [anon_sym___stdcall] = ACTIONS(1524), - [anon_sym___fastcall] = ACTIONS(1524), - [anon_sym___thiscall] = ACTIONS(1524), - [anon_sym___vectorcall] = ACTIONS(1524), - [anon_sym_LBRACE] = ACTIONS(1526), - [anon_sym_signed] = ACTIONS(1524), - [anon_sym_unsigned] = ACTIONS(1524), - [anon_sym_long] = ACTIONS(1524), - [anon_sym_short] = ACTIONS(1524), - [anon_sym_static] = ACTIONS(1524), - [anon_sym_auto] = ACTIONS(1524), - [anon_sym_register] = ACTIONS(1524), - [anon_sym_inline] = ACTIONS(1524), - [anon_sym___inline] = ACTIONS(1524), - [anon_sym___inline__] = ACTIONS(1524), - [anon_sym___forceinline] = ACTIONS(1524), - [anon_sym_thread_local] = ACTIONS(1524), - [anon_sym___thread] = ACTIONS(1524), - [anon_sym_const] = ACTIONS(1524), - [anon_sym_constexpr] = ACTIONS(1524), - [anon_sym_volatile] = ACTIONS(1524), - [anon_sym_restrict] = ACTIONS(1524), - [anon_sym___restrict__] = ACTIONS(1524), - [anon_sym__Atomic] = ACTIONS(1524), - [anon_sym__Noreturn] = ACTIONS(1524), - [anon_sym_noreturn] = ACTIONS(1524), - [sym_primitive_type] = ACTIONS(1524), - [anon_sym_enum] = ACTIONS(1524), - [anon_sym_struct] = ACTIONS(1524), - [anon_sym_union] = ACTIONS(1524), - [anon_sym_if] = ACTIONS(1524), - [anon_sym_switch] = ACTIONS(1524), - [anon_sym_case] = ACTIONS(1524), - [anon_sym_default] = ACTIONS(1524), - [anon_sym_while] = ACTIONS(1524), - [anon_sym_do] = ACTIONS(1524), - [anon_sym_for] = ACTIONS(1524), - [anon_sym_return] = ACTIONS(1524), - [anon_sym_break] = ACTIONS(1524), - [anon_sym_continue] = ACTIONS(1524), - [anon_sym_goto] = ACTIONS(1524), - [anon_sym_DASH_DASH] = ACTIONS(1526), - [anon_sym_PLUS_PLUS] = ACTIONS(1526), - [anon_sym_sizeof] = ACTIONS(1524), - [anon_sym___alignof__] = ACTIONS(1524), - [anon_sym___alignof] = ACTIONS(1524), - [anon_sym__alignof] = ACTIONS(1524), - [anon_sym_alignof] = ACTIONS(1524), - [anon_sym__Alignof] = ACTIONS(1524), - [anon_sym_offsetof] = ACTIONS(1524), - [anon_sym__Generic] = ACTIONS(1524), - [anon_sym_asm] = ACTIONS(1524), - [anon_sym___asm__] = ACTIONS(1524), - [sym_number_literal] = ACTIONS(1526), - [anon_sym_L_SQUOTE] = ACTIONS(1526), - [anon_sym_u_SQUOTE] = ACTIONS(1526), - [anon_sym_U_SQUOTE] = ACTIONS(1526), - [anon_sym_u8_SQUOTE] = ACTIONS(1526), - [anon_sym_SQUOTE] = ACTIONS(1526), - [anon_sym_L_DQUOTE] = ACTIONS(1526), - [anon_sym_u_DQUOTE] = ACTIONS(1526), - [anon_sym_U_DQUOTE] = ACTIONS(1526), - [anon_sym_u8_DQUOTE] = ACTIONS(1526), - [anon_sym_DQUOTE] = ACTIONS(1526), - [sym_true] = ACTIONS(1524), - [sym_false] = ACTIONS(1524), - [anon_sym_NULL] = ACTIONS(1524), - [anon_sym_nullptr] = ACTIONS(1524), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1524), - [anon_sym_rayPayloadInEXT] = ACTIONS(1524), - [anon_sym_hitAttributeEXT] = ACTIONS(1524), - [anon_sym_callableDataEXT] = ACTIONS(1524), - [anon_sym_callableDataInEXT] = ACTIONS(1524), - [anon_sym_shaderRecordEXT] = ACTIONS(1524), - [anon_sym_rayPayloadNV] = ACTIONS(1524), - [anon_sym_rayPayloadInNV] = ACTIONS(1524), - [anon_sym_hitAttributeNV] = ACTIONS(1524), - [anon_sym_callableDataNV] = ACTIONS(1524), - [anon_sym_callableDataInNV] = ACTIONS(1524), - [anon_sym_shaderRecordNV] = ACTIONS(1524), - [anon_sym_layout] = ACTIONS(1524), - }, - [357] = { - [sym_identifier] = ACTIONS(1454), - [aux_sym_preproc_include_token1] = ACTIONS(1454), - [aux_sym_preproc_def_token1] = ACTIONS(1454), - [aux_sym_preproc_if_token1] = ACTIONS(1454), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1454), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1454), - [sym_preproc_directive] = ACTIONS(1454), - [anon_sym_LPAREN2] = ACTIONS(1456), - [anon_sym_BANG] = ACTIONS(1456), - [anon_sym_TILDE] = ACTIONS(1456), - [anon_sym_DASH] = ACTIONS(1454), - [anon_sym_PLUS] = ACTIONS(1454), - [anon_sym_STAR] = ACTIONS(1456), - [anon_sym_AMP] = ACTIONS(1456), - [anon_sym_subroutine] = ACTIONS(1454), - [anon_sym_invariant] = ACTIONS(1454), - [anon_sym_precise] = ACTIONS(1454), - [anon_sym_SEMI] = ACTIONS(1456), - [anon_sym_in] = ACTIONS(1454), - [anon_sym_out] = ACTIONS(1454), - [anon_sym_inout] = ACTIONS(1454), - [anon_sym_uniform] = ACTIONS(1454), - [anon_sym_shared] = ACTIONS(1454), - [anon_sym_attribute] = ACTIONS(1454), - [anon_sym_varying] = ACTIONS(1454), - [anon_sym_buffer] = ACTIONS(1454), - [anon_sym_coherent] = ACTIONS(1454), - [anon_sym_readonly] = ACTIONS(1454), - [anon_sym_writeonly] = ACTIONS(1454), - [anon_sym_precision] = ACTIONS(1454), - [anon_sym_highp] = ACTIONS(1454), - [anon_sym_mediump] = ACTIONS(1454), - [anon_sym_lowp] = ACTIONS(1454), - [anon_sym_centroid] = ACTIONS(1454), - [anon_sym_sample] = ACTIONS(1454), - [anon_sym_patch] = ACTIONS(1454), - [anon_sym_smooth] = ACTIONS(1454), - [anon_sym_flat] = ACTIONS(1454), - [anon_sym_noperspective] = ACTIONS(1454), - [anon_sym___extension__] = ACTIONS(1454), - [anon_sym_typedef] = ACTIONS(1454), - [anon_sym_extern] = ACTIONS(1454), - [anon_sym___attribute__] = ACTIONS(1454), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1456), - [anon_sym___declspec] = ACTIONS(1454), - [anon_sym___cdecl] = ACTIONS(1454), - [anon_sym___clrcall] = ACTIONS(1454), - [anon_sym___stdcall] = ACTIONS(1454), - [anon_sym___fastcall] = ACTIONS(1454), - [anon_sym___thiscall] = ACTIONS(1454), - [anon_sym___vectorcall] = ACTIONS(1454), - [anon_sym_LBRACE] = ACTIONS(1456), - [anon_sym_RBRACE] = ACTIONS(1456), - [anon_sym_signed] = ACTIONS(1454), - [anon_sym_unsigned] = ACTIONS(1454), - [anon_sym_long] = ACTIONS(1454), - [anon_sym_short] = ACTIONS(1454), - [anon_sym_static] = ACTIONS(1454), - [anon_sym_auto] = ACTIONS(1454), - [anon_sym_register] = ACTIONS(1454), - [anon_sym_inline] = ACTIONS(1454), - [anon_sym___inline] = ACTIONS(1454), - [anon_sym___inline__] = ACTIONS(1454), - [anon_sym___forceinline] = ACTIONS(1454), - [anon_sym_thread_local] = ACTIONS(1454), - [anon_sym___thread] = ACTIONS(1454), - [anon_sym_const] = ACTIONS(1454), - [anon_sym_constexpr] = ACTIONS(1454), - [anon_sym_volatile] = ACTIONS(1454), - [anon_sym_restrict] = ACTIONS(1454), - [anon_sym___restrict__] = ACTIONS(1454), - [anon_sym__Atomic] = ACTIONS(1454), - [anon_sym__Noreturn] = ACTIONS(1454), - [anon_sym_noreturn] = ACTIONS(1454), - [sym_primitive_type] = ACTIONS(1454), - [anon_sym_enum] = ACTIONS(1454), - [anon_sym_struct] = ACTIONS(1454), - [anon_sym_union] = ACTIONS(1454), - [anon_sym_if] = ACTIONS(1454), - [anon_sym_switch] = ACTIONS(1454), - [anon_sym_case] = ACTIONS(1454), - [anon_sym_default] = ACTIONS(1454), - [anon_sym_while] = ACTIONS(1454), - [anon_sym_do] = ACTIONS(1454), - [anon_sym_for] = ACTIONS(1454), - [anon_sym_return] = ACTIONS(1454), - [anon_sym_break] = ACTIONS(1454), - [anon_sym_continue] = ACTIONS(1454), - [anon_sym_goto] = ACTIONS(1454), - [anon_sym_DASH_DASH] = ACTIONS(1456), - [anon_sym_PLUS_PLUS] = ACTIONS(1456), - [anon_sym_sizeof] = ACTIONS(1454), - [anon_sym___alignof__] = ACTIONS(1454), - [anon_sym___alignof] = ACTIONS(1454), - [anon_sym__alignof] = ACTIONS(1454), - [anon_sym_alignof] = ACTIONS(1454), - [anon_sym__Alignof] = ACTIONS(1454), - [anon_sym_offsetof] = ACTIONS(1454), - [anon_sym__Generic] = ACTIONS(1454), - [anon_sym_asm] = ACTIONS(1454), - [anon_sym___asm__] = ACTIONS(1454), - [sym_number_literal] = ACTIONS(1456), - [anon_sym_L_SQUOTE] = ACTIONS(1456), - [anon_sym_u_SQUOTE] = ACTIONS(1456), - [anon_sym_U_SQUOTE] = ACTIONS(1456), - [anon_sym_u8_SQUOTE] = ACTIONS(1456), - [anon_sym_SQUOTE] = ACTIONS(1456), - [anon_sym_L_DQUOTE] = ACTIONS(1456), - [anon_sym_u_DQUOTE] = ACTIONS(1456), - [anon_sym_U_DQUOTE] = ACTIONS(1456), - [anon_sym_u8_DQUOTE] = ACTIONS(1456), - [anon_sym_DQUOTE] = ACTIONS(1456), - [sym_true] = ACTIONS(1454), - [sym_false] = ACTIONS(1454), - [anon_sym_NULL] = ACTIONS(1454), - [anon_sym_nullptr] = ACTIONS(1454), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1454), - [anon_sym_rayPayloadInEXT] = ACTIONS(1454), - [anon_sym_hitAttributeEXT] = ACTIONS(1454), - [anon_sym_callableDataEXT] = ACTIONS(1454), - [anon_sym_callableDataInEXT] = ACTIONS(1454), - [anon_sym_shaderRecordEXT] = ACTIONS(1454), - [anon_sym_rayPayloadNV] = ACTIONS(1454), - [anon_sym_rayPayloadInNV] = ACTIONS(1454), - [anon_sym_hitAttributeNV] = ACTIONS(1454), - [anon_sym_callableDataNV] = ACTIONS(1454), - [anon_sym_callableDataInNV] = ACTIONS(1454), - [anon_sym_shaderRecordNV] = ACTIONS(1454), - [anon_sym_layout] = ACTIONS(1454), + [anon_sym_u8_DQUOTE] = ACTIONS(1550), + [anon_sym_DQUOTE] = ACTIONS(1550), + [sym_true] = ACTIONS(1548), + [sym_false] = ACTIONS(1548), + [anon_sym_NULL] = ACTIONS(1548), + [anon_sym_nullptr] = ACTIONS(1548), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1548), + [anon_sym_rayPayloadInEXT] = ACTIONS(1548), + [anon_sym_hitAttributeEXT] = ACTIONS(1548), + [anon_sym_callableDataEXT] = ACTIONS(1548), + [anon_sym_callableDataInEXT] = ACTIONS(1548), + [anon_sym_shaderRecordEXT] = ACTIONS(1548), + [anon_sym_rayPayloadNV] = ACTIONS(1548), + [anon_sym_rayPayloadInNV] = ACTIONS(1548), + [anon_sym_hitAttributeNV] = ACTIONS(1548), + [anon_sym_callableDataNV] = ACTIONS(1548), + [anon_sym_callableDataInNV] = ACTIONS(1548), + [anon_sym_shaderRecordNV] = ACTIONS(1548), + [anon_sym_layout] = ACTIONS(1548), }, - [358] = { + [360] = { [sym_identifier] = ACTIONS(1454), [aux_sym_preproc_include_token1] = ACTIONS(1454), [aux_sym_preproc_def_token1] = ACTIONS(1454), @@ -69902,12 +70161,143 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1454), [anon_sym_layout] = ACTIONS(1454), }, - [359] = { + [361] = { + [sym_identifier] = ACTIONS(1462), + [aux_sym_preproc_include_token1] = ACTIONS(1462), + [aux_sym_preproc_def_token1] = ACTIONS(1462), + [aux_sym_preproc_if_token1] = ACTIONS(1462), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1462), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1462), + [sym_preproc_directive] = ACTIONS(1462), + [anon_sym_LPAREN2] = ACTIONS(1464), + [anon_sym_BANG] = ACTIONS(1464), + [anon_sym_TILDE] = ACTIONS(1464), + [anon_sym_DASH] = ACTIONS(1462), + [anon_sym_PLUS] = ACTIONS(1462), + [anon_sym_STAR] = ACTIONS(1464), + [anon_sym_AMP] = ACTIONS(1464), + [anon_sym_subroutine] = ACTIONS(1462), + [anon_sym_invariant] = ACTIONS(1462), + [anon_sym_precise] = ACTIONS(1462), + [anon_sym_SEMI] = ACTIONS(1464), + [anon_sym_in] = ACTIONS(1462), + [anon_sym_out] = ACTIONS(1462), + [anon_sym_inout] = ACTIONS(1462), + [anon_sym_uniform] = ACTIONS(1462), + [anon_sym_shared] = ACTIONS(1462), + [anon_sym_attribute] = ACTIONS(1462), + [anon_sym_varying] = ACTIONS(1462), + [anon_sym_buffer] = ACTIONS(1462), + [anon_sym_coherent] = ACTIONS(1462), + [anon_sym_readonly] = ACTIONS(1462), + [anon_sym_writeonly] = ACTIONS(1462), + [anon_sym_precision] = ACTIONS(1462), + [anon_sym_highp] = ACTIONS(1462), + [anon_sym_mediump] = ACTIONS(1462), + [anon_sym_lowp] = ACTIONS(1462), + [anon_sym_centroid] = ACTIONS(1462), + [anon_sym_sample] = ACTIONS(1462), + [anon_sym_patch] = ACTIONS(1462), + [anon_sym_smooth] = ACTIONS(1462), + [anon_sym_flat] = ACTIONS(1462), + [anon_sym_noperspective] = ACTIONS(1462), + [anon_sym___extension__] = ACTIONS(1462), + [anon_sym_typedef] = ACTIONS(1462), + [anon_sym_extern] = ACTIONS(1462), + [anon_sym___attribute__] = ACTIONS(1462), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1464), + [anon_sym___declspec] = ACTIONS(1462), + [anon_sym___cdecl] = ACTIONS(1462), + [anon_sym___clrcall] = ACTIONS(1462), + [anon_sym___stdcall] = ACTIONS(1462), + [anon_sym___fastcall] = ACTIONS(1462), + [anon_sym___thiscall] = ACTIONS(1462), + [anon_sym___vectorcall] = ACTIONS(1462), + [anon_sym_LBRACE] = ACTIONS(1464), + [anon_sym_RBRACE] = ACTIONS(1464), + [anon_sym_signed] = ACTIONS(1462), + [anon_sym_unsigned] = ACTIONS(1462), + [anon_sym_long] = ACTIONS(1462), + [anon_sym_short] = ACTIONS(1462), + [anon_sym_static] = ACTIONS(1462), + [anon_sym_auto] = ACTIONS(1462), + [anon_sym_register] = ACTIONS(1462), + [anon_sym_inline] = ACTIONS(1462), + [anon_sym___inline] = ACTIONS(1462), + [anon_sym___inline__] = ACTIONS(1462), + [anon_sym___forceinline] = ACTIONS(1462), + [anon_sym_thread_local] = ACTIONS(1462), + [anon_sym___thread] = ACTIONS(1462), + [anon_sym_const] = ACTIONS(1462), + [anon_sym_constexpr] = ACTIONS(1462), + [anon_sym_volatile] = ACTIONS(1462), + [anon_sym_restrict] = ACTIONS(1462), + [anon_sym___restrict__] = ACTIONS(1462), + [anon_sym__Atomic] = ACTIONS(1462), + [anon_sym__Noreturn] = ACTIONS(1462), + [anon_sym_noreturn] = ACTIONS(1462), + [sym_primitive_type] = ACTIONS(1462), + [anon_sym_enum] = ACTIONS(1462), + [anon_sym_struct] = ACTIONS(1462), + [anon_sym_union] = ACTIONS(1462), + [anon_sym_if] = ACTIONS(1462), + [anon_sym_switch] = ACTIONS(1462), + [anon_sym_case] = ACTIONS(1462), + [anon_sym_default] = ACTIONS(1462), + [anon_sym_while] = ACTIONS(1462), + [anon_sym_do] = ACTIONS(1462), + [anon_sym_for] = ACTIONS(1462), + [anon_sym_return] = ACTIONS(1462), + [anon_sym_break] = ACTIONS(1462), + [anon_sym_continue] = ACTIONS(1462), + [anon_sym_goto] = ACTIONS(1462), + [anon_sym_DASH_DASH] = ACTIONS(1464), + [anon_sym_PLUS_PLUS] = ACTIONS(1464), + [anon_sym_sizeof] = ACTIONS(1462), + [anon_sym___alignof__] = ACTIONS(1462), + [anon_sym___alignof] = ACTIONS(1462), + [anon_sym__alignof] = ACTIONS(1462), + [anon_sym_alignof] = ACTIONS(1462), + [anon_sym__Alignof] = ACTIONS(1462), + [anon_sym_offsetof] = ACTIONS(1462), + [anon_sym__Generic] = ACTIONS(1462), + [anon_sym_asm] = ACTIONS(1462), + [anon_sym___asm__] = ACTIONS(1462), + [sym_number_literal] = ACTIONS(1464), + [anon_sym_L_SQUOTE] = ACTIONS(1464), + [anon_sym_u_SQUOTE] = ACTIONS(1464), + [anon_sym_U_SQUOTE] = ACTIONS(1464), + [anon_sym_u8_SQUOTE] = ACTIONS(1464), + [anon_sym_SQUOTE] = ACTIONS(1464), + [anon_sym_L_DQUOTE] = ACTIONS(1464), + [anon_sym_u_DQUOTE] = ACTIONS(1464), + [anon_sym_U_DQUOTE] = ACTIONS(1464), + [anon_sym_u8_DQUOTE] = ACTIONS(1464), + [anon_sym_DQUOTE] = ACTIONS(1464), + [sym_true] = ACTIONS(1462), + [sym_false] = ACTIONS(1462), + [anon_sym_NULL] = ACTIONS(1462), + [anon_sym_nullptr] = ACTIONS(1462), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1462), + [anon_sym_rayPayloadInEXT] = ACTIONS(1462), + [anon_sym_hitAttributeEXT] = ACTIONS(1462), + [anon_sym_callableDataEXT] = ACTIONS(1462), + [anon_sym_callableDataInEXT] = ACTIONS(1462), + [anon_sym_shaderRecordEXT] = ACTIONS(1462), + [anon_sym_rayPayloadNV] = ACTIONS(1462), + [anon_sym_rayPayloadInNV] = ACTIONS(1462), + [anon_sym_hitAttributeNV] = ACTIONS(1462), + [anon_sym_callableDataNV] = ACTIONS(1462), + [anon_sym_callableDataInNV] = ACTIONS(1462), + [anon_sym_shaderRecordNV] = ACTIONS(1462), + [anon_sym_layout] = ACTIONS(1462), + }, + [362] = { [sym_identifier] = ACTIONS(1466), [aux_sym_preproc_include_token1] = ACTIONS(1466), [aux_sym_preproc_def_token1] = ACTIONS(1466), [aux_sym_preproc_if_token1] = ACTIONS(1466), - [aux_sym_preproc_if_token2] = ACTIONS(1466), [aux_sym_preproc_ifdef_token1] = ACTIONS(1466), [aux_sym_preproc_ifdef_token2] = ACTIONS(1466), [sym_preproc_directive] = ACTIONS(1466), @@ -69956,6 +70346,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1466), [anon_sym___vectorcall] = ACTIONS(1466), [anon_sym_LBRACE] = ACTIONS(1468), + [anon_sym_RBRACE] = ACTIONS(1468), [anon_sym_signed] = ACTIONS(1466), [anon_sym_unsigned] = ACTIONS(1466), [anon_sym_long] = ACTIONS(1466), @@ -70034,144 +70425,275 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1466), [anon_sym_layout] = ACTIONS(1466), }, - [360] = { - [sym_identifier] = ACTIONS(1474), - [aux_sym_preproc_include_token1] = ACTIONS(1474), - [aux_sym_preproc_def_token1] = ACTIONS(1474), - [aux_sym_preproc_if_token1] = ACTIONS(1474), - [aux_sym_preproc_if_token2] = ACTIONS(1474), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1474), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1474), - [sym_preproc_directive] = ACTIONS(1474), - [anon_sym_LPAREN2] = ACTIONS(1476), - [anon_sym_BANG] = ACTIONS(1476), - [anon_sym_TILDE] = ACTIONS(1476), - [anon_sym_DASH] = ACTIONS(1474), - [anon_sym_PLUS] = ACTIONS(1474), - [anon_sym_STAR] = ACTIONS(1476), - [anon_sym_AMP] = ACTIONS(1476), - [anon_sym_subroutine] = ACTIONS(1474), - [anon_sym_invariant] = ACTIONS(1474), - [anon_sym_precise] = ACTIONS(1474), - [anon_sym_SEMI] = ACTIONS(1476), - [anon_sym_in] = ACTIONS(1474), - [anon_sym_out] = ACTIONS(1474), - [anon_sym_inout] = ACTIONS(1474), - [anon_sym_uniform] = ACTIONS(1474), - [anon_sym_shared] = ACTIONS(1474), - [anon_sym_attribute] = ACTIONS(1474), - [anon_sym_varying] = ACTIONS(1474), - [anon_sym_buffer] = ACTIONS(1474), - [anon_sym_coherent] = ACTIONS(1474), - [anon_sym_readonly] = ACTIONS(1474), - [anon_sym_writeonly] = ACTIONS(1474), - [anon_sym_precision] = ACTIONS(1474), - [anon_sym_highp] = ACTIONS(1474), - [anon_sym_mediump] = ACTIONS(1474), - [anon_sym_lowp] = ACTIONS(1474), - [anon_sym_centroid] = ACTIONS(1474), - [anon_sym_sample] = ACTIONS(1474), - [anon_sym_patch] = ACTIONS(1474), - [anon_sym_smooth] = ACTIONS(1474), - [anon_sym_flat] = ACTIONS(1474), - [anon_sym_noperspective] = ACTIONS(1474), - [anon_sym___extension__] = ACTIONS(1474), - [anon_sym_typedef] = ACTIONS(1474), - [anon_sym_extern] = ACTIONS(1474), - [anon_sym___attribute__] = ACTIONS(1474), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1474), - [anon_sym___cdecl] = ACTIONS(1474), - [anon_sym___clrcall] = ACTIONS(1474), - [anon_sym___stdcall] = ACTIONS(1474), - [anon_sym___fastcall] = ACTIONS(1474), - [anon_sym___thiscall] = ACTIONS(1474), - [anon_sym___vectorcall] = ACTIONS(1474), - [anon_sym_LBRACE] = ACTIONS(1476), - [anon_sym_signed] = ACTIONS(1474), - [anon_sym_unsigned] = ACTIONS(1474), - [anon_sym_long] = ACTIONS(1474), - [anon_sym_short] = ACTIONS(1474), - [anon_sym_static] = ACTIONS(1474), - [anon_sym_auto] = ACTIONS(1474), - [anon_sym_register] = ACTIONS(1474), - [anon_sym_inline] = ACTIONS(1474), - [anon_sym___inline] = ACTIONS(1474), - [anon_sym___inline__] = ACTIONS(1474), - [anon_sym___forceinline] = ACTIONS(1474), - [anon_sym_thread_local] = ACTIONS(1474), - [anon_sym___thread] = ACTIONS(1474), - [anon_sym_const] = ACTIONS(1474), - [anon_sym_constexpr] = ACTIONS(1474), - [anon_sym_volatile] = ACTIONS(1474), - [anon_sym_restrict] = ACTIONS(1474), - [anon_sym___restrict__] = ACTIONS(1474), - [anon_sym__Atomic] = ACTIONS(1474), - [anon_sym__Noreturn] = ACTIONS(1474), - [anon_sym_noreturn] = ACTIONS(1474), - [sym_primitive_type] = ACTIONS(1474), - [anon_sym_enum] = ACTIONS(1474), - [anon_sym_struct] = ACTIONS(1474), - [anon_sym_union] = ACTIONS(1474), - [anon_sym_if] = ACTIONS(1474), - [anon_sym_switch] = ACTIONS(1474), - [anon_sym_case] = ACTIONS(1474), - [anon_sym_default] = ACTIONS(1474), - [anon_sym_while] = ACTIONS(1474), - [anon_sym_do] = ACTIONS(1474), - [anon_sym_for] = ACTIONS(1474), - [anon_sym_return] = ACTIONS(1474), - [anon_sym_break] = ACTIONS(1474), - [anon_sym_continue] = ACTIONS(1474), - [anon_sym_goto] = ACTIONS(1474), - [anon_sym_DASH_DASH] = ACTIONS(1476), - [anon_sym_PLUS_PLUS] = ACTIONS(1476), - [anon_sym_sizeof] = ACTIONS(1474), - [anon_sym___alignof__] = ACTIONS(1474), - [anon_sym___alignof] = ACTIONS(1474), - [anon_sym__alignof] = ACTIONS(1474), - [anon_sym_alignof] = ACTIONS(1474), - [anon_sym__Alignof] = ACTIONS(1474), - [anon_sym_offsetof] = ACTIONS(1474), - [anon_sym__Generic] = ACTIONS(1474), - [anon_sym_asm] = ACTIONS(1474), - [anon_sym___asm__] = ACTIONS(1474), - [sym_number_literal] = ACTIONS(1476), - [anon_sym_L_SQUOTE] = ACTIONS(1476), - [anon_sym_u_SQUOTE] = ACTIONS(1476), - [anon_sym_U_SQUOTE] = ACTIONS(1476), - [anon_sym_u8_SQUOTE] = ACTIONS(1476), - [anon_sym_SQUOTE] = ACTIONS(1476), - [anon_sym_L_DQUOTE] = ACTIONS(1476), - [anon_sym_u_DQUOTE] = ACTIONS(1476), - [anon_sym_U_DQUOTE] = ACTIONS(1476), - [anon_sym_u8_DQUOTE] = ACTIONS(1476), - [anon_sym_DQUOTE] = ACTIONS(1476), - [sym_true] = ACTIONS(1474), - [sym_false] = ACTIONS(1474), - [anon_sym_NULL] = ACTIONS(1474), - [anon_sym_nullptr] = ACTIONS(1474), + [363] = { + [sym_identifier] = ACTIONS(1458), + [aux_sym_preproc_include_token1] = ACTIONS(1458), + [aux_sym_preproc_def_token1] = ACTIONS(1458), + [aux_sym_preproc_if_token1] = ACTIONS(1458), + [aux_sym_preproc_if_token2] = ACTIONS(1458), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1458), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1458), + [sym_preproc_directive] = ACTIONS(1458), + [anon_sym_LPAREN2] = ACTIONS(1460), + [anon_sym_BANG] = ACTIONS(1460), + [anon_sym_TILDE] = ACTIONS(1460), + [anon_sym_DASH] = ACTIONS(1458), + [anon_sym_PLUS] = ACTIONS(1458), + [anon_sym_STAR] = ACTIONS(1460), + [anon_sym_AMP] = ACTIONS(1460), + [anon_sym_subroutine] = ACTIONS(1458), + [anon_sym_invariant] = ACTIONS(1458), + [anon_sym_precise] = ACTIONS(1458), + [anon_sym_SEMI] = ACTIONS(1460), + [anon_sym_in] = ACTIONS(1458), + [anon_sym_out] = ACTIONS(1458), + [anon_sym_inout] = ACTIONS(1458), + [anon_sym_uniform] = ACTIONS(1458), + [anon_sym_shared] = ACTIONS(1458), + [anon_sym_attribute] = ACTIONS(1458), + [anon_sym_varying] = ACTIONS(1458), + [anon_sym_buffer] = ACTIONS(1458), + [anon_sym_coherent] = ACTIONS(1458), + [anon_sym_readonly] = ACTIONS(1458), + [anon_sym_writeonly] = ACTIONS(1458), + [anon_sym_precision] = ACTIONS(1458), + [anon_sym_highp] = ACTIONS(1458), + [anon_sym_mediump] = ACTIONS(1458), + [anon_sym_lowp] = ACTIONS(1458), + [anon_sym_centroid] = ACTIONS(1458), + [anon_sym_sample] = ACTIONS(1458), + [anon_sym_patch] = ACTIONS(1458), + [anon_sym_smooth] = ACTIONS(1458), + [anon_sym_flat] = ACTIONS(1458), + [anon_sym_noperspective] = ACTIONS(1458), + [anon_sym___extension__] = ACTIONS(1458), + [anon_sym_typedef] = ACTIONS(1458), + [anon_sym_extern] = ACTIONS(1458), + [anon_sym___attribute__] = ACTIONS(1458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1460), + [anon_sym___declspec] = ACTIONS(1458), + [anon_sym___cdecl] = ACTIONS(1458), + [anon_sym___clrcall] = ACTIONS(1458), + [anon_sym___stdcall] = ACTIONS(1458), + [anon_sym___fastcall] = ACTIONS(1458), + [anon_sym___thiscall] = ACTIONS(1458), + [anon_sym___vectorcall] = ACTIONS(1458), + [anon_sym_LBRACE] = ACTIONS(1460), + [anon_sym_signed] = ACTIONS(1458), + [anon_sym_unsigned] = ACTIONS(1458), + [anon_sym_long] = ACTIONS(1458), + [anon_sym_short] = ACTIONS(1458), + [anon_sym_static] = ACTIONS(1458), + [anon_sym_auto] = ACTIONS(1458), + [anon_sym_register] = ACTIONS(1458), + [anon_sym_inline] = ACTIONS(1458), + [anon_sym___inline] = ACTIONS(1458), + [anon_sym___inline__] = ACTIONS(1458), + [anon_sym___forceinline] = ACTIONS(1458), + [anon_sym_thread_local] = ACTIONS(1458), + [anon_sym___thread] = ACTIONS(1458), + [anon_sym_const] = ACTIONS(1458), + [anon_sym_constexpr] = ACTIONS(1458), + [anon_sym_volatile] = ACTIONS(1458), + [anon_sym_restrict] = ACTIONS(1458), + [anon_sym___restrict__] = ACTIONS(1458), + [anon_sym__Atomic] = ACTIONS(1458), + [anon_sym__Noreturn] = ACTIONS(1458), + [anon_sym_noreturn] = ACTIONS(1458), + [sym_primitive_type] = ACTIONS(1458), + [anon_sym_enum] = ACTIONS(1458), + [anon_sym_struct] = ACTIONS(1458), + [anon_sym_union] = ACTIONS(1458), + [anon_sym_if] = ACTIONS(1458), + [anon_sym_switch] = ACTIONS(1458), + [anon_sym_case] = ACTIONS(1458), + [anon_sym_default] = ACTIONS(1458), + [anon_sym_while] = ACTIONS(1458), + [anon_sym_do] = ACTIONS(1458), + [anon_sym_for] = ACTIONS(1458), + [anon_sym_return] = ACTIONS(1458), + [anon_sym_break] = ACTIONS(1458), + [anon_sym_continue] = ACTIONS(1458), + [anon_sym_goto] = ACTIONS(1458), + [anon_sym_DASH_DASH] = ACTIONS(1460), + [anon_sym_PLUS_PLUS] = ACTIONS(1460), + [anon_sym_sizeof] = ACTIONS(1458), + [anon_sym___alignof__] = ACTIONS(1458), + [anon_sym___alignof] = ACTIONS(1458), + [anon_sym__alignof] = ACTIONS(1458), + [anon_sym_alignof] = ACTIONS(1458), + [anon_sym__Alignof] = ACTIONS(1458), + [anon_sym_offsetof] = ACTIONS(1458), + [anon_sym__Generic] = ACTIONS(1458), + [anon_sym_asm] = ACTIONS(1458), + [anon_sym___asm__] = ACTIONS(1458), + [sym_number_literal] = ACTIONS(1460), + [anon_sym_L_SQUOTE] = ACTIONS(1460), + [anon_sym_u_SQUOTE] = ACTIONS(1460), + [anon_sym_U_SQUOTE] = ACTIONS(1460), + [anon_sym_u8_SQUOTE] = ACTIONS(1460), + [anon_sym_SQUOTE] = ACTIONS(1460), + [anon_sym_L_DQUOTE] = ACTIONS(1460), + [anon_sym_u_DQUOTE] = ACTIONS(1460), + [anon_sym_U_DQUOTE] = ACTIONS(1460), + [anon_sym_u8_DQUOTE] = ACTIONS(1460), + [anon_sym_DQUOTE] = ACTIONS(1460), + [sym_true] = ACTIONS(1458), + [sym_false] = ACTIONS(1458), + [anon_sym_NULL] = ACTIONS(1458), + [anon_sym_nullptr] = ACTIONS(1458), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1458), + [anon_sym_rayPayloadInEXT] = ACTIONS(1458), + [anon_sym_hitAttributeEXT] = ACTIONS(1458), + [anon_sym_callableDataEXT] = ACTIONS(1458), + [anon_sym_callableDataInEXT] = ACTIONS(1458), + [anon_sym_shaderRecordEXT] = ACTIONS(1458), + [anon_sym_rayPayloadNV] = ACTIONS(1458), + [anon_sym_rayPayloadInNV] = ACTIONS(1458), + [anon_sym_hitAttributeNV] = ACTIONS(1458), + [anon_sym_callableDataNV] = ACTIONS(1458), + [anon_sym_callableDataInNV] = ACTIONS(1458), + [anon_sym_shaderRecordNV] = ACTIONS(1458), + [anon_sym_layout] = ACTIONS(1458), + }, + [364] = { + [sym_identifier] = ACTIONS(1470), + [aux_sym_preproc_include_token1] = ACTIONS(1470), + [aux_sym_preproc_def_token1] = ACTIONS(1470), + [aux_sym_preproc_if_token1] = ACTIONS(1470), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1470), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1470), + [sym_preproc_directive] = ACTIONS(1470), + [anon_sym_LPAREN2] = ACTIONS(1472), + [anon_sym_BANG] = ACTIONS(1472), + [anon_sym_TILDE] = ACTIONS(1472), + [anon_sym_DASH] = ACTIONS(1470), + [anon_sym_PLUS] = ACTIONS(1470), + [anon_sym_STAR] = ACTIONS(1472), + [anon_sym_AMP] = ACTIONS(1472), + [anon_sym_subroutine] = ACTIONS(1470), + [anon_sym_invariant] = ACTIONS(1470), + [anon_sym_precise] = ACTIONS(1470), + [anon_sym_SEMI] = ACTIONS(1472), + [anon_sym_in] = ACTIONS(1470), + [anon_sym_out] = ACTIONS(1470), + [anon_sym_inout] = ACTIONS(1470), + [anon_sym_uniform] = ACTIONS(1470), + [anon_sym_shared] = ACTIONS(1470), + [anon_sym_attribute] = ACTIONS(1470), + [anon_sym_varying] = ACTIONS(1470), + [anon_sym_buffer] = ACTIONS(1470), + [anon_sym_coherent] = ACTIONS(1470), + [anon_sym_readonly] = ACTIONS(1470), + [anon_sym_writeonly] = ACTIONS(1470), + [anon_sym_precision] = ACTIONS(1470), + [anon_sym_highp] = ACTIONS(1470), + [anon_sym_mediump] = ACTIONS(1470), + [anon_sym_lowp] = ACTIONS(1470), + [anon_sym_centroid] = ACTIONS(1470), + [anon_sym_sample] = ACTIONS(1470), + [anon_sym_patch] = ACTIONS(1470), + [anon_sym_smooth] = ACTIONS(1470), + [anon_sym_flat] = ACTIONS(1470), + [anon_sym_noperspective] = ACTIONS(1470), + [anon_sym___extension__] = ACTIONS(1470), + [anon_sym_typedef] = ACTIONS(1470), + [anon_sym_extern] = ACTIONS(1470), + [anon_sym___attribute__] = ACTIONS(1470), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1472), + [anon_sym___declspec] = ACTIONS(1470), + [anon_sym___cdecl] = ACTIONS(1470), + [anon_sym___clrcall] = ACTIONS(1470), + [anon_sym___stdcall] = ACTIONS(1470), + [anon_sym___fastcall] = ACTIONS(1470), + [anon_sym___thiscall] = ACTIONS(1470), + [anon_sym___vectorcall] = ACTIONS(1470), + [anon_sym_LBRACE] = ACTIONS(1472), + [anon_sym_RBRACE] = ACTIONS(1472), + [anon_sym_signed] = ACTIONS(1470), + [anon_sym_unsigned] = ACTIONS(1470), + [anon_sym_long] = ACTIONS(1470), + [anon_sym_short] = ACTIONS(1470), + [anon_sym_static] = ACTIONS(1470), + [anon_sym_auto] = ACTIONS(1470), + [anon_sym_register] = ACTIONS(1470), + [anon_sym_inline] = ACTIONS(1470), + [anon_sym___inline] = ACTIONS(1470), + [anon_sym___inline__] = ACTIONS(1470), + [anon_sym___forceinline] = ACTIONS(1470), + [anon_sym_thread_local] = ACTIONS(1470), + [anon_sym___thread] = ACTIONS(1470), + [anon_sym_const] = ACTIONS(1470), + [anon_sym_constexpr] = ACTIONS(1470), + [anon_sym_volatile] = ACTIONS(1470), + [anon_sym_restrict] = ACTIONS(1470), + [anon_sym___restrict__] = ACTIONS(1470), + [anon_sym__Atomic] = ACTIONS(1470), + [anon_sym__Noreturn] = ACTIONS(1470), + [anon_sym_noreturn] = ACTIONS(1470), + [sym_primitive_type] = ACTIONS(1470), + [anon_sym_enum] = ACTIONS(1470), + [anon_sym_struct] = ACTIONS(1470), + [anon_sym_union] = ACTIONS(1470), + [anon_sym_if] = ACTIONS(1470), + [anon_sym_switch] = ACTIONS(1470), + [anon_sym_case] = ACTIONS(1470), + [anon_sym_default] = ACTIONS(1470), + [anon_sym_while] = ACTIONS(1470), + [anon_sym_do] = ACTIONS(1470), + [anon_sym_for] = ACTIONS(1470), + [anon_sym_return] = ACTIONS(1470), + [anon_sym_break] = ACTIONS(1470), + [anon_sym_continue] = ACTIONS(1470), + [anon_sym_goto] = ACTIONS(1470), + [anon_sym_DASH_DASH] = ACTIONS(1472), + [anon_sym_PLUS_PLUS] = ACTIONS(1472), + [anon_sym_sizeof] = ACTIONS(1470), + [anon_sym___alignof__] = ACTIONS(1470), + [anon_sym___alignof] = ACTIONS(1470), + [anon_sym__alignof] = ACTIONS(1470), + [anon_sym_alignof] = ACTIONS(1470), + [anon_sym__Alignof] = ACTIONS(1470), + [anon_sym_offsetof] = ACTIONS(1470), + [anon_sym__Generic] = ACTIONS(1470), + [anon_sym_asm] = ACTIONS(1470), + [anon_sym___asm__] = ACTIONS(1470), + [sym_number_literal] = ACTIONS(1472), + [anon_sym_L_SQUOTE] = ACTIONS(1472), + [anon_sym_u_SQUOTE] = ACTIONS(1472), + [anon_sym_U_SQUOTE] = ACTIONS(1472), + [anon_sym_u8_SQUOTE] = ACTIONS(1472), + [anon_sym_SQUOTE] = ACTIONS(1472), + [anon_sym_L_DQUOTE] = ACTIONS(1472), + [anon_sym_u_DQUOTE] = ACTIONS(1472), + [anon_sym_U_DQUOTE] = ACTIONS(1472), + [anon_sym_u8_DQUOTE] = ACTIONS(1472), + [anon_sym_DQUOTE] = ACTIONS(1472), + [sym_true] = ACTIONS(1470), + [sym_false] = ACTIONS(1470), + [anon_sym_NULL] = ACTIONS(1470), + [anon_sym_nullptr] = ACTIONS(1470), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1474), - [anon_sym_rayPayloadInEXT] = ACTIONS(1474), - [anon_sym_hitAttributeEXT] = ACTIONS(1474), - [anon_sym_callableDataEXT] = ACTIONS(1474), - [anon_sym_callableDataInEXT] = ACTIONS(1474), - [anon_sym_shaderRecordEXT] = ACTIONS(1474), - [anon_sym_rayPayloadNV] = ACTIONS(1474), - [anon_sym_rayPayloadInNV] = ACTIONS(1474), - [anon_sym_hitAttributeNV] = ACTIONS(1474), - [anon_sym_callableDataNV] = ACTIONS(1474), - [anon_sym_callableDataInNV] = ACTIONS(1474), - [anon_sym_shaderRecordNV] = ACTIONS(1474), - [anon_sym_layout] = ACTIONS(1474), + [anon_sym_rayPayloadEXT] = ACTIONS(1470), + [anon_sym_rayPayloadInEXT] = ACTIONS(1470), + [anon_sym_hitAttributeEXT] = ACTIONS(1470), + [anon_sym_callableDataEXT] = ACTIONS(1470), + [anon_sym_callableDataInEXT] = ACTIONS(1470), + [anon_sym_shaderRecordEXT] = ACTIONS(1470), + [anon_sym_rayPayloadNV] = ACTIONS(1470), + [anon_sym_rayPayloadInNV] = ACTIONS(1470), + [anon_sym_hitAttributeNV] = ACTIONS(1470), + [anon_sym_callableDataNV] = ACTIONS(1470), + [anon_sym_callableDataInNV] = ACTIONS(1470), + [anon_sym_shaderRecordNV] = ACTIONS(1470), + [anon_sym_layout] = ACTIONS(1470), }, - [361] = { + [365] = { [sym_identifier] = ACTIONS(1478), [aux_sym_preproc_include_token1] = ACTIONS(1478), [aux_sym_preproc_def_token1] = ACTIONS(1478), [aux_sym_preproc_if_token1] = ACTIONS(1478), - [aux_sym_preproc_if_token2] = ACTIONS(1478), [aux_sym_preproc_ifdef_token1] = ACTIONS(1478), [aux_sym_preproc_ifdef_token2] = ACTIONS(1478), [sym_preproc_directive] = ACTIONS(1478), @@ -70220,6 +70742,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1478), [anon_sym___vectorcall] = ACTIONS(1478), [anon_sym_LBRACE] = ACTIONS(1480), + [anon_sym_RBRACE] = ACTIONS(1480), [anon_sym_signed] = ACTIONS(1478), [anon_sym_unsigned] = ACTIONS(1478), [anon_sym_long] = ACTIONS(1478), @@ -70298,7 +70821,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1478), [anon_sym_layout] = ACTIONS(1478), }, - [362] = { + [366] = { + [sym_identifier] = ACTIONS(1506), + [aux_sym_preproc_include_token1] = ACTIONS(1506), + [aux_sym_preproc_def_token1] = ACTIONS(1506), + [aux_sym_preproc_if_token1] = ACTIONS(1506), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1506), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1506), + [sym_preproc_directive] = ACTIONS(1506), + [anon_sym_LPAREN2] = ACTIONS(1508), + [anon_sym_BANG] = ACTIONS(1508), + [anon_sym_TILDE] = ACTIONS(1508), + [anon_sym_DASH] = ACTIONS(1506), + [anon_sym_PLUS] = ACTIONS(1506), + [anon_sym_STAR] = ACTIONS(1508), + [anon_sym_AMP] = ACTIONS(1508), + [anon_sym_subroutine] = ACTIONS(1506), + [anon_sym_invariant] = ACTIONS(1506), + [anon_sym_precise] = ACTIONS(1506), + [anon_sym_SEMI] = ACTIONS(1508), + [anon_sym_in] = ACTIONS(1506), + [anon_sym_out] = ACTIONS(1506), + [anon_sym_inout] = ACTIONS(1506), + [anon_sym_uniform] = ACTIONS(1506), + [anon_sym_shared] = ACTIONS(1506), + [anon_sym_attribute] = ACTIONS(1506), + [anon_sym_varying] = ACTIONS(1506), + [anon_sym_buffer] = ACTIONS(1506), + [anon_sym_coherent] = ACTIONS(1506), + [anon_sym_readonly] = ACTIONS(1506), + [anon_sym_writeonly] = ACTIONS(1506), + [anon_sym_precision] = ACTIONS(1506), + [anon_sym_highp] = ACTIONS(1506), + [anon_sym_mediump] = ACTIONS(1506), + [anon_sym_lowp] = ACTIONS(1506), + [anon_sym_centroid] = ACTIONS(1506), + [anon_sym_sample] = ACTIONS(1506), + [anon_sym_patch] = ACTIONS(1506), + [anon_sym_smooth] = ACTIONS(1506), + [anon_sym_flat] = ACTIONS(1506), + [anon_sym_noperspective] = ACTIONS(1506), + [anon_sym___extension__] = ACTIONS(1506), + [anon_sym_typedef] = ACTIONS(1506), + [anon_sym_extern] = ACTIONS(1506), + [anon_sym___attribute__] = ACTIONS(1506), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1508), + [anon_sym___declspec] = ACTIONS(1506), + [anon_sym___cdecl] = ACTIONS(1506), + [anon_sym___clrcall] = ACTIONS(1506), + [anon_sym___stdcall] = ACTIONS(1506), + [anon_sym___fastcall] = ACTIONS(1506), + [anon_sym___thiscall] = ACTIONS(1506), + [anon_sym___vectorcall] = ACTIONS(1506), + [anon_sym_LBRACE] = ACTIONS(1508), + [anon_sym_RBRACE] = ACTIONS(1508), + [anon_sym_signed] = ACTIONS(1506), + [anon_sym_unsigned] = ACTIONS(1506), + [anon_sym_long] = ACTIONS(1506), + [anon_sym_short] = ACTIONS(1506), + [anon_sym_static] = ACTIONS(1506), + [anon_sym_auto] = ACTIONS(1506), + [anon_sym_register] = ACTIONS(1506), + [anon_sym_inline] = ACTIONS(1506), + [anon_sym___inline] = ACTIONS(1506), + [anon_sym___inline__] = ACTIONS(1506), + [anon_sym___forceinline] = ACTIONS(1506), + [anon_sym_thread_local] = ACTIONS(1506), + [anon_sym___thread] = ACTIONS(1506), + [anon_sym_const] = ACTIONS(1506), + [anon_sym_constexpr] = ACTIONS(1506), + [anon_sym_volatile] = ACTIONS(1506), + [anon_sym_restrict] = ACTIONS(1506), + [anon_sym___restrict__] = ACTIONS(1506), + [anon_sym__Atomic] = ACTIONS(1506), + [anon_sym__Noreturn] = ACTIONS(1506), + [anon_sym_noreturn] = ACTIONS(1506), + [sym_primitive_type] = ACTIONS(1506), + [anon_sym_enum] = ACTIONS(1506), + [anon_sym_struct] = ACTIONS(1506), + [anon_sym_union] = ACTIONS(1506), + [anon_sym_if] = ACTIONS(1506), + [anon_sym_switch] = ACTIONS(1506), + [anon_sym_case] = ACTIONS(1506), + [anon_sym_default] = ACTIONS(1506), + [anon_sym_while] = ACTIONS(1506), + [anon_sym_do] = ACTIONS(1506), + [anon_sym_for] = ACTIONS(1506), + [anon_sym_return] = ACTIONS(1506), + [anon_sym_break] = ACTIONS(1506), + [anon_sym_continue] = ACTIONS(1506), + [anon_sym_goto] = ACTIONS(1506), + [anon_sym_DASH_DASH] = ACTIONS(1508), + [anon_sym_PLUS_PLUS] = ACTIONS(1508), + [anon_sym_sizeof] = ACTIONS(1506), + [anon_sym___alignof__] = ACTIONS(1506), + [anon_sym___alignof] = ACTIONS(1506), + [anon_sym__alignof] = ACTIONS(1506), + [anon_sym_alignof] = ACTIONS(1506), + [anon_sym__Alignof] = ACTIONS(1506), + [anon_sym_offsetof] = ACTIONS(1506), + [anon_sym__Generic] = ACTIONS(1506), + [anon_sym_asm] = ACTIONS(1506), + [anon_sym___asm__] = ACTIONS(1506), + [sym_number_literal] = ACTIONS(1508), + [anon_sym_L_SQUOTE] = ACTIONS(1508), + [anon_sym_u_SQUOTE] = ACTIONS(1508), + [anon_sym_U_SQUOTE] = ACTIONS(1508), + [anon_sym_u8_SQUOTE] = ACTIONS(1508), + [anon_sym_SQUOTE] = ACTIONS(1508), + [anon_sym_L_DQUOTE] = ACTIONS(1508), + [anon_sym_u_DQUOTE] = ACTIONS(1508), + [anon_sym_U_DQUOTE] = ACTIONS(1508), + [anon_sym_u8_DQUOTE] = ACTIONS(1508), + [anon_sym_DQUOTE] = ACTIONS(1508), + [sym_true] = ACTIONS(1506), + [sym_false] = ACTIONS(1506), + [anon_sym_NULL] = ACTIONS(1506), + [anon_sym_nullptr] = ACTIONS(1506), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1506), + [anon_sym_rayPayloadInEXT] = ACTIONS(1506), + [anon_sym_hitAttributeEXT] = ACTIONS(1506), + [anon_sym_callableDataEXT] = ACTIONS(1506), + [anon_sym_callableDataInEXT] = ACTIONS(1506), + [anon_sym_shaderRecordEXT] = ACTIONS(1506), + [anon_sym_rayPayloadNV] = ACTIONS(1506), + [anon_sym_rayPayloadInNV] = ACTIONS(1506), + [anon_sym_hitAttributeNV] = ACTIONS(1506), + [anon_sym_callableDataNV] = ACTIONS(1506), + [anon_sym_callableDataInNV] = ACTIONS(1506), + [anon_sym_shaderRecordNV] = ACTIONS(1506), + [anon_sym_layout] = ACTIONS(1506), + }, + [367] = { [sym_identifier] = ACTIONS(1524), [aux_sym_preproc_include_token1] = ACTIONS(1524), [aux_sym_preproc_def_token1] = ACTIONS(1524), @@ -70430,276 +71085,407 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1524), [anon_sym_layout] = ACTIONS(1524), }, - [363] = { - [sym_identifier] = ACTIONS(1462), - [aux_sym_preproc_include_token1] = ACTIONS(1462), - [aux_sym_preproc_def_token1] = ACTIONS(1462), - [aux_sym_preproc_if_token1] = ACTIONS(1462), - [aux_sym_preproc_if_token2] = ACTIONS(1462), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1462), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1462), - [sym_preproc_directive] = ACTIONS(1462), - [anon_sym_LPAREN2] = ACTIONS(1464), - [anon_sym_BANG] = ACTIONS(1464), - [anon_sym_TILDE] = ACTIONS(1464), - [anon_sym_DASH] = ACTIONS(1462), - [anon_sym_PLUS] = ACTIONS(1462), - [anon_sym_STAR] = ACTIONS(1464), - [anon_sym_AMP] = ACTIONS(1464), - [anon_sym_subroutine] = ACTIONS(1462), - [anon_sym_invariant] = ACTIONS(1462), - [anon_sym_precise] = ACTIONS(1462), - [anon_sym_SEMI] = ACTIONS(1464), - [anon_sym_in] = ACTIONS(1462), - [anon_sym_out] = ACTIONS(1462), - [anon_sym_inout] = ACTIONS(1462), - [anon_sym_uniform] = ACTIONS(1462), - [anon_sym_shared] = ACTIONS(1462), - [anon_sym_attribute] = ACTIONS(1462), - [anon_sym_varying] = ACTIONS(1462), - [anon_sym_buffer] = ACTIONS(1462), - [anon_sym_coherent] = ACTIONS(1462), - [anon_sym_readonly] = ACTIONS(1462), - [anon_sym_writeonly] = ACTIONS(1462), - [anon_sym_precision] = ACTIONS(1462), - [anon_sym_highp] = ACTIONS(1462), - [anon_sym_mediump] = ACTIONS(1462), - [anon_sym_lowp] = ACTIONS(1462), - [anon_sym_centroid] = ACTIONS(1462), - [anon_sym_sample] = ACTIONS(1462), - [anon_sym_patch] = ACTIONS(1462), - [anon_sym_smooth] = ACTIONS(1462), - [anon_sym_flat] = ACTIONS(1462), - [anon_sym_noperspective] = ACTIONS(1462), - [anon_sym___extension__] = ACTIONS(1462), - [anon_sym_typedef] = ACTIONS(1462), - [anon_sym_extern] = ACTIONS(1462), - [anon_sym___attribute__] = ACTIONS(1462), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1464), - [anon_sym___declspec] = ACTIONS(1462), - [anon_sym___cdecl] = ACTIONS(1462), - [anon_sym___clrcall] = ACTIONS(1462), - [anon_sym___stdcall] = ACTIONS(1462), - [anon_sym___fastcall] = ACTIONS(1462), - [anon_sym___thiscall] = ACTIONS(1462), - [anon_sym___vectorcall] = ACTIONS(1462), - [anon_sym_LBRACE] = ACTIONS(1464), - [anon_sym_signed] = ACTIONS(1462), - [anon_sym_unsigned] = ACTIONS(1462), - [anon_sym_long] = ACTIONS(1462), - [anon_sym_short] = ACTIONS(1462), - [anon_sym_static] = ACTIONS(1462), - [anon_sym_auto] = ACTIONS(1462), - [anon_sym_register] = ACTIONS(1462), - [anon_sym_inline] = ACTIONS(1462), - [anon_sym___inline] = ACTIONS(1462), - [anon_sym___inline__] = ACTIONS(1462), - [anon_sym___forceinline] = ACTIONS(1462), - [anon_sym_thread_local] = ACTIONS(1462), - [anon_sym___thread] = ACTIONS(1462), - [anon_sym_const] = ACTIONS(1462), - [anon_sym_constexpr] = ACTIONS(1462), - [anon_sym_volatile] = ACTIONS(1462), - [anon_sym_restrict] = ACTIONS(1462), - [anon_sym___restrict__] = ACTIONS(1462), - [anon_sym__Atomic] = ACTIONS(1462), - [anon_sym__Noreturn] = ACTIONS(1462), - [anon_sym_noreturn] = ACTIONS(1462), - [sym_primitive_type] = ACTIONS(1462), - [anon_sym_enum] = ACTIONS(1462), - [anon_sym_struct] = ACTIONS(1462), - [anon_sym_union] = ACTIONS(1462), - [anon_sym_if] = ACTIONS(1462), - [anon_sym_switch] = ACTIONS(1462), - [anon_sym_case] = ACTIONS(1462), - [anon_sym_default] = ACTIONS(1462), - [anon_sym_while] = ACTIONS(1462), - [anon_sym_do] = ACTIONS(1462), - [anon_sym_for] = ACTIONS(1462), - [anon_sym_return] = ACTIONS(1462), - [anon_sym_break] = ACTIONS(1462), - [anon_sym_continue] = ACTIONS(1462), - [anon_sym_goto] = ACTIONS(1462), - [anon_sym_DASH_DASH] = ACTIONS(1464), - [anon_sym_PLUS_PLUS] = ACTIONS(1464), - [anon_sym_sizeof] = ACTIONS(1462), - [anon_sym___alignof__] = ACTIONS(1462), - [anon_sym___alignof] = ACTIONS(1462), - [anon_sym__alignof] = ACTIONS(1462), - [anon_sym_alignof] = ACTIONS(1462), - [anon_sym__Alignof] = ACTIONS(1462), - [anon_sym_offsetof] = ACTIONS(1462), - [anon_sym__Generic] = ACTIONS(1462), - [anon_sym_asm] = ACTIONS(1462), - [anon_sym___asm__] = ACTIONS(1462), - [sym_number_literal] = ACTIONS(1464), - [anon_sym_L_SQUOTE] = ACTIONS(1464), - [anon_sym_u_SQUOTE] = ACTIONS(1464), - [anon_sym_U_SQUOTE] = ACTIONS(1464), - [anon_sym_u8_SQUOTE] = ACTIONS(1464), - [anon_sym_SQUOTE] = ACTIONS(1464), - [anon_sym_L_DQUOTE] = ACTIONS(1464), - [anon_sym_u_DQUOTE] = ACTIONS(1464), - [anon_sym_U_DQUOTE] = ACTIONS(1464), - [anon_sym_u8_DQUOTE] = ACTIONS(1464), - [anon_sym_DQUOTE] = ACTIONS(1464), - [sym_true] = ACTIONS(1462), - [sym_false] = ACTIONS(1462), - [anon_sym_NULL] = ACTIONS(1462), - [anon_sym_nullptr] = ACTIONS(1462), + [368] = { + [sym_identifier] = ACTIONS(1474), + [aux_sym_preproc_include_token1] = ACTIONS(1474), + [aux_sym_preproc_def_token1] = ACTIONS(1474), + [aux_sym_preproc_if_token1] = ACTIONS(1474), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1474), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1474), + [sym_preproc_directive] = ACTIONS(1474), + [anon_sym_LPAREN2] = ACTIONS(1476), + [anon_sym_BANG] = ACTIONS(1476), + [anon_sym_TILDE] = ACTIONS(1476), + [anon_sym_DASH] = ACTIONS(1474), + [anon_sym_PLUS] = ACTIONS(1474), + [anon_sym_STAR] = ACTIONS(1476), + [anon_sym_AMP] = ACTIONS(1476), + [anon_sym_subroutine] = ACTIONS(1474), + [anon_sym_invariant] = ACTIONS(1474), + [anon_sym_precise] = ACTIONS(1474), + [anon_sym_SEMI] = ACTIONS(1476), + [anon_sym_in] = ACTIONS(1474), + [anon_sym_out] = ACTIONS(1474), + [anon_sym_inout] = ACTIONS(1474), + [anon_sym_uniform] = ACTIONS(1474), + [anon_sym_shared] = ACTIONS(1474), + [anon_sym_attribute] = ACTIONS(1474), + [anon_sym_varying] = ACTIONS(1474), + [anon_sym_buffer] = ACTIONS(1474), + [anon_sym_coherent] = ACTIONS(1474), + [anon_sym_readonly] = ACTIONS(1474), + [anon_sym_writeonly] = ACTIONS(1474), + [anon_sym_precision] = ACTIONS(1474), + [anon_sym_highp] = ACTIONS(1474), + [anon_sym_mediump] = ACTIONS(1474), + [anon_sym_lowp] = ACTIONS(1474), + [anon_sym_centroid] = ACTIONS(1474), + [anon_sym_sample] = ACTIONS(1474), + [anon_sym_patch] = ACTIONS(1474), + [anon_sym_smooth] = ACTIONS(1474), + [anon_sym_flat] = ACTIONS(1474), + [anon_sym_noperspective] = ACTIONS(1474), + [anon_sym___extension__] = ACTIONS(1474), + [anon_sym_typedef] = ACTIONS(1474), + [anon_sym_extern] = ACTIONS(1474), + [anon_sym___attribute__] = ACTIONS(1474), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), + [anon_sym___declspec] = ACTIONS(1474), + [anon_sym___cdecl] = ACTIONS(1474), + [anon_sym___clrcall] = ACTIONS(1474), + [anon_sym___stdcall] = ACTIONS(1474), + [anon_sym___fastcall] = ACTIONS(1474), + [anon_sym___thiscall] = ACTIONS(1474), + [anon_sym___vectorcall] = ACTIONS(1474), + [anon_sym_LBRACE] = ACTIONS(1476), + [anon_sym_RBRACE] = ACTIONS(1476), + [anon_sym_signed] = ACTIONS(1474), + [anon_sym_unsigned] = ACTIONS(1474), + [anon_sym_long] = ACTIONS(1474), + [anon_sym_short] = ACTIONS(1474), + [anon_sym_static] = ACTIONS(1474), + [anon_sym_auto] = ACTIONS(1474), + [anon_sym_register] = ACTIONS(1474), + [anon_sym_inline] = ACTIONS(1474), + [anon_sym___inline] = ACTIONS(1474), + [anon_sym___inline__] = ACTIONS(1474), + [anon_sym___forceinline] = ACTIONS(1474), + [anon_sym_thread_local] = ACTIONS(1474), + [anon_sym___thread] = ACTIONS(1474), + [anon_sym_const] = ACTIONS(1474), + [anon_sym_constexpr] = ACTIONS(1474), + [anon_sym_volatile] = ACTIONS(1474), + [anon_sym_restrict] = ACTIONS(1474), + [anon_sym___restrict__] = ACTIONS(1474), + [anon_sym__Atomic] = ACTIONS(1474), + [anon_sym__Noreturn] = ACTIONS(1474), + [anon_sym_noreturn] = ACTIONS(1474), + [sym_primitive_type] = ACTIONS(1474), + [anon_sym_enum] = ACTIONS(1474), + [anon_sym_struct] = ACTIONS(1474), + [anon_sym_union] = ACTIONS(1474), + [anon_sym_if] = ACTIONS(1474), + [anon_sym_switch] = ACTIONS(1474), + [anon_sym_case] = ACTIONS(1474), + [anon_sym_default] = ACTIONS(1474), + [anon_sym_while] = ACTIONS(1474), + [anon_sym_do] = ACTIONS(1474), + [anon_sym_for] = ACTIONS(1474), + [anon_sym_return] = ACTIONS(1474), + [anon_sym_break] = ACTIONS(1474), + [anon_sym_continue] = ACTIONS(1474), + [anon_sym_goto] = ACTIONS(1474), + [anon_sym_DASH_DASH] = ACTIONS(1476), + [anon_sym_PLUS_PLUS] = ACTIONS(1476), + [anon_sym_sizeof] = ACTIONS(1474), + [anon_sym___alignof__] = ACTIONS(1474), + [anon_sym___alignof] = ACTIONS(1474), + [anon_sym__alignof] = ACTIONS(1474), + [anon_sym_alignof] = ACTIONS(1474), + [anon_sym__Alignof] = ACTIONS(1474), + [anon_sym_offsetof] = ACTIONS(1474), + [anon_sym__Generic] = ACTIONS(1474), + [anon_sym_asm] = ACTIONS(1474), + [anon_sym___asm__] = ACTIONS(1474), + [sym_number_literal] = ACTIONS(1476), + [anon_sym_L_SQUOTE] = ACTIONS(1476), + [anon_sym_u_SQUOTE] = ACTIONS(1476), + [anon_sym_U_SQUOTE] = ACTIONS(1476), + [anon_sym_u8_SQUOTE] = ACTIONS(1476), + [anon_sym_SQUOTE] = ACTIONS(1476), + [anon_sym_L_DQUOTE] = ACTIONS(1476), + [anon_sym_u_DQUOTE] = ACTIONS(1476), + [anon_sym_U_DQUOTE] = ACTIONS(1476), + [anon_sym_u8_DQUOTE] = ACTIONS(1476), + [anon_sym_DQUOTE] = ACTIONS(1476), + [sym_true] = ACTIONS(1474), + [sym_false] = ACTIONS(1474), + [anon_sym_NULL] = ACTIONS(1474), + [anon_sym_nullptr] = ACTIONS(1474), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1462), - [anon_sym_rayPayloadInEXT] = ACTIONS(1462), - [anon_sym_hitAttributeEXT] = ACTIONS(1462), - [anon_sym_callableDataEXT] = ACTIONS(1462), - [anon_sym_callableDataInEXT] = ACTIONS(1462), - [anon_sym_shaderRecordEXT] = ACTIONS(1462), - [anon_sym_rayPayloadNV] = ACTIONS(1462), - [anon_sym_rayPayloadInNV] = ACTIONS(1462), - [anon_sym_hitAttributeNV] = ACTIONS(1462), - [anon_sym_callableDataNV] = ACTIONS(1462), - [anon_sym_callableDataInNV] = ACTIONS(1462), - [anon_sym_shaderRecordNV] = ACTIONS(1462), - [anon_sym_layout] = ACTIONS(1462), + [anon_sym_rayPayloadEXT] = ACTIONS(1474), + [anon_sym_rayPayloadInEXT] = ACTIONS(1474), + [anon_sym_hitAttributeEXT] = ACTIONS(1474), + [anon_sym_callableDataEXT] = ACTIONS(1474), + [anon_sym_callableDataInEXT] = ACTIONS(1474), + [anon_sym_shaderRecordEXT] = ACTIONS(1474), + [anon_sym_rayPayloadNV] = ACTIONS(1474), + [anon_sym_rayPayloadInNV] = ACTIONS(1474), + [anon_sym_hitAttributeNV] = ACTIONS(1474), + [anon_sym_callableDataNV] = ACTIONS(1474), + [anon_sym_callableDataInNV] = ACTIONS(1474), + [anon_sym_shaderRecordNV] = ACTIONS(1474), + [anon_sym_layout] = ACTIONS(1474), }, - [364] = { - [sym_identifier] = ACTIONS(1482), - [aux_sym_preproc_include_token1] = ACTIONS(1482), - [aux_sym_preproc_def_token1] = ACTIONS(1482), - [aux_sym_preproc_if_token1] = ACTIONS(1482), - [aux_sym_preproc_if_token2] = ACTIONS(1482), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1482), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1482), - [sym_preproc_directive] = ACTIONS(1482), - [anon_sym_LPAREN2] = ACTIONS(1484), - [anon_sym_BANG] = ACTIONS(1484), - [anon_sym_TILDE] = ACTIONS(1484), - [anon_sym_DASH] = ACTIONS(1482), - [anon_sym_PLUS] = ACTIONS(1482), - [anon_sym_STAR] = ACTIONS(1484), - [anon_sym_AMP] = ACTIONS(1484), - [anon_sym_subroutine] = ACTIONS(1482), - [anon_sym_invariant] = ACTIONS(1482), - [anon_sym_precise] = ACTIONS(1482), - [anon_sym_SEMI] = ACTIONS(1484), - [anon_sym_in] = ACTIONS(1482), - [anon_sym_out] = ACTIONS(1482), - [anon_sym_inout] = ACTIONS(1482), - [anon_sym_uniform] = ACTIONS(1482), - [anon_sym_shared] = ACTIONS(1482), - [anon_sym_attribute] = ACTIONS(1482), - [anon_sym_varying] = ACTIONS(1482), - [anon_sym_buffer] = ACTIONS(1482), - [anon_sym_coherent] = ACTIONS(1482), - [anon_sym_readonly] = ACTIONS(1482), - [anon_sym_writeonly] = ACTIONS(1482), - [anon_sym_precision] = ACTIONS(1482), - [anon_sym_highp] = ACTIONS(1482), - [anon_sym_mediump] = ACTIONS(1482), - [anon_sym_lowp] = ACTIONS(1482), - [anon_sym_centroid] = ACTIONS(1482), - [anon_sym_sample] = ACTIONS(1482), - [anon_sym_patch] = ACTIONS(1482), - [anon_sym_smooth] = ACTIONS(1482), - [anon_sym_flat] = ACTIONS(1482), - [anon_sym_noperspective] = ACTIONS(1482), - [anon_sym___extension__] = ACTIONS(1482), - [anon_sym_typedef] = ACTIONS(1482), - [anon_sym_extern] = ACTIONS(1482), - [anon_sym___attribute__] = ACTIONS(1482), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1484), - [anon_sym___declspec] = ACTIONS(1482), - [anon_sym___cdecl] = ACTIONS(1482), - [anon_sym___clrcall] = ACTIONS(1482), - [anon_sym___stdcall] = ACTIONS(1482), - [anon_sym___fastcall] = ACTIONS(1482), - [anon_sym___thiscall] = ACTIONS(1482), - [anon_sym___vectorcall] = ACTIONS(1482), - [anon_sym_LBRACE] = ACTIONS(1484), - [anon_sym_signed] = ACTIONS(1482), - [anon_sym_unsigned] = ACTIONS(1482), - [anon_sym_long] = ACTIONS(1482), - [anon_sym_short] = ACTIONS(1482), - [anon_sym_static] = ACTIONS(1482), - [anon_sym_auto] = ACTIONS(1482), - [anon_sym_register] = ACTIONS(1482), - [anon_sym_inline] = ACTIONS(1482), - [anon_sym___inline] = ACTIONS(1482), - [anon_sym___inline__] = ACTIONS(1482), - [anon_sym___forceinline] = ACTIONS(1482), - [anon_sym_thread_local] = ACTIONS(1482), - [anon_sym___thread] = ACTIONS(1482), - [anon_sym_const] = ACTIONS(1482), - [anon_sym_constexpr] = ACTIONS(1482), - [anon_sym_volatile] = ACTIONS(1482), - [anon_sym_restrict] = ACTIONS(1482), - [anon_sym___restrict__] = ACTIONS(1482), - [anon_sym__Atomic] = ACTIONS(1482), - [anon_sym__Noreturn] = ACTIONS(1482), - [anon_sym_noreturn] = ACTIONS(1482), - [sym_primitive_type] = ACTIONS(1482), - [anon_sym_enum] = ACTIONS(1482), - [anon_sym_struct] = ACTIONS(1482), - [anon_sym_union] = ACTIONS(1482), - [anon_sym_if] = ACTIONS(1482), - [anon_sym_switch] = ACTIONS(1482), - [anon_sym_case] = ACTIONS(1482), - [anon_sym_default] = ACTIONS(1482), - [anon_sym_while] = ACTIONS(1482), - [anon_sym_do] = ACTIONS(1482), - [anon_sym_for] = ACTIONS(1482), - [anon_sym_return] = ACTIONS(1482), - [anon_sym_break] = ACTIONS(1482), - [anon_sym_continue] = ACTIONS(1482), - [anon_sym_goto] = ACTIONS(1482), - [anon_sym_DASH_DASH] = ACTIONS(1484), - [anon_sym_PLUS_PLUS] = ACTIONS(1484), - [anon_sym_sizeof] = ACTIONS(1482), - [anon_sym___alignof__] = ACTIONS(1482), - [anon_sym___alignof] = ACTIONS(1482), - [anon_sym__alignof] = ACTIONS(1482), - [anon_sym_alignof] = ACTIONS(1482), - [anon_sym__Alignof] = ACTIONS(1482), - [anon_sym_offsetof] = ACTIONS(1482), - [anon_sym__Generic] = ACTIONS(1482), - [anon_sym_asm] = ACTIONS(1482), - [anon_sym___asm__] = ACTIONS(1482), - [sym_number_literal] = ACTIONS(1484), - [anon_sym_L_SQUOTE] = ACTIONS(1484), - [anon_sym_u_SQUOTE] = ACTIONS(1484), - [anon_sym_U_SQUOTE] = ACTIONS(1484), - [anon_sym_u8_SQUOTE] = ACTIONS(1484), - [anon_sym_SQUOTE] = ACTIONS(1484), - [anon_sym_L_DQUOTE] = ACTIONS(1484), - [anon_sym_u_DQUOTE] = ACTIONS(1484), - [anon_sym_U_DQUOTE] = ACTIONS(1484), - [anon_sym_u8_DQUOTE] = ACTIONS(1484), - [anon_sym_DQUOTE] = ACTIONS(1484), - [sym_true] = ACTIONS(1482), - [sym_false] = ACTIONS(1482), - [anon_sym_NULL] = ACTIONS(1482), - [anon_sym_nullptr] = ACTIONS(1482), + [369] = { + [sym_identifier] = ACTIONS(1548), + [aux_sym_preproc_include_token1] = ACTIONS(1548), + [aux_sym_preproc_def_token1] = ACTIONS(1548), + [aux_sym_preproc_if_token1] = ACTIONS(1548), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1548), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1548), + [sym_preproc_directive] = ACTIONS(1548), + [anon_sym_LPAREN2] = ACTIONS(1550), + [anon_sym_BANG] = ACTIONS(1550), + [anon_sym_TILDE] = ACTIONS(1550), + [anon_sym_DASH] = ACTIONS(1548), + [anon_sym_PLUS] = ACTIONS(1548), + [anon_sym_STAR] = ACTIONS(1550), + [anon_sym_AMP] = ACTIONS(1550), + [anon_sym_subroutine] = ACTIONS(1548), + [anon_sym_invariant] = ACTIONS(1548), + [anon_sym_precise] = ACTIONS(1548), + [anon_sym_SEMI] = ACTIONS(1550), + [anon_sym_in] = ACTIONS(1548), + [anon_sym_out] = ACTIONS(1548), + [anon_sym_inout] = ACTIONS(1548), + [anon_sym_uniform] = ACTIONS(1548), + [anon_sym_shared] = ACTIONS(1548), + [anon_sym_attribute] = ACTIONS(1548), + [anon_sym_varying] = ACTIONS(1548), + [anon_sym_buffer] = ACTIONS(1548), + [anon_sym_coherent] = ACTIONS(1548), + [anon_sym_readonly] = ACTIONS(1548), + [anon_sym_writeonly] = ACTIONS(1548), + [anon_sym_precision] = ACTIONS(1548), + [anon_sym_highp] = ACTIONS(1548), + [anon_sym_mediump] = ACTIONS(1548), + [anon_sym_lowp] = ACTIONS(1548), + [anon_sym_centroid] = ACTIONS(1548), + [anon_sym_sample] = ACTIONS(1548), + [anon_sym_patch] = ACTIONS(1548), + [anon_sym_smooth] = ACTIONS(1548), + [anon_sym_flat] = ACTIONS(1548), + [anon_sym_noperspective] = ACTIONS(1548), + [anon_sym___extension__] = ACTIONS(1548), + [anon_sym_typedef] = ACTIONS(1548), + [anon_sym_extern] = ACTIONS(1548), + [anon_sym___attribute__] = ACTIONS(1548), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1550), + [anon_sym___declspec] = ACTIONS(1548), + [anon_sym___cdecl] = ACTIONS(1548), + [anon_sym___clrcall] = ACTIONS(1548), + [anon_sym___stdcall] = ACTIONS(1548), + [anon_sym___fastcall] = ACTIONS(1548), + [anon_sym___thiscall] = ACTIONS(1548), + [anon_sym___vectorcall] = ACTIONS(1548), + [anon_sym_LBRACE] = ACTIONS(1550), + [anon_sym_RBRACE] = ACTIONS(1550), + [anon_sym_signed] = ACTIONS(1548), + [anon_sym_unsigned] = ACTIONS(1548), + [anon_sym_long] = ACTIONS(1548), + [anon_sym_short] = ACTIONS(1548), + [anon_sym_static] = ACTIONS(1548), + [anon_sym_auto] = ACTIONS(1548), + [anon_sym_register] = ACTIONS(1548), + [anon_sym_inline] = ACTIONS(1548), + [anon_sym___inline] = ACTIONS(1548), + [anon_sym___inline__] = ACTIONS(1548), + [anon_sym___forceinline] = ACTIONS(1548), + [anon_sym_thread_local] = ACTIONS(1548), + [anon_sym___thread] = ACTIONS(1548), + [anon_sym_const] = ACTIONS(1548), + [anon_sym_constexpr] = ACTIONS(1548), + [anon_sym_volatile] = ACTIONS(1548), + [anon_sym_restrict] = ACTIONS(1548), + [anon_sym___restrict__] = ACTIONS(1548), + [anon_sym__Atomic] = ACTIONS(1548), + [anon_sym__Noreturn] = ACTIONS(1548), + [anon_sym_noreturn] = ACTIONS(1548), + [sym_primitive_type] = ACTIONS(1548), + [anon_sym_enum] = ACTIONS(1548), + [anon_sym_struct] = ACTIONS(1548), + [anon_sym_union] = ACTIONS(1548), + [anon_sym_if] = ACTIONS(1548), + [anon_sym_switch] = ACTIONS(1548), + [anon_sym_case] = ACTIONS(1548), + [anon_sym_default] = ACTIONS(1548), + [anon_sym_while] = ACTIONS(1548), + [anon_sym_do] = ACTIONS(1548), + [anon_sym_for] = ACTIONS(1548), + [anon_sym_return] = ACTIONS(1548), + [anon_sym_break] = ACTIONS(1548), + [anon_sym_continue] = ACTIONS(1548), + [anon_sym_goto] = ACTIONS(1548), + [anon_sym_DASH_DASH] = ACTIONS(1550), + [anon_sym_PLUS_PLUS] = ACTIONS(1550), + [anon_sym_sizeof] = ACTIONS(1548), + [anon_sym___alignof__] = ACTIONS(1548), + [anon_sym___alignof] = ACTIONS(1548), + [anon_sym__alignof] = ACTIONS(1548), + [anon_sym_alignof] = ACTIONS(1548), + [anon_sym__Alignof] = ACTIONS(1548), + [anon_sym_offsetof] = ACTIONS(1548), + [anon_sym__Generic] = ACTIONS(1548), + [anon_sym_asm] = ACTIONS(1548), + [anon_sym___asm__] = ACTIONS(1548), + [sym_number_literal] = ACTIONS(1550), + [anon_sym_L_SQUOTE] = ACTIONS(1550), + [anon_sym_u_SQUOTE] = ACTIONS(1550), + [anon_sym_U_SQUOTE] = ACTIONS(1550), + [anon_sym_u8_SQUOTE] = ACTIONS(1550), + [anon_sym_SQUOTE] = ACTIONS(1550), + [anon_sym_L_DQUOTE] = ACTIONS(1550), + [anon_sym_u_DQUOTE] = ACTIONS(1550), + [anon_sym_U_DQUOTE] = ACTIONS(1550), + [anon_sym_u8_DQUOTE] = ACTIONS(1550), + [anon_sym_DQUOTE] = ACTIONS(1550), + [sym_true] = ACTIONS(1548), + [sym_false] = ACTIONS(1548), + [anon_sym_NULL] = ACTIONS(1548), + [anon_sym_nullptr] = ACTIONS(1548), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1482), - [anon_sym_rayPayloadInEXT] = ACTIONS(1482), - [anon_sym_hitAttributeEXT] = ACTIONS(1482), - [anon_sym_callableDataEXT] = ACTIONS(1482), - [anon_sym_callableDataInEXT] = ACTIONS(1482), - [anon_sym_shaderRecordEXT] = ACTIONS(1482), - [anon_sym_rayPayloadNV] = ACTIONS(1482), - [anon_sym_rayPayloadInNV] = ACTIONS(1482), - [anon_sym_hitAttributeNV] = ACTIONS(1482), - [anon_sym_callableDataNV] = ACTIONS(1482), - [anon_sym_callableDataInNV] = ACTIONS(1482), - [anon_sym_shaderRecordNV] = ACTIONS(1482), - [anon_sym_layout] = ACTIONS(1482), + [anon_sym_rayPayloadEXT] = ACTIONS(1548), + [anon_sym_rayPayloadInEXT] = ACTIONS(1548), + [anon_sym_hitAttributeEXT] = ACTIONS(1548), + [anon_sym_callableDataEXT] = ACTIONS(1548), + [anon_sym_callableDataInEXT] = ACTIONS(1548), + [anon_sym_shaderRecordEXT] = ACTIONS(1548), + [anon_sym_rayPayloadNV] = ACTIONS(1548), + [anon_sym_rayPayloadInNV] = ACTIONS(1548), + [anon_sym_hitAttributeNV] = ACTIONS(1548), + [anon_sym_callableDataNV] = ACTIONS(1548), + [anon_sym_callableDataInNV] = ACTIONS(1548), + [anon_sym_shaderRecordNV] = ACTIONS(1548), + [anon_sym_layout] = ACTIONS(1548), }, - [365] = { + [370] = { + [sym_identifier] = ACTIONS(1556), + [aux_sym_preproc_include_token1] = ACTIONS(1556), + [aux_sym_preproc_def_token1] = ACTIONS(1556), + [aux_sym_preproc_if_token1] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1556), + [sym_preproc_directive] = ACTIONS(1556), + [anon_sym_LPAREN2] = ACTIONS(1558), + [anon_sym_BANG] = ACTIONS(1558), + [anon_sym_TILDE] = ACTIONS(1558), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1558), + [anon_sym_AMP] = ACTIONS(1558), + [anon_sym_subroutine] = ACTIONS(1556), + [anon_sym_invariant] = ACTIONS(1556), + [anon_sym_precise] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1558), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_out] = ACTIONS(1556), + [anon_sym_inout] = ACTIONS(1556), + [anon_sym_uniform] = ACTIONS(1556), + [anon_sym_shared] = ACTIONS(1556), + [anon_sym_attribute] = ACTIONS(1556), + [anon_sym_varying] = ACTIONS(1556), + [anon_sym_buffer] = ACTIONS(1556), + [anon_sym_coherent] = ACTIONS(1556), + [anon_sym_readonly] = ACTIONS(1556), + [anon_sym_writeonly] = ACTIONS(1556), + [anon_sym_precision] = ACTIONS(1556), + [anon_sym_highp] = ACTIONS(1556), + [anon_sym_mediump] = ACTIONS(1556), + [anon_sym_lowp] = ACTIONS(1556), + [anon_sym_centroid] = ACTIONS(1556), + [anon_sym_sample] = ACTIONS(1556), + [anon_sym_patch] = ACTIONS(1556), + [anon_sym_smooth] = ACTIONS(1556), + [anon_sym_flat] = ACTIONS(1556), + [anon_sym_noperspective] = ACTIONS(1556), + [anon_sym___extension__] = ACTIONS(1556), + [anon_sym_typedef] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym___attribute__] = ACTIONS(1556), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1558), + [anon_sym___declspec] = ACTIONS(1556), + [anon_sym___cdecl] = ACTIONS(1556), + [anon_sym___clrcall] = ACTIONS(1556), + [anon_sym___stdcall] = ACTIONS(1556), + [anon_sym___fastcall] = ACTIONS(1556), + [anon_sym___thiscall] = ACTIONS(1556), + [anon_sym___vectorcall] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1558), + [anon_sym_RBRACE] = ACTIONS(1558), + [anon_sym_signed] = ACTIONS(1556), + [anon_sym_unsigned] = ACTIONS(1556), + [anon_sym_long] = ACTIONS(1556), + [anon_sym_short] = ACTIONS(1556), + [anon_sym_static] = ACTIONS(1556), + [anon_sym_auto] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_inline] = ACTIONS(1556), + [anon_sym___inline] = ACTIONS(1556), + [anon_sym___inline__] = ACTIONS(1556), + [anon_sym___forceinline] = ACTIONS(1556), + [anon_sym_thread_local] = ACTIONS(1556), + [anon_sym___thread] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_constexpr] = ACTIONS(1556), + [anon_sym_volatile] = ACTIONS(1556), + [anon_sym_restrict] = ACTIONS(1556), + [anon_sym___restrict__] = ACTIONS(1556), + [anon_sym__Atomic] = ACTIONS(1556), + [anon_sym__Noreturn] = ACTIONS(1556), + [anon_sym_noreturn] = ACTIONS(1556), + [sym_primitive_type] = ACTIONS(1556), + [anon_sym_enum] = ACTIONS(1556), + [anon_sym_struct] = ACTIONS(1556), + [anon_sym_union] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_switch] = ACTIONS(1556), + [anon_sym_case] = ACTIONS(1556), + [anon_sym_default] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_goto] = ACTIONS(1556), + [anon_sym_DASH_DASH] = ACTIONS(1558), + [anon_sym_PLUS_PLUS] = ACTIONS(1558), + [anon_sym_sizeof] = ACTIONS(1556), + [anon_sym___alignof__] = ACTIONS(1556), + [anon_sym___alignof] = ACTIONS(1556), + [anon_sym__alignof] = ACTIONS(1556), + [anon_sym_alignof] = ACTIONS(1556), + [anon_sym__Alignof] = ACTIONS(1556), + [anon_sym_offsetof] = ACTIONS(1556), + [anon_sym__Generic] = ACTIONS(1556), + [anon_sym_asm] = ACTIONS(1556), + [anon_sym___asm__] = ACTIONS(1556), + [sym_number_literal] = ACTIONS(1558), + [anon_sym_L_SQUOTE] = ACTIONS(1558), + [anon_sym_u_SQUOTE] = ACTIONS(1558), + [anon_sym_U_SQUOTE] = ACTIONS(1558), + [anon_sym_u8_SQUOTE] = ACTIONS(1558), + [anon_sym_SQUOTE] = ACTIONS(1558), + [anon_sym_L_DQUOTE] = ACTIONS(1558), + [anon_sym_u_DQUOTE] = ACTIONS(1558), + [anon_sym_U_DQUOTE] = ACTIONS(1558), + [anon_sym_u8_DQUOTE] = ACTIONS(1558), + [anon_sym_DQUOTE] = ACTIONS(1558), + [sym_true] = ACTIONS(1556), + [sym_false] = ACTIONS(1556), + [anon_sym_NULL] = ACTIONS(1556), + [anon_sym_nullptr] = ACTIONS(1556), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1556), + [anon_sym_rayPayloadInEXT] = ACTIONS(1556), + [anon_sym_hitAttributeEXT] = ACTIONS(1556), + [anon_sym_callableDataEXT] = ACTIONS(1556), + [anon_sym_callableDataInEXT] = ACTIONS(1556), + [anon_sym_shaderRecordEXT] = ACTIONS(1556), + [anon_sym_rayPayloadNV] = ACTIONS(1556), + [anon_sym_rayPayloadInNV] = ACTIONS(1556), + [anon_sym_hitAttributeNV] = ACTIONS(1556), + [anon_sym_callableDataNV] = ACTIONS(1556), + [anon_sym_callableDataInNV] = ACTIONS(1556), + [anon_sym_shaderRecordNV] = ACTIONS(1556), + [anon_sym_layout] = ACTIONS(1556), + }, + [371] = { [sym_identifier] = ACTIONS(1528), [aux_sym_preproc_include_token1] = ACTIONS(1528), [aux_sym_preproc_def_token1] = ACTIONS(1528), [aux_sym_preproc_if_token1] = ACTIONS(1528), - [aux_sym_preproc_if_token2] = ACTIONS(1528), [aux_sym_preproc_ifdef_token1] = ACTIONS(1528), [aux_sym_preproc_ifdef_token2] = ACTIONS(1528), [sym_preproc_directive] = ACTIONS(1528), @@ -70748,349 +71534,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1528), [anon_sym___vectorcall] = ACTIONS(1528), [anon_sym_LBRACE] = ACTIONS(1530), + [anon_sym_RBRACE] = ACTIONS(1530), [anon_sym_signed] = ACTIONS(1528), [anon_sym_unsigned] = ACTIONS(1528), [anon_sym_long] = ACTIONS(1528), [anon_sym_short] = ACTIONS(1528), [anon_sym_static] = ACTIONS(1528), - [anon_sym_auto] = ACTIONS(1528), - [anon_sym_register] = ACTIONS(1528), - [anon_sym_inline] = ACTIONS(1528), - [anon_sym___inline] = ACTIONS(1528), - [anon_sym___inline__] = ACTIONS(1528), - [anon_sym___forceinline] = ACTIONS(1528), - [anon_sym_thread_local] = ACTIONS(1528), - [anon_sym___thread] = ACTIONS(1528), - [anon_sym_const] = ACTIONS(1528), - [anon_sym_constexpr] = ACTIONS(1528), - [anon_sym_volatile] = ACTIONS(1528), - [anon_sym_restrict] = ACTIONS(1528), - [anon_sym___restrict__] = ACTIONS(1528), - [anon_sym__Atomic] = ACTIONS(1528), - [anon_sym__Noreturn] = ACTIONS(1528), - [anon_sym_noreturn] = ACTIONS(1528), - [sym_primitive_type] = ACTIONS(1528), - [anon_sym_enum] = ACTIONS(1528), - [anon_sym_struct] = ACTIONS(1528), - [anon_sym_union] = ACTIONS(1528), - [anon_sym_if] = ACTIONS(1528), - [anon_sym_switch] = ACTIONS(1528), - [anon_sym_case] = ACTIONS(1528), - [anon_sym_default] = ACTIONS(1528), - [anon_sym_while] = ACTIONS(1528), - [anon_sym_do] = ACTIONS(1528), - [anon_sym_for] = ACTIONS(1528), - [anon_sym_return] = ACTIONS(1528), - [anon_sym_break] = ACTIONS(1528), - [anon_sym_continue] = ACTIONS(1528), - [anon_sym_goto] = ACTIONS(1528), - [anon_sym_DASH_DASH] = ACTIONS(1530), - [anon_sym_PLUS_PLUS] = ACTIONS(1530), - [anon_sym_sizeof] = ACTIONS(1528), - [anon_sym___alignof__] = ACTIONS(1528), - [anon_sym___alignof] = ACTIONS(1528), - [anon_sym__alignof] = ACTIONS(1528), - [anon_sym_alignof] = ACTIONS(1528), - [anon_sym__Alignof] = ACTIONS(1528), - [anon_sym_offsetof] = ACTIONS(1528), - [anon_sym__Generic] = ACTIONS(1528), - [anon_sym_asm] = ACTIONS(1528), - [anon_sym___asm__] = ACTIONS(1528), - [sym_number_literal] = ACTIONS(1530), - [anon_sym_L_SQUOTE] = ACTIONS(1530), - [anon_sym_u_SQUOTE] = ACTIONS(1530), - [anon_sym_U_SQUOTE] = ACTIONS(1530), - [anon_sym_u8_SQUOTE] = ACTIONS(1530), - [anon_sym_SQUOTE] = ACTIONS(1530), - [anon_sym_L_DQUOTE] = ACTIONS(1530), - [anon_sym_u_DQUOTE] = ACTIONS(1530), - [anon_sym_U_DQUOTE] = ACTIONS(1530), - [anon_sym_u8_DQUOTE] = ACTIONS(1530), - [anon_sym_DQUOTE] = ACTIONS(1530), - [sym_true] = ACTIONS(1528), - [sym_false] = ACTIONS(1528), - [anon_sym_NULL] = ACTIONS(1528), - [anon_sym_nullptr] = ACTIONS(1528), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1528), - [anon_sym_rayPayloadInEXT] = ACTIONS(1528), - [anon_sym_hitAttributeEXT] = ACTIONS(1528), - [anon_sym_callableDataEXT] = ACTIONS(1528), - [anon_sym_callableDataInEXT] = ACTIONS(1528), - [anon_sym_shaderRecordEXT] = ACTIONS(1528), - [anon_sym_rayPayloadNV] = ACTIONS(1528), - [anon_sym_rayPayloadInNV] = ACTIONS(1528), - [anon_sym_hitAttributeNV] = ACTIONS(1528), - [anon_sym_callableDataNV] = ACTIONS(1528), - [anon_sym_callableDataInNV] = ACTIONS(1528), - [anon_sym_shaderRecordNV] = ACTIONS(1528), - [anon_sym_layout] = ACTIONS(1528), - }, - [366] = { - [sym_identifier] = ACTIONS(1470), - [aux_sym_preproc_include_token1] = ACTIONS(1470), - [aux_sym_preproc_def_token1] = ACTIONS(1470), - [aux_sym_preproc_if_token1] = ACTIONS(1470), - [aux_sym_preproc_if_token2] = ACTIONS(1470), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1470), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1470), - [sym_preproc_directive] = ACTIONS(1470), - [anon_sym_LPAREN2] = ACTIONS(1472), - [anon_sym_BANG] = ACTIONS(1472), - [anon_sym_TILDE] = ACTIONS(1472), - [anon_sym_DASH] = ACTIONS(1470), - [anon_sym_PLUS] = ACTIONS(1470), - [anon_sym_STAR] = ACTIONS(1472), - [anon_sym_AMP] = ACTIONS(1472), - [anon_sym_subroutine] = ACTIONS(1470), - [anon_sym_invariant] = ACTIONS(1470), - [anon_sym_precise] = ACTIONS(1470), - [anon_sym_SEMI] = ACTIONS(1472), - [anon_sym_in] = ACTIONS(1470), - [anon_sym_out] = ACTIONS(1470), - [anon_sym_inout] = ACTIONS(1470), - [anon_sym_uniform] = ACTIONS(1470), - [anon_sym_shared] = ACTIONS(1470), - [anon_sym_attribute] = ACTIONS(1470), - [anon_sym_varying] = ACTIONS(1470), - [anon_sym_buffer] = ACTIONS(1470), - [anon_sym_coherent] = ACTIONS(1470), - [anon_sym_readonly] = ACTIONS(1470), - [anon_sym_writeonly] = ACTIONS(1470), - [anon_sym_precision] = ACTIONS(1470), - [anon_sym_highp] = ACTIONS(1470), - [anon_sym_mediump] = ACTIONS(1470), - [anon_sym_lowp] = ACTIONS(1470), - [anon_sym_centroid] = ACTIONS(1470), - [anon_sym_sample] = ACTIONS(1470), - [anon_sym_patch] = ACTIONS(1470), - [anon_sym_smooth] = ACTIONS(1470), - [anon_sym_flat] = ACTIONS(1470), - [anon_sym_noperspective] = ACTIONS(1470), - [anon_sym___extension__] = ACTIONS(1470), - [anon_sym_typedef] = ACTIONS(1470), - [anon_sym_extern] = ACTIONS(1470), - [anon_sym___attribute__] = ACTIONS(1470), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1472), - [anon_sym___declspec] = ACTIONS(1470), - [anon_sym___cdecl] = ACTIONS(1470), - [anon_sym___clrcall] = ACTIONS(1470), - [anon_sym___stdcall] = ACTIONS(1470), - [anon_sym___fastcall] = ACTIONS(1470), - [anon_sym___thiscall] = ACTIONS(1470), - [anon_sym___vectorcall] = ACTIONS(1470), - [anon_sym_LBRACE] = ACTIONS(1472), - [anon_sym_signed] = ACTIONS(1470), - [anon_sym_unsigned] = ACTIONS(1470), - [anon_sym_long] = ACTIONS(1470), - [anon_sym_short] = ACTIONS(1470), - [anon_sym_static] = ACTIONS(1470), - [anon_sym_auto] = ACTIONS(1470), - [anon_sym_register] = ACTIONS(1470), - [anon_sym_inline] = ACTIONS(1470), - [anon_sym___inline] = ACTIONS(1470), - [anon_sym___inline__] = ACTIONS(1470), - [anon_sym___forceinline] = ACTIONS(1470), - [anon_sym_thread_local] = ACTIONS(1470), - [anon_sym___thread] = ACTIONS(1470), - [anon_sym_const] = ACTIONS(1470), - [anon_sym_constexpr] = ACTIONS(1470), - [anon_sym_volatile] = ACTIONS(1470), - [anon_sym_restrict] = ACTIONS(1470), - [anon_sym___restrict__] = ACTIONS(1470), - [anon_sym__Atomic] = ACTIONS(1470), - [anon_sym__Noreturn] = ACTIONS(1470), - [anon_sym_noreturn] = ACTIONS(1470), - [sym_primitive_type] = ACTIONS(1470), - [anon_sym_enum] = ACTIONS(1470), - [anon_sym_struct] = ACTIONS(1470), - [anon_sym_union] = ACTIONS(1470), - [anon_sym_if] = ACTIONS(1470), - [anon_sym_switch] = ACTIONS(1470), - [anon_sym_case] = ACTIONS(1470), - [anon_sym_default] = ACTIONS(1470), - [anon_sym_while] = ACTIONS(1470), - [anon_sym_do] = ACTIONS(1470), - [anon_sym_for] = ACTIONS(1470), - [anon_sym_return] = ACTIONS(1470), - [anon_sym_break] = ACTIONS(1470), - [anon_sym_continue] = ACTIONS(1470), - [anon_sym_goto] = ACTIONS(1470), - [anon_sym_DASH_DASH] = ACTIONS(1472), - [anon_sym_PLUS_PLUS] = ACTIONS(1472), - [anon_sym_sizeof] = ACTIONS(1470), - [anon_sym___alignof__] = ACTIONS(1470), - [anon_sym___alignof] = ACTIONS(1470), - [anon_sym__alignof] = ACTIONS(1470), - [anon_sym_alignof] = ACTIONS(1470), - [anon_sym__Alignof] = ACTIONS(1470), - [anon_sym_offsetof] = ACTIONS(1470), - [anon_sym__Generic] = ACTIONS(1470), - [anon_sym_asm] = ACTIONS(1470), - [anon_sym___asm__] = ACTIONS(1470), - [sym_number_literal] = ACTIONS(1472), - [anon_sym_L_SQUOTE] = ACTIONS(1472), - [anon_sym_u_SQUOTE] = ACTIONS(1472), - [anon_sym_U_SQUOTE] = ACTIONS(1472), - [anon_sym_u8_SQUOTE] = ACTIONS(1472), - [anon_sym_SQUOTE] = ACTIONS(1472), - [anon_sym_L_DQUOTE] = ACTIONS(1472), - [anon_sym_u_DQUOTE] = ACTIONS(1472), - [anon_sym_U_DQUOTE] = ACTIONS(1472), - [anon_sym_u8_DQUOTE] = ACTIONS(1472), - [anon_sym_DQUOTE] = ACTIONS(1472), - [sym_true] = ACTIONS(1470), - [sym_false] = ACTIONS(1470), - [anon_sym_NULL] = ACTIONS(1470), - [anon_sym_nullptr] = ACTIONS(1470), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1470), - [anon_sym_rayPayloadInEXT] = ACTIONS(1470), - [anon_sym_hitAttributeEXT] = ACTIONS(1470), - [anon_sym_callableDataEXT] = ACTIONS(1470), - [anon_sym_callableDataInEXT] = ACTIONS(1470), - [anon_sym_shaderRecordEXT] = ACTIONS(1470), - [anon_sym_rayPayloadNV] = ACTIONS(1470), - [anon_sym_rayPayloadInNV] = ACTIONS(1470), - [anon_sym_hitAttributeNV] = ACTIONS(1470), - [anon_sym_callableDataNV] = ACTIONS(1470), - [anon_sym_callableDataInNV] = ACTIONS(1470), - [anon_sym_shaderRecordNV] = ACTIONS(1470), - [anon_sym_layout] = ACTIONS(1470), - }, - [367] = { - [sym_identifier] = ACTIONS(1544), - [aux_sym_preproc_include_token1] = ACTIONS(1544), - [aux_sym_preproc_def_token1] = ACTIONS(1544), - [aux_sym_preproc_if_token1] = ACTIONS(1544), - [aux_sym_preproc_if_token2] = ACTIONS(1544), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1544), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1544), - [sym_preproc_directive] = ACTIONS(1544), - [anon_sym_LPAREN2] = ACTIONS(1546), - [anon_sym_BANG] = ACTIONS(1546), - [anon_sym_TILDE] = ACTIONS(1546), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_STAR] = ACTIONS(1546), - [anon_sym_AMP] = ACTIONS(1546), - [anon_sym_subroutine] = ACTIONS(1544), - [anon_sym_invariant] = ACTIONS(1544), - [anon_sym_precise] = ACTIONS(1544), - [anon_sym_SEMI] = ACTIONS(1546), - [anon_sym_in] = ACTIONS(1544), - [anon_sym_out] = ACTIONS(1544), - [anon_sym_inout] = ACTIONS(1544), - [anon_sym_uniform] = ACTIONS(1544), - [anon_sym_shared] = ACTIONS(1544), - [anon_sym_attribute] = ACTIONS(1544), - [anon_sym_varying] = ACTIONS(1544), - [anon_sym_buffer] = ACTIONS(1544), - [anon_sym_coherent] = ACTIONS(1544), - [anon_sym_readonly] = ACTIONS(1544), - [anon_sym_writeonly] = ACTIONS(1544), - [anon_sym_precision] = ACTIONS(1544), - [anon_sym_highp] = ACTIONS(1544), - [anon_sym_mediump] = ACTIONS(1544), - [anon_sym_lowp] = ACTIONS(1544), - [anon_sym_centroid] = ACTIONS(1544), - [anon_sym_sample] = ACTIONS(1544), - [anon_sym_patch] = ACTIONS(1544), - [anon_sym_smooth] = ACTIONS(1544), - [anon_sym_flat] = ACTIONS(1544), - [anon_sym_noperspective] = ACTIONS(1544), - [anon_sym___extension__] = ACTIONS(1544), - [anon_sym_typedef] = ACTIONS(1544), - [anon_sym_extern] = ACTIONS(1544), - [anon_sym___attribute__] = ACTIONS(1544), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1546), - [anon_sym___declspec] = ACTIONS(1544), - [anon_sym___cdecl] = ACTIONS(1544), - [anon_sym___clrcall] = ACTIONS(1544), - [anon_sym___stdcall] = ACTIONS(1544), - [anon_sym___fastcall] = ACTIONS(1544), - [anon_sym___thiscall] = ACTIONS(1544), - [anon_sym___vectorcall] = ACTIONS(1544), - [anon_sym_LBRACE] = ACTIONS(1546), - [anon_sym_signed] = ACTIONS(1544), - [anon_sym_unsigned] = ACTIONS(1544), - [anon_sym_long] = ACTIONS(1544), - [anon_sym_short] = ACTIONS(1544), - [anon_sym_static] = ACTIONS(1544), - [anon_sym_auto] = ACTIONS(1544), - [anon_sym_register] = ACTIONS(1544), - [anon_sym_inline] = ACTIONS(1544), - [anon_sym___inline] = ACTIONS(1544), - [anon_sym___inline__] = ACTIONS(1544), - [anon_sym___forceinline] = ACTIONS(1544), - [anon_sym_thread_local] = ACTIONS(1544), - [anon_sym___thread] = ACTIONS(1544), - [anon_sym_const] = ACTIONS(1544), - [anon_sym_constexpr] = ACTIONS(1544), - [anon_sym_volatile] = ACTIONS(1544), - [anon_sym_restrict] = ACTIONS(1544), - [anon_sym___restrict__] = ACTIONS(1544), - [anon_sym__Atomic] = ACTIONS(1544), - [anon_sym__Noreturn] = ACTIONS(1544), - [anon_sym_noreturn] = ACTIONS(1544), - [sym_primitive_type] = ACTIONS(1544), - [anon_sym_enum] = ACTIONS(1544), - [anon_sym_struct] = ACTIONS(1544), - [anon_sym_union] = ACTIONS(1544), - [anon_sym_if] = ACTIONS(1544), - [anon_sym_switch] = ACTIONS(1544), - [anon_sym_case] = ACTIONS(1544), - [anon_sym_default] = ACTIONS(1544), - [anon_sym_while] = ACTIONS(1544), - [anon_sym_do] = ACTIONS(1544), - [anon_sym_for] = ACTIONS(1544), - [anon_sym_return] = ACTIONS(1544), - [anon_sym_break] = ACTIONS(1544), - [anon_sym_continue] = ACTIONS(1544), - [anon_sym_goto] = ACTIONS(1544), - [anon_sym_DASH_DASH] = ACTIONS(1546), - [anon_sym_PLUS_PLUS] = ACTIONS(1546), - [anon_sym_sizeof] = ACTIONS(1544), - [anon_sym___alignof__] = ACTIONS(1544), - [anon_sym___alignof] = ACTIONS(1544), - [anon_sym__alignof] = ACTIONS(1544), - [anon_sym_alignof] = ACTIONS(1544), - [anon_sym__Alignof] = ACTIONS(1544), - [anon_sym_offsetof] = ACTIONS(1544), - [anon_sym__Generic] = ACTIONS(1544), - [anon_sym_asm] = ACTIONS(1544), - [anon_sym___asm__] = ACTIONS(1544), - [sym_number_literal] = ACTIONS(1546), - [anon_sym_L_SQUOTE] = ACTIONS(1546), - [anon_sym_u_SQUOTE] = ACTIONS(1546), - [anon_sym_U_SQUOTE] = ACTIONS(1546), - [anon_sym_u8_SQUOTE] = ACTIONS(1546), - [anon_sym_SQUOTE] = ACTIONS(1546), - [anon_sym_L_DQUOTE] = ACTIONS(1546), - [anon_sym_u_DQUOTE] = ACTIONS(1546), - [anon_sym_U_DQUOTE] = ACTIONS(1546), - [anon_sym_u8_DQUOTE] = ACTIONS(1546), - [anon_sym_DQUOTE] = ACTIONS(1546), - [sym_true] = ACTIONS(1544), - [sym_false] = ACTIONS(1544), - [anon_sym_NULL] = ACTIONS(1544), - [anon_sym_nullptr] = ACTIONS(1544), + [anon_sym_auto] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_inline] = ACTIONS(1528), + [anon_sym___inline] = ACTIONS(1528), + [anon_sym___inline__] = ACTIONS(1528), + [anon_sym___forceinline] = ACTIONS(1528), + [anon_sym_thread_local] = ACTIONS(1528), + [anon_sym___thread] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [anon_sym_constexpr] = ACTIONS(1528), + [anon_sym_volatile] = ACTIONS(1528), + [anon_sym_restrict] = ACTIONS(1528), + [anon_sym___restrict__] = ACTIONS(1528), + [anon_sym__Atomic] = ACTIONS(1528), + [anon_sym__Noreturn] = ACTIONS(1528), + [anon_sym_noreturn] = ACTIONS(1528), + [sym_primitive_type] = ACTIONS(1528), + [anon_sym_enum] = ACTIONS(1528), + [anon_sym_struct] = ACTIONS(1528), + [anon_sym_union] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_switch] = ACTIONS(1528), + [anon_sym_case] = ACTIONS(1528), + [anon_sym_default] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_goto] = ACTIONS(1528), + [anon_sym_DASH_DASH] = ACTIONS(1530), + [anon_sym_PLUS_PLUS] = ACTIONS(1530), + [anon_sym_sizeof] = ACTIONS(1528), + [anon_sym___alignof__] = ACTIONS(1528), + [anon_sym___alignof] = ACTIONS(1528), + [anon_sym__alignof] = ACTIONS(1528), + [anon_sym_alignof] = ACTIONS(1528), + [anon_sym__Alignof] = ACTIONS(1528), + [anon_sym_offsetof] = ACTIONS(1528), + [anon_sym__Generic] = ACTIONS(1528), + [anon_sym_asm] = ACTIONS(1528), + [anon_sym___asm__] = ACTIONS(1528), + [sym_number_literal] = ACTIONS(1530), + [anon_sym_L_SQUOTE] = ACTIONS(1530), + [anon_sym_u_SQUOTE] = ACTIONS(1530), + [anon_sym_U_SQUOTE] = ACTIONS(1530), + [anon_sym_u8_SQUOTE] = ACTIONS(1530), + [anon_sym_SQUOTE] = ACTIONS(1530), + [anon_sym_L_DQUOTE] = ACTIONS(1530), + [anon_sym_u_DQUOTE] = ACTIONS(1530), + [anon_sym_U_DQUOTE] = ACTIONS(1530), + [anon_sym_u8_DQUOTE] = ACTIONS(1530), + [anon_sym_DQUOTE] = ACTIONS(1530), + [sym_true] = ACTIONS(1528), + [sym_false] = ACTIONS(1528), + [anon_sym_NULL] = ACTIONS(1528), + [anon_sym_nullptr] = ACTIONS(1528), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1544), - [anon_sym_rayPayloadInEXT] = ACTIONS(1544), - [anon_sym_hitAttributeEXT] = ACTIONS(1544), - [anon_sym_callableDataEXT] = ACTIONS(1544), - [anon_sym_callableDataInEXT] = ACTIONS(1544), - [anon_sym_shaderRecordEXT] = ACTIONS(1544), - [anon_sym_rayPayloadNV] = ACTIONS(1544), - [anon_sym_rayPayloadInNV] = ACTIONS(1544), - [anon_sym_hitAttributeNV] = ACTIONS(1544), - [anon_sym_callableDataNV] = ACTIONS(1544), - [anon_sym_callableDataInNV] = ACTIONS(1544), - [anon_sym_shaderRecordNV] = ACTIONS(1544), - [anon_sym_layout] = ACTIONS(1544), + [anon_sym_rayPayloadEXT] = ACTIONS(1528), + [anon_sym_rayPayloadInEXT] = ACTIONS(1528), + [anon_sym_hitAttributeEXT] = ACTIONS(1528), + [anon_sym_callableDataEXT] = ACTIONS(1528), + [anon_sym_callableDataInEXT] = ACTIONS(1528), + [anon_sym_shaderRecordEXT] = ACTIONS(1528), + [anon_sym_rayPayloadNV] = ACTIONS(1528), + [anon_sym_rayPayloadInNV] = ACTIONS(1528), + [anon_sym_hitAttributeNV] = ACTIONS(1528), + [anon_sym_callableDataNV] = ACTIONS(1528), + [anon_sym_callableDataInNV] = ACTIONS(1528), + [anon_sym_shaderRecordNV] = ACTIONS(1528), + [anon_sym_layout] = ACTIONS(1528), }, - [368] = { + [372] = { [sym_identifier] = ACTIONS(1552), [aux_sym_preproc_include_token1] = ACTIONS(1552), [aux_sym_preproc_def_token1] = ACTIONS(1552), @@ -71222,275 +71745,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1552), [anon_sym_layout] = ACTIONS(1552), }, - [369] = { - [sym_identifier] = ACTIONS(1466), - [aux_sym_preproc_include_token1] = ACTIONS(1466), - [aux_sym_preproc_def_token1] = ACTIONS(1466), - [aux_sym_preproc_if_token1] = ACTIONS(1466), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1466), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1466), - [sym_preproc_directive] = ACTIONS(1466), - [anon_sym_LPAREN2] = ACTIONS(1468), - [anon_sym_BANG] = ACTIONS(1468), - [anon_sym_TILDE] = ACTIONS(1468), - [anon_sym_DASH] = ACTIONS(1466), - [anon_sym_PLUS] = ACTIONS(1466), - [anon_sym_STAR] = ACTIONS(1468), - [anon_sym_AMP] = ACTIONS(1468), - [anon_sym_subroutine] = ACTIONS(1466), - [anon_sym_invariant] = ACTIONS(1466), - [anon_sym_precise] = ACTIONS(1466), - [anon_sym_SEMI] = ACTIONS(1468), - [anon_sym_in] = ACTIONS(1466), - [anon_sym_out] = ACTIONS(1466), - [anon_sym_inout] = ACTIONS(1466), - [anon_sym_uniform] = ACTIONS(1466), - [anon_sym_shared] = ACTIONS(1466), - [anon_sym_attribute] = ACTIONS(1466), - [anon_sym_varying] = ACTIONS(1466), - [anon_sym_buffer] = ACTIONS(1466), - [anon_sym_coherent] = ACTIONS(1466), - [anon_sym_readonly] = ACTIONS(1466), - [anon_sym_writeonly] = ACTIONS(1466), - [anon_sym_precision] = ACTIONS(1466), - [anon_sym_highp] = ACTIONS(1466), - [anon_sym_mediump] = ACTIONS(1466), - [anon_sym_lowp] = ACTIONS(1466), - [anon_sym_centroid] = ACTIONS(1466), - [anon_sym_sample] = ACTIONS(1466), - [anon_sym_patch] = ACTIONS(1466), - [anon_sym_smooth] = ACTIONS(1466), - [anon_sym_flat] = ACTIONS(1466), - [anon_sym_noperspective] = ACTIONS(1466), - [anon_sym___extension__] = ACTIONS(1466), - [anon_sym_typedef] = ACTIONS(1466), - [anon_sym_extern] = ACTIONS(1466), - [anon_sym___attribute__] = ACTIONS(1466), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1468), - [anon_sym___declspec] = ACTIONS(1466), - [anon_sym___cdecl] = ACTIONS(1466), - [anon_sym___clrcall] = ACTIONS(1466), - [anon_sym___stdcall] = ACTIONS(1466), - [anon_sym___fastcall] = ACTIONS(1466), - [anon_sym___thiscall] = ACTIONS(1466), - [anon_sym___vectorcall] = ACTIONS(1466), - [anon_sym_LBRACE] = ACTIONS(1468), - [anon_sym_RBRACE] = ACTIONS(1468), - [anon_sym_signed] = ACTIONS(1466), - [anon_sym_unsigned] = ACTIONS(1466), - [anon_sym_long] = ACTIONS(1466), - [anon_sym_short] = ACTIONS(1466), - [anon_sym_static] = ACTIONS(1466), - [anon_sym_auto] = ACTIONS(1466), - [anon_sym_register] = ACTIONS(1466), - [anon_sym_inline] = ACTIONS(1466), - [anon_sym___inline] = ACTIONS(1466), - [anon_sym___inline__] = ACTIONS(1466), - [anon_sym___forceinline] = ACTIONS(1466), - [anon_sym_thread_local] = ACTIONS(1466), - [anon_sym___thread] = ACTIONS(1466), - [anon_sym_const] = ACTIONS(1466), - [anon_sym_constexpr] = ACTIONS(1466), - [anon_sym_volatile] = ACTIONS(1466), - [anon_sym_restrict] = ACTIONS(1466), - [anon_sym___restrict__] = ACTIONS(1466), - [anon_sym__Atomic] = ACTIONS(1466), - [anon_sym__Noreturn] = ACTIONS(1466), - [anon_sym_noreturn] = ACTIONS(1466), - [sym_primitive_type] = ACTIONS(1466), - [anon_sym_enum] = ACTIONS(1466), - [anon_sym_struct] = ACTIONS(1466), - [anon_sym_union] = ACTIONS(1466), - [anon_sym_if] = ACTIONS(1466), - [anon_sym_switch] = ACTIONS(1466), - [anon_sym_case] = ACTIONS(1466), - [anon_sym_default] = ACTIONS(1466), - [anon_sym_while] = ACTIONS(1466), - [anon_sym_do] = ACTIONS(1466), - [anon_sym_for] = ACTIONS(1466), - [anon_sym_return] = ACTIONS(1466), - [anon_sym_break] = ACTIONS(1466), - [anon_sym_continue] = ACTIONS(1466), - [anon_sym_goto] = ACTIONS(1466), - [anon_sym_DASH_DASH] = ACTIONS(1468), - [anon_sym_PLUS_PLUS] = ACTIONS(1468), - [anon_sym_sizeof] = ACTIONS(1466), - [anon_sym___alignof__] = ACTIONS(1466), - [anon_sym___alignof] = ACTIONS(1466), - [anon_sym__alignof] = ACTIONS(1466), - [anon_sym_alignof] = ACTIONS(1466), - [anon_sym__Alignof] = ACTIONS(1466), - [anon_sym_offsetof] = ACTIONS(1466), - [anon_sym__Generic] = ACTIONS(1466), - [anon_sym_asm] = ACTIONS(1466), - [anon_sym___asm__] = ACTIONS(1466), - [sym_number_literal] = ACTIONS(1468), - [anon_sym_L_SQUOTE] = ACTIONS(1468), - [anon_sym_u_SQUOTE] = ACTIONS(1468), - [anon_sym_U_SQUOTE] = ACTIONS(1468), - [anon_sym_u8_SQUOTE] = ACTIONS(1468), - [anon_sym_SQUOTE] = ACTIONS(1468), - [anon_sym_L_DQUOTE] = ACTIONS(1468), - [anon_sym_u_DQUOTE] = ACTIONS(1468), - [anon_sym_U_DQUOTE] = ACTIONS(1468), - [anon_sym_u8_DQUOTE] = ACTIONS(1468), - [anon_sym_DQUOTE] = ACTIONS(1468), - [sym_true] = ACTIONS(1466), - [sym_false] = ACTIONS(1466), - [anon_sym_NULL] = ACTIONS(1466), - [anon_sym_nullptr] = ACTIONS(1466), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1466), - [anon_sym_rayPayloadInEXT] = ACTIONS(1466), - [anon_sym_hitAttributeEXT] = ACTIONS(1466), - [anon_sym_callableDataEXT] = ACTIONS(1466), - [anon_sym_callableDataInEXT] = ACTIONS(1466), - [anon_sym_shaderRecordEXT] = ACTIONS(1466), - [anon_sym_rayPayloadNV] = ACTIONS(1466), - [anon_sym_rayPayloadInNV] = ACTIONS(1466), - [anon_sym_hitAttributeNV] = ACTIONS(1466), - [anon_sym_callableDataNV] = ACTIONS(1466), - [anon_sym_callableDataInNV] = ACTIONS(1466), - [anon_sym_shaderRecordNV] = ACTIONS(1466), - [anon_sym_layout] = ACTIONS(1466), - }, - [370] = { - [sym_identifier] = ACTIONS(1462), - [aux_sym_preproc_include_token1] = ACTIONS(1462), - [aux_sym_preproc_def_token1] = ACTIONS(1462), - [aux_sym_preproc_if_token1] = ACTIONS(1462), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1462), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1462), - [sym_preproc_directive] = ACTIONS(1462), - [anon_sym_LPAREN2] = ACTIONS(1464), - [anon_sym_BANG] = ACTIONS(1464), - [anon_sym_TILDE] = ACTIONS(1464), - [anon_sym_DASH] = ACTIONS(1462), - [anon_sym_PLUS] = ACTIONS(1462), - [anon_sym_STAR] = ACTIONS(1464), - [anon_sym_AMP] = ACTIONS(1464), - [anon_sym_subroutine] = ACTIONS(1462), - [anon_sym_invariant] = ACTIONS(1462), - [anon_sym_precise] = ACTIONS(1462), - [anon_sym_SEMI] = ACTIONS(1464), - [anon_sym_in] = ACTIONS(1462), - [anon_sym_out] = ACTIONS(1462), - [anon_sym_inout] = ACTIONS(1462), - [anon_sym_uniform] = ACTIONS(1462), - [anon_sym_shared] = ACTIONS(1462), - [anon_sym_attribute] = ACTIONS(1462), - [anon_sym_varying] = ACTIONS(1462), - [anon_sym_buffer] = ACTIONS(1462), - [anon_sym_coherent] = ACTIONS(1462), - [anon_sym_readonly] = ACTIONS(1462), - [anon_sym_writeonly] = ACTIONS(1462), - [anon_sym_precision] = ACTIONS(1462), - [anon_sym_highp] = ACTIONS(1462), - [anon_sym_mediump] = ACTIONS(1462), - [anon_sym_lowp] = ACTIONS(1462), - [anon_sym_centroid] = ACTIONS(1462), - [anon_sym_sample] = ACTIONS(1462), - [anon_sym_patch] = ACTIONS(1462), - [anon_sym_smooth] = ACTIONS(1462), - [anon_sym_flat] = ACTIONS(1462), - [anon_sym_noperspective] = ACTIONS(1462), - [anon_sym___extension__] = ACTIONS(1462), - [anon_sym_typedef] = ACTIONS(1462), - [anon_sym_extern] = ACTIONS(1462), - [anon_sym___attribute__] = ACTIONS(1462), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1464), - [anon_sym___declspec] = ACTIONS(1462), - [anon_sym___cdecl] = ACTIONS(1462), - [anon_sym___clrcall] = ACTIONS(1462), - [anon_sym___stdcall] = ACTIONS(1462), - [anon_sym___fastcall] = ACTIONS(1462), - [anon_sym___thiscall] = ACTIONS(1462), - [anon_sym___vectorcall] = ACTIONS(1462), - [anon_sym_LBRACE] = ACTIONS(1464), - [anon_sym_RBRACE] = ACTIONS(1464), - [anon_sym_signed] = ACTIONS(1462), - [anon_sym_unsigned] = ACTIONS(1462), - [anon_sym_long] = ACTIONS(1462), - [anon_sym_short] = ACTIONS(1462), - [anon_sym_static] = ACTIONS(1462), - [anon_sym_auto] = ACTIONS(1462), - [anon_sym_register] = ACTIONS(1462), - [anon_sym_inline] = ACTIONS(1462), - [anon_sym___inline] = ACTIONS(1462), - [anon_sym___inline__] = ACTIONS(1462), - [anon_sym___forceinline] = ACTIONS(1462), - [anon_sym_thread_local] = ACTIONS(1462), - [anon_sym___thread] = ACTIONS(1462), - [anon_sym_const] = ACTIONS(1462), - [anon_sym_constexpr] = ACTIONS(1462), - [anon_sym_volatile] = ACTIONS(1462), - [anon_sym_restrict] = ACTIONS(1462), - [anon_sym___restrict__] = ACTIONS(1462), - [anon_sym__Atomic] = ACTIONS(1462), - [anon_sym__Noreturn] = ACTIONS(1462), - [anon_sym_noreturn] = ACTIONS(1462), - [sym_primitive_type] = ACTIONS(1462), - [anon_sym_enum] = ACTIONS(1462), - [anon_sym_struct] = ACTIONS(1462), - [anon_sym_union] = ACTIONS(1462), - [anon_sym_if] = ACTIONS(1462), - [anon_sym_switch] = ACTIONS(1462), - [anon_sym_case] = ACTIONS(1462), - [anon_sym_default] = ACTIONS(1462), - [anon_sym_while] = ACTIONS(1462), - [anon_sym_do] = ACTIONS(1462), - [anon_sym_for] = ACTIONS(1462), - [anon_sym_return] = ACTIONS(1462), - [anon_sym_break] = ACTIONS(1462), - [anon_sym_continue] = ACTIONS(1462), - [anon_sym_goto] = ACTIONS(1462), - [anon_sym_DASH_DASH] = ACTIONS(1464), - [anon_sym_PLUS_PLUS] = ACTIONS(1464), - [anon_sym_sizeof] = ACTIONS(1462), - [anon_sym___alignof__] = ACTIONS(1462), - [anon_sym___alignof] = ACTIONS(1462), - [anon_sym__alignof] = ACTIONS(1462), - [anon_sym_alignof] = ACTIONS(1462), - [anon_sym__Alignof] = ACTIONS(1462), - [anon_sym_offsetof] = ACTIONS(1462), - [anon_sym__Generic] = ACTIONS(1462), - [anon_sym_asm] = ACTIONS(1462), - [anon_sym___asm__] = ACTIONS(1462), - [sym_number_literal] = ACTIONS(1464), - [anon_sym_L_SQUOTE] = ACTIONS(1464), - [anon_sym_u_SQUOTE] = ACTIONS(1464), - [anon_sym_U_SQUOTE] = ACTIONS(1464), - [anon_sym_u8_SQUOTE] = ACTIONS(1464), - [anon_sym_SQUOTE] = ACTIONS(1464), - [anon_sym_L_DQUOTE] = ACTIONS(1464), - [anon_sym_u_DQUOTE] = ACTIONS(1464), - [anon_sym_U_DQUOTE] = ACTIONS(1464), - [anon_sym_u8_DQUOTE] = ACTIONS(1464), - [anon_sym_DQUOTE] = ACTIONS(1464), - [sym_true] = ACTIONS(1462), - [sym_false] = ACTIONS(1462), - [anon_sym_NULL] = ACTIONS(1462), - [anon_sym_nullptr] = ACTIONS(1462), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1462), - [anon_sym_rayPayloadInEXT] = ACTIONS(1462), - [anon_sym_hitAttributeEXT] = ACTIONS(1462), - [anon_sym_callableDataEXT] = ACTIONS(1462), - [anon_sym_callableDataInEXT] = ACTIONS(1462), - [anon_sym_shaderRecordEXT] = ACTIONS(1462), - [anon_sym_rayPayloadNV] = ACTIONS(1462), - [anon_sym_rayPayloadInNV] = ACTIONS(1462), - [anon_sym_hitAttributeNV] = ACTIONS(1462), - [anon_sym_callableDataNV] = ACTIONS(1462), - [anon_sym_callableDataInNV] = ACTIONS(1462), - [anon_sym_shaderRecordNV] = ACTIONS(1462), - [anon_sym_layout] = ACTIONS(1462), - }, - [371] = { + [373] = { [sym_identifier] = ACTIONS(1536), [aux_sym_preproc_include_token1] = ACTIONS(1536), [aux_sym_preproc_def_token1] = ACTIONS(1536), [aux_sym_preproc_if_token1] = ACTIONS(1536), + [aux_sym_preproc_if_token2] = ACTIONS(1536), [aux_sym_preproc_ifdef_token1] = ACTIONS(1536), [aux_sym_preproc_ifdef_token2] = ACTIONS(1536), [sym_preproc_directive] = ACTIONS(1536), @@ -71539,7 +71799,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1536), [anon_sym___vectorcall] = ACTIONS(1536), [anon_sym_LBRACE] = ACTIONS(1538), - [anon_sym_RBRACE] = ACTIONS(1538), [anon_sym_signed] = ACTIONS(1536), [anon_sym_unsigned] = ACTIONS(1536), [anon_sym_long] = ACTIONS(1536), @@ -71618,539 +71877,540 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1536), [anon_sym_layout] = ACTIONS(1536), }, - [372] = { - [sym_identifier] = ACTIONS(1532), - [aux_sym_preproc_include_token1] = ACTIONS(1532), - [aux_sym_preproc_def_token1] = ACTIONS(1532), - [aux_sym_preproc_if_token1] = ACTIONS(1532), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1532), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1532), - [sym_preproc_directive] = ACTIONS(1532), - [anon_sym_LPAREN2] = ACTIONS(1534), - [anon_sym_BANG] = ACTIONS(1534), - [anon_sym_TILDE] = ACTIONS(1534), - [anon_sym_DASH] = ACTIONS(1532), - [anon_sym_PLUS] = ACTIONS(1532), - [anon_sym_STAR] = ACTIONS(1534), - [anon_sym_AMP] = ACTIONS(1534), - [anon_sym_subroutine] = ACTIONS(1532), - [anon_sym_invariant] = ACTIONS(1532), - [anon_sym_precise] = ACTIONS(1532), - [anon_sym_SEMI] = ACTIONS(1534), - [anon_sym_in] = ACTIONS(1532), - [anon_sym_out] = ACTIONS(1532), - [anon_sym_inout] = ACTIONS(1532), - [anon_sym_uniform] = ACTIONS(1532), - [anon_sym_shared] = ACTIONS(1532), - [anon_sym_attribute] = ACTIONS(1532), - [anon_sym_varying] = ACTIONS(1532), - [anon_sym_buffer] = ACTIONS(1532), - [anon_sym_coherent] = ACTIONS(1532), - [anon_sym_readonly] = ACTIONS(1532), - [anon_sym_writeonly] = ACTIONS(1532), - [anon_sym_precision] = ACTIONS(1532), - [anon_sym_highp] = ACTIONS(1532), - [anon_sym_mediump] = ACTIONS(1532), - [anon_sym_lowp] = ACTIONS(1532), - [anon_sym_centroid] = ACTIONS(1532), - [anon_sym_sample] = ACTIONS(1532), - [anon_sym_patch] = ACTIONS(1532), - [anon_sym_smooth] = ACTIONS(1532), - [anon_sym_flat] = ACTIONS(1532), - [anon_sym_noperspective] = ACTIONS(1532), - [anon_sym___extension__] = ACTIONS(1532), - [anon_sym_typedef] = ACTIONS(1532), - [anon_sym_extern] = ACTIONS(1532), - [anon_sym___attribute__] = ACTIONS(1532), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1534), - [anon_sym___declspec] = ACTIONS(1532), - [anon_sym___cdecl] = ACTIONS(1532), - [anon_sym___clrcall] = ACTIONS(1532), - [anon_sym___stdcall] = ACTIONS(1532), - [anon_sym___fastcall] = ACTIONS(1532), - [anon_sym___thiscall] = ACTIONS(1532), - [anon_sym___vectorcall] = ACTIONS(1532), - [anon_sym_LBRACE] = ACTIONS(1534), - [anon_sym_RBRACE] = ACTIONS(1534), - [anon_sym_signed] = ACTIONS(1532), - [anon_sym_unsigned] = ACTIONS(1532), - [anon_sym_long] = ACTIONS(1532), - [anon_sym_short] = ACTIONS(1532), - [anon_sym_static] = ACTIONS(1532), - [anon_sym_auto] = ACTIONS(1532), - [anon_sym_register] = ACTIONS(1532), - [anon_sym_inline] = ACTIONS(1532), - [anon_sym___inline] = ACTIONS(1532), - [anon_sym___inline__] = ACTIONS(1532), - [anon_sym___forceinline] = ACTIONS(1532), - [anon_sym_thread_local] = ACTIONS(1532), - [anon_sym___thread] = ACTIONS(1532), - [anon_sym_const] = ACTIONS(1532), - [anon_sym_constexpr] = ACTIONS(1532), - [anon_sym_volatile] = ACTIONS(1532), - [anon_sym_restrict] = ACTIONS(1532), - [anon_sym___restrict__] = ACTIONS(1532), - [anon_sym__Atomic] = ACTIONS(1532), - [anon_sym__Noreturn] = ACTIONS(1532), - [anon_sym_noreturn] = ACTIONS(1532), - [sym_primitive_type] = ACTIONS(1532), - [anon_sym_enum] = ACTIONS(1532), - [anon_sym_struct] = ACTIONS(1532), - [anon_sym_union] = ACTIONS(1532), - [anon_sym_if] = ACTIONS(1532), - [anon_sym_switch] = ACTIONS(1532), - [anon_sym_case] = ACTIONS(1532), - [anon_sym_default] = ACTIONS(1532), - [anon_sym_while] = ACTIONS(1532), - [anon_sym_do] = ACTIONS(1532), - [anon_sym_for] = ACTIONS(1532), - [anon_sym_return] = ACTIONS(1532), - [anon_sym_break] = ACTIONS(1532), - [anon_sym_continue] = ACTIONS(1532), - [anon_sym_goto] = ACTIONS(1532), - [anon_sym_DASH_DASH] = ACTIONS(1534), - [anon_sym_PLUS_PLUS] = ACTIONS(1534), - [anon_sym_sizeof] = ACTIONS(1532), - [anon_sym___alignof__] = ACTIONS(1532), - [anon_sym___alignof] = ACTIONS(1532), - [anon_sym__alignof] = ACTIONS(1532), - [anon_sym_alignof] = ACTIONS(1532), - [anon_sym__Alignof] = ACTIONS(1532), - [anon_sym_offsetof] = ACTIONS(1532), - [anon_sym__Generic] = ACTIONS(1532), - [anon_sym_asm] = ACTIONS(1532), - [anon_sym___asm__] = ACTIONS(1532), - [sym_number_literal] = ACTIONS(1534), - [anon_sym_L_SQUOTE] = ACTIONS(1534), - [anon_sym_u_SQUOTE] = ACTIONS(1534), - [anon_sym_U_SQUOTE] = ACTIONS(1534), - [anon_sym_u8_SQUOTE] = ACTIONS(1534), - [anon_sym_SQUOTE] = ACTIONS(1534), - [anon_sym_L_DQUOTE] = ACTIONS(1534), - [anon_sym_u_DQUOTE] = ACTIONS(1534), - [anon_sym_U_DQUOTE] = ACTIONS(1534), - [anon_sym_u8_DQUOTE] = ACTIONS(1534), - [anon_sym_DQUOTE] = ACTIONS(1534), - [sym_true] = ACTIONS(1532), - [sym_false] = ACTIONS(1532), - [anon_sym_NULL] = ACTIONS(1532), - [anon_sym_nullptr] = ACTIONS(1532), + [374] = { + [sym_identifier] = ACTIONS(1520), + [aux_sym_preproc_include_token1] = ACTIONS(1520), + [aux_sym_preproc_def_token1] = ACTIONS(1520), + [aux_sym_preproc_if_token1] = ACTIONS(1520), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1520), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1520), + [sym_preproc_directive] = ACTIONS(1520), + [anon_sym_LPAREN2] = ACTIONS(1522), + [anon_sym_BANG] = ACTIONS(1522), + [anon_sym_TILDE] = ACTIONS(1522), + [anon_sym_DASH] = ACTIONS(1520), + [anon_sym_PLUS] = ACTIONS(1520), + [anon_sym_STAR] = ACTIONS(1522), + [anon_sym_AMP] = ACTIONS(1522), + [anon_sym_subroutine] = ACTIONS(1520), + [anon_sym_invariant] = ACTIONS(1520), + [anon_sym_precise] = ACTIONS(1520), + [anon_sym_SEMI] = ACTIONS(1522), + [anon_sym_in] = ACTIONS(1520), + [anon_sym_out] = ACTIONS(1520), + [anon_sym_inout] = ACTIONS(1520), + [anon_sym_uniform] = ACTIONS(1520), + [anon_sym_shared] = ACTIONS(1520), + [anon_sym_attribute] = ACTIONS(1520), + [anon_sym_varying] = ACTIONS(1520), + [anon_sym_buffer] = ACTIONS(1520), + [anon_sym_coherent] = ACTIONS(1520), + [anon_sym_readonly] = ACTIONS(1520), + [anon_sym_writeonly] = ACTIONS(1520), + [anon_sym_precision] = ACTIONS(1520), + [anon_sym_highp] = ACTIONS(1520), + [anon_sym_mediump] = ACTIONS(1520), + [anon_sym_lowp] = ACTIONS(1520), + [anon_sym_centroid] = ACTIONS(1520), + [anon_sym_sample] = ACTIONS(1520), + [anon_sym_patch] = ACTIONS(1520), + [anon_sym_smooth] = ACTIONS(1520), + [anon_sym_flat] = ACTIONS(1520), + [anon_sym_noperspective] = ACTIONS(1520), + [anon_sym___extension__] = ACTIONS(1520), + [anon_sym_typedef] = ACTIONS(1520), + [anon_sym_extern] = ACTIONS(1520), + [anon_sym___attribute__] = ACTIONS(1520), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1522), + [anon_sym___declspec] = ACTIONS(1520), + [anon_sym___cdecl] = ACTIONS(1520), + [anon_sym___clrcall] = ACTIONS(1520), + [anon_sym___stdcall] = ACTIONS(1520), + [anon_sym___fastcall] = ACTIONS(1520), + [anon_sym___thiscall] = ACTIONS(1520), + [anon_sym___vectorcall] = ACTIONS(1520), + [anon_sym_LBRACE] = ACTIONS(1522), + [anon_sym_RBRACE] = ACTIONS(1522), + [anon_sym_signed] = ACTIONS(1520), + [anon_sym_unsigned] = ACTIONS(1520), + [anon_sym_long] = ACTIONS(1520), + [anon_sym_short] = ACTIONS(1520), + [anon_sym_static] = ACTIONS(1520), + [anon_sym_auto] = ACTIONS(1520), + [anon_sym_register] = ACTIONS(1520), + [anon_sym_inline] = ACTIONS(1520), + [anon_sym___inline] = ACTIONS(1520), + [anon_sym___inline__] = ACTIONS(1520), + [anon_sym___forceinline] = ACTIONS(1520), + [anon_sym_thread_local] = ACTIONS(1520), + [anon_sym___thread] = ACTIONS(1520), + [anon_sym_const] = ACTIONS(1520), + [anon_sym_constexpr] = ACTIONS(1520), + [anon_sym_volatile] = ACTIONS(1520), + [anon_sym_restrict] = ACTIONS(1520), + [anon_sym___restrict__] = ACTIONS(1520), + [anon_sym__Atomic] = ACTIONS(1520), + [anon_sym__Noreturn] = ACTIONS(1520), + [anon_sym_noreturn] = ACTIONS(1520), + [sym_primitive_type] = ACTIONS(1520), + [anon_sym_enum] = ACTIONS(1520), + [anon_sym_struct] = ACTIONS(1520), + [anon_sym_union] = ACTIONS(1520), + [anon_sym_if] = ACTIONS(1520), + [anon_sym_switch] = ACTIONS(1520), + [anon_sym_case] = ACTIONS(1520), + [anon_sym_default] = ACTIONS(1520), + [anon_sym_while] = ACTIONS(1520), + [anon_sym_do] = ACTIONS(1520), + [anon_sym_for] = ACTIONS(1520), + [anon_sym_return] = ACTIONS(1520), + [anon_sym_break] = ACTIONS(1520), + [anon_sym_continue] = ACTIONS(1520), + [anon_sym_goto] = ACTIONS(1520), + [anon_sym_DASH_DASH] = ACTIONS(1522), + [anon_sym_PLUS_PLUS] = ACTIONS(1522), + [anon_sym_sizeof] = ACTIONS(1520), + [anon_sym___alignof__] = ACTIONS(1520), + [anon_sym___alignof] = ACTIONS(1520), + [anon_sym__alignof] = ACTIONS(1520), + [anon_sym_alignof] = ACTIONS(1520), + [anon_sym__Alignof] = ACTIONS(1520), + [anon_sym_offsetof] = ACTIONS(1520), + [anon_sym__Generic] = ACTIONS(1520), + [anon_sym_asm] = ACTIONS(1520), + [anon_sym___asm__] = ACTIONS(1520), + [sym_number_literal] = ACTIONS(1522), + [anon_sym_L_SQUOTE] = ACTIONS(1522), + [anon_sym_u_SQUOTE] = ACTIONS(1522), + [anon_sym_U_SQUOTE] = ACTIONS(1522), + [anon_sym_u8_SQUOTE] = ACTIONS(1522), + [anon_sym_SQUOTE] = ACTIONS(1522), + [anon_sym_L_DQUOTE] = ACTIONS(1522), + [anon_sym_u_DQUOTE] = ACTIONS(1522), + [anon_sym_U_DQUOTE] = ACTIONS(1522), + [anon_sym_u8_DQUOTE] = ACTIONS(1522), + [anon_sym_DQUOTE] = ACTIONS(1522), + [sym_true] = ACTIONS(1520), + [sym_false] = ACTIONS(1520), + [anon_sym_NULL] = ACTIONS(1520), + [anon_sym_nullptr] = ACTIONS(1520), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1532), - [anon_sym_rayPayloadInEXT] = ACTIONS(1532), - [anon_sym_hitAttributeEXT] = ACTIONS(1532), - [anon_sym_callableDataEXT] = ACTIONS(1532), - [anon_sym_callableDataInEXT] = ACTIONS(1532), - [anon_sym_shaderRecordEXT] = ACTIONS(1532), - [anon_sym_rayPayloadNV] = ACTIONS(1532), - [anon_sym_rayPayloadInNV] = ACTIONS(1532), - [anon_sym_hitAttributeNV] = ACTIONS(1532), - [anon_sym_callableDataNV] = ACTIONS(1532), - [anon_sym_callableDataInNV] = ACTIONS(1532), - [anon_sym_shaderRecordNV] = ACTIONS(1532), - [anon_sym_layout] = ACTIONS(1532), + [anon_sym_rayPayloadEXT] = ACTIONS(1520), + [anon_sym_rayPayloadInEXT] = ACTIONS(1520), + [anon_sym_hitAttributeEXT] = ACTIONS(1520), + [anon_sym_callableDataEXT] = ACTIONS(1520), + [anon_sym_callableDataInEXT] = ACTIONS(1520), + [anon_sym_shaderRecordEXT] = ACTIONS(1520), + [anon_sym_rayPayloadNV] = ACTIONS(1520), + [anon_sym_rayPayloadInNV] = ACTIONS(1520), + [anon_sym_hitAttributeNV] = ACTIONS(1520), + [anon_sym_callableDataNV] = ACTIONS(1520), + [anon_sym_callableDataInNV] = ACTIONS(1520), + [anon_sym_shaderRecordNV] = ACTIONS(1520), + [anon_sym_layout] = ACTIONS(1520), }, - [373] = { - [sym_identifier] = ACTIONS(1486), - [aux_sym_preproc_include_token1] = ACTIONS(1486), - [aux_sym_preproc_def_token1] = ACTIONS(1486), - [aux_sym_preproc_if_token1] = ACTIONS(1486), - [aux_sym_preproc_if_token2] = ACTIONS(1486), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1486), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1486), - [sym_preproc_directive] = ACTIONS(1486), - [anon_sym_LPAREN2] = ACTIONS(1488), - [anon_sym_BANG] = ACTIONS(1488), - [anon_sym_TILDE] = ACTIONS(1488), - [anon_sym_DASH] = ACTIONS(1486), - [anon_sym_PLUS] = ACTIONS(1486), - [anon_sym_STAR] = ACTIONS(1488), - [anon_sym_AMP] = ACTIONS(1488), - [anon_sym_subroutine] = ACTIONS(1486), - [anon_sym_invariant] = ACTIONS(1486), - [anon_sym_precise] = ACTIONS(1486), - [anon_sym_SEMI] = ACTIONS(1488), - [anon_sym_in] = ACTIONS(1486), - [anon_sym_out] = ACTIONS(1486), - [anon_sym_inout] = ACTIONS(1486), - [anon_sym_uniform] = ACTIONS(1486), - [anon_sym_shared] = ACTIONS(1486), - [anon_sym_attribute] = ACTIONS(1486), - [anon_sym_varying] = ACTIONS(1486), - [anon_sym_buffer] = ACTIONS(1486), - [anon_sym_coherent] = ACTIONS(1486), - [anon_sym_readonly] = ACTIONS(1486), - [anon_sym_writeonly] = ACTIONS(1486), - [anon_sym_precision] = ACTIONS(1486), - [anon_sym_highp] = ACTIONS(1486), - [anon_sym_mediump] = ACTIONS(1486), - [anon_sym_lowp] = ACTIONS(1486), - [anon_sym_centroid] = ACTIONS(1486), - [anon_sym_sample] = ACTIONS(1486), - [anon_sym_patch] = ACTIONS(1486), - [anon_sym_smooth] = ACTIONS(1486), - [anon_sym_flat] = ACTIONS(1486), - [anon_sym_noperspective] = ACTIONS(1486), - [anon_sym___extension__] = ACTIONS(1486), - [anon_sym_typedef] = ACTIONS(1486), - [anon_sym_extern] = ACTIONS(1486), - [anon_sym___attribute__] = ACTIONS(1486), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1488), - [anon_sym___declspec] = ACTIONS(1486), - [anon_sym___cdecl] = ACTIONS(1486), - [anon_sym___clrcall] = ACTIONS(1486), - [anon_sym___stdcall] = ACTIONS(1486), - [anon_sym___fastcall] = ACTIONS(1486), - [anon_sym___thiscall] = ACTIONS(1486), - [anon_sym___vectorcall] = ACTIONS(1486), - [anon_sym_LBRACE] = ACTIONS(1488), - [anon_sym_signed] = ACTIONS(1486), - [anon_sym_unsigned] = ACTIONS(1486), - [anon_sym_long] = ACTIONS(1486), - [anon_sym_short] = ACTIONS(1486), - [anon_sym_static] = ACTIONS(1486), - [anon_sym_auto] = ACTIONS(1486), - [anon_sym_register] = ACTIONS(1486), - [anon_sym_inline] = ACTIONS(1486), - [anon_sym___inline] = ACTIONS(1486), - [anon_sym___inline__] = ACTIONS(1486), - [anon_sym___forceinline] = ACTIONS(1486), - [anon_sym_thread_local] = ACTIONS(1486), - [anon_sym___thread] = ACTIONS(1486), - [anon_sym_const] = ACTIONS(1486), - [anon_sym_constexpr] = ACTIONS(1486), - [anon_sym_volatile] = ACTIONS(1486), - [anon_sym_restrict] = ACTIONS(1486), - [anon_sym___restrict__] = ACTIONS(1486), - [anon_sym__Atomic] = ACTIONS(1486), - [anon_sym__Noreturn] = ACTIONS(1486), - [anon_sym_noreturn] = ACTIONS(1486), - [sym_primitive_type] = ACTIONS(1486), - [anon_sym_enum] = ACTIONS(1486), - [anon_sym_struct] = ACTIONS(1486), - [anon_sym_union] = ACTIONS(1486), - [anon_sym_if] = ACTIONS(1486), - [anon_sym_switch] = ACTIONS(1486), - [anon_sym_case] = ACTIONS(1486), - [anon_sym_default] = ACTIONS(1486), - [anon_sym_while] = ACTIONS(1486), - [anon_sym_do] = ACTIONS(1486), - [anon_sym_for] = ACTIONS(1486), - [anon_sym_return] = ACTIONS(1486), - [anon_sym_break] = ACTIONS(1486), - [anon_sym_continue] = ACTIONS(1486), - [anon_sym_goto] = ACTIONS(1486), - [anon_sym_DASH_DASH] = ACTIONS(1488), - [anon_sym_PLUS_PLUS] = ACTIONS(1488), - [anon_sym_sizeof] = ACTIONS(1486), - [anon_sym___alignof__] = ACTIONS(1486), - [anon_sym___alignof] = ACTIONS(1486), - [anon_sym__alignof] = ACTIONS(1486), - [anon_sym_alignof] = ACTIONS(1486), - [anon_sym__Alignof] = ACTIONS(1486), - [anon_sym_offsetof] = ACTIONS(1486), - [anon_sym__Generic] = ACTIONS(1486), - [anon_sym_asm] = ACTIONS(1486), - [anon_sym___asm__] = ACTIONS(1486), - [sym_number_literal] = ACTIONS(1488), - [anon_sym_L_SQUOTE] = ACTIONS(1488), - [anon_sym_u_SQUOTE] = ACTIONS(1488), - [anon_sym_U_SQUOTE] = ACTIONS(1488), - [anon_sym_u8_SQUOTE] = ACTIONS(1488), - [anon_sym_SQUOTE] = ACTIONS(1488), - [anon_sym_L_DQUOTE] = ACTIONS(1488), - [anon_sym_u_DQUOTE] = ACTIONS(1488), - [anon_sym_U_DQUOTE] = ACTIONS(1488), - [anon_sym_u8_DQUOTE] = ACTIONS(1488), - [anon_sym_DQUOTE] = ACTIONS(1488), - [sym_true] = ACTIONS(1486), - [sym_false] = ACTIONS(1486), - [anon_sym_NULL] = ACTIONS(1486), - [anon_sym_nullptr] = ACTIONS(1486), + [375] = { + [sym_identifier] = ACTIONS(1494), + [aux_sym_preproc_include_token1] = ACTIONS(1494), + [aux_sym_preproc_def_token1] = ACTIONS(1494), + [aux_sym_preproc_if_token1] = ACTIONS(1494), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1494), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1494), + [sym_preproc_directive] = ACTIONS(1494), + [anon_sym_LPAREN2] = ACTIONS(1496), + [anon_sym_BANG] = ACTIONS(1496), + [anon_sym_TILDE] = ACTIONS(1496), + [anon_sym_DASH] = ACTIONS(1494), + [anon_sym_PLUS] = ACTIONS(1494), + [anon_sym_STAR] = ACTIONS(1496), + [anon_sym_AMP] = ACTIONS(1496), + [anon_sym_subroutine] = ACTIONS(1494), + [anon_sym_invariant] = ACTIONS(1494), + [anon_sym_precise] = ACTIONS(1494), + [anon_sym_SEMI] = ACTIONS(1496), + [anon_sym_in] = ACTIONS(1494), + [anon_sym_out] = ACTIONS(1494), + [anon_sym_inout] = ACTIONS(1494), + [anon_sym_uniform] = ACTIONS(1494), + [anon_sym_shared] = ACTIONS(1494), + [anon_sym_attribute] = ACTIONS(1494), + [anon_sym_varying] = ACTIONS(1494), + [anon_sym_buffer] = ACTIONS(1494), + [anon_sym_coherent] = ACTIONS(1494), + [anon_sym_readonly] = ACTIONS(1494), + [anon_sym_writeonly] = ACTIONS(1494), + [anon_sym_precision] = ACTIONS(1494), + [anon_sym_highp] = ACTIONS(1494), + [anon_sym_mediump] = ACTIONS(1494), + [anon_sym_lowp] = ACTIONS(1494), + [anon_sym_centroid] = ACTIONS(1494), + [anon_sym_sample] = ACTIONS(1494), + [anon_sym_patch] = ACTIONS(1494), + [anon_sym_smooth] = ACTIONS(1494), + [anon_sym_flat] = ACTIONS(1494), + [anon_sym_noperspective] = ACTIONS(1494), + [anon_sym___extension__] = ACTIONS(1494), + [anon_sym_typedef] = ACTIONS(1494), + [anon_sym_extern] = ACTIONS(1494), + [anon_sym___attribute__] = ACTIONS(1494), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1496), + [anon_sym___declspec] = ACTIONS(1494), + [anon_sym___cdecl] = ACTIONS(1494), + [anon_sym___clrcall] = ACTIONS(1494), + [anon_sym___stdcall] = ACTIONS(1494), + [anon_sym___fastcall] = ACTIONS(1494), + [anon_sym___thiscall] = ACTIONS(1494), + [anon_sym___vectorcall] = ACTIONS(1494), + [anon_sym_LBRACE] = ACTIONS(1496), + [anon_sym_RBRACE] = ACTIONS(1496), + [anon_sym_signed] = ACTIONS(1494), + [anon_sym_unsigned] = ACTIONS(1494), + [anon_sym_long] = ACTIONS(1494), + [anon_sym_short] = ACTIONS(1494), + [anon_sym_static] = ACTIONS(1494), + [anon_sym_auto] = ACTIONS(1494), + [anon_sym_register] = ACTIONS(1494), + [anon_sym_inline] = ACTIONS(1494), + [anon_sym___inline] = ACTIONS(1494), + [anon_sym___inline__] = ACTIONS(1494), + [anon_sym___forceinline] = ACTIONS(1494), + [anon_sym_thread_local] = ACTIONS(1494), + [anon_sym___thread] = ACTIONS(1494), + [anon_sym_const] = ACTIONS(1494), + [anon_sym_constexpr] = ACTIONS(1494), + [anon_sym_volatile] = ACTIONS(1494), + [anon_sym_restrict] = ACTIONS(1494), + [anon_sym___restrict__] = ACTIONS(1494), + [anon_sym__Atomic] = ACTIONS(1494), + [anon_sym__Noreturn] = ACTIONS(1494), + [anon_sym_noreturn] = ACTIONS(1494), + [sym_primitive_type] = ACTIONS(1494), + [anon_sym_enum] = ACTIONS(1494), + [anon_sym_struct] = ACTIONS(1494), + [anon_sym_union] = ACTIONS(1494), + [anon_sym_if] = ACTIONS(1494), + [anon_sym_switch] = ACTIONS(1494), + [anon_sym_case] = ACTIONS(1494), + [anon_sym_default] = ACTIONS(1494), + [anon_sym_while] = ACTIONS(1494), + [anon_sym_do] = ACTIONS(1494), + [anon_sym_for] = ACTIONS(1494), + [anon_sym_return] = ACTIONS(1494), + [anon_sym_break] = ACTIONS(1494), + [anon_sym_continue] = ACTIONS(1494), + [anon_sym_goto] = ACTIONS(1494), + [anon_sym_DASH_DASH] = ACTIONS(1496), + [anon_sym_PLUS_PLUS] = ACTIONS(1496), + [anon_sym_sizeof] = ACTIONS(1494), + [anon_sym___alignof__] = ACTIONS(1494), + [anon_sym___alignof] = ACTIONS(1494), + [anon_sym__alignof] = ACTIONS(1494), + [anon_sym_alignof] = ACTIONS(1494), + [anon_sym__Alignof] = ACTIONS(1494), + [anon_sym_offsetof] = ACTIONS(1494), + [anon_sym__Generic] = ACTIONS(1494), + [anon_sym_asm] = ACTIONS(1494), + [anon_sym___asm__] = ACTIONS(1494), + [sym_number_literal] = ACTIONS(1496), + [anon_sym_L_SQUOTE] = ACTIONS(1496), + [anon_sym_u_SQUOTE] = ACTIONS(1496), + [anon_sym_U_SQUOTE] = ACTIONS(1496), + [anon_sym_u8_SQUOTE] = ACTIONS(1496), + [anon_sym_SQUOTE] = ACTIONS(1496), + [anon_sym_L_DQUOTE] = ACTIONS(1496), + [anon_sym_u_DQUOTE] = ACTIONS(1496), + [anon_sym_U_DQUOTE] = ACTIONS(1496), + [anon_sym_u8_DQUOTE] = ACTIONS(1496), + [anon_sym_DQUOTE] = ACTIONS(1496), + [sym_true] = ACTIONS(1494), + [sym_false] = ACTIONS(1494), + [anon_sym_NULL] = ACTIONS(1494), + [anon_sym_nullptr] = ACTIONS(1494), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1486), - [anon_sym_rayPayloadInEXT] = ACTIONS(1486), - [anon_sym_hitAttributeEXT] = ACTIONS(1486), - [anon_sym_callableDataEXT] = ACTIONS(1486), - [anon_sym_callableDataInEXT] = ACTIONS(1486), - [anon_sym_shaderRecordEXT] = ACTIONS(1486), - [anon_sym_rayPayloadNV] = ACTIONS(1486), - [anon_sym_rayPayloadInNV] = ACTIONS(1486), - [anon_sym_hitAttributeNV] = ACTIONS(1486), - [anon_sym_callableDataNV] = ACTIONS(1486), - [anon_sym_callableDataInNV] = ACTIONS(1486), - [anon_sym_shaderRecordNV] = ACTIONS(1486), - [anon_sym_layout] = ACTIONS(1486), + [anon_sym_rayPayloadEXT] = ACTIONS(1494), + [anon_sym_rayPayloadInEXT] = ACTIONS(1494), + [anon_sym_hitAttributeEXT] = ACTIONS(1494), + [anon_sym_callableDataEXT] = ACTIONS(1494), + [anon_sym_callableDataInEXT] = ACTIONS(1494), + [anon_sym_shaderRecordEXT] = ACTIONS(1494), + [anon_sym_rayPayloadNV] = ACTIONS(1494), + [anon_sym_rayPayloadInNV] = ACTIONS(1494), + [anon_sym_hitAttributeNV] = ACTIONS(1494), + [anon_sym_callableDataNV] = ACTIONS(1494), + [anon_sym_callableDataInNV] = ACTIONS(1494), + [anon_sym_shaderRecordNV] = ACTIONS(1494), + [anon_sym_layout] = ACTIONS(1494), }, - [374] = { - [sym_identifier] = ACTIONS(1532), - [aux_sym_preproc_include_token1] = ACTIONS(1532), - [aux_sym_preproc_def_token1] = ACTIONS(1532), - [aux_sym_preproc_if_token1] = ACTIONS(1532), - [aux_sym_preproc_if_token2] = ACTIONS(1532), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1532), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1532), - [sym_preproc_directive] = ACTIONS(1532), - [anon_sym_LPAREN2] = ACTIONS(1534), - [anon_sym_BANG] = ACTIONS(1534), - [anon_sym_TILDE] = ACTIONS(1534), - [anon_sym_DASH] = ACTIONS(1532), - [anon_sym_PLUS] = ACTIONS(1532), - [anon_sym_STAR] = ACTIONS(1534), - [anon_sym_AMP] = ACTIONS(1534), - [anon_sym_subroutine] = ACTIONS(1532), - [anon_sym_invariant] = ACTIONS(1532), - [anon_sym_precise] = ACTIONS(1532), - [anon_sym_SEMI] = ACTIONS(1534), - [anon_sym_in] = ACTIONS(1532), - [anon_sym_out] = ACTIONS(1532), - [anon_sym_inout] = ACTIONS(1532), - [anon_sym_uniform] = ACTIONS(1532), - [anon_sym_shared] = ACTIONS(1532), - [anon_sym_attribute] = ACTIONS(1532), - [anon_sym_varying] = ACTIONS(1532), - [anon_sym_buffer] = ACTIONS(1532), - [anon_sym_coherent] = ACTIONS(1532), - [anon_sym_readonly] = ACTIONS(1532), - [anon_sym_writeonly] = ACTIONS(1532), - [anon_sym_precision] = ACTIONS(1532), - [anon_sym_highp] = ACTIONS(1532), - [anon_sym_mediump] = ACTIONS(1532), - [anon_sym_lowp] = ACTIONS(1532), - [anon_sym_centroid] = ACTIONS(1532), - [anon_sym_sample] = ACTIONS(1532), - [anon_sym_patch] = ACTIONS(1532), - [anon_sym_smooth] = ACTIONS(1532), - [anon_sym_flat] = ACTIONS(1532), - [anon_sym_noperspective] = ACTIONS(1532), - [anon_sym___extension__] = ACTIONS(1532), - [anon_sym_typedef] = ACTIONS(1532), - [anon_sym_extern] = ACTIONS(1532), - [anon_sym___attribute__] = ACTIONS(1532), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1534), - [anon_sym___declspec] = ACTIONS(1532), - [anon_sym___cdecl] = ACTIONS(1532), - [anon_sym___clrcall] = ACTIONS(1532), - [anon_sym___stdcall] = ACTIONS(1532), - [anon_sym___fastcall] = ACTIONS(1532), - [anon_sym___thiscall] = ACTIONS(1532), - [anon_sym___vectorcall] = ACTIONS(1532), - [anon_sym_LBRACE] = ACTIONS(1534), - [anon_sym_signed] = ACTIONS(1532), - [anon_sym_unsigned] = ACTIONS(1532), - [anon_sym_long] = ACTIONS(1532), - [anon_sym_short] = ACTIONS(1532), - [anon_sym_static] = ACTIONS(1532), - [anon_sym_auto] = ACTIONS(1532), - [anon_sym_register] = ACTIONS(1532), - [anon_sym_inline] = ACTIONS(1532), - [anon_sym___inline] = ACTIONS(1532), - [anon_sym___inline__] = ACTIONS(1532), - [anon_sym___forceinline] = ACTIONS(1532), - [anon_sym_thread_local] = ACTIONS(1532), - [anon_sym___thread] = ACTIONS(1532), - [anon_sym_const] = ACTIONS(1532), - [anon_sym_constexpr] = ACTIONS(1532), - [anon_sym_volatile] = ACTIONS(1532), - [anon_sym_restrict] = ACTIONS(1532), - [anon_sym___restrict__] = ACTIONS(1532), - [anon_sym__Atomic] = ACTIONS(1532), - [anon_sym__Noreturn] = ACTIONS(1532), - [anon_sym_noreturn] = ACTIONS(1532), - [sym_primitive_type] = ACTIONS(1532), - [anon_sym_enum] = ACTIONS(1532), - [anon_sym_struct] = ACTIONS(1532), - [anon_sym_union] = ACTIONS(1532), - [anon_sym_if] = ACTIONS(1532), - [anon_sym_switch] = ACTIONS(1532), - [anon_sym_case] = ACTIONS(1532), - [anon_sym_default] = ACTIONS(1532), - [anon_sym_while] = ACTIONS(1532), - [anon_sym_do] = ACTIONS(1532), - [anon_sym_for] = ACTIONS(1532), - [anon_sym_return] = ACTIONS(1532), - [anon_sym_break] = ACTIONS(1532), - [anon_sym_continue] = ACTIONS(1532), - [anon_sym_goto] = ACTIONS(1532), - [anon_sym_DASH_DASH] = ACTIONS(1534), - [anon_sym_PLUS_PLUS] = ACTIONS(1534), - [anon_sym_sizeof] = ACTIONS(1532), - [anon_sym___alignof__] = ACTIONS(1532), - [anon_sym___alignof] = ACTIONS(1532), - [anon_sym__alignof] = ACTIONS(1532), - [anon_sym_alignof] = ACTIONS(1532), - [anon_sym__Alignof] = ACTIONS(1532), - [anon_sym_offsetof] = ACTIONS(1532), - [anon_sym__Generic] = ACTIONS(1532), - [anon_sym_asm] = ACTIONS(1532), - [anon_sym___asm__] = ACTIONS(1532), - [sym_number_literal] = ACTIONS(1534), - [anon_sym_L_SQUOTE] = ACTIONS(1534), - [anon_sym_u_SQUOTE] = ACTIONS(1534), - [anon_sym_U_SQUOTE] = ACTIONS(1534), - [anon_sym_u8_SQUOTE] = ACTIONS(1534), - [anon_sym_SQUOTE] = ACTIONS(1534), - [anon_sym_L_DQUOTE] = ACTIONS(1534), - [anon_sym_u_DQUOTE] = ACTIONS(1534), - [anon_sym_U_DQUOTE] = ACTIONS(1534), - [anon_sym_u8_DQUOTE] = ACTIONS(1534), - [anon_sym_DQUOTE] = ACTIONS(1534), - [sym_true] = ACTIONS(1532), - [sym_false] = ACTIONS(1532), - [anon_sym_NULL] = ACTIONS(1532), - [anon_sym_nullptr] = ACTIONS(1532), + [376] = { + [sym_identifier] = ACTIONS(1528), + [aux_sym_preproc_include_token1] = ACTIONS(1528), + [aux_sym_preproc_def_token1] = ACTIONS(1528), + [aux_sym_preproc_if_token1] = ACTIONS(1528), + [aux_sym_preproc_if_token2] = ACTIONS(1528), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1528), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1528), + [sym_preproc_directive] = ACTIONS(1528), + [anon_sym_LPAREN2] = ACTIONS(1530), + [anon_sym_BANG] = ACTIONS(1530), + [anon_sym_TILDE] = ACTIONS(1530), + [anon_sym_DASH] = ACTIONS(1528), + [anon_sym_PLUS] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1530), + [anon_sym_AMP] = ACTIONS(1530), + [anon_sym_subroutine] = ACTIONS(1528), + [anon_sym_invariant] = ACTIONS(1528), + [anon_sym_precise] = ACTIONS(1528), + [anon_sym_SEMI] = ACTIONS(1530), + [anon_sym_in] = ACTIONS(1528), + [anon_sym_out] = ACTIONS(1528), + [anon_sym_inout] = ACTIONS(1528), + [anon_sym_uniform] = ACTIONS(1528), + [anon_sym_shared] = ACTIONS(1528), + [anon_sym_attribute] = ACTIONS(1528), + [anon_sym_varying] = ACTIONS(1528), + [anon_sym_buffer] = ACTIONS(1528), + [anon_sym_coherent] = ACTIONS(1528), + [anon_sym_readonly] = ACTIONS(1528), + [anon_sym_writeonly] = ACTIONS(1528), + [anon_sym_precision] = ACTIONS(1528), + [anon_sym_highp] = ACTIONS(1528), + [anon_sym_mediump] = ACTIONS(1528), + [anon_sym_lowp] = ACTIONS(1528), + [anon_sym_centroid] = ACTIONS(1528), + [anon_sym_sample] = ACTIONS(1528), + [anon_sym_patch] = ACTIONS(1528), + [anon_sym_smooth] = ACTIONS(1528), + [anon_sym_flat] = ACTIONS(1528), + [anon_sym_noperspective] = ACTIONS(1528), + [anon_sym___extension__] = ACTIONS(1528), + [anon_sym_typedef] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym___attribute__] = ACTIONS(1528), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1530), + [anon_sym___declspec] = ACTIONS(1528), + [anon_sym___cdecl] = ACTIONS(1528), + [anon_sym___clrcall] = ACTIONS(1528), + [anon_sym___stdcall] = ACTIONS(1528), + [anon_sym___fastcall] = ACTIONS(1528), + [anon_sym___thiscall] = ACTIONS(1528), + [anon_sym___vectorcall] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1530), + [anon_sym_signed] = ACTIONS(1528), + [anon_sym_unsigned] = ACTIONS(1528), + [anon_sym_long] = ACTIONS(1528), + [anon_sym_short] = ACTIONS(1528), + [anon_sym_static] = ACTIONS(1528), + [anon_sym_auto] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_inline] = ACTIONS(1528), + [anon_sym___inline] = ACTIONS(1528), + [anon_sym___inline__] = ACTIONS(1528), + [anon_sym___forceinline] = ACTIONS(1528), + [anon_sym_thread_local] = ACTIONS(1528), + [anon_sym___thread] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [anon_sym_constexpr] = ACTIONS(1528), + [anon_sym_volatile] = ACTIONS(1528), + [anon_sym_restrict] = ACTIONS(1528), + [anon_sym___restrict__] = ACTIONS(1528), + [anon_sym__Atomic] = ACTIONS(1528), + [anon_sym__Noreturn] = ACTIONS(1528), + [anon_sym_noreturn] = ACTIONS(1528), + [sym_primitive_type] = ACTIONS(1528), + [anon_sym_enum] = ACTIONS(1528), + [anon_sym_struct] = ACTIONS(1528), + [anon_sym_union] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_switch] = ACTIONS(1528), + [anon_sym_case] = ACTIONS(1528), + [anon_sym_default] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_goto] = ACTIONS(1528), + [anon_sym_DASH_DASH] = ACTIONS(1530), + [anon_sym_PLUS_PLUS] = ACTIONS(1530), + [anon_sym_sizeof] = ACTIONS(1528), + [anon_sym___alignof__] = ACTIONS(1528), + [anon_sym___alignof] = ACTIONS(1528), + [anon_sym__alignof] = ACTIONS(1528), + [anon_sym_alignof] = ACTIONS(1528), + [anon_sym__Alignof] = ACTIONS(1528), + [anon_sym_offsetof] = ACTIONS(1528), + [anon_sym__Generic] = ACTIONS(1528), + [anon_sym_asm] = ACTIONS(1528), + [anon_sym___asm__] = ACTIONS(1528), + [sym_number_literal] = ACTIONS(1530), + [anon_sym_L_SQUOTE] = ACTIONS(1530), + [anon_sym_u_SQUOTE] = ACTIONS(1530), + [anon_sym_U_SQUOTE] = ACTIONS(1530), + [anon_sym_u8_SQUOTE] = ACTIONS(1530), + [anon_sym_SQUOTE] = ACTIONS(1530), + [anon_sym_L_DQUOTE] = ACTIONS(1530), + [anon_sym_u_DQUOTE] = ACTIONS(1530), + [anon_sym_U_DQUOTE] = ACTIONS(1530), + [anon_sym_u8_DQUOTE] = ACTIONS(1530), + [anon_sym_DQUOTE] = ACTIONS(1530), + [sym_true] = ACTIONS(1528), + [sym_false] = ACTIONS(1528), + [anon_sym_NULL] = ACTIONS(1528), + [anon_sym_nullptr] = ACTIONS(1528), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1532), - [anon_sym_rayPayloadInEXT] = ACTIONS(1532), - [anon_sym_hitAttributeEXT] = ACTIONS(1532), - [anon_sym_callableDataEXT] = ACTIONS(1532), - [anon_sym_callableDataInEXT] = ACTIONS(1532), - [anon_sym_shaderRecordEXT] = ACTIONS(1532), - [anon_sym_rayPayloadNV] = ACTIONS(1532), - [anon_sym_rayPayloadInNV] = ACTIONS(1532), - [anon_sym_hitAttributeNV] = ACTIONS(1532), - [anon_sym_callableDataNV] = ACTIONS(1532), - [anon_sym_callableDataInNV] = ACTIONS(1532), - [anon_sym_shaderRecordNV] = ACTIONS(1532), - [anon_sym_layout] = ACTIONS(1532), + [anon_sym_rayPayloadEXT] = ACTIONS(1528), + [anon_sym_rayPayloadInEXT] = ACTIONS(1528), + [anon_sym_hitAttributeEXT] = ACTIONS(1528), + [anon_sym_callableDataEXT] = ACTIONS(1528), + [anon_sym_callableDataInEXT] = ACTIONS(1528), + [anon_sym_shaderRecordEXT] = ACTIONS(1528), + [anon_sym_rayPayloadNV] = ACTIONS(1528), + [anon_sym_rayPayloadInNV] = ACTIONS(1528), + [anon_sym_hitAttributeNV] = ACTIONS(1528), + [anon_sym_callableDataNV] = ACTIONS(1528), + [anon_sym_callableDataInNV] = ACTIONS(1528), + [anon_sym_shaderRecordNV] = ACTIONS(1528), + [anon_sym_layout] = ACTIONS(1528), }, - [375] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_subroutine] = ACTIONS(1540), - [anon_sym_invariant] = ACTIONS(1540), - [anon_sym_precise] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_in] = ACTIONS(1540), - [anon_sym_out] = ACTIONS(1540), - [anon_sym_inout] = ACTIONS(1540), - [anon_sym_uniform] = ACTIONS(1540), - [anon_sym_shared] = ACTIONS(1540), - [anon_sym_attribute] = ACTIONS(1540), - [anon_sym_varying] = ACTIONS(1540), - [anon_sym_buffer] = ACTIONS(1540), - [anon_sym_coherent] = ACTIONS(1540), - [anon_sym_readonly] = ACTIONS(1540), - [anon_sym_writeonly] = ACTIONS(1540), - [anon_sym_precision] = ACTIONS(1540), - [anon_sym_highp] = ACTIONS(1540), - [anon_sym_mediump] = ACTIONS(1540), - [anon_sym_lowp] = ACTIONS(1540), - [anon_sym_centroid] = ACTIONS(1540), - [anon_sym_sample] = ACTIONS(1540), - [anon_sym_patch] = ACTIONS(1540), - [anon_sym_smooth] = ACTIONS(1540), - [anon_sym_flat] = ACTIONS(1540), - [anon_sym_noperspective] = ACTIONS(1540), - [anon_sym___extension__] = ACTIONS(1540), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_auto] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym___inline] = ACTIONS(1540), - [anon_sym___inline__] = ACTIONS(1540), - [anon_sym___forceinline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym___thread] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym___restrict__] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym__Noreturn] = ACTIONS(1540), - [anon_sym_noreturn] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [anon_sym___alignof__] = ACTIONS(1540), - [anon_sym___alignof] = ACTIONS(1540), - [anon_sym__alignof] = ACTIONS(1540), - [anon_sym_alignof] = ACTIONS(1540), - [anon_sym__Alignof] = ACTIONS(1540), - [anon_sym_offsetof] = ACTIONS(1540), - [anon_sym__Generic] = ACTIONS(1540), - [anon_sym_asm] = ACTIONS(1540), - [anon_sym___asm__] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [anon_sym_NULL] = ACTIONS(1540), - [anon_sym_nullptr] = ACTIONS(1540), + [377] = { + [sym_identifier] = ACTIONS(1544), + [aux_sym_preproc_include_token1] = ACTIONS(1544), + [aux_sym_preproc_def_token1] = ACTIONS(1544), + [aux_sym_preproc_if_token1] = ACTIONS(1544), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1544), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1544), + [sym_preproc_directive] = ACTIONS(1544), + [anon_sym_LPAREN2] = ACTIONS(1546), + [anon_sym_BANG] = ACTIONS(1546), + [anon_sym_TILDE] = ACTIONS(1546), + [anon_sym_DASH] = ACTIONS(1544), + [anon_sym_PLUS] = ACTIONS(1544), + [anon_sym_STAR] = ACTIONS(1546), + [anon_sym_AMP] = ACTIONS(1546), + [anon_sym_subroutine] = ACTIONS(1544), + [anon_sym_invariant] = ACTIONS(1544), + [anon_sym_precise] = ACTIONS(1544), + [anon_sym_SEMI] = ACTIONS(1546), + [anon_sym_in] = ACTIONS(1544), + [anon_sym_out] = ACTIONS(1544), + [anon_sym_inout] = ACTIONS(1544), + [anon_sym_uniform] = ACTIONS(1544), + [anon_sym_shared] = ACTIONS(1544), + [anon_sym_attribute] = ACTIONS(1544), + [anon_sym_varying] = ACTIONS(1544), + [anon_sym_buffer] = ACTIONS(1544), + [anon_sym_coherent] = ACTIONS(1544), + [anon_sym_readonly] = ACTIONS(1544), + [anon_sym_writeonly] = ACTIONS(1544), + [anon_sym_precision] = ACTIONS(1544), + [anon_sym_highp] = ACTIONS(1544), + [anon_sym_mediump] = ACTIONS(1544), + [anon_sym_lowp] = ACTIONS(1544), + [anon_sym_centroid] = ACTIONS(1544), + [anon_sym_sample] = ACTIONS(1544), + [anon_sym_patch] = ACTIONS(1544), + [anon_sym_smooth] = ACTIONS(1544), + [anon_sym_flat] = ACTIONS(1544), + [anon_sym_noperspective] = ACTIONS(1544), + [anon_sym___extension__] = ACTIONS(1544), + [anon_sym_typedef] = ACTIONS(1544), + [anon_sym_extern] = ACTIONS(1544), + [anon_sym___attribute__] = ACTIONS(1544), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1546), + [anon_sym___declspec] = ACTIONS(1544), + [anon_sym___cdecl] = ACTIONS(1544), + [anon_sym___clrcall] = ACTIONS(1544), + [anon_sym___stdcall] = ACTIONS(1544), + [anon_sym___fastcall] = ACTIONS(1544), + [anon_sym___thiscall] = ACTIONS(1544), + [anon_sym___vectorcall] = ACTIONS(1544), + [anon_sym_LBRACE] = ACTIONS(1546), + [anon_sym_RBRACE] = ACTIONS(1546), + [anon_sym_signed] = ACTIONS(1544), + [anon_sym_unsigned] = ACTIONS(1544), + [anon_sym_long] = ACTIONS(1544), + [anon_sym_short] = ACTIONS(1544), + [anon_sym_static] = ACTIONS(1544), + [anon_sym_auto] = ACTIONS(1544), + [anon_sym_register] = ACTIONS(1544), + [anon_sym_inline] = ACTIONS(1544), + [anon_sym___inline] = ACTIONS(1544), + [anon_sym___inline__] = ACTIONS(1544), + [anon_sym___forceinline] = ACTIONS(1544), + [anon_sym_thread_local] = ACTIONS(1544), + [anon_sym___thread] = ACTIONS(1544), + [anon_sym_const] = ACTIONS(1544), + [anon_sym_constexpr] = ACTIONS(1544), + [anon_sym_volatile] = ACTIONS(1544), + [anon_sym_restrict] = ACTIONS(1544), + [anon_sym___restrict__] = ACTIONS(1544), + [anon_sym__Atomic] = ACTIONS(1544), + [anon_sym__Noreturn] = ACTIONS(1544), + [anon_sym_noreturn] = ACTIONS(1544), + [sym_primitive_type] = ACTIONS(1544), + [anon_sym_enum] = ACTIONS(1544), + [anon_sym_struct] = ACTIONS(1544), + [anon_sym_union] = ACTIONS(1544), + [anon_sym_if] = ACTIONS(1544), + [anon_sym_switch] = ACTIONS(1544), + [anon_sym_case] = ACTIONS(1544), + [anon_sym_default] = ACTIONS(1544), + [anon_sym_while] = ACTIONS(1544), + [anon_sym_do] = ACTIONS(1544), + [anon_sym_for] = ACTIONS(1544), + [anon_sym_return] = ACTIONS(1544), + [anon_sym_break] = ACTIONS(1544), + [anon_sym_continue] = ACTIONS(1544), + [anon_sym_goto] = ACTIONS(1544), + [anon_sym_DASH_DASH] = ACTIONS(1546), + [anon_sym_PLUS_PLUS] = ACTIONS(1546), + [anon_sym_sizeof] = ACTIONS(1544), + [anon_sym___alignof__] = ACTIONS(1544), + [anon_sym___alignof] = ACTIONS(1544), + [anon_sym__alignof] = ACTIONS(1544), + [anon_sym_alignof] = ACTIONS(1544), + [anon_sym__Alignof] = ACTIONS(1544), + [anon_sym_offsetof] = ACTIONS(1544), + [anon_sym__Generic] = ACTIONS(1544), + [anon_sym_asm] = ACTIONS(1544), + [anon_sym___asm__] = ACTIONS(1544), + [sym_number_literal] = ACTIONS(1546), + [anon_sym_L_SQUOTE] = ACTIONS(1546), + [anon_sym_u_SQUOTE] = ACTIONS(1546), + [anon_sym_U_SQUOTE] = ACTIONS(1546), + [anon_sym_u8_SQUOTE] = ACTIONS(1546), + [anon_sym_SQUOTE] = ACTIONS(1546), + [anon_sym_L_DQUOTE] = ACTIONS(1546), + [anon_sym_u_DQUOTE] = ACTIONS(1546), + [anon_sym_U_DQUOTE] = ACTIONS(1546), + [anon_sym_u8_DQUOTE] = ACTIONS(1546), + [anon_sym_DQUOTE] = ACTIONS(1546), + [sym_true] = ACTIONS(1544), + [sym_false] = ACTIONS(1544), + [anon_sym_NULL] = ACTIONS(1544), + [anon_sym_nullptr] = ACTIONS(1544), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1540), - [anon_sym_rayPayloadInEXT] = ACTIONS(1540), - [anon_sym_hitAttributeEXT] = ACTIONS(1540), - [anon_sym_callableDataEXT] = ACTIONS(1540), - [anon_sym_callableDataInEXT] = ACTIONS(1540), - [anon_sym_shaderRecordEXT] = ACTIONS(1540), - [anon_sym_rayPayloadNV] = ACTIONS(1540), - [anon_sym_rayPayloadInNV] = ACTIONS(1540), - [anon_sym_hitAttributeNV] = ACTIONS(1540), - [anon_sym_callableDataNV] = ACTIONS(1540), - [anon_sym_callableDataInNV] = ACTIONS(1540), - [anon_sym_shaderRecordNV] = ACTIONS(1540), - [anon_sym_layout] = ACTIONS(1540), + [anon_sym_rayPayloadEXT] = ACTIONS(1544), + [anon_sym_rayPayloadInEXT] = ACTIONS(1544), + [anon_sym_hitAttributeEXT] = ACTIONS(1544), + [anon_sym_callableDataEXT] = ACTIONS(1544), + [anon_sym_callableDataInEXT] = ACTIONS(1544), + [anon_sym_shaderRecordEXT] = ACTIONS(1544), + [anon_sym_rayPayloadNV] = ACTIONS(1544), + [anon_sym_rayPayloadInNV] = ACTIONS(1544), + [anon_sym_hitAttributeNV] = ACTIONS(1544), + [anon_sym_callableDataNV] = ACTIONS(1544), + [anon_sym_callableDataInNV] = ACTIONS(1544), + [anon_sym_shaderRecordNV] = ACTIONS(1544), + [anon_sym_layout] = ACTIONS(1544), }, - [376] = { + [378] = { [sym_identifier] = ACTIONS(1458), [aux_sym_preproc_include_token1] = ACTIONS(1458), [aux_sym_preproc_def_token1] = ACTIONS(1458), [aux_sym_preproc_if_token1] = ACTIONS(1458), + [aux_sym_preproc_if_token2] = ACTIONS(1458), [aux_sym_preproc_ifdef_token1] = ACTIONS(1458), [aux_sym_preproc_ifdef_token2] = ACTIONS(1458), [sym_preproc_directive] = ACTIONS(1458), @@ -72199,7 +72459,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1458), [anon_sym___vectorcall] = ACTIONS(1458), [anon_sym_LBRACE] = ACTIONS(1460), - [anon_sym_RBRACE] = ACTIONS(1460), [anon_sym_signed] = ACTIONS(1458), [anon_sym_unsigned] = ACTIONS(1458), [anon_sym_long] = ACTIONS(1458), @@ -72278,139 +72537,403 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1458), [anon_sym_layout] = ACTIONS(1458), }, - [377] = { - [sym_identifier] = ACTIONS(1474), - [aux_sym_preproc_include_token1] = ACTIONS(1474), - [aux_sym_preproc_def_token1] = ACTIONS(1474), - [aux_sym_preproc_if_token1] = ACTIONS(1474), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1474), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1474), - [sym_preproc_directive] = ACTIONS(1474), - [anon_sym_LPAREN2] = ACTIONS(1476), - [anon_sym_BANG] = ACTIONS(1476), - [anon_sym_TILDE] = ACTIONS(1476), - [anon_sym_DASH] = ACTIONS(1474), - [anon_sym_PLUS] = ACTIONS(1474), - [anon_sym_STAR] = ACTIONS(1476), - [anon_sym_AMP] = ACTIONS(1476), - [anon_sym_subroutine] = ACTIONS(1474), - [anon_sym_invariant] = ACTIONS(1474), - [anon_sym_precise] = ACTIONS(1474), - [anon_sym_SEMI] = ACTIONS(1476), - [anon_sym_in] = ACTIONS(1474), - [anon_sym_out] = ACTIONS(1474), - [anon_sym_inout] = ACTIONS(1474), - [anon_sym_uniform] = ACTIONS(1474), - [anon_sym_shared] = ACTIONS(1474), - [anon_sym_attribute] = ACTIONS(1474), - [anon_sym_varying] = ACTIONS(1474), - [anon_sym_buffer] = ACTIONS(1474), - [anon_sym_coherent] = ACTIONS(1474), - [anon_sym_readonly] = ACTIONS(1474), - [anon_sym_writeonly] = ACTIONS(1474), - [anon_sym_precision] = ACTIONS(1474), - [anon_sym_highp] = ACTIONS(1474), - [anon_sym_mediump] = ACTIONS(1474), - [anon_sym_lowp] = ACTIONS(1474), - [anon_sym_centroid] = ACTIONS(1474), - [anon_sym_sample] = ACTIONS(1474), - [anon_sym_patch] = ACTIONS(1474), - [anon_sym_smooth] = ACTIONS(1474), - [anon_sym_flat] = ACTIONS(1474), - [anon_sym_noperspective] = ACTIONS(1474), - [anon_sym___extension__] = ACTIONS(1474), - [anon_sym_typedef] = ACTIONS(1474), - [anon_sym_extern] = ACTIONS(1474), - [anon_sym___attribute__] = ACTIONS(1474), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1474), - [anon_sym___cdecl] = ACTIONS(1474), - [anon_sym___clrcall] = ACTIONS(1474), - [anon_sym___stdcall] = ACTIONS(1474), - [anon_sym___fastcall] = ACTIONS(1474), - [anon_sym___thiscall] = ACTIONS(1474), - [anon_sym___vectorcall] = ACTIONS(1474), - [anon_sym_LBRACE] = ACTIONS(1476), - [anon_sym_RBRACE] = ACTIONS(1476), - [anon_sym_signed] = ACTIONS(1474), - [anon_sym_unsigned] = ACTIONS(1474), - [anon_sym_long] = ACTIONS(1474), - [anon_sym_short] = ACTIONS(1474), - [anon_sym_static] = ACTIONS(1474), - [anon_sym_auto] = ACTIONS(1474), - [anon_sym_register] = ACTIONS(1474), - [anon_sym_inline] = ACTIONS(1474), - [anon_sym___inline] = ACTIONS(1474), - [anon_sym___inline__] = ACTIONS(1474), - [anon_sym___forceinline] = ACTIONS(1474), - [anon_sym_thread_local] = ACTIONS(1474), - [anon_sym___thread] = ACTIONS(1474), - [anon_sym_const] = ACTIONS(1474), - [anon_sym_constexpr] = ACTIONS(1474), - [anon_sym_volatile] = ACTIONS(1474), - [anon_sym_restrict] = ACTIONS(1474), - [anon_sym___restrict__] = ACTIONS(1474), - [anon_sym__Atomic] = ACTIONS(1474), - [anon_sym__Noreturn] = ACTIONS(1474), - [anon_sym_noreturn] = ACTIONS(1474), - [sym_primitive_type] = ACTIONS(1474), - [anon_sym_enum] = ACTIONS(1474), - [anon_sym_struct] = ACTIONS(1474), - [anon_sym_union] = ACTIONS(1474), - [anon_sym_if] = ACTIONS(1474), - [anon_sym_switch] = ACTIONS(1474), - [anon_sym_case] = ACTIONS(1474), - [anon_sym_default] = ACTIONS(1474), - [anon_sym_while] = ACTIONS(1474), - [anon_sym_do] = ACTIONS(1474), - [anon_sym_for] = ACTIONS(1474), - [anon_sym_return] = ACTIONS(1474), - [anon_sym_break] = ACTIONS(1474), - [anon_sym_continue] = ACTIONS(1474), - [anon_sym_goto] = ACTIONS(1474), - [anon_sym_DASH_DASH] = ACTIONS(1476), - [anon_sym_PLUS_PLUS] = ACTIONS(1476), - [anon_sym_sizeof] = ACTIONS(1474), - [anon_sym___alignof__] = ACTIONS(1474), - [anon_sym___alignof] = ACTIONS(1474), - [anon_sym__alignof] = ACTIONS(1474), - [anon_sym_alignof] = ACTIONS(1474), - [anon_sym__Alignof] = ACTIONS(1474), - [anon_sym_offsetof] = ACTIONS(1474), - [anon_sym__Generic] = ACTIONS(1474), - [anon_sym_asm] = ACTIONS(1474), - [anon_sym___asm__] = ACTIONS(1474), - [sym_number_literal] = ACTIONS(1476), - [anon_sym_L_SQUOTE] = ACTIONS(1476), - [anon_sym_u_SQUOTE] = ACTIONS(1476), - [anon_sym_U_SQUOTE] = ACTIONS(1476), - [anon_sym_u8_SQUOTE] = ACTIONS(1476), - [anon_sym_SQUOTE] = ACTIONS(1476), - [anon_sym_L_DQUOTE] = ACTIONS(1476), - [anon_sym_u_DQUOTE] = ACTIONS(1476), - [anon_sym_U_DQUOTE] = ACTIONS(1476), - [anon_sym_u8_DQUOTE] = ACTIONS(1476), - [anon_sym_DQUOTE] = ACTIONS(1476), - [sym_true] = ACTIONS(1474), - [sym_false] = ACTIONS(1474), - [anon_sym_NULL] = ACTIONS(1474), - [anon_sym_nullptr] = ACTIONS(1474), + [379] = { + [sym_identifier] = ACTIONS(1506), + [aux_sym_preproc_include_token1] = ACTIONS(1506), + [aux_sym_preproc_def_token1] = ACTIONS(1506), + [aux_sym_preproc_if_token1] = ACTIONS(1506), + [aux_sym_preproc_if_token2] = ACTIONS(1506), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1506), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1506), + [sym_preproc_directive] = ACTIONS(1506), + [anon_sym_LPAREN2] = ACTIONS(1508), + [anon_sym_BANG] = ACTIONS(1508), + [anon_sym_TILDE] = ACTIONS(1508), + [anon_sym_DASH] = ACTIONS(1506), + [anon_sym_PLUS] = ACTIONS(1506), + [anon_sym_STAR] = ACTIONS(1508), + [anon_sym_AMP] = ACTIONS(1508), + [anon_sym_subroutine] = ACTIONS(1506), + [anon_sym_invariant] = ACTIONS(1506), + [anon_sym_precise] = ACTIONS(1506), + [anon_sym_SEMI] = ACTIONS(1508), + [anon_sym_in] = ACTIONS(1506), + [anon_sym_out] = ACTIONS(1506), + [anon_sym_inout] = ACTIONS(1506), + [anon_sym_uniform] = ACTIONS(1506), + [anon_sym_shared] = ACTIONS(1506), + [anon_sym_attribute] = ACTIONS(1506), + [anon_sym_varying] = ACTIONS(1506), + [anon_sym_buffer] = ACTIONS(1506), + [anon_sym_coherent] = ACTIONS(1506), + [anon_sym_readonly] = ACTIONS(1506), + [anon_sym_writeonly] = ACTIONS(1506), + [anon_sym_precision] = ACTIONS(1506), + [anon_sym_highp] = ACTIONS(1506), + [anon_sym_mediump] = ACTIONS(1506), + [anon_sym_lowp] = ACTIONS(1506), + [anon_sym_centroid] = ACTIONS(1506), + [anon_sym_sample] = ACTIONS(1506), + [anon_sym_patch] = ACTIONS(1506), + [anon_sym_smooth] = ACTIONS(1506), + [anon_sym_flat] = ACTIONS(1506), + [anon_sym_noperspective] = ACTIONS(1506), + [anon_sym___extension__] = ACTIONS(1506), + [anon_sym_typedef] = ACTIONS(1506), + [anon_sym_extern] = ACTIONS(1506), + [anon_sym___attribute__] = ACTIONS(1506), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1508), + [anon_sym___declspec] = ACTIONS(1506), + [anon_sym___cdecl] = ACTIONS(1506), + [anon_sym___clrcall] = ACTIONS(1506), + [anon_sym___stdcall] = ACTIONS(1506), + [anon_sym___fastcall] = ACTIONS(1506), + [anon_sym___thiscall] = ACTIONS(1506), + [anon_sym___vectorcall] = ACTIONS(1506), + [anon_sym_LBRACE] = ACTIONS(1508), + [anon_sym_signed] = ACTIONS(1506), + [anon_sym_unsigned] = ACTIONS(1506), + [anon_sym_long] = ACTIONS(1506), + [anon_sym_short] = ACTIONS(1506), + [anon_sym_static] = ACTIONS(1506), + [anon_sym_auto] = ACTIONS(1506), + [anon_sym_register] = ACTIONS(1506), + [anon_sym_inline] = ACTIONS(1506), + [anon_sym___inline] = ACTIONS(1506), + [anon_sym___inline__] = ACTIONS(1506), + [anon_sym___forceinline] = ACTIONS(1506), + [anon_sym_thread_local] = ACTIONS(1506), + [anon_sym___thread] = ACTIONS(1506), + [anon_sym_const] = ACTIONS(1506), + [anon_sym_constexpr] = ACTIONS(1506), + [anon_sym_volatile] = ACTIONS(1506), + [anon_sym_restrict] = ACTIONS(1506), + [anon_sym___restrict__] = ACTIONS(1506), + [anon_sym__Atomic] = ACTIONS(1506), + [anon_sym__Noreturn] = ACTIONS(1506), + [anon_sym_noreturn] = ACTIONS(1506), + [sym_primitive_type] = ACTIONS(1506), + [anon_sym_enum] = ACTIONS(1506), + [anon_sym_struct] = ACTIONS(1506), + [anon_sym_union] = ACTIONS(1506), + [anon_sym_if] = ACTIONS(1506), + [anon_sym_switch] = ACTIONS(1506), + [anon_sym_case] = ACTIONS(1506), + [anon_sym_default] = ACTIONS(1506), + [anon_sym_while] = ACTIONS(1506), + [anon_sym_do] = ACTIONS(1506), + [anon_sym_for] = ACTIONS(1506), + [anon_sym_return] = ACTIONS(1506), + [anon_sym_break] = ACTIONS(1506), + [anon_sym_continue] = ACTIONS(1506), + [anon_sym_goto] = ACTIONS(1506), + [anon_sym_DASH_DASH] = ACTIONS(1508), + [anon_sym_PLUS_PLUS] = ACTIONS(1508), + [anon_sym_sizeof] = ACTIONS(1506), + [anon_sym___alignof__] = ACTIONS(1506), + [anon_sym___alignof] = ACTIONS(1506), + [anon_sym__alignof] = ACTIONS(1506), + [anon_sym_alignof] = ACTIONS(1506), + [anon_sym__Alignof] = ACTIONS(1506), + [anon_sym_offsetof] = ACTIONS(1506), + [anon_sym__Generic] = ACTIONS(1506), + [anon_sym_asm] = ACTIONS(1506), + [anon_sym___asm__] = ACTIONS(1506), + [sym_number_literal] = ACTIONS(1508), + [anon_sym_L_SQUOTE] = ACTIONS(1508), + [anon_sym_u_SQUOTE] = ACTIONS(1508), + [anon_sym_U_SQUOTE] = ACTIONS(1508), + [anon_sym_u8_SQUOTE] = ACTIONS(1508), + [anon_sym_SQUOTE] = ACTIONS(1508), + [anon_sym_L_DQUOTE] = ACTIONS(1508), + [anon_sym_u_DQUOTE] = ACTIONS(1508), + [anon_sym_U_DQUOTE] = ACTIONS(1508), + [anon_sym_u8_DQUOTE] = ACTIONS(1508), + [anon_sym_DQUOTE] = ACTIONS(1508), + [sym_true] = ACTIONS(1506), + [sym_false] = ACTIONS(1506), + [anon_sym_NULL] = ACTIONS(1506), + [anon_sym_nullptr] = ACTIONS(1506), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1506), + [anon_sym_rayPayloadInEXT] = ACTIONS(1506), + [anon_sym_hitAttributeEXT] = ACTIONS(1506), + [anon_sym_callableDataEXT] = ACTIONS(1506), + [anon_sym_callableDataInEXT] = ACTIONS(1506), + [anon_sym_shaderRecordEXT] = ACTIONS(1506), + [anon_sym_rayPayloadNV] = ACTIONS(1506), + [anon_sym_rayPayloadInNV] = ACTIONS(1506), + [anon_sym_hitAttributeNV] = ACTIONS(1506), + [anon_sym_callableDataNV] = ACTIONS(1506), + [anon_sym_callableDataInNV] = ACTIONS(1506), + [anon_sym_shaderRecordNV] = ACTIONS(1506), + [anon_sym_layout] = ACTIONS(1506), + }, + [380] = { + [sym_identifier] = ACTIONS(1498), + [aux_sym_preproc_include_token1] = ACTIONS(1498), + [aux_sym_preproc_def_token1] = ACTIONS(1498), + [aux_sym_preproc_if_token1] = ACTIONS(1498), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1498), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1498), + [sym_preproc_directive] = ACTIONS(1498), + [anon_sym_LPAREN2] = ACTIONS(1500), + [anon_sym_BANG] = ACTIONS(1500), + [anon_sym_TILDE] = ACTIONS(1500), + [anon_sym_DASH] = ACTIONS(1498), + [anon_sym_PLUS] = ACTIONS(1498), + [anon_sym_STAR] = ACTIONS(1500), + [anon_sym_AMP] = ACTIONS(1500), + [anon_sym_subroutine] = ACTIONS(1498), + [anon_sym_invariant] = ACTIONS(1498), + [anon_sym_precise] = ACTIONS(1498), + [anon_sym_SEMI] = ACTIONS(1500), + [anon_sym_in] = ACTIONS(1498), + [anon_sym_out] = ACTIONS(1498), + [anon_sym_inout] = ACTIONS(1498), + [anon_sym_uniform] = ACTIONS(1498), + [anon_sym_shared] = ACTIONS(1498), + [anon_sym_attribute] = ACTIONS(1498), + [anon_sym_varying] = ACTIONS(1498), + [anon_sym_buffer] = ACTIONS(1498), + [anon_sym_coherent] = ACTIONS(1498), + [anon_sym_readonly] = ACTIONS(1498), + [anon_sym_writeonly] = ACTIONS(1498), + [anon_sym_precision] = ACTIONS(1498), + [anon_sym_highp] = ACTIONS(1498), + [anon_sym_mediump] = ACTIONS(1498), + [anon_sym_lowp] = ACTIONS(1498), + [anon_sym_centroid] = ACTIONS(1498), + [anon_sym_sample] = ACTIONS(1498), + [anon_sym_patch] = ACTIONS(1498), + [anon_sym_smooth] = ACTIONS(1498), + [anon_sym_flat] = ACTIONS(1498), + [anon_sym_noperspective] = ACTIONS(1498), + [anon_sym___extension__] = ACTIONS(1498), + [anon_sym_typedef] = ACTIONS(1498), + [anon_sym_extern] = ACTIONS(1498), + [anon_sym___attribute__] = ACTIONS(1498), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1500), + [anon_sym___declspec] = ACTIONS(1498), + [anon_sym___cdecl] = ACTIONS(1498), + [anon_sym___clrcall] = ACTIONS(1498), + [anon_sym___stdcall] = ACTIONS(1498), + [anon_sym___fastcall] = ACTIONS(1498), + [anon_sym___thiscall] = ACTIONS(1498), + [anon_sym___vectorcall] = ACTIONS(1498), + [anon_sym_LBRACE] = ACTIONS(1500), + [anon_sym_RBRACE] = ACTIONS(1500), + [anon_sym_signed] = ACTIONS(1498), + [anon_sym_unsigned] = ACTIONS(1498), + [anon_sym_long] = ACTIONS(1498), + [anon_sym_short] = ACTIONS(1498), + [anon_sym_static] = ACTIONS(1498), + [anon_sym_auto] = ACTIONS(1498), + [anon_sym_register] = ACTIONS(1498), + [anon_sym_inline] = ACTIONS(1498), + [anon_sym___inline] = ACTIONS(1498), + [anon_sym___inline__] = ACTIONS(1498), + [anon_sym___forceinline] = ACTIONS(1498), + [anon_sym_thread_local] = ACTIONS(1498), + [anon_sym___thread] = ACTIONS(1498), + [anon_sym_const] = ACTIONS(1498), + [anon_sym_constexpr] = ACTIONS(1498), + [anon_sym_volatile] = ACTIONS(1498), + [anon_sym_restrict] = ACTIONS(1498), + [anon_sym___restrict__] = ACTIONS(1498), + [anon_sym__Atomic] = ACTIONS(1498), + [anon_sym__Noreturn] = ACTIONS(1498), + [anon_sym_noreturn] = ACTIONS(1498), + [sym_primitive_type] = ACTIONS(1498), + [anon_sym_enum] = ACTIONS(1498), + [anon_sym_struct] = ACTIONS(1498), + [anon_sym_union] = ACTIONS(1498), + [anon_sym_if] = ACTIONS(1498), + [anon_sym_switch] = ACTIONS(1498), + [anon_sym_case] = ACTIONS(1498), + [anon_sym_default] = ACTIONS(1498), + [anon_sym_while] = ACTIONS(1498), + [anon_sym_do] = ACTIONS(1498), + [anon_sym_for] = ACTIONS(1498), + [anon_sym_return] = ACTIONS(1498), + [anon_sym_break] = ACTIONS(1498), + [anon_sym_continue] = ACTIONS(1498), + [anon_sym_goto] = ACTIONS(1498), + [anon_sym_DASH_DASH] = ACTIONS(1500), + [anon_sym_PLUS_PLUS] = ACTIONS(1500), + [anon_sym_sizeof] = ACTIONS(1498), + [anon_sym___alignof__] = ACTIONS(1498), + [anon_sym___alignof] = ACTIONS(1498), + [anon_sym__alignof] = ACTIONS(1498), + [anon_sym_alignof] = ACTIONS(1498), + [anon_sym__Alignof] = ACTIONS(1498), + [anon_sym_offsetof] = ACTIONS(1498), + [anon_sym__Generic] = ACTIONS(1498), + [anon_sym_asm] = ACTIONS(1498), + [anon_sym___asm__] = ACTIONS(1498), + [sym_number_literal] = ACTIONS(1500), + [anon_sym_L_SQUOTE] = ACTIONS(1500), + [anon_sym_u_SQUOTE] = ACTIONS(1500), + [anon_sym_U_SQUOTE] = ACTIONS(1500), + [anon_sym_u8_SQUOTE] = ACTIONS(1500), + [anon_sym_SQUOTE] = ACTIONS(1500), + [anon_sym_L_DQUOTE] = ACTIONS(1500), + [anon_sym_u_DQUOTE] = ACTIONS(1500), + [anon_sym_U_DQUOTE] = ACTIONS(1500), + [anon_sym_u8_DQUOTE] = ACTIONS(1500), + [anon_sym_DQUOTE] = ACTIONS(1500), + [sym_true] = ACTIONS(1498), + [sym_false] = ACTIONS(1498), + [anon_sym_NULL] = ACTIONS(1498), + [anon_sym_nullptr] = ACTIONS(1498), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1474), - [anon_sym_rayPayloadInEXT] = ACTIONS(1474), - [anon_sym_hitAttributeEXT] = ACTIONS(1474), - [anon_sym_callableDataEXT] = ACTIONS(1474), - [anon_sym_callableDataInEXT] = ACTIONS(1474), - [anon_sym_shaderRecordEXT] = ACTIONS(1474), - [anon_sym_rayPayloadNV] = ACTIONS(1474), - [anon_sym_rayPayloadInNV] = ACTIONS(1474), - [anon_sym_hitAttributeNV] = ACTIONS(1474), - [anon_sym_callableDataNV] = ACTIONS(1474), - [anon_sym_callableDataInNV] = ACTIONS(1474), - [anon_sym_shaderRecordNV] = ACTIONS(1474), - [anon_sym_layout] = ACTIONS(1474), + [anon_sym_rayPayloadEXT] = ACTIONS(1498), + [anon_sym_rayPayloadInEXT] = ACTIONS(1498), + [anon_sym_hitAttributeEXT] = ACTIONS(1498), + [anon_sym_callableDataEXT] = ACTIONS(1498), + [anon_sym_callableDataInEXT] = ACTIONS(1498), + [anon_sym_shaderRecordEXT] = ACTIONS(1498), + [anon_sym_rayPayloadNV] = ACTIONS(1498), + [anon_sym_rayPayloadInNV] = ACTIONS(1498), + [anon_sym_hitAttributeNV] = ACTIONS(1498), + [anon_sym_callableDataNV] = ACTIONS(1498), + [anon_sym_callableDataInNV] = ACTIONS(1498), + [anon_sym_shaderRecordNV] = ACTIONS(1498), + [anon_sym_layout] = ACTIONS(1498), }, - [378] = { + [381] = { + [sym_identifier] = ACTIONS(1490), + [aux_sym_preproc_include_token1] = ACTIONS(1490), + [aux_sym_preproc_def_token1] = ACTIONS(1490), + [aux_sym_preproc_if_token1] = ACTIONS(1490), + [aux_sym_preproc_if_token2] = ACTIONS(1490), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1490), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1490), + [sym_preproc_directive] = ACTIONS(1490), + [anon_sym_LPAREN2] = ACTIONS(1492), + [anon_sym_BANG] = ACTIONS(1492), + [anon_sym_TILDE] = ACTIONS(1492), + [anon_sym_DASH] = ACTIONS(1490), + [anon_sym_PLUS] = ACTIONS(1490), + [anon_sym_STAR] = ACTIONS(1492), + [anon_sym_AMP] = ACTIONS(1492), + [anon_sym_subroutine] = ACTIONS(1490), + [anon_sym_invariant] = ACTIONS(1490), + [anon_sym_precise] = ACTIONS(1490), + [anon_sym_SEMI] = ACTIONS(1492), + [anon_sym_in] = ACTIONS(1490), + [anon_sym_out] = ACTIONS(1490), + [anon_sym_inout] = ACTIONS(1490), + [anon_sym_uniform] = ACTIONS(1490), + [anon_sym_shared] = ACTIONS(1490), + [anon_sym_attribute] = ACTIONS(1490), + [anon_sym_varying] = ACTIONS(1490), + [anon_sym_buffer] = ACTIONS(1490), + [anon_sym_coherent] = ACTIONS(1490), + [anon_sym_readonly] = ACTIONS(1490), + [anon_sym_writeonly] = ACTIONS(1490), + [anon_sym_precision] = ACTIONS(1490), + [anon_sym_highp] = ACTIONS(1490), + [anon_sym_mediump] = ACTIONS(1490), + [anon_sym_lowp] = ACTIONS(1490), + [anon_sym_centroid] = ACTIONS(1490), + [anon_sym_sample] = ACTIONS(1490), + [anon_sym_patch] = ACTIONS(1490), + [anon_sym_smooth] = ACTIONS(1490), + [anon_sym_flat] = ACTIONS(1490), + [anon_sym_noperspective] = ACTIONS(1490), + [anon_sym___extension__] = ACTIONS(1490), + [anon_sym_typedef] = ACTIONS(1490), + [anon_sym_extern] = ACTIONS(1490), + [anon_sym___attribute__] = ACTIONS(1490), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1492), + [anon_sym___declspec] = ACTIONS(1490), + [anon_sym___cdecl] = ACTIONS(1490), + [anon_sym___clrcall] = ACTIONS(1490), + [anon_sym___stdcall] = ACTIONS(1490), + [anon_sym___fastcall] = ACTIONS(1490), + [anon_sym___thiscall] = ACTIONS(1490), + [anon_sym___vectorcall] = ACTIONS(1490), + [anon_sym_LBRACE] = ACTIONS(1492), + [anon_sym_signed] = ACTIONS(1490), + [anon_sym_unsigned] = ACTIONS(1490), + [anon_sym_long] = ACTIONS(1490), + [anon_sym_short] = ACTIONS(1490), + [anon_sym_static] = ACTIONS(1490), + [anon_sym_auto] = ACTIONS(1490), + [anon_sym_register] = ACTIONS(1490), + [anon_sym_inline] = ACTIONS(1490), + [anon_sym___inline] = ACTIONS(1490), + [anon_sym___inline__] = ACTIONS(1490), + [anon_sym___forceinline] = ACTIONS(1490), + [anon_sym_thread_local] = ACTIONS(1490), + [anon_sym___thread] = ACTIONS(1490), + [anon_sym_const] = ACTIONS(1490), + [anon_sym_constexpr] = ACTIONS(1490), + [anon_sym_volatile] = ACTIONS(1490), + [anon_sym_restrict] = ACTIONS(1490), + [anon_sym___restrict__] = ACTIONS(1490), + [anon_sym__Atomic] = ACTIONS(1490), + [anon_sym__Noreturn] = ACTIONS(1490), + [anon_sym_noreturn] = ACTIONS(1490), + [sym_primitive_type] = ACTIONS(1490), + [anon_sym_enum] = ACTIONS(1490), + [anon_sym_struct] = ACTIONS(1490), + [anon_sym_union] = ACTIONS(1490), + [anon_sym_if] = ACTIONS(1490), + [anon_sym_switch] = ACTIONS(1490), + [anon_sym_case] = ACTIONS(1490), + [anon_sym_default] = ACTIONS(1490), + [anon_sym_while] = ACTIONS(1490), + [anon_sym_do] = ACTIONS(1490), + [anon_sym_for] = ACTIONS(1490), + [anon_sym_return] = ACTIONS(1490), + [anon_sym_break] = ACTIONS(1490), + [anon_sym_continue] = ACTIONS(1490), + [anon_sym_goto] = ACTIONS(1490), + [anon_sym_DASH_DASH] = ACTIONS(1492), + [anon_sym_PLUS_PLUS] = ACTIONS(1492), + [anon_sym_sizeof] = ACTIONS(1490), + [anon_sym___alignof__] = ACTIONS(1490), + [anon_sym___alignof] = ACTIONS(1490), + [anon_sym__alignof] = ACTIONS(1490), + [anon_sym_alignof] = ACTIONS(1490), + [anon_sym__Alignof] = ACTIONS(1490), + [anon_sym_offsetof] = ACTIONS(1490), + [anon_sym__Generic] = ACTIONS(1490), + [anon_sym_asm] = ACTIONS(1490), + [anon_sym___asm__] = ACTIONS(1490), + [sym_number_literal] = ACTIONS(1492), + [anon_sym_L_SQUOTE] = ACTIONS(1492), + [anon_sym_u_SQUOTE] = ACTIONS(1492), + [anon_sym_U_SQUOTE] = ACTIONS(1492), + [anon_sym_u8_SQUOTE] = ACTIONS(1492), + [anon_sym_SQUOTE] = ACTIONS(1492), + [anon_sym_L_DQUOTE] = ACTIONS(1492), + [anon_sym_u_DQUOTE] = ACTIONS(1492), + [anon_sym_U_DQUOTE] = ACTIONS(1492), + [anon_sym_u8_DQUOTE] = ACTIONS(1492), + [anon_sym_DQUOTE] = ACTIONS(1492), + [sym_true] = ACTIONS(1490), + [sym_false] = ACTIONS(1490), + [anon_sym_NULL] = ACTIONS(1490), + [anon_sym_nullptr] = ACTIONS(1490), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1490), + [anon_sym_rayPayloadInEXT] = ACTIONS(1490), + [anon_sym_hitAttributeEXT] = ACTIONS(1490), + [anon_sym_callableDataEXT] = ACTIONS(1490), + [anon_sym_callableDataInEXT] = ACTIONS(1490), + [anon_sym_shaderRecordEXT] = ACTIONS(1490), + [anon_sym_rayPayloadNV] = ACTIONS(1490), + [anon_sym_rayPayloadInNV] = ACTIONS(1490), + [anon_sym_hitAttributeNV] = ACTIONS(1490), + [anon_sym_callableDataNV] = ACTIONS(1490), + [anon_sym_callableDataInNV] = ACTIONS(1490), + [anon_sym_shaderRecordNV] = ACTIONS(1490), + [anon_sym_layout] = ACTIONS(1490), + }, + [382] = { [sym_identifier] = ACTIONS(1490), [aux_sym_preproc_include_token1] = ACTIONS(1490), [aux_sym_preproc_def_token1] = ACTIONS(1490), @@ -72528,1213 +73051,1346 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1490), [anon_sym_nullptr] = ACTIONS(1490), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1490), - [anon_sym_rayPayloadInEXT] = ACTIONS(1490), - [anon_sym_hitAttributeEXT] = ACTIONS(1490), - [anon_sym_callableDataEXT] = ACTIONS(1490), - [anon_sym_callableDataInEXT] = ACTIONS(1490), - [anon_sym_shaderRecordEXT] = ACTIONS(1490), - [anon_sym_rayPayloadNV] = ACTIONS(1490), - [anon_sym_rayPayloadInNV] = ACTIONS(1490), - [anon_sym_hitAttributeNV] = ACTIONS(1490), - [anon_sym_callableDataNV] = ACTIONS(1490), - [anon_sym_callableDataInNV] = ACTIONS(1490), - [anon_sym_shaderRecordNV] = ACTIONS(1490), - [anon_sym_layout] = ACTIONS(1490), + [anon_sym_rayPayloadEXT] = ACTIONS(1490), + [anon_sym_rayPayloadInEXT] = ACTIONS(1490), + [anon_sym_hitAttributeEXT] = ACTIONS(1490), + [anon_sym_callableDataEXT] = ACTIONS(1490), + [anon_sym_callableDataInEXT] = ACTIONS(1490), + [anon_sym_shaderRecordEXT] = ACTIONS(1490), + [anon_sym_rayPayloadNV] = ACTIONS(1490), + [anon_sym_rayPayloadInNV] = ACTIONS(1490), + [anon_sym_hitAttributeNV] = ACTIONS(1490), + [anon_sym_callableDataNV] = ACTIONS(1490), + [anon_sym_callableDataInNV] = ACTIONS(1490), + [anon_sym_shaderRecordNV] = ACTIONS(1490), + [anon_sym_layout] = ACTIONS(1490), + }, + [383] = { + [sym_identifier] = ACTIONS(1494), + [aux_sym_preproc_include_token1] = ACTIONS(1494), + [aux_sym_preproc_def_token1] = ACTIONS(1494), + [aux_sym_preproc_if_token1] = ACTIONS(1494), + [aux_sym_preproc_if_token2] = ACTIONS(1494), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1494), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1494), + [sym_preproc_directive] = ACTIONS(1494), + [anon_sym_LPAREN2] = ACTIONS(1496), + [anon_sym_BANG] = ACTIONS(1496), + [anon_sym_TILDE] = ACTIONS(1496), + [anon_sym_DASH] = ACTIONS(1494), + [anon_sym_PLUS] = ACTIONS(1494), + [anon_sym_STAR] = ACTIONS(1496), + [anon_sym_AMP] = ACTIONS(1496), + [anon_sym_subroutine] = ACTIONS(1494), + [anon_sym_invariant] = ACTIONS(1494), + [anon_sym_precise] = ACTIONS(1494), + [anon_sym_SEMI] = ACTIONS(1496), + [anon_sym_in] = ACTIONS(1494), + [anon_sym_out] = ACTIONS(1494), + [anon_sym_inout] = ACTIONS(1494), + [anon_sym_uniform] = ACTIONS(1494), + [anon_sym_shared] = ACTIONS(1494), + [anon_sym_attribute] = ACTIONS(1494), + [anon_sym_varying] = ACTIONS(1494), + [anon_sym_buffer] = ACTIONS(1494), + [anon_sym_coherent] = ACTIONS(1494), + [anon_sym_readonly] = ACTIONS(1494), + [anon_sym_writeonly] = ACTIONS(1494), + [anon_sym_precision] = ACTIONS(1494), + [anon_sym_highp] = ACTIONS(1494), + [anon_sym_mediump] = ACTIONS(1494), + [anon_sym_lowp] = ACTIONS(1494), + [anon_sym_centroid] = ACTIONS(1494), + [anon_sym_sample] = ACTIONS(1494), + [anon_sym_patch] = ACTIONS(1494), + [anon_sym_smooth] = ACTIONS(1494), + [anon_sym_flat] = ACTIONS(1494), + [anon_sym_noperspective] = ACTIONS(1494), + [anon_sym___extension__] = ACTIONS(1494), + [anon_sym_typedef] = ACTIONS(1494), + [anon_sym_extern] = ACTIONS(1494), + [anon_sym___attribute__] = ACTIONS(1494), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1496), + [anon_sym___declspec] = ACTIONS(1494), + [anon_sym___cdecl] = ACTIONS(1494), + [anon_sym___clrcall] = ACTIONS(1494), + [anon_sym___stdcall] = ACTIONS(1494), + [anon_sym___fastcall] = ACTIONS(1494), + [anon_sym___thiscall] = ACTIONS(1494), + [anon_sym___vectorcall] = ACTIONS(1494), + [anon_sym_LBRACE] = ACTIONS(1496), + [anon_sym_signed] = ACTIONS(1494), + [anon_sym_unsigned] = ACTIONS(1494), + [anon_sym_long] = ACTIONS(1494), + [anon_sym_short] = ACTIONS(1494), + [anon_sym_static] = ACTIONS(1494), + [anon_sym_auto] = ACTIONS(1494), + [anon_sym_register] = ACTIONS(1494), + [anon_sym_inline] = ACTIONS(1494), + [anon_sym___inline] = ACTIONS(1494), + [anon_sym___inline__] = ACTIONS(1494), + [anon_sym___forceinline] = ACTIONS(1494), + [anon_sym_thread_local] = ACTIONS(1494), + [anon_sym___thread] = ACTIONS(1494), + [anon_sym_const] = ACTIONS(1494), + [anon_sym_constexpr] = ACTIONS(1494), + [anon_sym_volatile] = ACTIONS(1494), + [anon_sym_restrict] = ACTIONS(1494), + [anon_sym___restrict__] = ACTIONS(1494), + [anon_sym__Atomic] = ACTIONS(1494), + [anon_sym__Noreturn] = ACTIONS(1494), + [anon_sym_noreturn] = ACTIONS(1494), + [sym_primitive_type] = ACTIONS(1494), + [anon_sym_enum] = ACTIONS(1494), + [anon_sym_struct] = ACTIONS(1494), + [anon_sym_union] = ACTIONS(1494), + [anon_sym_if] = ACTIONS(1494), + [anon_sym_switch] = ACTIONS(1494), + [anon_sym_case] = ACTIONS(1494), + [anon_sym_default] = ACTIONS(1494), + [anon_sym_while] = ACTIONS(1494), + [anon_sym_do] = ACTIONS(1494), + [anon_sym_for] = ACTIONS(1494), + [anon_sym_return] = ACTIONS(1494), + [anon_sym_break] = ACTIONS(1494), + [anon_sym_continue] = ACTIONS(1494), + [anon_sym_goto] = ACTIONS(1494), + [anon_sym_DASH_DASH] = ACTIONS(1496), + [anon_sym_PLUS_PLUS] = ACTIONS(1496), + [anon_sym_sizeof] = ACTIONS(1494), + [anon_sym___alignof__] = ACTIONS(1494), + [anon_sym___alignof] = ACTIONS(1494), + [anon_sym__alignof] = ACTIONS(1494), + [anon_sym_alignof] = ACTIONS(1494), + [anon_sym__Alignof] = ACTIONS(1494), + [anon_sym_offsetof] = ACTIONS(1494), + [anon_sym__Generic] = ACTIONS(1494), + [anon_sym_asm] = ACTIONS(1494), + [anon_sym___asm__] = ACTIONS(1494), + [sym_number_literal] = ACTIONS(1496), + [anon_sym_L_SQUOTE] = ACTIONS(1496), + [anon_sym_u_SQUOTE] = ACTIONS(1496), + [anon_sym_U_SQUOTE] = ACTIONS(1496), + [anon_sym_u8_SQUOTE] = ACTIONS(1496), + [anon_sym_SQUOTE] = ACTIONS(1496), + [anon_sym_L_DQUOTE] = ACTIONS(1496), + [anon_sym_u_DQUOTE] = ACTIONS(1496), + [anon_sym_U_DQUOTE] = ACTIONS(1496), + [anon_sym_u8_DQUOTE] = ACTIONS(1496), + [anon_sym_DQUOTE] = ACTIONS(1496), + [sym_true] = ACTIONS(1494), + [sym_false] = ACTIONS(1494), + [anon_sym_NULL] = ACTIONS(1494), + [anon_sym_nullptr] = ACTIONS(1494), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1494), + [anon_sym_rayPayloadInEXT] = ACTIONS(1494), + [anon_sym_hitAttributeEXT] = ACTIONS(1494), + [anon_sym_callableDataEXT] = ACTIONS(1494), + [anon_sym_callableDataInEXT] = ACTIONS(1494), + [anon_sym_shaderRecordEXT] = ACTIONS(1494), + [anon_sym_rayPayloadNV] = ACTIONS(1494), + [anon_sym_rayPayloadInNV] = ACTIONS(1494), + [anon_sym_hitAttributeNV] = ACTIONS(1494), + [anon_sym_callableDataNV] = ACTIONS(1494), + [anon_sym_callableDataInNV] = ACTIONS(1494), + [anon_sym_shaderRecordNV] = ACTIONS(1494), + [anon_sym_layout] = ACTIONS(1494), + }, + [384] = { + [sym_identifier] = ACTIONS(1498), + [aux_sym_preproc_include_token1] = ACTIONS(1498), + [aux_sym_preproc_def_token1] = ACTIONS(1498), + [aux_sym_preproc_if_token1] = ACTIONS(1498), + [aux_sym_preproc_if_token2] = ACTIONS(1498), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1498), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1498), + [sym_preproc_directive] = ACTIONS(1498), + [anon_sym_LPAREN2] = ACTIONS(1500), + [anon_sym_BANG] = ACTIONS(1500), + [anon_sym_TILDE] = ACTIONS(1500), + [anon_sym_DASH] = ACTIONS(1498), + [anon_sym_PLUS] = ACTIONS(1498), + [anon_sym_STAR] = ACTIONS(1500), + [anon_sym_AMP] = ACTIONS(1500), + [anon_sym_subroutine] = ACTIONS(1498), + [anon_sym_invariant] = ACTIONS(1498), + [anon_sym_precise] = ACTIONS(1498), + [anon_sym_SEMI] = ACTIONS(1500), + [anon_sym_in] = ACTIONS(1498), + [anon_sym_out] = ACTIONS(1498), + [anon_sym_inout] = ACTIONS(1498), + [anon_sym_uniform] = ACTIONS(1498), + [anon_sym_shared] = ACTIONS(1498), + [anon_sym_attribute] = ACTIONS(1498), + [anon_sym_varying] = ACTIONS(1498), + [anon_sym_buffer] = ACTIONS(1498), + [anon_sym_coherent] = ACTIONS(1498), + [anon_sym_readonly] = ACTIONS(1498), + [anon_sym_writeonly] = ACTIONS(1498), + [anon_sym_precision] = ACTIONS(1498), + [anon_sym_highp] = ACTIONS(1498), + [anon_sym_mediump] = ACTIONS(1498), + [anon_sym_lowp] = ACTIONS(1498), + [anon_sym_centroid] = ACTIONS(1498), + [anon_sym_sample] = ACTIONS(1498), + [anon_sym_patch] = ACTIONS(1498), + [anon_sym_smooth] = ACTIONS(1498), + [anon_sym_flat] = ACTIONS(1498), + [anon_sym_noperspective] = ACTIONS(1498), + [anon_sym___extension__] = ACTIONS(1498), + [anon_sym_typedef] = ACTIONS(1498), + [anon_sym_extern] = ACTIONS(1498), + [anon_sym___attribute__] = ACTIONS(1498), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1500), + [anon_sym___declspec] = ACTIONS(1498), + [anon_sym___cdecl] = ACTIONS(1498), + [anon_sym___clrcall] = ACTIONS(1498), + [anon_sym___stdcall] = ACTIONS(1498), + [anon_sym___fastcall] = ACTIONS(1498), + [anon_sym___thiscall] = ACTIONS(1498), + [anon_sym___vectorcall] = ACTIONS(1498), + [anon_sym_LBRACE] = ACTIONS(1500), + [anon_sym_signed] = ACTIONS(1498), + [anon_sym_unsigned] = ACTIONS(1498), + [anon_sym_long] = ACTIONS(1498), + [anon_sym_short] = ACTIONS(1498), + [anon_sym_static] = ACTIONS(1498), + [anon_sym_auto] = ACTIONS(1498), + [anon_sym_register] = ACTIONS(1498), + [anon_sym_inline] = ACTIONS(1498), + [anon_sym___inline] = ACTIONS(1498), + [anon_sym___inline__] = ACTIONS(1498), + [anon_sym___forceinline] = ACTIONS(1498), + [anon_sym_thread_local] = ACTIONS(1498), + [anon_sym___thread] = ACTIONS(1498), + [anon_sym_const] = ACTIONS(1498), + [anon_sym_constexpr] = ACTIONS(1498), + [anon_sym_volatile] = ACTIONS(1498), + [anon_sym_restrict] = ACTIONS(1498), + [anon_sym___restrict__] = ACTIONS(1498), + [anon_sym__Atomic] = ACTIONS(1498), + [anon_sym__Noreturn] = ACTIONS(1498), + [anon_sym_noreturn] = ACTIONS(1498), + [sym_primitive_type] = ACTIONS(1498), + [anon_sym_enum] = ACTIONS(1498), + [anon_sym_struct] = ACTIONS(1498), + [anon_sym_union] = ACTIONS(1498), + [anon_sym_if] = ACTIONS(1498), + [anon_sym_switch] = ACTIONS(1498), + [anon_sym_case] = ACTIONS(1498), + [anon_sym_default] = ACTIONS(1498), + [anon_sym_while] = ACTIONS(1498), + [anon_sym_do] = ACTIONS(1498), + [anon_sym_for] = ACTIONS(1498), + [anon_sym_return] = ACTIONS(1498), + [anon_sym_break] = ACTIONS(1498), + [anon_sym_continue] = ACTIONS(1498), + [anon_sym_goto] = ACTIONS(1498), + [anon_sym_DASH_DASH] = ACTIONS(1500), + [anon_sym_PLUS_PLUS] = ACTIONS(1500), + [anon_sym_sizeof] = ACTIONS(1498), + [anon_sym___alignof__] = ACTIONS(1498), + [anon_sym___alignof] = ACTIONS(1498), + [anon_sym__alignof] = ACTIONS(1498), + [anon_sym_alignof] = ACTIONS(1498), + [anon_sym__Alignof] = ACTIONS(1498), + [anon_sym_offsetof] = ACTIONS(1498), + [anon_sym__Generic] = ACTIONS(1498), + [anon_sym_asm] = ACTIONS(1498), + [anon_sym___asm__] = ACTIONS(1498), + [sym_number_literal] = ACTIONS(1500), + [anon_sym_L_SQUOTE] = ACTIONS(1500), + [anon_sym_u_SQUOTE] = ACTIONS(1500), + [anon_sym_U_SQUOTE] = ACTIONS(1500), + [anon_sym_u8_SQUOTE] = ACTIONS(1500), + [anon_sym_SQUOTE] = ACTIONS(1500), + [anon_sym_L_DQUOTE] = ACTIONS(1500), + [anon_sym_u_DQUOTE] = ACTIONS(1500), + [anon_sym_U_DQUOTE] = ACTIONS(1500), + [anon_sym_u8_DQUOTE] = ACTIONS(1500), + [anon_sym_DQUOTE] = ACTIONS(1500), + [sym_true] = ACTIONS(1498), + [sym_false] = ACTIONS(1498), + [anon_sym_NULL] = ACTIONS(1498), + [anon_sym_nullptr] = ACTIONS(1498), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1498), + [anon_sym_rayPayloadInEXT] = ACTIONS(1498), + [anon_sym_hitAttributeEXT] = ACTIONS(1498), + [anon_sym_callableDataEXT] = ACTIONS(1498), + [anon_sym_callableDataInEXT] = ACTIONS(1498), + [anon_sym_shaderRecordEXT] = ACTIONS(1498), + [anon_sym_rayPayloadNV] = ACTIONS(1498), + [anon_sym_rayPayloadInNV] = ACTIONS(1498), + [anon_sym_hitAttributeNV] = ACTIONS(1498), + [anon_sym_callableDataNV] = ACTIONS(1498), + [anon_sym_callableDataInNV] = ACTIONS(1498), + [anon_sym_shaderRecordNV] = ACTIONS(1498), + [anon_sym_layout] = ACTIONS(1498), }, - [379] = { - [sym_identifier] = ACTIONS(1454), - [aux_sym_preproc_include_token1] = ACTIONS(1454), - [aux_sym_preproc_def_token1] = ACTIONS(1454), - [aux_sym_preproc_if_token1] = ACTIONS(1454), - [aux_sym_preproc_if_token2] = ACTIONS(1454), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1454), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1454), - [sym_preproc_directive] = ACTIONS(1454), - [anon_sym_LPAREN2] = ACTIONS(1456), - [anon_sym_BANG] = ACTIONS(1456), - [anon_sym_TILDE] = ACTIONS(1456), - [anon_sym_DASH] = ACTIONS(1454), - [anon_sym_PLUS] = ACTIONS(1454), - [anon_sym_STAR] = ACTIONS(1456), - [anon_sym_AMP] = ACTIONS(1456), - [anon_sym_subroutine] = ACTIONS(1454), - [anon_sym_invariant] = ACTIONS(1454), - [anon_sym_precise] = ACTIONS(1454), - [anon_sym_SEMI] = ACTIONS(1456), - [anon_sym_in] = ACTIONS(1454), - [anon_sym_out] = ACTIONS(1454), - [anon_sym_inout] = ACTIONS(1454), - [anon_sym_uniform] = ACTIONS(1454), - [anon_sym_shared] = ACTIONS(1454), - [anon_sym_attribute] = ACTIONS(1454), - [anon_sym_varying] = ACTIONS(1454), - [anon_sym_buffer] = ACTIONS(1454), - [anon_sym_coherent] = ACTIONS(1454), - [anon_sym_readonly] = ACTIONS(1454), - [anon_sym_writeonly] = ACTIONS(1454), - [anon_sym_precision] = ACTIONS(1454), - [anon_sym_highp] = ACTIONS(1454), - [anon_sym_mediump] = ACTIONS(1454), - [anon_sym_lowp] = ACTIONS(1454), - [anon_sym_centroid] = ACTIONS(1454), - [anon_sym_sample] = ACTIONS(1454), - [anon_sym_patch] = ACTIONS(1454), - [anon_sym_smooth] = ACTIONS(1454), - [anon_sym_flat] = ACTIONS(1454), - [anon_sym_noperspective] = ACTIONS(1454), - [anon_sym___extension__] = ACTIONS(1454), - [anon_sym_typedef] = ACTIONS(1454), - [anon_sym_extern] = ACTIONS(1454), - [anon_sym___attribute__] = ACTIONS(1454), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1456), - [anon_sym___declspec] = ACTIONS(1454), - [anon_sym___cdecl] = ACTIONS(1454), - [anon_sym___clrcall] = ACTIONS(1454), - [anon_sym___stdcall] = ACTIONS(1454), - [anon_sym___fastcall] = ACTIONS(1454), - [anon_sym___thiscall] = ACTIONS(1454), - [anon_sym___vectorcall] = ACTIONS(1454), - [anon_sym_LBRACE] = ACTIONS(1456), - [anon_sym_signed] = ACTIONS(1454), - [anon_sym_unsigned] = ACTIONS(1454), - [anon_sym_long] = ACTIONS(1454), - [anon_sym_short] = ACTIONS(1454), - [anon_sym_static] = ACTIONS(1454), - [anon_sym_auto] = ACTIONS(1454), - [anon_sym_register] = ACTIONS(1454), - [anon_sym_inline] = ACTIONS(1454), - [anon_sym___inline] = ACTIONS(1454), - [anon_sym___inline__] = ACTIONS(1454), - [anon_sym___forceinline] = ACTIONS(1454), - [anon_sym_thread_local] = ACTIONS(1454), - [anon_sym___thread] = ACTIONS(1454), - [anon_sym_const] = ACTIONS(1454), - [anon_sym_constexpr] = ACTIONS(1454), - [anon_sym_volatile] = ACTIONS(1454), - [anon_sym_restrict] = ACTIONS(1454), - [anon_sym___restrict__] = ACTIONS(1454), - [anon_sym__Atomic] = ACTIONS(1454), - [anon_sym__Noreturn] = ACTIONS(1454), - [anon_sym_noreturn] = ACTIONS(1454), - [sym_primitive_type] = ACTIONS(1454), - [anon_sym_enum] = ACTIONS(1454), - [anon_sym_struct] = ACTIONS(1454), - [anon_sym_union] = ACTIONS(1454), - [anon_sym_if] = ACTIONS(1454), - [anon_sym_switch] = ACTIONS(1454), - [anon_sym_case] = ACTIONS(1454), - [anon_sym_default] = ACTIONS(1454), - [anon_sym_while] = ACTIONS(1454), - [anon_sym_do] = ACTIONS(1454), - [anon_sym_for] = ACTIONS(1454), - [anon_sym_return] = ACTIONS(1454), - [anon_sym_break] = ACTIONS(1454), - [anon_sym_continue] = ACTIONS(1454), - [anon_sym_goto] = ACTIONS(1454), - [anon_sym_DASH_DASH] = ACTIONS(1456), - [anon_sym_PLUS_PLUS] = ACTIONS(1456), - [anon_sym_sizeof] = ACTIONS(1454), - [anon_sym___alignof__] = ACTIONS(1454), - [anon_sym___alignof] = ACTIONS(1454), - [anon_sym__alignof] = ACTIONS(1454), - [anon_sym_alignof] = ACTIONS(1454), - [anon_sym__Alignof] = ACTIONS(1454), - [anon_sym_offsetof] = ACTIONS(1454), - [anon_sym__Generic] = ACTIONS(1454), - [anon_sym_asm] = ACTIONS(1454), - [anon_sym___asm__] = ACTIONS(1454), - [sym_number_literal] = ACTIONS(1456), - [anon_sym_L_SQUOTE] = ACTIONS(1456), - [anon_sym_u_SQUOTE] = ACTIONS(1456), - [anon_sym_U_SQUOTE] = ACTIONS(1456), - [anon_sym_u8_SQUOTE] = ACTIONS(1456), - [anon_sym_SQUOTE] = ACTIONS(1456), - [anon_sym_L_DQUOTE] = ACTIONS(1456), - [anon_sym_u_DQUOTE] = ACTIONS(1456), - [anon_sym_U_DQUOTE] = ACTIONS(1456), - [anon_sym_u8_DQUOTE] = ACTIONS(1456), - [anon_sym_DQUOTE] = ACTIONS(1456), - [sym_true] = ACTIONS(1454), - [sym_false] = ACTIONS(1454), - [anon_sym_NULL] = ACTIONS(1454), - [anon_sym_nullptr] = ACTIONS(1454), + [385] = { + [sym_identifier] = ACTIONS(1520), + [aux_sym_preproc_include_token1] = ACTIONS(1520), + [aux_sym_preproc_def_token1] = ACTIONS(1520), + [aux_sym_preproc_if_token1] = ACTIONS(1520), + [aux_sym_preproc_if_token2] = ACTIONS(1520), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1520), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1520), + [sym_preproc_directive] = ACTIONS(1520), + [anon_sym_LPAREN2] = ACTIONS(1522), + [anon_sym_BANG] = ACTIONS(1522), + [anon_sym_TILDE] = ACTIONS(1522), + [anon_sym_DASH] = ACTIONS(1520), + [anon_sym_PLUS] = ACTIONS(1520), + [anon_sym_STAR] = ACTIONS(1522), + [anon_sym_AMP] = ACTIONS(1522), + [anon_sym_subroutine] = ACTIONS(1520), + [anon_sym_invariant] = ACTIONS(1520), + [anon_sym_precise] = ACTIONS(1520), + [anon_sym_SEMI] = ACTIONS(1522), + [anon_sym_in] = ACTIONS(1520), + [anon_sym_out] = ACTIONS(1520), + [anon_sym_inout] = ACTIONS(1520), + [anon_sym_uniform] = ACTIONS(1520), + [anon_sym_shared] = ACTIONS(1520), + [anon_sym_attribute] = ACTIONS(1520), + [anon_sym_varying] = ACTIONS(1520), + [anon_sym_buffer] = ACTIONS(1520), + [anon_sym_coherent] = ACTIONS(1520), + [anon_sym_readonly] = ACTIONS(1520), + [anon_sym_writeonly] = ACTIONS(1520), + [anon_sym_precision] = ACTIONS(1520), + [anon_sym_highp] = ACTIONS(1520), + [anon_sym_mediump] = ACTIONS(1520), + [anon_sym_lowp] = ACTIONS(1520), + [anon_sym_centroid] = ACTIONS(1520), + [anon_sym_sample] = ACTIONS(1520), + [anon_sym_patch] = ACTIONS(1520), + [anon_sym_smooth] = ACTIONS(1520), + [anon_sym_flat] = ACTIONS(1520), + [anon_sym_noperspective] = ACTIONS(1520), + [anon_sym___extension__] = ACTIONS(1520), + [anon_sym_typedef] = ACTIONS(1520), + [anon_sym_extern] = ACTIONS(1520), + [anon_sym___attribute__] = ACTIONS(1520), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1522), + [anon_sym___declspec] = ACTIONS(1520), + [anon_sym___cdecl] = ACTIONS(1520), + [anon_sym___clrcall] = ACTIONS(1520), + [anon_sym___stdcall] = ACTIONS(1520), + [anon_sym___fastcall] = ACTIONS(1520), + [anon_sym___thiscall] = ACTIONS(1520), + [anon_sym___vectorcall] = ACTIONS(1520), + [anon_sym_LBRACE] = ACTIONS(1522), + [anon_sym_signed] = ACTIONS(1520), + [anon_sym_unsigned] = ACTIONS(1520), + [anon_sym_long] = ACTIONS(1520), + [anon_sym_short] = ACTIONS(1520), + [anon_sym_static] = ACTIONS(1520), + [anon_sym_auto] = ACTIONS(1520), + [anon_sym_register] = ACTIONS(1520), + [anon_sym_inline] = ACTIONS(1520), + [anon_sym___inline] = ACTIONS(1520), + [anon_sym___inline__] = ACTIONS(1520), + [anon_sym___forceinline] = ACTIONS(1520), + [anon_sym_thread_local] = ACTIONS(1520), + [anon_sym___thread] = ACTIONS(1520), + [anon_sym_const] = ACTIONS(1520), + [anon_sym_constexpr] = ACTIONS(1520), + [anon_sym_volatile] = ACTIONS(1520), + [anon_sym_restrict] = ACTIONS(1520), + [anon_sym___restrict__] = ACTIONS(1520), + [anon_sym__Atomic] = ACTIONS(1520), + [anon_sym__Noreturn] = ACTIONS(1520), + [anon_sym_noreturn] = ACTIONS(1520), + [sym_primitive_type] = ACTIONS(1520), + [anon_sym_enum] = ACTIONS(1520), + [anon_sym_struct] = ACTIONS(1520), + [anon_sym_union] = ACTIONS(1520), + [anon_sym_if] = ACTIONS(1520), + [anon_sym_switch] = ACTIONS(1520), + [anon_sym_case] = ACTIONS(1520), + [anon_sym_default] = ACTIONS(1520), + [anon_sym_while] = ACTIONS(1520), + [anon_sym_do] = ACTIONS(1520), + [anon_sym_for] = ACTIONS(1520), + [anon_sym_return] = ACTIONS(1520), + [anon_sym_break] = ACTIONS(1520), + [anon_sym_continue] = ACTIONS(1520), + [anon_sym_goto] = ACTIONS(1520), + [anon_sym_DASH_DASH] = ACTIONS(1522), + [anon_sym_PLUS_PLUS] = ACTIONS(1522), + [anon_sym_sizeof] = ACTIONS(1520), + [anon_sym___alignof__] = ACTIONS(1520), + [anon_sym___alignof] = ACTIONS(1520), + [anon_sym__alignof] = ACTIONS(1520), + [anon_sym_alignof] = ACTIONS(1520), + [anon_sym__Alignof] = ACTIONS(1520), + [anon_sym_offsetof] = ACTIONS(1520), + [anon_sym__Generic] = ACTIONS(1520), + [anon_sym_asm] = ACTIONS(1520), + [anon_sym___asm__] = ACTIONS(1520), + [sym_number_literal] = ACTIONS(1522), + [anon_sym_L_SQUOTE] = ACTIONS(1522), + [anon_sym_u_SQUOTE] = ACTIONS(1522), + [anon_sym_U_SQUOTE] = ACTIONS(1522), + [anon_sym_u8_SQUOTE] = ACTIONS(1522), + [anon_sym_SQUOTE] = ACTIONS(1522), + [anon_sym_L_DQUOTE] = ACTIONS(1522), + [anon_sym_u_DQUOTE] = ACTIONS(1522), + [anon_sym_U_DQUOTE] = ACTIONS(1522), + [anon_sym_u8_DQUOTE] = ACTIONS(1522), + [anon_sym_DQUOTE] = ACTIONS(1522), + [sym_true] = ACTIONS(1520), + [sym_false] = ACTIONS(1520), + [anon_sym_NULL] = ACTIONS(1520), + [anon_sym_nullptr] = ACTIONS(1520), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1454), - [anon_sym_rayPayloadInEXT] = ACTIONS(1454), - [anon_sym_hitAttributeEXT] = ACTIONS(1454), - [anon_sym_callableDataEXT] = ACTIONS(1454), - [anon_sym_callableDataInEXT] = ACTIONS(1454), - [anon_sym_shaderRecordEXT] = ACTIONS(1454), - [anon_sym_rayPayloadNV] = ACTIONS(1454), - [anon_sym_rayPayloadInNV] = ACTIONS(1454), - [anon_sym_hitAttributeNV] = ACTIONS(1454), - [anon_sym_callableDataNV] = ACTIONS(1454), - [anon_sym_callableDataInNV] = ACTIONS(1454), - [anon_sym_shaderRecordNV] = ACTIONS(1454), - [anon_sym_layout] = ACTIONS(1454), + [anon_sym_rayPayloadEXT] = ACTIONS(1520), + [anon_sym_rayPayloadInEXT] = ACTIONS(1520), + [anon_sym_hitAttributeEXT] = ACTIONS(1520), + [anon_sym_callableDataEXT] = ACTIONS(1520), + [anon_sym_callableDataInEXT] = ACTIONS(1520), + [anon_sym_shaderRecordEXT] = ACTIONS(1520), + [anon_sym_rayPayloadNV] = ACTIONS(1520), + [anon_sym_rayPayloadInNV] = ACTIONS(1520), + [anon_sym_hitAttributeNV] = ACTIONS(1520), + [anon_sym_callableDataNV] = ACTIONS(1520), + [anon_sym_callableDataInNV] = ACTIONS(1520), + [anon_sym_shaderRecordNV] = ACTIONS(1520), + [anon_sym_layout] = ACTIONS(1520), }, - [380] = { - [sym_identifier] = ACTIONS(1516), - [aux_sym_preproc_include_token1] = ACTIONS(1516), - [aux_sym_preproc_def_token1] = ACTIONS(1516), - [aux_sym_preproc_if_token1] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1516), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1516), - [sym_preproc_directive] = ACTIONS(1516), - [anon_sym_LPAREN2] = ACTIONS(1518), - [anon_sym_BANG] = ACTIONS(1518), - [anon_sym_TILDE] = ACTIONS(1518), - [anon_sym_DASH] = ACTIONS(1516), - [anon_sym_PLUS] = ACTIONS(1516), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_AMP] = ACTIONS(1518), - [anon_sym_subroutine] = ACTIONS(1516), - [anon_sym_invariant] = ACTIONS(1516), - [anon_sym_precise] = ACTIONS(1516), - [anon_sym_SEMI] = ACTIONS(1518), - [anon_sym_in] = ACTIONS(1516), - [anon_sym_out] = ACTIONS(1516), - [anon_sym_inout] = ACTIONS(1516), - [anon_sym_uniform] = ACTIONS(1516), - [anon_sym_shared] = ACTIONS(1516), - [anon_sym_attribute] = ACTIONS(1516), - [anon_sym_varying] = ACTIONS(1516), - [anon_sym_buffer] = ACTIONS(1516), - [anon_sym_coherent] = ACTIONS(1516), - [anon_sym_readonly] = ACTIONS(1516), - [anon_sym_writeonly] = ACTIONS(1516), - [anon_sym_precision] = ACTIONS(1516), - [anon_sym_highp] = ACTIONS(1516), - [anon_sym_mediump] = ACTIONS(1516), - [anon_sym_lowp] = ACTIONS(1516), - [anon_sym_centroid] = ACTIONS(1516), - [anon_sym_sample] = ACTIONS(1516), - [anon_sym_patch] = ACTIONS(1516), - [anon_sym_smooth] = ACTIONS(1516), - [anon_sym_flat] = ACTIONS(1516), - [anon_sym_noperspective] = ACTIONS(1516), - [anon_sym___extension__] = ACTIONS(1516), - [anon_sym_typedef] = ACTIONS(1516), - [anon_sym_extern] = ACTIONS(1516), - [anon_sym___attribute__] = ACTIONS(1516), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1518), - [anon_sym___declspec] = ACTIONS(1516), - [anon_sym___cdecl] = ACTIONS(1516), - [anon_sym___clrcall] = ACTIONS(1516), - [anon_sym___stdcall] = ACTIONS(1516), - [anon_sym___fastcall] = ACTIONS(1516), - [anon_sym___thiscall] = ACTIONS(1516), - [anon_sym___vectorcall] = ACTIONS(1516), - [anon_sym_LBRACE] = ACTIONS(1518), - [anon_sym_RBRACE] = ACTIONS(1518), - [anon_sym_signed] = ACTIONS(1516), - [anon_sym_unsigned] = ACTIONS(1516), - [anon_sym_long] = ACTIONS(1516), - [anon_sym_short] = ACTIONS(1516), - [anon_sym_static] = ACTIONS(1516), - [anon_sym_auto] = ACTIONS(1516), - [anon_sym_register] = ACTIONS(1516), - [anon_sym_inline] = ACTIONS(1516), - [anon_sym___inline] = ACTIONS(1516), - [anon_sym___inline__] = ACTIONS(1516), - [anon_sym___forceinline] = ACTIONS(1516), - [anon_sym_thread_local] = ACTIONS(1516), - [anon_sym___thread] = ACTIONS(1516), - [anon_sym_const] = ACTIONS(1516), - [anon_sym_constexpr] = ACTIONS(1516), - [anon_sym_volatile] = ACTIONS(1516), - [anon_sym_restrict] = ACTIONS(1516), - [anon_sym___restrict__] = ACTIONS(1516), - [anon_sym__Atomic] = ACTIONS(1516), - [anon_sym__Noreturn] = ACTIONS(1516), - [anon_sym_noreturn] = ACTIONS(1516), - [sym_primitive_type] = ACTIONS(1516), - [anon_sym_enum] = ACTIONS(1516), - [anon_sym_struct] = ACTIONS(1516), - [anon_sym_union] = ACTIONS(1516), - [anon_sym_if] = ACTIONS(1516), - [anon_sym_switch] = ACTIONS(1516), - [anon_sym_case] = ACTIONS(1516), - [anon_sym_default] = ACTIONS(1516), - [anon_sym_while] = ACTIONS(1516), - [anon_sym_do] = ACTIONS(1516), - [anon_sym_for] = ACTIONS(1516), - [anon_sym_return] = ACTIONS(1516), - [anon_sym_break] = ACTIONS(1516), - [anon_sym_continue] = ACTIONS(1516), - [anon_sym_goto] = ACTIONS(1516), - [anon_sym_DASH_DASH] = ACTIONS(1518), - [anon_sym_PLUS_PLUS] = ACTIONS(1518), - [anon_sym_sizeof] = ACTIONS(1516), - [anon_sym___alignof__] = ACTIONS(1516), - [anon_sym___alignof] = ACTIONS(1516), - [anon_sym__alignof] = ACTIONS(1516), - [anon_sym_alignof] = ACTIONS(1516), - [anon_sym__Alignof] = ACTIONS(1516), - [anon_sym_offsetof] = ACTIONS(1516), - [anon_sym__Generic] = ACTIONS(1516), - [anon_sym_asm] = ACTIONS(1516), - [anon_sym___asm__] = ACTIONS(1516), - [sym_number_literal] = ACTIONS(1518), - [anon_sym_L_SQUOTE] = ACTIONS(1518), - [anon_sym_u_SQUOTE] = ACTIONS(1518), - [anon_sym_U_SQUOTE] = ACTIONS(1518), - [anon_sym_u8_SQUOTE] = ACTIONS(1518), - [anon_sym_SQUOTE] = ACTIONS(1518), - [anon_sym_L_DQUOTE] = ACTIONS(1518), - [anon_sym_u_DQUOTE] = ACTIONS(1518), - [anon_sym_U_DQUOTE] = ACTIONS(1518), - [anon_sym_u8_DQUOTE] = ACTIONS(1518), - [anon_sym_DQUOTE] = ACTIONS(1518), - [sym_true] = ACTIONS(1516), - [sym_false] = ACTIONS(1516), - [anon_sym_NULL] = ACTIONS(1516), - [anon_sym_nullptr] = ACTIONS(1516), + [386] = { + [sym_identifier] = ACTIONS(1462), + [aux_sym_preproc_include_token1] = ACTIONS(1462), + [aux_sym_preproc_def_token1] = ACTIONS(1462), + [aux_sym_preproc_if_token1] = ACTIONS(1462), + [aux_sym_preproc_if_token2] = ACTIONS(1462), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1462), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1462), + [sym_preproc_directive] = ACTIONS(1462), + [anon_sym_LPAREN2] = ACTIONS(1464), + [anon_sym_BANG] = ACTIONS(1464), + [anon_sym_TILDE] = ACTIONS(1464), + [anon_sym_DASH] = ACTIONS(1462), + [anon_sym_PLUS] = ACTIONS(1462), + [anon_sym_STAR] = ACTIONS(1464), + [anon_sym_AMP] = ACTIONS(1464), + [anon_sym_subroutine] = ACTIONS(1462), + [anon_sym_invariant] = ACTIONS(1462), + [anon_sym_precise] = ACTIONS(1462), + [anon_sym_SEMI] = ACTIONS(1464), + [anon_sym_in] = ACTIONS(1462), + [anon_sym_out] = ACTIONS(1462), + [anon_sym_inout] = ACTIONS(1462), + [anon_sym_uniform] = ACTIONS(1462), + [anon_sym_shared] = ACTIONS(1462), + [anon_sym_attribute] = ACTIONS(1462), + [anon_sym_varying] = ACTIONS(1462), + [anon_sym_buffer] = ACTIONS(1462), + [anon_sym_coherent] = ACTIONS(1462), + [anon_sym_readonly] = ACTIONS(1462), + [anon_sym_writeonly] = ACTIONS(1462), + [anon_sym_precision] = ACTIONS(1462), + [anon_sym_highp] = ACTIONS(1462), + [anon_sym_mediump] = ACTIONS(1462), + [anon_sym_lowp] = ACTIONS(1462), + [anon_sym_centroid] = ACTIONS(1462), + [anon_sym_sample] = ACTIONS(1462), + [anon_sym_patch] = ACTIONS(1462), + [anon_sym_smooth] = ACTIONS(1462), + [anon_sym_flat] = ACTIONS(1462), + [anon_sym_noperspective] = ACTIONS(1462), + [anon_sym___extension__] = ACTIONS(1462), + [anon_sym_typedef] = ACTIONS(1462), + [anon_sym_extern] = ACTIONS(1462), + [anon_sym___attribute__] = ACTIONS(1462), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1464), + [anon_sym___declspec] = ACTIONS(1462), + [anon_sym___cdecl] = ACTIONS(1462), + [anon_sym___clrcall] = ACTIONS(1462), + [anon_sym___stdcall] = ACTIONS(1462), + [anon_sym___fastcall] = ACTIONS(1462), + [anon_sym___thiscall] = ACTIONS(1462), + [anon_sym___vectorcall] = ACTIONS(1462), + [anon_sym_LBRACE] = ACTIONS(1464), + [anon_sym_signed] = ACTIONS(1462), + [anon_sym_unsigned] = ACTIONS(1462), + [anon_sym_long] = ACTIONS(1462), + [anon_sym_short] = ACTIONS(1462), + [anon_sym_static] = ACTIONS(1462), + [anon_sym_auto] = ACTIONS(1462), + [anon_sym_register] = ACTIONS(1462), + [anon_sym_inline] = ACTIONS(1462), + [anon_sym___inline] = ACTIONS(1462), + [anon_sym___inline__] = ACTIONS(1462), + [anon_sym___forceinline] = ACTIONS(1462), + [anon_sym_thread_local] = ACTIONS(1462), + [anon_sym___thread] = ACTIONS(1462), + [anon_sym_const] = ACTIONS(1462), + [anon_sym_constexpr] = ACTIONS(1462), + [anon_sym_volatile] = ACTIONS(1462), + [anon_sym_restrict] = ACTIONS(1462), + [anon_sym___restrict__] = ACTIONS(1462), + [anon_sym__Atomic] = ACTIONS(1462), + [anon_sym__Noreturn] = ACTIONS(1462), + [anon_sym_noreturn] = ACTIONS(1462), + [sym_primitive_type] = ACTIONS(1462), + [anon_sym_enum] = ACTIONS(1462), + [anon_sym_struct] = ACTIONS(1462), + [anon_sym_union] = ACTIONS(1462), + [anon_sym_if] = ACTIONS(1462), + [anon_sym_switch] = ACTIONS(1462), + [anon_sym_case] = ACTIONS(1462), + [anon_sym_default] = ACTIONS(1462), + [anon_sym_while] = ACTIONS(1462), + [anon_sym_do] = ACTIONS(1462), + [anon_sym_for] = ACTIONS(1462), + [anon_sym_return] = ACTIONS(1462), + [anon_sym_break] = ACTIONS(1462), + [anon_sym_continue] = ACTIONS(1462), + [anon_sym_goto] = ACTIONS(1462), + [anon_sym_DASH_DASH] = ACTIONS(1464), + [anon_sym_PLUS_PLUS] = ACTIONS(1464), + [anon_sym_sizeof] = ACTIONS(1462), + [anon_sym___alignof__] = ACTIONS(1462), + [anon_sym___alignof] = ACTIONS(1462), + [anon_sym__alignof] = ACTIONS(1462), + [anon_sym_alignof] = ACTIONS(1462), + [anon_sym__Alignof] = ACTIONS(1462), + [anon_sym_offsetof] = ACTIONS(1462), + [anon_sym__Generic] = ACTIONS(1462), + [anon_sym_asm] = ACTIONS(1462), + [anon_sym___asm__] = ACTIONS(1462), + [sym_number_literal] = ACTIONS(1464), + [anon_sym_L_SQUOTE] = ACTIONS(1464), + [anon_sym_u_SQUOTE] = ACTIONS(1464), + [anon_sym_U_SQUOTE] = ACTIONS(1464), + [anon_sym_u8_SQUOTE] = ACTIONS(1464), + [anon_sym_SQUOTE] = ACTIONS(1464), + [anon_sym_L_DQUOTE] = ACTIONS(1464), + [anon_sym_u_DQUOTE] = ACTIONS(1464), + [anon_sym_U_DQUOTE] = ACTIONS(1464), + [anon_sym_u8_DQUOTE] = ACTIONS(1464), + [anon_sym_DQUOTE] = ACTIONS(1464), + [sym_true] = ACTIONS(1462), + [sym_false] = ACTIONS(1462), + [anon_sym_NULL] = ACTIONS(1462), + [anon_sym_nullptr] = ACTIONS(1462), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1516), - [anon_sym_rayPayloadInEXT] = ACTIONS(1516), - [anon_sym_hitAttributeEXT] = ACTIONS(1516), - [anon_sym_callableDataEXT] = ACTIONS(1516), - [anon_sym_callableDataInEXT] = ACTIONS(1516), - [anon_sym_shaderRecordEXT] = ACTIONS(1516), - [anon_sym_rayPayloadNV] = ACTIONS(1516), - [anon_sym_rayPayloadInNV] = ACTIONS(1516), - [anon_sym_hitAttributeNV] = ACTIONS(1516), - [anon_sym_callableDataNV] = ACTIONS(1516), - [anon_sym_callableDataInNV] = ACTIONS(1516), - [anon_sym_shaderRecordNV] = ACTIONS(1516), - [anon_sym_layout] = ACTIONS(1516), + [anon_sym_rayPayloadEXT] = ACTIONS(1462), + [anon_sym_rayPayloadInEXT] = ACTIONS(1462), + [anon_sym_hitAttributeEXT] = ACTIONS(1462), + [anon_sym_callableDataEXT] = ACTIONS(1462), + [anon_sym_callableDataInEXT] = ACTIONS(1462), + [anon_sym_shaderRecordEXT] = ACTIONS(1462), + [anon_sym_rayPayloadNV] = ACTIONS(1462), + [anon_sym_rayPayloadInNV] = ACTIONS(1462), + [anon_sym_hitAttributeNV] = ACTIONS(1462), + [anon_sym_callableDataNV] = ACTIONS(1462), + [anon_sym_callableDataInNV] = ACTIONS(1462), + [anon_sym_shaderRecordNV] = ACTIONS(1462), + [anon_sym_layout] = ACTIONS(1462), }, - [381] = { - [sym_identifier] = ACTIONS(1502), - [aux_sym_preproc_include_token1] = ACTIONS(1502), - [aux_sym_preproc_def_token1] = ACTIONS(1502), - [aux_sym_preproc_if_token1] = ACTIONS(1502), - [aux_sym_preproc_if_token2] = ACTIONS(1502), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1502), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1502), - [sym_preproc_directive] = ACTIONS(1502), - [anon_sym_LPAREN2] = ACTIONS(1504), - [anon_sym_BANG] = ACTIONS(1504), - [anon_sym_TILDE] = ACTIONS(1504), - [anon_sym_DASH] = ACTIONS(1502), - [anon_sym_PLUS] = ACTIONS(1502), - [anon_sym_STAR] = ACTIONS(1504), - [anon_sym_AMP] = ACTIONS(1504), - [anon_sym_subroutine] = ACTIONS(1502), - [anon_sym_invariant] = ACTIONS(1502), - [anon_sym_precise] = ACTIONS(1502), - [anon_sym_SEMI] = ACTIONS(1504), - [anon_sym_in] = ACTIONS(1502), - [anon_sym_out] = ACTIONS(1502), - [anon_sym_inout] = ACTIONS(1502), - [anon_sym_uniform] = ACTIONS(1502), - [anon_sym_shared] = ACTIONS(1502), - [anon_sym_attribute] = ACTIONS(1502), - [anon_sym_varying] = ACTIONS(1502), - [anon_sym_buffer] = ACTIONS(1502), - [anon_sym_coherent] = ACTIONS(1502), - [anon_sym_readonly] = ACTIONS(1502), - [anon_sym_writeonly] = ACTIONS(1502), - [anon_sym_precision] = ACTIONS(1502), - [anon_sym_highp] = ACTIONS(1502), - [anon_sym_mediump] = ACTIONS(1502), - [anon_sym_lowp] = ACTIONS(1502), - [anon_sym_centroid] = ACTIONS(1502), - [anon_sym_sample] = ACTIONS(1502), - [anon_sym_patch] = ACTIONS(1502), - [anon_sym_smooth] = ACTIONS(1502), - [anon_sym_flat] = ACTIONS(1502), - [anon_sym_noperspective] = ACTIONS(1502), - [anon_sym___extension__] = ACTIONS(1502), - [anon_sym_typedef] = ACTIONS(1502), - [anon_sym_extern] = ACTIONS(1502), - [anon_sym___attribute__] = ACTIONS(1502), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1504), - [anon_sym___declspec] = ACTIONS(1502), - [anon_sym___cdecl] = ACTIONS(1502), - [anon_sym___clrcall] = ACTIONS(1502), - [anon_sym___stdcall] = ACTIONS(1502), - [anon_sym___fastcall] = ACTIONS(1502), - [anon_sym___thiscall] = ACTIONS(1502), - [anon_sym___vectorcall] = ACTIONS(1502), - [anon_sym_LBRACE] = ACTIONS(1504), - [anon_sym_signed] = ACTIONS(1502), - [anon_sym_unsigned] = ACTIONS(1502), - [anon_sym_long] = ACTIONS(1502), - [anon_sym_short] = ACTIONS(1502), - [anon_sym_static] = ACTIONS(1502), - [anon_sym_auto] = ACTIONS(1502), - [anon_sym_register] = ACTIONS(1502), - [anon_sym_inline] = ACTIONS(1502), - [anon_sym___inline] = ACTIONS(1502), - [anon_sym___inline__] = ACTIONS(1502), - [anon_sym___forceinline] = ACTIONS(1502), - [anon_sym_thread_local] = ACTIONS(1502), - [anon_sym___thread] = ACTIONS(1502), - [anon_sym_const] = ACTIONS(1502), - [anon_sym_constexpr] = ACTIONS(1502), - [anon_sym_volatile] = ACTIONS(1502), - [anon_sym_restrict] = ACTIONS(1502), - [anon_sym___restrict__] = ACTIONS(1502), - [anon_sym__Atomic] = ACTIONS(1502), - [anon_sym__Noreturn] = ACTIONS(1502), - [anon_sym_noreturn] = ACTIONS(1502), - [sym_primitive_type] = ACTIONS(1502), - [anon_sym_enum] = ACTIONS(1502), - [anon_sym_struct] = ACTIONS(1502), - [anon_sym_union] = ACTIONS(1502), - [anon_sym_if] = ACTIONS(1502), - [anon_sym_switch] = ACTIONS(1502), - [anon_sym_case] = ACTIONS(1502), - [anon_sym_default] = ACTIONS(1502), - [anon_sym_while] = ACTIONS(1502), - [anon_sym_do] = ACTIONS(1502), - [anon_sym_for] = ACTIONS(1502), - [anon_sym_return] = ACTIONS(1502), - [anon_sym_break] = ACTIONS(1502), - [anon_sym_continue] = ACTIONS(1502), - [anon_sym_goto] = ACTIONS(1502), - [anon_sym_DASH_DASH] = ACTIONS(1504), - [anon_sym_PLUS_PLUS] = ACTIONS(1504), - [anon_sym_sizeof] = ACTIONS(1502), - [anon_sym___alignof__] = ACTIONS(1502), - [anon_sym___alignof] = ACTIONS(1502), - [anon_sym__alignof] = ACTIONS(1502), - [anon_sym_alignof] = ACTIONS(1502), - [anon_sym__Alignof] = ACTIONS(1502), - [anon_sym_offsetof] = ACTIONS(1502), - [anon_sym__Generic] = ACTIONS(1502), - [anon_sym_asm] = ACTIONS(1502), - [anon_sym___asm__] = ACTIONS(1502), - [sym_number_literal] = ACTIONS(1504), - [anon_sym_L_SQUOTE] = ACTIONS(1504), - [anon_sym_u_SQUOTE] = ACTIONS(1504), - [anon_sym_U_SQUOTE] = ACTIONS(1504), - [anon_sym_u8_SQUOTE] = ACTIONS(1504), - [anon_sym_SQUOTE] = ACTIONS(1504), - [anon_sym_L_DQUOTE] = ACTIONS(1504), - [anon_sym_u_DQUOTE] = ACTIONS(1504), - [anon_sym_U_DQUOTE] = ACTIONS(1504), - [anon_sym_u8_DQUOTE] = ACTIONS(1504), - [anon_sym_DQUOTE] = ACTIONS(1504), - [sym_true] = ACTIONS(1502), - [sym_false] = ACTIONS(1502), - [anon_sym_NULL] = ACTIONS(1502), - [anon_sym_nullptr] = ACTIONS(1502), + [387] = { + [sym_identifier] = ACTIONS(1458), + [aux_sym_preproc_include_token1] = ACTIONS(1458), + [aux_sym_preproc_def_token1] = ACTIONS(1458), + [aux_sym_preproc_if_token1] = ACTIONS(1458), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1458), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1458), + [sym_preproc_directive] = ACTIONS(1458), + [anon_sym_LPAREN2] = ACTIONS(1460), + [anon_sym_BANG] = ACTIONS(1460), + [anon_sym_TILDE] = ACTIONS(1460), + [anon_sym_DASH] = ACTIONS(1458), + [anon_sym_PLUS] = ACTIONS(1458), + [anon_sym_STAR] = ACTIONS(1460), + [anon_sym_AMP] = ACTIONS(1460), + [anon_sym_subroutine] = ACTIONS(1458), + [anon_sym_invariant] = ACTIONS(1458), + [anon_sym_precise] = ACTIONS(1458), + [anon_sym_SEMI] = ACTIONS(1460), + [anon_sym_in] = ACTIONS(1458), + [anon_sym_out] = ACTIONS(1458), + [anon_sym_inout] = ACTIONS(1458), + [anon_sym_uniform] = ACTIONS(1458), + [anon_sym_shared] = ACTIONS(1458), + [anon_sym_attribute] = ACTIONS(1458), + [anon_sym_varying] = ACTIONS(1458), + [anon_sym_buffer] = ACTIONS(1458), + [anon_sym_coherent] = ACTIONS(1458), + [anon_sym_readonly] = ACTIONS(1458), + [anon_sym_writeonly] = ACTIONS(1458), + [anon_sym_precision] = ACTIONS(1458), + [anon_sym_highp] = ACTIONS(1458), + [anon_sym_mediump] = ACTIONS(1458), + [anon_sym_lowp] = ACTIONS(1458), + [anon_sym_centroid] = ACTIONS(1458), + [anon_sym_sample] = ACTIONS(1458), + [anon_sym_patch] = ACTIONS(1458), + [anon_sym_smooth] = ACTIONS(1458), + [anon_sym_flat] = ACTIONS(1458), + [anon_sym_noperspective] = ACTIONS(1458), + [anon_sym___extension__] = ACTIONS(1458), + [anon_sym_typedef] = ACTIONS(1458), + [anon_sym_extern] = ACTIONS(1458), + [anon_sym___attribute__] = ACTIONS(1458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1460), + [anon_sym___declspec] = ACTIONS(1458), + [anon_sym___cdecl] = ACTIONS(1458), + [anon_sym___clrcall] = ACTIONS(1458), + [anon_sym___stdcall] = ACTIONS(1458), + [anon_sym___fastcall] = ACTIONS(1458), + [anon_sym___thiscall] = ACTIONS(1458), + [anon_sym___vectorcall] = ACTIONS(1458), + [anon_sym_LBRACE] = ACTIONS(1460), + [anon_sym_RBRACE] = ACTIONS(1460), + [anon_sym_signed] = ACTIONS(1458), + [anon_sym_unsigned] = ACTIONS(1458), + [anon_sym_long] = ACTIONS(1458), + [anon_sym_short] = ACTIONS(1458), + [anon_sym_static] = ACTIONS(1458), + [anon_sym_auto] = ACTIONS(1458), + [anon_sym_register] = ACTIONS(1458), + [anon_sym_inline] = ACTIONS(1458), + [anon_sym___inline] = ACTIONS(1458), + [anon_sym___inline__] = ACTIONS(1458), + [anon_sym___forceinline] = ACTIONS(1458), + [anon_sym_thread_local] = ACTIONS(1458), + [anon_sym___thread] = ACTIONS(1458), + [anon_sym_const] = ACTIONS(1458), + [anon_sym_constexpr] = ACTIONS(1458), + [anon_sym_volatile] = ACTIONS(1458), + [anon_sym_restrict] = ACTIONS(1458), + [anon_sym___restrict__] = ACTIONS(1458), + [anon_sym__Atomic] = ACTIONS(1458), + [anon_sym__Noreturn] = ACTIONS(1458), + [anon_sym_noreturn] = ACTIONS(1458), + [sym_primitive_type] = ACTIONS(1458), + [anon_sym_enum] = ACTIONS(1458), + [anon_sym_struct] = ACTIONS(1458), + [anon_sym_union] = ACTIONS(1458), + [anon_sym_if] = ACTIONS(1458), + [anon_sym_switch] = ACTIONS(1458), + [anon_sym_case] = ACTIONS(1458), + [anon_sym_default] = ACTIONS(1458), + [anon_sym_while] = ACTIONS(1458), + [anon_sym_do] = ACTIONS(1458), + [anon_sym_for] = ACTIONS(1458), + [anon_sym_return] = ACTIONS(1458), + [anon_sym_break] = ACTIONS(1458), + [anon_sym_continue] = ACTIONS(1458), + [anon_sym_goto] = ACTIONS(1458), + [anon_sym_DASH_DASH] = ACTIONS(1460), + [anon_sym_PLUS_PLUS] = ACTIONS(1460), + [anon_sym_sizeof] = ACTIONS(1458), + [anon_sym___alignof__] = ACTIONS(1458), + [anon_sym___alignof] = ACTIONS(1458), + [anon_sym__alignof] = ACTIONS(1458), + [anon_sym_alignof] = ACTIONS(1458), + [anon_sym__Alignof] = ACTIONS(1458), + [anon_sym_offsetof] = ACTIONS(1458), + [anon_sym__Generic] = ACTIONS(1458), + [anon_sym_asm] = ACTIONS(1458), + [anon_sym___asm__] = ACTIONS(1458), + [sym_number_literal] = ACTIONS(1460), + [anon_sym_L_SQUOTE] = ACTIONS(1460), + [anon_sym_u_SQUOTE] = ACTIONS(1460), + [anon_sym_U_SQUOTE] = ACTIONS(1460), + [anon_sym_u8_SQUOTE] = ACTIONS(1460), + [anon_sym_SQUOTE] = ACTIONS(1460), + [anon_sym_L_DQUOTE] = ACTIONS(1460), + [anon_sym_u_DQUOTE] = ACTIONS(1460), + [anon_sym_U_DQUOTE] = ACTIONS(1460), + [anon_sym_u8_DQUOTE] = ACTIONS(1460), + [anon_sym_DQUOTE] = ACTIONS(1460), + [sym_true] = ACTIONS(1458), + [sym_false] = ACTIONS(1458), + [anon_sym_NULL] = ACTIONS(1458), + [anon_sym_nullptr] = ACTIONS(1458), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1502), - [anon_sym_rayPayloadInEXT] = ACTIONS(1502), - [anon_sym_hitAttributeEXT] = ACTIONS(1502), - [anon_sym_callableDataEXT] = ACTIONS(1502), - [anon_sym_callableDataInEXT] = ACTIONS(1502), - [anon_sym_shaderRecordEXT] = ACTIONS(1502), - [anon_sym_rayPayloadNV] = ACTIONS(1502), - [anon_sym_rayPayloadInNV] = ACTIONS(1502), - [anon_sym_hitAttributeNV] = ACTIONS(1502), - [anon_sym_callableDataNV] = ACTIONS(1502), - [anon_sym_callableDataInNV] = ACTIONS(1502), - [anon_sym_shaderRecordNV] = ACTIONS(1502), - [anon_sym_layout] = ACTIONS(1502), + [anon_sym_rayPayloadEXT] = ACTIONS(1458), + [anon_sym_rayPayloadInEXT] = ACTIONS(1458), + [anon_sym_hitAttributeEXT] = ACTIONS(1458), + [anon_sym_callableDataEXT] = ACTIONS(1458), + [anon_sym_callableDataInEXT] = ACTIONS(1458), + [anon_sym_shaderRecordEXT] = ACTIONS(1458), + [anon_sym_rayPayloadNV] = ACTIONS(1458), + [anon_sym_rayPayloadInNV] = ACTIONS(1458), + [anon_sym_hitAttributeNV] = ACTIONS(1458), + [anon_sym_callableDataNV] = ACTIONS(1458), + [anon_sym_callableDataInNV] = ACTIONS(1458), + [anon_sym_shaderRecordNV] = ACTIONS(1458), + [anon_sym_layout] = ACTIONS(1458), }, - [382] = { - [sym_identifier] = ACTIONS(1454), - [aux_sym_preproc_include_token1] = ACTIONS(1454), - [aux_sym_preproc_def_token1] = ACTIONS(1454), - [aux_sym_preproc_if_token1] = ACTIONS(1454), - [aux_sym_preproc_if_token2] = ACTIONS(1454), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1454), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1454), - [sym_preproc_directive] = ACTIONS(1454), - [anon_sym_LPAREN2] = ACTIONS(1456), - [anon_sym_BANG] = ACTIONS(1456), - [anon_sym_TILDE] = ACTIONS(1456), - [anon_sym_DASH] = ACTIONS(1454), - [anon_sym_PLUS] = ACTIONS(1454), - [anon_sym_STAR] = ACTIONS(1456), - [anon_sym_AMP] = ACTIONS(1456), - [anon_sym_subroutine] = ACTIONS(1454), - [anon_sym_invariant] = ACTIONS(1454), - [anon_sym_precise] = ACTIONS(1454), - [anon_sym_SEMI] = ACTIONS(1456), - [anon_sym_in] = ACTIONS(1454), - [anon_sym_out] = ACTIONS(1454), - [anon_sym_inout] = ACTIONS(1454), - [anon_sym_uniform] = ACTIONS(1454), - [anon_sym_shared] = ACTIONS(1454), - [anon_sym_attribute] = ACTIONS(1454), - [anon_sym_varying] = ACTIONS(1454), - [anon_sym_buffer] = ACTIONS(1454), - [anon_sym_coherent] = ACTIONS(1454), - [anon_sym_readonly] = ACTIONS(1454), - [anon_sym_writeonly] = ACTIONS(1454), - [anon_sym_precision] = ACTIONS(1454), - [anon_sym_highp] = ACTIONS(1454), - [anon_sym_mediump] = ACTIONS(1454), - [anon_sym_lowp] = ACTIONS(1454), - [anon_sym_centroid] = ACTIONS(1454), - [anon_sym_sample] = ACTIONS(1454), - [anon_sym_patch] = ACTIONS(1454), - [anon_sym_smooth] = ACTIONS(1454), - [anon_sym_flat] = ACTIONS(1454), - [anon_sym_noperspective] = ACTIONS(1454), - [anon_sym___extension__] = ACTIONS(1454), - [anon_sym_typedef] = ACTIONS(1454), - [anon_sym_extern] = ACTIONS(1454), - [anon_sym___attribute__] = ACTIONS(1454), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1456), - [anon_sym___declspec] = ACTIONS(1454), - [anon_sym___cdecl] = ACTIONS(1454), - [anon_sym___clrcall] = ACTIONS(1454), - [anon_sym___stdcall] = ACTIONS(1454), - [anon_sym___fastcall] = ACTIONS(1454), - [anon_sym___thiscall] = ACTIONS(1454), - [anon_sym___vectorcall] = ACTIONS(1454), - [anon_sym_LBRACE] = ACTIONS(1456), - [anon_sym_signed] = ACTIONS(1454), - [anon_sym_unsigned] = ACTIONS(1454), - [anon_sym_long] = ACTIONS(1454), - [anon_sym_short] = ACTIONS(1454), - [anon_sym_static] = ACTIONS(1454), - [anon_sym_auto] = ACTIONS(1454), - [anon_sym_register] = ACTIONS(1454), - [anon_sym_inline] = ACTIONS(1454), - [anon_sym___inline] = ACTIONS(1454), - [anon_sym___inline__] = ACTIONS(1454), - [anon_sym___forceinline] = ACTIONS(1454), - [anon_sym_thread_local] = ACTIONS(1454), - [anon_sym___thread] = ACTIONS(1454), - [anon_sym_const] = ACTIONS(1454), - [anon_sym_constexpr] = ACTIONS(1454), - [anon_sym_volatile] = ACTIONS(1454), - [anon_sym_restrict] = ACTIONS(1454), - [anon_sym___restrict__] = ACTIONS(1454), - [anon_sym__Atomic] = ACTIONS(1454), - [anon_sym__Noreturn] = ACTIONS(1454), - [anon_sym_noreturn] = ACTIONS(1454), - [sym_primitive_type] = ACTIONS(1454), - [anon_sym_enum] = ACTIONS(1454), - [anon_sym_struct] = ACTIONS(1454), - [anon_sym_union] = ACTIONS(1454), - [anon_sym_if] = ACTIONS(1454), - [anon_sym_switch] = ACTIONS(1454), - [anon_sym_case] = ACTIONS(1454), - [anon_sym_default] = ACTIONS(1454), - [anon_sym_while] = ACTIONS(1454), - [anon_sym_do] = ACTIONS(1454), - [anon_sym_for] = ACTIONS(1454), - [anon_sym_return] = ACTIONS(1454), - [anon_sym_break] = ACTIONS(1454), - [anon_sym_continue] = ACTIONS(1454), - [anon_sym_goto] = ACTIONS(1454), - [anon_sym_DASH_DASH] = ACTIONS(1456), - [anon_sym_PLUS_PLUS] = ACTIONS(1456), - [anon_sym_sizeof] = ACTIONS(1454), - [anon_sym___alignof__] = ACTIONS(1454), - [anon_sym___alignof] = ACTIONS(1454), - [anon_sym__alignof] = ACTIONS(1454), - [anon_sym_alignof] = ACTIONS(1454), - [anon_sym__Alignof] = ACTIONS(1454), - [anon_sym_offsetof] = ACTIONS(1454), - [anon_sym__Generic] = ACTIONS(1454), - [anon_sym_asm] = ACTIONS(1454), - [anon_sym___asm__] = ACTIONS(1454), - [sym_number_literal] = ACTIONS(1456), - [anon_sym_L_SQUOTE] = ACTIONS(1456), - [anon_sym_u_SQUOTE] = ACTIONS(1456), - [anon_sym_U_SQUOTE] = ACTIONS(1456), - [anon_sym_u8_SQUOTE] = ACTIONS(1456), - [anon_sym_SQUOTE] = ACTIONS(1456), - [anon_sym_L_DQUOTE] = ACTIONS(1456), - [anon_sym_u_DQUOTE] = ACTIONS(1456), - [anon_sym_U_DQUOTE] = ACTIONS(1456), - [anon_sym_u8_DQUOTE] = ACTIONS(1456), - [anon_sym_DQUOTE] = ACTIONS(1456), - [sym_true] = ACTIONS(1454), - [sym_false] = ACTIONS(1454), - [anon_sym_NULL] = ACTIONS(1454), - [anon_sym_nullptr] = ACTIONS(1454), + [388] = { + [sym_identifier] = ACTIONS(1532), + [aux_sym_preproc_include_token1] = ACTIONS(1532), + [aux_sym_preproc_def_token1] = ACTIONS(1532), + [aux_sym_preproc_if_token1] = ACTIONS(1532), + [aux_sym_preproc_if_token2] = ACTIONS(1532), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1532), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1532), + [sym_preproc_directive] = ACTIONS(1532), + [anon_sym_LPAREN2] = ACTIONS(1534), + [anon_sym_BANG] = ACTIONS(1534), + [anon_sym_TILDE] = ACTIONS(1534), + [anon_sym_DASH] = ACTIONS(1532), + [anon_sym_PLUS] = ACTIONS(1532), + [anon_sym_STAR] = ACTIONS(1534), + [anon_sym_AMP] = ACTIONS(1534), + [anon_sym_subroutine] = ACTIONS(1532), + [anon_sym_invariant] = ACTIONS(1532), + [anon_sym_precise] = ACTIONS(1532), + [anon_sym_SEMI] = ACTIONS(1534), + [anon_sym_in] = ACTIONS(1532), + [anon_sym_out] = ACTIONS(1532), + [anon_sym_inout] = ACTIONS(1532), + [anon_sym_uniform] = ACTIONS(1532), + [anon_sym_shared] = ACTIONS(1532), + [anon_sym_attribute] = ACTIONS(1532), + [anon_sym_varying] = ACTIONS(1532), + [anon_sym_buffer] = ACTIONS(1532), + [anon_sym_coherent] = ACTIONS(1532), + [anon_sym_readonly] = ACTIONS(1532), + [anon_sym_writeonly] = ACTIONS(1532), + [anon_sym_precision] = ACTIONS(1532), + [anon_sym_highp] = ACTIONS(1532), + [anon_sym_mediump] = ACTIONS(1532), + [anon_sym_lowp] = ACTIONS(1532), + [anon_sym_centroid] = ACTIONS(1532), + [anon_sym_sample] = ACTIONS(1532), + [anon_sym_patch] = ACTIONS(1532), + [anon_sym_smooth] = ACTIONS(1532), + [anon_sym_flat] = ACTIONS(1532), + [anon_sym_noperspective] = ACTIONS(1532), + [anon_sym___extension__] = ACTIONS(1532), + [anon_sym_typedef] = ACTIONS(1532), + [anon_sym_extern] = ACTIONS(1532), + [anon_sym___attribute__] = ACTIONS(1532), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1534), + [anon_sym___declspec] = ACTIONS(1532), + [anon_sym___cdecl] = ACTIONS(1532), + [anon_sym___clrcall] = ACTIONS(1532), + [anon_sym___stdcall] = ACTIONS(1532), + [anon_sym___fastcall] = ACTIONS(1532), + [anon_sym___thiscall] = ACTIONS(1532), + [anon_sym___vectorcall] = ACTIONS(1532), + [anon_sym_LBRACE] = ACTIONS(1534), + [anon_sym_signed] = ACTIONS(1532), + [anon_sym_unsigned] = ACTIONS(1532), + [anon_sym_long] = ACTIONS(1532), + [anon_sym_short] = ACTIONS(1532), + [anon_sym_static] = ACTIONS(1532), + [anon_sym_auto] = ACTIONS(1532), + [anon_sym_register] = ACTIONS(1532), + [anon_sym_inline] = ACTIONS(1532), + [anon_sym___inline] = ACTIONS(1532), + [anon_sym___inline__] = ACTIONS(1532), + [anon_sym___forceinline] = ACTIONS(1532), + [anon_sym_thread_local] = ACTIONS(1532), + [anon_sym___thread] = ACTIONS(1532), + [anon_sym_const] = ACTIONS(1532), + [anon_sym_constexpr] = ACTIONS(1532), + [anon_sym_volatile] = ACTIONS(1532), + [anon_sym_restrict] = ACTIONS(1532), + [anon_sym___restrict__] = ACTIONS(1532), + [anon_sym__Atomic] = ACTIONS(1532), + [anon_sym__Noreturn] = ACTIONS(1532), + [anon_sym_noreturn] = ACTIONS(1532), + [sym_primitive_type] = ACTIONS(1532), + [anon_sym_enum] = ACTIONS(1532), + [anon_sym_struct] = ACTIONS(1532), + [anon_sym_union] = ACTIONS(1532), + [anon_sym_if] = ACTIONS(1532), + [anon_sym_switch] = ACTIONS(1532), + [anon_sym_case] = ACTIONS(1532), + [anon_sym_default] = ACTIONS(1532), + [anon_sym_while] = ACTIONS(1532), + [anon_sym_do] = ACTIONS(1532), + [anon_sym_for] = ACTIONS(1532), + [anon_sym_return] = ACTIONS(1532), + [anon_sym_break] = ACTIONS(1532), + [anon_sym_continue] = ACTIONS(1532), + [anon_sym_goto] = ACTIONS(1532), + [anon_sym_DASH_DASH] = ACTIONS(1534), + [anon_sym_PLUS_PLUS] = ACTIONS(1534), + [anon_sym_sizeof] = ACTIONS(1532), + [anon_sym___alignof__] = ACTIONS(1532), + [anon_sym___alignof] = ACTIONS(1532), + [anon_sym__alignof] = ACTIONS(1532), + [anon_sym_alignof] = ACTIONS(1532), + [anon_sym__Alignof] = ACTIONS(1532), + [anon_sym_offsetof] = ACTIONS(1532), + [anon_sym__Generic] = ACTIONS(1532), + [anon_sym_asm] = ACTIONS(1532), + [anon_sym___asm__] = ACTIONS(1532), + [sym_number_literal] = ACTIONS(1534), + [anon_sym_L_SQUOTE] = ACTIONS(1534), + [anon_sym_u_SQUOTE] = ACTIONS(1534), + [anon_sym_U_SQUOTE] = ACTIONS(1534), + [anon_sym_u8_SQUOTE] = ACTIONS(1534), + [anon_sym_SQUOTE] = ACTIONS(1534), + [anon_sym_L_DQUOTE] = ACTIONS(1534), + [anon_sym_u_DQUOTE] = ACTIONS(1534), + [anon_sym_U_DQUOTE] = ACTIONS(1534), + [anon_sym_u8_DQUOTE] = ACTIONS(1534), + [anon_sym_DQUOTE] = ACTIONS(1534), + [sym_true] = ACTIONS(1532), + [sym_false] = ACTIONS(1532), + [anon_sym_NULL] = ACTIONS(1532), + [anon_sym_nullptr] = ACTIONS(1532), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1454), - [anon_sym_rayPayloadInEXT] = ACTIONS(1454), - [anon_sym_hitAttributeEXT] = ACTIONS(1454), - [anon_sym_callableDataEXT] = ACTIONS(1454), - [anon_sym_callableDataInEXT] = ACTIONS(1454), - [anon_sym_shaderRecordEXT] = ACTIONS(1454), - [anon_sym_rayPayloadNV] = ACTIONS(1454), - [anon_sym_rayPayloadInNV] = ACTIONS(1454), - [anon_sym_hitAttributeNV] = ACTIONS(1454), - [anon_sym_callableDataNV] = ACTIONS(1454), - [anon_sym_callableDataInNV] = ACTIONS(1454), - [anon_sym_shaderRecordNV] = ACTIONS(1454), - [anon_sym_layout] = ACTIONS(1454), - }, - [383] = { - [sym_identifier] = ACTIONS(1512), - [aux_sym_preproc_include_token1] = ACTIONS(1512), - [aux_sym_preproc_def_token1] = ACTIONS(1512), - [aux_sym_preproc_if_token1] = ACTIONS(1512), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1512), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1512), - [sym_preproc_directive] = ACTIONS(1512), - [anon_sym_LPAREN2] = ACTIONS(1514), - [anon_sym_BANG] = ACTIONS(1514), - [anon_sym_TILDE] = ACTIONS(1514), - [anon_sym_DASH] = ACTIONS(1512), - [anon_sym_PLUS] = ACTIONS(1512), - [anon_sym_STAR] = ACTIONS(1514), - [anon_sym_AMP] = ACTIONS(1514), - [anon_sym_subroutine] = ACTIONS(1512), - [anon_sym_invariant] = ACTIONS(1512), - [anon_sym_precise] = ACTIONS(1512), - [anon_sym_SEMI] = ACTIONS(1514), - [anon_sym_in] = ACTIONS(1512), - [anon_sym_out] = ACTIONS(1512), - [anon_sym_inout] = ACTIONS(1512), - [anon_sym_uniform] = ACTIONS(1512), - [anon_sym_shared] = ACTIONS(1512), - [anon_sym_attribute] = ACTIONS(1512), - [anon_sym_varying] = ACTIONS(1512), - [anon_sym_buffer] = ACTIONS(1512), - [anon_sym_coherent] = ACTIONS(1512), - [anon_sym_readonly] = ACTIONS(1512), - [anon_sym_writeonly] = ACTIONS(1512), - [anon_sym_precision] = ACTIONS(1512), - [anon_sym_highp] = ACTIONS(1512), - [anon_sym_mediump] = ACTIONS(1512), - [anon_sym_lowp] = ACTIONS(1512), - [anon_sym_centroid] = ACTIONS(1512), - [anon_sym_sample] = ACTIONS(1512), - [anon_sym_patch] = ACTIONS(1512), - [anon_sym_smooth] = ACTIONS(1512), - [anon_sym_flat] = ACTIONS(1512), - [anon_sym_noperspective] = ACTIONS(1512), - [anon_sym___extension__] = ACTIONS(1512), - [anon_sym_typedef] = ACTIONS(1512), - [anon_sym_extern] = ACTIONS(1512), - [anon_sym___attribute__] = ACTIONS(1512), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1514), - [anon_sym___declspec] = ACTIONS(1512), - [anon_sym___cdecl] = ACTIONS(1512), - [anon_sym___clrcall] = ACTIONS(1512), - [anon_sym___stdcall] = ACTIONS(1512), - [anon_sym___fastcall] = ACTIONS(1512), - [anon_sym___thiscall] = ACTIONS(1512), - [anon_sym___vectorcall] = ACTIONS(1512), - [anon_sym_LBRACE] = ACTIONS(1514), - [anon_sym_RBRACE] = ACTIONS(1514), - [anon_sym_signed] = ACTIONS(1512), - [anon_sym_unsigned] = ACTIONS(1512), - [anon_sym_long] = ACTIONS(1512), - [anon_sym_short] = ACTIONS(1512), - [anon_sym_static] = ACTIONS(1512), - [anon_sym_auto] = ACTIONS(1512), - [anon_sym_register] = ACTIONS(1512), - [anon_sym_inline] = ACTIONS(1512), - [anon_sym___inline] = ACTIONS(1512), - [anon_sym___inline__] = ACTIONS(1512), - [anon_sym___forceinline] = ACTIONS(1512), - [anon_sym_thread_local] = ACTIONS(1512), - [anon_sym___thread] = ACTIONS(1512), - [anon_sym_const] = ACTIONS(1512), - [anon_sym_constexpr] = ACTIONS(1512), - [anon_sym_volatile] = ACTIONS(1512), - [anon_sym_restrict] = ACTIONS(1512), - [anon_sym___restrict__] = ACTIONS(1512), - [anon_sym__Atomic] = ACTIONS(1512), - [anon_sym__Noreturn] = ACTIONS(1512), - [anon_sym_noreturn] = ACTIONS(1512), - [sym_primitive_type] = ACTIONS(1512), - [anon_sym_enum] = ACTIONS(1512), - [anon_sym_struct] = ACTIONS(1512), - [anon_sym_union] = ACTIONS(1512), - [anon_sym_if] = ACTIONS(1512), - [anon_sym_switch] = ACTIONS(1512), - [anon_sym_case] = ACTIONS(1512), - [anon_sym_default] = ACTIONS(1512), - [anon_sym_while] = ACTIONS(1512), - [anon_sym_do] = ACTIONS(1512), - [anon_sym_for] = ACTIONS(1512), - [anon_sym_return] = ACTIONS(1512), - [anon_sym_break] = ACTIONS(1512), - [anon_sym_continue] = ACTIONS(1512), - [anon_sym_goto] = ACTIONS(1512), - [anon_sym_DASH_DASH] = ACTIONS(1514), - [anon_sym_PLUS_PLUS] = ACTIONS(1514), - [anon_sym_sizeof] = ACTIONS(1512), - [anon_sym___alignof__] = ACTIONS(1512), - [anon_sym___alignof] = ACTIONS(1512), - [anon_sym__alignof] = ACTIONS(1512), - [anon_sym_alignof] = ACTIONS(1512), - [anon_sym__Alignof] = ACTIONS(1512), - [anon_sym_offsetof] = ACTIONS(1512), - [anon_sym__Generic] = ACTIONS(1512), - [anon_sym_asm] = ACTIONS(1512), - [anon_sym___asm__] = ACTIONS(1512), - [sym_number_literal] = ACTIONS(1514), - [anon_sym_L_SQUOTE] = ACTIONS(1514), - [anon_sym_u_SQUOTE] = ACTIONS(1514), - [anon_sym_U_SQUOTE] = ACTIONS(1514), - [anon_sym_u8_SQUOTE] = ACTIONS(1514), - [anon_sym_SQUOTE] = ACTIONS(1514), - [anon_sym_L_DQUOTE] = ACTIONS(1514), - [anon_sym_u_DQUOTE] = ACTIONS(1514), - [anon_sym_U_DQUOTE] = ACTIONS(1514), - [anon_sym_u8_DQUOTE] = ACTIONS(1514), - [anon_sym_DQUOTE] = ACTIONS(1514), - [sym_true] = ACTIONS(1512), - [sym_false] = ACTIONS(1512), - [anon_sym_NULL] = ACTIONS(1512), - [anon_sym_nullptr] = ACTIONS(1512), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1512), - [anon_sym_rayPayloadInEXT] = ACTIONS(1512), - [anon_sym_hitAttributeEXT] = ACTIONS(1512), - [anon_sym_callableDataEXT] = ACTIONS(1512), - [anon_sym_callableDataInEXT] = ACTIONS(1512), - [anon_sym_shaderRecordEXT] = ACTIONS(1512), - [anon_sym_rayPayloadNV] = ACTIONS(1512), - [anon_sym_rayPayloadInNV] = ACTIONS(1512), - [anon_sym_hitAttributeNV] = ACTIONS(1512), - [anon_sym_callableDataNV] = ACTIONS(1512), - [anon_sym_callableDataInNV] = ACTIONS(1512), - [anon_sym_shaderRecordNV] = ACTIONS(1512), - [anon_sym_layout] = ACTIONS(1512), + [anon_sym_rayPayloadEXT] = ACTIONS(1532), + [anon_sym_rayPayloadInEXT] = ACTIONS(1532), + [anon_sym_hitAttributeEXT] = ACTIONS(1532), + [anon_sym_callableDataEXT] = ACTIONS(1532), + [anon_sym_callableDataInEXT] = ACTIONS(1532), + [anon_sym_shaderRecordEXT] = ACTIONS(1532), + [anon_sym_rayPayloadNV] = ACTIONS(1532), + [anon_sym_rayPayloadInNV] = ACTIONS(1532), + [anon_sym_hitAttributeNV] = ACTIONS(1532), + [anon_sym_callableDataNV] = ACTIONS(1532), + [anon_sym_callableDataInNV] = ACTIONS(1532), + [anon_sym_shaderRecordNV] = ACTIONS(1532), + [anon_sym_layout] = ACTIONS(1532), }, - [384] = { - [sym_identifier] = ACTIONS(1502), - [aux_sym_preproc_include_token1] = ACTIONS(1502), - [aux_sym_preproc_def_token1] = ACTIONS(1502), - [aux_sym_preproc_if_token1] = ACTIONS(1502), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1502), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1502), - [sym_preproc_directive] = ACTIONS(1502), - [anon_sym_LPAREN2] = ACTIONS(1504), - [anon_sym_BANG] = ACTIONS(1504), - [anon_sym_TILDE] = ACTIONS(1504), - [anon_sym_DASH] = ACTIONS(1502), - [anon_sym_PLUS] = ACTIONS(1502), - [anon_sym_STAR] = ACTIONS(1504), - [anon_sym_AMP] = ACTIONS(1504), - [anon_sym_subroutine] = ACTIONS(1502), - [anon_sym_invariant] = ACTIONS(1502), - [anon_sym_precise] = ACTIONS(1502), - [anon_sym_SEMI] = ACTIONS(1504), - [anon_sym_in] = ACTIONS(1502), - [anon_sym_out] = ACTIONS(1502), - [anon_sym_inout] = ACTIONS(1502), - [anon_sym_uniform] = ACTIONS(1502), - [anon_sym_shared] = ACTIONS(1502), - [anon_sym_attribute] = ACTIONS(1502), - [anon_sym_varying] = ACTIONS(1502), - [anon_sym_buffer] = ACTIONS(1502), - [anon_sym_coherent] = ACTIONS(1502), - [anon_sym_readonly] = ACTIONS(1502), - [anon_sym_writeonly] = ACTIONS(1502), - [anon_sym_precision] = ACTIONS(1502), - [anon_sym_highp] = ACTIONS(1502), - [anon_sym_mediump] = ACTIONS(1502), - [anon_sym_lowp] = ACTIONS(1502), - [anon_sym_centroid] = ACTIONS(1502), - [anon_sym_sample] = ACTIONS(1502), - [anon_sym_patch] = ACTIONS(1502), - [anon_sym_smooth] = ACTIONS(1502), - [anon_sym_flat] = ACTIONS(1502), - [anon_sym_noperspective] = ACTIONS(1502), - [anon_sym___extension__] = ACTIONS(1502), - [anon_sym_typedef] = ACTIONS(1502), - [anon_sym_extern] = ACTIONS(1502), - [anon_sym___attribute__] = ACTIONS(1502), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1504), - [anon_sym___declspec] = ACTIONS(1502), - [anon_sym___cdecl] = ACTIONS(1502), - [anon_sym___clrcall] = ACTIONS(1502), - [anon_sym___stdcall] = ACTIONS(1502), - [anon_sym___fastcall] = ACTIONS(1502), - [anon_sym___thiscall] = ACTIONS(1502), - [anon_sym___vectorcall] = ACTIONS(1502), - [anon_sym_LBRACE] = ACTIONS(1504), - [anon_sym_RBRACE] = ACTIONS(1504), - [anon_sym_signed] = ACTIONS(1502), - [anon_sym_unsigned] = ACTIONS(1502), - [anon_sym_long] = ACTIONS(1502), - [anon_sym_short] = ACTIONS(1502), - [anon_sym_static] = ACTIONS(1502), - [anon_sym_auto] = ACTIONS(1502), - [anon_sym_register] = ACTIONS(1502), - [anon_sym_inline] = ACTIONS(1502), - [anon_sym___inline] = ACTIONS(1502), - [anon_sym___inline__] = ACTIONS(1502), - [anon_sym___forceinline] = ACTIONS(1502), - [anon_sym_thread_local] = ACTIONS(1502), - [anon_sym___thread] = ACTIONS(1502), - [anon_sym_const] = ACTIONS(1502), - [anon_sym_constexpr] = ACTIONS(1502), - [anon_sym_volatile] = ACTIONS(1502), - [anon_sym_restrict] = ACTIONS(1502), - [anon_sym___restrict__] = ACTIONS(1502), - [anon_sym__Atomic] = ACTIONS(1502), - [anon_sym__Noreturn] = ACTIONS(1502), - [anon_sym_noreturn] = ACTIONS(1502), - [sym_primitive_type] = ACTIONS(1502), - [anon_sym_enum] = ACTIONS(1502), - [anon_sym_struct] = ACTIONS(1502), - [anon_sym_union] = ACTIONS(1502), - [anon_sym_if] = ACTIONS(1502), - [anon_sym_switch] = ACTIONS(1502), - [anon_sym_case] = ACTIONS(1502), - [anon_sym_default] = ACTIONS(1502), - [anon_sym_while] = ACTIONS(1502), - [anon_sym_do] = ACTIONS(1502), - [anon_sym_for] = ACTIONS(1502), - [anon_sym_return] = ACTIONS(1502), - [anon_sym_break] = ACTIONS(1502), - [anon_sym_continue] = ACTIONS(1502), - [anon_sym_goto] = ACTIONS(1502), - [anon_sym_DASH_DASH] = ACTIONS(1504), - [anon_sym_PLUS_PLUS] = ACTIONS(1504), - [anon_sym_sizeof] = ACTIONS(1502), - [anon_sym___alignof__] = ACTIONS(1502), - [anon_sym___alignof] = ACTIONS(1502), - [anon_sym__alignof] = ACTIONS(1502), - [anon_sym_alignof] = ACTIONS(1502), - [anon_sym__Alignof] = ACTIONS(1502), - [anon_sym_offsetof] = ACTIONS(1502), - [anon_sym__Generic] = ACTIONS(1502), - [anon_sym_asm] = ACTIONS(1502), - [anon_sym___asm__] = ACTIONS(1502), - [sym_number_literal] = ACTIONS(1504), - [anon_sym_L_SQUOTE] = ACTIONS(1504), - [anon_sym_u_SQUOTE] = ACTIONS(1504), - [anon_sym_U_SQUOTE] = ACTIONS(1504), - [anon_sym_u8_SQUOTE] = ACTIONS(1504), - [anon_sym_SQUOTE] = ACTIONS(1504), - [anon_sym_L_DQUOTE] = ACTIONS(1504), - [anon_sym_u_DQUOTE] = ACTIONS(1504), - [anon_sym_U_DQUOTE] = ACTIONS(1504), - [anon_sym_u8_DQUOTE] = ACTIONS(1504), - [anon_sym_DQUOTE] = ACTIONS(1504), - [sym_true] = ACTIONS(1502), - [sym_false] = ACTIONS(1502), - [anon_sym_NULL] = ACTIONS(1502), - [anon_sym_nullptr] = ACTIONS(1502), + [389] = { + [sym_identifier] = ACTIONS(1540), + [aux_sym_preproc_include_token1] = ACTIONS(1540), + [aux_sym_preproc_def_token1] = ACTIONS(1540), + [aux_sym_preproc_if_token1] = ACTIONS(1540), + [aux_sym_preproc_if_token2] = ACTIONS(1540), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), + [sym_preproc_directive] = ACTIONS(1540), + [anon_sym_LPAREN2] = ACTIONS(1542), + [anon_sym_BANG] = ACTIONS(1542), + [anon_sym_TILDE] = ACTIONS(1542), + [anon_sym_DASH] = ACTIONS(1540), + [anon_sym_PLUS] = ACTIONS(1540), + [anon_sym_STAR] = ACTIONS(1542), + [anon_sym_AMP] = ACTIONS(1542), + [anon_sym_subroutine] = ACTIONS(1540), + [anon_sym_invariant] = ACTIONS(1540), + [anon_sym_precise] = ACTIONS(1540), + [anon_sym_SEMI] = ACTIONS(1542), + [anon_sym_in] = ACTIONS(1540), + [anon_sym_out] = ACTIONS(1540), + [anon_sym_inout] = ACTIONS(1540), + [anon_sym_uniform] = ACTIONS(1540), + [anon_sym_shared] = ACTIONS(1540), + [anon_sym_attribute] = ACTIONS(1540), + [anon_sym_varying] = ACTIONS(1540), + [anon_sym_buffer] = ACTIONS(1540), + [anon_sym_coherent] = ACTIONS(1540), + [anon_sym_readonly] = ACTIONS(1540), + [anon_sym_writeonly] = ACTIONS(1540), + [anon_sym_precision] = ACTIONS(1540), + [anon_sym_highp] = ACTIONS(1540), + [anon_sym_mediump] = ACTIONS(1540), + [anon_sym_lowp] = ACTIONS(1540), + [anon_sym_centroid] = ACTIONS(1540), + [anon_sym_sample] = ACTIONS(1540), + [anon_sym_patch] = ACTIONS(1540), + [anon_sym_smooth] = ACTIONS(1540), + [anon_sym_flat] = ACTIONS(1540), + [anon_sym_noperspective] = ACTIONS(1540), + [anon_sym___extension__] = ACTIONS(1540), + [anon_sym_typedef] = ACTIONS(1540), + [anon_sym_extern] = ACTIONS(1540), + [anon_sym___attribute__] = ACTIONS(1540), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), + [anon_sym___declspec] = ACTIONS(1540), + [anon_sym___cdecl] = ACTIONS(1540), + [anon_sym___clrcall] = ACTIONS(1540), + [anon_sym___stdcall] = ACTIONS(1540), + [anon_sym___fastcall] = ACTIONS(1540), + [anon_sym___thiscall] = ACTIONS(1540), + [anon_sym___vectorcall] = ACTIONS(1540), + [anon_sym_LBRACE] = ACTIONS(1542), + [anon_sym_signed] = ACTIONS(1540), + [anon_sym_unsigned] = ACTIONS(1540), + [anon_sym_long] = ACTIONS(1540), + [anon_sym_short] = ACTIONS(1540), + [anon_sym_static] = ACTIONS(1540), + [anon_sym_auto] = ACTIONS(1540), + [anon_sym_register] = ACTIONS(1540), + [anon_sym_inline] = ACTIONS(1540), + [anon_sym___inline] = ACTIONS(1540), + [anon_sym___inline__] = ACTIONS(1540), + [anon_sym___forceinline] = ACTIONS(1540), + [anon_sym_thread_local] = ACTIONS(1540), + [anon_sym___thread] = ACTIONS(1540), + [anon_sym_const] = ACTIONS(1540), + [anon_sym_constexpr] = ACTIONS(1540), + [anon_sym_volatile] = ACTIONS(1540), + [anon_sym_restrict] = ACTIONS(1540), + [anon_sym___restrict__] = ACTIONS(1540), + [anon_sym__Atomic] = ACTIONS(1540), + [anon_sym__Noreturn] = ACTIONS(1540), + [anon_sym_noreturn] = ACTIONS(1540), + [sym_primitive_type] = ACTIONS(1540), + [anon_sym_enum] = ACTIONS(1540), + [anon_sym_struct] = ACTIONS(1540), + [anon_sym_union] = ACTIONS(1540), + [anon_sym_if] = ACTIONS(1540), + [anon_sym_switch] = ACTIONS(1540), + [anon_sym_case] = ACTIONS(1540), + [anon_sym_default] = ACTIONS(1540), + [anon_sym_while] = ACTIONS(1540), + [anon_sym_do] = ACTIONS(1540), + [anon_sym_for] = ACTIONS(1540), + [anon_sym_return] = ACTIONS(1540), + [anon_sym_break] = ACTIONS(1540), + [anon_sym_continue] = ACTIONS(1540), + [anon_sym_goto] = ACTIONS(1540), + [anon_sym_DASH_DASH] = ACTIONS(1542), + [anon_sym_PLUS_PLUS] = ACTIONS(1542), + [anon_sym_sizeof] = ACTIONS(1540), + [anon_sym___alignof__] = ACTIONS(1540), + [anon_sym___alignof] = ACTIONS(1540), + [anon_sym__alignof] = ACTIONS(1540), + [anon_sym_alignof] = ACTIONS(1540), + [anon_sym__Alignof] = ACTIONS(1540), + [anon_sym_offsetof] = ACTIONS(1540), + [anon_sym__Generic] = ACTIONS(1540), + [anon_sym_asm] = ACTIONS(1540), + [anon_sym___asm__] = ACTIONS(1540), + [sym_number_literal] = ACTIONS(1542), + [anon_sym_L_SQUOTE] = ACTIONS(1542), + [anon_sym_u_SQUOTE] = ACTIONS(1542), + [anon_sym_U_SQUOTE] = ACTIONS(1542), + [anon_sym_u8_SQUOTE] = ACTIONS(1542), + [anon_sym_SQUOTE] = ACTIONS(1542), + [anon_sym_L_DQUOTE] = ACTIONS(1542), + [anon_sym_u_DQUOTE] = ACTIONS(1542), + [anon_sym_U_DQUOTE] = ACTIONS(1542), + [anon_sym_u8_DQUOTE] = ACTIONS(1542), + [anon_sym_DQUOTE] = ACTIONS(1542), + [sym_true] = ACTIONS(1540), + [sym_false] = ACTIONS(1540), + [anon_sym_NULL] = ACTIONS(1540), + [anon_sym_nullptr] = ACTIONS(1540), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1502), - [anon_sym_rayPayloadInEXT] = ACTIONS(1502), - [anon_sym_hitAttributeEXT] = ACTIONS(1502), - [anon_sym_callableDataEXT] = ACTIONS(1502), - [anon_sym_callableDataInEXT] = ACTIONS(1502), - [anon_sym_shaderRecordEXT] = ACTIONS(1502), - [anon_sym_rayPayloadNV] = ACTIONS(1502), - [anon_sym_rayPayloadInNV] = ACTIONS(1502), - [anon_sym_hitAttributeNV] = ACTIONS(1502), - [anon_sym_callableDataNV] = ACTIONS(1502), - [anon_sym_callableDataInNV] = ACTIONS(1502), - [anon_sym_shaderRecordNV] = ACTIONS(1502), - [anon_sym_layout] = ACTIONS(1502), - }, - [385] = { - [sym_identifier] = ACTIONS(1508), - [aux_sym_preproc_include_token1] = ACTIONS(1508), - [aux_sym_preproc_def_token1] = ACTIONS(1508), - [aux_sym_preproc_if_token1] = ACTIONS(1508), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1508), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1508), - [sym_preproc_directive] = ACTIONS(1508), - [anon_sym_LPAREN2] = ACTIONS(1510), - [anon_sym_BANG] = ACTIONS(1510), - [anon_sym_TILDE] = ACTIONS(1510), - [anon_sym_DASH] = ACTIONS(1508), - [anon_sym_PLUS] = ACTIONS(1508), - [anon_sym_STAR] = ACTIONS(1510), - [anon_sym_AMP] = ACTIONS(1510), - [anon_sym_subroutine] = ACTIONS(1508), - [anon_sym_invariant] = ACTIONS(1508), - [anon_sym_precise] = ACTIONS(1508), - [anon_sym_SEMI] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1508), - [anon_sym_out] = ACTIONS(1508), - [anon_sym_inout] = ACTIONS(1508), - [anon_sym_uniform] = ACTIONS(1508), - [anon_sym_shared] = ACTIONS(1508), - [anon_sym_attribute] = ACTIONS(1508), - [anon_sym_varying] = ACTIONS(1508), - [anon_sym_buffer] = ACTIONS(1508), - [anon_sym_coherent] = ACTIONS(1508), - [anon_sym_readonly] = ACTIONS(1508), - [anon_sym_writeonly] = ACTIONS(1508), - [anon_sym_precision] = ACTIONS(1508), - [anon_sym_highp] = ACTIONS(1508), - [anon_sym_mediump] = ACTIONS(1508), - [anon_sym_lowp] = ACTIONS(1508), - [anon_sym_centroid] = ACTIONS(1508), - [anon_sym_sample] = ACTIONS(1508), - [anon_sym_patch] = ACTIONS(1508), - [anon_sym_smooth] = ACTIONS(1508), - [anon_sym_flat] = ACTIONS(1508), - [anon_sym_noperspective] = ACTIONS(1508), - [anon_sym___extension__] = ACTIONS(1508), - [anon_sym_typedef] = ACTIONS(1508), - [anon_sym_extern] = ACTIONS(1508), - [anon_sym___attribute__] = ACTIONS(1508), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1510), - [anon_sym___declspec] = ACTIONS(1508), - [anon_sym___cdecl] = ACTIONS(1508), - [anon_sym___clrcall] = ACTIONS(1508), - [anon_sym___stdcall] = ACTIONS(1508), - [anon_sym___fastcall] = ACTIONS(1508), - [anon_sym___thiscall] = ACTIONS(1508), - [anon_sym___vectorcall] = ACTIONS(1508), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1510), - [anon_sym_signed] = ACTIONS(1508), - [anon_sym_unsigned] = ACTIONS(1508), - [anon_sym_long] = ACTIONS(1508), - [anon_sym_short] = ACTIONS(1508), - [anon_sym_static] = ACTIONS(1508), - [anon_sym_auto] = ACTIONS(1508), - [anon_sym_register] = ACTIONS(1508), - [anon_sym_inline] = ACTIONS(1508), - [anon_sym___inline] = ACTIONS(1508), - [anon_sym___inline__] = ACTIONS(1508), - [anon_sym___forceinline] = ACTIONS(1508), - [anon_sym_thread_local] = ACTIONS(1508), - [anon_sym___thread] = ACTIONS(1508), - [anon_sym_const] = ACTIONS(1508), - [anon_sym_constexpr] = ACTIONS(1508), - [anon_sym_volatile] = ACTIONS(1508), - [anon_sym_restrict] = ACTIONS(1508), - [anon_sym___restrict__] = ACTIONS(1508), - [anon_sym__Atomic] = ACTIONS(1508), - [anon_sym__Noreturn] = ACTIONS(1508), - [anon_sym_noreturn] = ACTIONS(1508), - [sym_primitive_type] = ACTIONS(1508), - [anon_sym_enum] = ACTIONS(1508), - [anon_sym_struct] = ACTIONS(1508), - [anon_sym_union] = ACTIONS(1508), - [anon_sym_if] = ACTIONS(1508), - [anon_sym_switch] = ACTIONS(1508), - [anon_sym_case] = ACTIONS(1508), - [anon_sym_default] = ACTIONS(1508), - [anon_sym_while] = ACTIONS(1508), - [anon_sym_do] = ACTIONS(1508), - [anon_sym_for] = ACTIONS(1508), - [anon_sym_return] = ACTIONS(1508), - [anon_sym_break] = ACTIONS(1508), - [anon_sym_continue] = ACTIONS(1508), - [anon_sym_goto] = ACTIONS(1508), - [anon_sym_DASH_DASH] = ACTIONS(1510), - [anon_sym_PLUS_PLUS] = ACTIONS(1510), - [anon_sym_sizeof] = ACTIONS(1508), - [anon_sym___alignof__] = ACTIONS(1508), - [anon_sym___alignof] = ACTIONS(1508), - [anon_sym__alignof] = ACTIONS(1508), - [anon_sym_alignof] = ACTIONS(1508), - [anon_sym__Alignof] = ACTIONS(1508), - [anon_sym_offsetof] = ACTIONS(1508), - [anon_sym__Generic] = ACTIONS(1508), - [anon_sym_asm] = ACTIONS(1508), - [anon_sym___asm__] = ACTIONS(1508), - [sym_number_literal] = ACTIONS(1510), - [anon_sym_L_SQUOTE] = ACTIONS(1510), - [anon_sym_u_SQUOTE] = ACTIONS(1510), - [anon_sym_U_SQUOTE] = ACTIONS(1510), - [anon_sym_u8_SQUOTE] = ACTIONS(1510), - [anon_sym_SQUOTE] = ACTIONS(1510), - [anon_sym_L_DQUOTE] = ACTIONS(1510), - [anon_sym_u_DQUOTE] = ACTIONS(1510), - [anon_sym_U_DQUOTE] = ACTIONS(1510), - [anon_sym_u8_DQUOTE] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym_true] = ACTIONS(1508), - [sym_false] = ACTIONS(1508), - [anon_sym_NULL] = ACTIONS(1508), - [anon_sym_nullptr] = ACTIONS(1508), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1508), - [anon_sym_rayPayloadInEXT] = ACTIONS(1508), - [anon_sym_hitAttributeEXT] = ACTIONS(1508), - [anon_sym_callableDataEXT] = ACTIONS(1508), - [anon_sym_callableDataInEXT] = ACTIONS(1508), - [anon_sym_shaderRecordEXT] = ACTIONS(1508), - [anon_sym_rayPayloadNV] = ACTIONS(1508), - [anon_sym_rayPayloadInNV] = ACTIONS(1508), - [anon_sym_hitAttributeNV] = ACTIONS(1508), - [anon_sym_callableDataNV] = ACTIONS(1508), - [anon_sym_callableDataInNV] = ACTIONS(1508), - [anon_sym_shaderRecordNV] = ACTIONS(1508), - [anon_sym_layout] = ACTIONS(1508), + [anon_sym_rayPayloadEXT] = ACTIONS(1540), + [anon_sym_rayPayloadInEXT] = ACTIONS(1540), + [anon_sym_hitAttributeEXT] = ACTIONS(1540), + [anon_sym_callableDataEXT] = ACTIONS(1540), + [anon_sym_callableDataInEXT] = ACTIONS(1540), + [anon_sym_shaderRecordEXT] = ACTIONS(1540), + [anon_sym_rayPayloadNV] = ACTIONS(1540), + [anon_sym_rayPayloadInNV] = ACTIONS(1540), + [anon_sym_hitAttributeNV] = ACTIONS(1540), + [anon_sym_callableDataNV] = ACTIONS(1540), + [anon_sym_callableDataInNV] = ACTIONS(1540), + [anon_sym_shaderRecordNV] = ACTIONS(1540), + [anon_sym_layout] = ACTIONS(1540), }, - [386] = { - [sym_identifier] = ACTIONS(1552), - [aux_sym_preproc_include_token1] = ACTIONS(1552), - [aux_sym_preproc_def_token1] = ACTIONS(1552), - [aux_sym_preproc_if_token1] = ACTIONS(1552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1552), - [sym_preproc_directive] = ACTIONS(1552), - [anon_sym_LPAREN2] = ACTIONS(1554), - [anon_sym_BANG] = ACTIONS(1554), - [anon_sym_TILDE] = ACTIONS(1554), - [anon_sym_DASH] = ACTIONS(1552), - [anon_sym_PLUS] = ACTIONS(1552), - [anon_sym_STAR] = ACTIONS(1554), - [anon_sym_AMP] = ACTIONS(1554), - [anon_sym_subroutine] = ACTIONS(1552), - [anon_sym_invariant] = ACTIONS(1552), - [anon_sym_precise] = ACTIONS(1552), - [anon_sym_SEMI] = ACTIONS(1554), - [anon_sym_in] = ACTIONS(1552), - [anon_sym_out] = ACTIONS(1552), - [anon_sym_inout] = ACTIONS(1552), - [anon_sym_uniform] = ACTIONS(1552), - [anon_sym_shared] = ACTIONS(1552), - [anon_sym_attribute] = ACTIONS(1552), - [anon_sym_varying] = ACTIONS(1552), - [anon_sym_buffer] = ACTIONS(1552), - [anon_sym_coherent] = ACTIONS(1552), - [anon_sym_readonly] = ACTIONS(1552), - [anon_sym_writeonly] = ACTIONS(1552), - [anon_sym_precision] = ACTIONS(1552), - [anon_sym_highp] = ACTIONS(1552), - [anon_sym_mediump] = ACTIONS(1552), - [anon_sym_lowp] = ACTIONS(1552), - [anon_sym_centroid] = ACTIONS(1552), - [anon_sym_sample] = ACTIONS(1552), - [anon_sym_patch] = ACTIONS(1552), - [anon_sym_smooth] = ACTIONS(1552), - [anon_sym_flat] = ACTIONS(1552), - [anon_sym_noperspective] = ACTIONS(1552), - [anon_sym___extension__] = ACTIONS(1552), - [anon_sym_typedef] = ACTIONS(1552), - [anon_sym_extern] = ACTIONS(1552), - [anon_sym___attribute__] = ACTIONS(1552), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1554), - [anon_sym___declspec] = ACTIONS(1552), - [anon_sym___cdecl] = ACTIONS(1552), - [anon_sym___clrcall] = ACTIONS(1552), - [anon_sym___stdcall] = ACTIONS(1552), - [anon_sym___fastcall] = ACTIONS(1552), - [anon_sym___thiscall] = ACTIONS(1552), - [anon_sym___vectorcall] = ACTIONS(1552), - [anon_sym_LBRACE] = ACTIONS(1554), - [anon_sym_RBRACE] = ACTIONS(1554), - [anon_sym_signed] = ACTIONS(1552), - [anon_sym_unsigned] = ACTIONS(1552), - [anon_sym_long] = ACTIONS(1552), - [anon_sym_short] = ACTIONS(1552), - [anon_sym_static] = ACTIONS(1552), - [anon_sym_auto] = ACTIONS(1552), - [anon_sym_register] = ACTIONS(1552), - [anon_sym_inline] = ACTIONS(1552), - [anon_sym___inline] = ACTIONS(1552), - [anon_sym___inline__] = ACTIONS(1552), - [anon_sym___forceinline] = ACTIONS(1552), - [anon_sym_thread_local] = ACTIONS(1552), - [anon_sym___thread] = ACTIONS(1552), - [anon_sym_const] = ACTIONS(1552), - [anon_sym_constexpr] = ACTIONS(1552), - [anon_sym_volatile] = ACTIONS(1552), - [anon_sym_restrict] = ACTIONS(1552), - [anon_sym___restrict__] = ACTIONS(1552), - [anon_sym__Atomic] = ACTIONS(1552), - [anon_sym__Noreturn] = ACTIONS(1552), - [anon_sym_noreturn] = ACTIONS(1552), - [sym_primitive_type] = ACTIONS(1552), - [anon_sym_enum] = ACTIONS(1552), - [anon_sym_struct] = ACTIONS(1552), - [anon_sym_union] = ACTIONS(1552), - [anon_sym_if] = ACTIONS(1552), - [anon_sym_switch] = ACTIONS(1552), - [anon_sym_case] = ACTIONS(1552), - [anon_sym_default] = ACTIONS(1552), - [anon_sym_while] = ACTIONS(1552), - [anon_sym_do] = ACTIONS(1552), - [anon_sym_for] = ACTIONS(1552), - [anon_sym_return] = ACTIONS(1552), - [anon_sym_break] = ACTIONS(1552), - [anon_sym_continue] = ACTIONS(1552), - [anon_sym_goto] = ACTIONS(1552), - [anon_sym_DASH_DASH] = ACTIONS(1554), - [anon_sym_PLUS_PLUS] = ACTIONS(1554), - [anon_sym_sizeof] = ACTIONS(1552), - [anon_sym___alignof__] = ACTIONS(1552), - [anon_sym___alignof] = ACTIONS(1552), - [anon_sym__alignof] = ACTIONS(1552), - [anon_sym_alignof] = ACTIONS(1552), - [anon_sym__Alignof] = ACTIONS(1552), - [anon_sym_offsetof] = ACTIONS(1552), - [anon_sym__Generic] = ACTIONS(1552), - [anon_sym_asm] = ACTIONS(1552), - [anon_sym___asm__] = ACTIONS(1552), - [sym_number_literal] = ACTIONS(1554), - [anon_sym_L_SQUOTE] = ACTIONS(1554), - [anon_sym_u_SQUOTE] = ACTIONS(1554), - [anon_sym_U_SQUOTE] = ACTIONS(1554), - [anon_sym_u8_SQUOTE] = ACTIONS(1554), - [anon_sym_SQUOTE] = ACTIONS(1554), - [anon_sym_L_DQUOTE] = ACTIONS(1554), - [anon_sym_u_DQUOTE] = ACTIONS(1554), - [anon_sym_U_DQUOTE] = ACTIONS(1554), - [anon_sym_u8_DQUOTE] = ACTIONS(1554), - [anon_sym_DQUOTE] = ACTIONS(1554), - [sym_true] = ACTIONS(1552), - [sym_false] = ACTIONS(1552), - [anon_sym_NULL] = ACTIONS(1552), - [anon_sym_nullptr] = ACTIONS(1552), + [390] = { + [sym_identifier] = ACTIONS(1466), + [aux_sym_preproc_include_token1] = ACTIONS(1466), + [aux_sym_preproc_def_token1] = ACTIONS(1466), + [aux_sym_preproc_if_token1] = ACTIONS(1466), + [aux_sym_preproc_if_token2] = ACTIONS(1466), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1466), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1466), + [sym_preproc_directive] = ACTIONS(1466), + [anon_sym_LPAREN2] = ACTIONS(1468), + [anon_sym_BANG] = ACTIONS(1468), + [anon_sym_TILDE] = ACTIONS(1468), + [anon_sym_DASH] = ACTIONS(1466), + [anon_sym_PLUS] = ACTIONS(1466), + [anon_sym_STAR] = ACTIONS(1468), + [anon_sym_AMP] = ACTIONS(1468), + [anon_sym_subroutine] = ACTIONS(1466), + [anon_sym_invariant] = ACTIONS(1466), + [anon_sym_precise] = ACTIONS(1466), + [anon_sym_SEMI] = ACTIONS(1468), + [anon_sym_in] = ACTIONS(1466), + [anon_sym_out] = ACTIONS(1466), + [anon_sym_inout] = ACTIONS(1466), + [anon_sym_uniform] = ACTIONS(1466), + [anon_sym_shared] = ACTIONS(1466), + [anon_sym_attribute] = ACTIONS(1466), + [anon_sym_varying] = ACTIONS(1466), + [anon_sym_buffer] = ACTIONS(1466), + [anon_sym_coherent] = ACTIONS(1466), + [anon_sym_readonly] = ACTIONS(1466), + [anon_sym_writeonly] = ACTIONS(1466), + [anon_sym_precision] = ACTIONS(1466), + [anon_sym_highp] = ACTIONS(1466), + [anon_sym_mediump] = ACTIONS(1466), + [anon_sym_lowp] = ACTIONS(1466), + [anon_sym_centroid] = ACTIONS(1466), + [anon_sym_sample] = ACTIONS(1466), + [anon_sym_patch] = ACTIONS(1466), + [anon_sym_smooth] = ACTIONS(1466), + [anon_sym_flat] = ACTIONS(1466), + [anon_sym_noperspective] = ACTIONS(1466), + [anon_sym___extension__] = ACTIONS(1466), + [anon_sym_typedef] = ACTIONS(1466), + [anon_sym_extern] = ACTIONS(1466), + [anon_sym___attribute__] = ACTIONS(1466), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1468), + [anon_sym___declspec] = ACTIONS(1466), + [anon_sym___cdecl] = ACTIONS(1466), + [anon_sym___clrcall] = ACTIONS(1466), + [anon_sym___stdcall] = ACTIONS(1466), + [anon_sym___fastcall] = ACTIONS(1466), + [anon_sym___thiscall] = ACTIONS(1466), + [anon_sym___vectorcall] = ACTIONS(1466), + [anon_sym_LBRACE] = ACTIONS(1468), + [anon_sym_signed] = ACTIONS(1466), + [anon_sym_unsigned] = ACTIONS(1466), + [anon_sym_long] = ACTIONS(1466), + [anon_sym_short] = ACTIONS(1466), + [anon_sym_static] = ACTIONS(1466), + [anon_sym_auto] = ACTIONS(1466), + [anon_sym_register] = ACTIONS(1466), + [anon_sym_inline] = ACTIONS(1466), + [anon_sym___inline] = ACTIONS(1466), + [anon_sym___inline__] = ACTIONS(1466), + [anon_sym___forceinline] = ACTIONS(1466), + [anon_sym_thread_local] = ACTIONS(1466), + [anon_sym___thread] = ACTIONS(1466), + [anon_sym_const] = ACTIONS(1466), + [anon_sym_constexpr] = ACTIONS(1466), + [anon_sym_volatile] = ACTIONS(1466), + [anon_sym_restrict] = ACTIONS(1466), + [anon_sym___restrict__] = ACTIONS(1466), + [anon_sym__Atomic] = ACTIONS(1466), + [anon_sym__Noreturn] = ACTIONS(1466), + [anon_sym_noreturn] = ACTIONS(1466), + [sym_primitive_type] = ACTIONS(1466), + [anon_sym_enum] = ACTIONS(1466), + [anon_sym_struct] = ACTIONS(1466), + [anon_sym_union] = ACTIONS(1466), + [anon_sym_if] = ACTIONS(1466), + [anon_sym_switch] = ACTIONS(1466), + [anon_sym_case] = ACTIONS(1466), + [anon_sym_default] = ACTIONS(1466), + [anon_sym_while] = ACTIONS(1466), + [anon_sym_do] = ACTIONS(1466), + [anon_sym_for] = ACTIONS(1466), + [anon_sym_return] = ACTIONS(1466), + [anon_sym_break] = ACTIONS(1466), + [anon_sym_continue] = ACTIONS(1466), + [anon_sym_goto] = ACTIONS(1466), + [anon_sym_DASH_DASH] = ACTIONS(1468), + [anon_sym_PLUS_PLUS] = ACTIONS(1468), + [anon_sym_sizeof] = ACTIONS(1466), + [anon_sym___alignof__] = ACTIONS(1466), + [anon_sym___alignof] = ACTIONS(1466), + [anon_sym__alignof] = ACTIONS(1466), + [anon_sym_alignof] = ACTIONS(1466), + [anon_sym__Alignof] = ACTIONS(1466), + [anon_sym_offsetof] = ACTIONS(1466), + [anon_sym__Generic] = ACTIONS(1466), + [anon_sym_asm] = ACTIONS(1466), + [anon_sym___asm__] = ACTIONS(1466), + [sym_number_literal] = ACTIONS(1468), + [anon_sym_L_SQUOTE] = ACTIONS(1468), + [anon_sym_u_SQUOTE] = ACTIONS(1468), + [anon_sym_U_SQUOTE] = ACTIONS(1468), + [anon_sym_u8_SQUOTE] = ACTIONS(1468), + [anon_sym_SQUOTE] = ACTIONS(1468), + [anon_sym_L_DQUOTE] = ACTIONS(1468), + [anon_sym_u_DQUOTE] = ACTIONS(1468), + [anon_sym_U_DQUOTE] = ACTIONS(1468), + [anon_sym_u8_DQUOTE] = ACTIONS(1468), + [anon_sym_DQUOTE] = ACTIONS(1468), + [sym_true] = ACTIONS(1466), + [sym_false] = ACTIONS(1466), + [anon_sym_NULL] = ACTIONS(1466), + [anon_sym_nullptr] = ACTIONS(1466), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1552), - [anon_sym_rayPayloadInEXT] = ACTIONS(1552), - [anon_sym_hitAttributeEXT] = ACTIONS(1552), - [anon_sym_callableDataEXT] = ACTIONS(1552), - [anon_sym_callableDataInEXT] = ACTIONS(1552), - [anon_sym_shaderRecordEXT] = ACTIONS(1552), - [anon_sym_rayPayloadNV] = ACTIONS(1552), - [anon_sym_rayPayloadInNV] = ACTIONS(1552), - [anon_sym_hitAttributeNV] = ACTIONS(1552), - [anon_sym_callableDataNV] = ACTIONS(1552), - [anon_sym_callableDataInNV] = ACTIONS(1552), - [anon_sym_shaderRecordNV] = ACTIONS(1552), - [anon_sym_layout] = ACTIONS(1552), + [anon_sym_rayPayloadEXT] = ACTIONS(1466), + [anon_sym_rayPayloadInEXT] = ACTIONS(1466), + [anon_sym_hitAttributeEXT] = ACTIONS(1466), + [anon_sym_callableDataEXT] = ACTIONS(1466), + [anon_sym_callableDataInEXT] = ACTIONS(1466), + [anon_sym_shaderRecordEXT] = ACTIONS(1466), + [anon_sym_rayPayloadNV] = ACTIONS(1466), + [anon_sym_rayPayloadInNV] = ACTIONS(1466), + [anon_sym_hitAttributeNV] = ACTIONS(1466), + [anon_sym_callableDataNV] = ACTIONS(1466), + [anon_sym_callableDataInNV] = ACTIONS(1466), + [anon_sym_shaderRecordNV] = ACTIONS(1466), + [anon_sym_layout] = ACTIONS(1466), }, - [387] = { - [sym_identifier] = ACTIONS(1548), - [aux_sym_preproc_include_token1] = ACTIONS(1548), - [aux_sym_preproc_def_token1] = ACTIONS(1548), - [aux_sym_preproc_if_token1] = ACTIONS(1548), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1548), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1548), - [sym_preproc_directive] = ACTIONS(1548), - [anon_sym_LPAREN2] = ACTIONS(1550), - [anon_sym_BANG] = ACTIONS(1550), - [anon_sym_TILDE] = ACTIONS(1550), - [anon_sym_DASH] = ACTIONS(1548), - [anon_sym_PLUS] = ACTIONS(1548), - [anon_sym_STAR] = ACTIONS(1550), - [anon_sym_AMP] = ACTIONS(1550), - [anon_sym_subroutine] = ACTIONS(1548), - [anon_sym_invariant] = ACTIONS(1548), - [anon_sym_precise] = ACTIONS(1548), - [anon_sym_SEMI] = ACTIONS(1550), - [anon_sym_in] = ACTIONS(1548), - [anon_sym_out] = ACTIONS(1548), - [anon_sym_inout] = ACTIONS(1548), - [anon_sym_uniform] = ACTIONS(1548), - [anon_sym_shared] = ACTIONS(1548), - [anon_sym_attribute] = ACTIONS(1548), - [anon_sym_varying] = ACTIONS(1548), - [anon_sym_buffer] = ACTIONS(1548), - [anon_sym_coherent] = ACTIONS(1548), - [anon_sym_readonly] = ACTIONS(1548), - [anon_sym_writeonly] = ACTIONS(1548), - [anon_sym_precision] = ACTIONS(1548), - [anon_sym_highp] = ACTIONS(1548), - [anon_sym_mediump] = ACTIONS(1548), - [anon_sym_lowp] = ACTIONS(1548), - [anon_sym_centroid] = ACTIONS(1548), - [anon_sym_sample] = ACTIONS(1548), - [anon_sym_patch] = ACTIONS(1548), - [anon_sym_smooth] = ACTIONS(1548), - [anon_sym_flat] = ACTIONS(1548), - [anon_sym_noperspective] = ACTIONS(1548), - [anon_sym___extension__] = ACTIONS(1548), - [anon_sym_typedef] = ACTIONS(1548), - [anon_sym_extern] = ACTIONS(1548), - [anon_sym___attribute__] = ACTIONS(1548), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1550), - [anon_sym___declspec] = ACTIONS(1548), - [anon_sym___cdecl] = ACTIONS(1548), - [anon_sym___clrcall] = ACTIONS(1548), - [anon_sym___stdcall] = ACTIONS(1548), - [anon_sym___fastcall] = ACTIONS(1548), - [anon_sym___thiscall] = ACTIONS(1548), - [anon_sym___vectorcall] = ACTIONS(1548), - [anon_sym_LBRACE] = ACTIONS(1550), - [anon_sym_RBRACE] = ACTIONS(1550), - [anon_sym_signed] = ACTIONS(1548), - [anon_sym_unsigned] = ACTIONS(1548), - [anon_sym_long] = ACTIONS(1548), - [anon_sym_short] = ACTIONS(1548), - [anon_sym_static] = ACTIONS(1548), - [anon_sym_auto] = ACTIONS(1548), - [anon_sym_register] = ACTIONS(1548), - [anon_sym_inline] = ACTIONS(1548), - [anon_sym___inline] = ACTIONS(1548), - [anon_sym___inline__] = ACTIONS(1548), - [anon_sym___forceinline] = ACTIONS(1548), - [anon_sym_thread_local] = ACTIONS(1548), - [anon_sym___thread] = ACTIONS(1548), - [anon_sym_const] = ACTIONS(1548), - [anon_sym_constexpr] = ACTIONS(1548), - [anon_sym_volatile] = ACTIONS(1548), - [anon_sym_restrict] = ACTIONS(1548), - [anon_sym___restrict__] = ACTIONS(1548), - [anon_sym__Atomic] = ACTIONS(1548), - [anon_sym__Noreturn] = ACTIONS(1548), - [anon_sym_noreturn] = ACTIONS(1548), - [sym_primitive_type] = ACTIONS(1548), - [anon_sym_enum] = ACTIONS(1548), - [anon_sym_struct] = ACTIONS(1548), - [anon_sym_union] = ACTIONS(1548), - [anon_sym_if] = ACTIONS(1548), - [anon_sym_switch] = ACTIONS(1548), - [anon_sym_case] = ACTIONS(1548), - [anon_sym_default] = ACTIONS(1548), - [anon_sym_while] = ACTIONS(1548), - [anon_sym_do] = ACTIONS(1548), - [anon_sym_for] = ACTIONS(1548), - [anon_sym_return] = ACTIONS(1548), - [anon_sym_break] = ACTIONS(1548), - [anon_sym_continue] = ACTIONS(1548), - [anon_sym_goto] = ACTIONS(1548), - [anon_sym_DASH_DASH] = ACTIONS(1550), - [anon_sym_PLUS_PLUS] = ACTIONS(1550), - [anon_sym_sizeof] = ACTIONS(1548), - [anon_sym___alignof__] = ACTIONS(1548), - [anon_sym___alignof] = ACTIONS(1548), - [anon_sym__alignof] = ACTIONS(1548), - [anon_sym_alignof] = ACTIONS(1548), - [anon_sym__Alignof] = ACTIONS(1548), - [anon_sym_offsetof] = ACTIONS(1548), - [anon_sym__Generic] = ACTIONS(1548), - [anon_sym_asm] = ACTIONS(1548), - [anon_sym___asm__] = ACTIONS(1548), - [sym_number_literal] = ACTIONS(1550), - [anon_sym_L_SQUOTE] = ACTIONS(1550), - [anon_sym_u_SQUOTE] = ACTIONS(1550), - [anon_sym_U_SQUOTE] = ACTIONS(1550), - [anon_sym_u8_SQUOTE] = ACTIONS(1550), - [anon_sym_SQUOTE] = ACTIONS(1550), - [anon_sym_L_DQUOTE] = ACTIONS(1550), - [anon_sym_u_DQUOTE] = ACTIONS(1550), - [anon_sym_U_DQUOTE] = ACTIONS(1550), - [anon_sym_u8_DQUOTE] = ACTIONS(1550), - [anon_sym_DQUOTE] = ACTIONS(1550), - [sym_true] = ACTIONS(1548), - [sym_false] = ACTIONS(1548), - [anon_sym_NULL] = ACTIONS(1548), - [anon_sym_nullptr] = ACTIONS(1548), + [391] = { + [sym_identifier] = ACTIONS(1470), + [aux_sym_preproc_include_token1] = ACTIONS(1470), + [aux_sym_preproc_def_token1] = ACTIONS(1470), + [aux_sym_preproc_if_token1] = ACTIONS(1470), + [aux_sym_preproc_if_token2] = ACTIONS(1470), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1470), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1470), + [sym_preproc_directive] = ACTIONS(1470), + [anon_sym_LPAREN2] = ACTIONS(1472), + [anon_sym_BANG] = ACTIONS(1472), + [anon_sym_TILDE] = ACTIONS(1472), + [anon_sym_DASH] = ACTIONS(1470), + [anon_sym_PLUS] = ACTIONS(1470), + [anon_sym_STAR] = ACTIONS(1472), + [anon_sym_AMP] = ACTIONS(1472), + [anon_sym_subroutine] = ACTIONS(1470), + [anon_sym_invariant] = ACTIONS(1470), + [anon_sym_precise] = ACTIONS(1470), + [anon_sym_SEMI] = ACTIONS(1472), + [anon_sym_in] = ACTIONS(1470), + [anon_sym_out] = ACTIONS(1470), + [anon_sym_inout] = ACTIONS(1470), + [anon_sym_uniform] = ACTIONS(1470), + [anon_sym_shared] = ACTIONS(1470), + [anon_sym_attribute] = ACTIONS(1470), + [anon_sym_varying] = ACTIONS(1470), + [anon_sym_buffer] = ACTIONS(1470), + [anon_sym_coherent] = ACTIONS(1470), + [anon_sym_readonly] = ACTIONS(1470), + [anon_sym_writeonly] = ACTIONS(1470), + [anon_sym_precision] = ACTIONS(1470), + [anon_sym_highp] = ACTIONS(1470), + [anon_sym_mediump] = ACTIONS(1470), + [anon_sym_lowp] = ACTIONS(1470), + [anon_sym_centroid] = ACTIONS(1470), + [anon_sym_sample] = ACTIONS(1470), + [anon_sym_patch] = ACTIONS(1470), + [anon_sym_smooth] = ACTIONS(1470), + [anon_sym_flat] = ACTIONS(1470), + [anon_sym_noperspective] = ACTIONS(1470), + [anon_sym___extension__] = ACTIONS(1470), + [anon_sym_typedef] = ACTIONS(1470), + [anon_sym_extern] = ACTIONS(1470), + [anon_sym___attribute__] = ACTIONS(1470), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1472), + [anon_sym___declspec] = ACTIONS(1470), + [anon_sym___cdecl] = ACTIONS(1470), + [anon_sym___clrcall] = ACTIONS(1470), + [anon_sym___stdcall] = ACTIONS(1470), + [anon_sym___fastcall] = ACTIONS(1470), + [anon_sym___thiscall] = ACTIONS(1470), + [anon_sym___vectorcall] = ACTIONS(1470), + [anon_sym_LBRACE] = ACTIONS(1472), + [anon_sym_signed] = ACTIONS(1470), + [anon_sym_unsigned] = ACTIONS(1470), + [anon_sym_long] = ACTIONS(1470), + [anon_sym_short] = ACTIONS(1470), + [anon_sym_static] = ACTIONS(1470), + [anon_sym_auto] = ACTIONS(1470), + [anon_sym_register] = ACTIONS(1470), + [anon_sym_inline] = ACTIONS(1470), + [anon_sym___inline] = ACTIONS(1470), + [anon_sym___inline__] = ACTIONS(1470), + [anon_sym___forceinline] = ACTIONS(1470), + [anon_sym_thread_local] = ACTIONS(1470), + [anon_sym___thread] = ACTIONS(1470), + [anon_sym_const] = ACTIONS(1470), + [anon_sym_constexpr] = ACTIONS(1470), + [anon_sym_volatile] = ACTIONS(1470), + [anon_sym_restrict] = ACTIONS(1470), + [anon_sym___restrict__] = ACTIONS(1470), + [anon_sym__Atomic] = ACTIONS(1470), + [anon_sym__Noreturn] = ACTIONS(1470), + [anon_sym_noreturn] = ACTIONS(1470), + [sym_primitive_type] = ACTIONS(1470), + [anon_sym_enum] = ACTIONS(1470), + [anon_sym_struct] = ACTIONS(1470), + [anon_sym_union] = ACTIONS(1470), + [anon_sym_if] = ACTIONS(1470), + [anon_sym_switch] = ACTIONS(1470), + [anon_sym_case] = ACTIONS(1470), + [anon_sym_default] = ACTIONS(1470), + [anon_sym_while] = ACTIONS(1470), + [anon_sym_do] = ACTIONS(1470), + [anon_sym_for] = ACTIONS(1470), + [anon_sym_return] = ACTIONS(1470), + [anon_sym_break] = ACTIONS(1470), + [anon_sym_continue] = ACTIONS(1470), + [anon_sym_goto] = ACTIONS(1470), + [anon_sym_DASH_DASH] = ACTIONS(1472), + [anon_sym_PLUS_PLUS] = ACTIONS(1472), + [anon_sym_sizeof] = ACTIONS(1470), + [anon_sym___alignof__] = ACTIONS(1470), + [anon_sym___alignof] = ACTIONS(1470), + [anon_sym__alignof] = ACTIONS(1470), + [anon_sym_alignof] = ACTIONS(1470), + [anon_sym__Alignof] = ACTIONS(1470), + [anon_sym_offsetof] = ACTIONS(1470), + [anon_sym__Generic] = ACTIONS(1470), + [anon_sym_asm] = ACTIONS(1470), + [anon_sym___asm__] = ACTIONS(1470), + [sym_number_literal] = ACTIONS(1472), + [anon_sym_L_SQUOTE] = ACTIONS(1472), + [anon_sym_u_SQUOTE] = ACTIONS(1472), + [anon_sym_U_SQUOTE] = ACTIONS(1472), + [anon_sym_u8_SQUOTE] = ACTIONS(1472), + [anon_sym_SQUOTE] = ACTIONS(1472), + [anon_sym_L_DQUOTE] = ACTIONS(1472), + [anon_sym_u_DQUOTE] = ACTIONS(1472), + [anon_sym_U_DQUOTE] = ACTIONS(1472), + [anon_sym_u8_DQUOTE] = ACTIONS(1472), + [anon_sym_DQUOTE] = ACTIONS(1472), + [sym_true] = ACTIONS(1470), + [sym_false] = ACTIONS(1470), + [anon_sym_NULL] = ACTIONS(1470), + [anon_sym_nullptr] = ACTIONS(1470), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1548), - [anon_sym_rayPayloadInEXT] = ACTIONS(1548), - [anon_sym_hitAttributeEXT] = ACTIONS(1548), - [anon_sym_callableDataEXT] = ACTIONS(1548), - [anon_sym_callableDataInEXT] = ACTIONS(1548), - [anon_sym_shaderRecordEXT] = ACTIONS(1548), - [anon_sym_rayPayloadNV] = ACTIONS(1548), - [anon_sym_rayPayloadInNV] = ACTIONS(1548), - [anon_sym_hitAttributeNV] = ACTIONS(1548), - [anon_sym_callableDataNV] = ACTIONS(1548), - [anon_sym_callableDataInNV] = ACTIONS(1548), - [anon_sym_shaderRecordNV] = ACTIONS(1548), - [anon_sym_layout] = ACTIONS(1548), + [anon_sym_rayPayloadEXT] = ACTIONS(1470), + [anon_sym_rayPayloadInEXT] = ACTIONS(1470), + [anon_sym_hitAttributeEXT] = ACTIONS(1470), + [anon_sym_callableDataEXT] = ACTIONS(1470), + [anon_sym_callableDataInEXT] = ACTIONS(1470), + [anon_sym_shaderRecordEXT] = ACTIONS(1470), + [anon_sym_rayPayloadNV] = ACTIONS(1470), + [anon_sym_rayPayloadInNV] = ACTIONS(1470), + [anon_sym_hitAttributeNV] = ACTIONS(1470), + [anon_sym_callableDataNV] = ACTIONS(1470), + [anon_sym_callableDataInNV] = ACTIONS(1470), + [anon_sym_shaderRecordNV] = ACTIONS(1470), + [anon_sym_layout] = ACTIONS(1470), }, - [388] = { + [392] = { + [sym_identifier] = ACTIONS(1536), + [aux_sym_preproc_include_token1] = ACTIONS(1536), + [aux_sym_preproc_def_token1] = ACTIONS(1536), + [aux_sym_preproc_if_token1] = ACTIONS(1536), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1536), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1536), + [sym_preproc_directive] = ACTIONS(1536), + [anon_sym_LPAREN2] = ACTIONS(1538), + [anon_sym_BANG] = ACTIONS(1538), + [anon_sym_TILDE] = ACTIONS(1538), + [anon_sym_DASH] = ACTIONS(1536), + [anon_sym_PLUS] = ACTIONS(1536), + [anon_sym_STAR] = ACTIONS(1538), + [anon_sym_AMP] = ACTIONS(1538), + [anon_sym_subroutine] = ACTIONS(1536), + [anon_sym_invariant] = ACTIONS(1536), + [anon_sym_precise] = ACTIONS(1536), + [anon_sym_SEMI] = ACTIONS(1538), + [anon_sym_in] = ACTIONS(1536), + [anon_sym_out] = ACTIONS(1536), + [anon_sym_inout] = ACTIONS(1536), + [anon_sym_uniform] = ACTIONS(1536), + [anon_sym_shared] = ACTIONS(1536), + [anon_sym_attribute] = ACTIONS(1536), + [anon_sym_varying] = ACTIONS(1536), + [anon_sym_buffer] = ACTIONS(1536), + [anon_sym_coherent] = ACTIONS(1536), + [anon_sym_readonly] = ACTIONS(1536), + [anon_sym_writeonly] = ACTIONS(1536), + [anon_sym_precision] = ACTIONS(1536), + [anon_sym_highp] = ACTIONS(1536), + [anon_sym_mediump] = ACTIONS(1536), + [anon_sym_lowp] = ACTIONS(1536), + [anon_sym_centroid] = ACTIONS(1536), + [anon_sym_sample] = ACTIONS(1536), + [anon_sym_patch] = ACTIONS(1536), + [anon_sym_smooth] = ACTIONS(1536), + [anon_sym_flat] = ACTIONS(1536), + [anon_sym_noperspective] = ACTIONS(1536), + [anon_sym___extension__] = ACTIONS(1536), + [anon_sym_typedef] = ACTIONS(1536), + [anon_sym_extern] = ACTIONS(1536), + [anon_sym___attribute__] = ACTIONS(1536), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1538), + [anon_sym___declspec] = ACTIONS(1536), + [anon_sym___cdecl] = ACTIONS(1536), + [anon_sym___clrcall] = ACTIONS(1536), + [anon_sym___stdcall] = ACTIONS(1536), + [anon_sym___fastcall] = ACTIONS(1536), + [anon_sym___thiscall] = ACTIONS(1536), + [anon_sym___vectorcall] = ACTIONS(1536), + [anon_sym_LBRACE] = ACTIONS(1538), + [anon_sym_RBRACE] = ACTIONS(1538), + [anon_sym_signed] = ACTIONS(1536), + [anon_sym_unsigned] = ACTIONS(1536), + [anon_sym_long] = ACTIONS(1536), + [anon_sym_short] = ACTIONS(1536), + [anon_sym_static] = ACTIONS(1536), + [anon_sym_auto] = ACTIONS(1536), + [anon_sym_register] = ACTIONS(1536), + [anon_sym_inline] = ACTIONS(1536), + [anon_sym___inline] = ACTIONS(1536), + [anon_sym___inline__] = ACTIONS(1536), + [anon_sym___forceinline] = ACTIONS(1536), + [anon_sym_thread_local] = ACTIONS(1536), + [anon_sym___thread] = ACTIONS(1536), + [anon_sym_const] = ACTIONS(1536), + [anon_sym_constexpr] = ACTIONS(1536), + [anon_sym_volatile] = ACTIONS(1536), + [anon_sym_restrict] = ACTIONS(1536), + [anon_sym___restrict__] = ACTIONS(1536), + [anon_sym__Atomic] = ACTIONS(1536), + [anon_sym__Noreturn] = ACTIONS(1536), + [anon_sym_noreturn] = ACTIONS(1536), + [sym_primitive_type] = ACTIONS(1536), + [anon_sym_enum] = ACTIONS(1536), + [anon_sym_struct] = ACTIONS(1536), + [anon_sym_union] = ACTIONS(1536), + [anon_sym_if] = ACTIONS(1536), + [anon_sym_switch] = ACTIONS(1536), + [anon_sym_case] = ACTIONS(1536), + [anon_sym_default] = ACTIONS(1536), + [anon_sym_while] = ACTIONS(1536), + [anon_sym_do] = ACTIONS(1536), + [anon_sym_for] = ACTIONS(1536), + [anon_sym_return] = ACTIONS(1536), + [anon_sym_break] = ACTIONS(1536), + [anon_sym_continue] = ACTIONS(1536), + [anon_sym_goto] = ACTIONS(1536), + [anon_sym_DASH_DASH] = ACTIONS(1538), + [anon_sym_PLUS_PLUS] = ACTIONS(1538), + [anon_sym_sizeof] = ACTIONS(1536), + [anon_sym___alignof__] = ACTIONS(1536), + [anon_sym___alignof] = ACTIONS(1536), + [anon_sym__alignof] = ACTIONS(1536), + [anon_sym_alignof] = ACTIONS(1536), + [anon_sym__Alignof] = ACTIONS(1536), + [anon_sym_offsetof] = ACTIONS(1536), + [anon_sym__Generic] = ACTIONS(1536), + [anon_sym_asm] = ACTIONS(1536), + [anon_sym___asm__] = ACTIONS(1536), + [sym_number_literal] = ACTIONS(1538), + [anon_sym_L_SQUOTE] = ACTIONS(1538), + [anon_sym_u_SQUOTE] = ACTIONS(1538), + [anon_sym_U_SQUOTE] = ACTIONS(1538), + [anon_sym_u8_SQUOTE] = ACTIONS(1538), + [anon_sym_SQUOTE] = ACTIONS(1538), + [anon_sym_L_DQUOTE] = ACTIONS(1538), + [anon_sym_u_DQUOTE] = ACTIONS(1538), + [anon_sym_U_DQUOTE] = ACTIONS(1538), + [anon_sym_u8_DQUOTE] = ACTIONS(1538), + [anon_sym_DQUOTE] = ACTIONS(1538), + [sym_true] = ACTIONS(1536), + [sym_false] = ACTIONS(1536), + [anon_sym_NULL] = ACTIONS(1536), + [anon_sym_nullptr] = ACTIONS(1536), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1536), + [anon_sym_rayPayloadInEXT] = ACTIONS(1536), + [anon_sym_hitAttributeEXT] = ACTIONS(1536), + [anon_sym_callableDataEXT] = ACTIONS(1536), + [anon_sym_callableDataInEXT] = ACTIONS(1536), + [anon_sym_shaderRecordEXT] = ACTIONS(1536), + [anon_sym_rayPayloadNV] = ACTIONS(1536), + [anon_sym_rayPayloadInNV] = ACTIONS(1536), + [anon_sym_hitAttributeNV] = ACTIONS(1536), + [anon_sym_callableDataNV] = ACTIONS(1536), + [anon_sym_callableDataInNV] = ACTIONS(1536), + [anon_sym_shaderRecordNV] = ACTIONS(1536), + [anon_sym_layout] = ACTIONS(1536), + }, + [393] = { [sym_identifier] = ACTIONS(1544), [aux_sym_preproc_include_token1] = ACTIONS(1544), [aux_sym_preproc_def_token1] = ACTIONS(1544), [aux_sym_preproc_if_token1] = ACTIONS(1544), + [aux_sym_preproc_if_token2] = ACTIONS(1544), [aux_sym_preproc_ifdef_token1] = ACTIONS(1544), [aux_sym_preproc_ifdef_token2] = ACTIONS(1544), [sym_preproc_directive] = ACTIONS(1544), @@ -73783,7 +74439,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1544), [anon_sym___vectorcall] = ACTIONS(1544), [anon_sym_LBRACE] = ACTIONS(1546), - [anon_sym_RBRACE] = ACTIONS(1546), [anon_sym_signed] = ACTIONS(1544), [anon_sym_unsigned] = ACTIONS(1544), [anon_sym_long] = ACTIONS(1544), @@ -73848,421 +74503,554 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1544), [anon_sym_nullptr] = ACTIONS(1544), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1544), - [anon_sym_rayPayloadInEXT] = ACTIONS(1544), - [anon_sym_hitAttributeEXT] = ACTIONS(1544), - [anon_sym_callableDataEXT] = ACTIONS(1544), - [anon_sym_callableDataInEXT] = ACTIONS(1544), - [anon_sym_shaderRecordEXT] = ACTIONS(1544), - [anon_sym_rayPayloadNV] = ACTIONS(1544), - [anon_sym_rayPayloadInNV] = ACTIONS(1544), - [anon_sym_hitAttributeNV] = ACTIONS(1544), - [anon_sym_callableDataNV] = ACTIONS(1544), - [anon_sym_callableDataInNV] = ACTIONS(1544), - [anon_sym_shaderRecordNV] = ACTIONS(1544), - [anon_sym_layout] = ACTIONS(1544), - }, - [389] = { - [sym_identifier] = ACTIONS(1508), - [aux_sym_preproc_include_token1] = ACTIONS(1508), - [aux_sym_preproc_def_token1] = ACTIONS(1508), - [aux_sym_preproc_if_token1] = ACTIONS(1508), - [aux_sym_preproc_if_token2] = ACTIONS(1508), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1508), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1508), - [sym_preproc_directive] = ACTIONS(1508), - [anon_sym_LPAREN2] = ACTIONS(1510), - [anon_sym_BANG] = ACTIONS(1510), - [anon_sym_TILDE] = ACTIONS(1510), - [anon_sym_DASH] = ACTIONS(1508), - [anon_sym_PLUS] = ACTIONS(1508), - [anon_sym_STAR] = ACTIONS(1510), - [anon_sym_AMP] = ACTIONS(1510), - [anon_sym_subroutine] = ACTIONS(1508), - [anon_sym_invariant] = ACTIONS(1508), - [anon_sym_precise] = ACTIONS(1508), - [anon_sym_SEMI] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1508), - [anon_sym_out] = ACTIONS(1508), - [anon_sym_inout] = ACTIONS(1508), - [anon_sym_uniform] = ACTIONS(1508), - [anon_sym_shared] = ACTIONS(1508), - [anon_sym_attribute] = ACTIONS(1508), - [anon_sym_varying] = ACTIONS(1508), - [anon_sym_buffer] = ACTIONS(1508), - [anon_sym_coherent] = ACTIONS(1508), - [anon_sym_readonly] = ACTIONS(1508), - [anon_sym_writeonly] = ACTIONS(1508), - [anon_sym_precision] = ACTIONS(1508), - [anon_sym_highp] = ACTIONS(1508), - [anon_sym_mediump] = ACTIONS(1508), - [anon_sym_lowp] = ACTIONS(1508), - [anon_sym_centroid] = ACTIONS(1508), - [anon_sym_sample] = ACTIONS(1508), - [anon_sym_patch] = ACTIONS(1508), - [anon_sym_smooth] = ACTIONS(1508), - [anon_sym_flat] = ACTIONS(1508), - [anon_sym_noperspective] = ACTIONS(1508), - [anon_sym___extension__] = ACTIONS(1508), - [anon_sym_typedef] = ACTIONS(1508), - [anon_sym_extern] = ACTIONS(1508), - [anon_sym___attribute__] = ACTIONS(1508), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1510), - [anon_sym___declspec] = ACTIONS(1508), - [anon_sym___cdecl] = ACTIONS(1508), - [anon_sym___clrcall] = ACTIONS(1508), - [anon_sym___stdcall] = ACTIONS(1508), - [anon_sym___fastcall] = ACTIONS(1508), - [anon_sym___thiscall] = ACTIONS(1508), - [anon_sym___vectorcall] = ACTIONS(1508), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_signed] = ACTIONS(1508), - [anon_sym_unsigned] = ACTIONS(1508), - [anon_sym_long] = ACTIONS(1508), - [anon_sym_short] = ACTIONS(1508), - [anon_sym_static] = ACTIONS(1508), - [anon_sym_auto] = ACTIONS(1508), - [anon_sym_register] = ACTIONS(1508), - [anon_sym_inline] = ACTIONS(1508), - [anon_sym___inline] = ACTIONS(1508), - [anon_sym___inline__] = ACTIONS(1508), - [anon_sym___forceinline] = ACTIONS(1508), - [anon_sym_thread_local] = ACTIONS(1508), - [anon_sym___thread] = ACTIONS(1508), - [anon_sym_const] = ACTIONS(1508), - [anon_sym_constexpr] = ACTIONS(1508), - [anon_sym_volatile] = ACTIONS(1508), - [anon_sym_restrict] = ACTIONS(1508), - [anon_sym___restrict__] = ACTIONS(1508), - [anon_sym__Atomic] = ACTIONS(1508), - [anon_sym__Noreturn] = ACTIONS(1508), - [anon_sym_noreturn] = ACTIONS(1508), - [sym_primitive_type] = ACTIONS(1508), - [anon_sym_enum] = ACTIONS(1508), - [anon_sym_struct] = ACTIONS(1508), - [anon_sym_union] = ACTIONS(1508), - [anon_sym_if] = ACTIONS(1508), - [anon_sym_switch] = ACTIONS(1508), - [anon_sym_case] = ACTIONS(1508), - [anon_sym_default] = ACTIONS(1508), - [anon_sym_while] = ACTIONS(1508), - [anon_sym_do] = ACTIONS(1508), - [anon_sym_for] = ACTIONS(1508), - [anon_sym_return] = ACTIONS(1508), - [anon_sym_break] = ACTIONS(1508), - [anon_sym_continue] = ACTIONS(1508), - [anon_sym_goto] = ACTIONS(1508), - [anon_sym_DASH_DASH] = ACTIONS(1510), - [anon_sym_PLUS_PLUS] = ACTIONS(1510), - [anon_sym_sizeof] = ACTIONS(1508), - [anon_sym___alignof__] = ACTIONS(1508), - [anon_sym___alignof] = ACTIONS(1508), - [anon_sym__alignof] = ACTIONS(1508), - [anon_sym_alignof] = ACTIONS(1508), - [anon_sym__Alignof] = ACTIONS(1508), - [anon_sym_offsetof] = ACTIONS(1508), - [anon_sym__Generic] = ACTIONS(1508), - [anon_sym_asm] = ACTIONS(1508), - [anon_sym___asm__] = ACTIONS(1508), - [sym_number_literal] = ACTIONS(1510), - [anon_sym_L_SQUOTE] = ACTIONS(1510), - [anon_sym_u_SQUOTE] = ACTIONS(1510), - [anon_sym_U_SQUOTE] = ACTIONS(1510), - [anon_sym_u8_SQUOTE] = ACTIONS(1510), - [anon_sym_SQUOTE] = ACTIONS(1510), - [anon_sym_L_DQUOTE] = ACTIONS(1510), - [anon_sym_u_DQUOTE] = ACTIONS(1510), - [anon_sym_U_DQUOTE] = ACTIONS(1510), - [anon_sym_u8_DQUOTE] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym_true] = ACTIONS(1508), - [sym_false] = ACTIONS(1508), - [anon_sym_NULL] = ACTIONS(1508), - [anon_sym_nullptr] = ACTIONS(1508), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1508), - [anon_sym_rayPayloadInEXT] = ACTIONS(1508), - [anon_sym_hitAttributeEXT] = ACTIONS(1508), - [anon_sym_callableDataEXT] = ACTIONS(1508), - [anon_sym_callableDataInEXT] = ACTIONS(1508), - [anon_sym_shaderRecordEXT] = ACTIONS(1508), - [anon_sym_rayPayloadNV] = ACTIONS(1508), - [anon_sym_rayPayloadInNV] = ACTIONS(1508), - [anon_sym_hitAttributeNV] = ACTIONS(1508), - [anon_sym_callableDataNV] = ACTIONS(1508), - [anon_sym_callableDataInNV] = ACTIONS(1508), - [anon_sym_shaderRecordNV] = ACTIONS(1508), - [anon_sym_layout] = ACTIONS(1508), + [anon_sym_rayPayloadEXT] = ACTIONS(1544), + [anon_sym_rayPayloadInEXT] = ACTIONS(1544), + [anon_sym_hitAttributeEXT] = ACTIONS(1544), + [anon_sym_callableDataEXT] = ACTIONS(1544), + [anon_sym_callableDataInEXT] = ACTIONS(1544), + [anon_sym_shaderRecordEXT] = ACTIONS(1544), + [anon_sym_rayPayloadNV] = ACTIONS(1544), + [anon_sym_rayPayloadInNV] = ACTIONS(1544), + [anon_sym_hitAttributeNV] = ACTIONS(1544), + [anon_sym_callableDataNV] = ACTIONS(1544), + [anon_sym_callableDataInNV] = ACTIONS(1544), + [anon_sym_shaderRecordNV] = ACTIONS(1544), + [anon_sym_layout] = ACTIONS(1544), + }, + [394] = { + [sym_identifier] = ACTIONS(1516), + [aux_sym_preproc_include_token1] = ACTIONS(1516), + [aux_sym_preproc_def_token1] = ACTIONS(1516), + [aux_sym_preproc_if_token1] = ACTIONS(1516), + [aux_sym_preproc_if_token2] = ACTIONS(1516), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1516), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1516), + [sym_preproc_directive] = ACTIONS(1516), + [anon_sym_LPAREN2] = ACTIONS(1518), + [anon_sym_BANG] = ACTIONS(1518), + [anon_sym_TILDE] = ACTIONS(1518), + [anon_sym_DASH] = ACTIONS(1516), + [anon_sym_PLUS] = ACTIONS(1516), + [anon_sym_STAR] = ACTIONS(1518), + [anon_sym_AMP] = ACTIONS(1518), + [anon_sym_subroutine] = ACTIONS(1516), + [anon_sym_invariant] = ACTIONS(1516), + [anon_sym_precise] = ACTIONS(1516), + [anon_sym_SEMI] = ACTIONS(1518), + [anon_sym_in] = ACTIONS(1516), + [anon_sym_out] = ACTIONS(1516), + [anon_sym_inout] = ACTIONS(1516), + [anon_sym_uniform] = ACTIONS(1516), + [anon_sym_shared] = ACTIONS(1516), + [anon_sym_attribute] = ACTIONS(1516), + [anon_sym_varying] = ACTIONS(1516), + [anon_sym_buffer] = ACTIONS(1516), + [anon_sym_coherent] = ACTIONS(1516), + [anon_sym_readonly] = ACTIONS(1516), + [anon_sym_writeonly] = ACTIONS(1516), + [anon_sym_precision] = ACTIONS(1516), + [anon_sym_highp] = ACTIONS(1516), + [anon_sym_mediump] = ACTIONS(1516), + [anon_sym_lowp] = ACTIONS(1516), + [anon_sym_centroid] = ACTIONS(1516), + [anon_sym_sample] = ACTIONS(1516), + [anon_sym_patch] = ACTIONS(1516), + [anon_sym_smooth] = ACTIONS(1516), + [anon_sym_flat] = ACTIONS(1516), + [anon_sym_noperspective] = ACTIONS(1516), + [anon_sym___extension__] = ACTIONS(1516), + [anon_sym_typedef] = ACTIONS(1516), + [anon_sym_extern] = ACTIONS(1516), + [anon_sym___attribute__] = ACTIONS(1516), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1518), + [anon_sym___declspec] = ACTIONS(1516), + [anon_sym___cdecl] = ACTIONS(1516), + [anon_sym___clrcall] = ACTIONS(1516), + [anon_sym___stdcall] = ACTIONS(1516), + [anon_sym___fastcall] = ACTIONS(1516), + [anon_sym___thiscall] = ACTIONS(1516), + [anon_sym___vectorcall] = ACTIONS(1516), + [anon_sym_LBRACE] = ACTIONS(1518), + [anon_sym_signed] = ACTIONS(1516), + [anon_sym_unsigned] = ACTIONS(1516), + [anon_sym_long] = ACTIONS(1516), + [anon_sym_short] = ACTIONS(1516), + [anon_sym_static] = ACTIONS(1516), + [anon_sym_auto] = ACTIONS(1516), + [anon_sym_register] = ACTIONS(1516), + [anon_sym_inline] = ACTIONS(1516), + [anon_sym___inline] = ACTIONS(1516), + [anon_sym___inline__] = ACTIONS(1516), + [anon_sym___forceinline] = ACTIONS(1516), + [anon_sym_thread_local] = ACTIONS(1516), + [anon_sym___thread] = ACTIONS(1516), + [anon_sym_const] = ACTIONS(1516), + [anon_sym_constexpr] = ACTIONS(1516), + [anon_sym_volatile] = ACTIONS(1516), + [anon_sym_restrict] = ACTIONS(1516), + [anon_sym___restrict__] = ACTIONS(1516), + [anon_sym__Atomic] = ACTIONS(1516), + [anon_sym__Noreturn] = ACTIONS(1516), + [anon_sym_noreturn] = ACTIONS(1516), + [sym_primitive_type] = ACTIONS(1516), + [anon_sym_enum] = ACTIONS(1516), + [anon_sym_struct] = ACTIONS(1516), + [anon_sym_union] = ACTIONS(1516), + [anon_sym_if] = ACTIONS(1516), + [anon_sym_switch] = ACTIONS(1516), + [anon_sym_case] = ACTIONS(1516), + [anon_sym_default] = ACTIONS(1516), + [anon_sym_while] = ACTIONS(1516), + [anon_sym_do] = ACTIONS(1516), + [anon_sym_for] = ACTIONS(1516), + [anon_sym_return] = ACTIONS(1516), + [anon_sym_break] = ACTIONS(1516), + [anon_sym_continue] = ACTIONS(1516), + [anon_sym_goto] = ACTIONS(1516), + [anon_sym_DASH_DASH] = ACTIONS(1518), + [anon_sym_PLUS_PLUS] = ACTIONS(1518), + [anon_sym_sizeof] = ACTIONS(1516), + [anon_sym___alignof__] = ACTIONS(1516), + [anon_sym___alignof] = ACTIONS(1516), + [anon_sym__alignof] = ACTIONS(1516), + [anon_sym_alignof] = ACTIONS(1516), + [anon_sym__Alignof] = ACTIONS(1516), + [anon_sym_offsetof] = ACTIONS(1516), + [anon_sym__Generic] = ACTIONS(1516), + [anon_sym_asm] = ACTIONS(1516), + [anon_sym___asm__] = ACTIONS(1516), + [sym_number_literal] = ACTIONS(1518), + [anon_sym_L_SQUOTE] = ACTIONS(1518), + [anon_sym_u_SQUOTE] = ACTIONS(1518), + [anon_sym_U_SQUOTE] = ACTIONS(1518), + [anon_sym_u8_SQUOTE] = ACTIONS(1518), + [anon_sym_SQUOTE] = ACTIONS(1518), + [anon_sym_L_DQUOTE] = ACTIONS(1518), + [anon_sym_u_DQUOTE] = ACTIONS(1518), + [anon_sym_U_DQUOTE] = ACTIONS(1518), + [anon_sym_u8_DQUOTE] = ACTIONS(1518), + [anon_sym_DQUOTE] = ACTIONS(1518), + [sym_true] = ACTIONS(1516), + [sym_false] = ACTIONS(1516), + [anon_sym_NULL] = ACTIONS(1516), + [anon_sym_nullptr] = ACTIONS(1516), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1516), + [anon_sym_rayPayloadInEXT] = ACTIONS(1516), + [anon_sym_hitAttributeEXT] = ACTIONS(1516), + [anon_sym_callableDataEXT] = ACTIONS(1516), + [anon_sym_callableDataInEXT] = ACTIONS(1516), + [anon_sym_shaderRecordEXT] = ACTIONS(1516), + [anon_sym_rayPayloadNV] = ACTIONS(1516), + [anon_sym_rayPayloadInNV] = ACTIONS(1516), + [anon_sym_hitAttributeNV] = ACTIONS(1516), + [anon_sym_callableDataNV] = ACTIONS(1516), + [anon_sym_callableDataInNV] = ACTIONS(1516), + [anon_sym_shaderRecordNV] = ACTIONS(1516), + [anon_sym_layout] = ACTIONS(1516), }, - [390] = { - [sym_identifier] = ACTIONS(1536), - [aux_sym_preproc_include_token1] = ACTIONS(1536), - [aux_sym_preproc_def_token1] = ACTIONS(1536), - [aux_sym_preproc_if_token1] = ACTIONS(1536), - [aux_sym_preproc_if_token2] = ACTIONS(1536), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1536), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1536), - [sym_preproc_directive] = ACTIONS(1536), - [anon_sym_LPAREN2] = ACTIONS(1538), - [anon_sym_BANG] = ACTIONS(1538), - [anon_sym_TILDE] = ACTIONS(1538), - [anon_sym_DASH] = ACTIONS(1536), - [anon_sym_PLUS] = ACTIONS(1536), - [anon_sym_STAR] = ACTIONS(1538), - [anon_sym_AMP] = ACTIONS(1538), - [anon_sym_subroutine] = ACTIONS(1536), - [anon_sym_invariant] = ACTIONS(1536), - [anon_sym_precise] = ACTIONS(1536), - [anon_sym_SEMI] = ACTIONS(1538), - [anon_sym_in] = ACTIONS(1536), - [anon_sym_out] = ACTIONS(1536), - [anon_sym_inout] = ACTIONS(1536), - [anon_sym_uniform] = ACTIONS(1536), - [anon_sym_shared] = ACTIONS(1536), - [anon_sym_attribute] = ACTIONS(1536), - [anon_sym_varying] = ACTIONS(1536), - [anon_sym_buffer] = ACTIONS(1536), - [anon_sym_coherent] = ACTIONS(1536), - [anon_sym_readonly] = ACTIONS(1536), - [anon_sym_writeonly] = ACTIONS(1536), - [anon_sym_precision] = ACTIONS(1536), - [anon_sym_highp] = ACTIONS(1536), - [anon_sym_mediump] = ACTIONS(1536), - [anon_sym_lowp] = ACTIONS(1536), - [anon_sym_centroid] = ACTIONS(1536), - [anon_sym_sample] = ACTIONS(1536), - [anon_sym_patch] = ACTIONS(1536), - [anon_sym_smooth] = ACTIONS(1536), - [anon_sym_flat] = ACTIONS(1536), - [anon_sym_noperspective] = ACTIONS(1536), - [anon_sym___extension__] = ACTIONS(1536), - [anon_sym_typedef] = ACTIONS(1536), - [anon_sym_extern] = ACTIONS(1536), - [anon_sym___attribute__] = ACTIONS(1536), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1538), - [anon_sym___declspec] = ACTIONS(1536), - [anon_sym___cdecl] = ACTIONS(1536), - [anon_sym___clrcall] = ACTIONS(1536), - [anon_sym___stdcall] = ACTIONS(1536), - [anon_sym___fastcall] = ACTIONS(1536), - [anon_sym___thiscall] = ACTIONS(1536), - [anon_sym___vectorcall] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(1538), - [anon_sym_signed] = ACTIONS(1536), - [anon_sym_unsigned] = ACTIONS(1536), - [anon_sym_long] = ACTIONS(1536), - [anon_sym_short] = ACTIONS(1536), - [anon_sym_static] = ACTIONS(1536), - [anon_sym_auto] = ACTIONS(1536), - [anon_sym_register] = ACTIONS(1536), - [anon_sym_inline] = ACTIONS(1536), - [anon_sym___inline] = ACTIONS(1536), - [anon_sym___inline__] = ACTIONS(1536), - [anon_sym___forceinline] = ACTIONS(1536), - [anon_sym_thread_local] = ACTIONS(1536), - [anon_sym___thread] = ACTIONS(1536), - [anon_sym_const] = ACTIONS(1536), - [anon_sym_constexpr] = ACTIONS(1536), - [anon_sym_volatile] = ACTIONS(1536), - [anon_sym_restrict] = ACTIONS(1536), - [anon_sym___restrict__] = ACTIONS(1536), - [anon_sym__Atomic] = ACTIONS(1536), - [anon_sym__Noreturn] = ACTIONS(1536), - [anon_sym_noreturn] = ACTIONS(1536), - [sym_primitive_type] = ACTIONS(1536), - [anon_sym_enum] = ACTIONS(1536), - [anon_sym_struct] = ACTIONS(1536), - [anon_sym_union] = ACTIONS(1536), - [anon_sym_if] = ACTIONS(1536), - [anon_sym_switch] = ACTIONS(1536), - [anon_sym_case] = ACTIONS(1536), - [anon_sym_default] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1536), - [anon_sym_do] = ACTIONS(1536), - [anon_sym_for] = ACTIONS(1536), - [anon_sym_return] = ACTIONS(1536), - [anon_sym_break] = ACTIONS(1536), - [anon_sym_continue] = ACTIONS(1536), - [anon_sym_goto] = ACTIONS(1536), - [anon_sym_DASH_DASH] = ACTIONS(1538), - [anon_sym_PLUS_PLUS] = ACTIONS(1538), - [anon_sym_sizeof] = ACTIONS(1536), - [anon_sym___alignof__] = ACTIONS(1536), - [anon_sym___alignof] = ACTIONS(1536), - [anon_sym__alignof] = ACTIONS(1536), - [anon_sym_alignof] = ACTIONS(1536), - [anon_sym__Alignof] = ACTIONS(1536), - [anon_sym_offsetof] = ACTIONS(1536), - [anon_sym__Generic] = ACTIONS(1536), - [anon_sym_asm] = ACTIONS(1536), - [anon_sym___asm__] = ACTIONS(1536), - [sym_number_literal] = ACTIONS(1538), - [anon_sym_L_SQUOTE] = ACTIONS(1538), - [anon_sym_u_SQUOTE] = ACTIONS(1538), - [anon_sym_U_SQUOTE] = ACTIONS(1538), - [anon_sym_u8_SQUOTE] = ACTIONS(1538), - [anon_sym_SQUOTE] = ACTIONS(1538), - [anon_sym_L_DQUOTE] = ACTIONS(1538), - [anon_sym_u_DQUOTE] = ACTIONS(1538), - [anon_sym_U_DQUOTE] = ACTIONS(1538), - [anon_sym_u8_DQUOTE] = ACTIONS(1538), - [anon_sym_DQUOTE] = ACTIONS(1538), - [sym_true] = ACTIONS(1536), - [sym_false] = ACTIONS(1536), - [anon_sym_NULL] = ACTIONS(1536), - [anon_sym_nullptr] = ACTIONS(1536), + [395] = { + [sym_identifier] = ACTIONS(1458), + [aux_sym_preproc_include_token1] = ACTIONS(1458), + [aux_sym_preproc_def_token1] = ACTIONS(1458), + [aux_sym_preproc_if_token1] = ACTIONS(1458), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1458), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1458), + [sym_preproc_directive] = ACTIONS(1458), + [anon_sym_LPAREN2] = ACTIONS(1460), + [anon_sym_BANG] = ACTIONS(1460), + [anon_sym_TILDE] = ACTIONS(1460), + [anon_sym_DASH] = ACTIONS(1458), + [anon_sym_PLUS] = ACTIONS(1458), + [anon_sym_STAR] = ACTIONS(1460), + [anon_sym_AMP] = ACTIONS(1460), + [anon_sym_subroutine] = ACTIONS(1458), + [anon_sym_invariant] = ACTIONS(1458), + [anon_sym_precise] = ACTIONS(1458), + [anon_sym_SEMI] = ACTIONS(1460), + [anon_sym_in] = ACTIONS(1458), + [anon_sym_out] = ACTIONS(1458), + [anon_sym_inout] = ACTIONS(1458), + [anon_sym_uniform] = ACTIONS(1458), + [anon_sym_shared] = ACTIONS(1458), + [anon_sym_attribute] = ACTIONS(1458), + [anon_sym_varying] = ACTIONS(1458), + [anon_sym_buffer] = ACTIONS(1458), + [anon_sym_coherent] = ACTIONS(1458), + [anon_sym_readonly] = ACTIONS(1458), + [anon_sym_writeonly] = ACTIONS(1458), + [anon_sym_precision] = ACTIONS(1458), + [anon_sym_highp] = ACTIONS(1458), + [anon_sym_mediump] = ACTIONS(1458), + [anon_sym_lowp] = ACTIONS(1458), + [anon_sym_centroid] = ACTIONS(1458), + [anon_sym_sample] = ACTIONS(1458), + [anon_sym_patch] = ACTIONS(1458), + [anon_sym_smooth] = ACTIONS(1458), + [anon_sym_flat] = ACTIONS(1458), + [anon_sym_noperspective] = ACTIONS(1458), + [anon_sym___extension__] = ACTIONS(1458), + [anon_sym_typedef] = ACTIONS(1458), + [anon_sym_extern] = ACTIONS(1458), + [anon_sym___attribute__] = ACTIONS(1458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1460), + [anon_sym___declspec] = ACTIONS(1458), + [anon_sym___cdecl] = ACTIONS(1458), + [anon_sym___clrcall] = ACTIONS(1458), + [anon_sym___stdcall] = ACTIONS(1458), + [anon_sym___fastcall] = ACTIONS(1458), + [anon_sym___thiscall] = ACTIONS(1458), + [anon_sym___vectorcall] = ACTIONS(1458), + [anon_sym_LBRACE] = ACTIONS(1460), + [anon_sym_RBRACE] = ACTIONS(1460), + [anon_sym_signed] = ACTIONS(1458), + [anon_sym_unsigned] = ACTIONS(1458), + [anon_sym_long] = ACTIONS(1458), + [anon_sym_short] = ACTIONS(1458), + [anon_sym_static] = ACTIONS(1458), + [anon_sym_auto] = ACTIONS(1458), + [anon_sym_register] = ACTIONS(1458), + [anon_sym_inline] = ACTIONS(1458), + [anon_sym___inline] = ACTIONS(1458), + [anon_sym___inline__] = ACTIONS(1458), + [anon_sym___forceinline] = ACTIONS(1458), + [anon_sym_thread_local] = ACTIONS(1458), + [anon_sym___thread] = ACTIONS(1458), + [anon_sym_const] = ACTIONS(1458), + [anon_sym_constexpr] = ACTIONS(1458), + [anon_sym_volatile] = ACTIONS(1458), + [anon_sym_restrict] = ACTIONS(1458), + [anon_sym___restrict__] = ACTIONS(1458), + [anon_sym__Atomic] = ACTIONS(1458), + [anon_sym__Noreturn] = ACTIONS(1458), + [anon_sym_noreturn] = ACTIONS(1458), + [sym_primitive_type] = ACTIONS(1458), + [anon_sym_enum] = ACTIONS(1458), + [anon_sym_struct] = ACTIONS(1458), + [anon_sym_union] = ACTIONS(1458), + [anon_sym_if] = ACTIONS(1458), + [anon_sym_switch] = ACTIONS(1458), + [anon_sym_case] = ACTIONS(1458), + [anon_sym_default] = ACTIONS(1458), + [anon_sym_while] = ACTIONS(1458), + [anon_sym_do] = ACTIONS(1458), + [anon_sym_for] = ACTIONS(1458), + [anon_sym_return] = ACTIONS(1458), + [anon_sym_break] = ACTIONS(1458), + [anon_sym_continue] = ACTIONS(1458), + [anon_sym_goto] = ACTIONS(1458), + [anon_sym_DASH_DASH] = ACTIONS(1460), + [anon_sym_PLUS_PLUS] = ACTIONS(1460), + [anon_sym_sizeof] = ACTIONS(1458), + [anon_sym___alignof__] = ACTIONS(1458), + [anon_sym___alignof] = ACTIONS(1458), + [anon_sym__alignof] = ACTIONS(1458), + [anon_sym_alignof] = ACTIONS(1458), + [anon_sym__Alignof] = ACTIONS(1458), + [anon_sym_offsetof] = ACTIONS(1458), + [anon_sym__Generic] = ACTIONS(1458), + [anon_sym_asm] = ACTIONS(1458), + [anon_sym___asm__] = ACTIONS(1458), + [sym_number_literal] = ACTIONS(1460), + [anon_sym_L_SQUOTE] = ACTIONS(1460), + [anon_sym_u_SQUOTE] = ACTIONS(1460), + [anon_sym_U_SQUOTE] = ACTIONS(1460), + [anon_sym_u8_SQUOTE] = ACTIONS(1460), + [anon_sym_SQUOTE] = ACTIONS(1460), + [anon_sym_L_DQUOTE] = ACTIONS(1460), + [anon_sym_u_DQUOTE] = ACTIONS(1460), + [anon_sym_U_DQUOTE] = ACTIONS(1460), + [anon_sym_u8_DQUOTE] = ACTIONS(1460), + [anon_sym_DQUOTE] = ACTIONS(1460), + [sym_true] = ACTIONS(1458), + [sym_false] = ACTIONS(1458), + [anon_sym_NULL] = ACTIONS(1458), + [anon_sym_nullptr] = ACTIONS(1458), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1536), - [anon_sym_rayPayloadInEXT] = ACTIONS(1536), - [anon_sym_hitAttributeEXT] = ACTIONS(1536), - [anon_sym_callableDataEXT] = ACTIONS(1536), - [anon_sym_callableDataInEXT] = ACTIONS(1536), - [anon_sym_shaderRecordEXT] = ACTIONS(1536), - [anon_sym_rayPayloadNV] = ACTIONS(1536), - [anon_sym_rayPayloadInNV] = ACTIONS(1536), - [anon_sym_hitAttributeNV] = ACTIONS(1536), - [anon_sym_callableDataNV] = ACTIONS(1536), - [anon_sym_callableDataInNV] = ACTIONS(1536), - [anon_sym_shaderRecordNV] = ACTIONS(1536), - [anon_sym_layout] = ACTIONS(1536), + [anon_sym_rayPayloadEXT] = ACTIONS(1458), + [anon_sym_rayPayloadInEXT] = ACTIONS(1458), + [anon_sym_hitAttributeEXT] = ACTIONS(1458), + [anon_sym_callableDataEXT] = ACTIONS(1458), + [anon_sym_callableDataInEXT] = ACTIONS(1458), + [anon_sym_shaderRecordEXT] = ACTIONS(1458), + [anon_sym_rayPayloadNV] = ACTIONS(1458), + [anon_sym_rayPayloadInNV] = ACTIONS(1458), + [anon_sym_hitAttributeNV] = ACTIONS(1458), + [anon_sym_callableDataNV] = ACTIONS(1458), + [anon_sym_callableDataInNV] = ACTIONS(1458), + [anon_sym_shaderRecordNV] = ACTIONS(1458), + [anon_sym_layout] = ACTIONS(1458), }, - [391] = { - [sym_identifier] = ACTIONS(1528), - [aux_sym_preproc_include_token1] = ACTIONS(1528), - [aux_sym_preproc_def_token1] = ACTIONS(1528), - [aux_sym_preproc_if_token1] = ACTIONS(1528), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1528), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1528), - [sym_preproc_directive] = ACTIONS(1528), - [anon_sym_LPAREN2] = ACTIONS(1530), - [anon_sym_BANG] = ACTIONS(1530), - [anon_sym_TILDE] = ACTIONS(1530), - [anon_sym_DASH] = ACTIONS(1528), - [anon_sym_PLUS] = ACTIONS(1528), - [anon_sym_STAR] = ACTIONS(1530), - [anon_sym_AMP] = ACTIONS(1530), - [anon_sym_subroutine] = ACTIONS(1528), - [anon_sym_invariant] = ACTIONS(1528), - [anon_sym_precise] = ACTIONS(1528), - [anon_sym_SEMI] = ACTIONS(1530), - [anon_sym_in] = ACTIONS(1528), - [anon_sym_out] = ACTIONS(1528), - [anon_sym_inout] = ACTIONS(1528), - [anon_sym_uniform] = ACTIONS(1528), - [anon_sym_shared] = ACTIONS(1528), - [anon_sym_attribute] = ACTIONS(1528), - [anon_sym_varying] = ACTIONS(1528), - [anon_sym_buffer] = ACTIONS(1528), - [anon_sym_coherent] = ACTIONS(1528), - [anon_sym_readonly] = ACTIONS(1528), - [anon_sym_writeonly] = ACTIONS(1528), - [anon_sym_precision] = ACTIONS(1528), - [anon_sym_highp] = ACTIONS(1528), - [anon_sym_mediump] = ACTIONS(1528), - [anon_sym_lowp] = ACTIONS(1528), - [anon_sym_centroid] = ACTIONS(1528), - [anon_sym_sample] = ACTIONS(1528), - [anon_sym_patch] = ACTIONS(1528), - [anon_sym_smooth] = ACTIONS(1528), - [anon_sym_flat] = ACTIONS(1528), - [anon_sym_noperspective] = ACTIONS(1528), - [anon_sym___extension__] = ACTIONS(1528), - [anon_sym_typedef] = ACTIONS(1528), - [anon_sym_extern] = ACTIONS(1528), - [anon_sym___attribute__] = ACTIONS(1528), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1530), - [anon_sym___declspec] = ACTIONS(1528), - [anon_sym___cdecl] = ACTIONS(1528), - [anon_sym___clrcall] = ACTIONS(1528), - [anon_sym___stdcall] = ACTIONS(1528), - [anon_sym___fastcall] = ACTIONS(1528), - [anon_sym___thiscall] = ACTIONS(1528), - [anon_sym___vectorcall] = ACTIONS(1528), - [anon_sym_LBRACE] = ACTIONS(1530), - [anon_sym_RBRACE] = ACTIONS(1530), - [anon_sym_signed] = ACTIONS(1528), - [anon_sym_unsigned] = ACTIONS(1528), - [anon_sym_long] = ACTIONS(1528), - [anon_sym_short] = ACTIONS(1528), - [anon_sym_static] = ACTIONS(1528), - [anon_sym_auto] = ACTIONS(1528), - [anon_sym_register] = ACTIONS(1528), - [anon_sym_inline] = ACTIONS(1528), - [anon_sym___inline] = ACTIONS(1528), - [anon_sym___inline__] = ACTIONS(1528), - [anon_sym___forceinline] = ACTIONS(1528), - [anon_sym_thread_local] = ACTIONS(1528), - [anon_sym___thread] = ACTIONS(1528), - [anon_sym_const] = ACTIONS(1528), - [anon_sym_constexpr] = ACTIONS(1528), - [anon_sym_volatile] = ACTIONS(1528), - [anon_sym_restrict] = ACTIONS(1528), - [anon_sym___restrict__] = ACTIONS(1528), - [anon_sym__Atomic] = ACTIONS(1528), - [anon_sym__Noreturn] = ACTIONS(1528), - [anon_sym_noreturn] = ACTIONS(1528), - [sym_primitive_type] = ACTIONS(1528), - [anon_sym_enum] = ACTIONS(1528), - [anon_sym_struct] = ACTIONS(1528), - [anon_sym_union] = ACTIONS(1528), - [anon_sym_if] = ACTIONS(1528), - [anon_sym_switch] = ACTIONS(1528), - [anon_sym_case] = ACTIONS(1528), - [anon_sym_default] = ACTIONS(1528), - [anon_sym_while] = ACTIONS(1528), - [anon_sym_do] = ACTIONS(1528), - [anon_sym_for] = ACTIONS(1528), - [anon_sym_return] = ACTIONS(1528), - [anon_sym_break] = ACTIONS(1528), - [anon_sym_continue] = ACTIONS(1528), - [anon_sym_goto] = ACTIONS(1528), - [anon_sym_DASH_DASH] = ACTIONS(1530), - [anon_sym_PLUS_PLUS] = ACTIONS(1530), - [anon_sym_sizeof] = ACTIONS(1528), - [anon_sym___alignof__] = ACTIONS(1528), - [anon_sym___alignof] = ACTIONS(1528), - [anon_sym__alignof] = ACTIONS(1528), - [anon_sym_alignof] = ACTIONS(1528), - [anon_sym__Alignof] = ACTIONS(1528), - [anon_sym_offsetof] = ACTIONS(1528), - [anon_sym__Generic] = ACTIONS(1528), - [anon_sym_asm] = ACTIONS(1528), - [anon_sym___asm__] = ACTIONS(1528), - [sym_number_literal] = ACTIONS(1530), - [anon_sym_L_SQUOTE] = ACTIONS(1530), - [anon_sym_u_SQUOTE] = ACTIONS(1530), - [anon_sym_U_SQUOTE] = ACTIONS(1530), - [anon_sym_u8_SQUOTE] = ACTIONS(1530), - [anon_sym_SQUOTE] = ACTIONS(1530), - [anon_sym_L_DQUOTE] = ACTIONS(1530), - [anon_sym_u_DQUOTE] = ACTIONS(1530), - [anon_sym_U_DQUOTE] = ACTIONS(1530), - [anon_sym_u8_DQUOTE] = ACTIONS(1530), - [anon_sym_DQUOTE] = ACTIONS(1530), - [sym_true] = ACTIONS(1528), - [sym_false] = ACTIONS(1528), - [anon_sym_NULL] = ACTIONS(1528), - [anon_sym_nullptr] = ACTIONS(1528), + [396] = { + [sym_identifier] = ACTIONS(1510), + [aux_sym_preproc_include_token1] = ACTIONS(1510), + [aux_sym_preproc_def_token1] = ACTIONS(1510), + [aux_sym_preproc_if_token1] = ACTIONS(1510), + [aux_sym_preproc_if_token2] = ACTIONS(1510), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1510), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1510), + [sym_preproc_directive] = ACTIONS(1510), + [anon_sym_LPAREN2] = ACTIONS(1512), + [anon_sym_BANG] = ACTIONS(1512), + [anon_sym_TILDE] = ACTIONS(1512), + [anon_sym_DASH] = ACTIONS(1510), + [anon_sym_PLUS] = ACTIONS(1510), + [anon_sym_STAR] = ACTIONS(1512), + [anon_sym_AMP] = ACTIONS(1512), + [anon_sym_subroutine] = ACTIONS(1510), + [anon_sym_invariant] = ACTIONS(1510), + [anon_sym_precise] = ACTIONS(1510), + [anon_sym_SEMI] = ACTIONS(1512), + [anon_sym_in] = ACTIONS(1510), + [anon_sym_out] = ACTIONS(1510), + [anon_sym_inout] = ACTIONS(1510), + [anon_sym_uniform] = ACTIONS(1510), + [anon_sym_shared] = ACTIONS(1510), + [anon_sym_attribute] = ACTIONS(1510), + [anon_sym_varying] = ACTIONS(1510), + [anon_sym_buffer] = ACTIONS(1510), + [anon_sym_coherent] = ACTIONS(1510), + [anon_sym_readonly] = ACTIONS(1510), + [anon_sym_writeonly] = ACTIONS(1510), + [anon_sym_precision] = ACTIONS(1510), + [anon_sym_highp] = ACTIONS(1510), + [anon_sym_mediump] = ACTIONS(1510), + [anon_sym_lowp] = ACTIONS(1510), + [anon_sym_centroid] = ACTIONS(1510), + [anon_sym_sample] = ACTIONS(1510), + [anon_sym_patch] = ACTIONS(1510), + [anon_sym_smooth] = ACTIONS(1510), + [anon_sym_flat] = ACTIONS(1510), + [anon_sym_noperspective] = ACTIONS(1510), + [anon_sym___extension__] = ACTIONS(1510), + [anon_sym_typedef] = ACTIONS(1510), + [anon_sym_extern] = ACTIONS(1510), + [anon_sym___attribute__] = ACTIONS(1510), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1512), + [anon_sym___declspec] = ACTIONS(1510), + [anon_sym___cdecl] = ACTIONS(1510), + [anon_sym___clrcall] = ACTIONS(1510), + [anon_sym___stdcall] = ACTIONS(1510), + [anon_sym___fastcall] = ACTIONS(1510), + [anon_sym___thiscall] = ACTIONS(1510), + [anon_sym___vectorcall] = ACTIONS(1510), + [anon_sym_LBRACE] = ACTIONS(1512), + [anon_sym_signed] = ACTIONS(1510), + [anon_sym_unsigned] = ACTIONS(1510), + [anon_sym_long] = ACTIONS(1510), + [anon_sym_short] = ACTIONS(1510), + [anon_sym_static] = ACTIONS(1510), + [anon_sym_auto] = ACTIONS(1510), + [anon_sym_register] = ACTIONS(1510), + [anon_sym_inline] = ACTIONS(1510), + [anon_sym___inline] = ACTIONS(1510), + [anon_sym___inline__] = ACTIONS(1510), + [anon_sym___forceinline] = ACTIONS(1510), + [anon_sym_thread_local] = ACTIONS(1510), + [anon_sym___thread] = ACTIONS(1510), + [anon_sym_const] = ACTIONS(1510), + [anon_sym_constexpr] = ACTIONS(1510), + [anon_sym_volatile] = ACTIONS(1510), + [anon_sym_restrict] = ACTIONS(1510), + [anon_sym___restrict__] = ACTIONS(1510), + [anon_sym__Atomic] = ACTIONS(1510), + [anon_sym__Noreturn] = ACTIONS(1510), + [anon_sym_noreturn] = ACTIONS(1510), + [sym_primitive_type] = ACTIONS(1510), + [anon_sym_enum] = ACTIONS(1510), + [anon_sym_struct] = ACTIONS(1510), + [anon_sym_union] = ACTIONS(1510), + [anon_sym_if] = ACTIONS(1510), + [anon_sym_switch] = ACTIONS(1510), + [anon_sym_case] = ACTIONS(1510), + [anon_sym_default] = ACTIONS(1510), + [anon_sym_while] = ACTIONS(1510), + [anon_sym_do] = ACTIONS(1510), + [anon_sym_for] = ACTIONS(1510), + [anon_sym_return] = ACTIONS(1510), + [anon_sym_break] = ACTIONS(1510), + [anon_sym_continue] = ACTIONS(1510), + [anon_sym_goto] = ACTIONS(1510), + [anon_sym_DASH_DASH] = ACTIONS(1512), + [anon_sym_PLUS_PLUS] = ACTIONS(1512), + [anon_sym_sizeof] = ACTIONS(1510), + [anon_sym___alignof__] = ACTIONS(1510), + [anon_sym___alignof] = ACTIONS(1510), + [anon_sym__alignof] = ACTIONS(1510), + [anon_sym_alignof] = ACTIONS(1510), + [anon_sym__Alignof] = ACTIONS(1510), + [anon_sym_offsetof] = ACTIONS(1510), + [anon_sym__Generic] = ACTIONS(1510), + [anon_sym_asm] = ACTIONS(1510), + [anon_sym___asm__] = ACTIONS(1510), + [sym_number_literal] = ACTIONS(1512), + [anon_sym_L_SQUOTE] = ACTIONS(1512), + [anon_sym_u_SQUOTE] = ACTIONS(1512), + [anon_sym_U_SQUOTE] = ACTIONS(1512), + [anon_sym_u8_SQUOTE] = ACTIONS(1512), + [anon_sym_SQUOTE] = ACTIONS(1512), + [anon_sym_L_DQUOTE] = ACTIONS(1512), + [anon_sym_u_DQUOTE] = ACTIONS(1512), + [anon_sym_U_DQUOTE] = ACTIONS(1512), + [anon_sym_u8_DQUOTE] = ACTIONS(1512), + [anon_sym_DQUOTE] = ACTIONS(1512), + [sym_true] = ACTIONS(1510), + [sym_false] = ACTIONS(1510), + [anon_sym_NULL] = ACTIONS(1510), + [anon_sym_nullptr] = ACTIONS(1510), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1510), + [anon_sym_rayPayloadInEXT] = ACTIONS(1510), + [anon_sym_hitAttributeEXT] = ACTIONS(1510), + [anon_sym_callableDataEXT] = ACTIONS(1510), + [anon_sym_callableDataInEXT] = ACTIONS(1510), + [anon_sym_shaderRecordEXT] = ACTIONS(1510), + [anon_sym_rayPayloadNV] = ACTIONS(1510), + [anon_sym_rayPayloadInNV] = ACTIONS(1510), + [anon_sym_hitAttributeNV] = ACTIONS(1510), + [anon_sym_callableDataNV] = ACTIONS(1510), + [anon_sym_callableDataInNV] = ACTIONS(1510), + [anon_sym_shaderRecordNV] = ACTIONS(1510), + [anon_sym_layout] = ACTIONS(1510), + }, + [397] = { + [sym_identifier] = ACTIONS(1482), + [aux_sym_preproc_include_token1] = ACTIONS(1482), + [aux_sym_preproc_def_token1] = ACTIONS(1482), + [aux_sym_preproc_if_token1] = ACTIONS(1482), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1482), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1482), + [sym_preproc_directive] = ACTIONS(1482), + [anon_sym_LPAREN2] = ACTIONS(1484), + [anon_sym_BANG] = ACTIONS(1484), + [anon_sym_TILDE] = ACTIONS(1484), + [anon_sym_DASH] = ACTIONS(1482), + [anon_sym_PLUS] = ACTIONS(1482), + [anon_sym_STAR] = ACTIONS(1484), + [anon_sym_AMP] = ACTIONS(1484), + [anon_sym_subroutine] = ACTIONS(1482), + [anon_sym_invariant] = ACTIONS(1482), + [anon_sym_precise] = ACTIONS(1482), + [anon_sym_SEMI] = ACTIONS(1484), + [anon_sym_in] = ACTIONS(1482), + [anon_sym_out] = ACTIONS(1482), + [anon_sym_inout] = ACTIONS(1482), + [anon_sym_uniform] = ACTIONS(1482), + [anon_sym_shared] = ACTIONS(1482), + [anon_sym_attribute] = ACTIONS(1482), + [anon_sym_varying] = ACTIONS(1482), + [anon_sym_buffer] = ACTIONS(1482), + [anon_sym_coherent] = ACTIONS(1482), + [anon_sym_readonly] = ACTIONS(1482), + [anon_sym_writeonly] = ACTIONS(1482), + [anon_sym_precision] = ACTIONS(1482), + [anon_sym_highp] = ACTIONS(1482), + [anon_sym_mediump] = ACTIONS(1482), + [anon_sym_lowp] = ACTIONS(1482), + [anon_sym_centroid] = ACTIONS(1482), + [anon_sym_sample] = ACTIONS(1482), + [anon_sym_patch] = ACTIONS(1482), + [anon_sym_smooth] = ACTIONS(1482), + [anon_sym_flat] = ACTIONS(1482), + [anon_sym_noperspective] = ACTIONS(1482), + [anon_sym___extension__] = ACTIONS(1482), + [anon_sym_typedef] = ACTIONS(1482), + [anon_sym_extern] = ACTIONS(1482), + [anon_sym___attribute__] = ACTIONS(1482), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1484), + [anon_sym___declspec] = ACTIONS(1482), + [anon_sym___cdecl] = ACTIONS(1482), + [anon_sym___clrcall] = ACTIONS(1482), + [anon_sym___stdcall] = ACTIONS(1482), + [anon_sym___fastcall] = ACTIONS(1482), + [anon_sym___thiscall] = ACTIONS(1482), + [anon_sym___vectorcall] = ACTIONS(1482), + [anon_sym_LBRACE] = ACTIONS(1484), + [anon_sym_RBRACE] = ACTIONS(1484), + [anon_sym_signed] = ACTIONS(1482), + [anon_sym_unsigned] = ACTIONS(1482), + [anon_sym_long] = ACTIONS(1482), + [anon_sym_short] = ACTIONS(1482), + [anon_sym_static] = ACTIONS(1482), + [anon_sym_auto] = ACTIONS(1482), + [anon_sym_register] = ACTIONS(1482), + [anon_sym_inline] = ACTIONS(1482), + [anon_sym___inline] = ACTIONS(1482), + [anon_sym___inline__] = ACTIONS(1482), + [anon_sym___forceinline] = ACTIONS(1482), + [anon_sym_thread_local] = ACTIONS(1482), + [anon_sym___thread] = ACTIONS(1482), + [anon_sym_const] = ACTIONS(1482), + [anon_sym_constexpr] = ACTIONS(1482), + [anon_sym_volatile] = ACTIONS(1482), + [anon_sym_restrict] = ACTIONS(1482), + [anon_sym___restrict__] = ACTIONS(1482), + [anon_sym__Atomic] = ACTIONS(1482), + [anon_sym__Noreturn] = ACTIONS(1482), + [anon_sym_noreturn] = ACTIONS(1482), + [sym_primitive_type] = ACTIONS(1482), + [anon_sym_enum] = ACTIONS(1482), + [anon_sym_struct] = ACTIONS(1482), + [anon_sym_union] = ACTIONS(1482), + [anon_sym_if] = ACTIONS(1482), + [anon_sym_switch] = ACTIONS(1482), + [anon_sym_case] = ACTIONS(1482), + [anon_sym_default] = ACTIONS(1482), + [anon_sym_while] = ACTIONS(1482), + [anon_sym_do] = ACTIONS(1482), + [anon_sym_for] = ACTIONS(1482), + [anon_sym_return] = ACTIONS(1482), + [anon_sym_break] = ACTIONS(1482), + [anon_sym_continue] = ACTIONS(1482), + [anon_sym_goto] = ACTIONS(1482), + [anon_sym_DASH_DASH] = ACTIONS(1484), + [anon_sym_PLUS_PLUS] = ACTIONS(1484), + [anon_sym_sizeof] = ACTIONS(1482), + [anon_sym___alignof__] = ACTIONS(1482), + [anon_sym___alignof] = ACTIONS(1482), + [anon_sym__alignof] = ACTIONS(1482), + [anon_sym_alignof] = ACTIONS(1482), + [anon_sym__Alignof] = ACTIONS(1482), + [anon_sym_offsetof] = ACTIONS(1482), + [anon_sym__Generic] = ACTIONS(1482), + [anon_sym_asm] = ACTIONS(1482), + [anon_sym___asm__] = ACTIONS(1482), + [sym_number_literal] = ACTIONS(1484), + [anon_sym_L_SQUOTE] = ACTIONS(1484), + [anon_sym_u_SQUOTE] = ACTIONS(1484), + [anon_sym_U_SQUOTE] = ACTIONS(1484), + [anon_sym_u8_SQUOTE] = ACTIONS(1484), + [anon_sym_SQUOTE] = ACTIONS(1484), + [anon_sym_L_DQUOTE] = ACTIONS(1484), + [anon_sym_u_DQUOTE] = ACTIONS(1484), + [anon_sym_U_DQUOTE] = ACTIONS(1484), + [anon_sym_u8_DQUOTE] = ACTIONS(1484), + [anon_sym_DQUOTE] = ACTIONS(1484), + [sym_true] = ACTIONS(1482), + [sym_false] = ACTIONS(1482), + [anon_sym_NULL] = ACTIONS(1482), + [anon_sym_nullptr] = ACTIONS(1482), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1528), - [anon_sym_rayPayloadInEXT] = ACTIONS(1528), - [anon_sym_hitAttributeEXT] = ACTIONS(1528), - [anon_sym_callableDataEXT] = ACTIONS(1528), - [anon_sym_callableDataInEXT] = ACTIONS(1528), - [anon_sym_shaderRecordEXT] = ACTIONS(1528), - [anon_sym_rayPayloadNV] = ACTIONS(1528), - [anon_sym_rayPayloadInNV] = ACTIONS(1528), - [anon_sym_hitAttributeNV] = ACTIONS(1528), - [anon_sym_callableDataNV] = ACTIONS(1528), - [anon_sym_callableDataInNV] = ACTIONS(1528), - [anon_sym_shaderRecordNV] = ACTIONS(1528), - [anon_sym_layout] = ACTIONS(1528), + [anon_sym_rayPayloadEXT] = ACTIONS(1482), + [anon_sym_rayPayloadInEXT] = ACTIONS(1482), + [anon_sym_hitAttributeEXT] = ACTIONS(1482), + [anon_sym_callableDataEXT] = ACTIONS(1482), + [anon_sym_callableDataInEXT] = ACTIONS(1482), + [anon_sym_shaderRecordEXT] = ACTIONS(1482), + [anon_sym_rayPayloadNV] = ACTIONS(1482), + [anon_sym_rayPayloadInNV] = ACTIONS(1482), + [anon_sym_hitAttributeNV] = ACTIONS(1482), + [anon_sym_callableDataNV] = ACTIONS(1482), + [anon_sym_callableDataInNV] = ACTIONS(1482), + [anon_sym_shaderRecordNV] = ACTIONS(1482), + [anon_sym_layout] = ACTIONS(1482), }, - [392] = { + [398] = { [sym_identifier] = ACTIONS(1502), [aux_sym_preproc_include_token1] = ACTIONS(1502), [aux_sym_preproc_def_token1] = ACTIONS(1502), [aux_sym_preproc_if_token1] = ACTIONS(1502), + [aux_sym_preproc_if_token2] = ACTIONS(1502), [aux_sym_preproc_ifdef_token1] = ACTIONS(1502), [aux_sym_preproc_ifdef_token2] = ACTIONS(1502), [sym_preproc_directive] = ACTIONS(1502), @@ -74311,7 +75099,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1502), [anon_sym___vectorcall] = ACTIONS(1502), [anon_sym_LBRACE] = ACTIONS(1504), - [anon_sym_RBRACE] = ACTIONS(1504), [anon_sym_signed] = ACTIONS(1502), [anon_sym_unsigned] = ACTIONS(1502), [anon_sym_long] = ACTIONS(1502), @@ -74390,276 +75177,143 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1502), [anon_sym_layout] = ACTIONS(1502), }, - [393] = { - [sym_identifier] = ACTIONS(1458), - [aux_sym_preproc_include_token1] = ACTIONS(1458), - [aux_sym_preproc_def_token1] = ACTIONS(1458), - [aux_sym_preproc_if_token1] = ACTIONS(1458), - [aux_sym_preproc_if_token2] = ACTIONS(1458), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1458), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1458), - [sym_preproc_directive] = ACTIONS(1458), - [anon_sym_LPAREN2] = ACTIONS(1460), - [anon_sym_BANG] = ACTIONS(1460), - [anon_sym_TILDE] = ACTIONS(1460), - [anon_sym_DASH] = ACTIONS(1458), - [anon_sym_PLUS] = ACTIONS(1458), - [anon_sym_STAR] = ACTIONS(1460), - [anon_sym_AMP] = ACTIONS(1460), - [anon_sym_subroutine] = ACTIONS(1458), - [anon_sym_invariant] = ACTIONS(1458), - [anon_sym_precise] = ACTIONS(1458), - [anon_sym_SEMI] = ACTIONS(1460), - [anon_sym_in] = ACTIONS(1458), - [anon_sym_out] = ACTIONS(1458), - [anon_sym_inout] = ACTIONS(1458), - [anon_sym_uniform] = ACTIONS(1458), - [anon_sym_shared] = ACTIONS(1458), - [anon_sym_attribute] = ACTIONS(1458), - [anon_sym_varying] = ACTIONS(1458), - [anon_sym_buffer] = ACTIONS(1458), - [anon_sym_coherent] = ACTIONS(1458), - [anon_sym_readonly] = ACTIONS(1458), - [anon_sym_writeonly] = ACTIONS(1458), - [anon_sym_precision] = ACTIONS(1458), - [anon_sym_highp] = ACTIONS(1458), - [anon_sym_mediump] = ACTIONS(1458), - [anon_sym_lowp] = ACTIONS(1458), - [anon_sym_centroid] = ACTIONS(1458), - [anon_sym_sample] = ACTIONS(1458), - [anon_sym_patch] = ACTIONS(1458), - [anon_sym_smooth] = ACTIONS(1458), - [anon_sym_flat] = ACTIONS(1458), - [anon_sym_noperspective] = ACTIONS(1458), - [anon_sym___extension__] = ACTIONS(1458), - [anon_sym_typedef] = ACTIONS(1458), - [anon_sym_extern] = ACTIONS(1458), - [anon_sym___attribute__] = ACTIONS(1458), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1460), - [anon_sym___declspec] = ACTIONS(1458), - [anon_sym___cdecl] = ACTIONS(1458), - [anon_sym___clrcall] = ACTIONS(1458), - [anon_sym___stdcall] = ACTIONS(1458), - [anon_sym___fastcall] = ACTIONS(1458), - [anon_sym___thiscall] = ACTIONS(1458), - [anon_sym___vectorcall] = ACTIONS(1458), - [anon_sym_LBRACE] = ACTIONS(1460), - [anon_sym_signed] = ACTIONS(1458), - [anon_sym_unsigned] = ACTIONS(1458), - [anon_sym_long] = ACTIONS(1458), - [anon_sym_short] = ACTIONS(1458), - [anon_sym_static] = ACTIONS(1458), - [anon_sym_auto] = ACTIONS(1458), - [anon_sym_register] = ACTIONS(1458), - [anon_sym_inline] = ACTIONS(1458), - [anon_sym___inline] = ACTIONS(1458), - [anon_sym___inline__] = ACTIONS(1458), - [anon_sym___forceinline] = ACTIONS(1458), - [anon_sym_thread_local] = ACTIONS(1458), - [anon_sym___thread] = ACTIONS(1458), - [anon_sym_const] = ACTIONS(1458), - [anon_sym_constexpr] = ACTIONS(1458), - [anon_sym_volatile] = ACTIONS(1458), - [anon_sym_restrict] = ACTIONS(1458), - [anon_sym___restrict__] = ACTIONS(1458), - [anon_sym__Atomic] = ACTIONS(1458), - [anon_sym__Noreturn] = ACTIONS(1458), - [anon_sym_noreturn] = ACTIONS(1458), - [sym_primitive_type] = ACTIONS(1458), - [anon_sym_enum] = ACTIONS(1458), - [anon_sym_struct] = ACTIONS(1458), - [anon_sym_union] = ACTIONS(1458), - [anon_sym_if] = ACTIONS(1458), - [anon_sym_switch] = ACTIONS(1458), - [anon_sym_case] = ACTIONS(1458), - [anon_sym_default] = ACTIONS(1458), - [anon_sym_while] = ACTIONS(1458), - [anon_sym_do] = ACTIONS(1458), - [anon_sym_for] = ACTIONS(1458), - [anon_sym_return] = ACTIONS(1458), - [anon_sym_break] = ACTIONS(1458), - [anon_sym_continue] = ACTIONS(1458), - [anon_sym_goto] = ACTIONS(1458), - [anon_sym_DASH_DASH] = ACTIONS(1460), - [anon_sym_PLUS_PLUS] = ACTIONS(1460), - [anon_sym_sizeof] = ACTIONS(1458), - [anon_sym___alignof__] = ACTIONS(1458), - [anon_sym___alignof] = ACTIONS(1458), - [anon_sym__alignof] = ACTIONS(1458), - [anon_sym_alignof] = ACTIONS(1458), - [anon_sym__Alignof] = ACTIONS(1458), - [anon_sym_offsetof] = ACTIONS(1458), - [anon_sym__Generic] = ACTIONS(1458), - [anon_sym_asm] = ACTIONS(1458), - [anon_sym___asm__] = ACTIONS(1458), - [sym_number_literal] = ACTIONS(1460), - [anon_sym_L_SQUOTE] = ACTIONS(1460), - [anon_sym_u_SQUOTE] = ACTIONS(1460), - [anon_sym_U_SQUOTE] = ACTIONS(1460), - [anon_sym_u8_SQUOTE] = ACTIONS(1460), - [anon_sym_SQUOTE] = ACTIONS(1460), - [anon_sym_L_DQUOTE] = ACTIONS(1460), - [anon_sym_u_DQUOTE] = ACTIONS(1460), - [anon_sym_U_DQUOTE] = ACTIONS(1460), - [anon_sym_u8_DQUOTE] = ACTIONS(1460), - [anon_sym_DQUOTE] = ACTIONS(1460), - [sym_true] = ACTIONS(1458), - [sym_false] = ACTIONS(1458), - [anon_sym_NULL] = ACTIONS(1458), - [anon_sym_nullptr] = ACTIONS(1458), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1458), - [anon_sym_rayPayloadInEXT] = ACTIONS(1458), - [anon_sym_hitAttributeEXT] = ACTIONS(1458), - [anon_sym_callableDataEXT] = ACTIONS(1458), - [anon_sym_callableDataInEXT] = ACTIONS(1458), - [anon_sym_shaderRecordEXT] = ACTIONS(1458), - [anon_sym_rayPayloadNV] = ACTIONS(1458), - [anon_sym_rayPayloadInNV] = ACTIONS(1458), - [anon_sym_hitAttributeNV] = ACTIONS(1458), - [anon_sym_callableDataNV] = ACTIONS(1458), - [anon_sym_callableDataInNV] = ACTIONS(1458), - [anon_sym_shaderRecordNV] = ACTIONS(1458), - [anon_sym_layout] = ACTIONS(1458), - }, - [394] = { - [sym_identifier] = ACTIONS(1498), - [aux_sym_preproc_include_token1] = ACTIONS(1498), - [aux_sym_preproc_def_token1] = ACTIONS(1498), - [aux_sym_preproc_if_token1] = ACTIONS(1498), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1498), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1498), - [sym_preproc_directive] = ACTIONS(1498), - [anon_sym_LPAREN2] = ACTIONS(1500), - [anon_sym_BANG] = ACTIONS(1500), - [anon_sym_TILDE] = ACTIONS(1500), - [anon_sym_DASH] = ACTIONS(1498), - [anon_sym_PLUS] = ACTIONS(1498), - [anon_sym_STAR] = ACTIONS(1500), - [anon_sym_AMP] = ACTIONS(1500), - [anon_sym_subroutine] = ACTIONS(1498), - [anon_sym_invariant] = ACTIONS(1498), - [anon_sym_precise] = ACTIONS(1498), - [anon_sym_SEMI] = ACTIONS(1500), - [anon_sym_in] = ACTIONS(1498), - [anon_sym_out] = ACTIONS(1498), - [anon_sym_inout] = ACTIONS(1498), - [anon_sym_uniform] = ACTIONS(1498), - [anon_sym_shared] = ACTIONS(1498), - [anon_sym_attribute] = ACTIONS(1498), - [anon_sym_varying] = ACTIONS(1498), - [anon_sym_buffer] = ACTIONS(1498), - [anon_sym_coherent] = ACTIONS(1498), - [anon_sym_readonly] = ACTIONS(1498), - [anon_sym_writeonly] = ACTIONS(1498), - [anon_sym_precision] = ACTIONS(1498), - [anon_sym_highp] = ACTIONS(1498), - [anon_sym_mediump] = ACTIONS(1498), - [anon_sym_lowp] = ACTIONS(1498), - [anon_sym_centroid] = ACTIONS(1498), - [anon_sym_sample] = ACTIONS(1498), - [anon_sym_patch] = ACTIONS(1498), - [anon_sym_smooth] = ACTIONS(1498), - [anon_sym_flat] = ACTIONS(1498), - [anon_sym_noperspective] = ACTIONS(1498), - [anon_sym___extension__] = ACTIONS(1498), - [anon_sym_typedef] = ACTIONS(1498), - [anon_sym_extern] = ACTIONS(1498), - [anon_sym___attribute__] = ACTIONS(1498), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1500), - [anon_sym___declspec] = ACTIONS(1498), - [anon_sym___cdecl] = ACTIONS(1498), - [anon_sym___clrcall] = ACTIONS(1498), - [anon_sym___stdcall] = ACTIONS(1498), - [anon_sym___fastcall] = ACTIONS(1498), - [anon_sym___thiscall] = ACTIONS(1498), - [anon_sym___vectorcall] = ACTIONS(1498), - [anon_sym_LBRACE] = ACTIONS(1500), - [anon_sym_RBRACE] = ACTIONS(1500), - [anon_sym_signed] = ACTIONS(1498), - [anon_sym_unsigned] = ACTIONS(1498), - [anon_sym_long] = ACTIONS(1498), - [anon_sym_short] = ACTIONS(1498), - [anon_sym_static] = ACTIONS(1498), - [anon_sym_auto] = ACTIONS(1498), - [anon_sym_register] = ACTIONS(1498), - [anon_sym_inline] = ACTIONS(1498), - [anon_sym___inline] = ACTIONS(1498), - [anon_sym___inline__] = ACTIONS(1498), - [anon_sym___forceinline] = ACTIONS(1498), - [anon_sym_thread_local] = ACTIONS(1498), - [anon_sym___thread] = ACTIONS(1498), - [anon_sym_const] = ACTIONS(1498), - [anon_sym_constexpr] = ACTIONS(1498), - [anon_sym_volatile] = ACTIONS(1498), - [anon_sym_restrict] = ACTIONS(1498), - [anon_sym___restrict__] = ACTIONS(1498), - [anon_sym__Atomic] = ACTIONS(1498), - [anon_sym__Noreturn] = ACTIONS(1498), - [anon_sym_noreturn] = ACTIONS(1498), - [sym_primitive_type] = ACTIONS(1498), - [anon_sym_enum] = ACTIONS(1498), - [anon_sym_struct] = ACTIONS(1498), - [anon_sym_union] = ACTIONS(1498), - [anon_sym_if] = ACTIONS(1498), - [anon_sym_switch] = ACTIONS(1498), - [anon_sym_case] = ACTIONS(1498), - [anon_sym_default] = ACTIONS(1498), - [anon_sym_while] = ACTIONS(1498), - [anon_sym_do] = ACTIONS(1498), - [anon_sym_for] = ACTIONS(1498), - [anon_sym_return] = ACTIONS(1498), - [anon_sym_break] = ACTIONS(1498), - [anon_sym_continue] = ACTIONS(1498), - [anon_sym_goto] = ACTIONS(1498), - [anon_sym_DASH_DASH] = ACTIONS(1500), - [anon_sym_PLUS_PLUS] = ACTIONS(1500), - [anon_sym_sizeof] = ACTIONS(1498), - [anon_sym___alignof__] = ACTIONS(1498), - [anon_sym___alignof] = ACTIONS(1498), - [anon_sym__alignof] = ACTIONS(1498), - [anon_sym_alignof] = ACTIONS(1498), - [anon_sym__Alignof] = ACTIONS(1498), - [anon_sym_offsetof] = ACTIONS(1498), - [anon_sym__Generic] = ACTIONS(1498), - [anon_sym_asm] = ACTIONS(1498), - [anon_sym___asm__] = ACTIONS(1498), - [sym_number_literal] = ACTIONS(1500), - [anon_sym_L_SQUOTE] = ACTIONS(1500), - [anon_sym_u_SQUOTE] = ACTIONS(1500), - [anon_sym_U_SQUOTE] = ACTIONS(1500), - [anon_sym_u8_SQUOTE] = ACTIONS(1500), - [anon_sym_SQUOTE] = ACTIONS(1500), - [anon_sym_L_DQUOTE] = ACTIONS(1500), - [anon_sym_u_DQUOTE] = ACTIONS(1500), - [anon_sym_U_DQUOTE] = ACTIONS(1500), - [anon_sym_u8_DQUOTE] = ACTIONS(1500), - [anon_sym_DQUOTE] = ACTIONS(1500), - [sym_true] = ACTIONS(1498), - [sym_false] = ACTIONS(1498), - [anon_sym_NULL] = ACTIONS(1498), - [anon_sym_nullptr] = ACTIONS(1498), + [399] = { + [sym_identifier] = ACTIONS(1482), + [aux_sym_preproc_include_token1] = ACTIONS(1482), + [aux_sym_preproc_def_token1] = ACTIONS(1482), + [aux_sym_preproc_if_token1] = ACTIONS(1482), + [aux_sym_preproc_if_token2] = ACTIONS(1482), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1482), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1482), + [sym_preproc_directive] = ACTIONS(1482), + [anon_sym_LPAREN2] = ACTIONS(1484), + [anon_sym_BANG] = ACTIONS(1484), + [anon_sym_TILDE] = ACTIONS(1484), + [anon_sym_DASH] = ACTIONS(1482), + [anon_sym_PLUS] = ACTIONS(1482), + [anon_sym_STAR] = ACTIONS(1484), + [anon_sym_AMP] = ACTIONS(1484), + [anon_sym_subroutine] = ACTIONS(1482), + [anon_sym_invariant] = ACTIONS(1482), + [anon_sym_precise] = ACTIONS(1482), + [anon_sym_SEMI] = ACTIONS(1484), + [anon_sym_in] = ACTIONS(1482), + [anon_sym_out] = ACTIONS(1482), + [anon_sym_inout] = ACTIONS(1482), + [anon_sym_uniform] = ACTIONS(1482), + [anon_sym_shared] = ACTIONS(1482), + [anon_sym_attribute] = ACTIONS(1482), + [anon_sym_varying] = ACTIONS(1482), + [anon_sym_buffer] = ACTIONS(1482), + [anon_sym_coherent] = ACTIONS(1482), + [anon_sym_readonly] = ACTIONS(1482), + [anon_sym_writeonly] = ACTIONS(1482), + [anon_sym_precision] = ACTIONS(1482), + [anon_sym_highp] = ACTIONS(1482), + [anon_sym_mediump] = ACTIONS(1482), + [anon_sym_lowp] = ACTIONS(1482), + [anon_sym_centroid] = ACTIONS(1482), + [anon_sym_sample] = ACTIONS(1482), + [anon_sym_patch] = ACTIONS(1482), + [anon_sym_smooth] = ACTIONS(1482), + [anon_sym_flat] = ACTIONS(1482), + [anon_sym_noperspective] = ACTIONS(1482), + [anon_sym___extension__] = ACTIONS(1482), + [anon_sym_typedef] = ACTIONS(1482), + [anon_sym_extern] = ACTIONS(1482), + [anon_sym___attribute__] = ACTIONS(1482), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1484), + [anon_sym___declspec] = ACTIONS(1482), + [anon_sym___cdecl] = ACTIONS(1482), + [anon_sym___clrcall] = ACTIONS(1482), + [anon_sym___stdcall] = ACTIONS(1482), + [anon_sym___fastcall] = ACTIONS(1482), + [anon_sym___thiscall] = ACTIONS(1482), + [anon_sym___vectorcall] = ACTIONS(1482), + [anon_sym_LBRACE] = ACTIONS(1484), + [anon_sym_signed] = ACTIONS(1482), + [anon_sym_unsigned] = ACTIONS(1482), + [anon_sym_long] = ACTIONS(1482), + [anon_sym_short] = ACTIONS(1482), + [anon_sym_static] = ACTIONS(1482), + [anon_sym_auto] = ACTIONS(1482), + [anon_sym_register] = ACTIONS(1482), + [anon_sym_inline] = ACTIONS(1482), + [anon_sym___inline] = ACTIONS(1482), + [anon_sym___inline__] = ACTIONS(1482), + [anon_sym___forceinline] = ACTIONS(1482), + [anon_sym_thread_local] = ACTIONS(1482), + [anon_sym___thread] = ACTIONS(1482), + [anon_sym_const] = ACTIONS(1482), + [anon_sym_constexpr] = ACTIONS(1482), + [anon_sym_volatile] = ACTIONS(1482), + [anon_sym_restrict] = ACTIONS(1482), + [anon_sym___restrict__] = ACTIONS(1482), + [anon_sym__Atomic] = ACTIONS(1482), + [anon_sym__Noreturn] = ACTIONS(1482), + [anon_sym_noreturn] = ACTIONS(1482), + [sym_primitive_type] = ACTIONS(1482), + [anon_sym_enum] = ACTIONS(1482), + [anon_sym_struct] = ACTIONS(1482), + [anon_sym_union] = ACTIONS(1482), + [anon_sym_if] = ACTIONS(1482), + [anon_sym_switch] = ACTIONS(1482), + [anon_sym_case] = ACTIONS(1482), + [anon_sym_default] = ACTIONS(1482), + [anon_sym_while] = ACTIONS(1482), + [anon_sym_do] = ACTIONS(1482), + [anon_sym_for] = ACTIONS(1482), + [anon_sym_return] = ACTIONS(1482), + [anon_sym_break] = ACTIONS(1482), + [anon_sym_continue] = ACTIONS(1482), + [anon_sym_goto] = ACTIONS(1482), + [anon_sym_DASH_DASH] = ACTIONS(1484), + [anon_sym_PLUS_PLUS] = ACTIONS(1484), + [anon_sym_sizeof] = ACTIONS(1482), + [anon_sym___alignof__] = ACTIONS(1482), + [anon_sym___alignof] = ACTIONS(1482), + [anon_sym__alignof] = ACTIONS(1482), + [anon_sym_alignof] = ACTIONS(1482), + [anon_sym__Alignof] = ACTIONS(1482), + [anon_sym_offsetof] = ACTIONS(1482), + [anon_sym__Generic] = ACTIONS(1482), + [anon_sym_asm] = ACTIONS(1482), + [anon_sym___asm__] = ACTIONS(1482), + [sym_number_literal] = ACTIONS(1484), + [anon_sym_L_SQUOTE] = ACTIONS(1484), + [anon_sym_u_SQUOTE] = ACTIONS(1484), + [anon_sym_U_SQUOTE] = ACTIONS(1484), + [anon_sym_u8_SQUOTE] = ACTIONS(1484), + [anon_sym_SQUOTE] = ACTIONS(1484), + [anon_sym_L_DQUOTE] = ACTIONS(1484), + [anon_sym_u_DQUOTE] = ACTIONS(1484), + [anon_sym_U_DQUOTE] = ACTIONS(1484), + [anon_sym_u8_DQUOTE] = ACTIONS(1484), + [anon_sym_DQUOTE] = ACTIONS(1484), + [sym_true] = ACTIONS(1482), + [sym_false] = ACTIONS(1482), + [anon_sym_NULL] = ACTIONS(1482), + [anon_sym_nullptr] = ACTIONS(1482), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1498), - [anon_sym_rayPayloadInEXT] = ACTIONS(1498), - [anon_sym_hitAttributeEXT] = ACTIONS(1498), - [anon_sym_callableDataEXT] = ACTIONS(1498), - [anon_sym_callableDataInEXT] = ACTIONS(1498), - [anon_sym_shaderRecordEXT] = ACTIONS(1498), - [anon_sym_rayPayloadNV] = ACTIONS(1498), - [anon_sym_rayPayloadInNV] = ACTIONS(1498), - [anon_sym_hitAttributeNV] = ACTIONS(1498), - [anon_sym_callableDataNV] = ACTIONS(1498), - [anon_sym_callableDataInNV] = ACTIONS(1498), - [anon_sym_shaderRecordNV] = ACTIONS(1498), - [anon_sym_layout] = ACTIONS(1498), + [anon_sym_rayPayloadEXT] = ACTIONS(1482), + [anon_sym_rayPayloadInEXT] = ACTIONS(1482), + [anon_sym_hitAttributeEXT] = ACTIONS(1482), + [anon_sym_callableDataEXT] = ACTIONS(1482), + [anon_sym_callableDataInEXT] = ACTIONS(1482), + [anon_sym_shaderRecordEXT] = ACTIONS(1482), + [anon_sym_rayPayloadNV] = ACTIONS(1482), + [anon_sym_rayPayloadInNV] = ACTIONS(1482), + [anon_sym_hitAttributeNV] = ACTIONS(1482), + [anon_sym_callableDataNV] = ACTIONS(1482), + [anon_sym_callableDataInNV] = ACTIONS(1482), + [anon_sym_shaderRecordNV] = ACTIONS(1482), + [anon_sym_layout] = ACTIONS(1482), }, - [395] = { + [400] = { [sym_identifier] = ACTIONS(1502), [aux_sym_preproc_include_token1] = ACTIONS(1502), [aux_sym_preproc_def_token1] = ACTIONS(1502), [aux_sym_preproc_if_token1] = ACTIONS(1502), - [aux_sym_preproc_if_token2] = ACTIONS(1502), [aux_sym_preproc_ifdef_token1] = ACTIONS(1502), [aux_sym_preproc_ifdef_token2] = ACTIONS(1502), [sym_preproc_directive] = ACTIONS(1502), @@ -74708,6 +75362,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1502), [anon_sym___vectorcall] = ACTIONS(1502), [anon_sym_LBRACE] = ACTIONS(1504), + [anon_sym_RBRACE] = ACTIONS(1504), [anon_sym_signed] = ACTIONS(1502), [anon_sym_unsigned] = ACTIONS(1502), [anon_sym_long] = ACTIONS(1502), @@ -74786,407 +75441,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1502), [anon_sym_layout] = ACTIONS(1502), }, - [396] = { - [sym_identifier] = ACTIONS(1498), - [aux_sym_preproc_include_token1] = ACTIONS(1498), - [aux_sym_preproc_def_token1] = ACTIONS(1498), - [aux_sym_preproc_if_token1] = ACTIONS(1498), - [aux_sym_preproc_if_token2] = ACTIONS(1498), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1498), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1498), - [sym_preproc_directive] = ACTIONS(1498), - [anon_sym_LPAREN2] = ACTIONS(1500), - [anon_sym_BANG] = ACTIONS(1500), - [anon_sym_TILDE] = ACTIONS(1500), - [anon_sym_DASH] = ACTIONS(1498), - [anon_sym_PLUS] = ACTIONS(1498), - [anon_sym_STAR] = ACTIONS(1500), - [anon_sym_AMP] = ACTIONS(1500), - [anon_sym_subroutine] = ACTIONS(1498), - [anon_sym_invariant] = ACTIONS(1498), - [anon_sym_precise] = ACTIONS(1498), - [anon_sym_SEMI] = ACTIONS(1500), - [anon_sym_in] = ACTIONS(1498), - [anon_sym_out] = ACTIONS(1498), - [anon_sym_inout] = ACTIONS(1498), - [anon_sym_uniform] = ACTIONS(1498), - [anon_sym_shared] = ACTIONS(1498), - [anon_sym_attribute] = ACTIONS(1498), - [anon_sym_varying] = ACTIONS(1498), - [anon_sym_buffer] = ACTIONS(1498), - [anon_sym_coherent] = ACTIONS(1498), - [anon_sym_readonly] = ACTIONS(1498), - [anon_sym_writeonly] = ACTIONS(1498), - [anon_sym_precision] = ACTIONS(1498), - [anon_sym_highp] = ACTIONS(1498), - [anon_sym_mediump] = ACTIONS(1498), - [anon_sym_lowp] = ACTIONS(1498), - [anon_sym_centroid] = ACTIONS(1498), - [anon_sym_sample] = ACTIONS(1498), - [anon_sym_patch] = ACTIONS(1498), - [anon_sym_smooth] = ACTIONS(1498), - [anon_sym_flat] = ACTIONS(1498), - [anon_sym_noperspective] = ACTIONS(1498), - [anon_sym___extension__] = ACTIONS(1498), - [anon_sym_typedef] = ACTIONS(1498), - [anon_sym_extern] = ACTIONS(1498), - [anon_sym___attribute__] = ACTIONS(1498), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1500), - [anon_sym___declspec] = ACTIONS(1498), - [anon_sym___cdecl] = ACTIONS(1498), - [anon_sym___clrcall] = ACTIONS(1498), - [anon_sym___stdcall] = ACTIONS(1498), - [anon_sym___fastcall] = ACTIONS(1498), - [anon_sym___thiscall] = ACTIONS(1498), - [anon_sym___vectorcall] = ACTIONS(1498), - [anon_sym_LBRACE] = ACTIONS(1500), - [anon_sym_signed] = ACTIONS(1498), - [anon_sym_unsigned] = ACTIONS(1498), - [anon_sym_long] = ACTIONS(1498), - [anon_sym_short] = ACTIONS(1498), - [anon_sym_static] = ACTIONS(1498), - [anon_sym_auto] = ACTIONS(1498), - [anon_sym_register] = ACTIONS(1498), - [anon_sym_inline] = ACTIONS(1498), - [anon_sym___inline] = ACTIONS(1498), - [anon_sym___inline__] = ACTIONS(1498), - [anon_sym___forceinline] = ACTIONS(1498), - [anon_sym_thread_local] = ACTIONS(1498), - [anon_sym___thread] = ACTIONS(1498), - [anon_sym_const] = ACTIONS(1498), - [anon_sym_constexpr] = ACTIONS(1498), - [anon_sym_volatile] = ACTIONS(1498), - [anon_sym_restrict] = ACTIONS(1498), - [anon_sym___restrict__] = ACTIONS(1498), - [anon_sym__Atomic] = ACTIONS(1498), - [anon_sym__Noreturn] = ACTIONS(1498), - [anon_sym_noreturn] = ACTIONS(1498), - [sym_primitive_type] = ACTIONS(1498), - [anon_sym_enum] = ACTIONS(1498), - [anon_sym_struct] = ACTIONS(1498), - [anon_sym_union] = ACTIONS(1498), - [anon_sym_if] = ACTIONS(1498), - [anon_sym_switch] = ACTIONS(1498), - [anon_sym_case] = ACTIONS(1498), - [anon_sym_default] = ACTIONS(1498), - [anon_sym_while] = ACTIONS(1498), - [anon_sym_do] = ACTIONS(1498), - [anon_sym_for] = ACTIONS(1498), - [anon_sym_return] = ACTIONS(1498), - [anon_sym_break] = ACTIONS(1498), - [anon_sym_continue] = ACTIONS(1498), - [anon_sym_goto] = ACTIONS(1498), - [anon_sym_DASH_DASH] = ACTIONS(1500), - [anon_sym_PLUS_PLUS] = ACTIONS(1500), - [anon_sym_sizeof] = ACTIONS(1498), - [anon_sym___alignof__] = ACTIONS(1498), - [anon_sym___alignof] = ACTIONS(1498), - [anon_sym__alignof] = ACTIONS(1498), - [anon_sym_alignof] = ACTIONS(1498), - [anon_sym__Alignof] = ACTIONS(1498), - [anon_sym_offsetof] = ACTIONS(1498), - [anon_sym__Generic] = ACTIONS(1498), - [anon_sym_asm] = ACTIONS(1498), - [anon_sym___asm__] = ACTIONS(1498), - [sym_number_literal] = ACTIONS(1500), - [anon_sym_L_SQUOTE] = ACTIONS(1500), - [anon_sym_u_SQUOTE] = ACTIONS(1500), - [anon_sym_U_SQUOTE] = ACTIONS(1500), - [anon_sym_u8_SQUOTE] = ACTIONS(1500), - [anon_sym_SQUOTE] = ACTIONS(1500), - [anon_sym_L_DQUOTE] = ACTIONS(1500), - [anon_sym_u_DQUOTE] = ACTIONS(1500), - [anon_sym_U_DQUOTE] = ACTIONS(1500), - [anon_sym_u8_DQUOTE] = ACTIONS(1500), - [anon_sym_DQUOTE] = ACTIONS(1500), - [sym_true] = ACTIONS(1498), - [sym_false] = ACTIONS(1498), - [anon_sym_NULL] = ACTIONS(1498), - [anon_sym_nullptr] = ACTIONS(1498), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1498), - [anon_sym_rayPayloadInEXT] = ACTIONS(1498), - [anon_sym_hitAttributeEXT] = ACTIONS(1498), - [anon_sym_callableDataEXT] = ACTIONS(1498), - [anon_sym_callableDataInEXT] = ACTIONS(1498), - [anon_sym_shaderRecordEXT] = ACTIONS(1498), - [anon_sym_rayPayloadNV] = ACTIONS(1498), - [anon_sym_rayPayloadInNV] = ACTIONS(1498), - [anon_sym_hitAttributeNV] = ACTIONS(1498), - [anon_sym_callableDataNV] = ACTIONS(1498), - [anon_sym_callableDataInNV] = ACTIONS(1498), - [anon_sym_shaderRecordNV] = ACTIONS(1498), - [anon_sym_layout] = ACTIONS(1498), - }, - [397] = { - [sym_identifier] = ACTIONS(1494), - [aux_sym_preproc_include_token1] = ACTIONS(1494), - [aux_sym_preproc_def_token1] = ACTIONS(1494), - [aux_sym_preproc_if_token1] = ACTIONS(1494), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1494), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1494), - [sym_preproc_directive] = ACTIONS(1494), - [anon_sym_LPAREN2] = ACTIONS(1496), - [anon_sym_BANG] = ACTIONS(1496), - [anon_sym_TILDE] = ACTIONS(1496), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_STAR] = ACTIONS(1496), - [anon_sym_AMP] = ACTIONS(1496), - [anon_sym_subroutine] = ACTIONS(1494), - [anon_sym_invariant] = ACTIONS(1494), - [anon_sym_precise] = ACTIONS(1494), - [anon_sym_SEMI] = ACTIONS(1496), - [anon_sym_in] = ACTIONS(1494), - [anon_sym_out] = ACTIONS(1494), - [anon_sym_inout] = ACTIONS(1494), - [anon_sym_uniform] = ACTIONS(1494), - [anon_sym_shared] = ACTIONS(1494), - [anon_sym_attribute] = ACTIONS(1494), - [anon_sym_varying] = ACTIONS(1494), - [anon_sym_buffer] = ACTIONS(1494), - [anon_sym_coherent] = ACTIONS(1494), - [anon_sym_readonly] = ACTIONS(1494), - [anon_sym_writeonly] = ACTIONS(1494), - [anon_sym_precision] = ACTIONS(1494), - [anon_sym_highp] = ACTIONS(1494), - [anon_sym_mediump] = ACTIONS(1494), - [anon_sym_lowp] = ACTIONS(1494), - [anon_sym_centroid] = ACTIONS(1494), - [anon_sym_sample] = ACTIONS(1494), - [anon_sym_patch] = ACTIONS(1494), - [anon_sym_smooth] = ACTIONS(1494), - [anon_sym_flat] = ACTIONS(1494), - [anon_sym_noperspective] = ACTIONS(1494), - [anon_sym___extension__] = ACTIONS(1494), - [anon_sym_typedef] = ACTIONS(1494), - [anon_sym_extern] = ACTIONS(1494), - [anon_sym___attribute__] = ACTIONS(1494), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1496), - [anon_sym___declspec] = ACTIONS(1494), - [anon_sym___cdecl] = ACTIONS(1494), - [anon_sym___clrcall] = ACTIONS(1494), - [anon_sym___stdcall] = ACTIONS(1494), - [anon_sym___fastcall] = ACTIONS(1494), - [anon_sym___thiscall] = ACTIONS(1494), - [anon_sym___vectorcall] = ACTIONS(1494), - [anon_sym_LBRACE] = ACTIONS(1496), - [anon_sym_RBRACE] = ACTIONS(1496), - [anon_sym_signed] = ACTIONS(1494), - [anon_sym_unsigned] = ACTIONS(1494), - [anon_sym_long] = ACTIONS(1494), - [anon_sym_short] = ACTIONS(1494), - [anon_sym_static] = ACTIONS(1494), - [anon_sym_auto] = ACTIONS(1494), - [anon_sym_register] = ACTIONS(1494), - [anon_sym_inline] = ACTIONS(1494), - [anon_sym___inline] = ACTIONS(1494), - [anon_sym___inline__] = ACTIONS(1494), - [anon_sym___forceinline] = ACTIONS(1494), - [anon_sym_thread_local] = ACTIONS(1494), - [anon_sym___thread] = ACTIONS(1494), - [anon_sym_const] = ACTIONS(1494), - [anon_sym_constexpr] = ACTIONS(1494), - [anon_sym_volatile] = ACTIONS(1494), - [anon_sym_restrict] = ACTIONS(1494), - [anon_sym___restrict__] = ACTIONS(1494), - [anon_sym__Atomic] = ACTIONS(1494), - [anon_sym__Noreturn] = ACTIONS(1494), - [anon_sym_noreturn] = ACTIONS(1494), - [sym_primitive_type] = ACTIONS(1494), - [anon_sym_enum] = ACTIONS(1494), - [anon_sym_struct] = ACTIONS(1494), - [anon_sym_union] = ACTIONS(1494), - [anon_sym_if] = ACTIONS(1494), - [anon_sym_switch] = ACTIONS(1494), - [anon_sym_case] = ACTIONS(1494), - [anon_sym_default] = ACTIONS(1494), - [anon_sym_while] = ACTIONS(1494), - [anon_sym_do] = ACTIONS(1494), - [anon_sym_for] = ACTIONS(1494), - [anon_sym_return] = ACTIONS(1494), - [anon_sym_break] = ACTIONS(1494), - [anon_sym_continue] = ACTIONS(1494), - [anon_sym_goto] = ACTIONS(1494), - [anon_sym_DASH_DASH] = ACTIONS(1496), - [anon_sym_PLUS_PLUS] = ACTIONS(1496), - [anon_sym_sizeof] = ACTIONS(1494), - [anon_sym___alignof__] = ACTIONS(1494), - [anon_sym___alignof] = ACTIONS(1494), - [anon_sym__alignof] = ACTIONS(1494), - [anon_sym_alignof] = ACTIONS(1494), - [anon_sym__Alignof] = ACTIONS(1494), - [anon_sym_offsetof] = ACTIONS(1494), - [anon_sym__Generic] = ACTIONS(1494), - [anon_sym_asm] = ACTIONS(1494), - [anon_sym___asm__] = ACTIONS(1494), - [sym_number_literal] = ACTIONS(1496), - [anon_sym_L_SQUOTE] = ACTIONS(1496), - [anon_sym_u_SQUOTE] = ACTIONS(1496), - [anon_sym_U_SQUOTE] = ACTIONS(1496), - [anon_sym_u8_SQUOTE] = ACTIONS(1496), - [anon_sym_SQUOTE] = ACTIONS(1496), - [anon_sym_L_DQUOTE] = ACTIONS(1496), - [anon_sym_u_DQUOTE] = ACTIONS(1496), - [anon_sym_U_DQUOTE] = ACTIONS(1496), - [anon_sym_u8_DQUOTE] = ACTIONS(1496), - [anon_sym_DQUOTE] = ACTIONS(1496), - [sym_true] = ACTIONS(1494), - [sym_false] = ACTIONS(1494), - [anon_sym_NULL] = ACTIONS(1494), - [anon_sym_nullptr] = ACTIONS(1494), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1494), - [anon_sym_rayPayloadInEXT] = ACTIONS(1494), - [anon_sym_hitAttributeEXT] = ACTIONS(1494), - [anon_sym_callableDataEXT] = ACTIONS(1494), - [anon_sym_callableDataInEXT] = ACTIONS(1494), - [anon_sym_shaderRecordEXT] = ACTIONS(1494), - [anon_sym_rayPayloadNV] = ACTIONS(1494), - [anon_sym_rayPayloadInNV] = ACTIONS(1494), - [anon_sym_hitAttributeNV] = ACTIONS(1494), - [anon_sym_callableDataNV] = ACTIONS(1494), - [anon_sym_callableDataInNV] = ACTIONS(1494), - [anon_sym_shaderRecordNV] = ACTIONS(1494), - [anon_sym_layout] = ACTIONS(1494), - }, - [398] = { - [sym_identifier] = ACTIONS(1470), - [aux_sym_preproc_include_token1] = ACTIONS(1470), - [aux_sym_preproc_def_token1] = ACTIONS(1470), - [aux_sym_preproc_if_token1] = ACTIONS(1470), - [aux_sym_preproc_if_token2] = ACTIONS(1470), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1470), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1470), - [sym_preproc_directive] = ACTIONS(1470), - [anon_sym_LPAREN2] = ACTIONS(1472), - [anon_sym_BANG] = ACTIONS(1472), - [anon_sym_TILDE] = ACTIONS(1472), - [anon_sym_DASH] = ACTIONS(1470), - [anon_sym_PLUS] = ACTIONS(1470), - [anon_sym_STAR] = ACTIONS(1472), - [anon_sym_AMP] = ACTIONS(1472), - [anon_sym_subroutine] = ACTIONS(1470), - [anon_sym_invariant] = ACTIONS(1470), - [anon_sym_precise] = ACTIONS(1470), - [anon_sym_SEMI] = ACTIONS(1472), - [anon_sym_in] = ACTIONS(1470), - [anon_sym_out] = ACTIONS(1470), - [anon_sym_inout] = ACTIONS(1470), - [anon_sym_uniform] = ACTIONS(1470), - [anon_sym_shared] = ACTIONS(1470), - [anon_sym_attribute] = ACTIONS(1470), - [anon_sym_varying] = ACTIONS(1470), - [anon_sym_buffer] = ACTIONS(1470), - [anon_sym_coherent] = ACTIONS(1470), - [anon_sym_readonly] = ACTIONS(1470), - [anon_sym_writeonly] = ACTIONS(1470), - [anon_sym_precision] = ACTIONS(1470), - [anon_sym_highp] = ACTIONS(1470), - [anon_sym_mediump] = ACTIONS(1470), - [anon_sym_lowp] = ACTIONS(1470), - [anon_sym_centroid] = ACTIONS(1470), - [anon_sym_sample] = ACTIONS(1470), - [anon_sym_patch] = ACTIONS(1470), - [anon_sym_smooth] = ACTIONS(1470), - [anon_sym_flat] = ACTIONS(1470), - [anon_sym_noperspective] = ACTIONS(1470), - [anon_sym___extension__] = ACTIONS(1470), - [anon_sym_typedef] = ACTIONS(1470), - [anon_sym_extern] = ACTIONS(1470), - [anon_sym___attribute__] = ACTIONS(1470), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1472), - [anon_sym___declspec] = ACTIONS(1470), - [anon_sym___cdecl] = ACTIONS(1470), - [anon_sym___clrcall] = ACTIONS(1470), - [anon_sym___stdcall] = ACTIONS(1470), - [anon_sym___fastcall] = ACTIONS(1470), - [anon_sym___thiscall] = ACTIONS(1470), - [anon_sym___vectorcall] = ACTIONS(1470), - [anon_sym_LBRACE] = ACTIONS(1472), - [anon_sym_signed] = ACTIONS(1470), - [anon_sym_unsigned] = ACTIONS(1470), - [anon_sym_long] = ACTIONS(1470), - [anon_sym_short] = ACTIONS(1470), - [anon_sym_static] = ACTIONS(1470), - [anon_sym_auto] = ACTIONS(1470), - [anon_sym_register] = ACTIONS(1470), - [anon_sym_inline] = ACTIONS(1470), - [anon_sym___inline] = ACTIONS(1470), - [anon_sym___inline__] = ACTIONS(1470), - [anon_sym___forceinline] = ACTIONS(1470), - [anon_sym_thread_local] = ACTIONS(1470), - [anon_sym___thread] = ACTIONS(1470), - [anon_sym_const] = ACTIONS(1470), - [anon_sym_constexpr] = ACTIONS(1470), - [anon_sym_volatile] = ACTIONS(1470), - [anon_sym_restrict] = ACTIONS(1470), - [anon_sym___restrict__] = ACTIONS(1470), - [anon_sym__Atomic] = ACTIONS(1470), - [anon_sym__Noreturn] = ACTIONS(1470), - [anon_sym_noreturn] = ACTIONS(1470), - [sym_primitive_type] = ACTIONS(1470), - [anon_sym_enum] = ACTIONS(1470), - [anon_sym_struct] = ACTIONS(1470), - [anon_sym_union] = ACTIONS(1470), - [anon_sym_if] = ACTIONS(1470), - [anon_sym_switch] = ACTIONS(1470), - [anon_sym_case] = ACTIONS(1470), - [anon_sym_default] = ACTIONS(1470), - [anon_sym_while] = ACTIONS(1470), - [anon_sym_do] = ACTIONS(1470), - [anon_sym_for] = ACTIONS(1470), - [anon_sym_return] = ACTIONS(1470), - [anon_sym_break] = ACTIONS(1470), - [anon_sym_continue] = ACTIONS(1470), - [anon_sym_goto] = ACTIONS(1470), - [anon_sym_DASH_DASH] = ACTIONS(1472), - [anon_sym_PLUS_PLUS] = ACTIONS(1472), - [anon_sym_sizeof] = ACTIONS(1470), - [anon_sym___alignof__] = ACTIONS(1470), - [anon_sym___alignof] = ACTIONS(1470), - [anon_sym__alignof] = ACTIONS(1470), - [anon_sym_alignof] = ACTIONS(1470), - [anon_sym__Alignof] = ACTIONS(1470), - [anon_sym_offsetof] = ACTIONS(1470), - [anon_sym__Generic] = ACTIONS(1470), - [anon_sym_asm] = ACTIONS(1470), - [anon_sym___asm__] = ACTIONS(1470), - [sym_number_literal] = ACTIONS(1472), - [anon_sym_L_SQUOTE] = ACTIONS(1472), - [anon_sym_u_SQUOTE] = ACTIONS(1472), - [anon_sym_U_SQUOTE] = ACTIONS(1472), - [anon_sym_u8_SQUOTE] = ACTIONS(1472), - [anon_sym_SQUOTE] = ACTIONS(1472), - [anon_sym_L_DQUOTE] = ACTIONS(1472), - [anon_sym_u_DQUOTE] = ACTIONS(1472), - [anon_sym_U_DQUOTE] = ACTIONS(1472), - [anon_sym_u8_DQUOTE] = ACTIONS(1472), - [anon_sym_DQUOTE] = ACTIONS(1472), - [sym_true] = ACTIONS(1470), - [sym_false] = ACTIONS(1470), - [anon_sym_NULL] = ACTIONS(1470), - [anon_sym_nullptr] = ACTIONS(1470), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1470), - [anon_sym_rayPayloadInEXT] = ACTIONS(1470), - [anon_sym_hitAttributeEXT] = ACTIONS(1470), - [anon_sym_callableDataEXT] = ACTIONS(1470), - [anon_sym_callableDataInEXT] = ACTIONS(1470), - [anon_sym_shaderRecordEXT] = ACTIONS(1470), - [anon_sym_rayPayloadNV] = ACTIONS(1470), - [anon_sym_rayPayloadInNV] = ACTIONS(1470), - [anon_sym_hitAttributeNV] = ACTIONS(1470), - [anon_sym_callableDataNV] = ACTIONS(1470), - [anon_sym_callableDataInNV] = ACTIONS(1470), - [anon_sym_shaderRecordNV] = ACTIONS(1470), - [anon_sym_layout] = ACTIONS(1470), + [401] = { + [sym_identifier] = ACTIONS(1474), + [aux_sym_preproc_include_token1] = ACTIONS(1474), + [aux_sym_preproc_def_token1] = ACTIONS(1474), + [aux_sym_preproc_if_token1] = ACTIONS(1474), + [aux_sym_preproc_if_token2] = ACTIONS(1474), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1474), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1474), + [sym_preproc_directive] = ACTIONS(1474), + [anon_sym_LPAREN2] = ACTIONS(1476), + [anon_sym_BANG] = ACTIONS(1476), + [anon_sym_TILDE] = ACTIONS(1476), + [anon_sym_DASH] = ACTIONS(1474), + [anon_sym_PLUS] = ACTIONS(1474), + [anon_sym_STAR] = ACTIONS(1476), + [anon_sym_AMP] = ACTIONS(1476), + [anon_sym_subroutine] = ACTIONS(1474), + [anon_sym_invariant] = ACTIONS(1474), + [anon_sym_precise] = ACTIONS(1474), + [anon_sym_SEMI] = ACTIONS(1476), + [anon_sym_in] = ACTIONS(1474), + [anon_sym_out] = ACTIONS(1474), + [anon_sym_inout] = ACTIONS(1474), + [anon_sym_uniform] = ACTIONS(1474), + [anon_sym_shared] = ACTIONS(1474), + [anon_sym_attribute] = ACTIONS(1474), + [anon_sym_varying] = ACTIONS(1474), + [anon_sym_buffer] = ACTIONS(1474), + [anon_sym_coherent] = ACTIONS(1474), + [anon_sym_readonly] = ACTIONS(1474), + [anon_sym_writeonly] = ACTIONS(1474), + [anon_sym_precision] = ACTIONS(1474), + [anon_sym_highp] = ACTIONS(1474), + [anon_sym_mediump] = ACTIONS(1474), + [anon_sym_lowp] = ACTIONS(1474), + [anon_sym_centroid] = ACTIONS(1474), + [anon_sym_sample] = ACTIONS(1474), + [anon_sym_patch] = ACTIONS(1474), + [anon_sym_smooth] = ACTIONS(1474), + [anon_sym_flat] = ACTIONS(1474), + [anon_sym_noperspective] = ACTIONS(1474), + [anon_sym___extension__] = ACTIONS(1474), + [anon_sym_typedef] = ACTIONS(1474), + [anon_sym_extern] = ACTIONS(1474), + [anon_sym___attribute__] = ACTIONS(1474), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), + [anon_sym___declspec] = ACTIONS(1474), + [anon_sym___cdecl] = ACTIONS(1474), + [anon_sym___clrcall] = ACTIONS(1474), + [anon_sym___stdcall] = ACTIONS(1474), + [anon_sym___fastcall] = ACTIONS(1474), + [anon_sym___thiscall] = ACTIONS(1474), + [anon_sym___vectorcall] = ACTIONS(1474), + [anon_sym_LBRACE] = ACTIONS(1476), + [anon_sym_signed] = ACTIONS(1474), + [anon_sym_unsigned] = ACTIONS(1474), + [anon_sym_long] = ACTIONS(1474), + [anon_sym_short] = ACTIONS(1474), + [anon_sym_static] = ACTIONS(1474), + [anon_sym_auto] = ACTIONS(1474), + [anon_sym_register] = ACTIONS(1474), + [anon_sym_inline] = ACTIONS(1474), + [anon_sym___inline] = ACTIONS(1474), + [anon_sym___inline__] = ACTIONS(1474), + [anon_sym___forceinline] = ACTIONS(1474), + [anon_sym_thread_local] = ACTIONS(1474), + [anon_sym___thread] = ACTIONS(1474), + [anon_sym_const] = ACTIONS(1474), + [anon_sym_constexpr] = ACTIONS(1474), + [anon_sym_volatile] = ACTIONS(1474), + [anon_sym_restrict] = ACTIONS(1474), + [anon_sym___restrict__] = ACTIONS(1474), + [anon_sym__Atomic] = ACTIONS(1474), + [anon_sym__Noreturn] = ACTIONS(1474), + [anon_sym_noreturn] = ACTIONS(1474), + [sym_primitive_type] = ACTIONS(1474), + [anon_sym_enum] = ACTIONS(1474), + [anon_sym_struct] = ACTIONS(1474), + [anon_sym_union] = ACTIONS(1474), + [anon_sym_if] = ACTIONS(1474), + [anon_sym_switch] = ACTIONS(1474), + [anon_sym_case] = ACTIONS(1474), + [anon_sym_default] = ACTIONS(1474), + [anon_sym_while] = ACTIONS(1474), + [anon_sym_do] = ACTIONS(1474), + [anon_sym_for] = ACTIONS(1474), + [anon_sym_return] = ACTIONS(1474), + [anon_sym_break] = ACTIONS(1474), + [anon_sym_continue] = ACTIONS(1474), + [anon_sym_goto] = ACTIONS(1474), + [anon_sym_DASH_DASH] = ACTIONS(1476), + [anon_sym_PLUS_PLUS] = ACTIONS(1476), + [anon_sym_sizeof] = ACTIONS(1474), + [anon_sym___alignof__] = ACTIONS(1474), + [anon_sym___alignof] = ACTIONS(1474), + [anon_sym__alignof] = ACTIONS(1474), + [anon_sym_alignof] = ACTIONS(1474), + [anon_sym__Alignof] = ACTIONS(1474), + [anon_sym_offsetof] = ACTIONS(1474), + [anon_sym__Generic] = ACTIONS(1474), + [anon_sym_asm] = ACTIONS(1474), + [anon_sym___asm__] = ACTIONS(1474), + [sym_number_literal] = ACTIONS(1476), + [anon_sym_L_SQUOTE] = ACTIONS(1476), + [anon_sym_u_SQUOTE] = ACTIONS(1476), + [anon_sym_U_SQUOTE] = ACTIONS(1476), + [anon_sym_u8_SQUOTE] = ACTIONS(1476), + [anon_sym_SQUOTE] = ACTIONS(1476), + [anon_sym_L_DQUOTE] = ACTIONS(1476), + [anon_sym_u_DQUOTE] = ACTIONS(1476), + [anon_sym_U_DQUOTE] = ACTIONS(1476), + [anon_sym_u8_DQUOTE] = ACTIONS(1476), + [anon_sym_DQUOTE] = ACTIONS(1476), + [sym_true] = ACTIONS(1474), + [sym_false] = ACTIONS(1474), + [anon_sym_NULL] = ACTIONS(1474), + [anon_sym_nullptr] = ACTIONS(1474), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1474), + [anon_sym_rayPayloadInEXT] = ACTIONS(1474), + [anon_sym_hitAttributeEXT] = ACTIONS(1474), + [anon_sym_callableDataEXT] = ACTIONS(1474), + [anon_sym_callableDataInEXT] = ACTIONS(1474), + [anon_sym_shaderRecordEXT] = ACTIONS(1474), + [anon_sym_rayPayloadNV] = ACTIONS(1474), + [anon_sym_rayPayloadInNV] = ACTIONS(1474), + [anon_sym_hitAttributeNV] = ACTIONS(1474), + [anon_sym_callableDataNV] = ACTIONS(1474), + [anon_sym_callableDataInNV] = ACTIONS(1474), + [anon_sym_shaderRecordNV] = ACTIONS(1474), + [anon_sym_layout] = ACTIONS(1474), }, - [399] = { + [402] = { [sym_identifier] = ACTIONS(1478), [aux_sym_preproc_include_token1] = ACTIONS(1478), [aux_sym_preproc_def_token1] = ACTIONS(1478), [aux_sym_preproc_if_token1] = ACTIONS(1478), + [aux_sym_preproc_if_token2] = ACTIONS(1478), [aux_sym_preproc_ifdef_token1] = ACTIONS(1478), [aux_sym_preproc_ifdef_token2] = ACTIONS(1478), [sym_preproc_directive] = ACTIONS(1478), @@ -75235,7 +75627,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1478), [anon_sym___vectorcall] = ACTIONS(1478), [anon_sym_LBRACE] = ACTIONS(1480), - [anon_sym_RBRACE] = ACTIONS(1480), [anon_sym_signed] = ACTIONS(1478), [anon_sym_unsigned] = ACTIONS(1478), [anon_sym_long] = ACTIONS(1478), @@ -75314,144 +75705,143 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1478), [anon_sym_layout] = ACTIONS(1478), }, - [400] = { - [sym_identifier] = ACTIONS(1512), - [aux_sym_preproc_include_token1] = ACTIONS(1512), - [aux_sym_preproc_def_token1] = ACTIONS(1512), - [aux_sym_preproc_if_token1] = ACTIONS(1512), - [aux_sym_preproc_if_token2] = ACTIONS(1512), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1512), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1512), - [sym_preproc_directive] = ACTIONS(1512), - [anon_sym_LPAREN2] = ACTIONS(1514), - [anon_sym_BANG] = ACTIONS(1514), - [anon_sym_TILDE] = ACTIONS(1514), - [anon_sym_DASH] = ACTIONS(1512), - [anon_sym_PLUS] = ACTIONS(1512), - [anon_sym_STAR] = ACTIONS(1514), - [anon_sym_AMP] = ACTIONS(1514), - [anon_sym_subroutine] = ACTIONS(1512), - [anon_sym_invariant] = ACTIONS(1512), - [anon_sym_precise] = ACTIONS(1512), - [anon_sym_SEMI] = ACTIONS(1514), - [anon_sym_in] = ACTIONS(1512), - [anon_sym_out] = ACTIONS(1512), - [anon_sym_inout] = ACTIONS(1512), - [anon_sym_uniform] = ACTIONS(1512), - [anon_sym_shared] = ACTIONS(1512), - [anon_sym_attribute] = ACTIONS(1512), - [anon_sym_varying] = ACTIONS(1512), - [anon_sym_buffer] = ACTIONS(1512), - [anon_sym_coherent] = ACTIONS(1512), - [anon_sym_readonly] = ACTIONS(1512), - [anon_sym_writeonly] = ACTIONS(1512), - [anon_sym_precision] = ACTIONS(1512), - [anon_sym_highp] = ACTIONS(1512), - [anon_sym_mediump] = ACTIONS(1512), - [anon_sym_lowp] = ACTIONS(1512), - [anon_sym_centroid] = ACTIONS(1512), - [anon_sym_sample] = ACTIONS(1512), - [anon_sym_patch] = ACTIONS(1512), - [anon_sym_smooth] = ACTIONS(1512), - [anon_sym_flat] = ACTIONS(1512), - [anon_sym_noperspective] = ACTIONS(1512), - [anon_sym___extension__] = ACTIONS(1512), - [anon_sym_typedef] = ACTIONS(1512), - [anon_sym_extern] = ACTIONS(1512), - [anon_sym___attribute__] = ACTIONS(1512), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1514), - [anon_sym___declspec] = ACTIONS(1512), - [anon_sym___cdecl] = ACTIONS(1512), - [anon_sym___clrcall] = ACTIONS(1512), - [anon_sym___stdcall] = ACTIONS(1512), - [anon_sym___fastcall] = ACTIONS(1512), - [anon_sym___thiscall] = ACTIONS(1512), - [anon_sym___vectorcall] = ACTIONS(1512), - [anon_sym_LBRACE] = ACTIONS(1514), - [anon_sym_signed] = ACTIONS(1512), - [anon_sym_unsigned] = ACTIONS(1512), - [anon_sym_long] = ACTIONS(1512), - [anon_sym_short] = ACTIONS(1512), - [anon_sym_static] = ACTIONS(1512), - [anon_sym_auto] = ACTIONS(1512), - [anon_sym_register] = ACTIONS(1512), - [anon_sym_inline] = ACTIONS(1512), - [anon_sym___inline] = ACTIONS(1512), - [anon_sym___inline__] = ACTIONS(1512), - [anon_sym___forceinline] = ACTIONS(1512), - [anon_sym_thread_local] = ACTIONS(1512), - [anon_sym___thread] = ACTIONS(1512), - [anon_sym_const] = ACTIONS(1512), - [anon_sym_constexpr] = ACTIONS(1512), - [anon_sym_volatile] = ACTIONS(1512), - [anon_sym_restrict] = ACTIONS(1512), - [anon_sym___restrict__] = ACTIONS(1512), - [anon_sym__Atomic] = ACTIONS(1512), - [anon_sym__Noreturn] = ACTIONS(1512), - [anon_sym_noreturn] = ACTIONS(1512), - [sym_primitive_type] = ACTIONS(1512), - [anon_sym_enum] = ACTIONS(1512), - [anon_sym_struct] = ACTIONS(1512), - [anon_sym_union] = ACTIONS(1512), - [anon_sym_if] = ACTIONS(1512), - [anon_sym_switch] = ACTIONS(1512), - [anon_sym_case] = ACTIONS(1512), - [anon_sym_default] = ACTIONS(1512), - [anon_sym_while] = ACTIONS(1512), - [anon_sym_do] = ACTIONS(1512), - [anon_sym_for] = ACTIONS(1512), - [anon_sym_return] = ACTIONS(1512), - [anon_sym_break] = ACTIONS(1512), - [anon_sym_continue] = ACTIONS(1512), - [anon_sym_goto] = ACTIONS(1512), - [anon_sym_DASH_DASH] = ACTIONS(1514), - [anon_sym_PLUS_PLUS] = ACTIONS(1514), - [anon_sym_sizeof] = ACTIONS(1512), - [anon_sym___alignof__] = ACTIONS(1512), - [anon_sym___alignof] = ACTIONS(1512), - [anon_sym__alignof] = ACTIONS(1512), - [anon_sym_alignof] = ACTIONS(1512), - [anon_sym__Alignof] = ACTIONS(1512), - [anon_sym_offsetof] = ACTIONS(1512), - [anon_sym__Generic] = ACTIONS(1512), - [anon_sym_asm] = ACTIONS(1512), - [anon_sym___asm__] = ACTIONS(1512), - [sym_number_literal] = ACTIONS(1514), - [anon_sym_L_SQUOTE] = ACTIONS(1514), - [anon_sym_u_SQUOTE] = ACTIONS(1514), - [anon_sym_U_SQUOTE] = ACTIONS(1514), - [anon_sym_u8_SQUOTE] = ACTIONS(1514), - [anon_sym_SQUOTE] = ACTIONS(1514), - [anon_sym_L_DQUOTE] = ACTIONS(1514), - [anon_sym_u_DQUOTE] = ACTIONS(1514), - [anon_sym_U_DQUOTE] = ACTIONS(1514), - [anon_sym_u8_DQUOTE] = ACTIONS(1514), - [anon_sym_DQUOTE] = ACTIONS(1514), - [sym_true] = ACTIONS(1512), - [sym_false] = ACTIONS(1512), - [anon_sym_NULL] = ACTIONS(1512), - [anon_sym_nullptr] = ACTIONS(1512), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1512), - [anon_sym_rayPayloadInEXT] = ACTIONS(1512), - [anon_sym_hitAttributeEXT] = ACTIONS(1512), - [anon_sym_callableDataEXT] = ACTIONS(1512), - [anon_sym_callableDataInEXT] = ACTIONS(1512), - [anon_sym_shaderRecordEXT] = ACTIONS(1512), - [anon_sym_rayPayloadNV] = ACTIONS(1512), - [anon_sym_rayPayloadInNV] = ACTIONS(1512), - [anon_sym_hitAttributeNV] = ACTIONS(1512), - [anon_sym_callableDataNV] = ACTIONS(1512), - [anon_sym_callableDataInNV] = ACTIONS(1512), - [anon_sym_shaderRecordNV] = ACTIONS(1512), - [anon_sym_layout] = ACTIONS(1512), + [403] = { + [sym_identifier] = ACTIONS(1510), + [aux_sym_preproc_include_token1] = ACTIONS(1510), + [aux_sym_preproc_def_token1] = ACTIONS(1510), + [aux_sym_preproc_if_token1] = ACTIONS(1510), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1510), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1510), + [sym_preproc_directive] = ACTIONS(1510), + [anon_sym_LPAREN2] = ACTIONS(1512), + [anon_sym_BANG] = ACTIONS(1512), + [anon_sym_TILDE] = ACTIONS(1512), + [anon_sym_DASH] = ACTIONS(1510), + [anon_sym_PLUS] = ACTIONS(1510), + [anon_sym_STAR] = ACTIONS(1512), + [anon_sym_AMP] = ACTIONS(1512), + [anon_sym_subroutine] = ACTIONS(1510), + [anon_sym_invariant] = ACTIONS(1510), + [anon_sym_precise] = ACTIONS(1510), + [anon_sym_SEMI] = ACTIONS(1512), + [anon_sym_in] = ACTIONS(1510), + [anon_sym_out] = ACTIONS(1510), + [anon_sym_inout] = ACTIONS(1510), + [anon_sym_uniform] = ACTIONS(1510), + [anon_sym_shared] = ACTIONS(1510), + [anon_sym_attribute] = ACTIONS(1510), + [anon_sym_varying] = ACTIONS(1510), + [anon_sym_buffer] = ACTIONS(1510), + [anon_sym_coherent] = ACTIONS(1510), + [anon_sym_readonly] = ACTIONS(1510), + [anon_sym_writeonly] = ACTIONS(1510), + [anon_sym_precision] = ACTIONS(1510), + [anon_sym_highp] = ACTIONS(1510), + [anon_sym_mediump] = ACTIONS(1510), + [anon_sym_lowp] = ACTIONS(1510), + [anon_sym_centroid] = ACTIONS(1510), + [anon_sym_sample] = ACTIONS(1510), + [anon_sym_patch] = ACTIONS(1510), + [anon_sym_smooth] = ACTIONS(1510), + [anon_sym_flat] = ACTIONS(1510), + [anon_sym_noperspective] = ACTIONS(1510), + [anon_sym___extension__] = ACTIONS(1510), + [anon_sym_typedef] = ACTIONS(1510), + [anon_sym_extern] = ACTIONS(1510), + [anon_sym___attribute__] = ACTIONS(1510), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1512), + [anon_sym___declspec] = ACTIONS(1510), + [anon_sym___cdecl] = ACTIONS(1510), + [anon_sym___clrcall] = ACTIONS(1510), + [anon_sym___stdcall] = ACTIONS(1510), + [anon_sym___fastcall] = ACTIONS(1510), + [anon_sym___thiscall] = ACTIONS(1510), + [anon_sym___vectorcall] = ACTIONS(1510), + [anon_sym_LBRACE] = ACTIONS(1512), + [anon_sym_RBRACE] = ACTIONS(1512), + [anon_sym_signed] = ACTIONS(1510), + [anon_sym_unsigned] = ACTIONS(1510), + [anon_sym_long] = ACTIONS(1510), + [anon_sym_short] = ACTIONS(1510), + [anon_sym_static] = ACTIONS(1510), + [anon_sym_auto] = ACTIONS(1510), + [anon_sym_register] = ACTIONS(1510), + [anon_sym_inline] = ACTIONS(1510), + [anon_sym___inline] = ACTIONS(1510), + [anon_sym___inline__] = ACTIONS(1510), + [anon_sym___forceinline] = ACTIONS(1510), + [anon_sym_thread_local] = ACTIONS(1510), + [anon_sym___thread] = ACTIONS(1510), + [anon_sym_const] = ACTIONS(1510), + [anon_sym_constexpr] = ACTIONS(1510), + [anon_sym_volatile] = ACTIONS(1510), + [anon_sym_restrict] = ACTIONS(1510), + [anon_sym___restrict__] = ACTIONS(1510), + [anon_sym__Atomic] = ACTIONS(1510), + [anon_sym__Noreturn] = ACTIONS(1510), + [anon_sym_noreturn] = ACTIONS(1510), + [sym_primitive_type] = ACTIONS(1510), + [anon_sym_enum] = ACTIONS(1510), + [anon_sym_struct] = ACTIONS(1510), + [anon_sym_union] = ACTIONS(1510), + [anon_sym_if] = ACTIONS(1510), + [anon_sym_switch] = ACTIONS(1510), + [anon_sym_case] = ACTIONS(1510), + [anon_sym_default] = ACTIONS(1510), + [anon_sym_while] = ACTIONS(1510), + [anon_sym_do] = ACTIONS(1510), + [anon_sym_for] = ACTIONS(1510), + [anon_sym_return] = ACTIONS(1510), + [anon_sym_break] = ACTIONS(1510), + [anon_sym_continue] = ACTIONS(1510), + [anon_sym_goto] = ACTIONS(1510), + [anon_sym_DASH_DASH] = ACTIONS(1512), + [anon_sym_PLUS_PLUS] = ACTIONS(1512), + [anon_sym_sizeof] = ACTIONS(1510), + [anon_sym___alignof__] = ACTIONS(1510), + [anon_sym___alignof] = ACTIONS(1510), + [anon_sym__alignof] = ACTIONS(1510), + [anon_sym_alignof] = ACTIONS(1510), + [anon_sym__Alignof] = ACTIONS(1510), + [anon_sym_offsetof] = ACTIONS(1510), + [anon_sym__Generic] = ACTIONS(1510), + [anon_sym_asm] = ACTIONS(1510), + [anon_sym___asm__] = ACTIONS(1510), + [sym_number_literal] = ACTIONS(1512), + [anon_sym_L_SQUOTE] = ACTIONS(1512), + [anon_sym_u_SQUOTE] = ACTIONS(1512), + [anon_sym_U_SQUOTE] = ACTIONS(1512), + [anon_sym_u8_SQUOTE] = ACTIONS(1512), + [anon_sym_SQUOTE] = ACTIONS(1512), + [anon_sym_L_DQUOTE] = ACTIONS(1512), + [anon_sym_u_DQUOTE] = ACTIONS(1512), + [anon_sym_U_DQUOTE] = ACTIONS(1512), + [anon_sym_u8_DQUOTE] = ACTIONS(1512), + [anon_sym_DQUOTE] = ACTIONS(1512), + [sym_true] = ACTIONS(1510), + [sym_false] = ACTIONS(1510), + [anon_sym_NULL] = ACTIONS(1510), + [anon_sym_nullptr] = ACTIONS(1510), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1510), + [anon_sym_rayPayloadInEXT] = ACTIONS(1510), + [anon_sym_hitAttributeEXT] = ACTIONS(1510), + [anon_sym_callableDataEXT] = ACTIONS(1510), + [anon_sym_callableDataInEXT] = ACTIONS(1510), + [anon_sym_shaderRecordEXT] = ACTIONS(1510), + [anon_sym_rayPayloadNV] = ACTIONS(1510), + [anon_sym_rayPayloadInNV] = ACTIONS(1510), + [anon_sym_hitAttributeNV] = ACTIONS(1510), + [anon_sym_callableDataNV] = ACTIONS(1510), + [anon_sym_callableDataInNV] = ACTIONS(1510), + [anon_sym_shaderRecordNV] = ACTIONS(1510), + [anon_sym_layout] = ACTIONS(1510), }, - [401] = { + [404] = { [sym_identifier] = ACTIONS(1516), [aux_sym_preproc_include_token1] = ACTIONS(1516), [aux_sym_preproc_def_token1] = ACTIONS(1516), [aux_sym_preproc_if_token1] = ACTIONS(1516), - [aux_sym_preproc_if_token2] = ACTIONS(1516), [aux_sym_preproc_ifdef_token1] = ACTIONS(1516), [aux_sym_preproc_ifdef_token2] = ACTIONS(1516), [sym_preproc_directive] = ACTIONS(1516), @@ -75500,6 +75890,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1516), [anon_sym___vectorcall] = ACTIONS(1516), [anon_sym_LBRACE] = ACTIONS(1518), + [anon_sym_RBRACE] = ACTIONS(1518), [anon_sym_signed] = ACTIONS(1516), [anon_sym_unsigned] = ACTIONS(1516), [anon_sym_long] = ACTIONS(1516), @@ -75578,139 +75969,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1516), [anon_sym_layout] = ACTIONS(1516), }, - [402] = { - [sym_identifier] = ACTIONS(1520), - [aux_sym_preproc_include_token1] = ACTIONS(1520), - [aux_sym_preproc_def_token1] = ACTIONS(1520), - [aux_sym_preproc_if_token1] = ACTIONS(1520), - [aux_sym_preproc_if_token2] = ACTIONS(1520), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1520), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1520), - [sym_preproc_directive] = ACTIONS(1520), - [anon_sym_LPAREN2] = ACTIONS(1522), - [anon_sym_BANG] = ACTIONS(1522), - [anon_sym_TILDE] = ACTIONS(1522), - [anon_sym_DASH] = ACTIONS(1520), - [anon_sym_PLUS] = ACTIONS(1520), - [anon_sym_STAR] = ACTIONS(1522), - [anon_sym_AMP] = ACTIONS(1522), - [anon_sym_subroutine] = ACTIONS(1520), - [anon_sym_invariant] = ACTIONS(1520), - [anon_sym_precise] = ACTIONS(1520), - [anon_sym_SEMI] = ACTIONS(1522), - [anon_sym_in] = ACTIONS(1520), - [anon_sym_out] = ACTIONS(1520), - [anon_sym_inout] = ACTIONS(1520), - [anon_sym_uniform] = ACTIONS(1520), - [anon_sym_shared] = ACTIONS(1520), - [anon_sym_attribute] = ACTIONS(1520), - [anon_sym_varying] = ACTIONS(1520), - [anon_sym_buffer] = ACTIONS(1520), - [anon_sym_coherent] = ACTIONS(1520), - [anon_sym_readonly] = ACTIONS(1520), - [anon_sym_writeonly] = ACTIONS(1520), - [anon_sym_precision] = ACTIONS(1520), - [anon_sym_highp] = ACTIONS(1520), - [anon_sym_mediump] = ACTIONS(1520), - [anon_sym_lowp] = ACTIONS(1520), - [anon_sym_centroid] = ACTIONS(1520), - [anon_sym_sample] = ACTIONS(1520), - [anon_sym_patch] = ACTIONS(1520), - [anon_sym_smooth] = ACTIONS(1520), - [anon_sym_flat] = ACTIONS(1520), - [anon_sym_noperspective] = ACTIONS(1520), - [anon_sym___extension__] = ACTIONS(1520), - [anon_sym_typedef] = ACTIONS(1520), - [anon_sym_extern] = ACTIONS(1520), - [anon_sym___attribute__] = ACTIONS(1520), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1522), - [anon_sym___declspec] = ACTIONS(1520), - [anon_sym___cdecl] = ACTIONS(1520), - [anon_sym___clrcall] = ACTIONS(1520), - [anon_sym___stdcall] = ACTIONS(1520), - [anon_sym___fastcall] = ACTIONS(1520), - [anon_sym___thiscall] = ACTIONS(1520), - [anon_sym___vectorcall] = ACTIONS(1520), - [anon_sym_LBRACE] = ACTIONS(1522), - [anon_sym_signed] = ACTIONS(1520), - [anon_sym_unsigned] = ACTIONS(1520), - [anon_sym_long] = ACTIONS(1520), - [anon_sym_short] = ACTIONS(1520), - [anon_sym_static] = ACTIONS(1520), - [anon_sym_auto] = ACTIONS(1520), - [anon_sym_register] = ACTIONS(1520), - [anon_sym_inline] = ACTIONS(1520), - [anon_sym___inline] = ACTIONS(1520), - [anon_sym___inline__] = ACTIONS(1520), - [anon_sym___forceinline] = ACTIONS(1520), - [anon_sym_thread_local] = ACTIONS(1520), - [anon_sym___thread] = ACTIONS(1520), - [anon_sym_const] = ACTIONS(1520), - [anon_sym_constexpr] = ACTIONS(1520), - [anon_sym_volatile] = ACTIONS(1520), - [anon_sym_restrict] = ACTIONS(1520), - [anon_sym___restrict__] = ACTIONS(1520), - [anon_sym__Atomic] = ACTIONS(1520), - [anon_sym__Noreturn] = ACTIONS(1520), - [anon_sym_noreturn] = ACTIONS(1520), - [sym_primitive_type] = ACTIONS(1520), - [anon_sym_enum] = ACTIONS(1520), - [anon_sym_struct] = ACTIONS(1520), - [anon_sym_union] = ACTIONS(1520), - [anon_sym_if] = ACTIONS(1520), - [anon_sym_switch] = ACTIONS(1520), - [anon_sym_case] = ACTIONS(1520), - [anon_sym_default] = ACTIONS(1520), - [anon_sym_while] = ACTIONS(1520), - [anon_sym_do] = ACTIONS(1520), - [anon_sym_for] = ACTIONS(1520), - [anon_sym_return] = ACTIONS(1520), - [anon_sym_break] = ACTIONS(1520), - [anon_sym_continue] = ACTIONS(1520), - [anon_sym_goto] = ACTIONS(1520), - [anon_sym_DASH_DASH] = ACTIONS(1522), - [anon_sym_PLUS_PLUS] = ACTIONS(1522), - [anon_sym_sizeof] = ACTIONS(1520), - [anon_sym___alignof__] = ACTIONS(1520), - [anon_sym___alignof] = ACTIONS(1520), - [anon_sym__alignof] = ACTIONS(1520), - [anon_sym_alignof] = ACTIONS(1520), - [anon_sym__Alignof] = ACTIONS(1520), - [anon_sym_offsetof] = ACTIONS(1520), - [anon_sym__Generic] = ACTIONS(1520), - [anon_sym_asm] = ACTIONS(1520), - [anon_sym___asm__] = ACTIONS(1520), - [sym_number_literal] = ACTIONS(1522), - [anon_sym_L_SQUOTE] = ACTIONS(1522), - [anon_sym_u_SQUOTE] = ACTIONS(1522), - [anon_sym_U_SQUOTE] = ACTIONS(1522), - [anon_sym_u8_SQUOTE] = ACTIONS(1522), - [anon_sym_SQUOTE] = ACTIONS(1522), - [anon_sym_L_DQUOTE] = ACTIONS(1522), - [anon_sym_u_DQUOTE] = ACTIONS(1522), - [anon_sym_U_DQUOTE] = ACTIONS(1522), - [anon_sym_u8_DQUOTE] = ACTIONS(1522), - [anon_sym_DQUOTE] = ACTIONS(1522), - [sym_true] = ACTIONS(1520), - [sym_false] = ACTIONS(1520), - [anon_sym_NULL] = ACTIONS(1520), - [anon_sym_nullptr] = ACTIONS(1520), + [405] = { + [sym_identifier] = ACTIONS(1540), + [aux_sym_preproc_include_token1] = ACTIONS(1540), + [aux_sym_preproc_def_token1] = ACTIONS(1540), + [aux_sym_preproc_if_token1] = ACTIONS(1540), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), + [sym_preproc_directive] = ACTIONS(1540), + [anon_sym_LPAREN2] = ACTIONS(1542), + [anon_sym_BANG] = ACTIONS(1542), + [anon_sym_TILDE] = ACTIONS(1542), + [anon_sym_DASH] = ACTIONS(1540), + [anon_sym_PLUS] = ACTIONS(1540), + [anon_sym_STAR] = ACTIONS(1542), + [anon_sym_AMP] = ACTIONS(1542), + [anon_sym_subroutine] = ACTIONS(1540), + [anon_sym_invariant] = ACTIONS(1540), + [anon_sym_precise] = ACTIONS(1540), + [anon_sym_SEMI] = ACTIONS(1542), + [anon_sym_in] = ACTIONS(1540), + [anon_sym_out] = ACTIONS(1540), + [anon_sym_inout] = ACTIONS(1540), + [anon_sym_uniform] = ACTIONS(1540), + [anon_sym_shared] = ACTIONS(1540), + [anon_sym_attribute] = ACTIONS(1540), + [anon_sym_varying] = ACTIONS(1540), + [anon_sym_buffer] = ACTIONS(1540), + [anon_sym_coherent] = ACTIONS(1540), + [anon_sym_readonly] = ACTIONS(1540), + [anon_sym_writeonly] = ACTIONS(1540), + [anon_sym_precision] = ACTIONS(1540), + [anon_sym_highp] = ACTIONS(1540), + [anon_sym_mediump] = ACTIONS(1540), + [anon_sym_lowp] = ACTIONS(1540), + [anon_sym_centroid] = ACTIONS(1540), + [anon_sym_sample] = ACTIONS(1540), + [anon_sym_patch] = ACTIONS(1540), + [anon_sym_smooth] = ACTIONS(1540), + [anon_sym_flat] = ACTIONS(1540), + [anon_sym_noperspective] = ACTIONS(1540), + [anon_sym___extension__] = ACTIONS(1540), + [anon_sym_typedef] = ACTIONS(1540), + [anon_sym_extern] = ACTIONS(1540), + [anon_sym___attribute__] = ACTIONS(1540), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), + [anon_sym___declspec] = ACTIONS(1540), + [anon_sym___cdecl] = ACTIONS(1540), + [anon_sym___clrcall] = ACTIONS(1540), + [anon_sym___stdcall] = ACTIONS(1540), + [anon_sym___fastcall] = ACTIONS(1540), + [anon_sym___thiscall] = ACTIONS(1540), + [anon_sym___vectorcall] = ACTIONS(1540), + [anon_sym_LBRACE] = ACTIONS(1542), + [anon_sym_RBRACE] = ACTIONS(1542), + [anon_sym_signed] = ACTIONS(1540), + [anon_sym_unsigned] = ACTIONS(1540), + [anon_sym_long] = ACTIONS(1540), + [anon_sym_short] = ACTIONS(1540), + [anon_sym_static] = ACTIONS(1540), + [anon_sym_auto] = ACTIONS(1540), + [anon_sym_register] = ACTIONS(1540), + [anon_sym_inline] = ACTIONS(1540), + [anon_sym___inline] = ACTIONS(1540), + [anon_sym___inline__] = ACTIONS(1540), + [anon_sym___forceinline] = ACTIONS(1540), + [anon_sym_thread_local] = ACTIONS(1540), + [anon_sym___thread] = ACTIONS(1540), + [anon_sym_const] = ACTIONS(1540), + [anon_sym_constexpr] = ACTIONS(1540), + [anon_sym_volatile] = ACTIONS(1540), + [anon_sym_restrict] = ACTIONS(1540), + [anon_sym___restrict__] = ACTIONS(1540), + [anon_sym__Atomic] = ACTIONS(1540), + [anon_sym__Noreturn] = ACTIONS(1540), + [anon_sym_noreturn] = ACTIONS(1540), + [sym_primitive_type] = ACTIONS(1540), + [anon_sym_enum] = ACTIONS(1540), + [anon_sym_struct] = ACTIONS(1540), + [anon_sym_union] = ACTIONS(1540), + [anon_sym_if] = ACTIONS(1540), + [anon_sym_switch] = ACTIONS(1540), + [anon_sym_case] = ACTIONS(1540), + [anon_sym_default] = ACTIONS(1540), + [anon_sym_while] = ACTIONS(1540), + [anon_sym_do] = ACTIONS(1540), + [anon_sym_for] = ACTIONS(1540), + [anon_sym_return] = ACTIONS(1540), + [anon_sym_break] = ACTIONS(1540), + [anon_sym_continue] = ACTIONS(1540), + [anon_sym_goto] = ACTIONS(1540), + [anon_sym_DASH_DASH] = ACTIONS(1542), + [anon_sym_PLUS_PLUS] = ACTIONS(1542), + [anon_sym_sizeof] = ACTIONS(1540), + [anon_sym___alignof__] = ACTIONS(1540), + [anon_sym___alignof] = ACTIONS(1540), + [anon_sym__alignof] = ACTIONS(1540), + [anon_sym_alignof] = ACTIONS(1540), + [anon_sym__Alignof] = ACTIONS(1540), + [anon_sym_offsetof] = ACTIONS(1540), + [anon_sym__Generic] = ACTIONS(1540), + [anon_sym_asm] = ACTIONS(1540), + [anon_sym___asm__] = ACTIONS(1540), + [sym_number_literal] = ACTIONS(1542), + [anon_sym_L_SQUOTE] = ACTIONS(1542), + [anon_sym_u_SQUOTE] = ACTIONS(1542), + [anon_sym_U_SQUOTE] = ACTIONS(1542), + [anon_sym_u8_SQUOTE] = ACTIONS(1542), + [anon_sym_SQUOTE] = ACTIONS(1542), + [anon_sym_L_DQUOTE] = ACTIONS(1542), + [anon_sym_u_DQUOTE] = ACTIONS(1542), + [anon_sym_U_DQUOTE] = ACTIONS(1542), + [anon_sym_u8_DQUOTE] = ACTIONS(1542), + [anon_sym_DQUOTE] = ACTIONS(1542), + [sym_true] = ACTIONS(1540), + [sym_false] = ACTIONS(1540), + [anon_sym_NULL] = ACTIONS(1540), + [anon_sym_nullptr] = ACTIONS(1540), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1520), - [anon_sym_rayPayloadInEXT] = ACTIONS(1520), - [anon_sym_hitAttributeEXT] = ACTIONS(1520), - [anon_sym_callableDataEXT] = ACTIONS(1520), - [anon_sym_callableDataInEXT] = ACTIONS(1520), - [anon_sym_shaderRecordEXT] = ACTIONS(1520), - [anon_sym_rayPayloadNV] = ACTIONS(1520), - [anon_sym_rayPayloadInNV] = ACTIONS(1520), - [anon_sym_hitAttributeNV] = ACTIONS(1520), - [anon_sym_callableDataNV] = ACTIONS(1520), - [anon_sym_callableDataInNV] = ACTIONS(1520), - [anon_sym_shaderRecordNV] = ACTIONS(1520), - [anon_sym_layout] = ACTIONS(1520), + [anon_sym_rayPayloadEXT] = ACTIONS(1540), + [anon_sym_rayPayloadInEXT] = ACTIONS(1540), + [anon_sym_hitAttributeEXT] = ACTIONS(1540), + [anon_sym_callableDataEXT] = ACTIONS(1540), + [anon_sym_callableDataInEXT] = ACTIONS(1540), + [anon_sym_shaderRecordEXT] = ACTIONS(1540), + [anon_sym_rayPayloadNV] = ACTIONS(1540), + [anon_sym_rayPayloadInNV] = ACTIONS(1540), + [anon_sym_hitAttributeNV] = ACTIONS(1540), + [anon_sym_callableDataNV] = ACTIONS(1540), + [anon_sym_callableDataInNV] = ACTIONS(1540), + [anon_sym_shaderRecordNV] = ACTIONS(1540), + [anon_sym_layout] = ACTIONS(1540), }, - [403] = { + [406] = { + [ts_builtin_sym_end] = ACTIONS(1492), [sym_identifier] = ACTIONS(1490), [aux_sym_preproc_include_token1] = ACTIONS(1490), [aux_sym_preproc_def_token1] = ACTIONS(1490), @@ -75728,7 +76120,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_subroutine] = ACTIONS(1490), [anon_sym_invariant] = ACTIONS(1490), [anon_sym_precise] = ACTIONS(1490), - [anon_sym_SEMI] = ACTIONS(1492), [anon_sym_in] = ACTIONS(1490), [anon_sym_out] = ACTIONS(1490), [anon_sym_inout] = ACTIONS(1490), @@ -75763,7 +76154,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1490), [anon_sym___vectorcall] = ACTIONS(1490), [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_RBRACE] = ACTIONS(1492), [anon_sym_signed] = ACTIONS(1490), [anon_sym_unsigned] = ACTIONS(1490), [anon_sym_long] = ACTIONS(1490), @@ -75842,271 +76232,269 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1490), [anon_sym_layout] = ACTIONS(1490), }, - [404] = { - [sym_identifier] = ACTIONS(1482), - [aux_sym_preproc_include_token1] = ACTIONS(1482), - [aux_sym_preproc_def_token1] = ACTIONS(1482), - [aux_sym_preproc_if_token1] = ACTIONS(1482), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1482), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1482), - [sym_preproc_directive] = ACTIONS(1482), - [anon_sym_LPAREN2] = ACTIONS(1484), - [anon_sym_BANG] = ACTIONS(1484), - [anon_sym_TILDE] = ACTIONS(1484), - [anon_sym_DASH] = ACTIONS(1482), - [anon_sym_PLUS] = ACTIONS(1482), - [anon_sym_STAR] = ACTIONS(1484), - [anon_sym_AMP] = ACTIONS(1484), - [anon_sym_subroutine] = ACTIONS(1482), - [anon_sym_invariant] = ACTIONS(1482), - [anon_sym_precise] = ACTIONS(1482), - [anon_sym_SEMI] = ACTIONS(1484), - [anon_sym_in] = ACTIONS(1482), - [anon_sym_out] = ACTIONS(1482), - [anon_sym_inout] = ACTIONS(1482), - [anon_sym_uniform] = ACTIONS(1482), - [anon_sym_shared] = ACTIONS(1482), - [anon_sym_attribute] = ACTIONS(1482), - [anon_sym_varying] = ACTIONS(1482), - [anon_sym_buffer] = ACTIONS(1482), - [anon_sym_coherent] = ACTIONS(1482), - [anon_sym_readonly] = ACTIONS(1482), - [anon_sym_writeonly] = ACTIONS(1482), - [anon_sym_precision] = ACTIONS(1482), - [anon_sym_highp] = ACTIONS(1482), - [anon_sym_mediump] = ACTIONS(1482), - [anon_sym_lowp] = ACTIONS(1482), - [anon_sym_centroid] = ACTIONS(1482), - [anon_sym_sample] = ACTIONS(1482), - [anon_sym_patch] = ACTIONS(1482), - [anon_sym_smooth] = ACTIONS(1482), - [anon_sym_flat] = ACTIONS(1482), - [anon_sym_noperspective] = ACTIONS(1482), - [anon_sym___extension__] = ACTIONS(1482), - [anon_sym_typedef] = ACTIONS(1482), - [anon_sym_extern] = ACTIONS(1482), - [anon_sym___attribute__] = ACTIONS(1482), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1484), - [anon_sym___declspec] = ACTIONS(1482), - [anon_sym___cdecl] = ACTIONS(1482), - [anon_sym___clrcall] = ACTIONS(1482), - [anon_sym___stdcall] = ACTIONS(1482), - [anon_sym___fastcall] = ACTIONS(1482), - [anon_sym___thiscall] = ACTIONS(1482), - [anon_sym___vectorcall] = ACTIONS(1482), - [anon_sym_LBRACE] = ACTIONS(1484), - [anon_sym_RBRACE] = ACTIONS(1484), - [anon_sym_signed] = ACTIONS(1482), - [anon_sym_unsigned] = ACTIONS(1482), - [anon_sym_long] = ACTIONS(1482), - [anon_sym_short] = ACTIONS(1482), - [anon_sym_static] = ACTIONS(1482), - [anon_sym_auto] = ACTIONS(1482), - [anon_sym_register] = ACTIONS(1482), - [anon_sym_inline] = ACTIONS(1482), - [anon_sym___inline] = ACTIONS(1482), - [anon_sym___inline__] = ACTIONS(1482), - [anon_sym___forceinline] = ACTIONS(1482), - [anon_sym_thread_local] = ACTIONS(1482), - [anon_sym___thread] = ACTIONS(1482), - [anon_sym_const] = ACTIONS(1482), - [anon_sym_constexpr] = ACTIONS(1482), - [anon_sym_volatile] = ACTIONS(1482), - [anon_sym_restrict] = ACTIONS(1482), - [anon_sym___restrict__] = ACTIONS(1482), - [anon_sym__Atomic] = ACTIONS(1482), - [anon_sym__Noreturn] = ACTIONS(1482), - [anon_sym_noreturn] = ACTIONS(1482), - [sym_primitive_type] = ACTIONS(1482), - [anon_sym_enum] = ACTIONS(1482), - [anon_sym_struct] = ACTIONS(1482), - [anon_sym_union] = ACTIONS(1482), - [anon_sym_if] = ACTIONS(1482), - [anon_sym_switch] = ACTIONS(1482), - [anon_sym_case] = ACTIONS(1482), - [anon_sym_default] = ACTIONS(1482), - [anon_sym_while] = ACTIONS(1482), - [anon_sym_do] = ACTIONS(1482), - [anon_sym_for] = ACTIONS(1482), - [anon_sym_return] = ACTIONS(1482), - [anon_sym_break] = ACTIONS(1482), - [anon_sym_continue] = ACTIONS(1482), - [anon_sym_goto] = ACTIONS(1482), - [anon_sym_DASH_DASH] = ACTIONS(1484), - [anon_sym_PLUS_PLUS] = ACTIONS(1484), - [anon_sym_sizeof] = ACTIONS(1482), - [anon_sym___alignof__] = ACTIONS(1482), - [anon_sym___alignof] = ACTIONS(1482), - [anon_sym__alignof] = ACTIONS(1482), - [anon_sym_alignof] = ACTIONS(1482), - [anon_sym__Alignof] = ACTIONS(1482), - [anon_sym_offsetof] = ACTIONS(1482), - [anon_sym__Generic] = ACTIONS(1482), - [anon_sym_asm] = ACTIONS(1482), - [anon_sym___asm__] = ACTIONS(1482), - [sym_number_literal] = ACTIONS(1484), - [anon_sym_L_SQUOTE] = ACTIONS(1484), - [anon_sym_u_SQUOTE] = ACTIONS(1484), - [anon_sym_U_SQUOTE] = ACTIONS(1484), - [anon_sym_u8_SQUOTE] = ACTIONS(1484), - [anon_sym_SQUOTE] = ACTIONS(1484), - [anon_sym_L_DQUOTE] = ACTIONS(1484), - [anon_sym_u_DQUOTE] = ACTIONS(1484), - [anon_sym_U_DQUOTE] = ACTIONS(1484), - [anon_sym_u8_DQUOTE] = ACTIONS(1484), - [anon_sym_DQUOTE] = ACTIONS(1484), - [sym_true] = ACTIONS(1482), - [sym_false] = ACTIONS(1482), - [anon_sym_NULL] = ACTIONS(1482), - [anon_sym_nullptr] = ACTIONS(1482), + [407] = { + [ts_builtin_sym_end] = ACTIONS(1522), + [sym_identifier] = ACTIONS(1520), + [aux_sym_preproc_include_token1] = ACTIONS(1520), + [aux_sym_preproc_def_token1] = ACTIONS(1520), + [aux_sym_preproc_if_token1] = ACTIONS(1520), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1520), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1520), + [sym_preproc_directive] = ACTIONS(1520), + [anon_sym_LPAREN2] = ACTIONS(1522), + [anon_sym_BANG] = ACTIONS(1522), + [anon_sym_TILDE] = ACTIONS(1522), + [anon_sym_DASH] = ACTIONS(1520), + [anon_sym_PLUS] = ACTIONS(1520), + [anon_sym_STAR] = ACTIONS(1522), + [anon_sym_AMP] = ACTIONS(1522), + [anon_sym_subroutine] = ACTIONS(1520), + [anon_sym_invariant] = ACTIONS(1520), + [anon_sym_precise] = ACTIONS(1520), + [anon_sym_in] = ACTIONS(1520), + [anon_sym_out] = ACTIONS(1520), + [anon_sym_inout] = ACTIONS(1520), + [anon_sym_uniform] = ACTIONS(1520), + [anon_sym_shared] = ACTIONS(1520), + [anon_sym_attribute] = ACTIONS(1520), + [anon_sym_varying] = ACTIONS(1520), + [anon_sym_buffer] = ACTIONS(1520), + [anon_sym_coherent] = ACTIONS(1520), + [anon_sym_readonly] = ACTIONS(1520), + [anon_sym_writeonly] = ACTIONS(1520), + [anon_sym_precision] = ACTIONS(1520), + [anon_sym_highp] = ACTIONS(1520), + [anon_sym_mediump] = ACTIONS(1520), + [anon_sym_lowp] = ACTIONS(1520), + [anon_sym_centroid] = ACTIONS(1520), + [anon_sym_sample] = ACTIONS(1520), + [anon_sym_patch] = ACTIONS(1520), + [anon_sym_smooth] = ACTIONS(1520), + [anon_sym_flat] = ACTIONS(1520), + [anon_sym_noperspective] = ACTIONS(1520), + [anon_sym___extension__] = ACTIONS(1520), + [anon_sym_typedef] = ACTIONS(1520), + [anon_sym_extern] = ACTIONS(1520), + [anon_sym___attribute__] = ACTIONS(1520), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1522), + [anon_sym___declspec] = ACTIONS(1520), + [anon_sym___cdecl] = ACTIONS(1520), + [anon_sym___clrcall] = ACTIONS(1520), + [anon_sym___stdcall] = ACTIONS(1520), + [anon_sym___fastcall] = ACTIONS(1520), + [anon_sym___thiscall] = ACTIONS(1520), + [anon_sym___vectorcall] = ACTIONS(1520), + [anon_sym_LBRACE] = ACTIONS(1522), + [anon_sym_signed] = ACTIONS(1520), + [anon_sym_unsigned] = ACTIONS(1520), + [anon_sym_long] = ACTIONS(1520), + [anon_sym_short] = ACTIONS(1520), + [anon_sym_static] = ACTIONS(1520), + [anon_sym_auto] = ACTIONS(1520), + [anon_sym_register] = ACTIONS(1520), + [anon_sym_inline] = ACTIONS(1520), + [anon_sym___inline] = ACTIONS(1520), + [anon_sym___inline__] = ACTIONS(1520), + [anon_sym___forceinline] = ACTIONS(1520), + [anon_sym_thread_local] = ACTIONS(1520), + [anon_sym___thread] = ACTIONS(1520), + [anon_sym_const] = ACTIONS(1520), + [anon_sym_constexpr] = ACTIONS(1520), + [anon_sym_volatile] = ACTIONS(1520), + [anon_sym_restrict] = ACTIONS(1520), + [anon_sym___restrict__] = ACTIONS(1520), + [anon_sym__Atomic] = ACTIONS(1520), + [anon_sym__Noreturn] = ACTIONS(1520), + [anon_sym_noreturn] = ACTIONS(1520), + [sym_primitive_type] = ACTIONS(1520), + [anon_sym_enum] = ACTIONS(1520), + [anon_sym_struct] = ACTIONS(1520), + [anon_sym_union] = ACTIONS(1520), + [anon_sym_if] = ACTIONS(1520), + [anon_sym_switch] = ACTIONS(1520), + [anon_sym_case] = ACTIONS(1520), + [anon_sym_default] = ACTIONS(1520), + [anon_sym_while] = ACTIONS(1520), + [anon_sym_do] = ACTIONS(1520), + [anon_sym_for] = ACTIONS(1520), + [anon_sym_return] = ACTIONS(1520), + [anon_sym_break] = ACTIONS(1520), + [anon_sym_continue] = ACTIONS(1520), + [anon_sym_goto] = ACTIONS(1520), + [anon_sym_DASH_DASH] = ACTIONS(1522), + [anon_sym_PLUS_PLUS] = ACTIONS(1522), + [anon_sym_sizeof] = ACTIONS(1520), + [anon_sym___alignof__] = ACTIONS(1520), + [anon_sym___alignof] = ACTIONS(1520), + [anon_sym__alignof] = ACTIONS(1520), + [anon_sym_alignof] = ACTIONS(1520), + [anon_sym__Alignof] = ACTIONS(1520), + [anon_sym_offsetof] = ACTIONS(1520), + [anon_sym__Generic] = ACTIONS(1520), + [anon_sym_asm] = ACTIONS(1520), + [anon_sym___asm__] = ACTIONS(1520), + [sym_number_literal] = ACTIONS(1522), + [anon_sym_L_SQUOTE] = ACTIONS(1522), + [anon_sym_u_SQUOTE] = ACTIONS(1522), + [anon_sym_U_SQUOTE] = ACTIONS(1522), + [anon_sym_u8_SQUOTE] = ACTIONS(1522), + [anon_sym_SQUOTE] = ACTIONS(1522), + [anon_sym_L_DQUOTE] = ACTIONS(1522), + [anon_sym_u_DQUOTE] = ACTIONS(1522), + [anon_sym_U_DQUOTE] = ACTIONS(1522), + [anon_sym_u8_DQUOTE] = ACTIONS(1522), + [anon_sym_DQUOTE] = ACTIONS(1522), + [sym_true] = ACTIONS(1520), + [sym_false] = ACTIONS(1520), + [anon_sym_NULL] = ACTIONS(1520), + [anon_sym_nullptr] = ACTIONS(1520), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1482), - [anon_sym_rayPayloadInEXT] = ACTIONS(1482), - [anon_sym_hitAttributeEXT] = ACTIONS(1482), - [anon_sym_callableDataEXT] = ACTIONS(1482), - [anon_sym_callableDataInEXT] = ACTIONS(1482), - [anon_sym_shaderRecordEXT] = ACTIONS(1482), - [anon_sym_rayPayloadNV] = ACTIONS(1482), - [anon_sym_rayPayloadInNV] = ACTIONS(1482), - [anon_sym_hitAttributeNV] = ACTIONS(1482), - [anon_sym_callableDataNV] = ACTIONS(1482), - [anon_sym_callableDataInNV] = ACTIONS(1482), - [anon_sym_shaderRecordNV] = ACTIONS(1482), - [anon_sym_layout] = ACTIONS(1482), + [anon_sym_rayPayloadEXT] = ACTIONS(1520), + [anon_sym_rayPayloadInEXT] = ACTIONS(1520), + [anon_sym_hitAttributeEXT] = ACTIONS(1520), + [anon_sym_callableDataEXT] = ACTIONS(1520), + [anon_sym_callableDataInEXT] = ACTIONS(1520), + [anon_sym_shaderRecordEXT] = ACTIONS(1520), + [anon_sym_rayPayloadNV] = ACTIONS(1520), + [anon_sym_rayPayloadInNV] = ACTIONS(1520), + [anon_sym_hitAttributeNV] = ACTIONS(1520), + [anon_sym_callableDataNV] = ACTIONS(1520), + [anon_sym_callableDataInNV] = ACTIONS(1520), + [anon_sym_shaderRecordNV] = ACTIONS(1520), + [anon_sym_layout] = ACTIONS(1520), }, - [405] = { - [sym_identifier] = ACTIONS(1486), - [aux_sym_preproc_include_token1] = ACTIONS(1486), - [aux_sym_preproc_def_token1] = ACTIONS(1486), - [aux_sym_preproc_if_token1] = ACTIONS(1486), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1486), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1486), - [sym_preproc_directive] = ACTIONS(1486), - [anon_sym_LPAREN2] = ACTIONS(1488), - [anon_sym_BANG] = ACTIONS(1488), - [anon_sym_TILDE] = ACTIONS(1488), - [anon_sym_DASH] = ACTIONS(1486), - [anon_sym_PLUS] = ACTIONS(1486), - [anon_sym_STAR] = ACTIONS(1488), - [anon_sym_AMP] = ACTIONS(1488), - [anon_sym_subroutine] = ACTIONS(1486), - [anon_sym_invariant] = ACTIONS(1486), - [anon_sym_precise] = ACTIONS(1486), - [anon_sym_SEMI] = ACTIONS(1488), - [anon_sym_in] = ACTIONS(1486), - [anon_sym_out] = ACTIONS(1486), - [anon_sym_inout] = ACTIONS(1486), - [anon_sym_uniform] = ACTIONS(1486), - [anon_sym_shared] = ACTIONS(1486), - [anon_sym_attribute] = ACTIONS(1486), - [anon_sym_varying] = ACTIONS(1486), - [anon_sym_buffer] = ACTIONS(1486), - [anon_sym_coherent] = ACTIONS(1486), - [anon_sym_readonly] = ACTIONS(1486), - [anon_sym_writeonly] = ACTIONS(1486), - [anon_sym_precision] = ACTIONS(1486), - [anon_sym_highp] = ACTIONS(1486), - [anon_sym_mediump] = ACTIONS(1486), - [anon_sym_lowp] = ACTIONS(1486), - [anon_sym_centroid] = ACTIONS(1486), - [anon_sym_sample] = ACTIONS(1486), - [anon_sym_patch] = ACTIONS(1486), - [anon_sym_smooth] = ACTIONS(1486), - [anon_sym_flat] = ACTIONS(1486), - [anon_sym_noperspective] = ACTIONS(1486), - [anon_sym___extension__] = ACTIONS(1486), - [anon_sym_typedef] = ACTIONS(1486), - [anon_sym_extern] = ACTIONS(1486), - [anon_sym___attribute__] = ACTIONS(1486), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1488), - [anon_sym___declspec] = ACTIONS(1486), - [anon_sym___cdecl] = ACTIONS(1486), - [anon_sym___clrcall] = ACTIONS(1486), - [anon_sym___stdcall] = ACTIONS(1486), - [anon_sym___fastcall] = ACTIONS(1486), - [anon_sym___thiscall] = ACTIONS(1486), - [anon_sym___vectorcall] = ACTIONS(1486), - [anon_sym_LBRACE] = ACTIONS(1488), - [anon_sym_RBRACE] = ACTIONS(1488), - [anon_sym_signed] = ACTIONS(1486), - [anon_sym_unsigned] = ACTIONS(1486), - [anon_sym_long] = ACTIONS(1486), - [anon_sym_short] = ACTIONS(1486), - [anon_sym_static] = ACTIONS(1486), - [anon_sym_auto] = ACTIONS(1486), - [anon_sym_register] = ACTIONS(1486), - [anon_sym_inline] = ACTIONS(1486), - [anon_sym___inline] = ACTIONS(1486), - [anon_sym___inline__] = ACTIONS(1486), - [anon_sym___forceinline] = ACTIONS(1486), - [anon_sym_thread_local] = ACTIONS(1486), - [anon_sym___thread] = ACTIONS(1486), - [anon_sym_const] = ACTIONS(1486), - [anon_sym_constexpr] = ACTIONS(1486), - [anon_sym_volatile] = ACTIONS(1486), - [anon_sym_restrict] = ACTIONS(1486), - [anon_sym___restrict__] = ACTIONS(1486), - [anon_sym__Atomic] = ACTIONS(1486), - [anon_sym__Noreturn] = ACTIONS(1486), - [anon_sym_noreturn] = ACTIONS(1486), - [sym_primitive_type] = ACTIONS(1486), - [anon_sym_enum] = ACTIONS(1486), - [anon_sym_struct] = ACTIONS(1486), - [anon_sym_union] = ACTIONS(1486), - [anon_sym_if] = ACTIONS(1486), - [anon_sym_switch] = ACTIONS(1486), - [anon_sym_case] = ACTIONS(1486), - [anon_sym_default] = ACTIONS(1486), - [anon_sym_while] = ACTIONS(1486), - [anon_sym_do] = ACTIONS(1486), - [anon_sym_for] = ACTIONS(1486), - [anon_sym_return] = ACTIONS(1486), - [anon_sym_break] = ACTIONS(1486), - [anon_sym_continue] = ACTIONS(1486), - [anon_sym_goto] = ACTIONS(1486), - [anon_sym_DASH_DASH] = ACTIONS(1488), - [anon_sym_PLUS_PLUS] = ACTIONS(1488), - [anon_sym_sizeof] = ACTIONS(1486), - [anon_sym___alignof__] = ACTIONS(1486), - [anon_sym___alignof] = ACTIONS(1486), - [anon_sym__alignof] = ACTIONS(1486), - [anon_sym_alignof] = ACTIONS(1486), - [anon_sym__Alignof] = ACTIONS(1486), - [anon_sym_offsetof] = ACTIONS(1486), - [anon_sym__Generic] = ACTIONS(1486), - [anon_sym_asm] = ACTIONS(1486), - [anon_sym___asm__] = ACTIONS(1486), - [sym_number_literal] = ACTIONS(1488), - [anon_sym_L_SQUOTE] = ACTIONS(1488), - [anon_sym_u_SQUOTE] = ACTIONS(1488), - [anon_sym_U_SQUOTE] = ACTIONS(1488), - [anon_sym_u8_SQUOTE] = ACTIONS(1488), - [anon_sym_SQUOTE] = ACTIONS(1488), - [anon_sym_L_DQUOTE] = ACTIONS(1488), - [anon_sym_u_DQUOTE] = ACTIONS(1488), - [anon_sym_U_DQUOTE] = ACTIONS(1488), - [anon_sym_u8_DQUOTE] = ACTIONS(1488), - [anon_sym_DQUOTE] = ACTIONS(1488), - [sym_true] = ACTIONS(1486), - [sym_false] = ACTIONS(1486), - [anon_sym_NULL] = ACTIONS(1486), - [anon_sym_nullptr] = ACTIONS(1486), + [408] = { + [ts_builtin_sym_end] = ACTIONS(1480), + [sym_identifier] = ACTIONS(1478), + [aux_sym_preproc_include_token1] = ACTIONS(1478), + [aux_sym_preproc_def_token1] = ACTIONS(1478), + [aux_sym_preproc_if_token1] = ACTIONS(1478), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1478), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1478), + [sym_preproc_directive] = ACTIONS(1478), + [anon_sym_LPAREN2] = ACTIONS(1480), + [anon_sym_BANG] = ACTIONS(1480), + [anon_sym_TILDE] = ACTIONS(1480), + [anon_sym_DASH] = ACTIONS(1478), + [anon_sym_PLUS] = ACTIONS(1478), + [anon_sym_STAR] = ACTIONS(1480), + [anon_sym_AMP] = ACTIONS(1480), + [anon_sym_subroutine] = ACTIONS(1478), + [anon_sym_invariant] = ACTIONS(1478), + [anon_sym_precise] = ACTIONS(1478), + [anon_sym_in] = ACTIONS(1478), + [anon_sym_out] = ACTIONS(1478), + [anon_sym_inout] = ACTIONS(1478), + [anon_sym_uniform] = ACTIONS(1478), + [anon_sym_shared] = ACTIONS(1478), + [anon_sym_attribute] = ACTIONS(1478), + [anon_sym_varying] = ACTIONS(1478), + [anon_sym_buffer] = ACTIONS(1478), + [anon_sym_coherent] = ACTIONS(1478), + [anon_sym_readonly] = ACTIONS(1478), + [anon_sym_writeonly] = ACTIONS(1478), + [anon_sym_precision] = ACTIONS(1478), + [anon_sym_highp] = ACTIONS(1478), + [anon_sym_mediump] = ACTIONS(1478), + [anon_sym_lowp] = ACTIONS(1478), + [anon_sym_centroid] = ACTIONS(1478), + [anon_sym_sample] = ACTIONS(1478), + [anon_sym_patch] = ACTIONS(1478), + [anon_sym_smooth] = ACTIONS(1478), + [anon_sym_flat] = ACTIONS(1478), + [anon_sym_noperspective] = ACTIONS(1478), + [anon_sym___extension__] = ACTIONS(1478), + [anon_sym_typedef] = ACTIONS(1478), + [anon_sym_extern] = ACTIONS(1478), + [anon_sym___attribute__] = ACTIONS(1478), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1480), + [anon_sym___declspec] = ACTIONS(1478), + [anon_sym___cdecl] = ACTIONS(1478), + [anon_sym___clrcall] = ACTIONS(1478), + [anon_sym___stdcall] = ACTIONS(1478), + [anon_sym___fastcall] = ACTIONS(1478), + [anon_sym___thiscall] = ACTIONS(1478), + [anon_sym___vectorcall] = ACTIONS(1478), + [anon_sym_LBRACE] = ACTIONS(1480), + [anon_sym_signed] = ACTIONS(1478), + [anon_sym_unsigned] = ACTIONS(1478), + [anon_sym_long] = ACTIONS(1478), + [anon_sym_short] = ACTIONS(1478), + [anon_sym_static] = ACTIONS(1478), + [anon_sym_auto] = ACTIONS(1478), + [anon_sym_register] = ACTIONS(1478), + [anon_sym_inline] = ACTIONS(1478), + [anon_sym___inline] = ACTIONS(1478), + [anon_sym___inline__] = ACTIONS(1478), + [anon_sym___forceinline] = ACTIONS(1478), + [anon_sym_thread_local] = ACTIONS(1478), + [anon_sym___thread] = ACTIONS(1478), + [anon_sym_const] = ACTIONS(1478), + [anon_sym_constexpr] = ACTIONS(1478), + [anon_sym_volatile] = ACTIONS(1478), + [anon_sym_restrict] = ACTIONS(1478), + [anon_sym___restrict__] = ACTIONS(1478), + [anon_sym__Atomic] = ACTIONS(1478), + [anon_sym__Noreturn] = ACTIONS(1478), + [anon_sym_noreturn] = ACTIONS(1478), + [sym_primitive_type] = ACTIONS(1478), + [anon_sym_enum] = ACTIONS(1478), + [anon_sym_struct] = ACTIONS(1478), + [anon_sym_union] = ACTIONS(1478), + [anon_sym_if] = ACTIONS(1478), + [anon_sym_switch] = ACTIONS(1478), + [anon_sym_case] = ACTIONS(1478), + [anon_sym_default] = ACTIONS(1478), + [anon_sym_while] = ACTIONS(1478), + [anon_sym_do] = ACTIONS(1478), + [anon_sym_for] = ACTIONS(1478), + [anon_sym_return] = ACTIONS(1478), + [anon_sym_break] = ACTIONS(1478), + [anon_sym_continue] = ACTIONS(1478), + [anon_sym_goto] = ACTIONS(1478), + [anon_sym_DASH_DASH] = ACTIONS(1480), + [anon_sym_PLUS_PLUS] = ACTIONS(1480), + [anon_sym_sizeof] = ACTIONS(1478), + [anon_sym___alignof__] = ACTIONS(1478), + [anon_sym___alignof] = ACTIONS(1478), + [anon_sym__alignof] = ACTIONS(1478), + [anon_sym_alignof] = ACTIONS(1478), + [anon_sym__Alignof] = ACTIONS(1478), + [anon_sym_offsetof] = ACTIONS(1478), + [anon_sym__Generic] = ACTIONS(1478), + [anon_sym_asm] = ACTIONS(1478), + [anon_sym___asm__] = ACTIONS(1478), + [sym_number_literal] = ACTIONS(1480), + [anon_sym_L_SQUOTE] = ACTIONS(1480), + [anon_sym_u_SQUOTE] = ACTIONS(1480), + [anon_sym_U_SQUOTE] = ACTIONS(1480), + [anon_sym_u8_SQUOTE] = ACTIONS(1480), + [anon_sym_SQUOTE] = ACTIONS(1480), + [anon_sym_L_DQUOTE] = ACTIONS(1480), + [anon_sym_u_DQUOTE] = ACTIONS(1480), + [anon_sym_U_DQUOTE] = ACTIONS(1480), + [anon_sym_u8_DQUOTE] = ACTIONS(1480), + [anon_sym_DQUOTE] = ACTIONS(1480), + [sym_true] = ACTIONS(1478), + [sym_false] = ACTIONS(1478), + [anon_sym_NULL] = ACTIONS(1478), + [anon_sym_nullptr] = ACTIONS(1478), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1486), - [anon_sym_rayPayloadInEXT] = ACTIONS(1486), - [anon_sym_hitAttributeEXT] = ACTIONS(1486), - [anon_sym_callableDataEXT] = ACTIONS(1486), - [anon_sym_callableDataInEXT] = ACTIONS(1486), - [anon_sym_shaderRecordEXT] = ACTIONS(1486), - [anon_sym_rayPayloadNV] = ACTIONS(1486), - [anon_sym_rayPayloadInNV] = ACTIONS(1486), - [anon_sym_hitAttributeNV] = ACTIONS(1486), - [anon_sym_callableDataNV] = ACTIONS(1486), - [anon_sym_callableDataInNV] = ACTIONS(1486), - [anon_sym_shaderRecordNV] = ACTIONS(1486), - [anon_sym_layout] = ACTIONS(1486), + [anon_sym_rayPayloadEXT] = ACTIONS(1478), + [anon_sym_rayPayloadInEXT] = ACTIONS(1478), + [anon_sym_hitAttributeEXT] = ACTIONS(1478), + [anon_sym_callableDataEXT] = ACTIONS(1478), + [anon_sym_callableDataInEXT] = ACTIONS(1478), + [anon_sym_shaderRecordEXT] = ACTIONS(1478), + [anon_sym_rayPayloadNV] = ACTIONS(1478), + [anon_sym_rayPayloadInNV] = ACTIONS(1478), + [anon_sym_hitAttributeNV] = ACTIONS(1478), + [anon_sym_callableDataNV] = ACTIONS(1478), + [anon_sym_callableDataInNV] = ACTIONS(1478), + [anon_sym_shaderRecordNV] = ACTIONS(1478), + [anon_sym_layout] = ACTIONS(1478), }, - [406] = { + [409] = { [ts_builtin_sym_end] = ACTIONS(1456), [sym_identifier] = ACTIONS(1454), [aux_sym_preproc_include_token1] = ACTIONS(1454), @@ -76237,7 +76625,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1454), [anon_sym_layout] = ACTIONS(1454), }, - [407] = { + [410] = { [ts_builtin_sym_end] = ACTIONS(1492), [sym_identifier] = ACTIONS(1490), [aux_sym_preproc_include_token1] = ACTIONS(1490), @@ -76368,138 +76756,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1490), [anon_sym_layout] = ACTIONS(1490), }, - [408] = { - [ts_builtin_sym_end] = ACTIONS(1472), - [sym_identifier] = ACTIONS(1470), - [aux_sym_preproc_include_token1] = ACTIONS(1470), - [aux_sym_preproc_def_token1] = ACTIONS(1470), - [aux_sym_preproc_if_token1] = ACTIONS(1470), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1470), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1470), - [sym_preproc_directive] = ACTIONS(1470), - [anon_sym_LPAREN2] = ACTIONS(1472), - [anon_sym_BANG] = ACTIONS(1472), - [anon_sym_TILDE] = ACTIONS(1472), - [anon_sym_DASH] = ACTIONS(1470), - [anon_sym_PLUS] = ACTIONS(1470), - [anon_sym_STAR] = ACTIONS(1472), - [anon_sym_AMP] = ACTIONS(1472), - [anon_sym_subroutine] = ACTIONS(1470), - [anon_sym_invariant] = ACTIONS(1470), - [anon_sym_precise] = ACTIONS(1470), - [anon_sym_in] = ACTIONS(1470), - [anon_sym_out] = ACTIONS(1470), - [anon_sym_inout] = ACTIONS(1470), - [anon_sym_uniform] = ACTIONS(1470), - [anon_sym_shared] = ACTIONS(1470), - [anon_sym_attribute] = ACTIONS(1470), - [anon_sym_varying] = ACTIONS(1470), - [anon_sym_buffer] = ACTIONS(1470), - [anon_sym_coherent] = ACTIONS(1470), - [anon_sym_readonly] = ACTIONS(1470), - [anon_sym_writeonly] = ACTIONS(1470), - [anon_sym_precision] = ACTIONS(1470), - [anon_sym_highp] = ACTIONS(1470), - [anon_sym_mediump] = ACTIONS(1470), - [anon_sym_lowp] = ACTIONS(1470), - [anon_sym_centroid] = ACTIONS(1470), - [anon_sym_sample] = ACTIONS(1470), - [anon_sym_patch] = ACTIONS(1470), - [anon_sym_smooth] = ACTIONS(1470), - [anon_sym_flat] = ACTIONS(1470), - [anon_sym_noperspective] = ACTIONS(1470), - [anon_sym___extension__] = ACTIONS(1470), - [anon_sym_typedef] = ACTIONS(1470), - [anon_sym_extern] = ACTIONS(1470), - [anon_sym___attribute__] = ACTIONS(1470), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1472), - [anon_sym___declspec] = ACTIONS(1470), - [anon_sym___cdecl] = ACTIONS(1470), - [anon_sym___clrcall] = ACTIONS(1470), - [anon_sym___stdcall] = ACTIONS(1470), - [anon_sym___fastcall] = ACTIONS(1470), - [anon_sym___thiscall] = ACTIONS(1470), - [anon_sym___vectorcall] = ACTIONS(1470), - [anon_sym_LBRACE] = ACTIONS(1472), - [anon_sym_signed] = ACTIONS(1470), - [anon_sym_unsigned] = ACTIONS(1470), - [anon_sym_long] = ACTIONS(1470), - [anon_sym_short] = ACTIONS(1470), - [anon_sym_static] = ACTIONS(1470), - [anon_sym_auto] = ACTIONS(1470), - [anon_sym_register] = ACTIONS(1470), - [anon_sym_inline] = ACTIONS(1470), - [anon_sym___inline] = ACTIONS(1470), - [anon_sym___inline__] = ACTIONS(1470), - [anon_sym___forceinline] = ACTIONS(1470), - [anon_sym_thread_local] = ACTIONS(1470), - [anon_sym___thread] = ACTIONS(1470), - [anon_sym_const] = ACTIONS(1470), - [anon_sym_constexpr] = ACTIONS(1470), - [anon_sym_volatile] = ACTIONS(1470), - [anon_sym_restrict] = ACTIONS(1470), - [anon_sym___restrict__] = ACTIONS(1470), - [anon_sym__Atomic] = ACTIONS(1470), - [anon_sym__Noreturn] = ACTIONS(1470), - [anon_sym_noreturn] = ACTIONS(1470), - [sym_primitive_type] = ACTIONS(1470), - [anon_sym_enum] = ACTIONS(1470), - [anon_sym_struct] = ACTIONS(1470), - [anon_sym_union] = ACTIONS(1470), - [anon_sym_if] = ACTIONS(1470), - [anon_sym_switch] = ACTIONS(1470), - [anon_sym_case] = ACTIONS(1470), - [anon_sym_default] = ACTIONS(1470), - [anon_sym_while] = ACTIONS(1470), - [anon_sym_do] = ACTIONS(1470), - [anon_sym_for] = ACTIONS(1470), - [anon_sym_return] = ACTIONS(1470), - [anon_sym_break] = ACTIONS(1470), - [anon_sym_continue] = ACTIONS(1470), - [anon_sym_goto] = ACTIONS(1470), - [anon_sym_DASH_DASH] = ACTIONS(1472), - [anon_sym_PLUS_PLUS] = ACTIONS(1472), - [anon_sym_sizeof] = ACTIONS(1470), - [anon_sym___alignof__] = ACTIONS(1470), - [anon_sym___alignof] = ACTIONS(1470), - [anon_sym__alignof] = ACTIONS(1470), - [anon_sym_alignof] = ACTIONS(1470), - [anon_sym__Alignof] = ACTIONS(1470), - [anon_sym_offsetof] = ACTIONS(1470), - [anon_sym__Generic] = ACTIONS(1470), - [anon_sym_asm] = ACTIONS(1470), - [anon_sym___asm__] = ACTIONS(1470), - [sym_number_literal] = ACTIONS(1472), - [anon_sym_L_SQUOTE] = ACTIONS(1472), - [anon_sym_u_SQUOTE] = ACTIONS(1472), - [anon_sym_U_SQUOTE] = ACTIONS(1472), - [anon_sym_u8_SQUOTE] = ACTIONS(1472), - [anon_sym_SQUOTE] = ACTIONS(1472), - [anon_sym_L_DQUOTE] = ACTIONS(1472), - [anon_sym_u_DQUOTE] = ACTIONS(1472), - [anon_sym_U_DQUOTE] = ACTIONS(1472), - [anon_sym_u8_DQUOTE] = ACTIONS(1472), - [anon_sym_DQUOTE] = ACTIONS(1472), - [sym_true] = ACTIONS(1470), - [sym_false] = ACTIONS(1470), - [anon_sym_NULL] = ACTIONS(1470), - [anon_sym_nullptr] = ACTIONS(1470), + [411] = { + [ts_builtin_sym_end] = ACTIONS(1534), + [sym_identifier] = ACTIONS(1532), + [aux_sym_preproc_include_token1] = ACTIONS(1532), + [aux_sym_preproc_def_token1] = ACTIONS(1532), + [aux_sym_preproc_if_token1] = ACTIONS(1532), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1532), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1532), + [sym_preproc_directive] = ACTIONS(1532), + [anon_sym_LPAREN2] = ACTIONS(1534), + [anon_sym_BANG] = ACTIONS(1534), + [anon_sym_TILDE] = ACTIONS(1534), + [anon_sym_DASH] = ACTIONS(1532), + [anon_sym_PLUS] = ACTIONS(1532), + [anon_sym_STAR] = ACTIONS(1534), + [anon_sym_AMP] = ACTIONS(1534), + [anon_sym_subroutine] = ACTIONS(1532), + [anon_sym_invariant] = ACTIONS(1532), + [anon_sym_precise] = ACTIONS(1532), + [anon_sym_in] = ACTIONS(1532), + [anon_sym_out] = ACTIONS(1532), + [anon_sym_inout] = ACTIONS(1532), + [anon_sym_uniform] = ACTIONS(1532), + [anon_sym_shared] = ACTIONS(1532), + [anon_sym_attribute] = ACTIONS(1532), + [anon_sym_varying] = ACTIONS(1532), + [anon_sym_buffer] = ACTIONS(1532), + [anon_sym_coherent] = ACTIONS(1532), + [anon_sym_readonly] = ACTIONS(1532), + [anon_sym_writeonly] = ACTIONS(1532), + [anon_sym_precision] = ACTIONS(1532), + [anon_sym_highp] = ACTIONS(1532), + [anon_sym_mediump] = ACTIONS(1532), + [anon_sym_lowp] = ACTIONS(1532), + [anon_sym_centroid] = ACTIONS(1532), + [anon_sym_sample] = ACTIONS(1532), + [anon_sym_patch] = ACTIONS(1532), + [anon_sym_smooth] = ACTIONS(1532), + [anon_sym_flat] = ACTIONS(1532), + [anon_sym_noperspective] = ACTIONS(1532), + [anon_sym___extension__] = ACTIONS(1532), + [anon_sym_typedef] = ACTIONS(1532), + [anon_sym_extern] = ACTIONS(1532), + [anon_sym___attribute__] = ACTIONS(1532), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1534), + [anon_sym___declspec] = ACTIONS(1532), + [anon_sym___cdecl] = ACTIONS(1532), + [anon_sym___clrcall] = ACTIONS(1532), + [anon_sym___stdcall] = ACTIONS(1532), + [anon_sym___fastcall] = ACTIONS(1532), + [anon_sym___thiscall] = ACTIONS(1532), + [anon_sym___vectorcall] = ACTIONS(1532), + [anon_sym_LBRACE] = ACTIONS(1534), + [anon_sym_signed] = ACTIONS(1532), + [anon_sym_unsigned] = ACTIONS(1532), + [anon_sym_long] = ACTIONS(1532), + [anon_sym_short] = ACTIONS(1532), + [anon_sym_static] = ACTIONS(1532), + [anon_sym_auto] = ACTIONS(1532), + [anon_sym_register] = ACTIONS(1532), + [anon_sym_inline] = ACTIONS(1532), + [anon_sym___inline] = ACTIONS(1532), + [anon_sym___inline__] = ACTIONS(1532), + [anon_sym___forceinline] = ACTIONS(1532), + [anon_sym_thread_local] = ACTIONS(1532), + [anon_sym___thread] = ACTIONS(1532), + [anon_sym_const] = ACTIONS(1532), + [anon_sym_constexpr] = ACTIONS(1532), + [anon_sym_volatile] = ACTIONS(1532), + [anon_sym_restrict] = ACTIONS(1532), + [anon_sym___restrict__] = ACTIONS(1532), + [anon_sym__Atomic] = ACTIONS(1532), + [anon_sym__Noreturn] = ACTIONS(1532), + [anon_sym_noreturn] = ACTIONS(1532), + [sym_primitive_type] = ACTIONS(1532), + [anon_sym_enum] = ACTIONS(1532), + [anon_sym_struct] = ACTIONS(1532), + [anon_sym_union] = ACTIONS(1532), + [anon_sym_if] = ACTIONS(1532), + [anon_sym_switch] = ACTIONS(1532), + [anon_sym_case] = ACTIONS(1532), + [anon_sym_default] = ACTIONS(1532), + [anon_sym_while] = ACTIONS(1532), + [anon_sym_do] = ACTIONS(1532), + [anon_sym_for] = ACTIONS(1532), + [anon_sym_return] = ACTIONS(1532), + [anon_sym_break] = ACTIONS(1532), + [anon_sym_continue] = ACTIONS(1532), + [anon_sym_goto] = ACTIONS(1532), + [anon_sym_DASH_DASH] = ACTIONS(1534), + [anon_sym_PLUS_PLUS] = ACTIONS(1534), + [anon_sym_sizeof] = ACTIONS(1532), + [anon_sym___alignof__] = ACTIONS(1532), + [anon_sym___alignof] = ACTIONS(1532), + [anon_sym__alignof] = ACTIONS(1532), + [anon_sym_alignof] = ACTIONS(1532), + [anon_sym__Alignof] = ACTIONS(1532), + [anon_sym_offsetof] = ACTIONS(1532), + [anon_sym__Generic] = ACTIONS(1532), + [anon_sym_asm] = ACTIONS(1532), + [anon_sym___asm__] = ACTIONS(1532), + [sym_number_literal] = ACTIONS(1534), + [anon_sym_L_SQUOTE] = ACTIONS(1534), + [anon_sym_u_SQUOTE] = ACTIONS(1534), + [anon_sym_U_SQUOTE] = ACTIONS(1534), + [anon_sym_u8_SQUOTE] = ACTIONS(1534), + [anon_sym_SQUOTE] = ACTIONS(1534), + [anon_sym_L_DQUOTE] = ACTIONS(1534), + [anon_sym_u_DQUOTE] = ACTIONS(1534), + [anon_sym_U_DQUOTE] = ACTIONS(1534), + [anon_sym_u8_DQUOTE] = ACTIONS(1534), + [anon_sym_DQUOTE] = ACTIONS(1534), + [sym_true] = ACTIONS(1532), + [sym_false] = ACTIONS(1532), + [anon_sym_NULL] = ACTIONS(1532), + [anon_sym_nullptr] = ACTIONS(1532), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1470), - [anon_sym_rayPayloadInEXT] = ACTIONS(1470), - [anon_sym_hitAttributeEXT] = ACTIONS(1470), - [anon_sym_callableDataEXT] = ACTIONS(1470), - [anon_sym_callableDataInEXT] = ACTIONS(1470), - [anon_sym_shaderRecordEXT] = ACTIONS(1470), - [anon_sym_rayPayloadNV] = ACTIONS(1470), - [anon_sym_rayPayloadInNV] = ACTIONS(1470), - [anon_sym_hitAttributeNV] = ACTIONS(1470), - [anon_sym_callableDataNV] = ACTIONS(1470), - [anon_sym_callableDataInNV] = ACTIONS(1470), - [anon_sym_shaderRecordNV] = ACTIONS(1470), - [anon_sym_layout] = ACTIONS(1470), + [anon_sym_rayPayloadEXT] = ACTIONS(1532), + [anon_sym_rayPayloadInEXT] = ACTIONS(1532), + [anon_sym_hitAttributeEXT] = ACTIONS(1532), + [anon_sym_callableDataEXT] = ACTIONS(1532), + [anon_sym_callableDataInEXT] = ACTIONS(1532), + [anon_sym_shaderRecordEXT] = ACTIONS(1532), + [anon_sym_rayPayloadNV] = ACTIONS(1532), + [anon_sym_rayPayloadInNV] = ACTIONS(1532), + [anon_sym_hitAttributeNV] = ACTIONS(1532), + [anon_sym_callableDataNV] = ACTIONS(1532), + [anon_sym_callableDataInNV] = ACTIONS(1532), + [anon_sym_shaderRecordNV] = ACTIONS(1532), + [anon_sym_layout] = ACTIONS(1532), }, - [409] = { + [412] = { [ts_builtin_sym_end] = ACTIONS(1550), [sym_identifier] = ACTIONS(1548), [aux_sym_preproc_include_token1] = ACTIONS(1548), @@ -76549,479 +76937,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___clrcall] = ACTIONS(1548), [anon_sym___stdcall] = ACTIONS(1548), [anon_sym___fastcall] = ACTIONS(1548), - [anon_sym___thiscall] = ACTIONS(1548), - [anon_sym___vectorcall] = ACTIONS(1548), - [anon_sym_LBRACE] = ACTIONS(1550), - [anon_sym_signed] = ACTIONS(1548), - [anon_sym_unsigned] = ACTIONS(1548), - [anon_sym_long] = ACTIONS(1548), - [anon_sym_short] = ACTIONS(1548), - [anon_sym_static] = ACTIONS(1548), - [anon_sym_auto] = ACTIONS(1548), - [anon_sym_register] = ACTIONS(1548), - [anon_sym_inline] = ACTIONS(1548), - [anon_sym___inline] = ACTIONS(1548), - [anon_sym___inline__] = ACTIONS(1548), - [anon_sym___forceinline] = ACTIONS(1548), - [anon_sym_thread_local] = ACTIONS(1548), - [anon_sym___thread] = ACTIONS(1548), - [anon_sym_const] = ACTIONS(1548), - [anon_sym_constexpr] = ACTIONS(1548), - [anon_sym_volatile] = ACTIONS(1548), - [anon_sym_restrict] = ACTIONS(1548), - [anon_sym___restrict__] = ACTIONS(1548), - [anon_sym__Atomic] = ACTIONS(1548), - [anon_sym__Noreturn] = ACTIONS(1548), - [anon_sym_noreturn] = ACTIONS(1548), - [sym_primitive_type] = ACTIONS(1548), - [anon_sym_enum] = ACTIONS(1548), - [anon_sym_struct] = ACTIONS(1548), - [anon_sym_union] = ACTIONS(1548), - [anon_sym_if] = ACTIONS(1548), - [anon_sym_switch] = ACTIONS(1548), - [anon_sym_case] = ACTIONS(1548), - [anon_sym_default] = ACTIONS(1548), - [anon_sym_while] = ACTIONS(1548), - [anon_sym_do] = ACTIONS(1548), - [anon_sym_for] = ACTIONS(1548), - [anon_sym_return] = ACTIONS(1548), - [anon_sym_break] = ACTIONS(1548), - [anon_sym_continue] = ACTIONS(1548), - [anon_sym_goto] = ACTIONS(1548), - [anon_sym_DASH_DASH] = ACTIONS(1550), - [anon_sym_PLUS_PLUS] = ACTIONS(1550), - [anon_sym_sizeof] = ACTIONS(1548), - [anon_sym___alignof__] = ACTIONS(1548), - [anon_sym___alignof] = ACTIONS(1548), - [anon_sym__alignof] = ACTIONS(1548), - [anon_sym_alignof] = ACTIONS(1548), - [anon_sym__Alignof] = ACTIONS(1548), - [anon_sym_offsetof] = ACTIONS(1548), - [anon_sym__Generic] = ACTIONS(1548), - [anon_sym_asm] = ACTIONS(1548), - [anon_sym___asm__] = ACTIONS(1548), - [sym_number_literal] = ACTIONS(1550), - [anon_sym_L_SQUOTE] = ACTIONS(1550), - [anon_sym_u_SQUOTE] = ACTIONS(1550), - [anon_sym_U_SQUOTE] = ACTIONS(1550), - [anon_sym_u8_SQUOTE] = ACTIONS(1550), - [anon_sym_SQUOTE] = ACTIONS(1550), - [anon_sym_L_DQUOTE] = ACTIONS(1550), - [anon_sym_u_DQUOTE] = ACTIONS(1550), - [anon_sym_U_DQUOTE] = ACTIONS(1550), - [anon_sym_u8_DQUOTE] = ACTIONS(1550), - [anon_sym_DQUOTE] = ACTIONS(1550), - [sym_true] = ACTIONS(1548), - [sym_false] = ACTIONS(1548), - [anon_sym_NULL] = ACTIONS(1548), - [anon_sym_nullptr] = ACTIONS(1548), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1548), - [anon_sym_rayPayloadInEXT] = ACTIONS(1548), - [anon_sym_hitAttributeEXT] = ACTIONS(1548), - [anon_sym_callableDataEXT] = ACTIONS(1548), - [anon_sym_callableDataInEXT] = ACTIONS(1548), - [anon_sym_shaderRecordEXT] = ACTIONS(1548), - [anon_sym_rayPayloadNV] = ACTIONS(1548), - [anon_sym_rayPayloadInNV] = ACTIONS(1548), - [anon_sym_hitAttributeNV] = ACTIONS(1548), - [anon_sym_callableDataNV] = ACTIONS(1548), - [anon_sym_callableDataInNV] = ACTIONS(1548), - [anon_sym_shaderRecordNV] = ACTIONS(1548), - [anon_sym_layout] = ACTIONS(1548), - }, - [410] = { - [ts_builtin_sym_end] = ACTIONS(1484), - [sym_identifier] = ACTIONS(1482), - [aux_sym_preproc_include_token1] = ACTIONS(1482), - [aux_sym_preproc_def_token1] = ACTIONS(1482), - [aux_sym_preproc_if_token1] = ACTIONS(1482), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1482), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1482), - [sym_preproc_directive] = ACTIONS(1482), - [anon_sym_LPAREN2] = ACTIONS(1484), - [anon_sym_BANG] = ACTIONS(1484), - [anon_sym_TILDE] = ACTIONS(1484), - [anon_sym_DASH] = ACTIONS(1482), - [anon_sym_PLUS] = ACTIONS(1482), - [anon_sym_STAR] = ACTIONS(1484), - [anon_sym_AMP] = ACTIONS(1484), - [anon_sym_subroutine] = ACTIONS(1482), - [anon_sym_invariant] = ACTIONS(1482), - [anon_sym_precise] = ACTIONS(1482), - [anon_sym_in] = ACTIONS(1482), - [anon_sym_out] = ACTIONS(1482), - [anon_sym_inout] = ACTIONS(1482), - [anon_sym_uniform] = ACTIONS(1482), - [anon_sym_shared] = ACTIONS(1482), - [anon_sym_attribute] = ACTIONS(1482), - [anon_sym_varying] = ACTIONS(1482), - [anon_sym_buffer] = ACTIONS(1482), - [anon_sym_coherent] = ACTIONS(1482), - [anon_sym_readonly] = ACTIONS(1482), - [anon_sym_writeonly] = ACTIONS(1482), - [anon_sym_precision] = ACTIONS(1482), - [anon_sym_highp] = ACTIONS(1482), - [anon_sym_mediump] = ACTIONS(1482), - [anon_sym_lowp] = ACTIONS(1482), - [anon_sym_centroid] = ACTIONS(1482), - [anon_sym_sample] = ACTIONS(1482), - [anon_sym_patch] = ACTIONS(1482), - [anon_sym_smooth] = ACTIONS(1482), - [anon_sym_flat] = ACTIONS(1482), - [anon_sym_noperspective] = ACTIONS(1482), - [anon_sym___extension__] = ACTIONS(1482), - [anon_sym_typedef] = ACTIONS(1482), - [anon_sym_extern] = ACTIONS(1482), - [anon_sym___attribute__] = ACTIONS(1482), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1484), - [anon_sym___declspec] = ACTIONS(1482), - [anon_sym___cdecl] = ACTIONS(1482), - [anon_sym___clrcall] = ACTIONS(1482), - [anon_sym___stdcall] = ACTIONS(1482), - [anon_sym___fastcall] = ACTIONS(1482), - [anon_sym___thiscall] = ACTIONS(1482), - [anon_sym___vectorcall] = ACTIONS(1482), - [anon_sym_LBRACE] = ACTIONS(1484), - [anon_sym_signed] = ACTIONS(1482), - [anon_sym_unsigned] = ACTIONS(1482), - [anon_sym_long] = ACTIONS(1482), - [anon_sym_short] = ACTIONS(1482), - [anon_sym_static] = ACTIONS(1482), - [anon_sym_auto] = ACTIONS(1482), - [anon_sym_register] = ACTIONS(1482), - [anon_sym_inline] = ACTIONS(1482), - [anon_sym___inline] = ACTIONS(1482), - [anon_sym___inline__] = ACTIONS(1482), - [anon_sym___forceinline] = ACTIONS(1482), - [anon_sym_thread_local] = ACTIONS(1482), - [anon_sym___thread] = ACTIONS(1482), - [anon_sym_const] = ACTIONS(1482), - [anon_sym_constexpr] = ACTIONS(1482), - [anon_sym_volatile] = ACTIONS(1482), - [anon_sym_restrict] = ACTIONS(1482), - [anon_sym___restrict__] = ACTIONS(1482), - [anon_sym__Atomic] = ACTIONS(1482), - [anon_sym__Noreturn] = ACTIONS(1482), - [anon_sym_noreturn] = ACTIONS(1482), - [sym_primitive_type] = ACTIONS(1482), - [anon_sym_enum] = ACTIONS(1482), - [anon_sym_struct] = ACTIONS(1482), - [anon_sym_union] = ACTIONS(1482), - [anon_sym_if] = ACTIONS(1482), - [anon_sym_switch] = ACTIONS(1482), - [anon_sym_case] = ACTIONS(1482), - [anon_sym_default] = ACTIONS(1482), - [anon_sym_while] = ACTIONS(1482), - [anon_sym_do] = ACTIONS(1482), - [anon_sym_for] = ACTIONS(1482), - [anon_sym_return] = ACTIONS(1482), - [anon_sym_break] = ACTIONS(1482), - [anon_sym_continue] = ACTIONS(1482), - [anon_sym_goto] = ACTIONS(1482), - [anon_sym_DASH_DASH] = ACTIONS(1484), - [anon_sym_PLUS_PLUS] = ACTIONS(1484), - [anon_sym_sizeof] = ACTIONS(1482), - [anon_sym___alignof__] = ACTIONS(1482), - [anon_sym___alignof] = ACTIONS(1482), - [anon_sym__alignof] = ACTIONS(1482), - [anon_sym_alignof] = ACTIONS(1482), - [anon_sym__Alignof] = ACTIONS(1482), - [anon_sym_offsetof] = ACTIONS(1482), - [anon_sym__Generic] = ACTIONS(1482), - [anon_sym_asm] = ACTIONS(1482), - [anon_sym___asm__] = ACTIONS(1482), - [sym_number_literal] = ACTIONS(1484), - [anon_sym_L_SQUOTE] = ACTIONS(1484), - [anon_sym_u_SQUOTE] = ACTIONS(1484), - [anon_sym_U_SQUOTE] = ACTIONS(1484), - [anon_sym_u8_SQUOTE] = ACTIONS(1484), - [anon_sym_SQUOTE] = ACTIONS(1484), - [anon_sym_L_DQUOTE] = ACTIONS(1484), - [anon_sym_u_DQUOTE] = ACTIONS(1484), - [anon_sym_U_DQUOTE] = ACTIONS(1484), - [anon_sym_u8_DQUOTE] = ACTIONS(1484), - [anon_sym_DQUOTE] = ACTIONS(1484), - [sym_true] = ACTIONS(1482), - [sym_false] = ACTIONS(1482), - [anon_sym_NULL] = ACTIONS(1482), - [anon_sym_nullptr] = ACTIONS(1482), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1482), - [anon_sym_rayPayloadInEXT] = ACTIONS(1482), - [anon_sym_hitAttributeEXT] = ACTIONS(1482), - [anon_sym_callableDataEXT] = ACTIONS(1482), - [anon_sym_callableDataInEXT] = ACTIONS(1482), - [anon_sym_shaderRecordEXT] = ACTIONS(1482), - [anon_sym_rayPayloadNV] = ACTIONS(1482), - [anon_sym_rayPayloadInNV] = ACTIONS(1482), - [anon_sym_hitAttributeNV] = ACTIONS(1482), - [anon_sym_callableDataNV] = ACTIONS(1482), - [anon_sym_callableDataInNV] = ACTIONS(1482), - [anon_sym_shaderRecordNV] = ACTIONS(1482), - [anon_sym_layout] = ACTIONS(1482), - }, - [411] = { - [ts_builtin_sym_end] = ACTIONS(1546), - [sym_identifier] = ACTIONS(1544), - [aux_sym_preproc_include_token1] = ACTIONS(1544), - [aux_sym_preproc_def_token1] = ACTIONS(1544), - [aux_sym_preproc_if_token1] = ACTIONS(1544), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1544), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1544), - [sym_preproc_directive] = ACTIONS(1544), - [anon_sym_LPAREN2] = ACTIONS(1546), - [anon_sym_BANG] = ACTIONS(1546), - [anon_sym_TILDE] = ACTIONS(1546), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_STAR] = ACTIONS(1546), - [anon_sym_AMP] = ACTIONS(1546), - [anon_sym_subroutine] = ACTIONS(1544), - [anon_sym_invariant] = ACTIONS(1544), - [anon_sym_precise] = ACTIONS(1544), - [anon_sym_in] = ACTIONS(1544), - [anon_sym_out] = ACTIONS(1544), - [anon_sym_inout] = ACTIONS(1544), - [anon_sym_uniform] = ACTIONS(1544), - [anon_sym_shared] = ACTIONS(1544), - [anon_sym_attribute] = ACTIONS(1544), - [anon_sym_varying] = ACTIONS(1544), - [anon_sym_buffer] = ACTIONS(1544), - [anon_sym_coherent] = ACTIONS(1544), - [anon_sym_readonly] = ACTIONS(1544), - [anon_sym_writeonly] = ACTIONS(1544), - [anon_sym_precision] = ACTIONS(1544), - [anon_sym_highp] = ACTIONS(1544), - [anon_sym_mediump] = ACTIONS(1544), - [anon_sym_lowp] = ACTIONS(1544), - [anon_sym_centroid] = ACTIONS(1544), - [anon_sym_sample] = ACTIONS(1544), - [anon_sym_patch] = ACTIONS(1544), - [anon_sym_smooth] = ACTIONS(1544), - [anon_sym_flat] = ACTIONS(1544), - [anon_sym_noperspective] = ACTIONS(1544), - [anon_sym___extension__] = ACTIONS(1544), - [anon_sym_typedef] = ACTIONS(1544), - [anon_sym_extern] = ACTIONS(1544), - [anon_sym___attribute__] = ACTIONS(1544), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1546), - [anon_sym___declspec] = ACTIONS(1544), - [anon_sym___cdecl] = ACTIONS(1544), - [anon_sym___clrcall] = ACTIONS(1544), - [anon_sym___stdcall] = ACTIONS(1544), - [anon_sym___fastcall] = ACTIONS(1544), - [anon_sym___thiscall] = ACTIONS(1544), - [anon_sym___vectorcall] = ACTIONS(1544), - [anon_sym_LBRACE] = ACTIONS(1546), - [anon_sym_signed] = ACTIONS(1544), - [anon_sym_unsigned] = ACTIONS(1544), - [anon_sym_long] = ACTIONS(1544), - [anon_sym_short] = ACTIONS(1544), - [anon_sym_static] = ACTIONS(1544), - [anon_sym_auto] = ACTIONS(1544), - [anon_sym_register] = ACTIONS(1544), - [anon_sym_inline] = ACTIONS(1544), - [anon_sym___inline] = ACTIONS(1544), - [anon_sym___inline__] = ACTIONS(1544), - [anon_sym___forceinline] = ACTIONS(1544), - [anon_sym_thread_local] = ACTIONS(1544), - [anon_sym___thread] = ACTIONS(1544), - [anon_sym_const] = ACTIONS(1544), - [anon_sym_constexpr] = ACTIONS(1544), - [anon_sym_volatile] = ACTIONS(1544), - [anon_sym_restrict] = ACTIONS(1544), - [anon_sym___restrict__] = ACTIONS(1544), - [anon_sym__Atomic] = ACTIONS(1544), - [anon_sym__Noreturn] = ACTIONS(1544), - [anon_sym_noreturn] = ACTIONS(1544), - [sym_primitive_type] = ACTIONS(1544), - [anon_sym_enum] = ACTIONS(1544), - [anon_sym_struct] = ACTIONS(1544), - [anon_sym_union] = ACTIONS(1544), - [anon_sym_if] = ACTIONS(1544), - [anon_sym_switch] = ACTIONS(1544), - [anon_sym_case] = ACTIONS(1544), - [anon_sym_default] = ACTIONS(1544), - [anon_sym_while] = ACTIONS(1544), - [anon_sym_do] = ACTIONS(1544), - [anon_sym_for] = ACTIONS(1544), - [anon_sym_return] = ACTIONS(1544), - [anon_sym_break] = ACTIONS(1544), - [anon_sym_continue] = ACTIONS(1544), - [anon_sym_goto] = ACTIONS(1544), - [anon_sym_DASH_DASH] = ACTIONS(1546), - [anon_sym_PLUS_PLUS] = ACTIONS(1546), - [anon_sym_sizeof] = ACTIONS(1544), - [anon_sym___alignof__] = ACTIONS(1544), - [anon_sym___alignof] = ACTIONS(1544), - [anon_sym__alignof] = ACTIONS(1544), - [anon_sym_alignof] = ACTIONS(1544), - [anon_sym__Alignof] = ACTIONS(1544), - [anon_sym_offsetof] = ACTIONS(1544), - [anon_sym__Generic] = ACTIONS(1544), - [anon_sym_asm] = ACTIONS(1544), - [anon_sym___asm__] = ACTIONS(1544), - [sym_number_literal] = ACTIONS(1546), - [anon_sym_L_SQUOTE] = ACTIONS(1546), - [anon_sym_u_SQUOTE] = ACTIONS(1546), - [anon_sym_U_SQUOTE] = ACTIONS(1546), - [anon_sym_u8_SQUOTE] = ACTIONS(1546), - [anon_sym_SQUOTE] = ACTIONS(1546), - [anon_sym_L_DQUOTE] = ACTIONS(1546), - [anon_sym_u_DQUOTE] = ACTIONS(1546), - [anon_sym_U_DQUOTE] = ACTIONS(1546), - [anon_sym_u8_DQUOTE] = ACTIONS(1546), - [anon_sym_DQUOTE] = ACTIONS(1546), - [sym_true] = ACTIONS(1544), - [sym_false] = ACTIONS(1544), - [anon_sym_NULL] = ACTIONS(1544), - [anon_sym_nullptr] = ACTIONS(1544), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1544), - [anon_sym_rayPayloadInEXT] = ACTIONS(1544), - [anon_sym_hitAttributeEXT] = ACTIONS(1544), - [anon_sym_callableDataEXT] = ACTIONS(1544), - [anon_sym_callableDataInEXT] = ACTIONS(1544), - [anon_sym_shaderRecordEXT] = ACTIONS(1544), - [anon_sym_rayPayloadNV] = ACTIONS(1544), - [anon_sym_rayPayloadInNV] = ACTIONS(1544), - [anon_sym_hitAttributeNV] = ACTIONS(1544), - [anon_sym_callableDataNV] = ACTIONS(1544), - [anon_sym_callableDataInNV] = ACTIONS(1544), - [anon_sym_shaderRecordNV] = ACTIONS(1544), - [anon_sym_layout] = ACTIONS(1544), - }, - [412] = { - [ts_builtin_sym_end] = ACTIONS(1472), - [sym_identifier] = ACTIONS(1470), - [aux_sym_preproc_include_token1] = ACTIONS(1470), - [aux_sym_preproc_def_token1] = ACTIONS(1470), - [aux_sym_preproc_if_token1] = ACTIONS(1470), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1470), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1470), - [sym_preproc_directive] = ACTIONS(1470), - [anon_sym_LPAREN2] = ACTIONS(1472), - [anon_sym_BANG] = ACTIONS(1472), - [anon_sym_TILDE] = ACTIONS(1472), - [anon_sym_DASH] = ACTIONS(1470), - [anon_sym_PLUS] = ACTIONS(1470), - [anon_sym_STAR] = ACTIONS(1472), - [anon_sym_AMP] = ACTIONS(1472), - [anon_sym_subroutine] = ACTIONS(1470), - [anon_sym_invariant] = ACTIONS(1470), - [anon_sym_precise] = ACTIONS(1470), - [anon_sym_in] = ACTIONS(1470), - [anon_sym_out] = ACTIONS(1470), - [anon_sym_inout] = ACTIONS(1470), - [anon_sym_uniform] = ACTIONS(1470), - [anon_sym_shared] = ACTIONS(1470), - [anon_sym_attribute] = ACTIONS(1470), - [anon_sym_varying] = ACTIONS(1470), - [anon_sym_buffer] = ACTIONS(1470), - [anon_sym_coherent] = ACTIONS(1470), - [anon_sym_readonly] = ACTIONS(1470), - [anon_sym_writeonly] = ACTIONS(1470), - [anon_sym_precision] = ACTIONS(1470), - [anon_sym_highp] = ACTIONS(1470), - [anon_sym_mediump] = ACTIONS(1470), - [anon_sym_lowp] = ACTIONS(1470), - [anon_sym_centroid] = ACTIONS(1470), - [anon_sym_sample] = ACTIONS(1470), - [anon_sym_patch] = ACTIONS(1470), - [anon_sym_smooth] = ACTIONS(1470), - [anon_sym_flat] = ACTIONS(1470), - [anon_sym_noperspective] = ACTIONS(1470), - [anon_sym___extension__] = ACTIONS(1470), - [anon_sym_typedef] = ACTIONS(1470), - [anon_sym_extern] = ACTIONS(1470), - [anon_sym___attribute__] = ACTIONS(1470), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1472), - [anon_sym___declspec] = ACTIONS(1470), - [anon_sym___cdecl] = ACTIONS(1470), - [anon_sym___clrcall] = ACTIONS(1470), - [anon_sym___stdcall] = ACTIONS(1470), - [anon_sym___fastcall] = ACTIONS(1470), - [anon_sym___thiscall] = ACTIONS(1470), - [anon_sym___vectorcall] = ACTIONS(1470), - [anon_sym_LBRACE] = ACTIONS(1472), - [anon_sym_signed] = ACTIONS(1470), - [anon_sym_unsigned] = ACTIONS(1470), - [anon_sym_long] = ACTIONS(1470), - [anon_sym_short] = ACTIONS(1470), - [anon_sym_static] = ACTIONS(1470), - [anon_sym_auto] = ACTIONS(1470), - [anon_sym_register] = ACTIONS(1470), - [anon_sym_inline] = ACTIONS(1470), - [anon_sym___inline] = ACTIONS(1470), - [anon_sym___inline__] = ACTIONS(1470), - [anon_sym___forceinline] = ACTIONS(1470), - [anon_sym_thread_local] = ACTIONS(1470), - [anon_sym___thread] = ACTIONS(1470), - [anon_sym_const] = ACTIONS(1470), - [anon_sym_constexpr] = ACTIONS(1470), - [anon_sym_volatile] = ACTIONS(1470), - [anon_sym_restrict] = ACTIONS(1470), - [anon_sym___restrict__] = ACTIONS(1470), - [anon_sym__Atomic] = ACTIONS(1470), - [anon_sym__Noreturn] = ACTIONS(1470), - [anon_sym_noreturn] = ACTIONS(1470), - [sym_primitive_type] = ACTIONS(1470), - [anon_sym_enum] = ACTIONS(1470), - [anon_sym_struct] = ACTIONS(1470), - [anon_sym_union] = ACTIONS(1470), - [anon_sym_if] = ACTIONS(1470), - [anon_sym_switch] = ACTIONS(1470), - [anon_sym_case] = ACTIONS(1470), - [anon_sym_default] = ACTIONS(1470), - [anon_sym_while] = ACTIONS(1470), - [anon_sym_do] = ACTIONS(1470), - [anon_sym_for] = ACTIONS(1470), - [anon_sym_return] = ACTIONS(1470), - [anon_sym_break] = ACTIONS(1470), - [anon_sym_continue] = ACTIONS(1470), - [anon_sym_goto] = ACTIONS(1470), - [anon_sym_DASH_DASH] = ACTIONS(1472), - [anon_sym_PLUS_PLUS] = ACTIONS(1472), - [anon_sym_sizeof] = ACTIONS(1470), - [anon_sym___alignof__] = ACTIONS(1470), - [anon_sym___alignof] = ACTIONS(1470), - [anon_sym__alignof] = ACTIONS(1470), - [anon_sym_alignof] = ACTIONS(1470), - [anon_sym__Alignof] = ACTIONS(1470), - [anon_sym_offsetof] = ACTIONS(1470), - [anon_sym__Generic] = ACTIONS(1470), - [anon_sym_asm] = ACTIONS(1470), - [anon_sym___asm__] = ACTIONS(1470), - [sym_number_literal] = ACTIONS(1472), - [anon_sym_L_SQUOTE] = ACTIONS(1472), - [anon_sym_u_SQUOTE] = ACTIONS(1472), - [anon_sym_U_SQUOTE] = ACTIONS(1472), - [anon_sym_u8_SQUOTE] = ACTIONS(1472), - [anon_sym_SQUOTE] = ACTIONS(1472), - [anon_sym_L_DQUOTE] = ACTIONS(1472), - [anon_sym_u_DQUOTE] = ACTIONS(1472), - [anon_sym_U_DQUOTE] = ACTIONS(1472), - [anon_sym_u8_DQUOTE] = ACTIONS(1472), - [anon_sym_DQUOTE] = ACTIONS(1472), - [sym_true] = ACTIONS(1470), - [sym_false] = ACTIONS(1470), - [anon_sym_NULL] = ACTIONS(1470), - [anon_sym_nullptr] = ACTIONS(1470), + [anon_sym___thiscall] = ACTIONS(1548), + [anon_sym___vectorcall] = ACTIONS(1548), + [anon_sym_LBRACE] = ACTIONS(1550), + [anon_sym_signed] = ACTIONS(1548), + [anon_sym_unsigned] = ACTIONS(1548), + [anon_sym_long] = ACTIONS(1548), + [anon_sym_short] = ACTIONS(1548), + [anon_sym_static] = ACTIONS(1548), + [anon_sym_auto] = ACTIONS(1548), + [anon_sym_register] = ACTIONS(1548), + [anon_sym_inline] = ACTIONS(1548), + [anon_sym___inline] = ACTIONS(1548), + [anon_sym___inline__] = ACTIONS(1548), + [anon_sym___forceinline] = ACTIONS(1548), + [anon_sym_thread_local] = ACTIONS(1548), + [anon_sym___thread] = ACTIONS(1548), + [anon_sym_const] = ACTIONS(1548), + [anon_sym_constexpr] = ACTIONS(1548), + [anon_sym_volatile] = ACTIONS(1548), + [anon_sym_restrict] = ACTIONS(1548), + [anon_sym___restrict__] = ACTIONS(1548), + [anon_sym__Atomic] = ACTIONS(1548), + [anon_sym__Noreturn] = ACTIONS(1548), + [anon_sym_noreturn] = ACTIONS(1548), + [sym_primitive_type] = ACTIONS(1548), + [anon_sym_enum] = ACTIONS(1548), + [anon_sym_struct] = ACTIONS(1548), + [anon_sym_union] = ACTIONS(1548), + [anon_sym_if] = ACTIONS(1548), + [anon_sym_switch] = ACTIONS(1548), + [anon_sym_case] = ACTIONS(1548), + [anon_sym_default] = ACTIONS(1548), + [anon_sym_while] = ACTIONS(1548), + [anon_sym_do] = ACTIONS(1548), + [anon_sym_for] = ACTIONS(1548), + [anon_sym_return] = ACTIONS(1548), + [anon_sym_break] = ACTIONS(1548), + [anon_sym_continue] = ACTIONS(1548), + [anon_sym_goto] = ACTIONS(1548), + [anon_sym_DASH_DASH] = ACTIONS(1550), + [anon_sym_PLUS_PLUS] = ACTIONS(1550), + [anon_sym_sizeof] = ACTIONS(1548), + [anon_sym___alignof__] = ACTIONS(1548), + [anon_sym___alignof] = ACTIONS(1548), + [anon_sym__alignof] = ACTIONS(1548), + [anon_sym_alignof] = ACTIONS(1548), + [anon_sym__Alignof] = ACTIONS(1548), + [anon_sym_offsetof] = ACTIONS(1548), + [anon_sym__Generic] = ACTIONS(1548), + [anon_sym_asm] = ACTIONS(1548), + [anon_sym___asm__] = ACTIONS(1548), + [sym_number_literal] = ACTIONS(1550), + [anon_sym_L_SQUOTE] = ACTIONS(1550), + [anon_sym_u_SQUOTE] = ACTIONS(1550), + [anon_sym_U_SQUOTE] = ACTIONS(1550), + [anon_sym_u8_SQUOTE] = ACTIONS(1550), + [anon_sym_SQUOTE] = ACTIONS(1550), + [anon_sym_L_DQUOTE] = ACTIONS(1550), + [anon_sym_u_DQUOTE] = ACTIONS(1550), + [anon_sym_U_DQUOTE] = ACTIONS(1550), + [anon_sym_u8_DQUOTE] = ACTIONS(1550), + [anon_sym_DQUOTE] = ACTIONS(1550), + [sym_true] = ACTIONS(1548), + [sym_false] = ACTIONS(1548), + [anon_sym_NULL] = ACTIONS(1548), + [anon_sym_nullptr] = ACTIONS(1548), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1470), - [anon_sym_rayPayloadInEXT] = ACTIONS(1470), - [anon_sym_hitAttributeEXT] = ACTIONS(1470), - [anon_sym_callableDataEXT] = ACTIONS(1470), - [anon_sym_callableDataInEXT] = ACTIONS(1470), - [anon_sym_shaderRecordEXT] = ACTIONS(1470), - [anon_sym_rayPayloadNV] = ACTIONS(1470), - [anon_sym_rayPayloadInNV] = ACTIONS(1470), - [anon_sym_hitAttributeNV] = ACTIONS(1470), - [anon_sym_callableDataNV] = ACTIONS(1470), - [anon_sym_callableDataInNV] = ACTIONS(1470), - [anon_sym_shaderRecordNV] = ACTIONS(1470), - [anon_sym_layout] = ACTIONS(1470), + [anon_sym_rayPayloadEXT] = ACTIONS(1548), + [anon_sym_rayPayloadInEXT] = ACTIONS(1548), + [anon_sym_hitAttributeEXT] = ACTIONS(1548), + [anon_sym_callableDataEXT] = ACTIONS(1548), + [anon_sym_callableDataInEXT] = ACTIONS(1548), + [anon_sym_shaderRecordEXT] = ACTIONS(1548), + [anon_sym_rayPayloadNV] = ACTIONS(1548), + [anon_sym_rayPayloadInNV] = ACTIONS(1548), + [anon_sym_hitAttributeNV] = ACTIONS(1548), + [anon_sym_callableDataNV] = ACTIONS(1548), + [anon_sym_callableDataInNV] = ACTIONS(1548), + [anon_sym_shaderRecordNV] = ACTIONS(1548), + [anon_sym_layout] = ACTIONS(1548), }, [413] = { [ts_builtin_sym_end] = ACTIONS(1464), @@ -77128,950 +77123,426 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_L_SQUOTE] = ACTIONS(1464), [anon_sym_u_SQUOTE] = ACTIONS(1464), [anon_sym_U_SQUOTE] = ACTIONS(1464), - [anon_sym_u8_SQUOTE] = ACTIONS(1464), - [anon_sym_SQUOTE] = ACTIONS(1464), - [anon_sym_L_DQUOTE] = ACTIONS(1464), - [anon_sym_u_DQUOTE] = ACTIONS(1464), - [anon_sym_U_DQUOTE] = ACTIONS(1464), - [anon_sym_u8_DQUOTE] = ACTIONS(1464), - [anon_sym_DQUOTE] = ACTIONS(1464), - [sym_true] = ACTIONS(1462), - [sym_false] = ACTIONS(1462), - [anon_sym_NULL] = ACTIONS(1462), - [anon_sym_nullptr] = ACTIONS(1462), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1462), - [anon_sym_rayPayloadInEXT] = ACTIONS(1462), - [anon_sym_hitAttributeEXT] = ACTIONS(1462), - [anon_sym_callableDataEXT] = ACTIONS(1462), - [anon_sym_callableDataInEXT] = ACTIONS(1462), - [anon_sym_shaderRecordEXT] = ACTIONS(1462), - [anon_sym_rayPayloadNV] = ACTIONS(1462), - [anon_sym_rayPayloadInNV] = ACTIONS(1462), - [anon_sym_hitAttributeNV] = ACTIONS(1462), - [anon_sym_callableDataNV] = ACTIONS(1462), - [anon_sym_callableDataInNV] = ACTIONS(1462), - [anon_sym_shaderRecordNV] = ACTIONS(1462), - [anon_sym_layout] = ACTIONS(1462), - }, - [414] = { - [ts_builtin_sym_end] = ACTIONS(1488), - [sym_identifier] = ACTIONS(1486), - [aux_sym_preproc_include_token1] = ACTIONS(1486), - [aux_sym_preproc_def_token1] = ACTIONS(1486), - [aux_sym_preproc_if_token1] = ACTIONS(1486), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1486), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1486), - [sym_preproc_directive] = ACTIONS(1486), - [anon_sym_LPAREN2] = ACTIONS(1488), - [anon_sym_BANG] = ACTIONS(1488), - [anon_sym_TILDE] = ACTIONS(1488), - [anon_sym_DASH] = ACTIONS(1486), - [anon_sym_PLUS] = ACTIONS(1486), - [anon_sym_STAR] = ACTIONS(1488), - [anon_sym_AMP] = ACTIONS(1488), - [anon_sym_subroutine] = ACTIONS(1486), - [anon_sym_invariant] = ACTIONS(1486), - [anon_sym_precise] = ACTIONS(1486), - [anon_sym_in] = ACTIONS(1486), - [anon_sym_out] = ACTIONS(1486), - [anon_sym_inout] = ACTIONS(1486), - [anon_sym_uniform] = ACTIONS(1486), - [anon_sym_shared] = ACTIONS(1486), - [anon_sym_attribute] = ACTIONS(1486), - [anon_sym_varying] = ACTIONS(1486), - [anon_sym_buffer] = ACTIONS(1486), - [anon_sym_coherent] = ACTIONS(1486), - [anon_sym_readonly] = ACTIONS(1486), - [anon_sym_writeonly] = ACTIONS(1486), - [anon_sym_precision] = ACTIONS(1486), - [anon_sym_highp] = ACTIONS(1486), - [anon_sym_mediump] = ACTIONS(1486), - [anon_sym_lowp] = ACTIONS(1486), - [anon_sym_centroid] = ACTIONS(1486), - [anon_sym_sample] = ACTIONS(1486), - [anon_sym_patch] = ACTIONS(1486), - [anon_sym_smooth] = ACTIONS(1486), - [anon_sym_flat] = ACTIONS(1486), - [anon_sym_noperspective] = ACTIONS(1486), - [anon_sym___extension__] = ACTIONS(1486), - [anon_sym_typedef] = ACTIONS(1486), - [anon_sym_extern] = ACTIONS(1486), - [anon_sym___attribute__] = ACTIONS(1486), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1488), - [anon_sym___declspec] = ACTIONS(1486), - [anon_sym___cdecl] = ACTIONS(1486), - [anon_sym___clrcall] = ACTIONS(1486), - [anon_sym___stdcall] = ACTIONS(1486), - [anon_sym___fastcall] = ACTIONS(1486), - [anon_sym___thiscall] = ACTIONS(1486), - [anon_sym___vectorcall] = ACTIONS(1486), - [anon_sym_LBRACE] = ACTIONS(1488), - [anon_sym_signed] = ACTIONS(1486), - [anon_sym_unsigned] = ACTIONS(1486), - [anon_sym_long] = ACTIONS(1486), - [anon_sym_short] = ACTIONS(1486), - [anon_sym_static] = ACTIONS(1486), - [anon_sym_auto] = ACTIONS(1486), - [anon_sym_register] = ACTIONS(1486), - [anon_sym_inline] = ACTIONS(1486), - [anon_sym___inline] = ACTIONS(1486), - [anon_sym___inline__] = ACTIONS(1486), - [anon_sym___forceinline] = ACTIONS(1486), - [anon_sym_thread_local] = ACTIONS(1486), - [anon_sym___thread] = ACTIONS(1486), - [anon_sym_const] = ACTIONS(1486), - [anon_sym_constexpr] = ACTIONS(1486), - [anon_sym_volatile] = ACTIONS(1486), - [anon_sym_restrict] = ACTIONS(1486), - [anon_sym___restrict__] = ACTIONS(1486), - [anon_sym__Atomic] = ACTIONS(1486), - [anon_sym__Noreturn] = ACTIONS(1486), - [anon_sym_noreturn] = ACTIONS(1486), - [sym_primitive_type] = ACTIONS(1486), - [anon_sym_enum] = ACTIONS(1486), - [anon_sym_struct] = ACTIONS(1486), - [anon_sym_union] = ACTIONS(1486), - [anon_sym_if] = ACTIONS(1486), - [anon_sym_switch] = ACTIONS(1486), - [anon_sym_case] = ACTIONS(1486), - [anon_sym_default] = ACTIONS(1486), - [anon_sym_while] = ACTIONS(1486), - [anon_sym_do] = ACTIONS(1486), - [anon_sym_for] = ACTIONS(1486), - [anon_sym_return] = ACTIONS(1486), - [anon_sym_break] = ACTIONS(1486), - [anon_sym_continue] = ACTIONS(1486), - [anon_sym_goto] = ACTIONS(1486), - [anon_sym_DASH_DASH] = ACTIONS(1488), - [anon_sym_PLUS_PLUS] = ACTIONS(1488), - [anon_sym_sizeof] = ACTIONS(1486), - [anon_sym___alignof__] = ACTIONS(1486), - [anon_sym___alignof] = ACTIONS(1486), - [anon_sym__alignof] = ACTIONS(1486), - [anon_sym_alignof] = ACTIONS(1486), - [anon_sym__Alignof] = ACTIONS(1486), - [anon_sym_offsetof] = ACTIONS(1486), - [anon_sym__Generic] = ACTIONS(1486), - [anon_sym_asm] = ACTIONS(1486), - [anon_sym___asm__] = ACTIONS(1486), - [sym_number_literal] = ACTIONS(1488), - [anon_sym_L_SQUOTE] = ACTIONS(1488), - [anon_sym_u_SQUOTE] = ACTIONS(1488), - [anon_sym_U_SQUOTE] = ACTIONS(1488), - [anon_sym_u8_SQUOTE] = ACTIONS(1488), - [anon_sym_SQUOTE] = ACTIONS(1488), - [anon_sym_L_DQUOTE] = ACTIONS(1488), - [anon_sym_u_DQUOTE] = ACTIONS(1488), - [anon_sym_U_DQUOTE] = ACTIONS(1488), - [anon_sym_u8_DQUOTE] = ACTIONS(1488), - [anon_sym_DQUOTE] = ACTIONS(1488), - [sym_true] = ACTIONS(1486), - [sym_false] = ACTIONS(1486), - [anon_sym_NULL] = ACTIONS(1486), - [anon_sym_nullptr] = ACTIONS(1486), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1486), - [anon_sym_rayPayloadInEXT] = ACTIONS(1486), - [anon_sym_hitAttributeEXT] = ACTIONS(1486), - [anon_sym_callableDataEXT] = ACTIONS(1486), - [anon_sym_callableDataInEXT] = ACTIONS(1486), - [anon_sym_shaderRecordEXT] = ACTIONS(1486), - [anon_sym_rayPayloadNV] = ACTIONS(1486), - [anon_sym_rayPayloadInNV] = ACTIONS(1486), - [anon_sym_hitAttributeNV] = ACTIONS(1486), - [anon_sym_callableDataNV] = ACTIONS(1486), - [anon_sym_callableDataInNV] = ACTIONS(1486), - [anon_sym_shaderRecordNV] = ACTIONS(1486), - [anon_sym_layout] = ACTIONS(1486), - }, - [415] = { - [ts_builtin_sym_end] = ACTIONS(1514), - [sym_identifier] = ACTIONS(1512), - [aux_sym_preproc_include_token1] = ACTIONS(1512), - [aux_sym_preproc_def_token1] = ACTIONS(1512), - [aux_sym_preproc_if_token1] = ACTIONS(1512), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1512), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1512), - [sym_preproc_directive] = ACTIONS(1512), - [anon_sym_LPAREN2] = ACTIONS(1514), - [anon_sym_BANG] = ACTIONS(1514), - [anon_sym_TILDE] = ACTIONS(1514), - [anon_sym_DASH] = ACTIONS(1512), - [anon_sym_PLUS] = ACTIONS(1512), - [anon_sym_STAR] = ACTIONS(1514), - [anon_sym_AMP] = ACTIONS(1514), - [anon_sym_subroutine] = ACTIONS(1512), - [anon_sym_invariant] = ACTIONS(1512), - [anon_sym_precise] = ACTIONS(1512), - [anon_sym_in] = ACTIONS(1512), - [anon_sym_out] = ACTIONS(1512), - [anon_sym_inout] = ACTIONS(1512), - [anon_sym_uniform] = ACTIONS(1512), - [anon_sym_shared] = ACTIONS(1512), - [anon_sym_attribute] = ACTIONS(1512), - [anon_sym_varying] = ACTIONS(1512), - [anon_sym_buffer] = ACTIONS(1512), - [anon_sym_coherent] = ACTIONS(1512), - [anon_sym_readonly] = ACTIONS(1512), - [anon_sym_writeonly] = ACTIONS(1512), - [anon_sym_precision] = ACTIONS(1512), - [anon_sym_highp] = ACTIONS(1512), - [anon_sym_mediump] = ACTIONS(1512), - [anon_sym_lowp] = ACTIONS(1512), - [anon_sym_centroid] = ACTIONS(1512), - [anon_sym_sample] = ACTIONS(1512), - [anon_sym_patch] = ACTIONS(1512), - [anon_sym_smooth] = ACTIONS(1512), - [anon_sym_flat] = ACTIONS(1512), - [anon_sym_noperspective] = ACTIONS(1512), - [anon_sym___extension__] = ACTIONS(1512), - [anon_sym_typedef] = ACTIONS(1512), - [anon_sym_extern] = ACTIONS(1512), - [anon_sym___attribute__] = ACTIONS(1512), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1514), - [anon_sym___declspec] = ACTIONS(1512), - [anon_sym___cdecl] = ACTIONS(1512), - [anon_sym___clrcall] = ACTIONS(1512), - [anon_sym___stdcall] = ACTIONS(1512), - [anon_sym___fastcall] = ACTIONS(1512), - [anon_sym___thiscall] = ACTIONS(1512), - [anon_sym___vectorcall] = ACTIONS(1512), - [anon_sym_LBRACE] = ACTIONS(1514), - [anon_sym_signed] = ACTIONS(1512), - [anon_sym_unsigned] = ACTIONS(1512), - [anon_sym_long] = ACTIONS(1512), - [anon_sym_short] = ACTIONS(1512), - [anon_sym_static] = ACTIONS(1512), - [anon_sym_auto] = ACTIONS(1512), - [anon_sym_register] = ACTIONS(1512), - [anon_sym_inline] = ACTIONS(1512), - [anon_sym___inline] = ACTIONS(1512), - [anon_sym___inline__] = ACTIONS(1512), - [anon_sym___forceinline] = ACTIONS(1512), - [anon_sym_thread_local] = ACTIONS(1512), - [anon_sym___thread] = ACTIONS(1512), - [anon_sym_const] = ACTIONS(1512), - [anon_sym_constexpr] = ACTIONS(1512), - [anon_sym_volatile] = ACTIONS(1512), - [anon_sym_restrict] = ACTIONS(1512), - [anon_sym___restrict__] = ACTIONS(1512), - [anon_sym__Atomic] = ACTIONS(1512), - [anon_sym__Noreturn] = ACTIONS(1512), - [anon_sym_noreturn] = ACTIONS(1512), - [sym_primitive_type] = ACTIONS(1512), - [anon_sym_enum] = ACTIONS(1512), - [anon_sym_struct] = ACTIONS(1512), - [anon_sym_union] = ACTIONS(1512), - [anon_sym_if] = ACTIONS(1512), - [anon_sym_switch] = ACTIONS(1512), - [anon_sym_case] = ACTIONS(1512), - [anon_sym_default] = ACTIONS(1512), - [anon_sym_while] = ACTIONS(1512), - [anon_sym_do] = ACTIONS(1512), - [anon_sym_for] = ACTIONS(1512), - [anon_sym_return] = ACTIONS(1512), - [anon_sym_break] = ACTIONS(1512), - [anon_sym_continue] = ACTIONS(1512), - [anon_sym_goto] = ACTIONS(1512), - [anon_sym_DASH_DASH] = ACTIONS(1514), - [anon_sym_PLUS_PLUS] = ACTIONS(1514), - [anon_sym_sizeof] = ACTIONS(1512), - [anon_sym___alignof__] = ACTIONS(1512), - [anon_sym___alignof] = ACTIONS(1512), - [anon_sym__alignof] = ACTIONS(1512), - [anon_sym_alignof] = ACTIONS(1512), - [anon_sym__Alignof] = ACTIONS(1512), - [anon_sym_offsetof] = ACTIONS(1512), - [anon_sym__Generic] = ACTIONS(1512), - [anon_sym_asm] = ACTIONS(1512), - [anon_sym___asm__] = ACTIONS(1512), - [sym_number_literal] = ACTIONS(1514), - [anon_sym_L_SQUOTE] = ACTIONS(1514), - [anon_sym_u_SQUOTE] = ACTIONS(1514), - [anon_sym_U_SQUOTE] = ACTIONS(1514), - [anon_sym_u8_SQUOTE] = ACTIONS(1514), - [anon_sym_SQUOTE] = ACTIONS(1514), - [anon_sym_L_DQUOTE] = ACTIONS(1514), - [anon_sym_u_DQUOTE] = ACTIONS(1514), - [anon_sym_U_DQUOTE] = ACTIONS(1514), - [anon_sym_u8_DQUOTE] = ACTIONS(1514), - [anon_sym_DQUOTE] = ACTIONS(1514), - [sym_true] = ACTIONS(1512), - [sym_false] = ACTIONS(1512), - [anon_sym_NULL] = ACTIONS(1512), - [anon_sym_nullptr] = ACTIONS(1512), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1512), - [anon_sym_rayPayloadInEXT] = ACTIONS(1512), - [anon_sym_hitAttributeEXT] = ACTIONS(1512), - [anon_sym_callableDataEXT] = ACTIONS(1512), - [anon_sym_callableDataInEXT] = ACTIONS(1512), - [anon_sym_shaderRecordEXT] = ACTIONS(1512), - [anon_sym_rayPayloadNV] = ACTIONS(1512), - [anon_sym_rayPayloadInNV] = ACTIONS(1512), - [anon_sym_hitAttributeNV] = ACTIONS(1512), - [anon_sym_callableDataNV] = ACTIONS(1512), - [anon_sym_callableDataInNV] = ACTIONS(1512), - [anon_sym_shaderRecordNV] = ACTIONS(1512), - [anon_sym_layout] = ACTIONS(1512), - }, - [416] = { - [ts_builtin_sym_end] = ACTIONS(1554), - [sym_identifier] = ACTIONS(1552), - [aux_sym_preproc_include_token1] = ACTIONS(1552), - [aux_sym_preproc_def_token1] = ACTIONS(1552), - [aux_sym_preproc_if_token1] = ACTIONS(1552), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1552), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1552), - [sym_preproc_directive] = ACTIONS(1552), - [anon_sym_LPAREN2] = ACTIONS(1554), - [anon_sym_BANG] = ACTIONS(1554), - [anon_sym_TILDE] = ACTIONS(1554), - [anon_sym_DASH] = ACTIONS(1552), - [anon_sym_PLUS] = ACTIONS(1552), - [anon_sym_STAR] = ACTIONS(1554), - [anon_sym_AMP] = ACTIONS(1554), - [anon_sym_subroutine] = ACTIONS(1552), - [anon_sym_invariant] = ACTIONS(1552), - [anon_sym_precise] = ACTIONS(1552), - [anon_sym_in] = ACTIONS(1552), - [anon_sym_out] = ACTIONS(1552), - [anon_sym_inout] = ACTIONS(1552), - [anon_sym_uniform] = ACTIONS(1552), - [anon_sym_shared] = ACTIONS(1552), - [anon_sym_attribute] = ACTIONS(1552), - [anon_sym_varying] = ACTIONS(1552), - [anon_sym_buffer] = ACTIONS(1552), - [anon_sym_coherent] = ACTIONS(1552), - [anon_sym_readonly] = ACTIONS(1552), - [anon_sym_writeonly] = ACTIONS(1552), - [anon_sym_precision] = ACTIONS(1552), - [anon_sym_highp] = ACTIONS(1552), - [anon_sym_mediump] = ACTIONS(1552), - [anon_sym_lowp] = ACTIONS(1552), - [anon_sym_centroid] = ACTIONS(1552), - [anon_sym_sample] = ACTIONS(1552), - [anon_sym_patch] = ACTIONS(1552), - [anon_sym_smooth] = ACTIONS(1552), - [anon_sym_flat] = ACTIONS(1552), - [anon_sym_noperspective] = ACTIONS(1552), - [anon_sym___extension__] = ACTIONS(1552), - [anon_sym_typedef] = ACTIONS(1552), - [anon_sym_extern] = ACTIONS(1552), - [anon_sym___attribute__] = ACTIONS(1552), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1554), - [anon_sym___declspec] = ACTIONS(1552), - [anon_sym___cdecl] = ACTIONS(1552), - [anon_sym___clrcall] = ACTIONS(1552), - [anon_sym___stdcall] = ACTIONS(1552), - [anon_sym___fastcall] = ACTIONS(1552), - [anon_sym___thiscall] = ACTIONS(1552), - [anon_sym___vectorcall] = ACTIONS(1552), - [anon_sym_LBRACE] = ACTIONS(1554), - [anon_sym_signed] = ACTIONS(1552), - [anon_sym_unsigned] = ACTIONS(1552), - [anon_sym_long] = ACTIONS(1552), - [anon_sym_short] = ACTIONS(1552), - [anon_sym_static] = ACTIONS(1552), - [anon_sym_auto] = ACTIONS(1552), - [anon_sym_register] = ACTIONS(1552), - [anon_sym_inline] = ACTIONS(1552), - [anon_sym___inline] = ACTIONS(1552), - [anon_sym___inline__] = ACTIONS(1552), - [anon_sym___forceinline] = ACTIONS(1552), - [anon_sym_thread_local] = ACTIONS(1552), - [anon_sym___thread] = ACTIONS(1552), - [anon_sym_const] = ACTIONS(1552), - [anon_sym_constexpr] = ACTIONS(1552), - [anon_sym_volatile] = ACTIONS(1552), - [anon_sym_restrict] = ACTIONS(1552), - [anon_sym___restrict__] = ACTIONS(1552), - [anon_sym__Atomic] = ACTIONS(1552), - [anon_sym__Noreturn] = ACTIONS(1552), - [anon_sym_noreturn] = ACTIONS(1552), - [sym_primitive_type] = ACTIONS(1552), - [anon_sym_enum] = ACTIONS(1552), - [anon_sym_struct] = ACTIONS(1552), - [anon_sym_union] = ACTIONS(1552), - [anon_sym_if] = ACTIONS(1552), - [anon_sym_switch] = ACTIONS(1552), - [anon_sym_case] = ACTIONS(1552), - [anon_sym_default] = ACTIONS(1552), - [anon_sym_while] = ACTIONS(1552), - [anon_sym_do] = ACTIONS(1552), - [anon_sym_for] = ACTIONS(1552), - [anon_sym_return] = ACTIONS(1552), - [anon_sym_break] = ACTIONS(1552), - [anon_sym_continue] = ACTIONS(1552), - [anon_sym_goto] = ACTIONS(1552), - [anon_sym_DASH_DASH] = ACTIONS(1554), - [anon_sym_PLUS_PLUS] = ACTIONS(1554), - [anon_sym_sizeof] = ACTIONS(1552), - [anon_sym___alignof__] = ACTIONS(1552), - [anon_sym___alignof] = ACTIONS(1552), - [anon_sym__alignof] = ACTIONS(1552), - [anon_sym_alignof] = ACTIONS(1552), - [anon_sym__Alignof] = ACTIONS(1552), - [anon_sym_offsetof] = ACTIONS(1552), - [anon_sym__Generic] = ACTIONS(1552), - [anon_sym_asm] = ACTIONS(1552), - [anon_sym___asm__] = ACTIONS(1552), - [sym_number_literal] = ACTIONS(1554), - [anon_sym_L_SQUOTE] = ACTIONS(1554), - [anon_sym_u_SQUOTE] = ACTIONS(1554), - [anon_sym_U_SQUOTE] = ACTIONS(1554), - [anon_sym_u8_SQUOTE] = ACTIONS(1554), - [anon_sym_SQUOTE] = ACTIONS(1554), - [anon_sym_L_DQUOTE] = ACTIONS(1554), - [anon_sym_u_DQUOTE] = ACTIONS(1554), - [anon_sym_U_DQUOTE] = ACTIONS(1554), - [anon_sym_u8_DQUOTE] = ACTIONS(1554), - [anon_sym_DQUOTE] = ACTIONS(1554), - [sym_true] = ACTIONS(1552), - [sym_false] = ACTIONS(1552), - [anon_sym_NULL] = ACTIONS(1552), - [anon_sym_nullptr] = ACTIONS(1552), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1552), - [anon_sym_rayPayloadInEXT] = ACTIONS(1552), - [anon_sym_hitAttributeEXT] = ACTIONS(1552), - [anon_sym_callableDataEXT] = ACTIONS(1552), - [anon_sym_callableDataInEXT] = ACTIONS(1552), - [anon_sym_shaderRecordEXT] = ACTIONS(1552), - [anon_sym_rayPayloadNV] = ACTIONS(1552), - [anon_sym_rayPayloadInNV] = ACTIONS(1552), - [anon_sym_hitAttributeNV] = ACTIONS(1552), - [anon_sym_callableDataNV] = ACTIONS(1552), - [anon_sym_callableDataInNV] = ACTIONS(1552), - [anon_sym_shaderRecordNV] = ACTIONS(1552), - [anon_sym_layout] = ACTIONS(1552), - }, - [417] = { - [ts_builtin_sym_end] = ACTIONS(1558), - [sym_identifier] = ACTIONS(1556), - [aux_sym_preproc_include_token1] = ACTIONS(1556), - [aux_sym_preproc_def_token1] = ACTIONS(1556), - [aux_sym_preproc_if_token1] = ACTIONS(1556), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1556), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1556), - [sym_preproc_directive] = ACTIONS(1556), - [anon_sym_LPAREN2] = ACTIONS(1558), - [anon_sym_BANG] = ACTIONS(1558), - [anon_sym_TILDE] = ACTIONS(1558), - [anon_sym_DASH] = ACTIONS(1556), - [anon_sym_PLUS] = ACTIONS(1556), - [anon_sym_STAR] = ACTIONS(1558), - [anon_sym_AMP] = ACTIONS(1558), - [anon_sym_subroutine] = ACTIONS(1556), - [anon_sym_invariant] = ACTIONS(1556), - [anon_sym_precise] = ACTIONS(1556), - [anon_sym_in] = ACTIONS(1556), - [anon_sym_out] = ACTIONS(1556), - [anon_sym_inout] = ACTIONS(1556), - [anon_sym_uniform] = ACTIONS(1556), - [anon_sym_shared] = ACTIONS(1556), - [anon_sym_attribute] = ACTIONS(1556), - [anon_sym_varying] = ACTIONS(1556), - [anon_sym_buffer] = ACTIONS(1556), - [anon_sym_coherent] = ACTIONS(1556), - [anon_sym_readonly] = ACTIONS(1556), - [anon_sym_writeonly] = ACTIONS(1556), - [anon_sym_precision] = ACTIONS(1556), - [anon_sym_highp] = ACTIONS(1556), - [anon_sym_mediump] = ACTIONS(1556), - [anon_sym_lowp] = ACTIONS(1556), - [anon_sym_centroid] = ACTIONS(1556), - [anon_sym_sample] = ACTIONS(1556), - [anon_sym_patch] = ACTIONS(1556), - [anon_sym_smooth] = ACTIONS(1556), - [anon_sym_flat] = ACTIONS(1556), - [anon_sym_noperspective] = ACTIONS(1556), - [anon_sym___extension__] = ACTIONS(1556), - [anon_sym_typedef] = ACTIONS(1556), - [anon_sym_extern] = ACTIONS(1556), - [anon_sym___attribute__] = ACTIONS(1556), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1558), - [anon_sym___declspec] = ACTIONS(1556), - [anon_sym___cdecl] = ACTIONS(1556), - [anon_sym___clrcall] = ACTIONS(1556), - [anon_sym___stdcall] = ACTIONS(1556), - [anon_sym___fastcall] = ACTIONS(1556), - [anon_sym___thiscall] = ACTIONS(1556), - [anon_sym___vectorcall] = ACTIONS(1556), - [anon_sym_LBRACE] = ACTIONS(1558), - [anon_sym_signed] = ACTIONS(1556), - [anon_sym_unsigned] = ACTIONS(1556), - [anon_sym_long] = ACTIONS(1556), - [anon_sym_short] = ACTIONS(1556), - [anon_sym_static] = ACTIONS(1556), - [anon_sym_auto] = ACTIONS(1556), - [anon_sym_register] = ACTIONS(1556), - [anon_sym_inline] = ACTIONS(1556), - [anon_sym___inline] = ACTIONS(1556), - [anon_sym___inline__] = ACTIONS(1556), - [anon_sym___forceinline] = ACTIONS(1556), - [anon_sym_thread_local] = ACTIONS(1556), - [anon_sym___thread] = ACTIONS(1556), - [anon_sym_const] = ACTIONS(1556), - [anon_sym_constexpr] = ACTIONS(1556), - [anon_sym_volatile] = ACTIONS(1556), - [anon_sym_restrict] = ACTIONS(1556), - [anon_sym___restrict__] = ACTIONS(1556), - [anon_sym__Atomic] = ACTIONS(1556), - [anon_sym__Noreturn] = ACTIONS(1556), - [anon_sym_noreturn] = ACTIONS(1556), - [sym_primitive_type] = ACTIONS(1556), - [anon_sym_enum] = ACTIONS(1556), - [anon_sym_struct] = ACTIONS(1556), - [anon_sym_union] = ACTIONS(1556), - [anon_sym_if] = ACTIONS(1556), - [anon_sym_switch] = ACTIONS(1556), - [anon_sym_case] = ACTIONS(1556), - [anon_sym_default] = ACTIONS(1556), - [anon_sym_while] = ACTIONS(1556), - [anon_sym_do] = ACTIONS(1556), - [anon_sym_for] = ACTIONS(1556), - [anon_sym_return] = ACTIONS(1556), - [anon_sym_break] = ACTIONS(1556), - [anon_sym_continue] = ACTIONS(1556), - [anon_sym_goto] = ACTIONS(1556), - [anon_sym_DASH_DASH] = ACTIONS(1558), - [anon_sym_PLUS_PLUS] = ACTIONS(1558), - [anon_sym_sizeof] = ACTIONS(1556), - [anon_sym___alignof__] = ACTIONS(1556), - [anon_sym___alignof] = ACTIONS(1556), - [anon_sym__alignof] = ACTIONS(1556), - [anon_sym_alignof] = ACTIONS(1556), - [anon_sym__Alignof] = ACTIONS(1556), - [anon_sym_offsetof] = ACTIONS(1556), - [anon_sym__Generic] = ACTIONS(1556), - [anon_sym_asm] = ACTIONS(1556), - [anon_sym___asm__] = ACTIONS(1556), - [sym_number_literal] = ACTIONS(1558), - [anon_sym_L_SQUOTE] = ACTIONS(1558), - [anon_sym_u_SQUOTE] = ACTIONS(1558), - [anon_sym_U_SQUOTE] = ACTIONS(1558), - [anon_sym_u8_SQUOTE] = ACTIONS(1558), - [anon_sym_SQUOTE] = ACTIONS(1558), - [anon_sym_L_DQUOTE] = ACTIONS(1558), - [anon_sym_u_DQUOTE] = ACTIONS(1558), - [anon_sym_U_DQUOTE] = ACTIONS(1558), - [anon_sym_u8_DQUOTE] = ACTIONS(1558), - [anon_sym_DQUOTE] = ACTIONS(1558), - [sym_true] = ACTIONS(1556), - [sym_false] = ACTIONS(1556), - [anon_sym_NULL] = ACTIONS(1556), - [anon_sym_nullptr] = ACTIONS(1556), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1556), - [anon_sym_rayPayloadInEXT] = ACTIONS(1556), - [anon_sym_hitAttributeEXT] = ACTIONS(1556), - [anon_sym_callableDataEXT] = ACTIONS(1556), - [anon_sym_callableDataInEXT] = ACTIONS(1556), - [anon_sym_shaderRecordEXT] = ACTIONS(1556), - [anon_sym_rayPayloadNV] = ACTIONS(1556), - [anon_sym_rayPayloadInNV] = ACTIONS(1556), - [anon_sym_hitAttributeNV] = ACTIONS(1556), - [anon_sym_callableDataNV] = ACTIONS(1556), - [anon_sym_callableDataInNV] = ACTIONS(1556), - [anon_sym_shaderRecordNV] = ACTIONS(1556), - [anon_sym_layout] = ACTIONS(1556), + [anon_sym_u8_SQUOTE] = ACTIONS(1464), + [anon_sym_SQUOTE] = ACTIONS(1464), + [anon_sym_L_DQUOTE] = ACTIONS(1464), + [anon_sym_u_DQUOTE] = ACTIONS(1464), + [anon_sym_U_DQUOTE] = ACTIONS(1464), + [anon_sym_u8_DQUOTE] = ACTIONS(1464), + [anon_sym_DQUOTE] = ACTIONS(1464), + [sym_true] = ACTIONS(1462), + [sym_false] = ACTIONS(1462), + [anon_sym_NULL] = ACTIONS(1462), + [anon_sym_nullptr] = ACTIONS(1462), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1462), + [anon_sym_rayPayloadInEXT] = ACTIONS(1462), + [anon_sym_hitAttributeEXT] = ACTIONS(1462), + [anon_sym_callableDataEXT] = ACTIONS(1462), + [anon_sym_callableDataInEXT] = ACTIONS(1462), + [anon_sym_shaderRecordEXT] = ACTIONS(1462), + [anon_sym_rayPayloadNV] = ACTIONS(1462), + [anon_sym_rayPayloadInNV] = ACTIONS(1462), + [anon_sym_hitAttributeNV] = ACTIONS(1462), + [anon_sym_callableDataNV] = ACTIONS(1462), + [anon_sym_callableDataInNV] = ACTIONS(1462), + [anon_sym_shaderRecordNV] = ACTIONS(1462), + [anon_sym_layout] = ACTIONS(1462), }, - [418] = { - [ts_builtin_sym_end] = ACTIONS(1504), - [sym_identifier] = ACTIONS(1502), - [aux_sym_preproc_include_token1] = ACTIONS(1502), - [aux_sym_preproc_def_token1] = ACTIONS(1502), - [aux_sym_preproc_if_token1] = ACTIONS(1502), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1502), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1502), - [sym_preproc_directive] = ACTIONS(1502), - [anon_sym_LPAREN2] = ACTIONS(1504), - [anon_sym_BANG] = ACTIONS(1504), - [anon_sym_TILDE] = ACTIONS(1504), - [anon_sym_DASH] = ACTIONS(1502), - [anon_sym_PLUS] = ACTIONS(1502), - [anon_sym_STAR] = ACTIONS(1504), - [anon_sym_AMP] = ACTIONS(1504), - [anon_sym_subroutine] = ACTIONS(1502), - [anon_sym_invariant] = ACTIONS(1502), - [anon_sym_precise] = ACTIONS(1502), - [anon_sym_in] = ACTIONS(1502), - [anon_sym_out] = ACTIONS(1502), - [anon_sym_inout] = ACTIONS(1502), - [anon_sym_uniform] = ACTIONS(1502), - [anon_sym_shared] = ACTIONS(1502), - [anon_sym_attribute] = ACTIONS(1502), - [anon_sym_varying] = ACTIONS(1502), - [anon_sym_buffer] = ACTIONS(1502), - [anon_sym_coherent] = ACTIONS(1502), - [anon_sym_readonly] = ACTIONS(1502), - [anon_sym_writeonly] = ACTIONS(1502), - [anon_sym_precision] = ACTIONS(1502), - [anon_sym_highp] = ACTIONS(1502), - [anon_sym_mediump] = ACTIONS(1502), - [anon_sym_lowp] = ACTIONS(1502), - [anon_sym_centroid] = ACTIONS(1502), - [anon_sym_sample] = ACTIONS(1502), - [anon_sym_patch] = ACTIONS(1502), - [anon_sym_smooth] = ACTIONS(1502), - [anon_sym_flat] = ACTIONS(1502), - [anon_sym_noperspective] = ACTIONS(1502), - [anon_sym___extension__] = ACTIONS(1502), - [anon_sym_typedef] = ACTIONS(1502), - [anon_sym_extern] = ACTIONS(1502), - [anon_sym___attribute__] = ACTIONS(1502), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1504), - [anon_sym___declspec] = ACTIONS(1502), - [anon_sym___cdecl] = ACTIONS(1502), - [anon_sym___clrcall] = ACTIONS(1502), - [anon_sym___stdcall] = ACTIONS(1502), - [anon_sym___fastcall] = ACTIONS(1502), - [anon_sym___thiscall] = ACTIONS(1502), - [anon_sym___vectorcall] = ACTIONS(1502), - [anon_sym_LBRACE] = ACTIONS(1504), - [anon_sym_signed] = ACTIONS(1502), - [anon_sym_unsigned] = ACTIONS(1502), - [anon_sym_long] = ACTIONS(1502), - [anon_sym_short] = ACTIONS(1502), - [anon_sym_static] = ACTIONS(1502), - [anon_sym_auto] = ACTIONS(1502), - [anon_sym_register] = ACTIONS(1502), - [anon_sym_inline] = ACTIONS(1502), - [anon_sym___inline] = ACTIONS(1502), - [anon_sym___inline__] = ACTIONS(1502), - [anon_sym___forceinline] = ACTIONS(1502), - [anon_sym_thread_local] = ACTIONS(1502), - [anon_sym___thread] = ACTIONS(1502), - [anon_sym_const] = ACTIONS(1502), - [anon_sym_constexpr] = ACTIONS(1502), - [anon_sym_volatile] = ACTIONS(1502), - [anon_sym_restrict] = ACTIONS(1502), - [anon_sym___restrict__] = ACTIONS(1502), - [anon_sym__Atomic] = ACTIONS(1502), - [anon_sym__Noreturn] = ACTIONS(1502), - [anon_sym_noreturn] = ACTIONS(1502), - [sym_primitive_type] = ACTIONS(1502), - [anon_sym_enum] = ACTIONS(1502), - [anon_sym_struct] = ACTIONS(1502), - [anon_sym_union] = ACTIONS(1502), - [anon_sym_if] = ACTIONS(1502), - [anon_sym_switch] = ACTIONS(1502), - [anon_sym_case] = ACTIONS(1502), - [anon_sym_default] = ACTIONS(1502), - [anon_sym_while] = ACTIONS(1502), - [anon_sym_do] = ACTIONS(1502), - [anon_sym_for] = ACTIONS(1502), - [anon_sym_return] = ACTIONS(1502), - [anon_sym_break] = ACTIONS(1502), - [anon_sym_continue] = ACTIONS(1502), - [anon_sym_goto] = ACTIONS(1502), - [anon_sym_DASH_DASH] = ACTIONS(1504), - [anon_sym_PLUS_PLUS] = ACTIONS(1504), - [anon_sym_sizeof] = ACTIONS(1502), - [anon_sym___alignof__] = ACTIONS(1502), - [anon_sym___alignof] = ACTIONS(1502), - [anon_sym__alignof] = ACTIONS(1502), - [anon_sym_alignof] = ACTIONS(1502), - [anon_sym__Alignof] = ACTIONS(1502), - [anon_sym_offsetof] = ACTIONS(1502), - [anon_sym__Generic] = ACTIONS(1502), - [anon_sym_asm] = ACTIONS(1502), - [anon_sym___asm__] = ACTIONS(1502), - [sym_number_literal] = ACTIONS(1504), - [anon_sym_L_SQUOTE] = ACTIONS(1504), - [anon_sym_u_SQUOTE] = ACTIONS(1504), - [anon_sym_U_SQUOTE] = ACTIONS(1504), - [anon_sym_u8_SQUOTE] = ACTIONS(1504), - [anon_sym_SQUOTE] = ACTIONS(1504), - [anon_sym_L_DQUOTE] = ACTIONS(1504), - [anon_sym_u_DQUOTE] = ACTIONS(1504), - [anon_sym_U_DQUOTE] = ACTIONS(1504), - [anon_sym_u8_DQUOTE] = ACTIONS(1504), - [anon_sym_DQUOTE] = ACTIONS(1504), - [sym_true] = ACTIONS(1502), - [sym_false] = ACTIONS(1502), - [anon_sym_NULL] = ACTIONS(1502), - [anon_sym_nullptr] = ACTIONS(1502), + [414] = { + [ts_builtin_sym_end] = ACTIONS(1500), + [sym_identifier] = ACTIONS(1498), + [aux_sym_preproc_include_token1] = ACTIONS(1498), + [aux_sym_preproc_def_token1] = ACTIONS(1498), + [aux_sym_preproc_if_token1] = ACTIONS(1498), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1498), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1498), + [sym_preproc_directive] = ACTIONS(1498), + [anon_sym_LPAREN2] = ACTIONS(1500), + [anon_sym_BANG] = ACTIONS(1500), + [anon_sym_TILDE] = ACTIONS(1500), + [anon_sym_DASH] = ACTIONS(1498), + [anon_sym_PLUS] = ACTIONS(1498), + [anon_sym_STAR] = ACTIONS(1500), + [anon_sym_AMP] = ACTIONS(1500), + [anon_sym_subroutine] = ACTIONS(1498), + [anon_sym_invariant] = ACTIONS(1498), + [anon_sym_precise] = ACTIONS(1498), + [anon_sym_in] = ACTIONS(1498), + [anon_sym_out] = ACTIONS(1498), + [anon_sym_inout] = ACTIONS(1498), + [anon_sym_uniform] = ACTIONS(1498), + [anon_sym_shared] = ACTIONS(1498), + [anon_sym_attribute] = ACTIONS(1498), + [anon_sym_varying] = ACTIONS(1498), + [anon_sym_buffer] = ACTIONS(1498), + [anon_sym_coherent] = ACTIONS(1498), + [anon_sym_readonly] = ACTIONS(1498), + [anon_sym_writeonly] = ACTIONS(1498), + [anon_sym_precision] = ACTIONS(1498), + [anon_sym_highp] = ACTIONS(1498), + [anon_sym_mediump] = ACTIONS(1498), + [anon_sym_lowp] = ACTIONS(1498), + [anon_sym_centroid] = ACTIONS(1498), + [anon_sym_sample] = ACTIONS(1498), + [anon_sym_patch] = ACTIONS(1498), + [anon_sym_smooth] = ACTIONS(1498), + [anon_sym_flat] = ACTIONS(1498), + [anon_sym_noperspective] = ACTIONS(1498), + [anon_sym___extension__] = ACTIONS(1498), + [anon_sym_typedef] = ACTIONS(1498), + [anon_sym_extern] = ACTIONS(1498), + [anon_sym___attribute__] = ACTIONS(1498), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1500), + [anon_sym___declspec] = ACTIONS(1498), + [anon_sym___cdecl] = ACTIONS(1498), + [anon_sym___clrcall] = ACTIONS(1498), + [anon_sym___stdcall] = ACTIONS(1498), + [anon_sym___fastcall] = ACTIONS(1498), + [anon_sym___thiscall] = ACTIONS(1498), + [anon_sym___vectorcall] = ACTIONS(1498), + [anon_sym_LBRACE] = ACTIONS(1500), + [anon_sym_signed] = ACTIONS(1498), + [anon_sym_unsigned] = ACTIONS(1498), + [anon_sym_long] = ACTIONS(1498), + [anon_sym_short] = ACTIONS(1498), + [anon_sym_static] = ACTIONS(1498), + [anon_sym_auto] = ACTIONS(1498), + [anon_sym_register] = ACTIONS(1498), + [anon_sym_inline] = ACTIONS(1498), + [anon_sym___inline] = ACTIONS(1498), + [anon_sym___inline__] = ACTIONS(1498), + [anon_sym___forceinline] = ACTIONS(1498), + [anon_sym_thread_local] = ACTIONS(1498), + [anon_sym___thread] = ACTIONS(1498), + [anon_sym_const] = ACTIONS(1498), + [anon_sym_constexpr] = ACTIONS(1498), + [anon_sym_volatile] = ACTIONS(1498), + [anon_sym_restrict] = ACTIONS(1498), + [anon_sym___restrict__] = ACTIONS(1498), + [anon_sym__Atomic] = ACTIONS(1498), + [anon_sym__Noreturn] = ACTIONS(1498), + [anon_sym_noreturn] = ACTIONS(1498), + [sym_primitive_type] = ACTIONS(1498), + [anon_sym_enum] = ACTIONS(1498), + [anon_sym_struct] = ACTIONS(1498), + [anon_sym_union] = ACTIONS(1498), + [anon_sym_if] = ACTIONS(1498), + [anon_sym_switch] = ACTIONS(1498), + [anon_sym_case] = ACTIONS(1498), + [anon_sym_default] = ACTIONS(1498), + [anon_sym_while] = ACTIONS(1498), + [anon_sym_do] = ACTIONS(1498), + [anon_sym_for] = ACTIONS(1498), + [anon_sym_return] = ACTIONS(1498), + [anon_sym_break] = ACTIONS(1498), + [anon_sym_continue] = ACTIONS(1498), + [anon_sym_goto] = ACTIONS(1498), + [anon_sym_DASH_DASH] = ACTIONS(1500), + [anon_sym_PLUS_PLUS] = ACTIONS(1500), + [anon_sym_sizeof] = ACTIONS(1498), + [anon_sym___alignof__] = ACTIONS(1498), + [anon_sym___alignof] = ACTIONS(1498), + [anon_sym__alignof] = ACTIONS(1498), + [anon_sym_alignof] = ACTIONS(1498), + [anon_sym__Alignof] = ACTIONS(1498), + [anon_sym_offsetof] = ACTIONS(1498), + [anon_sym__Generic] = ACTIONS(1498), + [anon_sym_asm] = ACTIONS(1498), + [anon_sym___asm__] = ACTIONS(1498), + [sym_number_literal] = ACTIONS(1500), + [anon_sym_L_SQUOTE] = ACTIONS(1500), + [anon_sym_u_SQUOTE] = ACTIONS(1500), + [anon_sym_U_SQUOTE] = ACTIONS(1500), + [anon_sym_u8_SQUOTE] = ACTIONS(1500), + [anon_sym_SQUOTE] = ACTIONS(1500), + [anon_sym_L_DQUOTE] = ACTIONS(1500), + [anon_sym_u_DQUOTE] = ACTIONS(1500), + [anon_sym_U_DQUOTE] = ACTIONS(1500), + [anon_sym_u8_DQUOTE] = ACTIONS(1500), + [anon_sym_DQUOTE] = ACTIONS(1500), + [sym_true] = ACTIONS(1498), + [sym_false] = ACTIONS(1498), + [anon_sym_NULL] = ACTIONS(1498), + [anon_sym_nullptr] = ACTIONS(1498), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1502), - [anon_sym_rayPayloadInEXT] = ACTIONS(1502), - [anon_sym_hitAttributeEXT] = ACTIONS(1502), - [anon_sym_callableDataEXT] = ACTIONS(1502), - [anon_sym_callableDataInEXT] = ACTIONS(1502), - [anon_sym_shaderRecordEXT] = ACTIONS(1502), - [anon_sym_rayPayloadNV] = ACTIONS(1502), - [anon_sym_rayPayloadInNV] = ACTIONS(1502), - [anon_sym_hitAttributeNV] = ACTIONS(1502), - [anon_sym_callableDataNV] = ACTIONS(1502), - [anon_sym_callableDataInNV] = ACTIONS(1502), - [anon_sym_shaderRecordNV] = ACTIONS(1502), - [anon_sym_layout] = ACTIONS(1502), + [anon_sym_rayPayloadEXT] = ACTIONS(1498), + [anon_sym_rayPayloadInEXT] = ACTIONS(1498), + [anon_sym_hitAttributeEXT] = ACTIONS(1498), + [anon_sym_callableDataEXT] = ACTIONS(1498), + [anon_sym_callableDataInEXT] = ACTIONS(1498), + [anon_sym_shaderRecordEXT] = ACTIONS(1498), + [anon_sym_rayPayloadNV] = ACTIONS(1498), + [anon_sym_rayPayloadInNV] = ACTIONS(1498), + [anon_sym_hitAttributeNV] = ACTIONS(1498), + [anon_sym_callableDataNV] = ACTIONS(1498), + [anon_sym_callableDataInNV] = ACTIONS(1498), + [anon_sym_shaderRecordNV] = ACTIONS(1498), + [anon_sym_layout] = ACTIONS(1498), }, - [419] = { - [ts_builtin_sym_end] = ACTIONS(1566), - [sym_identifier] = ACTIONS(1568), - [aux_sym_preproc_include_token1] = ACTIONS(1568), - [aux_sym_preproc_def_token1] = ACTIONS(1568), - [aux_sym_preproc_if_token1] = ACTIONS(1568), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1568), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1568), - [sym_preproc_directive] = ACTIONS(1568), - [anon_sym_LPAREN2] = ACTIONS(1566), - [anon_sym_BANG] = ACTIONS(1566), - [anon_sym_TILDE] = ACTIONS(1566), - [anon_sym_DASH] = ACTIONS(1568), - [anon_sym_PLUS] = ACTIONS(1568), - [anon_sym_STAR] = ACTIONS(1566), - [anon_sym_AMP] = ACTIONS(1566), - [anon_sym_subroutine] = ACTIONS(1568), - [anon_sym_invariant] = ACTIONS(1568), - [anon_sym_precise] = ACTIONS(1568), - [anon_sym_in] = ACTIONS(1568), - [anon_sym_out] = ACTIONS(1568), - [anon_sym_inout] = ACTIONS(1568), - [anon_sym_uniform] = ACTIONS(1568), - [anon_sym_shared] = ACTIONS(1568), - [anon_sym_attribute] = ACTIONS(1568), - [anon_sym_varying] = ACTIONS(1568), - [anon_sym_buffer] = ACTIONS(1568), - [anon_sym_coherent] = ACTIONS(1568), - [anon_sym_readonly] = ACTIONS(1568), - [anon_sym_writeonly] = ACTIONS(1568), - [anon_sym_precision] = ACTIONS(1568), - [anon_sym_highp] = ACTIONS(1568), - [anon_sym_mediump] = ACTIONS(1568), - [anon_sym_lowp] = ACTIONS(1568), - [anon_sym_centroid] = ACTIONS(1568), - [anon_sym_sample] = ACTIONS(1568), - [anon_sym_patch] = ACTIONS(1568), - [anon_sym_smooth] = ACTIONS(1568), - [anon_sym_flat] = ACTIONS(1568), - [anon_sym_noperspective] = ACTIONS(1568), - [anon_sym___extension__] = ACTIONS(1568), - [anon_sym_typedef] = ACTIONS(1568), - [anon_sym_extern] = ACTIONS(1568), - [anon_sym___attribute__] = ACTIONS(1568), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1566), - [anon_sym___declspec] = ACTIONS(1568), - [anon_sym___cdecl] = ACTIONS(1568), - [anon_sym___clrcall] = ACTIONS(1568), - [anon_sym___stdcall] = ACTIONS(1568), - [anon_sym___fastcall] = ACTIONS(1568), - [anon_sym___thiscall] = ACTIONS(1568), - [anon_sym___vectorcall] = ACTIONS(1568), - [anon_sym_LBRACE] = ACTIONS(1566), - [anon_sym_signed] = ACTIONS(1568), - [anon_sym_unsigned] = ACTIONS(1568), - [anon_sym_long] = ACTIONS(1568), - [anon_sym_short] = ACTIONS(1568), - [anon_sym_static] = ACTIONS(1568), - [anon_sym_auto] = ACTIONS(1568), - [anon_sym_register] = ACTIONS(1568), - [anon_sym_inline] = ACTIONS(1568), - [anon_sym___inline] = ACTIONS(1568), - [anon_sym___inline__] = ACTIONS(1568), - [anon_sym___forceinline] = ACTIONS(1568), - [anon_sym_thread_local] = ACTIONS(1568), - [anon_sym___thread] = ACTIONS(1568), - [anon_sym_const] = ACTIONS(1568), - [anon_sym_constexpr] = ACTIONS(1568), - [anon_sym_volatile] = ACTIONS(1568), - [anon_sym_restrict] = ACTIONS(1568), - [anon_sym___restrict__] = ACTIONS(1568), - [anon_sym__Atomic] = ACTIONS(1568), - [anon_sym__Noreturn] = ACTIONS(1568), - [anon_sym_noreturn] = ACTIONS(1568), - [sym_primitive_type] = ACTIONS(1568), - [anon_sym_enum] = ACTIONS(1568), - [anon_sym_struct] = ACTIONS(1568), - [anon_sym_union] = ACTIONS(1568), - [anon_sym_if] = ACTIONS(1568), - [anon_sym_switch] = ACTIONS(1568), - [anon_sym_case] = ACTIONS(1568), - [anon_sym_default] = ACTIONS(1568), - [anon_sym_while] = ACTIONS(1568), - [anon_sym_do] = ACTIONS(1568), - [anon_sym_for] = ACTIONS(1568), - [anon_sym_return] = ACTIONS(1568), - [anon_sym_break] = ACTIONS(1568), - [anon_sym_continue] = ACTIONS(1568), - [anon_sym_goto] = ACTIONS(1568), - [anon_sym_DASH_DASH] = ACTIONS(1566), - [anon_sym_PLUS_PLUS] = ACTIONS(1566), - [anon_sym_sizeof] = ACTIONS(1568), - [anon_sym___alignof__] = ACTIONS(1568), - [anon_sym___alignof] = ACTIONS(1568), - [anon_sym__alignof] = ACTIONS(1568), - [anon_sym_alignof] = ACTIONS(1568), - [anon_sym__Alignof] = ACTIONS(1568), - [anon_sym_offsetof] = ACTIONS(1568), - [anon_sym__Generic] = ACTIONS(1568), - [anon_sym_asm] = ACTIONS(1568), - [anon_sym___asm__] = ACTIONS(1568), - [sym_number_literal] = ACTIONS(1566), - [anon_sym_L_SQUOTE] = ACTIONS(1566), - [anon_sym_u_SQUOTE] = ACTIONS(1566), - [anon_sym_U_SQUOTE] = ACTIONS(1566), - [anon_sym_u8_SQUOTE] = ACTIONS(1566), - [anon_sym_SQUOTE] = ACTIONS(1566), - [anon_sym_L_DQUOTE] = ACTIONS(1566), - [anon_sym_u_DQUOTE] = ACTIONS(1566), - [anon_sym_U_DQUOTE] = ACTIONS(1566), - [anon_sym_u8_DQUOTE] = ACTIONS(1566), - [anon_sym_DQUOTE] = ACTIONS(1566), - [sym_true] = ACTIONS(1568), - [sym_false] = ACTIONS(1568), - [anon_sym_NULL] = ACTIONS(1568), - [anon_sym_nullptr] = ACTIONS(1568), + [415] = { + [ts_builtin_sym_end] = ACTIONS(1488), + [sym_identifier] = ACTIONS(1486), + [aux_sym_preproc_include_token1] = ACTIONS(1486), + [aux_sym_preproc_def_token1] = ACTIONS(1486), + [aux_sym_preproc_if_token1] = ACTIONS(1486), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1486), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1486), + [sym_preproc_directive] = ACTIONS(1486), + [anon_sym_LPAREN2] = ACTIONS(1488), + [anon_sym_BANG] = ACTIONS(1488), + [anon_sym_TILDE] = ACTIONS(1488), + [anon_sym_DASH] = ACTIONS(1486), + [anon_sym_PLUS] = ACTIONS(1486), + [anon_sym_STAR] = ACTIONS(1488), + [anon_sym_AMP] = ACTIONS(1488), + [anon_sym_subroutine] = ACTIONS(1486), + [anon_sym_invariant] = ACTIONS(1486), + [anon_sym_precise] = ACTIONS(1486), + [anon_sym_in] = ACTIONS(1486), + [anon_sym_out] = ACTIONS(1486), + [anon_sym_inout] = ACTIONS(1486), + [anon_sym_uniform] = ACTIONS(1486), + [anon_sym_shared] = ACTIONS(1486), + [anon_sym_attribute] = ACTIONS(1486), + [anon_sym_varying] = ACTIONS(1486), + [anon_sym_buffer] = ACTIONS(1486), + [anon_sym_coherent] = ACTIONS(1486), + [anon_sym_readonly] = ACTIONS(1486), + [anon_sym_writeonly] = ACTIONS(1486), + [anon_sym_precision] = ACTIONS(1486), + [anon_sym_highp] = ACTIONS(1486), + [anon_sym_mediump] = ACTIONS(1486), + [anon_sym_lowp] = ACTIONS(1486), + [anon_sym_centroid] = ACTIONS(1486), + [anon_sym_sample] = ACTIONS(1486), + [anon_sym_patch] = ACTIONS(1486), + [anon_sym_smooth] = ACTIONS(1486), + [anon_sym_flat] = ACTIONS(1486), + [anon_sym_noperspective] = ACTIONS(1486), + [anon_sym___extension__] = ACTIONS(1486), + [anon_sym_typedef] = ACTIONS(1486), + [anon_sym_extern] = ACTIONS(1486), + [anon_sym___attribute__] = ACTIONS(1486), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1488), + [anon_sym___declspec] = ACTIONS(1486), + [anon_sym___cdecl] = ACTIONS(1486), + [anon_sym___clrcall] = ACTIONS(1486), + [anon_sym___stdcall] = ACTIONS(1486), + [anon_sym___fastcall] = ACTIONS(1486), + [anon_sym___thiscall] = ACTIONS(1486), + [anon_sym___vectorcall] = ACTIONS(1486), + [anon_sym_LBRACE] = ACTIONS(1488), + [anon_sym_signed] = ACTIONS(1486), + [anon_sym_unsigned] = ACTIONS(1486), + [anon_sym_long] = ACTIONS(1486), + [anon_sym_short] = ACTIONS(1486), + [anon_sym_static] = ACTIONS(1486), + [anon_sym_auto] = ACTIONS(1486), + [anon_sym_register] = ACTIONS(1486), + [anon_sym_inline] = ACTIONS(1486), + [anon_sym___inline] = ACTIONS(1486), + [anon_sym___inline__] = ACTIONS(1486), + [anon_sym___forceinline] = ACTIONS(1486), + [anon_sym_thread_local] = ACTIONS(1486), + [anon_sym___thread] = ACTIONS(1486), + [anon_sym_const] = ACTIONS(1486), + [anon_sym_constexpr] = ACTIONS(1486), + [anon_sym_volatile] = ACTIONS(1486), + [anon_sym_restrict] = ACTIONS(1486), + [anon_sym___restrict__] = ACTIONS(1486), + [anon_sym__Atomic] = ACTIONS(1486), + [anon_sym__Noreturn] = ACTIONS(1486), + [anon_sym_noreturn] = ACTIONS(1486), + [sym_primitive_type] = ACTIONS(1486), + [anon_sym_enum] = ACTIONS(1486), + [anon_sym_struct] = ACTIONS(1486), + [anon_sym_union] = ACTIONS(1486), + [anon_sym_if] = ACTIONS(1486), + [anon_sym_switch] = ACTIONS(1486), + [anon_sym_case] = ACTIONS(1486), + [anon_sym_default] = ACTIONS(1486), + [anon_sym_while] = ACTIONS(1486), + [anon_sym_do] = ACTIONS(1486), + [anon_sym_for] = ACTIONS(1486), + [anon_sym_return] = ACTIONS(1486), + [anon_sym_break] = ACTIONS(1486), + [anon_sym_continue] = ACTIONS(1486), + [anon_sym_goto] = ACTIONS(1486), + [anon_sym_DASH_DASH] = ACTIONS(1488), + [anon_sym_PLUS_PLUS] = ACTIONS(1488), + [anon_sym_sizeof] = ACTIONS(1486), + [anon_sym___alignof__] = ACTIONS(1486), + [anon_sym___alignof] = ACTIONS(1486), + [anon_sym__alignof] = ACTIONS(1486), + [anon_sym_alignof] = ACTIONS(1486), + [anon_sym__Alignof] = ACTIONS(1486), + [anon_sym_offsetof] = ACTIONS(1486), + [anon_sym__Generic] = ACTIONS(1486), + [anon_sym_asm] = ACTIONS(1486), + [anon_sym___asm__] = ACTIONS(1486), + [sym_number_literal] = ACTIONS(1488), + [anon_sym_L_SQUOTE] = ACTIONS(1488), + [anon_sym_u_SQUOTE] = ACTIONS(1488), + [anon_sym_U_SQUOTE] = ACTIONS(1488), + [anon_sym_u8_SQUOTE] = ACTIONS(1488), + [anon_sym_SQUOTE] = ACTIONS(1488), + [anon_sym_L_DQUOTE] = ACTIONS(1488), + [anon_sym_u_DQUOTE] = ACTIONS(1488), + [anon_sym_U_DQUOTE] = ACTIONS(1488), + [anon_sym_u8_DQUOTE] = ACTIONS(1488), + [anon_sym_DQUOTE] = ACTIONS(1488), + [sym_true] = ACTIONS(1486), + [sym_false] = ACTIONS(1486), + [anon_sym_NULL] = ACTIONS(1486), + [anon_sym_nullptr] = ACTIONS(1486), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1568), - [anon_sym_rayPayloadInEXT] = ACTIONS(1568), - [anon_sym_hitAttributeEXT] = ACTIONS(1568), - [anon_sym_callableDataEXT] = ACTIONS(1568), - [anon_sym_callableDataInEXT] = ACTIONS(1568), - [anon_sym_shaderRecordEXT] = ACTIONS(1568), - [anon_sym_rayPayloadNV] = ACTIONS(1568), - [anon_sym_rayPayloadInNV] = ACTIONS(1568), - [anon_sym_hitAttributeNV] = ACTIONS(1568), - [anon_sym_callableDataNV] = ACTIONS(1568), - [anon_sym_callableDataInNV] = ACTIONS(1568), - [anon_sym_shaderRecordNV] = ACTIONS(1568), - [anon_sym_layout] = ACTIONS(1568), + [anon_sym_rayPayloadEXT] = ACTIONS(1486), + [anon_sym_rayPayloadInEXT] = ACTIONS(1486), + [anon_sym_hitAttributeEXT] = ACTIONS(1486), + [anon_sym_callableDataEXT] = ACTIONS(1486), + [anon_sym_callableDataInEXT] = ACTIONS(1486), + [anon_sym_shaderRecordEXT] = ACTIONS(1486), + [anon_sym_rayPayloadNV] = ACTIONS(1486), + [anon_sym_rayPayloadInNV] = ACTIONS(1486), + [anon_sym_hitAttributeNV] = ACTIONS(1486), + [anon_sym_callableDataNV] = ACTIONS(1486), + [anon_sym_callableDataInNV] = ACTIONS(1486), + [anon_sym_shaderRecordNV] = ACTIONS(1486), + [anon_sym_layout] = ACTIONS(1486), }, - [420] = { - [ts_builtin_sym_end] = ACTIONS(1504), - [sym_identifier] = ACTIONS(1502), - [aux_sym_preproc_include_token1] = ACTIONS(1502), - [aux_sym_preproc_def_token1] = ACTIONS(1502), - [aux_sym_preproc_if_token1] = ACTIONS(1502), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1502), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1502), - [sym_preproc_directive] = ACTIONS(1502), - [anon_sym_LPAREN2] = ACTIONS(1504), - [anon_sym_BANG] = ACTIONS(1504), - [anon_sym_TILDE] = ACTIONS(1504), - [anon_sym_DASH] = ACTIONS(1502), - [anon_sym_PLUS] = ACTIONS(1502), - [anon_sym_STAR] = ACTIONS(1504), - [anon_sym_AMP] = ACTIONS(1504), - [anon_sym_subroutine] = ACTIONS(1502), - [anon_sym_invariant] = ACTIONS(1502), - [anon_sym_precise] = ACTIONS(1502), - [anon_sym_in] = ACTIONS(1502), - [anon_sym_out] = ACTIONS(1502), - [anon_sym_inout] = ACTIONS(1502), - [anon_sym_uniform] = ACTIONS(1502), - [anon_sym_shared] = ACTIONS(1502), - [anon_sym_attribute] = ACTIONS(1502), - [anon_sym_varying] = ACTIONS(1502), - [anon_sym_buffer] = ACTIONS(1502), - [anon_sym_coherent] = ACTIONS(1502), - [anon_sym_readonly] = ACTIONS(1502), - [anon_sym_writeonly] = ACTIONS(1502), - [anon_sym_precision] = ACTIONS(1502), - [anon_sym_highp] = ACTIONS(1502), - [anon_sym_mediump] = ACTIONS(1502), - [anon_sym_lowp] = ACTIONS(1502), - [anon_sym_centroid] = ACTIONS(1502), - [anon_sym_sample] = ACTIONS(1502), - [anon_sym_patch] = ACTIONS(1502), - [anon_sym_smooth] = ACTIONS(1502), - [anon_sym_flat] = ACTIONS(1502), - [anon_sym_noperspective] = ACTIONS(1502), - [anon_sym___extension__] = ACTIONS(1502), - [anon_sym_typedef] = ACTIONS(1502), - [anon_sym_extern] = ACTIONS(1502), - [anon_sym___attribute__] = ACTIONS(1502), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1504), - [anon_sym___declspec] = ACTIONS(1502), - [anon_sym___cdecl] = ACTIONS(1502), - [anon_sym___clrcall] = ACTIONS(1502), - [anon_sym___stdcall] = ACTIONS(1502), - [anon_sym___fastcall] = ACTIONS(1502), - [anon_sym___thiscall] = ACTIONS(1502), - [anon_sym___vectorcall] = ACTIONS(1502), - [anon_sym_LBRACE] = ACTIONS(1504), - [anon_sym_signed] = ACTIONS(1502), - [anon_sym_unsigned] = ACTIONS(1502), - [anon_sym_long] = ACTIONS(1502), - [anon_sym_short] = ACTIONS(1502), - [anon_sym_static] = ACTIONS(1502), - [anon_sym_auto] = ACTIONS(1502), - [anon_sym_register] = ACTIONS(1502), - [anon_sym_inline] = ACTIONS(1502), - [anon_sym___inline] = ACTIONS(1502), - [anon_sym___inline__] = ACTIONS(1502), - [anon_sym___forceinline] = ACTIONS(1502), - [anon_sym_thread_local] = ACTIONS(1502), - [anon_sym___thread] = ACTIONS(1502), - [anon_sym_const] = ACTIONS(1502), - [anon_sym_constexpr] = ACTIONS(1502), - [anon_sym_volatile] = ACTIONS(1502), - [anon_sym_restrict] = ACTIONS(1502), - [anon_sym___restrict__] = ACTIONS(1502), - [anon_sym__Atomic] = ACTIONS(1502), - [anon_sym__Noreturn] = ACTIONS(1502), - [anon_sym_noreturn] = ACTIONS(1502), - [sym_primitive_type] = ACTIONS(1502), - [anon_sym_enum] = ACTIONS(1502), - [anon_sym_struct] = ACTIONS(1502), - [anon_sym_union] = ACTIONS(1502), - [anon_sym_if] = ACTIONS(1502), - [anon_sym_switch] = ACTIONS(1502), - [anon_sym_case] = ACTIONS(1502), - [anon_sym_default] = ACTIONS(1502), - [anon_sym_while] = ACTIONS(1502), - [anon_sym_do] = ACTIONS(1502), - [anon_sym_for] = ACTIONS(1502), - [anon_sym_return] = ACTIONS(1502), - [anon_sym_break] = ACTIONS(1502), - [anon_sym_continue] = ACTIONS(1502), - [anon_sym_goto] = ACTIONS(1502), - [anon_sym_DASH_DASH] = ACTIONS(1504), - [anon_sym_PLUS_PLUS] = ACTIONS(1504), - [anon_sym_sizeof] = ACTIONS(1502), - [anon_sym___alignof__] = ACTIONS(1502), - [anon_sym___alignof] = ACTIONS(1502), - [anon_sym__alignof] = ACTIONS(1502), - [anon_sym_alignof] = ACTIONS(1502), - [anon_sym__Alignof] = ACTIONS(1502), - [anon_sym_offsetof] = ACTIONS(1502), - [anon_sym__Generic] = ACTIONS(1502), - [anon_sym_asm] = ACTIONS(1502), - [anon_sym___asm__] = ACTIONS(1502), - [sym_number_literal] = ACTIONS(1504), - [anon_sym_L_SQUOTE] = ACTIONS(1504), - [anon_sym_u_SQUOTE] = ACTIONS(1504), - [anon_sym_U_SQUOTE] = ACTIONS(1504), - [anon_sym_u8_SQUOTE] = ACTIONS(1504), - [anon_sym_SQUOTE] = ACTIONS(1504), - [anon_sym_L_DQUOTE] = ACTIONS(1504), - [anon_sym_u_DQUOTE] = ACTIONS(1504), - [anon_sym_U_DQUOTE] = ACTIONS(1504), - [anon_sym_u8_DQUOTE] = ACTIONS(1504), - [anon_sym_DQUOTE] = ACTIONS(1504), - [sym_true] = ACTIONS(1502), - [sym_false] = ACTIONS(1502), - [anon_sym_NULL] = ACTIONS(1502), - [anon_sym_nullptr] = ACTIONS(1502), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1502), - [anon_sym_rayPayloadInEXT] = ACTIONS(1502), - [anon_sym_hitAttributeEXT] = ACTIONS(1502), - [anon_sym_callableDataEXT] = ACTIONS(1502), - [anon_sym_callableDataInEXT] = ACTIONS(1502), - [anon_sym_shaderRecordEXT] = ACTIONS(1502), - [anon_sym_rayPayloadNV] = ACTIONS(1502), - [anon_sym_rayPayloadInNV] = ACTIONS(1502), - [anon_sym_hitAttributeNV] = ACTIONS(1502), - [anon_sym_callableDataNV] = ACTIONS(1502), - [anon_sym_callableDataInNV] = ACTIONS(1502), - [anon_sym_shaderRecordNV] = ACTIONS(1502), - [anon_sym_layout] = ACTIONS(1502), + [416] = { + [ts_builtin_sym_end] = ACTIONS(1512), + [sym_identifier] = ACTIONS(1510), + [aux_sym_preproc_include_token1] = ACTIONS(1510), + [aux_sym_preproc_def_token1] = ACTIONS(1510), + [aux_sym_preproc_if_token1] = ACTIONS(1510), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1510), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1510), + [sym_preproc_directive] = ACTIONS(1510), + [anon_sym_LPAREN2] = ACTIONS(1512), + [anon_sym_BANG] = ACTIONS(1512), + [anon_sym_TILDE] = ACTIONS(1512), + [anon_sym_DASH] = ACTIONS(1510), + [anon_sym_PLUS] = ACTIONS(1510), + [anon_sym_STAR] = ACTIONS(1512), + [anon_sym_AMP] = ACTIONS(1512), + [anon_sym_subroutine] = ACTIONS(1510), + [anon_sym_invariant] = ACTIONS(1510), + [anon_sym_precise] = ACTIONS(1510), + [anon_sym_in] = ACTIONS(1510), + [anon_sym_out] = ACTIONS(1510), + [anon_sym_inout] = ACTIONS(1510), + [anon_sym_uniform] = ACTIONS(1510), + [anon_sym_shared] = ACTIONS(1510), + [anon_sym_attribute] = ACTIONS(1510), + [anon_sym_varying] = ACTIONS(1510), + [anon_sym_buffer] = ACTIONS(1510), + [anon_sym_coherent] = ACTIONS(1510), + [anon_sym_readonly] = ACTIONS(1510), + [anon_sym_writeonly] = ACTIONS(1510), + [anon_sym_precision] = ACTIONS(1510), + [anon_sym_highp] = ACTIONS(1510), + [anon_sym_mediump] = ACTIONS(1510), + [anon_sym_lowp] = ACTIONS(1510), + [anon_sym_centroid] = ACTIONS(1510), + [anon_sym_sample] = ACTIONS(1510), + [anon_sym_patch] = ACTIONS(1510), + [anon_sym_smooth] = ACTIONS(1510), + [anon_sym_flat] = ACTIONS(1510), + [anon_sym_noperspective] = ACTIONS(1510), + [anon_sym___extension__] = ACTIONS(1510), + [anon_sym_typedef] = ACTIONS(1510), + [anon_sym_extern] = ACTIONS(1510), + [anon_sym___attribute__] = ACTIONS(1510), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1512), + [anon_sym___declspec] = ACTIONS(1510), + [anon_sym___cdecl] = ACTIONS(1510), + [anon_sym___clrcall] = ACTIONS(1510), + [anon_sym___stdcall] = ACTIONS(1510), + [anon_sym___fastcall] = ACTIONS(1510), + [anon_sym___thiscall] = ACTIONS(1510), + [anon_sym___vectorcall] = ACTIONS(1510), + [anon_sym_LBRACE] = ACTIONS(1512), + [anon_sym_signed] = ACTIONS(1510), + [anon_sym_unsigned] = ACTIONS(1510), + [anon_sym_long] = ACTIONS(1510), + [anon_sym_short] = ACTIONS(1510), + [anon_sym_static] = ACTIONS(1510), + [anon_sym_auto] = ACTIONS(1510), + [anon_sym_register] = ACTIONS(1510), + [anon_sym_inline] = ACTIONS(1510), + [anon_sym___inline] = ACTIONS(1510), + [anon_sym___inline__] = ACTIONS(1510), + [anon_sym___forceinline] = ACTIONS(1510), + [anon_sym_thread_local] = ACTIONS(1510), + [anon_sym___thread] = ACTIONS(1510), + [anon_sym_const] = ACTIONS(1510), + [anon_sym_constexpr] = ACTIONS(1510), + [anon_sym_volatile] = ACTIONS(1510), + [anon_sym_restrict] = ACTIONS(1510), + [anon_sym___restrict__] = ACTIONS(1510), + [anon_sym__Atomic] = ACTIONS(1510), + [anon_sym__Noreturn] = ACTIONS(1510), + [anon_sym_noreturn] = ACTIONS(1510), + [sym_primitive_type] = ACTIONS(1510), + [anon_sym_enum] = ACTIONS(1510), + [anon_sym_struct] = ACTIONS(1510), + [anon_sym_union] = ACTIONS(1510), + [anon_sym_if] = ACTIONS(1510), + [anon_sym_switch] = ACTIONS(1510), + [anon_sym_case] = ACTIONS(1510), + [anon_sym_default] = ACTIONS(1510), + [anon_sym_while] = ACTIONS(1510), + [anon_sym_do] = ACTIONS(1510), + [anon_sym_for] = ACTIONS(1510), + [anon_sym_return] = ACTIONS(1510), + [anon_sym_break] = ACTIONS(1510), + [anon_sym_continue] = ACTIONS(1510), + [anon_sym_goto] = ACTIONS(1510), + [anon_sym_DASH_DASH] = ACTIONS(1512), + [anon_sym_PLUS_PLUS] = ACTIONS(1512), + [anon_sym_sizeof] = ACTIONS(1510), + [anon_sym___alignof__] = ACTIONS(1510), + [anon_sym___alignof] = ACTIONS(1510), + [anon_sym__alignof] = ACTIONS(1510), + [anon_sym_alignof] = ACTIONS(1510), + [anon_sym__Alignof] = ACTIONS(1510), + [anon_sym_offsetof] = ACTIONS(1510), + [anon_sym__Generic] = ACTIONS(1510), + [anon_sym_asm] = ACTIONS(1510), + [anon_sym___asm__] = ACTIONS(1510), + [sym_number_literal] = ACTIONS(1512), + [anon_sym_L_SQUOTE] = ACTIONS(1512), + [anon_sym_u_SQUOTE] = ACTIONS(1512), + [anon_sym_U_SQUOTE] = ACTIONS(1512), + [anon_sym_u8_SQUOTE] = ACTIONS(1512), + [anon_sym_SQUOTE] = ACTIONS(1512), + [anon_sym_L_DQUOTE] = ACTIONS(1512), + [anon_sym_u_DQUOTE] = ACTIONS(1512), + [anon_sym_U_DQUOTE] = ACTIONS(1512), + [anon_sym_u8_DQUOTE] = ACTIONS(1512), + [anon_sym_DQUOTE] = ACTIONS(1512), + [sym_true] = ACTIONS(1510), + [sym_false] = ACTIONS(1510), + [anon_sym_NULL] = ACTIONS(1510), + [anon_sym_nullptr] = ACTIONS(1510), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1510), + [anon_sym_rayPayloadInEXT] = ACTIONS(1510), + [anon_sym_hitAttributeEXT] = ACTIONS(1510), + [anon_sym_callableDataEXT] = ACTIONS(1510), + [anon_sym_callableDataInEXT] = ACTIONS(1510), + [anon_sym_shaderRecordEXT] = ACTIONS(1510), + [anon_sym_rayPayloadNV] = ACTIONS(1510), + [anon_sym_rayPayloadInNV] = ACTIONS(1510), + [anon_sym_hitAttributeNV] = ACTIONS(1510), + [anon_sym_callableDataNV] = ACTIONS(1510), + [anon_sym_callableDataInNV] = ACTIONS(1510), + [anon_sym_shaderRecordNV] = ACTIONS(1510), + [anon_sym_layout] = ACTIONS(1510), }, - [421] = { + [417] = { [ts_builtin_sym_end] = ACTIONS(1518), [sym_identifier] = ACTIONS(1516), [aux_sym_preproc_include_token1] = ACTIONS(1516), @@ -78202,138 +77673,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1516), [anon_sym_layout] = ACTIONS(1516), }, - [422] = { - [ts_builtin_sym_end] = ACTIONS(1468), - [sym_identifier] = ACTIONS(1466), - [aux_sym_preproc_include_token1] = ACTIONS(1466), - [aux_sym_preproc_def_token1] = ACTIONS(1466), - [aux_sym_preproc_if_token1] = ACTIONS(1466), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1466), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1466), - [sym_preproc_directive] = ACTIONS(1466), - [anon_sym_LPAREN2] = ACTIONS(1468), - [anon_sym_BANG] = ACTIONS(1468), - [anon_sym_TILDE] = ACTIONS(1468), - [anon_sym_DASH] = ACTIONS(1466), - [anon_sym_PLUS] = ACTIONS(1466), - [anon_sym_STAR] = ACTIONS(1468), - [anon_sym_AMP] = ACTIONS(1468), - [anon_sym_subroutine] = ACTIONS(1466), - [anon_sym_invariant] = ACTIONS(1466), - [anon_sym_precise] = ACTIONS(1466), - [anon_sym_in] = ACTIONS(1466), - [anon_sym_out] = ACTIONS(1466), - [anon_sym_inout] = ACTIONS(1466), - [anon_sym_uniform] = ACTIONS(1466), - [anon_sym_shared] = ACTIONS(1466), - [anon_sym_attribute] = ACTIONS(1466), - [anon_sym_varying] = ACTIONS(1466), - [anon_sym_buffer] = ACTIONS(1466), - [anon_sym_coherent] = ACTIONS(1466), - [anon_sym_readonly] = ACTIONS(1466), - [anon_sym_writeonly] = ACTIONS(1466), - [anon_sym_precision] = ACTIONS(1466), - [anon_sym_highp] = ACTIONS(1466), - [anon_sym_mediump] = ACTIONS(1466), - [anon_sym_lowp] = ACTIONS(1466), - [anon_sym_centroid] = ACTIONS(1466), - [anon_sym_sample] = ACTIONS(1466), - [anon_sym_patch] = ACTIONS(1466), - [anon_sym_smooth] = ACTIONS(1466), - [anon_sym_flat] = ACTIONS(1466), - [anon_sym_noperspective] = ACTIONS(1466), - [anon_sym___extension__] = ACTIONS(1466), - [anon_sym_typedef] = ACTIONS(1466), - [anon_sym_extern] = ACTIONS(1466), - [anon_sym___attribute__] = ACTIONS(1466), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1468), - [anon_sym___declspec] = ACTIONS(1466), - [anon_sym___cdecl] = ACTIONS(1466), - [anon_sym___clrcall] = ACTIONS(1466), - [anon_sym___stdcall] = ACTIONS(1466), - [anon_sym___fastcall] = ACTIONS(1466), - [anon_sym___thiscall] = ACTIONS(1466), - [anon_sym___vectorcall] = ACTIONS(1466), - [anon_sym_LBRACE] = ACTIONS(1468), - [anon_sym_signed] = ACTIONS(1466), - [anon_sym_unsigned] = ACTIONS(1466), - [anon_sym_long] = ACTIONS(1466), - [anon_sym_short] = ACTIONS(1466), - [anon_sym_static] = ACTIONS(1466), - [anon_sym_auto] = ACTIONS(1466), - [anon_sym_register] = ACTIONS(1466), - [anon_sym_inline] = ACTIONS(1466), - [anon_sym___inline] = ACTIONS(1466), - [anon_sym___inline__] = ACTIONS(1466), - [anon_sym___forceinline] = ACTIONS(1466), - [anon_sym_thread_local] = ACTIONS(1466), - [anon_sym___thread] = ACTIONS(1466), - [anon_sym_const] = ACTIONS(1466), - [anon_sym_constexpr] = ACTIONS(1466), - [anon_sym_volatile] = ACTIONS(1466), - [anon_sym_restrict] = ACTIONS(1466), - [anon_sym___restrict__] = ACTIONS(1466), - [anon_sym__Atomic] = ACTIONS(1466), - [anon_sym__Noreturn] = ACTIONS(1466), - [anon_sym_noreturn] = ACTIONS(1466), - [sym_primitive_type] = ACTIONS(1466), - [anon_sym_enum] = ACTIONS(1466), - [anon_sym_struct] = ACTIONS(1466), - [anon_sym_union] = ACTIONS(1466), - [anon_sym_if] = ACTIONS(1466), - [anon_sym_switch] = ACTIONS(1466), - [anon_sym_case] = ACTIONS(1466), - [anon_sym_default] = ACTIONS(1466), - [anon_sym_while] = ACTIONS(1466), - [anon_sym_do] = ACTIONS(1466), - [anon_sym_for] = ACTIONS(1466), - [anon_sym_return] = ACTIONS(1466), - [anon_sym_break] = ACTIONS(1466), - [anon_sym_continue] = ACTIONS(1466), - [anon_sym_goto] = ACTIONS(1466), - [anon_sym_DASH_DASH] = ACTIONS(1468), - [anon_sym_PLUS_PLUS] = ACTIONS(1468), - [anon_sym_sizeof] = ACTIONS(1466), - [anon_sym___alignof__] = ACTIONS(1466), - [anon_sym___alignof] = ACTIONS(1466), - [anon_sym__alignof] = ACTIONS(1466), - [anon_sym_alignof] = ACTIONS(1466), - [anon_sym__Alignof] = ACTIONS(1466), - [anon_sym_offsetof] = ACTIONS(1466), - [anon_sym__Generic] = ACTIONS(1466), - [anon_sym_asm] = ACTIONS(1466), - [anon_sym___asm__] = ACTIONS(1466), - [sym_number_literal] = ACTIONS(1468), - [anon_sym_L_SQUOTE] = ACTIONS(1468), - [anon_sym_u_SQUOTE] = ACTIONS(1468), - [anon_sym_U_SQUOTE] = ACTIONS(1468), - [anon_sym_u8_SQUOTE] = ACTIONS(1468), - [anon_sym_SQUOTE] = ACTIONS(1468), - [anon_sym_L_DQUOTE] = ACTIONS(1468), - [anon_sym_u_DQUOTE] = ACTIONS(1468), - [anon_sym_U_DQUOTE] = ACTIONS(1468), - [anon_sym_u8_DQUOTE] = ACTIONS(1468), - [anon_sym_DQUOTE] = ACTIONS(1468), - [sym_true] = ACTIONS(1466), - [sym_false] = ACTIONS(1466), - [anon_sym_NULL] = ACTIONS(1466), - [anon_sym_nullptr] = ACTIONS(1466), + [418] = { + [ts_builtin_sym_end] = ACTIONS(1460), + [sym_identifier] = ACTIONS(1458), + [aux_sym_preproc_include_token1] = ACTIONS(1458), + [aux_sym_preproc_def_token1] = ACTIONS(1458), + [aux_sym_preproc_if_token1] = ACTIONS(1458), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1458), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1458), + [sym_preproc_directive] = ACTIONS(1458), + [anon_sym_LPAREN2] = ACTIONS(1460), + [anon_sym_BANG] = ACTIONS(1460), + [anon_sym_TILDE] = ACTIONS(1460), + [anon_sym_DASH] = ACTIONS(1458), + [anon_sym_PLUS] = ACTIONS(1458), + [anon_sym_STAR] = ACTIONS(1460), + [anon_sym_AMP] = ACTIONS(1460), + [anon_sym_subroutine] = ACTIONS(1458), + [anon_sym_invariant] = ACTIONS(1458), + [anon_sym_precise] = ACTIONS(1458), + [anon_sym_in] = ACTIONS(1458), + [anon_sym_out] = ACTIONS(1458), + [anon_sym_inout] = ACTIONS(1458), + [anon_sym_uniform] = ACTIONS(1458), + [anon_sym_shared] = ACTIONS(1458), + [anon_sym_attribute] = ACTIONS(1458), + [anon_sym_varying] = ACTIONS(1458), + [anon_sym_buffer] = ACTIONS(1458), + [anon_sym_coherent] = ACTIONS(1458), + [anon_sym_readonly] = ACTIONS(1458), + [anon_sym_writeonly] = ACTIONS(1458), + [anon_sym_precision] = ACTIONS(1458), + [anon_sym_highp] = ACTIONS(1458), + [anon_sym_mediump] = ACTIONS(1458), + [anon_sym_lowp] = ACTIONS(1458), + [anon_sym_centroid] = ACTIONS(1458), + [anon_sym_sample] = ACTIONS(1458), + [anon_sym_patch] = ACTIONS(1458), + [anon_sym_smooth] = ACTIONS(1458), + [anon_sym_flat] = ACTIONS(1458), + [anon_sym_noperspective] = ACTIONS(1458), + [anon_sym___extension__] = ACTIONS(1458), + [anon_sym_typedef] = ACTIONS(1458), + [anon_sym_extern] = ACTIONS(1458), + [anon_sym___attribute__] = ACTIONS(1458), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1460), + [anon_sym___declspec] = ACTIONS(1458), + [anon_sym___cdecl] = ACTIONS(1458), + [anon_sym___clrcall] = ACTIONS(1458), + [anon_sym___stdcall] = ACTIONS(1458), + [anon_sym___fastcall] = ACTIONS(1458), + [anon_sym___thiscall] = ACTIONS(1458), + [anon_sym___vectorcall] = ACTIONS(1458), + [anon_sym_LBRACE] = ACTIONS(1460), + [anon_sym_signed] = ACTIONS(1458), + [anon_sym_unsigned] = ACTIONS(1458), + [anon_sym_long] = ACTIONS(1458), + [anon_sym_short] = ACTIONS(1458), + [anon_sym_static] = ACTIONS(1458), + [anon_sym_auto] = ACTIONS(1458), + [anon_sym_register] = ACTIONS(1458), + [anon_sym_inline] = ACTIONS(1458), + [anon_sym___inline] = ACTIONS(1458), + [anon_sym___inline__] = ACTIONS(1458), + [anon_sym___forceinline] = ACTIONS(1458), + [anon_sym_thread_local] = ACTIONS(1458), + [anon_sym___thread] = ACTIONS(1458), + [anon_sym_const] = ACTIONS(1458), + [anon_sym_constexpr] = ACTIONS(1458), + [anon_sym_volatile] = ACTIONS(1458), + [anon_sym_restrict] = ACTIONS(1458), + [anon_sym___restrict__] = ACTIONS(1458), + [anon_sym__Atomic] = ACTIONS(1458), + [anon_sym__Noreturn] = ACTIONS(1458), + [anon_sym_noreturn] = ACTIONS(1458), + [sym_primitive_type] = ACTIONS(1458), + [anon_sym_enum] = ACTIONS(1458), + [anon_sym_struct] = ACTIONS(1458), + [anon_sym_union] = ACTIONS(1458), + [anon_sym_if] = ACTIONS(1458), + [anon_sym_switch] = ACTIONS(1458), + [anon_sym_case] = ACTIONS(1458), + [anon_sym_default] = ACTIONS(1458), + [anon_sym_while] = ACTIONS(1458), + [anon_sym_do] = ACTIONS(1458), + [anon_sym_for] = ACTIONS(1458), + [anon_sym_return] = ACTIONS(1458), + [anon_sym_break] = ACTIONS(1458), + [anon_sym_continue] = ACTIONS(1458), + [anon_sym_goto] = ACTIONS(1458), + [anon_sym_DASH_DASH] = ACTIONS(1460), + [anon_sym_PLUS_PLUS] = ACTIONS(1460), + [anon_sym_sizeof] = ACTIONS(1458), + [anon_sym___alignof__] = ACTIONS(1458), + [anon_sym___alignof] = ACTIONS(1458), + [anon_sym__alignof] = ACTIONS(1458), + [anon_sym_alignof] = ACTIONS(1458), + [anon_sym__Alignof] = ACTIONS(1458), + [anon_sym_offsetof] = ACTIONS(1458), + [anon_sym__Generic] = ACTIONS(1458), + [anon_sym_asm] = ACTIONS(1458), + [anon_sym___asm__] = ACTIONS(1458), + [sym_number_literal] = ACTIONS(1460), + [anon_sym_L_SQUOTE] = ACTIONS(1460), + [anon_sym_u_SQUOTE] = ACTIONS(1460), + [anon_sym_U_SQUOTE] = ACTIONS(1460), + [anon_sym_u8_SQUOTE] = ACTIONS(1460), + [anon_sym_SQUOTE] = ACTIONS(1460), + [anon_sym_L_DQUOTE] = ACTIONS(1460), + [anon_sym_u_DQUOTE] = ACTIONS(1460), + [anon_sym_U_DQUOTE] = ACTIONS(1460), + [anon_sym_u8_DQUOTE] = ACTIONS(1460), + [anon_sym_DQUOTE] = ACTIONS(1460), + [sym_true] = ACTIONS(1458), + [sym_false] = ACTIONS(1458), + [anon_sym_NULL] = ACTIONS(1458), + [anon_sym_nullptr] = ACTIONS(1458), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1466), - [anon_sym_rayPayloadInEXT] = ACTIONS(1466), - [anon_sym_hitAttributeEXT] = ACTIONS(1466), - [anon_sym_callableDataEXT] = ACTIONS(1466), - [anon_sym_callableDataInEXT] = ACTIONS(1466), - [anon_sym_shaderRecordEXT] = ACTIONS(1466), - [anon_sym_rayPayloadNV] = ACTIONS(1466), - [anon_sym_rayPayloadInNV] = ACTIONS(1466), - [anon_sym_hitAttributeNV] = ACTIONS(1466), - [anon_sym_callableDataNV] = ACTIONS(1466), - [anon_sym_callableDataInNV] = ACTIONS(1466), - [anon_sym_shaderRecordNV] = ACTIONS(1466), - [anon_sym_layout] = ACTIONS(1466), + [anon_sym_rayPayloadEXT] = ACTIONS(1458), + [anon_sym_rayPayloadInEXT] = ACTIONS(1458), + [anon_sym_hitAttributeEXT] = ACTIONS(1458), + [anon_sym_callableDataEXT] = ACTIONS(1458), + [anon_sym_callableDataInEXT] = ACTIONS(1458), + [anon_sym_shaderRecordEXT] = ACTIONS(1458), + [anon_sym_rayPayloadNV] = ACTIONS(1458), + [anon_sym_rayPayloadInNV] = ACTIONS(1458), + [anon_sym_hitAttributeNV] = ACTIONS(1458), + [anon_sym_callableDataNV] = ACTIONS(1458), + [anon_sym_callableDataInNV] = ACTIONS(1458), + [anon_sym_shaderRecordNV] = ACTIONS(1458), + [anon_sym_layout] = ACTIONS(1458), }, - [423] = { + [419] = { [ts_builtin_sym_end] = ACTIONS(1542), [sym_identifier] = ACTIONS(1540), [aux_sym_preproc_include_token1] = ACTIONS(1540), @@ -78450,152 +77921,283 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1540), [anon_sym_nullptr] = ACTIONS(1540), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1540), - [anon_sym_rayPayloadInEXT] = ACTIONS(1540), - [anon_sym_hitAttributeEXT] = ACTIONS(1540), - [anon_sym_callableDataEXT] = ACTIONS(1540), - [anon_sym_callableDataInEXT] = ACTIONS(1540), - [anon_sym_shaderRecordEXT] = ACTIONS(1540), - [anon_sym_rayPayloadNV] = ACTIONS(1540), - [anon_sym_rayPayloadInNV] = ACTIONS(1540), - [anon_sym_hitAttributeNV] = ACTIONS(1540), - [anon_sym_callableDataNV] = ACTIONS(1540), - [anon_sym_callableDataInNV] = ACTIONS(1540), - [anon_sym_shaderRecordNV] = ACTIONS(1540), - [anon_sym_layout] = ACTIONS(1540), + [anon_sym_rayPayloadEXT] = ACTIONS(1540), + [anon_sym_rayPayloadInEXT] = ACTIONS(1540), + [anon_sym_hitAttributeEXT] = ACTIONS(1540), + [anon_sym_callableDataEXT] = ACTIONS(1540), + [anon_sym_callableDataInEXT] = ACTIONS(1540), + [anon_sym_shaderRecordEXT] = ACTIONS(1540), + [anon_sym_rayPayloadNV] = ACTIONS(1540), + [anon_sym_rayPayloadInNV] = ACTIONS(1540), + [anon_sym_hitAttributeNV] = ACTIONS(1540), + [anon_sym_callableDataNV] = ACTIONS(1540), + [anon_sym_callableDataInNV] = ACTIONS(1540), + [anon_sym_shaderRecordNV] = ACTIONS(1540), + [anon_sym_layout] = ACTIONS(1540), + }, + [420] = { + [ts_builtin_sym_end] = ACTIONS(1504), + [sym_identifier] = ACTIONS(1502), + [aux_sym_preproc_include_token1] = ACTIONS(1502), + [aux_sym_preproc_def_token1] = ACTIONS(1502), + [aux_sym_preproc_if_token1] = ACTIONS(1502), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1502), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1502), + [sym_preproc_directive] = ACTIONS(1502), + [anon_sym_LPAREN2] = ACTIONS(1504), + [anon_sym_BANG] = ACTIONS(1504), + [anon_sym_TILDE] = ACTIONS(1504), + [anon_sym_DASH] = ACTIONS(1502), + [anon_sym_PLUS] = ACTIONS(1502), + [anon_sym_STAR] = ACTIONS(1504), + [anon_sym_AMP] = ACTIONS(1504), + [anon_sym_subroutine] = ACTIONS(1502), + [anon_sym_invariant] = ACTIONS(1502), + [anon_sym_precise] = ACTIONS(1502), + [anon_sym_in] = ACTIONS(1502), + [anon_sym_out] = ACTIONS(1502), + [anon_sym_inout] = ACTIONS(1502), + [anon_sym_uniform] = ACTIONS(1502), + [anon_sym_shared] = ACTIONS(1502), + [anon_sym_attribute] = ACTIONS(1502), + [anon_sym_varying] = ACTIONS(1502), + [anon_sym_buffer] = ACTIONS(1502), + [anon_sym_coherent] = ACTIONS(1502), + [anon_sym_readonly] = ACTIONS(1502), + [anon_sym_writeonly] = ACTIONS(1502), + [anon_sym_precision] = ACTIONS(1502), + [anon_sym_highp] = ACTIONS(1502), + [anon_sym_mediump] = ACTIONS(1502), + [anon_sym_lowp] = ACTIONS(1502), + [anon_sym_centroid] = ACTIONS(1502), + [anon_sym_sample] = ACTIONS(1502), + [anon_sym_patch] = ACTIONS(1502), + [anon_sym_smooth] = ACTIONS(1502), + [anon_sym_flat] = ACTIONS(1502), + [anon_sym_noperspective] = ACTIONS(1502), + [anon_sym___extension__] = ACTIONS(1502), + [anon_sym_typedef] = ACTIONS(1502), + [anon_sym_extern] = ACTIONS(1502), + [anon_sym___attribute__] = ACTIONS(1502), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1504), + [anon_sym___declspec] = ACTIONS(1502), + [anon_sym___cdecl] = ACTIONS(1502), + [anon_sym___clrcall] = ACTIONS(1502), + [anon_sym___stdcall] = ACTIONS(1502), + [anon_sym___fastcall] = ACTIONS(1502), + [anon_sym___thiscall] = ACTIONS(1502), + [anon_sym___vectorcall] = ACTIONS(1502), + [anon_sym_LBRACE] = ACTIONS(1504), + [anon_sym_signed] = ACTIONS(1502), + [anon_sym_unsigned] = ACTIONS(1502), + [anon_sym_long] = ACTIONS(1502), + [anon_sym_short] = ACTIONS(1502), + [anon_sym_static] = ACTIONS(1502), + [anon_sym_auto] = ACTIONS(1502), + [anon_sym_register] = ACTIONS(1502), + [anon_sym_inline] = ACTIONS(1502), + [anon_sym___inline] = ACTIONS(1502), + [anon_sym___inline__] = ACTIONS(1502), + [anon_sym___forceinline] = ACTIONS(1502), + [anon_sym_thread_local] = ACTIONS(1502), + [anon_sym___thread] = ACTIONS(1502), + [anon_sym_const] = ACTIONS(1502), + [anon_sym_constexpr] = ACTIONS(1502), + [anon_sym_volatile] = ACTIONS(1502), + [anon_sym_restrict] = ACTIONS(1502), + [anon_sym___restrict__] = ACTIONS(1502), + [anon_sym__Atomic] = ACTIONS(1502), + [anon_sym__Noreturn] = ACTIONS(1502), + [anon_sym_noreturn] = ACTIONS(1502), + [sym_primitive_type] = ACTIONS(1502), + [anon_sym_enum] = ACTIONS(1502), + [anon_sym_struct] = ACTIONS(1502), + [anon_sym_union] = ACTIONS(1502), + [anon_sym_if] = ACTIONS(1502), + [anon_sym_switch] = ACTIONS(1502), + [anon_sym_case] = ACTIONS(1502), + [anon_sym_default] = ACTIONS(1502), + [anon_sym_while] = ACTIONS(1502), + [anon_sym_do] = ACTIONS(1502), + [anon_sym_for] = ACTIONS(1502), + [anon_sym_return] = ACTIONS(1502), + [anon_sym_break] = ACTIONS(1502), + [anon_sym_continue] = ACTIONS(1502), + [anon_sym_goto] = ACTIONS(1502), + [anon_sym_DASH_DASH] = ACTIONS(1504), + [anon_sym_PLUS_PLUS] = ACTIONS(1504), + [anon_sym_sizeof] = ACTIONS(1502), + [anon_sym___alignof__] = ACTIONS(1502), + [anon_sym___alignof] = ACTIONS(1502), + [anon_sym__alignof] = ACTIONS(1502), + [anon_sym_alignof] = ACTIONS(1502), + [anon_sym__Alignof] = ACTIONS(1502), + [anon_sym_offsetof] = ACTIONS(1502), + [anon_sym__Generic] = ACTIONS(1502), + [anon_sym_asm] = ACTIONS(1502), + [anon_sym___asm__] = ACTIONS(1502), + [sym_number_literal] = ACTIONS(1504), + [anon_sym_L_SQUOTE] = ACTIONS(1504), + [anon_sym_u_SQUOTE] = ACTIONS(1504), + [anon_sym_U_SQUOTE] = ACTIONS(1504), + [anon_sym_u8_SQUOTE] = ACTIONS(1504), + [anon_sym_SQUOTE] = ACTIONS(1504), + [anon_sym_L_DQUOTE] = ACTIONS(1504), + [anon_sym_u_DQUOTE] = ACTIONS(1504), + [anon_sym_U_DQUOTE] = ACTIONS(1504), + [anon_sym_u8_DQUOTE] = ACTIONS(1504), + [anon_sym_DQUOTE] = ACTIONS(1504), + [sym_true] = ACTIONS(1502), + [sym_false] = ACTIONS(1502), + [anon_sym_NULL] = ACTIONS(1502), + [anon_sym_nullptr] = ACTIONS(1502), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1502), + [anon_sym_rayPayloadInEXT] = ACTIONS(1502), + [anon_sym_hitAttributeEXT] = ACTIONS(1502), + [anon_sym_callableDataEXT] = ACTIONS(1502), + [anon_sym_callableDataInEXT] = ACTIONS(1502), + [anon_sym_shaderRecordEXT] = ACTIONS(1502), + [anon_sym_rayPayloadNV] = ACTIONS(1502), + [anon_sym_rayPayloadInNV] = ACTIONS(1502), + [anon_sym_hitAttributeNV] = ACTIONS(1502), + [anon_sym_callableDataNV] = ACTIONS(1502), + [anon_sym_callableDataInNV] = ACTIONS(1502), + [anon_sym_shaderRecordNV] = ACTIONS(1502), + [anon_sym_layout] = ACTIONS(1502), }, - [424] = { - [ts_builtin_sym_end] = ACTIONS(1510), - [sym_identifier] = ACTIONS(1508), - [aux_sym_preproc_include_token1] = ACTIONS(1508), - [aux_sym_preproc_def_token1] = ACTIONS(1508), - [aux_sym_preproc_if_token1] = ACTIONS(1508), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1508), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1508), - [sym_preproc_directive] = ACTIONS(1508), - [anon_sym_LPAREN2] = ACTIONS(1510), - [anon_sym_BANG] = ACTIONS(1510), - [anon_sym_TILDE] = ACTIONS(1510), - [anon_sym_DASH] = ACTIONS(1508), - [anon_sym_PLUS] = ACTIONS(1508), - [anon_sym_STAR] = ACTIONS(1510), - [anon_sym_AMP] = ACTIONS(1510), - [anon_sym_subroutine] = ACTIONS(1508), - [anon_sym_invariant] = ACTIONS(1508), - [anon_sym_precise] = ACTIONS(1508), - [anon_sym_in] = ACTIONS(1508), - [anon_sym_out] = ACTIONS(1508), - [anon_sym_inout] = ACTIONS(1508), - [anon_sym_uniform] = ACTIONS(1508), - [anon_sym_shared] = ACTIONS(1508), - [anon_sym_attribute] = ACTIONS(1508), - [anon_sym_varying] = ACTIONS(1508), - [anon_sym_buffer] = ACTIONS(1508), - [anon_sym_coherent] = ACTIONS(1508), - [anon_sym_readonly] = ACTIONS(1508), - [anon_sym_writeonly] = ACTIONS(1508), - [anon_sym_precision] = ACTIONS(1508), - [anon_sym_highp] = ACTIONS(1508), - [anon_sym_mediump] = ACTIONS(1508), - [anon_sym_lowp] = ACTIONS(1508), - [anon_sym_centroid] = ACTIONS(1508), - [anon_sym_sample] = ACTIONS(1508), - [anon_sym_patch] = ACTIONS(1508), - [anon_sym_smooth] = ACTIONS(1508), - [anon_sym_flat] = ACTIONS(1508), - [anon_sym_noperspective] = ACTIONS(1508), - [anon_sym___extension__] = ACTIONS(1508), - [anon_sym_typedef] = ACTIONS(1508), - [anon_sym_extern] = ACTIONS(1508), - [anon_sym___attribute__] = ACTIONS(1508), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1510), - [anon_sym___declspec] = ACTIONS(1508), - [anon_sym___cdecl] = ACTIONS(1508), - [anon_sym___clrcall] = ACTIONS(1508), - [anon_sym___stdcall] = ACTIONS(1508), - [anon_sym___fastcall] = ACTIONS(1508), - [anon_sym___thiscall] = ACTIONS(1508), - [anon_sym___vectorcall] = ACTIONS(1508), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_signed] = ACTIONS(1508), - [anon_sym_unsigned] = ACTIONS(1508), - [anon_sym_long] = ACTIONS(1508), - [anon_sym_short] = ACTIONS(1508), - [anon_sym_static] = ACTIONS(1508), - [anon_sym_auto] = ACTIONS(1508), - [anon_sym_register] = ACTIONS(1508), - [anon_sym_inline] = ACTIONS(1508), - [anon_sym___inline] = ACTIONS(1508), - [anon_sym___inline__] = ACTIONS(1508), - [anon_sym___forceinline] = ACTIONS(1508), - [anon_sym_thread_local] = ACTIONS(1508), - [anon_sym___thread] = ACTIONS(1508), - [anon_sym_const] = ACTIONS(1508), - [anon_sym_constexpr] = ACTIONS(1508), - [anon_sym_volatile] = ACTIONS(1508), - [anon_sym_restrict] = ACTIONS(1508), - [anon_sym___restrict__] = ACTIONS(1508), - [anon_sym__Atomic] = ACTIONS(1508), - [anon_sym__Noreturn] = ACTIONS(1508), - [anon_sym_noreturn] = ACTIONS(1508), - [sym_primitive_type] = ACTIONS(1508), - [anon_sym_enum] = ACTIONS(1508), - [anon_sym_struct] = ACTIONS(1508), - [anon_sym_union] = ACTIONS(1508), - [anon_sym_if] = ACTIONS(1508), - [anon_sym_switch] = ACTIONS(1508), - [anon_sym_case] = ACTIONS(1508), - [anon_sym_default] = ACTIONS(1508), - [anon_sym_while] = ACTIONS(1508), - [anon_sym_do] = ACTIONS(1508), - [anon_sym_for] = ACTIONS(1508), - [anon_sym_return] = ACTIONS(1508), - [anon_sym_break] = ACTIONS(1508), - [anon_sym_continue] = ACTIONS(1508), - [anon_sym_goto] = ACTIONS(1508), - [anon_sym_DASH_DASH] = ACTIONS(1510), - [anon_sym_PLUS_PLUS] = ACTIONS(1510), - [anon_sym_sizeof] = ACTIONS(1508), - [anon_sym___alignof__] = ACTIONS(1508), - [anon_sym___alignof] = ACTIONS(1508), - [anon_sym__alignof] = ACTIONS(1508), - [anon_sym_alignof] = ACTIONS(1508), - [anon_sym__Alignof] = ACTIONS(1508), - [anon_sym_offsetof] = ACTIONS(1508), - [anon_sym__Generic] = ACTIONS(1508), - [anon_sym_asm] = ACTIONS(1508), - [anon_sym___asm__] = ACTIONS(1508), - [sym_number_literal] = ACTIONS(1510), - [anon_sym_L_SQUOTE] = ACTIONS(1510), - [anon_sym_u_SQUOTE] = ACTIONS(1510), - [anon_sym_U_SQUOTE] = ACTIONS(1510), - [anon_sym_u8_SQUOTE] = ACTIONS(1510), - [anon_sym_SQUOTE] = ACTIONS(1510), - [anon_sym_L_DQUOTE] = ACTIONS(1510), - [anon_sym_u_DQUOTE] = ACTIONS(1510), - [anon_sym_U_DQUOTE] = ACTIONS(1510), - [anon_sym_u8_DQUOTE] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym_true] = ACTIONS(1508), - [sym_false] = ACTIONS(1508), - [anon_sym_NULL] = ACTIONS(1508), - [anon_sym_nullptr] = ACTIONS(1508), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1508), - [anon_sym_rayPayloadInEXT] = ACTIONS(1508), - [anon_sym_hitAttributeEXT] = ACTIONS(1508), - [anon_sym_callableDataEXT] = ACTIONS(1508), - [anon_sym_callableDataInEXT] = ACTIONS(1508), - [anon_sym_shaderRecordEXT] = ACTIONS(1508), - [anon_sym_rayPayloadNV] = ACTIONS(1508), - [anon_sym_rayPayloadInNV] = ACTIONS(1508), - [anon_sym_hitAttributeNV] = ACTIONS(1508), - [anon_sym_callableDataNV] = ACTIONS(1508), - [anon_sym_callableDataInNV] = ACTIONS(1508), - [anon_sym_shaderRecordNV] = ACTIONS(1508), - [anon_sym_layout] = ACTIONS(1508), + [421] = { + [ts_builtin_sym_end] = ACTIONS(1484), + [sym_identifier] = ACTIONS(1482), + [aux_sym_preproc_include_token1] = ACTIONS(1482), + [aux_sym_preproc_def_token1] = ACTIONS(1482), + [aux_sym_preproc_if_token1] = ACTIONS(1482), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1482), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1482), + [sym_preproc_directive] = ACTIONS(1482), + [anon_sym_LPAREN2] = ACTIONS(1484), + [anon_sym_BANG] = ACTIONS(1484), + [anon_sym_TILDE] = ACTIONS(1484), + [anon_sym_DASH] = ACTIONS(1482), + [anon_sym_PLUS] = ACTIONS(1482), + [anon_sym_STAR] = ACTIONS(1484), + [anon_sym_AMP] = ACTIONS(1484), + [anon_sym_subroutine] = ACTIONS(1482), + [anon_sym_invariant] = ACTIONS(1482), + [anon_sym_precise] = ACTIONS(1482), + [anon_sym_in] = ACTIONS(1482), + [anon_sym_out] = ACTIONS(1482), + [anon_sym_inout] = ACTIONS(1482), + [anon_sym_uniform] = ACTIONS(1482), + [anon_sym_shared] = ACTIONS(1482), + [anon_sym_attribute] = ACTIONS(1482), + [anon_sym_varying] = ACTIONS(1482), + [anon_sym_buffer] = ACTIONS(1482), + [anon_sym_coherent] = ACTIONS(1482), + [anon_sym_readonly] = ACTIONS(1482), + [anon_sym_writeonly] = ACTIONS(1482), + [anon_sym_precision] = ACTIONS(1482), + [anon_sym_highp] = ACTIONS(1482), + [anon_sym_mediump] = ACTIONS(1482), + [anon_sym_lowp] = ACTIONS(1482), + [anon_sym_centroid] = ACTIONS(1482), + [anon_sym_sample] = ACTIONS(1482), + [anon_sym_patch] = ACTIONS(1482), + [anon_sym_smooth] = ACTIONS(1482), + [anon_sym_flat] = ACTIONS(1482), + [anon_sym_noperspective] = ACTIONS(1482), + [anon_sym___extension__] = ACTIONS(1482), + [anon_sym_typedef] = ACTIONS(1482), + [anon_sym_extern] = ACTIONS(1482), + [anon_sym___attribute__] = ACTIONS(1482), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1484), + [anon_sym___declspec] = ACTIONS(1482), + [anon_sym___cdecl] = ACTIONS(1482), + [anon_sym___clrcall] = ACTIONS(1482), + [anon_sym___stdcall] = ACTIONS(1482), + [anon_sym___fastcall] = ACTIONS(1482), + [anon_sym___thiscall] = ACTIONS(1482), + [anon_sym___vectorcall] = ACTIONS(1482), + [anon_sym_LBRACE] = ACTIONS(1484), + [anon_sym_signed] = ACTIONS(1482), + [anon_sym_unsigned] = ACTIONS(1482), + [anon_sym_long] = ACTIONS(1482), + [anon_sym_short] = ACTIONS(1482), + [anon_sym_static] = ACTIONS(1482), + [anon_sym_auto] = ACTIONS(1482), + [anon_sym_register] = ACTIONS(1482), + [anon_sym_inline] = ACTIONS(1482), + [anon_sym___inline] = ACTIONS(1482), + [anon_sym___inline__] = ACTIONS(1482), + [anon_sym___forceinline] = ACTIONS(1482), + [anon_sym_thread_local] = ACTIONS(1482), + [anon_sym___thread] = ACTIONS(1482), + [anon_sym_const] = ACTIONS(1482), + [anon_sym_constexpr] = ACTIONS(1482), + [anon_sym_volatile] = ACTIONS(1482), + [anon_sym_restrict] = ACTIONS(1482), + [anon_sym___restrict__] = ACTIONS(1482), + [anon_sym__Atomic] = ACTIONS(1482), + [anon_sym__Noreturn] = ACTIONS(1482), + [anon_sym_noreturn] = ACTIONS(1482), + [sym_primitive_type] = ACTIONS(1482), + [anon_sym_enum] = ACTIONS(1482), + [anon_sym_struct] = ACTIONS(1482), + [anon_sym_union] = ACTIONS(1482), + [anon_sym_if] = ACTIONS(1482), + [anon_sym_switch] = ACTIONS(1482), + [anon_sym_case] = ACTIONS(1482), + [anon_sym_default] = ACTIONS(1482), + [anon_sym_while] = ACTIONS(1482), + [anon_sym_do] = ACTIONS(1482), + [anon_sym_for] = ACTIONS(1482), + [anon_sym_return] = ACTIONS(1482), + [anon_sym_break] = ACTIONS(1482), + [anon_sym_continue] = ACTIONS(1482), + [anon_sym_goto] = ACTIONS(1482), + [anon_sym_DASH_DASH] = ACTIONS(1484), + [anon_sym_PLUS_PLUS] = ACTIONS(1484), + [anon_sym_sizeof] = ACTIONS(1482), + [anon_sym___alignof__] = ACTIONS(1482), + [anon_sym___alignof] = ACTIONS(1482), + [anon_sym__alignof] = ACTIONS(1482), + [anon_sym_alignof] = ACTIONS(1482), + [anon_sym__Alignof] = ACTIONS(1482), + [anon_sym_offsetof] = ACTIONS(1482), + [anon_sym__Generic] = ACTIONS(1482), + [anon_sym_asm] = ACTIONS(1482), + [anon_sym___asm__] = ACTIONS(1482), + [sym_number_literal] = ACTIONS(1484), + [anon_sym_L_SQUOTE] = ACTIONS(1484), + [anon_sym_u_SQUOTE] = ACTIONS(1484), + [anon_sym_U_SQUOTE] = ACTIONS(1484), + [anon_sym_u8_SQUOTE] = ACTIONS(1484), + [anon_sym_SQUOTE] = ACTIONS(1484), + [anon_sym_L_DQUOTE] = ACTIONS(1484), + [anon_sym_u_DQUOTE] = ACTIONS(1484), + [anon_sym_U_DQUOTE] = ACTIONS(1484), + [anon_sym_u8_DQUOTE] = ACTIONS(1484), + [anon_sym_DQUOTE] = ACTIONS(1484), + [sym_true] = ACTIONS(1482), + [sym_false] = ACTIONS(1482), + [anon_sym_NULL] = ACTIONS(1482), + [anon_sym_nullptr] = ACTIONS(1482), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1482), + [anon_sym_rayPayloadInEXT] = ACTIONS(1482), + [anon_sym_hitAttributeEXT] = ACTIONS(1482), + [anon_sym_callableDataEXT] = ACTIONS(1482), + [anon_sym_callableDataInEXT] = ACTIONS(1482), + [anon_sym_shaderRecordEXT] = ACTIONS(1482), + [anon_sym_rayPayloadNV] = ACTIONS(1482), + [anon_sym_rayPayloadInNV] = ACTIONS(1482), + [anon_sym_hitAttributeNV] = ACTIONS(1482), + [anon_sym_callableDataNV] = ACTIONS(1482), + [anon_sym_callableDataInNV] = ACTIONS(1482), + [anon_sym_shaderRecordNV] = ACTIONS(1482), + [anon_sym_layout] = ACTIONS(1482), }, - [425] = { + [422] = { [ts_builtin_sym_end] = ACTIONS(1476), [sym_identifier] = ACTIONS(1474), [aux_sym_preproc_include_token1] = ACTIONS(1474), @@ -78726,269 +78328,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1474), [anon_sym_layout] = ACTIONS(1474), }, - [426] = { - [ts_builtin_sym_end] = ACTIONS(1526), - [sym_identifier] = ACTIONS(1524), - [aux_sym_preproc_include_token1] = ACTIONS(1524), - [aux_sym_preproc_def_token1] = ACTIONS(1524), - [aux_sym_preproc_if_token1] = ACTIONS(1524), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1524), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1524), - [sym_preproc_directive] = ACTIONS(1524), - [anon_sym_LPAREN2] = ACTIONS(1526), - [anon_sym_BANG] = ACTIONS(1526), - [anon_sym_TILDE] = ACTIONS(1526), - [anon_sym_DASH] = ACTIONS(1524), - [anon_sym_PLUS] = ACTIONS(1524), - [anon_sym_STAR] = ACTIONS(1526), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_subroutine] = ACTIONS(1524), - [anon_sym_invariant] = ACTIONS(1524), - [anon_sym_precise] = ACTIONS(1524), - [anon_sym_in] = ACTIONS(1524), - [anon_sym_out] = ACTIONS(1524), - [anon_sym_inout] = ACTIONS(1524), - [anon_sym_uniform] = ACTIONS(1524), - [anon_sym_shared] = ACTIONS(1524), - [anon_sym_attribute] = ACTIONS(1524), - [anon_sym_varying] = ACTIONS(1524), - [anon_sym_buffer] = ACTIONS(1524), - [anon_sym_coherent] = ACTIONS(1524), - [anon_sym_readonly] = ACTIONS(1524), - [anon_sym_writeonly] = ACTIONS(1524), - [anon_sym_precision] = ACTIONS(1524), - [anon_sym_highp] = ACTIONS(1524), - [anon_sym_mediump] = ACTIONS(1524), - [anon_sym_lowp] = ACTIONS(1524), - [anon_sym_centroid] = ACTIONS(1524), - [anon_sym_sample] = ACTIONS(1524), - [anon_sym_patch] = ACTIONS(1524), - [anon_sym_smooth] = ACTIONS(1524), - [anon_sym_flat] = ACTIONS(1524), - [anon_sym_noperspective] = ACTIONS(1524), - [anon_sym___extension__] = ACTIONS(1524), - [anon_sym_typedef] = ACTIONS(1524), - [anon_sym_extern] = ACTIONS(1524), - [anon_sym___attribute__] = ACTIONS(1524), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1526), - [anon_sym___declspec] = ACTIONS(1524), - [anon_sym___cdecl] = ACTIONS(1524), - [anon_sym___clrcall] = ACTIONS(1524), - [anon_sym___stdcall] = ACTIONS(1524), - [anon_sym___fastcall] = ACTIONS(1524), - [anon_sym___thiscall] = ACTIONS(1524), - [anon_sym___vectorcall] = ACTIONS(1524), - [anon_sym_LBRACE] = ACTIONS(1526), - [anon_sym_signed] = ACTIONS(1524), - [anon_sym_unsigned] = ACTIONS(1524), - [anon_sym_long] = ACTIONS(1524), - [anon_sym_short] = ACTIONS(1524), - [anon_sym_static] = ACTIONS(1524), - [anon_sym_auto] = ACTIONS(1524), - [anon_sym_register] = ACTIONS(1524), - [anon_sym_inline] = ACTIONS(1524), - [anon_sym___inline] = ACTIONS(1524), - [anon_sym___inline__] = ACTIONS(1524), - [anon_sym___forceinline] = ACTIONS(1524), - [anon_sym_thread_local] = ACTIONS(1524), - [anon_sym___thread] = ACTIONS(1524), - [anon_sym_const] = ACTIONS(1524), - [anon_sym_constexpr] = ACTIONS(1524), - [anon_sym_volatile] = ACTIONS(1524), - [anon_sym_restrict] = ACTIONS(1524), - [anon_sym___restrict__] = ACTIONS(1524), - [anon_sym__Atomic] = ACTIONS(1524), - [anon_sym__Noreturn] = ACTIONS(1524), - [anon_sym_noreturn] = ACTIONS(1524), - [sym_primitive_type] = ACTIONS(1524), - [anon_sym_enum] = ACTIONS(1524), - [anon_sym_struct] = ACTIONS(1524), - [anon_sym_union] = ACTIONS(1524), - [anon_sym_if] = ACTIONS(1524), - [anon_sym_switch] = ACTIONS(1524), - [anon_sym_case] = ACTIONS(1524), - [anon_sym_default] = ACTIONS(1524), - [anon_sym_while] = ACTIONS(1524), - [anon_sym_do] = ACTIONS(1524), - [anon_sym_for] = ACTIONS(1524), - [anon_sym_return] = ACTIONS(1524), - [anon_sym_break] = ACTIONS(1524), - [anon_sym_continue] = ACTIONS(1524), - [anon_sym_goto] = ACTIONS(1524), - [anon_sym_DASH_DASH] = ACTIONS(1526), - [anon_sym_PLUS_PLUS] = ACTIONS(1526), - [anon_sym_sizeof] = ACTIONS(1524), - [anon_sym___alignof__] = ACTIONS(1524), - [anon_sym___alignof] = ACTIONS(1524), - [anon_sym__alignof] = ACTIONS(1524), - [anon_sym_alignof] = ACTIONS(1524), - [anon_sym__Alignof] = ACTIONS(1524), - [anon_sym_offsetof] = ACTIONS(1524), - [anon_sym__Generic] = ACTIONS(1524), - [anon_sym_asm] = ACTIONS(1524), - [anon_sym___asm__] = ACTIONS(1524), - [sym_number_literal] = ACTIONS(1526), - [anon_sym_L_SQUOTE] = ACTIONS(1526), - [anon_sym_u_SQUOTE] = ACTIONS(1526), - [anon_sym_U_SQUOTE] = ACTIONS(1526), - [anon_sym_u8_SQUOTE] = ACTIONS(1526), - [anon_sym_SQUOTE] = ACTIONS(1526), - [anon_sym_L_DQUOTE] = ACTIONS(1526), - [anon_sym_u_DQUOTE] = ACTIONS(1526), - [anon_sym_U_DQUOTE] = ACTIONS(1526), - [anon_sym_u8_DQUOTE] = ACTIONS(1526), - [anon_sym_DQUOTE] = ACTIONS(1526), - [sym_true] = ACTIONS(1524), - [sym_false] = ACTIONS(1524), - [anon_sym_NULL] = ACTIONS(1524), - [anon_sym_nullptr] = ACTIONS(1524), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1524), - [anon_sym_rayPayloadInEXT] = ACTIONS(1524), - [anon_sym_hitAttributeEXT] = ACTIONS(1524), - [anon_sym_callableDataEXT] = ACTIONS(1524), - [anon_sym_callableDataInEXT] = ACTIONS(1524), - [anon_sym_shaderRecordEXT] = ACTIONS(1524), - [anon_sym_rayPayloadNV] = ACTIONS(1524), - [anon_sym_rayPayloadInNV] = ACTIONS(1524), - [anon_sym_hitAttributeNV] = ACTIONS(1524), - [anon_sym_callableDataNV] = ACTIONS(1524), - [anon_sym_callableDataInNV] = ACTIONS(1524), - [anon_sym_shaderRecordNV] = ACTIONS(1524), - [anon_sym_layout] = ACTIONS(1524), - }, - [427] = { - [ts_builtin_sym_end] = ACTIONS(1480), - [sym_identifier] = ACTIONS(1478), - [aux_sym_preproc_include_token1] = ACTIONS(1478), - [aux_sym_preproc_def_token1] = ACTIONS(1478), - [aux_sym_preproc_if_token1] = ACTIONS(1478), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1478), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1478), - [sym_preproc_directive] = ACTIONS(1478), - [anon_sym_LPAREN2] = ACTIONS(1480), - [anon_sym_BANG] = ACTIONS(1480), - [anon_sym_TILDE] = ACTIONS(1480), - [anon_sym_DASH] = ACTIONS(1478), - [anon_sym_PLUS] = ACTIONS(1478), - [anon_sym_STAR] = ACTIONS(1480), - [anon_sym_AMP] = ACTIONS(1480), - [anon_sym_subroutine] = ACTIONS(1478), - [anon_sym_invariant] = ACTIONS(1478), - [anon_sym_precise] = ACTIONS(1478), - [anon_sym_in] = ACTIONS(1478), - [anon_sym_out] = ACTIONS(1478), - [anon_sym_inout] = ACTIONS(1478), - [anon_sym_uniform] = ACTIONS(1478), - [anon_sym_shared] = ACTIONS(1478), - [anon_sym_attribute] = ACTIONS(1478), - [anon_sym_varying] = ACTIONS(1478), - [anon_sym_buffer] = ACTIONS(1478), - [anon_sym_coherent] = ACTIONS(1478), - [anon_sym_readonly] = ACTIONS(1478), - [anon_sym_writeonly] = ACTIONS(1478), - [anon_sym_precision] = ACTIONS(1478), - [anon_sym_highp] = ACTIONS(1478), - [anon_sym_mediump] = ACTIONS(1478), - [anon_sym_lowp] = ACTIONS(1478), - [anon_sym_centroid] = ACTIONS(1478), - [anon_sym_sample] = ACTIONS(1478), - [anon_sym_patch] = ACTIONS(1478), - [anon_sym_smooth] = ACTIONS(1478), - [anon_sym_flat] = ACTIONS(1478), - [anon_sym_noperspective] = ACTIONS(1478), - [anon_sym___extension__] = ACTIONS(1478), - [anon_sym_typedef] = ACTIONS(1478), - [anon_sym_extern] = ACTIONS(1478), - [anon_sym___attribute__] = ACTIONS(1478), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1480), - [anon_sym___declspec] = ACTIONS(1478), - [anon_sym___cdecl] = ACTIONS(1478), - [anon_sym___clrcall] = ACTIONS(1478), - [anon_sym___stdcall] = ACTIONS(1478), - [anon_sym___fastcall] = ACTIONS(1478), - [anon_sym___thiscall] = ACTIONS(1478), - [anon_sym___vectorcall] = ACTIONS(1478), - [anon_sym_LBRACE] = ACTIONS(1480), - [anon_sym_signed] = ACTIONS(1478), - [anon_sym_unsigned] = ACTIONS(1478), - [anon_sym_long] = ACTIONS(1478), - [anon_sym_short] = ACTIONS(1478), - [anon_sym_static] = ACTIONS(1478), - [anon_sym_auto] = ACTIONS(1478), - [anon_sym_register] = ACTIONS(1478), - [anon_sym_inline] = ACTIONS(1478), - [anon_sym___inline] = ACTIONS(1478), - [anon_sym___inline__] = ACTIONS(1478), - [anon_sym___forceinline] = ACTIONS(1478), - [anon_sym_thread_local] = ACTIONS(1478), - [anon_sym___thread] = ACTIONS(1478), - [anon_sym_const] = ACTIONS(1478), - [anon_sym_constexpr] = ACTIONS(1478), - [anon_sym_volatile] = ACTIONS(1478), - [anon_sym_restrict] = ACTIONS(1478), - [anon_sym___restrict__] = ACTIONS(1478), - [anon_sym__Atomic] = ACTIONS(1478), - [anon_sym__Noreturn] = ACTIONS(1478), - [anon_sym_noreturn] = ACTIONS(1478), - [sym_primitive_type] = ACTIONS(1478), - [anon_sym_enum] = ACTIONS(1478), - [anon_sym_struct] = ACTIONS(1478), - [anon_sym_union] = ACTIONS(1478), - [anon_sym_if] = ACTIONS(1478), - [anon_sym_switch] = ACTIONS(1478), - [anon_sym_case] = ACTIONS(1478), - [anon_sym_default] = ACTIONS(1478), - [anon_sym_while] = ACTIONS(1478), - [anon_sym_do] = ACTIONS(1478), - [anon_sym_for] = ACTIONS(1478), - [anon_sym_return] = ACTIONS(1478), - [anon_sym_break] = ACTIONS(1478), - [anon_sym_continue] = ACTIONS(1478), - [anon_sym_goto] = ACTIONS(1478), - [anon_sym_DASH_DASH] = ACTIONS(1480), - [anon_sym_PLUS_PLUS] = ACTIONS(1480), - [anon_sym_sizeof] = ACTIONS(1478), - [anon_sym___alignof__] = ACTIONS(1478), - [anon_sym___alignof] = ACTIONS(1478), - [anon_sym__alignof] = ACTIONS(1478), - [anon_sym_alignof] = ACTIONS(1478), - [anon_sym__Alignof] = ACTIONS(1478), - [anon_sym_offsetof] = ACTIONS(1478), - [anon_sym__Generic] = ACTIONS(1478), - [anon_sym_asm] = ACTIONS(1478), - [anon_sym___asm__] = ACTIONS(1478), - [sym_number_literal] = ACTIONS(1480), - [anon_sym_L_SQUOTE] = ACTIONS(1480), - [anon_sym_u_SQUOTE] = ACTIONS(1480), - [anon_sym_U_SQUOTE] = ACTIONS(1480), - [anon_sym_u8_SQUOTE] = ACTIONS(1480), - [anon_sym_SQUOTE] = ACTIONS(1480), - [anon_sym_L_DQUOTE] = ACTIONS(1480), - [anon_sym_u_DQUOTE] = ACTIONS(1480), - [anon_sym_U_DQUOTE] = ACTIONS(1480), - [anon_sym_u8_DQUOTE] = ACTIONS(1480), - [anon_sym_DQUOTE] = ACTIONS(1480), - [sym_true] = ACTIONS(1478), - [sym_false] = ACTIONS(1478), - [anon_sym_NULL] = ACTIONS(1478), - [anon_sym_nullptr] = ACTIONS(1478), + [423] = { + [ts_builtin_sym_end] = ACTIONS(1546), + [sym_identifier] = ACTIONS(1544), + [aux_sym_preproc_include_token1] = ACTIONS(1544), + [aux_sym_preproc_def_token1] = ACTIONS(1544), + [aux_sym_preproc_if_token1] = ACTIONS(1544), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1544), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1544), + [sym_preproc_directive] = ACTIONS(1544), + [anon_sym_LPAREN2] = ACTIONS(1546), + [anon_sym_BANG] = ACTIONS(1546), + [anon_sym_TILDE] = ACTIONS(1546), + [anon_sym_DASH] = ACTIONS(1544), + [anon_sym_PLUS] = ACTIONS(1544), + [anon_sym_STAR] = ACTIONS(1546), + [anon_sym_AMP] = ACTIONS(1546), + [anon_sym_subroutine] = ACTIONS(1544), + [anon_sym_invariant] = ACTIONS(1544), + [anon_sym_precise] = ACTIONS(1544), + [anon_sym_in] = ACTIONS(1544), + [anon_sym_out] = ACTIONS(1544), + [anon_sym_inout] = ACTIONS(1544), + [anon_sym_uniform] = ACTIONS(1544), + [anon_sym_shared] = ACTIONS(1544), + [anon_sym_attribute] = ACTIONS(1544), + [anon_sym_varying] = ACTIONS(1544), + [anon_sym_buffer] = ACTIONS(1544), + [anon_sym_coherent] = ACTIONS(1544), + [anon_sym_readonly] = ACTIONS(1544), + [anon_sym_writeonly] = ACTIONS(1544), + [anon_sym_precision] = ACTIONS(1544), + [anon_sym_highp] = ACTIONS(1544), + [anon_sym_mediump] = ACTIONS(1544), + [anon_sym_lowp] = ACTIONS(1544), + [anon_sym_centroid] = ACTIONS(1544), + [anon_sym_sample] = ACTIONS(1544), + [anon_sym_patch] = ACTIONS(1544), + [anon_sym_smooth] = ACTIONS(1544), + [anon_sym_flat] = ACTIONS(1544), + [anon_sym_noperspective] = ACTIONS(1544), + [anon_sym___extension__] = ACTIONS(1544), + [anon_sym_typedef] = ACTIONS(1544), + [anon_sym_extern] = ACTIONS(1544), + [anon_sym___attribute__] = ACTIONS(1544), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1546), + [anon_sym___declspec] = ACTIONS(1544), + [anon_sym___cdecl] = ACTIONS(1544), + [anon_sym___clrcall] = ACTIONS(1544), + [anon_sym___stdcall] = ACTIONS(1544), + [anon_sym___fastcall] = ACTIONS(1544), + [anon_sym___thiscall] = ACTIONS(1544), + [anon_sym___vectorcall] = ACTIONS(1544), + [anon_sym_LBRACE] = ACTIONS(1546), + [anon_sym_signed] = ACTIONS(1544), + [anon_sym_unsigned] = ACTIONS(1544), + [anon_sym_long] = ACTIONS(1544), + [anon_sym_short] = ACTIONS(1544), + [anon_sym_static] = ACTIONS(1544), + [anon_sym_auto] = ACTIONS(1544), + [anon_sym_register] = ACTIONS(1544), + [anon_sym_inline] = ACTIONS(1544), + [anon_sym___inline] = ACTIONS(1544), + [anon_sym___inline__] = ACTIONS(1544), + [anon_sym___forceinline] = ACTIONS(1544), + [anon_sym_thread_local] = ACTIONS(1544), + [anon_sym___thread] = ACTIONS(1544), + [anon_sym_const] = ACTIONS(1544), + [anon_sym_constexpr] = ACTIONS(1544), + [anon_sym_volatile] = ACTIONS(1544), + [anon_sym_restrict] = ACTIONS(1544), + [anon_sym___restrict__] = ACTIONS(1544), + [anon_sym__Atomic] = ACTIONS(1544), + [anon_sym__Noreturn] = ACTIONS(1544), + [anon_sym_noreturn] = ACTIONS(1544), + [sym_primitive_type] = ACTIONS(1544), + [anon_sym_enum] = ACTIONS(1544), + [anon_sym_struct] = ACTIONS(1544), + [anon_sym_union] = ACTIONS(1544), + [anon_sym_if] = ACTIONS(1544), + [anon_sym_switch] = ACTIONS(1544), + [anon_sym_case] = ACTIONS(1544), + [anon_sym_default] = ACTIONS(1544), + [anon_sym_while] = ACTIONS(1544), + [anon_sym_do] = ACTIONS(1544), + [anon_sym_for] = ACTIONS(1544), + [anon_sym_return] = ACTIONS(1544), + [anon_sym_break] = ACTIONS(1544), + [anon_sym_continue] = ACTIONS(1544), + [anon_sym_goto] = ACTIONS(1544), + [anon_sym_DASH_DASH] = ACTIONS(1546), + [anon_sym_PLUS_PLUS] = ACTIONS(1546), + [anon_sym_sizeof] = ACTIONS(1544), + [anon_sym___alignof__] = ACTIONS(1544), + [anon_sym___alignof] = ACTIONS(1544), + [anon_sym__alignof] = ACTIONS(1544), + [anon_sym_alignof] = ACTIONS(1544), + [anon_sym__Alignof] = ACTIONS(1544), + [anon_sym_offsetof] = ACTIONS(1544), + [anon_sym__Generic] = ACTIONS(1544), + [anon_sym_asm] = ACTIONS(1544), + [anon_sym___asm__] = ACTIONS(1544), + [sym_number_literal] = ACTIONS(1546), + [anon_sym_L_SQUOTE] = ACTIONS(1546), + [anon_sym_u_SQUOTE] = ACTIONS(1546), + [anon_sym_U_SQUOTE] = ACTIONS(1546), + [anon_sym_u8_SQUOTE] = ACTIONS(1546), + [anon_sym_SQUOTE] = ACTIONS(1546), + [anon_sym_L_DQUOTE] = ACTIONS(1546), + [anon_sym_u_DQUOTE] = ACTIONS(1546), + [anon_sym_U_DQUOTE] = ACTIONS(1546), + [anon_sym_u8_DQUOTE] = ACTIONS(1546), + [anon_sym_DQUOTE] = ACTIONS(1546), + [sym_true] = ACTIONS(1544), + [sym_false] = ACTIONS(1544), + [anon_sym_NULL] = ACTIONS(1544), + [anon_sym_nullptr] = ACTIONS(1544), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1478), - [anon_sym_rayPayloadInEXT] = ACTIONS(1478), - [anon_sym_hitAttributeEXT] = ACTIONS(1478), - [anon_sym_callableDataEXT] = ACTIONS(1478), - [anon_sym_callableDataInEXT] = ACTIONS(1478), - [anon_sym_shaderRecordEXT] = ACTIONS(1478), - [anon_sym_rayPayloadNV] = ACTIONS(1478), - [anon_sym_rayPayloadInNV] = ACTIONS(1478), - [anon_sym_hitAttributeNV] = ACTIONS(1478), - [anon_sym_callableDataNV] = ACTIONS(1478), - [anon_sym_callableDataInNV] = ACTIONS(1478), - [anon_sym_shaderRecordNV] = ACTIONS(1478), - [anon_sym_layout] = ACTIONS(1478), + [anon_sym_rayPayloadEXT] = ACTIONS(1544), + [anon_sym_rayPayloadInEXT] = ACTIONS(1544), + [anon_sym_hitAttributeEXT] = ACTIONS(1544), + [anon_sym_callableDataEXT] = ACTIONS(1544), + [anon_sym_callableDataInEXT] = ACTIONS(1544), + [anon_sym_shaderRecordEXT] = ACTIONS(1544), + [anon_sym_rayPayloadNV] = ACTIONS(1544), + [anon_sym_rayPayloadInNV] = ACTIONS(1544), + [anon_sym_hitAttributeNV] = ACTIONS(1544), + [anon_sym_callableDataNV] = ACTIONS(1544), + [anon_sym_callableDataInNV] = ACTIONS(1544), + [anon_sym_shaderRecordNV] = ACTIONS(1544), + [anon_sym_layout] = ACTIONS(1544), }, - [428] = { + [424] = { [ts_builtin_sym_end] = ACTIONS(1530), [sym_identifier] = ACTIONS(1528), [aux_sym_preproc_include_token1] = ACTIONS(1528), @@ -79105,283 +78576,938 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1528), [anon_sym_nullptr] = ACTIONS(1528), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1528), - [anon_sym_rayPayloadInEXT] = ACTIONS(1528), - [anon_sym_hitAttributeEXT] = ACTIONS(1528), - [anon_sym_callableDataEXT] = ACTIONS(1528), - [anon_sym_callableDataInEXT] = ACTIONS(1528), - [anon_sym_shaderRecordEXT] = ACTIONS(1528), - [anon_sym_rayPayloadNV] = ACTIONS(1528), - [anon_sym_rayPayloadInNV] = ACTIONS(1528), - [anon_sym_hitAttributeNV] = ACTIONS(1528), - [anon_sym_callableDataNV] = ACTIONS(1528), - [anon_sym_callableDataInNV] = ACTIONS(1528), - [anon_sym_shaderRecordNV] = ACTIONS(1528), - [anon_sym_layout] = ACTIONS(1528), + [anon_sym_rayPayloadEXT] = ACTIONS(1528), + [anon_sym_rayPayloadInEXT] = ACTIONS(1528), + [anon_sym_hitAttributeEXT] = ACTIONS(1528), + [anon_sym_callableDataEXT] = ACTIONS(1528), + [anon_sym_callableDataInEXT] = ACTIONS(1528), + [anon_sym_shaderRecordEXT] = ACTIONS(1528), + [anon_sym_rayPayloadNV] = ACTIONS(1528), + [anon_sym_rayPayloadInNV] = ACTIONS(1528), + [anon_sym_hitAttributeNV] = ACTIONS(1528), + [anon_sym_callableDataNV] = ACTIONS(1528), + [anon_sym_callableDataInNV] = ACTIONS(1528), + [anon_sym_shaderRecordNV] = ACTIONS(1528), + [anon_sym_layout] = ACTIONS(1528), + }, + [425] = { + [ts_builtin_sym_end] = ACTIONS(1526), + [sym_identifier] = ACTIONS(1524), + [aux_sym_preproc_include_token1] = ACTIONS(1524), + [aux_sym_preproc_def_token1] = ACTIONS(1524), + [aux_sym_preproc_if_token1] = ACTIONS(1524), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1524), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1524), + [sym_preproc_directive] = ACTIONS(1524), + [anon_sym_LPAREN2] = ACTIONS(1526), + [anon_sym_BANG] = ACTIONS(1526), + [anon_sym_TILDE] = ACTIONS(1526), + [anon_sym_DASH] = ACTIONS(1524), + [anon_sym_PLUS] = ACTIONS(1524), + [anon_sym_STAR] = ACTIONS(1526), + [anon_sym_AMP] = ACTIONS(1526), + [anon_sym_subroutine] = ACTIONS(1524), + [anon_sym_invariant] = ACTIONS(1524), + [anon_sym_precise] = ACTIONS(1524), + [anon_sym_in] = ACTIONS(1524), + [anon_sym_out] = ACTIONS(1524), + [anon_sym_inout] = ACTIONS(1524), + [anon_sym_uniform] = ACTIONS(1524), + [anon_sym_shared] = ACTIONS(1524), + [anon_sym_attribute] = ACTIONS(1524), + [anon_sym_varying] = ACTIONS(1524), + [anon_sym_buffer] = ACTIONS(1524), + [anon_sym_coherent] = ACTIONS(1524), + [anon_sym_readonly] = ACTIONS(1524), + [anon_sym_writeonly] = ACTIONS(1524), + [anon_sym_precision] = ACTIONS(1524), + [anon_sym_highp] = ACTIONS(1524), + [anon_sym_mediump] = ACTIONS(1524), + [anon_sym_lowp] = ACTIONS(1524), + [anon_sym_centroid] = ACTIONS(1524), + [anon_sym_sample] = ACTIONS(1524), + [anon_sym_patch] = ACTIONS(1524), + [anon_sym_smooth] = ACTIONS(1524), + [anon_sym_flat] = ACTIONS(1524), + [anon_sym_noperspective] = ACTIONS(1524), + [anon_sym___extension__] = ACTIONS(1524), + [anon_sym_typedef] = ACTIONS(1524), + [anon_sym_extern] = ACTIONS(1524), + [anon_sym___attribute__] = ACTIONS(1524), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1526), + [anon_sym___declspec] = ACTIONS(1524), + [anon_sym___cdecl] = ACTIONS(1524), + [anon_sym___clrcall] = ACTIONS(1524), + [anon_sym___stdcall] = ACTIONS(1524), + [anon_sym___fastcall] = ACTIONS(1524), + [anon_sym___thiscall] = ACTIONS(1524), + [anon_sym___vectorcall] = ACTIONS(1524), + [anon_sym_LBRACE] = ACTIONS(1526), + [anon_sym_signed] = ACTIONS(1524), + [anon_sym_unsigned] = ACTIONS(1524), + [anon_sym_long] = ACTIONS(1524), + [anon_sym_short] = ACTIONS(1524), + [anon_sym_static] = ACTIONS(1524), + [anon_sym_auto] = ACTIONS(1524), + [anon_sym_register] = ACTIONS(1524), + [anon_sym_inline] = ACTIONS(1524), + [anon_sym___inline] = ACTIONS(1524), + [anon_sym___inline__] = ACTIONS(1524), + [anon_sym___forceinline] = ACTIONS(1524), + [anon_sym_thread_local] = ACTIONS(1524), + [anon_sym___thread] = ACTIONS(1524), + [anon_sym_const] = ACTIONS(1524), + [anon_sym_constexpr] = ACTIONS(1524), + [anon_sym_volatile] = ACTIONS(1524), + [anon_sym_restrict] = ACTIONS(1524), + [anon_sym___restrict__] = ACTIONS(1524), + [anon_sym__Atomic] = ACTIONS(1524), + [anon_sym__Noreturn] = ACTIONS(1524), + [anon_sym_noreturn] = ACTIONS(1524), + [sym_primitive_type] = ACTIONS(1524), + [anon_sym_enum] = ACTIONS(1524), + [anon_sym_struct] = ACTIONS(1524), + [anon_sym_union] = ACTIONS(1524), + [anon_sym_if] = ACTIONS(1524), + [anon_sym_switch] = ACTIONS(1524), + [anon_sym_case] = ACTIONS(1524), + [anon_sym_default] = ACTIONS(1524), + [anon_sym_while] = ACTIONS(1524), + [anon_sym_do] = ACTIONS(1524), + [anon_sym_for] = ACTIONS(1524), + [anon_sym_return] = ACTIONS(1524), + [anon_sym_break] = ACTIONS(1524), + [anon_sym_continue] = ACTIONS(1524), + [anon_sym_goto] = ACTIONS(1524), + [anon_sym_DASH_DASH] = ACTIONS(1526), + [anon_sym_PLUS_PLUS] = ACTIONS(1526), + [anon_sym_sizeof] = ACTIONS(1524), + [anon_sym___alignof__] = ACTIONS(1524), + [anon_sym___alignof] = ACTIONS(1524), + [anon_sym__alignof] = ACTIONS(1524), + [anon_sym_alignof] = ACTIONS(1524), + [anon_sym__Alignof] = ACTIONS(1524), + [anon_sym_offsetof] = ACTIONS(1524), + [anon_sym__Generic] = ACTIONS(1524), + [anon_sym_asm] = ACTIONS(1524), + [anon_sym___asm__] = ACTIONS(1524), + [sym_number_literal] = ACTIONS(1526), + [anon_sym_L_SQUOTE] = ACTIONS(1526), + [anon_sym_u_SQUOTE] = ACTIONS(1526), + [anon_sym_U_SQUOTE] = ACTIONS(1526), + [anon_sym_u8_SQUOTE] = ACTIONS(1526), + [anon_sym_SQUOTE] = ACTIONS(1526), + [anon_sym_L_DQUOTE] = ACTIONS(1526), + [anon_sym_u_DQUOTE] = ACTIONS(1526), + [anon_sym_U_DQUOTE] = ACTIONS(1526), + [anon_sym_u8_DQUOTE] = ACTIONS(1526), + [anon_sym_DQUOTE] = ACTIONS(1526), + [sym_true] = ACTIONS(1524), + [sym_false] = ACTIONS(1524), + [anon_sym_NULL] = ACTIONS(1524), + [anon_sym_nullptr] = ACTIONS(1524), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1524), + [anon_sym_rayPayloadInEXT] = ACTIONS(1524), + [anon_sym_hitAttributeEXT] = ACTIONS(1524), + [anon_sym_callableDataEXT] = ACTIONS(1524), + [anon_sym_callableDataInEXT] = ACTIONS(1524), + [anon_sym_shaderRecordEXT] = ACTIONS(1524), + [anon_sym_rayPayloadNV] = ACTIONS(1524), + [anon_sym_rayPayloadInNV] = ACTIONS(1524), + [anon_sym_hitAttributeNV] = ACTIONS(1524), + [anon_sym_callableDataNV] = ACTIONS(1524), + [anon_sym_callableDataInNV] = ACTIONS(1524), + [anon_sym_shaderRecordNV] = ACTIONS(1524), + [anon_sym_layout] = ACTIONS(1524), + }, + [426] = { + [ts_builtin_sym_end] = ACTIONS(1558), + [sym_identifier] = ACTIONS(1556), + [aux_sym_preproc_include_token1] = ACTIONS(1556), + [aux_sym_preproc_def_token1] = ACTIONS(1556), + [aux_sym_preproc_if_token1] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1556), + [sym_preproc_directive] = ACTIONS(1556), + [anon_sym_LPAREN2] = ACTIONS(1558), + [anon_sym_BANG] = ACTIONS(1558), + [anon_sym_TILDE] = ACTIONS(1558), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1558), + [anon_sym_AMP] = ACTIONS(1558), + [anon_sym_subroutine] = ACTIONS(1556), + [anon_sym_invariant] = ACTIONS(1556), + [anon_sym_precise] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_out] = ACTIONS(1556), + [anon_sym_inout] = ACTIONS(1556), + [anon_sym_uniform] = ACTIONS(1556), + [anon_sym_shared] = ACTIONS(1556), + [anon_sym_attribute] = ACTIONS(1556), + [anon_sym_varying] = ACTIONS(1556), + [anon_sym_buffer] = ACTIONS(1556), + [anon_sym_coherent] = ACTIONS(1556), + [anon_sym_readonly] = ACTIONS(1556), + [anon_sym_writeonly] = ACTIONS(1556), + [anon_sym_precision] = ACTIONS(1556), + [anon_sym_highp] = ACTIONS(1556), + [anon_sym_mediump] = ACTIONS(1556), + [anon_sym_lowp] = ACTIONS(1556), + [anon_sym_centroid] = ACTIONS(1556), + [anon_sym_sample] = ACTIONS(1556), + [anon_sym_patch] = ACTIONS(1556), + [anon_sym_smooth] = ACTIONS(1556), + [anon_sym_flat] = ACTIONS(1556), + [anon_sym_noperspective] = ACTIONS(1556), + [anon_sym___extension__] = ACTIONS(1556), + [anon_sym_typedef] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym___attribute__] = ACTIONS(1556), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1558), + [anon_sym___declspec] = ACTIONS(1556), + [anon_sym___cdecl] = ACTIONS(1556), + [anon_sym___clrcall] = ACTIONS(1556), + [anon_sym___stdcall] = ACTIONS(1556), + [anon_sym___fastcall] = ACTIONS(1556), + [anon_sym___thiscall] = ACTIONS(1556), + [anon_sym___vectorcall] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1558), + [anon_sym_signed] = ACTIONS(1556), + [anon_sym_unsigned] = ACTIONS(1556), + [anon_sym_long] = ACTIONS(1556), + [anon_sym_short] = ACTIONS(1556), + [anon_sym_static] = ACTIONS(1556), + [anon_sym_auto] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_inline] = ACTIONS(1556), + [anon_sym___inline] = ACTIONS(1556), + [anon_sym___inline__] = ACTIONS(1556), + [anon_sym___forceinline] = ACTIONS(1556), + [anon_sym_thread_local] = ACTIONS(1556), + [anon_sym___thread] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_constexpr] = ACTIONS(1556), + [anon_sym_volatile] = ACTIONS(1556), + [anon_sym_restrict] = ACTIONS(1556), + [anon_sym___restrict__] = ACTIONS(1556), + [anon_sym__Atomic] = ACTIONS(1556), + [anon_sym__Noreturn] = ACTIONS(1556), + [anon_sym_noreturn] = ACTIONS(1556), + [sym_primitive_type] = ACTIONS(1556), + [anon_sym_enum] = ACTIONS(1556), + [anon_sym_struct] = ACTIONS(1556), + [anon_sym_union] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_switch] = ACTIONS(1556), + [anon_sym_case] = ACTIONS(1556), + [anon_sym_default] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_goto] = ACTIONS(1556), + [anon_sym_DASH_DASH] = ACTIONS(1558), + [anon_sym_PLUS_PLUS] = ACTIONS(1558), + [anon_sym_sizeof] = ACTIONS(1556), + [anon_sym___alignof__] = ACTIONS(1556), + [anon_sym___alignof] = ACTIONS(1556), + [anon_sym__alignof] = ACTIONS(1556), + [anon_sym_alignof] = ACTIONS(1556), + [anon_sym__Alignof] = ACTIONS(1556), + [anon_sym_offsetof] = ACTIONS(1556), + [anon_sym__Generic] = ACTIONS(1556), + [anon_sym_asm] = ACTIONS(1556), + [anon_sym___asm__] = ACTIONS(1556), + [sym_number_literal] = ACTIONS(1558), + [anon_sym_L_SQUOTE] = ACTIONS(1558), + [anon_sym_u_SQUOTE] = ACTIONS(1558), + [anon_sym_U_SQUOTE] = ACTIONS(1558), + [anon_sym_u8_SQUOTE] = ACTIONS(1558), + [anon_sym_SQUOTE] = ACTIONS(1558), + [anon_sym_L_DQUOTE] = ACTIONS(1558), + [anon_sym_u_DQUOTE] = ACTIONS(1558), + [anon_sym_U_DQUOTE] = ACTIONS(1558), + [anon_sym_u8_DQUOTE] = ACTIONS(1558), + [anon_sym_DQUOTE] = ACTIONS(1558), + [sym_true] = ACTIONS(1556), + [sym_false] = ACTIONS(1556), + [anon_sym_NULL] = ACTIONS(1556), + [anon_sym_nullptr] = ACTIONS(1556), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1556), + [anon_sym_rayPayloadInEXT] = ACTIONS(1556), + [anon_sym_hitAttributeEXT] = ACTIONS(1556), + [anon_sym_callableDataEXT] = ACTIONS(1556), + [anon_sym_callableDataInEXT] = ACTIONS(1556), + [anon_sym_shaderRecordEXT] = ACTIONS(1556), + [anon_sym_rayPayloadNV] = ACTIONS(1556), + [anon_sym_rayPayloadInNV] = ACTIONS(1556), + [anon_sym_hitAttributeNV] = ACTIONS(1556), + [anon_sym_callableDataNV] = ACTIONS(1556), + [anon_sym_callableDataInNV] = ACTIONS(1556), + [anon_sym_shaderRecordNV] = ACTIONS(1556), + [anon_sym_layout] = ACTIONS(1556), + }, + [427] = { + [ts_builtin_sym_end] = ACTIONS(1508), + [sym_identifier] = ACTIONS(1506), + [aux_sym_preproc_include_token1] = ACTIONS(1506), + [aux_sym_preproc_def_token1] = ACTIONS(1506), + [aux_sym_preproc_if_token1] = ACTIONS(1506), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1506), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1506), + [sym_preproc_directive] = ACTIONS(1506), + [anon_sym_LPAREN2] = ACTIONS(1508), + [anon_sym_BANG] = ACTIONS(1508), + [anon_sym_TILDE] = ACTIONS(1508), + [anon_sym_DASH] = ACTIONS(1506), + [anon_sym_PLUS] = ACTIONS(1506), + [anon_sym_STAR] = ACTIONS(1508), + [anon_sym_AMP] = ACTIONS(1508), + [anon_sym_subroutine] = ACTIONS(1506), + [anon_sym_invariant] = ACTIONS(1506), + [anon_sym_precise] = ACTIONS(1506), + [anon_sym_in] = ACTIONS(1506), + [anon_sym_out] = ACTIONS(1506), + [anon_sym_inout] = ACTIONS(1506), + [anon_sym_uniform] = ACTIONS(1506), + [anon_sym_shared] = ACTIONS(1506), + [anon_sym_attribute] = ACTIONS(1506), + [anon_sym_varying] = ACTIONS(1506), + [anon_sym_buffer] = ACTIONS(1506), + [anon_sym_coherent] = ACTIONS(1506), + [anon_sym_readonly] = ACTIONS(1506), + [anon_sym_writeonly] = ACTIONS(1506), + [anon_sym_precision] = ACTIONS(1506), + [anon_sym_highp] = ACTIONS(1506), + [anon_sym_mediump] = ACTIONS(1506), + [anon_sym_lowp] = ACTIONS(1506), + [anon_sym_centroid] = ACTIONS(1506), + [anon_sym_sample] = ACTIONS(1506), + [anon_sym_patch] = ACTIONS(1506), + [anon_sym_smooth] = ACTIONS(1506), + [anon_sym_flat] = ACTIONS(1506), + [anon_sym_noperspective] = ACTIONS(1506), + [anon_sym___extension__] = ACTIONS(1506), + [anon_sym_typedef] = ACTIONS(1506), + [anon_sym_extern] = ACTIONS(1506), + [anon_sym___attribute__] = ACTIONS(1506), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1508), + [anon_sym___declspec] = ACTIONS(1506), + [anon_sym___cdecl] = ACTIONS(1506), + [anon_sym___clrcall] = ACTIONS(1506), + [anon_sym___stdcall] = ACTIONS(1506), + [anon_sym___fastcall] = ACTIONS(1506), + [anon_sym___thiscall] = ACTIONS(1506), + [anon_sym___vectorcall] = ACTIONS(1506), + [anon_sym_LBRACE] = ACTIONS(1508), + [anon_sym_signed] = ACTIONS(1506), + [anon_sym_unsigned] = ACTIONS(1506), + [anon_sym_long] = ACTIONS(1506), + [anon_sym_short] = ACTIONS(1506), + [anon_sym_static] = ACTIONS(1506), + [anon_sym_auto] = ACTIONS(1506), + [anon_sym_register] = ACTIONS(1506), + [anon_sym_inline] = ACTIONS(1506), + [anon_sym___inline] = ACTIONS(1506), + [anon_sym___inline__] = ACTIONS(1506), + [anon_sym___forceinline] = ACTIONS(1506), + [anon_sym_thread_local] = ACTIONS(1506), + [anon_sym___thread] = ACTIONS(1506), + [anon_sym_const] = ACTIONS(1506), + [anon_sym_constexpr] = ACTIONS(1506), + [anon_sym_volatile] = ACTIONS(1506), + [anon_sym_restrict] = ACTIONS(1506), + [anon_sym___restrict__] = ACTIONS(1506), + [anon_sym__Atomic] = ACTIONS(1506), + [anon_sym__Noreturn] = ACTIONS(1506), + [anon_sym_noreturn] = ACTIONS(1506), + [sym_primitive_type] = ACTIONS(1506), + [anon_sym_enum] = ACTIONS(1506), + [anon_sym_struct] = ACTIONS(1506), + [anon_sym_union] = ACTIONS(1506), + [anon_sym_if] = ACTIONS(1506), + [anon_sym_switch] = ACTIONS(1506), + [anon_sym_case] = ACTIONS(1506), + [anon_sym_default] = ACTIONS(1506), + [anon_sym_while] = ACTIONS(1506), + [anon_sym_do] = ACTIONS(1506), + [anon_sym_for] = ACTIONS(1506), + [anon_sym_return] = ACTIONS(1506), + [anon_sym_break] = ACTIONS(1506), + [anon_sym_continue] = ACTIONS(1506), + [anon_sym_goto] = ACTIONS(1506), + [anon_sym_DASH_DASH] = ACTIONS(1508), + [anon_sym_PLUS_PLUS] = ACTIONS(1508), + [anon_sym_sizeof] = ACTIONS(1506), + [anon_sym___alignof__] = ACTIONS(1506), + [anon_sym___alignof] = ACTIONS(1506), + [anon_sym__alignof] = ACTIONS(1506), + [anon_sym_alignof] = ACTIONS(1506), + [anon_sym__Alignof] = ACTIONS(1506), + [anon_sym_offsetof] = ACTIONS(1506), + [anon_sym__Generic] = ACTIONS(1506), + [anon_sym_asm] = ACTIONS(1506), + [anon_sym___asm__] = ACTIONS(1506), + [sym_number_literal] = ACTIONS(1508), + [anon_sym_L_SQUOTE] = ACTIONS(1508), + [anon_sym_u_SQUOTE] = ACTIONS(1508), + [anon_sym_U_SQUOTE] = ACTIONS(1508), + [anon_sym_u8_SQUOTE] = ACTIONS(1508), + [anon_sym_SQUOTE] = ACTIONS(1508), + [anon_sym_L_DQUOTE] = ACTIONS(1508), + [anon_sym_u_DQUOTE] = ACTIONS(1508), + [anon_sym_U_DQUOTE] = ACTIONS(1508), + [anon_sym_u8_DQUOTE] = ACTIONS(1508), + [anon_sym_DQUOTE] = ACTIONS(1508), + [sym_true] = ACTIONS(1506), + [sym_false] = ACTIONS(1506), + [anon_sym_NULL] = ACTIONS(1506), + [anon_sym_nullptr] = ACTIONS(1506), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1506), + [anon_sym_rayPayloadInEXT] = ACTIONS(1506), + [anon_sym_hitAttributeEXT] = ACTIONS(1506), + [anon_sym_callableDataEXT] = ACTIONS(1506), + [anon_sym_callableDataInEXT] = ACTIONS(1506), + [anon_sym_shaderRecordEXT] = ACTIONS(1506), + [anon_sym_rayPayloadNV] = ACTIONS(1506), + [anon_sym_rayPayloadInNV] = ACTIONS(1506), + [anon_sym_hitAttributeNV] = ACTIONS(1506), + [anon_sym_callableDataNV] = ACTIONS(1506), + [anon_sym_callableDataInNV] = ACTIONS(1506), + [anon_sym_shaderRecordNV] = ACTIONS(1506), + [anon_sym_layout] = ACTIONS(1506), + }, + [428] = { + [ts_builtin_sym_end] = ACTIONS(1472), + [sym_identifier] = ACTIONS(1470), + [aux_sym_preproc_include_token1] = ACTIONS(1470), + [aux_sym_preproc_def_token1] = ACTIONS(1470), + [aux_sym_preproc_if_token1] = ACTIONS(1470), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1470), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1470), + [sym_preproc_directive] = ACTIONS(1470), + [anon_sym_LPAREN2] = ACTIONS(1472), + [anon_sym_BANG] = ACTIONS(1472), + [anon_sym_TILDE] = ACTIONS(1472), + [anon_sym_DASH] = ACTIONS(1470), + [anon_sym_PLUS] = ACTIONS(1470), + [anon_sym_STAR] = ACTIONS(1472), + [anon_sym_AMP] = ACTIONS(1472), + [anon_sym_subroutine] = ACTIONS(1470), + [anon_sym_invariant] = ACTIONS(1470), + [anon_sym_precise] = ACTIONS(1470), + [anon_sym_in] = ACTIONS(1470), + [anon_sym_out] = ACTIONS(1470), + [anon_sym_inout] = ACTIONS(1470), + [anon_sym_uniform] = ACTIONS(1470), + [anon_sym_shared] = ACTIONS(1470), + [anon_sym_attribute] = ACTIONS(1470), + [anon_sym_varying] = ACTIONS(1470), + [anon_sym_buffer] = ACTIONS(1470), + [anon_sym_coherent] = ACTIONS(1470), + [anon_sym_readonly] = ACTIONS(1470), + [anon_sym_writeonly] = ACTIONS(1470), + [anon_sym_precision] = ACTIONS(1470), + [anon_sym_highp] = ACTIONS(1470), + [anon_sym_mediump] = ACTIONS(1470), + [anon_sym_lowp] = ACTIONS(1470), + [anon_sym_centroid] = ACTIONS(1470), + [anon_sym_sample] = ACTIONS(1470), + [anon_sym_patch] = ACTIONS(1470), + [anon_sym_smooth] = ACTIONS(1470), + [anon_sym_flat] = ACTIONS(1470), + [anon_sym_noperspective] = ACTIONS(1470), + [anon_sym___extension__] = ACTIONS(1470), + [anon_sym_typedef] = ACTIONS(1470), + [anon_sym_extern] = ACTIONS(1470), + [anon_sym___attribute__] = ACTIONS(1470), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1472), + [anon_sym___declspec] = ACTIONS(1470), + [anon_sym___cdecl] = ACTIONS(1470), + [anon_sym___clrcall] = ACTIONS(1470), + [anon_sym___stdcall] = ACTIONS(1470), + [anon_sym___fastcall] = ACTIONS(1470), + [anon_sym___thiscall] = ACTIONS(1470), + [anon_sym___vectorcall] = ACTIONS(1470), + [anon_sym_LBRACE] = ACTIONS(1472), + [anon_sym_signed] = ACTIONS(1470), + [anon_sym_unsigned] = ACTIONS(1470), + [anon_sym_long] = ACTIONS(1470), + [anon_sym_short] = ACTIONS(1470), + [anon_sym_static] = ACTIONS(1470), + [anon_sym_auto] = ACTIONS(1470), + [anon_sym_register] = ACTIONS(1470), + [anon_sym_inline] = ACTIONS(1470), + [anon_sym___inline] = ACTIONS(1470), + [anon_sym___inline__] = ACTIONS(1470), + [anon_sym___forceinline] = ACTIONS(1470), + [anon_sym_thread_local] = ACTIONS(1470), + [anon_sym___thread] = ACTIONS(1470), + [anon_sym_const] = ACTIONS(1470), + [anon_sym_constexpr] = ACTIONS(1470), + [anon_sym_volatile] = ACTIONS(1470), + [anon_sym_restrict] = ACTIONS(1470), + [anon_sym___restrict__] = ACTIONS(1470), + [anon_sym__Atomic] = ACTIONS(1470), + [anon_sym__Noreturn] = ACTIONS(1470), + [anon_sym_noreturn] = ACTIONS(1470), + [sym_primitive_type] = ACTIONS(1470), + [anon_sym_enum] = ACTIONS(1470), + [anon_sym_struct] = ACTIONS(1470), + [anon_sym_union] = ACTIONS(1470), + [anon_sym_if] = ACTIONS(1470), + [anon_sym_switch] = ACTIONS(1470), + [anon_sym_case] = ACTIONS(1470), + [anon_sym_default] = ACTIONS(1470), + [anon_sym_while] = ACTIONS(1470), + [anon_sym_do] = ACTIONS(1470), + [anon_sym_for] = ACTIONS(1470), + [anon_sym_return] = ACTIONS(1470), + [anon_sym_break] = ACTIONS(1470), + [anon_sym_continue] = ACTIONS(1470), + [anon_sym_goto] = ACTIONS(1470), + [anon_sym_DASH_DASH] = ACTIONS(1472), + [anon_sym_PLUS_PLUS] = ACTIONS(1472), + [anon_sym_sizeof] = ACTIONS(1470), + [anon_sym___alignof__] = ACTIONS(1470), + [anon_sym___alignof] = ACTIONS(1470), + [anon_sym__alignof] = ACTIONS(1470), + [anon_sym_alignof] = ACTIONS(1470), + [anon_sym__Alignof] = ACTIONS(1470), + [anon_sym_offsetof] = ACTIONS(1470), + [anon_sym__Generic] = ACTIONS(1470), + [anon_sym_asm] = ACTIONS(1470), + [anon_sym___asm__] = ACTIONS(1470), + [sym_number_literal] = ACTIONS(1472), + [anon_sym_L_SQUOTE] = ACTIONS(1472), + [anon_sym_u_SQUOTE] = ACTIONS(1472), + [anon_sym_U_SQUOTE] = ACTIONS(1472), + [anon_sym_u8_SQUOTE] = ACTIONS(1472), + [anon_sym_SQUOTE] = ACTIONS(1472), + [anon_sym_L_DQUOTE] = ACTIONS(1472), + [anon_sym_u_DQUOTE] = ACTIONS(1472), + [anon_sym_U_DQUOTE] = ACTIONS(1472), + [anon_sym_u8_DQUOTE] = ACTIONS(1472), + [anon_sym_DQUOTE] = ACTIONS(1472), + [sym_true] = ACTIONS(1470), + [sym_false] = ACTIONS(1470), + [anon_sym_NULL] = ACTIONS(1470), + [anon_sym_nullptr] = ACTIONS(1470), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1470), + [anon_sym_rayPayloadInEXT] = ACTIONS(1470), + [anon_sym_hitAttributeEXT] = ACTIONS(1470), + [anon_sym_callableDataEXT] = ACTIONS(1470), + [anon_sym_callableDataInEXT] = ACTIONS(1470), + [anon_sym_shaderRecordEXT] = ACTIONS(1470), + [anon_sym_rayPayloadNV] = ACTIONS(1470), + [anon_sym_rayPayloadInNV] = ACTIONS(1470), + [anon_sym_hitAttributeNV] = ACTIONS(1470), + [anon_sym_callableDataNV] = ACTIONS(1470), + [anon_sym_callableDataInNV] = ACTIONS(1470), + [anon_sym_shaderRecordNV] = ACTIONS(1470), + [anon_sym_layout] = ACTIONS(1470), + }, + [429] = { + [ts_builtin_sym_end] = ACTIONS(1566), + [sym_identifier] = ACTIONS(1568), + [aux_sym_preproc_include_token1] = ACTIONS(1568), + [aux_sym_preproc_def_token1] = ACTIONS(1568), + [aux_sym_preproc_if_token1] = ACTIONS(1568), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1568), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1568), + [sym_preproc_directive] = ACTIONS(1568), + [anon_sym_LPAREN2] = ACTIONS(1566), + [anon_sym_BANG] = ACTIONS(1566), + [anon_sym_TILDE] = ACTIONS(1566), + [anon_sym_DASH] = ACTIONS(1568), + [anon_sym_PLUS] = ACTIONS(1568), + [anon_sym_STAR] = ACTIONS(1566), + [anon_sym_AMP] = ACTIONS(1566), + [anon_sym_subroutine] = ACTIONS(1568), + [anon_sym_invariant] = ACTIONS(1568), + [anon_sym_precise] = ACTIONS(1568), + [anon_sym_in] = ACTIONS(1568), + [anon_sym_out] = ACTIONS(1568), + [anon_sym_inout] = ACTIONS(1568), + [anon_sym_uniform] = ACTIONS(1568), + [anon_sym_shared] = ACTIONS(1568), + [anon_sym_attribute] = ACTIONS(1568), + [anon_sym_varying] = ACTIONS(1568), + [anon_sym_buffer] = ACTIONS(1568), + [anon_sym_coherent] = ACTIONS(1568), + [anon_sym_readonly] = ACTIONS(1568), + [anon_sym_writeonly] = ACTIONS(1568), + [anon_sym_precision] = ACTIONS(1568), + [anon_sym_highp] = ACTIONS(1568), + [anon_sym_mediump] = ACTIONS(1568), + [anon_sym_lowp] = ACTIONS(1568), + [anon_sym_centroid] = ACTIONS(1568), + [anon_sym_sample] = ACTIONS(1568), + [anon_sym_patch] = ACTIONS(1568), + [anon_sym_smooth] = ACTIONS(1568), + [anon_sym_flat] = ACTIONS(1568), + [anon_sym_noperspective] = ACTIONS(1568), + [anon_sym___extension__] = ACTIONS(1568), + [anon_sym_typedef] = ACTIONS(1568), + [anon_sym_extern] = ACTIONS(1568), + [anon_sym___attribute__] = ACTIONS(1568), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1566), + [anon_sym___declspec] = ACTIONS(1568), + [anon_sym___cdecl] = ACTIONS(1568), + [anon_sym___clrcall] = ACTIONS(1568), + [anon_sym___stdcall] = ACTIONS(1568), + [anon_sym___fastcall] = ACTIONS(1568), + [anon_sym___thiscall] = ACTIONS(1568), + [anon_sym___vectorcall] = ACTIONS(1568), + [anon_sym_LBRACE] = ACTIONS(1566), + [anon_sym_signed] = ACTIONS(1568), + [anon_sym_unsigned] = ACTIONS(1568), + [anon_sym_long] = ACTIONS(1568), + [anon_sym_short] = ACTIONS(1568), + [anon_sym_static] = ACTIONS(1568), + [anon_sym_auto] = ACTIONS(1568), + [anon_sym_register] = ACTIONS(1568), + [anon_sym_inline] = ACTIONS(1568), + [anon_sym___inline] = ACTIONS(1568), + [anon_sym___inline__] = ACTIONS(1568), + [anon_sym___forceinline] = ACTIONS(1568), + [anon_sym_thread_local] = ACTIONS(1568), + [anon_sym___thread] = ACTIONS(1568), + [anon_sym_const] = ACTIONS(1568), + [anon_sym_constexpr] = ACTIONS(1568), + [anon_sym_volatile] = ACTIONS(1568), + [anon_sym_restrict] = ACTIONS(1568), + [anon_sym___restrict__] = ACTIONS(1568), + [anon_sym__Atomic] = ACTIONS(1568), + [anon_sym__Noreturn] = ACTIONS(1568), + [anon_sym_noreturn] = ACTIONS(1568), + [sym_primitive_type] = ACTIONS(1568), + [anon_sym_enum] = ACTIONS(1568), + [anon_sym_struct] = ACTIONS(1568), + [anon_sym_union] = ACTIONS(1568), + [anon_sym_if] = ACTIONS(1568), + [anon_sym_switch] = ACTIONS(1568), + [anon_sym_case] = ACTIONS(1568), + [anon_sym_default] = ACTIONS(1568), + [anon_sym_while] = ACTIONS(1568), + [anon_sym_do] = ACTIONS(1568), + [anon_sym_for] = ACTIONS(1568), + [anon_sym_return] = ACTIONS(1568), + [anon_sym_break] = ACTIONS(1568), + [anon_sym_continue] = ACTIONS(1568), + [anon_sym_goto] = ACTIONS(1568), + [anon_sym_DASH_DASH] = ACTIONS(1566), + [anon_sym_PLUS_PLUS] = ACTIONS(1566), + [anon_sym_sizeof] = ACTIONS(1568), + [anon_sym___alignof__] = ACTIONS(1568), + [anon_sym___alignof] = ACTIONS(1568), + [anon_sym__alignof] = ACTIONS(1568), + [anon_sym_alignof] = ACTIONS(1568), + [anon_sym__Alignof] = ACTIONS(1568), + [anon_sym_offsetof] = ACTIONS(1568), + [anon_sym__Generic] = ACTIONS(1568), + [anon_sym_asm] = ACTIONS(1568), + [anon_sym___asm__] = ACTIONS(1568), + [sym_number_literal] = ACTIONS(1566), + [anon_sym_L_SQUOTE] = ACTIONS(1566), + [anon_sym_u_SQUOTE] = ACTIONS(1566), + [anon_sym_U_SQUOTE] = ACTIONS(1566), + [anon_sym_u8_SQUOTE] = ACTIONS(1566), + [anon_sym_SQUOTE] = ACTIONS(1566), + [anon_sym_L_DQUOTE] = ACTIONS(1566), + [anon_sym_u_DQUOTE] = ACTIONS(1566), + [anon_sym_U_DQUOTE] = ACTIONS(1566), + [anon_sym_u8_DQUOTE] = ACTIONS(1566), + [anon_sym_DQUOTE] = ACTIONS(1566), + [sym_true] = ACTIONS(1568), + [sym_false] = ACTIONS(1568), + [anon_sym_NULL] = ACTIONS(1568), + [anon_sym_nullptr] = ACTIONS(1568), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1568), + [anon_sym_rayPayloadInEXT] = ACTIONS(1568), + [anon_sym_hitAttributeEXT] = ACTIONS(1568), + [anon_sym_callableDataEXT] = ACTIONS(1568), + [anon_sym_callableDataInEXT] = ACTIONS(1568), + [anon_sym_shaderRecordEXT] = ACTIONS(1568), + [anon_sym_rayPayloadNV] = ACTIONS(1568), + [anon_sym_rayPayloadInNV] = ACTIONS(1568), + [anon_sym_hitAttributeNV] = ACTIONS(1568), + [anon_sym_callableDataNV] = ACTIONS(1568), + [anon_sym_callableDataInNV] = ACTIONS(1568), + [anon_sym_shaderRecordNV] = ACTIONS(1568), + [anon_sym_layout] = ACTIONS(1568), }, - [429] = { - [ts_builtin_sym_end] = ACTIONS(1500), - [sym_identifier] = ACTIONS(1498), - [aux_sym_preproc_include_token1] = ACTIONS(1498), - [aux_sym_preproc_def_token1] = ACTIONS(1498), - [aux_sym_preproc_if_token1] = ACTIONS(1498), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1498), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1498), - [sym_preproc_directive] = ACTIONS(1498), - [anon_sym_LPAREN2] = ACTIONS(1500), - [anon_sym_BANG] = ACTIONS(1500), - [anon_sym_TILDE] = ACTIONS(1500), - [anon_sym_DASH] = ACTIONS(1498), - [anon_sym_PLUS] = ACTIONS(1498), - [anon_sym_STAR] = ACTIONS(1500), - [anon_sym_AMP] = ACTIONS(1500), - [anon_sym_subroutine] = ACTIONS(1498), - [anon_sym_invariant] = ACTIONS(1498), - [anon_sym_precise] = ACTIONS(1498), - [anon_sym_in] = ACTIONS(1498), - [anon_sym_out] = ACTIONS(1498), - [anon_sym_inout] = ACTIONS(1498), - [anon_sym_uniform] = ACTIONS(1498), - [anon_sym_shared] = ACTIONS(1498), - [anon_sym_attribute] = ACTIONS(1498), - [anon_sym_varying] = ACTIONS(1498), - [anon_sym_buffer] = ACTIONS(1498), - [anon_sym_coherent] = ACTIONS(1498), - [anon_sym_readonly] = ACTIONS(1498), - [anon_sym_writeonly] = ACTIONS(1498), - [anon_sym_precision] = ACTIONS(1498), - [anon_sym_highp] = ACTIONS(1498), - [anon_sym_mediump] = ACTIONS(1498), - [anon_sym_lowp] = ACTIONS(1498), - [anon_sym_centroid] = ACTIONS(1498), - [anon_sym_sample] = ACTIONS(1498), - [anon_sym_patch] = ACTIONS(1498), - [anon_sym_smooth] = ACTIONS(1498), - [anon_sym_flat] = ACTIONS(1498), - [anon_sym_noperspective] = ACTIONS(1498), - [anon_sym___extension__] = ACTIONS(1498), - [anon_sym_typedef] = ACTIONS(1498), - [anon_sym_extern] = ACTIONS(1498), - [anon_sym___attribute__] = ACTIONS(1498), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1500), - [anon_sym___declspec] = ACTIONS(1498), - [anon_sym___cdecl] = ACTIONS(1498), - [anon_sym___clrcall] = ACTIONS(1498), - [anon_sym___stdcall] = ACTIONS(1498), - [anon_sym___fastcall] = ACTIONS(1498), - [anon_sym___thiscall] = ACTIONS(1498), - [anon_sym___vectorcall] = ACTIONS(1498), - [anon_sym_LBRACE] = ACTIONS(1500), - [anon_sym_signed] = ACTIONS(1498), - [anon_sym_unsigned] = ACTIONS(1498), - [anon_sym_long] = ACTIONS(1498), - [anon_sym_short] = ACTIONS(1498), - [anon_sym_static] = ACTIONS(1498), - [anon_sym_auto] = ACTIONS(1498), - [anon_sym_register] = ACTIONS(1498), - [anon_sym_inline] = ACTIONS(1498), - [anon_sym___inline] = ACTIONS(1498), - [anon_sym___inline__] = ACTIONS(1498), - [anon_sym___forceinline] = ACTIONS(1498), - [anon_sym_thread_local] = ACTIONS(1498), - [anon_sym___thread] = ACTIONS(1498), - [anon_sym_const] = ACTIONS(1498), - [anon_sym_constexpr] = ACTIONS(1498), - [anon_sym_volatile] = ACTIONS(1498), - [anon_sym_restrict] = ACTIONS(1498), - [anon_sym___restrict__] = ACTIONS(1498), - [anon_sym__Atomic] = ACTIONS(1498), - [anon_sym__Noreturn] = ACTIONS(1498), - [anon_sym_noreturn] = ACTIONS(1498), - [sym_primitive_type] = ACTIONS(1498), - [anon_sym_enum] = ACTIONS(1498), - [anon_sym_struct] = ACTIONS(1498), - [anon_sym_union] = ACTIONS(1498), - [anon_sym_if] = ACTIONS(1498), - [anon_sym_switch] = ACTIONS(1498), - [anon_sym_case] = ACTIONS(1498), - [anon_sym_default] = ACTIONS(1498), - [anon_sym_while] = ACTIONS(1498), - [anon_sym_do] = ACTIONS(1498), - [anon_sym_for] = ACTIONS(1498), - [anon_sym_return] = ACTIONS(1498), - [anon_sym_break] = ACTIONS(1498), - [anon_sym_continue] = ACTIONS(1498), - [anon_sym_goto] = ACTIONS(1498), - [anon_sym_DASH_DASH] = ACTIONS(1500), - [anon_sym_PLUS_PLUS] = ACTIONS(1500), - [anon_sym_sizeof] = ACTIONS(1498), - [anon_sym___alignof__] = ACTIONS(1498), - [anon_sym___alignof] = ACTIONS(1498), - [anon_sym__alignof] = ACTIONS(1498), - [anon_sym_alignof] = ACTIONS(1498), - [anon_sym__Alignof] = ACTIONS(1498), - [anon_sym_offsetof] = ACTIONS(1498), - [anon_sym__Generic] = ACTIONS(1498), - [anon_sym_asm] = ACTIONS(1498), - [anon_sym___asm__] = ACTIONS(1498), - [sym_number_literal] = ACTIONS(1500), - [anon_sym_L_SQUOTE] = ACTIONS(1500), - [anon_sym_u_SQUOTE] = ACTIONS(1500), - [anon_sym_U_SQUOTE] = ACTIONS(1500), - [anon_sym_u8_SQUOTE] = ACTIONS(1500), - [anon_sym_SQUOTE] = ACTIONS(1500), - [anon_sym_L_DQUOTE] = ACTIONS(1500), - [anon_sym_u_DQUOTE] = ACTIONS(1500), - [anon_sym_U_DQUOTE] = ACTIONS(1500), - [anon_sym_u8_DQUOTE] = ACTIONS(1500), - [anon_sym_DQUOTE] = ACTIONS(1500), - [sym_true] = ACTIONS(1498), - [sym_false] = ACTIONS(1498), - [anon_sym_NULL] = ACTIONS(1498), - [anon_sym_nullptr] = ACTIONS(1498), + [430] = { + [ts_builtin_sym_end] = ACTIONS(1468), + [sym_identifier] = ACTIONS(1466), + [aux_sym_preproc_include_token1] = ACTIONS(1466), + [aux_sym_preproc_def_token1] = ACTIONS(1466), + [aux_sym_preproc_if_token1] = ACTIONS(1466), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1466), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1466), + [sym_preproc_directive] = ACTIONS(1466), + [anon_sym_LPAREN2] = ACTIONS(1468), + [anon_sym_BANG] = ACTIONS(1468), + [anon_sym_TILDE] = ACTIONS(1468), + [anon_sym_DASH] = ACTIONS(1466), + [anon_sym_PLUS] = ACTIONS(1466), + [anon_sym_STAR] = ACTIONS(1468), + [anon_sym_AMP] = ACTIONS(1468), + [anon_sym_subroutine] = ACTIONS(1466), + [anon_sym_invariant] = ACTIONS(1466), + [anon_sym_precise] = ACTIONS(1466), + [anon_sym_in] = ACTIONS(1466), + [anon_sym_out] = ACTIONS(1466), + [anon_sym_inout] = ACTIONS(1466), + [anon_sym_uniform] = ACTIONS(1466), + [anon_sym_shared] = ACTIONS(1466), + [anon_sym_attribute] = ACTIONS(1466), + [anon_sym_varying] = ACTIONS(1466), + [anon_sym_buffer] = ACTIONS(1466), + [anon_sym_coherent] = ACTIONS(1466), + [anon_sym_readonly] = ACTIONS(1466), + [anon_sym_writeonly] = ACTIONS(1466), + [anon_sym_precision] = ACTIONS(1466), + [anon_sym_highp] = ACTIONS(1466), + [anon_sym_mediump] = ACTIONS(1466), + [anon_sym_lowp] = ACTIONS(1466), + [anon_sym_centroid] = ACTIONS(1466), + [anon_sym_sample] = ACTIONS(1466), + [anon_sym_patch] = ACTIONS(1466), + [anon_sym_smooth] = ACTIONS(1466), + [anon_sym_flat] = ACTIONS(1466), + [anon_sym_noperspective] = ACTIONS(1466), + [anon_sym___extension__] = ACTIONS(1466), + [anon_sym_typedef] = ACTIONS(1466), + [anon_sym_extern] = ACTIONS(1466), + [anon_sym___attribute__] = ACTIONS(1466), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1468), + [anon_sym___declspec] = ACTIONS(1466), + [anon_sym___cdecl] = ACTIONS(1466), + [anon_sym___clrcall] = ACTIONS(1466), + [anon_sym___stdcall] = ACTIONS(1466), + [anon_sym___fastcall] = ACTIONS(1466), + [anon_sym___thiscall] = ACTIONS(1466), + [anon_sym___vectorcall] = ACTIONS(1466), + [anon_sym_LBRACE] = ACTIONS(1468), + [anon_sym_signed] = ACTIONS(1466), + [anon_sym_unsigned] = ACTIONS(1466), + [anon_sym_long] = ACTIONS(1466), + [anon_sym_short] = ACTIONS(1466), + [anon_sym_static] = ACTIONS(1466), + [anon_sym_auto] = ACTIONS(1466), + [anon_sym_register] = ACTIONS(1466), + [anon_sym_inline] = ACTIONS(1466), + [anon_sym___inline] = ACTIONS(1466), + [anon_sym___inline__] = ACTIONS(1466), + [anon_sym___forceinline] = ACTIONS(1466), + [anon_sym_thread_local] = ACTIONS(1466), + [anon_sym___thread] = ACTIONS(1466), + [anon_sym_const] = ACTIONS(1466), + [anon_sym_constexpr] = ACTIONS(1466), + [anon_sym_volatile] = ACTIONS(1466), + [anon_sym_restrict] = ACTIONS(1466), + [anon_sym___restrict__] = ACTIONS(1466), + [anon_sym__Atomic] = ACTIONS(1466), + [anon_sym__Noreturn] = ACTIONS(1466), + [anon_sym_noreturn] = ACTIONS(1466), + [sym_primitive_type] = ACTIONS(1466), + [anon_sym_enum] = ACTIONS(1466), + [anon_sym_struct] = ACTIONS(1466), + [anon_sym_union] = ACTIONS(1466), + [anon_sym_if] = ACTIONS(1466), + [anon_sym_switch] = ACTIONS(1466), + [anon_sym_case] = ACTIONS(1466), + [anon_sym_default] = ACTIONS(1466), + [anon_sym_while] = ACTIONS(1466), + [anon_sym_do] = ACTIONS(1466), + [anon_sym_for] = ACTIONS(1466), + [anon_sym_return] = ACTIONS(1466), + [anon_sym_break] = ACTIONS(1466), + [anon_sym_continue] = ACTIONS(1466), + [anon_sym_goto] = ACTIONS(1466), + [anon_sym_DASH_DASH] = ACTIONS(1468), + [anon_sym_PLUS_PLUS] = ACTIONS(1468), + [anon_sym_sizeof] = ACTIONS(1466), + [anon_sym___alignof__] = ACTIONS(1466), + [anon_sym___alignof] = ACTIONS(1466), + [anon_sym__alignof] = ACTIONS(1466), + [anon_sym_alignof] = ACTIONS(1466), + [anon_sym__Alignof] = ACTIONS(1466), + [anon_sym_offsetof] = ACTIONS(1466), + [anon_sym__Generic] = ACTIONS(1466), + [anon_sym_asm] = ACTIONS(1466), + [anon_sym___asm__] = ACTIONS(1466), + [sym_number_literal] = ACTIONS(1468), + [anon_sym_L_SQUOTE] = ACTIONS(1468), + [anon_sym_u_SQUOTE] = ACTIONS(1468), + [anon_sym_U_SQUOTE] = ACTIONS(1468), + [anon_sym_u8_SQUOTE] = ACTIONS(1468), + [anon_sym_SQUOTE] = ACTIONS(1468), + [anon_sym_L_DQUOTE] = ACTIONS(1468), + [anon_sym_u_DQUOTE] = ACTIONS(1468), + [anon_sym_U_DQUOTE] = ACTIONS(1468), + [anon_sym_u8_DQUOTE] = ACTIONS(1468), + [anon_sym_DQUOTE] = ACTIONS(1468), + [sym_true] = ACTIONS(1466), + [sym_false] = ACTIONS(1466), + [anon_sym_NULL] = ACTIONS(1466), + [anon_sym_nullptr] = ACTIONS(1466), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1498), - [anon_sym_rayPayloadInEXT] = ACTIONS(1498), - [anon_sym_hitAttributeEXT] = ACTIONS(1498), - [anon_sym_callableDataEXT] = ACTIONS(1498), - [anon_sym_callableDataInEXT] = ACTIONS(1498), - [anon_sym_shaderRecordEXT] = ACTIONS(1498), - [anon_sym_rayPayloadNV] = ACTIONS(1498), - [anon_sym_rayPayloadInNV] = ACTIONS(1498), - [anon_sym_hitAttributeNV] = ACTIONS(1498), - [anon_sym_callableDataNV] = ACTIONS(1498), - [anon_sym_callableDataInNV] = ACTIONS(1498), - [anon_sym_shaderRecordNV] = ACTIONS(1498), - [anon_sym_layout] = ACTIONS(1498), + [anon_sym_rayPayloadEXT] = ACTIONS(1466), + [anon_sym_rayPayloadInEXT] = ACTIONS(1466), + [anon_sym_hitAttributeEXT] = ACTIONS(1466), + [anon_sym_callableDataEXT] = ACTIONS(1466), + [anon_sym_callableDataInEXT] = ACTIONS(1466), + [anon_sym_shaderRecordEXT] = ACTIONS(1466), + [anon_sym_rayPayloadNV] = ACTIONS(1466), + [anon_sym_rayPayloadInNV] = ACTIONS(1466), + [anon_sym_hitAttributeNV] = ACTIONS(1466), + [anon_sym_callableDataNV] = ACTIONS(1466), + [anon_sym_callableDataInNV] = ACTIONS(1466), + [anon_sym_shaderRecordNV] = ACTIONS(1466), + [anon_sym_layout] = ACTIONS(1466), }, - [430] = { - [ts_builtin_sym_end] = ACTIONS(1534), - [sym_identifier] = ACTIONS(1532), - [aux_sym_preproc_include_token1] = ACTIONS(1532), - [aux_sym_preproc_def_token1] = ACTIONS(1532), - [aux_sym_preproc_if_token1] = ACTIONS(1532), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1532), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1532), - [sym_preproc_directive] = ACTIONS(1532), - [anon_sym_LPAREN2] = ACTIONS(1534), - [anon_sym_BANG] = ACTIONS(1534), - [anon_sym_TILDE] = ACTIONS(1534), - [anon_sym_DASH] = ACTIONS(1532), - [anon_sym_PLUS] = ACTIONS(1532), - [anon_sym_STAR] = ACTIONS(1534), - [anon_sym_AMP] = ACTIONS(1534), - [anon_sym_subroutine] = ACTIONS(1532), - [anon_sym_invariant] = ACTIONS(1532), - [anon_sym_precise] = ACTIONS(1532), - [anon_sym_in] = ACTIONS(1532), - [anon_sym_out] = ACTIONS(1532), - [anon_sym_inout] = ACTIONS(1532), - [anon_sym_uniform] = ACTIONS(1532), - [anon_sym_shared] = ACTIONS(1532), - [anon_sym_attribute] = ACTIONS(1532), - [anon_sym_varying] = ACTIONS(1532), - [anon_sym_buffer] = ACTIONS(1532), - [anon_sym_coherent] = ACTIONS(1532), - [anon_sym_readonly] = ACTIONS(1532), - [anon_sym_writeonly] = ACTIONS(1532), - [anon_sym_precision] = ACTIONS(1532), - [anon_sym_highp] = ACTIONS(1532), - [anon_sym_mediump] = ACTIONS(1532), - [anon_sym_lowp] = ACTIONS(1532), - [anon_sym_centroid] = ACTIONS(1532), - [anon_sym_sample] = ACTIONS(1532), - [anon_sym_patch] = ACTIONS(1532), - [anon_sym_smooth] = ACTIONS(1532), - [anon_sym_flat] = ACTIONS(1532), - [anon_sym_noperspective] = ACTIONS(1532), - [anon_sym___extension__] = ACTIONS(1532), - [anon_sym_typedef] = ACTIONS(1532), - [anon_sym_extern] = ACTIONS(1532), - [anon_sym___attribute__] = ACTIONS(1532), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1534), - [anon_sym___declspec] = ACTIONS(1532), - [anon_sym___cdecl] = ACTIONS(1532), - [anon_sym___clrcall] = ACTIONS(1532), - [anon_sym___stdcall] = ACTIONS(1532), - [anon_sym___fastcall] = ACTIONS(1532), - [anon_sym___thiscall] = ACTIONS(1532), - [anon_sym___vectorcall] = ACTIONS(1532), - [anon_sym_LBRACE] = ACTIONS(1534), - [anon_sym_signed] = ACTIONS(1532), - [anon_sym_unsigned] = ACTIONS(1532), - [anon_sym_long] = ACTIONS(1532), - [anon_sym_short] = ACTIONS(1532), - [anon_sym_static] = ACTIONS(1532), - [anon_sym_auto] = ACTIONS(1532), - [anon_sym_register] = ACTIONS(1532), - [anon_sym_inline] = ACTIONS(1532), - [anon_sym___inline] = ACTIONS(1532), - [anon_sym___inline__] = ACTIONS(1532), - [anon_sym___forceinline] = ACTIONS(1532), - [anon_sym_thread_local] = ACTIONS(1532), - [anon_sym___thread] = ACTIONS(1532), - [anon_sym_const] = ACTIONS(1532), - [anon_sym_constexpr] = ACTIONS(1532), - [anon_sym_volatile] = ACTIONS(1532), - [anon_sym_restrict] = ACTIONS(1532), - [anon_sym___restrict__] = ACTIONS(1532), - [anon_sym__Atomic] = ACTIONS(1532), - [anon_sym__Noreturn] = ACTIONS(1532), - [anon_sym_noreturn] = ACTIONS(1532), - [sym_primitive_type] = ACTIONS(1532), - [anon_sym_enum] = ACTIONS(1532), - [anon_sym_struct] = ACTIONS(1532), - [anon_sym_union] = ACTIONS(1532), - [anon_sym_if] = ACTIONS(1532), - [anon_sym_switch] = ACTIONS(1532), - [anon_sym_case] = ACTIONS(1532), - [anon_sym_default] = ACTIONS(1532), - [anon_sym_while] = ACTIONS(1532), - [anon_sym_do] = ACTIONS(1532), - [anon_sym_for] = ACTIONS(1532), - [anon_sym_return] = ACTIONS(1532), - [anon_sym_break] = ACTIONS(1532), - [anon_sym_continue] = ACTIONS(1532), - [anon_sym_goto] = ACTIONS(1532), - [anon_sym_DASH_DASH] = ACTIONS(1534), - [anon_sym_PLUS_PLUS] = ACTIONS(1534), - [anon_sym_sizeof] = ACTIONS(1532), - [anon_sym___alignof__] = ACTIONS(1532), - [anon_sym___alignof] = ACTIONS(1532), - [anon_sym__alignof] = ACTIONS(1532), - [anon_sym_alignof] = ACTIONS(1532), - [anon_sym__Alignof] = ACTIONS(1532), - [anon_sym_offsetof] = ACTIONS(1532), - [anon_sym__Generic] = ACTIONS(1532), - [anon_sym_asm] = ACTIONS(1532), - [anon_sym___asm__] = ACTIONS(1532), - [sym_number_literal] = ACTIONS(1534), - [anon_sym_L_SQUOTE] = ACTIONS(1534), - [anon_sym_u_SQUOTE] = ACTIONS(1534), - [anon_sym_U_SQUOTE] = ACTIONS(1534), - [anon_sym_u8_SQUOTE] = ACTIONS(1534), - [anon_sym_SQUOTE] = ACTIONS(1534), - [anon_sym_L_DQUOTE] = ACTIONS(1534), - [anon_sym_u_DQUOTE] = ACTIONS(1534), - [anon_sym_U_DQUOTE] = ACTIONS(1534), - [anon_sym_u8_DQUOTE] = ACTIONS(1534), - [anon_sym_DQUOTE] = ACTIONS(1534), - [sym_true] = ACTIONS(1532), - [sym_false] = ACTIONS(1532), - [anon_sym_NULL] = ACTIONS(1532), - [anon_sym_nullptr] = ACTIONS(1532), + [431] = { + [ts_builtin_sym_end] = ACTIONS(1554), + [sym_identifier] = ACTIONS(1552), + [aux_sym_preproc_include_token1] = ACTIONS(1552), + [aux_sym_preproc_def_token1] = ACTIONS(1552), + [aux_sym_preproc_if_token1] = ACTIONS(1552), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1552), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1552), + [sym_preproc_directive] = ACTIONS(1552), + [anon_sym_LPAREN2] = ACTIONS(1554), + [anon_sym_BANG] = ACTIONS(1554), + [anon_sym_TILDE] = ACTIONS(1554), + [anon_sym_DASH] = ACTIONS(1552), + [anon_sym_PLUS] = ACTIONS(1552), + [anon_sym_STAR] = ACTIONS(1554), + [anon_sym_AMP] = ACTIONS(1554), + [anon_sym_subroutine] = ACTIONS(1552), + [anon_sym_invariant] = ACTIONS(1552), + [anon_sym_precise] = ACTIONS(1552), + [anon_sym_in] = ACTIONS(1552), + [anon_sym_out] = ACTIONS(1552), + [anon_sym_inout] = ACTIONS(1552), + [anon_sym_uniform] = ACTIONS(1552), + [anon_sym_shared] = ACTIONS(1552), + [anon_sym_attribute] = ACTIONS(1552), + [anon_sym_varying] = ACTIONS(1552), + [anon_sym_buffer] = ACTIONS(1552), + [anon_sym_coherent] = ACTIONS(1552), + [anon_sym_readonly] = ACTIONS(1552), + [anon_sym_writeonly] = ACTIONS(1552), + [anon_sym_precision] = ACTIONS(1552), + [anon_sym_highp] = ACTIONS(1552), + [anon_sym_mediump] = ACTIONS(1552), + [anon_sym_lowp] = ACTIONS(1552), + [anon_sym_centroid] = ACTIONS(1552), + [anon_sym_sample] = ACTIONS(1552), + [anon_sym_patch] = ACTIONS(1552), + [anon_sym_smooth] = ACTIONS(1552), + [anon_sym_flat] = ACTIONS(1552), + [anon_sym_noperspective] = ACTIONS(1552), + [anon_sym___extension__] = ACTIONS(1552), + [anon_sym_typedef] = ACTIONS(1552), + [anon_sym_extern] = ACTIONS(1552), + [anon_sym___attribute__] = ACTIONS(1552), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1554), + [anon_sym___declspec] = ACTIONS(1552), + [anon_sym___cdecl] = ACTIONS(1552), + [anon_sym___clrcall] = ACTIONS(1552), + [anon_sym___stdcall] = ACTIONS(1552), + [anon_sym___fastcall] = ACTIONS(1552), + [anon_sym___thiscall] = ACTIONS(1552), + [anon_sym___vectorcall] = ACTIONS(1552), + [anon_sym_LBRACE] = ACTIONS(1554), + [anon_sym_signed] = ACTIONS(1552), + [anon_sym_unsigned] = ACTIONS(1552), + [anon_sym_long] = ACTIONS(1552), + [anon_sym_short] = ACTIONS(1552), + [anon_sym_static] = ACTIONS(1552), + [anon_sym_auto] = ACTIONS(1552), + [anon_sym_register] = ACTIONS(1552), + [anon_sym_inline] = ACTIONS(1552), + [anon_sym___inline] = ACTIONS(1552), + [anon_sym___inline__] = ACTIONS(1552), + [anon_sym___forceinline] = ACTIONS(1552), + [anon_sym_thread_local] = ACTIONS(1552), + [anon_sym___thread] = ACTIONS(1552), + [anon_sym_const] = ACTIONS(1552), + [anon_sym_constexpr] = ACTIONS(1552), + [anon_sym_volatile] = ACTIONS(1552), + [anon_sym_restrict] = ACTIONS(1552), + [anon_sym___restrict__] = ACTIONS(1552), + [anon_sym__Atomic] = ACTIONS(1552), + [anon_sym__Noreturn] = ACTIONS(1552), + [anon_sym_noreturn] = ACTIONS(1552), + [sym_primitive_type] = ACTIONS(1552), + [anon_sym_enum] = ACTIONS(1552), + [anon_sym_struct] = ACTIONS(1552), + [anon_sym_union] = ACTIONS(1552), + [anon_sym_if] = ACTIONS(1552), + [anon_sym_switch] = ACTIONS(1552), + [anon_sym_case] = ACTIONS(1552), + [anon_sym_default] = ACTIONS(1552), + [anon_sym_while] = ACTIONS(1552), + [anon_sym_do] = ACTIONS(1552), + [anon_sym_for] = ACTIONS(1552), + [anon_sym_return] = ACTIONS(1552), + [anon_sym_break] = ACTIONS(1552), + [anon_sym_continue] = ACTIONS(1552), + [anon_sym_goto] = ACTIONS(1552), + [anon_sym_DASH_DASH] = ACTIONS(1554), + [anon_sym_PLUS_PLUS] = ACTIONS(1554), + [anon_sym_sizeof] = ACTIONS(1552), + [anon_sym___alignof__] = ACTIONS(1552), + [anon_sym___alignof] = ACTIONS(1552), + [anon_sym__alignof] = ACTIONS(1552), + [anon_sym_alignof] = ACTIONS(1552), + [anon_sym__Alignof] = ACTIONS(1552), + [anon_sym_offsetof] = ACTIONS(1552), + [anon_sym__Generic] = ACTIONS(1552), + [anon_sym_asm] = ACTIONS(1552), + [anon_sym___asm__] = ACTIONS(1552), + [sym_number_literal] = ACTIONS(1554), + [anon_sym_L_SQUOTE] = ACTIONS(1554), + [anon_sym_u_SQUOTE] = ACTIONS(1554), + [anon_sym_U_SQUOTE] = ACTIONS(1554), + [anon_sym_u8_SQUOTE] = ACTIONS(1554), + [anon_sym_SQUOTE] = ACTIONS(1554), + [anon_sym_L_DQUOTE] = ACTIONS(1554), + [anon_sym_u_DQUOTE] = ACTIONS(1554), + [anon_sym_U_DQUOTE] = ACTIONS(1554), + [anon_sym_u8_DQUOTE] = ACTIONS(1554), + [anon_sym_DQUOTE] = ACTIONS(1554), + [sym_true] = ACTIONS(1552), + [sym_false] = ACTIONS(1552), + [anon_sym_NULL] = ACTIONS(1552), + [anon_sym_nullptr] = ACTIONS(1552), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1532), - [anon_sym_rayPayloadInEXT] = ACTIONS(1532), - [anon_sym_hitAttributeEXT] = ACTIONS(1532), - [anon_sym_callableDataEXT] = ACTIONS(1532), - [anon_sym_callableDataInEXT] = ACTIONS(1532), - [anon_sym_shaderRecordEXT] = ACTIONS(1532), - [anon_sym_rayPayloadNV] = ACTIONS(1532), - [anon_sym_rayPayloadInNV] = ACTIONS(1532), - [anon_sym_hitAttributeNV] = ACTIONS(1532), - [anon_sym_callableDataNV] = ACTIONS(1532), - [anon_sym_callableDataInNV] = ACTIONS(1532), - [anon_sym_shaderRecordNV] = ACTIONS(1532), - [anon_sym_layout] = ACTIONS(1532), + [anon_sym_rayPayloadEXT] = ACTIONS(1552), + [anon_sym_rayPayloadInEXT] = ACTIONS(1552), + [anon_sym_hitAttributeEXT] = ACTIONS(1552), + [anon_sym_callableDataEXT] = ACTIONS(1552), + [anon_sym_callableDataInEXT] = ACTIONS(1552), + [anon_sym_shaderRecordEXT] = ACTIONS(1552), + [anon_sym_rayPayloadNV] = ACTIONS(1552), + [anon_sym_rayPayloadInNV] = ACTIONS(1552), + [anon_sym_hitAttributeNV] = ACTIONS(1552), + [anon_sym_callableDataNV] = ACTIONS(1552), + [anon_sym_callableDataInNV] = ACTIONS(1552), + [anon_sym_shaderRecordNV] = ACTIONS(1552), + [anon_sym_layout] = ACTIONS(1552), }, - [431] = { + [432] = { [ts_builtin_sym_end] = ACTIONS(1460), [sym_identifier] = ACTIONS(1458), [aux_sym_preproc_include_token1] = ACTIONS(1458), @@ -79512,267 +79638,136 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1458), [anon_sym_layout] = ACTIONS(1458), }, - [432] = { - [ts_builtin_sym_end] = ACTIONS(1496), - [sym_identifier] = ACTIONS(1494), - [aux_sym_preproc_include_token1] = ACTIONS(1494), - [aux_sym_preproc_def_token1] = ACTIONS(1494), - [aux_sym_preproc_if_token1] = ACTIONS(1494), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1494), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1494), - [sym_preproc_directive] = ACTIONS(1494), - [anon_sym_LPAREN2] = ACTIONS(1496), - [anon_sym_BANG] = ACTIONS(1496), - [anon_sym_TILDE] = ACTIONS(1496), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_STAR] = ACTIONS(1496), - [anon_sym_AMP] = ACTIONS(1496), - [anon_sym_subroutine] = ACTIONS(1494), - [anon_sym_invariant] = ACTIONS(1494), - [anon_sym_precise] = ACTIONS(1494), - [anon_sym_in] = ACTIONS(1494), - [anon_sym_out] = ACTIONS(1494), - [anon_sym_inout] = ACTIONS(1494), - [anon_sym_uniform] = ACTIONS(1494), - [anon_sym_shared] = ACTIONS(1494), - [anon_sym_attribute] = ACTIONS(1494), - [anon_sym_varying] = ACTIONS(1494), - [anon_sym_buffer] = ACTIONS(1494), - [anon_sym_coherent] = ACTIONS(1494), - [anon_sym_readonly] = ACTIONS(1494), - [anon_sym_writeonly] = ACTIONS(1494), - [anon_sym_precision] = ACTIONS(1494), - [anon_sym_highp] = ACTIONS(1494), - [anon_sym_mediump] = ACTIONS(1494), - [anon_sym_lowp] = ACTIONS(1494), - [anon_sym_centroid] = ACTIONS(1494), - [anon_sym_sample] = ACTIONS(1494), - [anon_sym_patch] = ACTIONS(1494), - [anon_sym_smooth] = ACTIONS(1494), - [anon_sym_flat] = ACTIONS(1494), - [anon_sym_noperspective] = ACTIONS(1494), - [anon_sym___extension__] = ACTIONS(1494), - [anon_sym_typedef] = ACTIONS(1494), - [anon_sym_extern] = ACTIONS(1494), - [anon_sym___attribute__] = ACTIONS(1494), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1496), - [anon_sym___declspec] = ACTIONS(1494), - [anon_sym___cdecl] = ACTIONS(1494), - [anon_sym___clrcall] = ACTIONS(1494), - [anon_sym___stdcall] = ACTIONS(1494), - [anon_sym___fastcall] = ACTIONS(1494), - [anon_sym___thiscall] = ACTIONS(1494), - [anon_sym___vectorcall] = ACTIONS(1494), - [anon_sym_LBRACE] = ACTIONS(1496), - [anon_sym_signed] = ACTIONS(1494), - [anon_sym_unsigned] = ACTIONS(1494), - [anon_sym_long] = ACTIONS(1494), - [anon_sym_short] = ACTIONS(1494), - [anon_sym_static] = ACTIONS(1494), - [anon_sym_auto] = ACTIONS(1494), - [anon_sym_register] = ACTIONS(1494), - [anon_sym_inline] = ACTIONS(1494), - [anon_sym___inline] = ACTIONS(1494), - [anon_sym___inline__] = ACTIONS(1494), - [anon_sym___forceinline] = ACTIONS(1494), - [anon_sym_thread_local] = ACTIONS(1494), - [anon_sym___thread] = ACTIONS(1494), - [anon_sym_const] = ACTIONS(1494), - [anon_sym_constexpr] = ACTIONS(1494), - [anon_sym_volatile] = ACTIONS(1494), - [anon_sym_restrict] = ACTIONS(1494), - [anon_sym___restrict__] = ACTIONS(1494), - [anon_sym__Atomic] = ACTIONS(1494), - [anon_sym__Noreturn] = ACTIONS(1494), - [anon_sym_noreturn] = ACTIONS(1494), - [sym_primitive_type] = ACTIONS(1494), - [anon_sym_enum] = ACTIONS(1494), - [anon_sym_struct] = ACTIONS(1494), - [anon_sym_union] = ACTIONS(1494), - [anon_sym_if] = ACTIONS(1494), - [anon_sym_switch] = ACTIONS(1494), - [anon_sym_case] = ACTIONS(1494), - [anon_sym_default] = ACTIONS(1494), - [anon_sym_while] = ACTIONS(1494), - [anon_sym_do] = ACTIONS(1494), - [anon_sym_for] = ACTIONS(1494), - [anon_sym_return] = ACTIONS(1494), - [anon_sym_break] = ACTIONS(1494), - [anon_sym_continue] = ACTIONS(1494), - [anon_sym_goto] = ACTIONS(1494), - [anon_sym_DASH_DASH] = ACTIONS(1496), - [anon_sym_PLUS_PLUS] = ACTIONS(1496), - [anon_sym_sizeof] = ACTIONS(1494), - [anon_sym___alignof__] = ACTIONS(1494), - [anon_sym___alignof] = ACTIONS(1494), - [anon_sym__alignof] = ACTIONS(1494), - [anon_sym_alignof] = ACTIONS(1494), - [anon_sym__Alignof] = ACTIONS(1494), - [anon_sym_offsetof] = ACTIONS(1494), - [anon_sym__Generic] = ACTIONS(1494), - [anon_sym_asm] = ACTIONS(1494), - [anon_sym___asm__] = ACTIONS(1494), - [sym_number_literal] = ACTIONS(1496), - [anon_sym_L_SQUOTE] = ACTIONS(1496), - [anon_sym_u_SQUOTE] = ACTIONS(1496), - [anon_sym_U_SQUOTE] = ACTIONS(1496), - [anon_sym_u8_SQUOTE] = ACTIONS(1496), - [anon_sym_SQUOTE] = ACTIONS(1496), - [anon_sym_L_DQUOTE] = ACTIONS(1496), - [anon_sym_u_DQUOTE] = ACTIONS(1496), - [anon_sym_U_DQUOTE] = ACTIONS(1496), - [anon_sym_u8_DQUOTE] = ACTIONS(1496), - [anon_sym_DQUOTE] = ACTIONS(1496), - [sym_true] = ACTIONS(1494), - [sym_false] = ACTIONS(1494), - [anon_sym_NULL] = ACTIONS(1494), - [anon_sym_nullptr] = ACTIONS(1494), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1494), - [anon_sym_rayPayloadInEXT] = ACTIONS(1494), - [anon_sym_hitAttributeEXT] = ACTIONS(1494), - [anon_sym_callableDataEXT] = ACTIONS(1494), - [anon_sym_callableDataInEXT] = ACTIONS(1494), - [anon_sym_shaderRecordEXT] = ACTIONS(1494), - [anon_sym_rayPayloadNV] = ACTIONS(1494), - [anon_sym_rayPayloadInNV] = ACTIONS(1494), - [anon_sym_hitAttributeNV] = ACTIONS(1494), - [anon_sym_callableDataNV] = ACTIONS(1494), - [anon_sym_callableDataInNV] = ACTIONS(1494), - [anon_sym_shaderRecordNV] = ACTIONS(1494), - [anon_sym_layout] = ACTIONS(1494), - }, [433] = { - [ts_builtin_sym_end] = ACTIONS(1456), - [sym_identifier] = ACTIONS(1454), - [aux_sym_preproc_include_token1] = ACTIONS(1454), - [aux_sym_preproc_def_token1] = ACTIONS(1454), - [aux_sym_preproc_if_token1] = ACTIONS(1454), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1454), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1454), - [sym_preproc_directive] = ACTIONS(1454), - [anon_sym_LPAREN2] = ACTIONS(1456), - [anon_sym_BANG] = ACTIONS(1456), - [anon_sym_TILDE] = ACTIONS(1456), - [anon_sym_DASH] = ACTIONS(1454), - [anon_sym_PLUS] = ACTIONS(1454), - [anon_sym_STAR] = ACTIONS(1456), - [anon_sym_AMP] = ACTIONS(1456), - [anon_sym_subroutine] = ACTIONS(1454), - [anon_sym_invariant] = ACTIONS(1454), - [anon_sym_precise] = ACTIONS(1454), - [anon_sym_in] = ACTIONS(1454), - [anon_sym_out] = ACTIONS(1454), - [anon_sym_inout] = ACTIONS(1454), - [anon_sym_uniform] = ACTIONS(1454), - [anon_sym_shared] = ACTIONS(1454), - [anon_sym_attribute] = ACTIONS(1454), - [anon_sym_varying] = ACTIONS(1454), - [anon_sym_buffer] = ACTIONS(1454), - [anon_sym_coherent] = ACTIONS(1454), - [anon_sym_readonly] = ACTIONS(1454), - [anon_sym_writeonly] = ACTIONS(1454), - [anon_sym_precision] = ACTIONS(1454), - [anon_sym_highp] = ACTIONS(1454), - [anon_sym_mediump] = ACTIONS(1454), - [anon_sym_lowp] = ACTIONS(1454), - [anon_sym_centroid] = ACTIONS(1454), - [anon_sym_sample] = ACTIONS(1454), - [anon_sym_patch] = ACTIONS(1454), - [anon_sym_smooth] = ACTIONS(1454), - [anon_sym_flat] = ACTIONS(1454), - [anon_sym_noperspective] = ACTIONS(1454), - [anon_sym___extension__] = ACTIONS(1454), - [anon_sym_typedef] = ACTIONS(1454), - [anon_sym_extern] = ACTIONS(1454), - [anon_sym___attribute__] = ACTIONS(1454), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1456), - [anon_sym___declspec] = ACTIONS(1454), - [anon_sym___cdecl] = ACTIONS(1454), - [anon_sym___clrcall] = ACTIONS(1454), - [anon_sym___stdcall] = ACTIONS(1454), - [anon_sym___fastcall] = ACTIONS(1454), - [anon_sym___thiscall] = ACTIONS(1454), - [anon_sym___vectorcall] = ACTIONS(1454), - [anon_sym_LBRACE] = ACTIONS(1456), - [anon_sym_signed] = ACTIONS(1454), - [anon_sym_unsigned] = ACTIONS(1454), - [anon_sym_long] = ACTIONS(1454), - [anon_sym_short] = ACTIONS(1454), - [anon_sym_static] = ACTIONS(1454), - [anon_sym_auto] = ACTIONS(1454), - [anon_sym_register] = ACTIONS(1454), - [anon_sym_inline] = ACTIONS(1454), - [anon_sym___inline] = ACTIONS(1454), - [anon_sym___inline__] = ACTIONS(1454), - [anon_sym___forceinline] = ACTIONS(1454), - [anon_sym_thread_local] = ACTIONS(1454), - [anon_sym___thread] = ACTIONS(1454), - [anon_sym_const] = ACTIONS(1454), - [anon_sym_constexpr] = ACTIONS(1454), - [anon_sym_volatile] = ACTIONS(1454), - [anon_sym_restrict] = ACTIONS(1454), - [anon_sym___restrict__] = ACTIONS(1454), - [anon_sym__Atomic] = ACTIONS(1454), - [anon_sym__Noreturn] = ACTIONS(1454), - [anon_sym_noreturn] = ACTIONS(1454), - [sym_primitive_type] = ACTIONS(1454), - [anon_sym_enum] = ACTIONS(1454), - [anon_sym_struct] = ACTIONS(1454), - [anon_sym_union] = ACTIONS(1454), - [anon_sym_if] = ACTIONS(1454), - [anon_sym_switch] = ACTIONS(1454), - [anon_sym_case] = ACTIONS(1454), - [anon_sym_default] = ACTIONS(1454), - [anon_sym_while] = ACTIONS(1454), - [anon_sym_do] = ACTIONS(1454), - [anon_sym_for] = ACTIONS(1454), - [anon_sym_return] = ACTIONS(1454), - [anon_sym_break] = ACTIONS(1454), - [anon_sym_continue] = ACTIONS(1454), - [anon_sym_goto] = ACTIONS(1454), - [anon_sym_DASH_DASH] = ACTIONS(1456), - [anon_sym_PLUS_PLUS] = ACTIONS(1456), - [anon_sym_sizeof] = ACTIONS(1454), - [anon_sym___alignof__] = ACTIONS(1454), - [anon_sym___alignof] = ACTIONS(1454), - [anon_sym__alignof] = ACTIONS(1454), - [anon_sym_alignof] = ACTIONS(1454), - [anon_sym__Alignof] = ACTIONS(1454), - [anon_sym_offsetof] = ACTIONS(1454), - [anon_sym__Generic] = ACTIONS(1454), - [anon_sym_asm] = ACTIONS(1454), - [anon_sym___asm__] = ACTIONS(1454), - [sym_number_literal] = ACTIONS(1456), - [anon_sym_L_SQUOTE] = ACTIONS(1456), - [anon_sym_u_SQUOTE] = ACTIONS(1456), - [anon_sym_U_SQUOTE] = ACTIONS(1456), - [anon_sym_u8_SQUOTE] = ACTIONS(1456), - [anon_sym_SQUOTE] = ACTIONS(1456), - [anon_sym_L_DQUOTE] = ACTIONS(1456), - [anon_sym_u_DQUOTE] = ACTIONS(1456), - [anon_sym_U_DQUOTE] = ACTIONS(1456), - [anon_sym_u8_DQUOTE] = ACTIONS(1456), - [anon_sym_DQUOTE] = ACTIONS(1456), - [sym_true] = ACTIONS(1454), - [sym_false] = ACTIONS(1454), - [anon_sym_NULL] = ACTIONS(1454), - [anon_sym_nullptr] = ACTIONS(1454), + [ts_builtin_sym_end] = ACTIONS(1488), + [sym_identifier] = ACTIONS(1486), + [aux_sym_preproc_include_token1] = ACTIONS(1486), + [aux_sym_preproc_def_token1] = ACTIONS(1486), + [aux_sym_preproc_if_token1] = ACTIONS(1486), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1486), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1486), + [sym_preproc_directive] = ACTIONS(1486), + [anon_sym_LPAREN2] = ACTIONS(1488), + [anon_sym_BANG] = ACTIONS(1488), + [anon_sym_TILDE] = ACTIONS(1488), + [anon_sym_DASH] = ACTIONS(1486), + [anon_sym_PLUS] = ACTIONS(1486), + [anon_sym_STAR] = ACTIONS(1488), + [anon_sym_AMP] = ACTIONS(1488), + [anon_sym_subroutine] = ACTIONS(1486), + [anon_sym_invariant] = ACTIONS(1486), + [anon_sym_precise] = ACTIONS(1486), + [anon_sym_in] = ACTIONS(1486), + [anon_sym_out] = ACTIONS(1486), + [anon_sym_inout] = ACTIONS(1486), + [anon_sym_uniform] = ACTIONS(1486), + [anon_sym_shared] = ACTIONS(1486), + [anon_sym_attribute] = ACTIONS(1486), + [anon_sym_varying] = ACTIONS(1486), + [anon_sym_buffer] = ACTIONS(1486), + [anon_sym_coherent] = ACTIONS(1486), + [anon_sym_readonly] = ACTIONS(1486), + [anon_sym_writeonly] = ACTIONS(1486), + [anon_sym_precision] = ACTIONS(1486), + [anon_sym_highp] = ACTIONS(1486), + [anon_sym_mediump] = ACTIONS(1486), + [anon_sym_lowp] = ACTIONS(1486), + [anon_sym_centroid] = ACTIONS(1486), + [anon_sym_sample] = ACTIONS(1486), + [anon_sym_patch] = ACTIONS(1486), + [anon_sym_smooth] = ACTIONS(1486), + [anon_sym_flat] = ACTIONS(1486), + [anon_sym_noperspective] = ACTIONS(1486), + [anon_sym___extension__] = ACTIONS(1486), + [anon_sym_typedef] = ACTIONS(1486), + [anon_sym_extern] = ACTIONS(1486), + [anon_sym___attribute__] = ACTIONS(1486), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1488), + [anon_sym___declspec] = ACTIONS(1486), + [anon_sym___cdecl] = ACTIONS(1486), + [anon_sym___clrcall] = ACTIONS(1486), + [anon_sym___stdcall] = ACTIONS(1486), + [anon_sym___fastcall] = ACTIONS(1486), + [anon_sym___thiscall] = ACTIONS(1486), + [anon_sym___vectorcall] = ACTIONS(1486), + [anon_sym_LBRACE] = ACTIONS(1488), + [anon_sym_signed] = ACTIONS(1486), + [anon_sym_unsigned] = ACTIONS(1486), + [anon_sym_long] = ACTIONS(1486), + [anon_sym_short] = ACTIONS(1486), + [anon_sym_static] = ACTIONS(1486), + [anon_sym_auto] = ACTIONS(1486), + [anon_sym_register] = ACTIONS(1486), + [anon_sym_inline] = ACTIONS(1486), + [anon_sym___inline] = ACTIONS(1486), + [anon_sym___inline__] = ACTIONS(1486), + [anon_sym___forceinline] = ACTIONS(1486), + [anon_sym_thread_local] = ACTIONS(1486), + [anon_sym___thread] = ACTIONS(1486), + [anon_sym_const] = ACTIONS(1486), + [anon_sym_constexpr] = ACTIONS(1486), + [anon_sym_volatile] = ACTIONS(1486), + [anon_sym_restrict] = ACTIONS(1486), + [anon_sym___restrict__] = ACTIONS(1486), + [anon_sym__Atomic] = ACTIONS(1486), + [anon_sym__Noreturn] = ACTIONS(1486), + [anon_sym_noreturn] = ACTIONS(1486), + [sym_primitive_type] = ACTIONS(1486), + [anon_sym_enum] = ACTIONS(1486), + [anon_sym_struct] = ACTIONS(1486), + [anon_sym_union] = ACTIONS(1486), + [anon_sym_if] = ACTIONS(1486), + [anon_sym_switch] = ACTIONS(1486), + [anon_sym_case] = ACTIONS(1486), + [anon_sym_default] = ACTIONS(1486), + [anon_sym_while] = ACTIONS(1486), + [anon_sym_do] = ACTIONS(1486), + [anon_sym_for] = ACTIONS(1486), + [anon_sym_return] = ACTIONS(1486), + [anon_sym_break] = ACTIONS(1486), + [anon_sym_continue] = ACTIONS(1486), + [anon_sym_goto] = ACTIONS(1486), + [anon_sym_DASH_DASH] = ACTIONS(1488), + [anon_sym_PLUS_PLUS] = ACTIONS(1488), + [anon_sym_sizeof] = ACTIONS(1486), + [anon_sym___alignof__] = ACTIONS(1486), + [anon_sym___alignof] = ACTIONS(1486), + [anon_sym__alignof] = ACTIONS(1486), + [anon_sym_alignof] = ACTIONS(1486), + [anon_sym__Alignof] = ACTIONS(1486), + [anon_sym_offsetof] = ACTIONS(1486), + [anon_sym__Generic] = ACTIONS(1486), + [anon_sym_asm] = ACTIONS(1486), + [anon_sym___asm__] = ACTIONS(1486), + [sym_number_literal] = ACTIONS(1488), + [anon_sym_L_SQUOTE] = ACTIONS(1488), + [anon_sym_u_SQUOTE] = ACTIONS(1488), + [anon_sym_U_SQUOTE] = ACTIONS(1488), + [anon_sym_u8_SQUOTE] = ACTIONS(1488), + [anon_sym_SQUOTE] = ACTIONS(1488), + [anon_sym_L_DQUOTE] = ACTIONS(1488), + [anon_sym_u_DQUOTE] = ACTIONS(1488), + [anon_sym_U_DQUOTE] = ACTIONS(1488), + [anon_sym_u8_DQUOTE] = ACTIONS(1488), + [anon_sym_DQUOTE] = ACTIONS(1488), + [sym_true] = ACTIONS(1486), + [sym_false] = ACTIONS(1486), + [anon_sym_NULL] = ACTIONS(1486), + [anon_sym_nullptr] = ACTIONS(1486), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1454), - [anon_sym_rayPayloadInEXT] = ACTIONS(1454), - [anon_sym_hitAttributeEXT] = ACTIONS(1454), - [anon_sym_callableDataEXT] = ACTIONS(1454), - [anon_sym_callableDataInEXT] = ACTIONS(1454), - [anon_sym_shaderRecordEXT] = ACTIONS(1454), - [anon_sym_rayPayloadNV] = ACTIONS(1454), - [anon_sym_rayPayloadInNV] = ACTIONS(1454), - [anon_sym_hitAttributeNV] = ACTIONS(1454), - [anon_sym_callableDataNV] = ACTIONS(1454), - [anon_sym_callableDataInNV] = ACTIONS(1454), - [anon_sym_shaderRecordNV] = ACTIONS(1454), - [anon_sym_layout] = ACTIONS(1454), + [anon_sym_rayPayloadEXT] = ACTIONS(1486), + [anon_sym_rayPayloadInEXT] = ACTIONS(1486), + [anon_sym_hitAttributeEXT] = ACTIONS(1486), + [anon_sym_callableDataEXT] = ACTIONS(1486), + [anon_sym_callableDataInEXT] = ACTIONS(1486), + [anon_sym_shaderRecordEXT] = ACTIONS(1486), + [anon_sym_rayPayloadNV] = ACTIONS(1486), + [anon_sym_rayPayloadInNV] = ACTIONS(1486), + [anon_sym_hitAttributeNV] = ACTIONS(1486), + [anon_sym_callableDataNV] = ACTIONS(1486), + [anon_sym_callableDataInNV] = ACTIONS(1486), + [anon_sym_shaderRecordNV] = ACTIONS(1486), + [anon_sym_layout] = ACTIONS(1486), }, [434] = { [ts_builtin_sym_end] = ACTIONS(1538), @@ -79906,138 +79901,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(1536), }, [435] = { - [ts_builtin_sym_end] = ACTIONS(1522), - [sym_identifier] = ACTIONS(1520), - [aux_sym_preproc_include_token1] = ACTIONS(1520), - [aux_sym_preproc_def_token1] = ACTIONS(1520), - [aux_sym_preproc_if_token1] = ACTIONS(1520), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1520), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1520), - [sym_preproc_directive] = ACTIONS(1520), - [anon_sym_LPAREN2] = ACTIONS(1522), - [anon_sym_BANG] = ACTIONS(1522), - [anon_sym_TILDE] = ACTIONS(1522), - [anon_sym_DASH] = ACTIONS(1520), - [anon_sym_PLUS] = ACTIONS(1520), - [anon_sym_STAR] = ACTIONS(1522), - [anon_sym_AMP] = ACTIONS(1522), - [anon_sym_subroutine] = ACTIONS(1520), - [anon_sym_invariant] = ACTIONS(1520), - [anon_sym_precise] = ACTIONS(1520), - [anon_sym_in] = ACTIONS(1520), - [anon_sym_out] = ACTIONS(1520), - [anon_sym_inout] = ACTIONS(1520), - [anon_sym_uniform] = ACTIONS(1520), - [anon_sym_shared] = ACTIONS(1520), - [anon_sym_attribute] = ACTIONS(1520), - [anon_sym_varying] = ACTIONS(1520), - [anon_sym_buffer] = ACTIONS(1520), - [anon_sym_coherent] = ACTIONS(1520), - [anon_sym_readonly] = ACTIONS(1520), - [anon_sym_writeonly] = ACTIONS(1520), - [anon_sym_precision] = ACTIONS(1520), - [anon_sym_highp] = ACTIONS(1520), - [anon_sym_mediump] = ACTIONS(1520), - [anon_sym_lowp] = ACTIONS(1520), - [anon_sym_centroid] = ACTIONS(1520), - [anon_sym_sample] = ACTIONS(1520), - [anon_sym_patch] = ACTIONS(1520), - [anon_sym_smooth] = ACTIONS(1520), - [anon_sym_flat] = ACTIONS(1520), - [anon_sym_noperspective] = ACTIONS(1520), - [anon_sym___extension__] = ACTIONS(1520), - [anon_sym_typedef] = ACTIONS(1520), - [anon_sym_extern] = ACTIONS(1520), - [anon_sym___attribute__] = ACTIONS(1520), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1522), - [anon_sym___declspec] = ACTIONS(1520), - [anon_sym___cdecl] = ACTIONS(1520), - [anon_sym___clrcall] = ACTIONS(1520), - [anon_sym___stdcall] = ACTIONS(1520), - [anon_sym___fastcall] = ACTIONS(1520), - [anon_sym___thiscall] = ACTIONS(1520), - [anon_sym___vectorcall] = ACTIONS(1520), - [anon_sym_LBRACE] = ACTIONS(1522), - [anon_sym_signed] = ACTIONS(1520), - [anon_sym_unsigned] = ACTIONS(1520), - [anon_sym_long] = ACTIONS(1520), - [anon_sym_short] = ACTIONS(1520), - [anon_sym_static] = ACTIONS(1520), - [anon_sym_auto] = ACTIONS(1520), - [anon_sym_register] = ACTIONS(1520), - [anon_sym_inline] = ACTIONS(1520), - [anon_sym___inline] = ACTIONS(1520), - [anon_sym___inline__] = ACTIONS(1520), - [anon_sym___forceinline] = ACTIONS(1520), - [anon_sym_thread_local] = ACTIONS(1520), - [anon_sym___thread] = ACTIONS(1520), - [anon_sym_const] = ACTIONS(1520), - [anon_sym_constexpr] = ACTIONS(1520), - [anon_sym_volatile] = ACTIONS(1520), - [anon_sym_restrict] = ACTIONS(1520), - [anon_sym___restrict__] = ACTIONS(1520), - [anon_sym__Atomic] = ACTIONS(1520), - [anon_sym__Noreturn] = ACTIONS(1520), - [anon_sym_noreturn] = ACTIONS(1520), - [sym_primitive_type] = ACTIONS(1520), - [anon_sym_enum] = ACTIONS(1520), - [anon_sym_struct] = ACTIONS(1520), - [anon_sym_union] = ACTIONS(1520), - [anon_sym_if] = ACTIONS(1520), - [anon_sym_switch] = ACTIONS(1520), - [anon_sym_case] = ACTIONS(1520), - [anon_sym_default] = ACTIONS(1520), - [anon_sym_while] = ACTIONS(1520), - [anon_sym_do] = ACTIONS(1520), - [anon_sym_for] = ACTIONS(1520), - [anon_sym_return] = ACTIONS(1520), - [anon_sym_break] = ACTIONS(1520), - [anon_sym_continue] = ACTIONS(1520), - [anon_sym_goto] = ACTIONS(1520), - [anon_sym_DASH_DASH] = ACTIONS(1522), - [anon_sym_PLUS_PLUS] = ACTIONS(1522), - [anon_sym_sizeof] = ACTIONS(1520), - [anon_sym___alignof__] = ACTIONS(1520), - [anon_sym___alignof] = ACTIONS(1520), - [anon_sym__alignof] = ACTIONS(1520), - [anon_sym_alignof] = ACTIONS(1520), - [anon_sym__Alignof] = ACTIONS(1520), - [anon_sym_offsetof] = ACTIONS(1520), - [anon_sym__Generic] = ACTIONS(1520), - [anon_sym_asm] = ACTIONS(1520), - [anon_sym___asm__] = ACTIONS(1520), - [sym_number_literal] = ACTIONS(1522), - [anon_sym_L_SQUOTE] = ACTIONS(1522), - [anon_sym_u_SQUOTE] = ACTIONS(1522), - [anon_sym_U_SQUOTE] = ACTIONS(1522), - [anon_sym_u8_SQUOTE] = ACTIONS(1522), - [anon_sym_SQUOTE] = ACTIONS(1522), - [anon_sym_L_DQUOTE] = ACTIONS(1522), - [anon_sym_u_DQUOTE] = ACTIONS(1522), - [anon_sym_U_DQUOTE] = ACTIONS(1522), - [anon_sym_u8_DQUOTE] = ACTIONS(1522), - [anon_sym_DQUOTE] = ACTIONS(1522), - [sym_true] = ACTIONS(1520), - [sym_false] = ACTIONS(1520), - [anon_sym_NULL] = ACTIONS(1520), - [anon_sym_nullptr] = ACTIONS(1520), + [ts_builtin_sym_end] = ACTIONS(1496), + [sym_identifier] = ACTIONS(1494), + [aux_sym_preproc_include_token1] = ACTIONS(1494), + [aux_sym_preproc_def_token1] = ACTIONS(1494), + [aux_sym_preproc_if_token1] = ACTIONS(1494), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1494), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1494), + [sym_preproc_directive] = ACTIONS(1494), + [anon_sym_LPAREN2] = ACTIONS(1496), + [anon_sym_BANG] = ACTIONS(1496), + [anon_sym_TILDE] = ACTIONS(1496), + [anon_sym_DASH] = ACTIONS(1494), + [anon_sym_PLUS] = ACTIONS(1494), + [anon_sym_STAR] = ACTIONS(1496), + [anon_sym_AMP] = ACTIONS(1496), + [anon_sym_subroutine] = ACTIONS(1494), + [anon_sym_invariant] = ACTIONS(1494), + [anon_sym_precise] = ACTIONS(1494), + [anon_sym_in] = ACTIONS(1494), + [anon_sym_out] = ACTIONS(1494), + [anon_sym_inout] = ACTIONS(1494), + [anon_sym_uniform] = ACTIONS(1494), + [anon_sym_shared] = ACTIONS(1494), + [anon_sym_attribute] = ACTIONS(1494), + [anon_sym_varying] = ACTIONS(1494), + [anon_sym_buffer] = ACTIONS(1494), + [anon_sym_coherent] = ACTIONS(1494), + [anon_sym_readonly] = ACTIONS(1494), + [anon_sym_writeonly] = ACTIONS(1494), + [anon_sym_precision] = ACTIONS(1494), + [anon_sym_highp] = ACTIONS(1494), + [anon_sym_mediump] = ACTIONS(1494), + [anon_sym_lowp] = ACTIONS(1494), + [anon_sym_centroid] = ACTIONS(1494), + [anon_sym_sample] = ACTIONS(1494), + [anon_sym_patch] = ACTIONS(1494), + [anon_sym_smooth] = ACTIONS(1494), + [anon_sym_flat] = ACTIONS(1494), + [anon_sym_noperspective] = ACTIONS(1494), + [anon_sym___extension__] = ACTIONS(1494), + [anon_sym_typedef] = ACTIONS(1494), + [anon_sym_extern] = ACTIONS(1494), + [anon_sym___attribute__] = ACTIONS(1494), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1496), + [anon_sym___declspec] = ACTIONS(1494), + [anon_sym___cdecl] = ACTIONS(1494), + [anon_sym___clrcall] = ACTIONS(1494), + [anon_sym___stdcall] = ACTIONS(1494), + [anon_sym___fastcall] = ACTIONS(1494), + [anon_sym___thiscall] = ACTIONS(1494), + [anon_sym___vectorcall] = ACTIONS(1494), + [anon_sym_LBRACE] = ACTIONS(1496), + [anon_sym_signed] = ACTIONS(1494), + [anon_sym_unsigned] = ACTIONS(1494), + [anon_sym_long] = ACTIONS(1494), + [anon_sym_short] = ACTIONS(1494), + [anon_sym_static] = ACTIONS(1494), + [anon_sym_auto] = ACTIONS(1494), + [anon_sym_register] = ACTIONS(1494), + [anon_sym_inline] = ACTIONS(1494), + [anon_sym___inline] = ACTIONS(1494), + [anon_sym___inline__] = ACTIONS(1494), + [anon_sym___forceinline] = ACTIONS(1494), + [anon_sym_thread_local] = ACTIONS(1494), + [anon_sym___thread] = ACTIONS(1494), + [anon_sym_const] = ACTIONS(1494), + [anon_sym_constexpr] = ACTIONS(1494), + [anon_sym_volatile] = ACTIONS(1494), + [anon_sym_restrict] = ACTIONS(1494), + [anon_sym___restrict__] = ACTIONS(1494), + [anon_sym__Atomic] = ACTIONS(1494), + [anon_sym__Noreturn] = ACTIONS(1494), + [anon_sym_noreturn] = ACTIONS(1494), + [sym_primitive_type] = ACTIONS(1494), + [anon_sym_enum] = ACTIONS(1494), + [anon_sym_struct] = ACTIONS(1494), + [anon_sym_union] = ACTIONS(1494), + [anon_sym_if] = ACTIONS(1494), + [anon_sym_switch] = ACTIONS(1494), + [anon_sym_case] = ACTIONS(1494), + [anon_sym_default] = ACTIONS(1494), + [anon_sym_while] = ACTIONS(1494), + [anon_sym_do] = ACTIONS(1494), + [anon_sym_for] = ACTIONS(1494), + [anon_sym_return] = ACTIONS(1494), + [anon_sym_break] = ACTIONS(1494), + [anon_sym_continue] = ACTIONS(1494), + [anon_sym_goto] = ACTIONS(1494), + [anon_sym_DASH_DASH] = ACTIONS(1496), + [anon_sym_PLUS_PLUS] = ACTIONS(1496), + [anon_sym_sizeof] = ACTIONS(1494), + [anon_sym___alignof__] = ACTIONS(1494), + [anon_sym___alignof] = ACTIONS(1494), + [anon_sym__alignof] = ACTIONS(1494), + [anon_sym_alignof] = ACTIONS(1494), + [anon_sym__Alignof] = ACTIONS(1494), + [anon_sym_offsetof] = ACTIONS(1494), + [anon_sym__Generic] = ACTIONS(1494), + [anon_sym_asm] = ACTIONS(1494), + [anon_sym___asm__] = ACTIONS(1494), + [sym_number_literal] = ACTIONS(1496), + [anon_sym_L_SQUOTE] = ACTIONS(1496), + [anon_sym_u_SQUOTE] = ACTIONS(1496), + [anon_sym_U_SQUOTE] = ACTIONS(1496), + [anon_sym_u8_SQUOTE] = ACTIONS(1496), + [anon_sym_SQUOTE] = ACTIONS(1496), + [anon_sym_L_DQUOTE] = ACTIONS(1496), + [anon_sym_u_DQUOTE] = ACTIONS(1496), + [anon_sym_U_DQUOTE] = ACTIONS(1496), + [anon_sym_u8_DQUOTE] = ACTIONS(1496), + [anon_sym_DQUOTE] = ACTIONS(1496), + [sym_true] = ACTIONS(1494), + [sym_false] = ACTIONS(1494), + [anon_sym_NULL] = ACTIONS(1494), + [anon_sym_nullptr] = ACTIONS(1494), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1520), - [anon_sym_rayPayloadInEXT] = ACTIONS(1520), - [anon_sym_hitAttributeEXT] = ACTIONS(1520), - [anon_sym_callableDataEXT] = ACTIONS(1520), - [anon_sym_callableDataInEXT] = ACTIONS(1520), - [anon_sym_shaderRecordEXT] = ACTIONS(1520), - [anon_sym_rayPayloadNV] = ACTIONS(1520), - [anon_sym_rayPayloadInNV] = ACTIONS(1520), - [anon_sym_hitAttributeNV] = ACTIONS(1520), - [anon_sym_callableDataNV] = ACTIONS(1520), - [anon_sym_callableDataInNV] = ACTIONS(1520), - [anon_sym_shaderRecordNV] = ACTIONS(1520), - [anon_sym_layout] = ACTIONS(1520), + [anon_sym_rayPayloadEXT] = ACTIONS(1494), + [anon_sym_rayPayloadInEXT] = ACTIONS(1494), + [anon_sym_hitAttributeEXT] = ACTIONS(1494), + [anon_sym_callableDataEXT] = ACTIONS(1494), + [anon_sym_callableDataInEXT] = ACTIONS(1494), + [anon_sym_shaderRecordEXT] = ACTIONS(1494), + [anon_sym_rayPayloadNV] = ACTIONS(1494), + [anon_sym_rayPayloadInNV] = ACTIONS(1494), + [anon_sym_hitAttributeNV] = ACTIONS(1494), + [anon_sym_callableDataNV] = ACTIONS(1494), + [anon_sym_callableDataInNV] = ACTIONS(1494), + [anon_sym_shaderRecordNV] = ACTIONS(1494), + [anon_sym_layout] = ACTIONS(1494), }, [436] = { - [sym_else_clause] = STATE(289), + [sym_else_clause] = STATE(302), [sym_identifier] = ACTIONS(1344), [anon_sym_LPAREN2] = ACTIONS(1346), [anon_sym_BANG] = ACTIONS(1346), @@ -80156,35 +80151,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(1344), }, [437] = { - [sym_preproc_def] = STATE(443), - [sym_preproc_function_def] = STATE(443), - [sym_preproc_call] = STATE(443), - [sym_preproc_elifdef] = STATE(1997), - [sym_preproc_if_in_field_declaration_list] = STATE(443), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(443), - [sym_preproc_else_in_field_declaration_list] = STATE(1997), - [sym_preproc_elif_in_field_declaration_list] = STATE(1997), + [sym_preproc_def] = STATE(448), + [sym_preproc_function_def] = STATE(448), + [sym_preproc_call] = STATE(448), + [sym_preproc_elifdef] = STATE(2012), + [sym_preproc_if_in_field_declaration_list] = STATE(448), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(448), + [sym_preproc_else_in_field_declaration_list] = STATE(2012), + [sym_preproc_elif_in_field_declaration_list] = STATE(2012), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1304), + [sym__declaration_specifiers] = STATE(1299), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym__field_declaration_list_item] = STATE(443), - [sym_field_declaration] = STATE(443), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(540), - [sym_layout_specification] = STATE(540), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(443), - [aux_sym_declaration_repeat1] = STATE(540), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym__field_declaration_list_item] = STATE(448), + [sym_field_declaration] = STATE(448), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(534), + [sym_layout_specification] = STATE(534), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(448), + [aux_sym_declaration_repeat1] = STATE(534), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1572), [aux_sym_preproc_def_token1] = ACTIONS(1574), [aux_sym_preproc_if_token1] = ACTIONS(1576), @@ -80266,35 +80261,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [438] = { - [sym_preproc_def] = STATE(441), - [sym_preproc_function_def] = STATE(441), - [sym_preproc_call] = STATE(441), - [sym_preproc_elifdef] = STATE(1828), - [sym_preproc_if_in_field_declaration_list] = STATE(441), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(441), - [sym_preproc_else_in_field_declaration_list] = STATE(1828), - [sym_preproc_elif_in_field_declaration_list] = STATE(1828), + [sym_preproc_def] = STATE(448), + [sym_preproc_function_def] = STATE(448), + [sym_preproc_call] = STATE(448), + [sym_preproc_elifdef] = STATE(1986), + [sym_preproc_if_in_field_declaration_list] = STATE(448), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(448), + [sym_preproc_else_in_field_declaration_list] = STATE(1986), + [sym_preproc_elif_in_field_declaration_list] = STATE(1986), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1304), + [sym__declaration_specifiers] = STATE(1299), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym__field_declaration_list_item] = STATE(441), - [sym_field_declaration] = STATE(441), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(540), - [sym_layout_specification] = STATE(540), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(441), - [aux_sym_declaration_repeat1] = STATE(540), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym__field_declaration_list_item] = STATE(448), + [sym_field_declaration] = STATE(448), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(534), + [sym_layout_specification] = STATE(534), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(448), + [aux_sym_declaration_repeat1] = STATE(534), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1572), [aux_sym_preproc_def_token1] = ACTIONS(1574), [aux_sym_preproc_if_token1] = ACTIONS(1576), @@ -80376,35 +80371,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [439] = { - [sym_preproc_def] = STATE(440), - [sym_preproc_function_def] = STATE(440), - [sym_preproc_call] = STATE(440), - [sym_preproc_elifdef] = STATE(1875), - [sym_preproc_if_in_field_declaration_list] = STATE(440), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(440), - [sym_preproc_else_in_field_declaration_list] = STATE(1875), - [sym_preproc_elif_in_field_declaration_list] = STATE(1875), + [sym_preproc_def] = STATE(444), + [sym_preproc_function_def] = STATE(444), + [sym_preproc_call] = STATE(444), + [sym_preproc_elifdef] = STATE(1842), + [sym_preproc_if_in_field_declaration_list] = STATE(444), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(444), + [sym_preproc_else_in_field_declaration_list] = STATE(1842), + [sym_preproc_elif_in_field_declaration_list] = STATE(1842), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1304), + [sym__declaration_specifiers] = STATE(1299), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym__field_declaration_list_item] = STATE(440), - [sym_field_declaration] = STATE(440), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(540), - [sym_layout_specification] = STATE(540), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(440), - [aux_sym_declaration_repeat1] = STATE(540), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym__field_declaration_list_item] = STATE(444), + [sym_field_declaration] = STATE(444), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(534), + [sym_layout_specification] = STATE(534), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(444), + [aux_sym_declaration_repeat1] = STATE(534), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1572), [aux_sym_preproc_def_token1] = ACTIONS(1574), [aux_sym_preproc_if_token1] = ACTIONS(1576), @@ -80486,35 +80481,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [440] = { - [sym_preproc_def] = STATE(449), - [sym_preproc_function_def] = STATE(449), - [sym_preproc_call] = STATE(449), - [sym_preproc_elifdef] = STATE(2014), - [sym_preproc_if_in_field_declaration_list] = STATE(449), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(449), - [sym_preproc_else_in_field_declaration_list] = STATE(2014), - [sym_preproc_elif_in_field_declaration_list] = STATE(2014), + [sym_preproc_def] = STATE(438), + [sym_preproc_function_def] = STATE(438), + [sym_preproc_call] = STATE(438), + [sym_preproc_elifdef] = STATE(1996), + [sym_preproc_if_in_field_declaration_list] = STATE(438), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(438), + [sym_preproc_else_in_field_declaration_list] = STATE(1996), + [sym_preproc_elif_in_field_declaration_list] = STATE(1996), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1304), + [sym__declaration_specifiers] = STATE(1299), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym__field_declaration_list_item] = STATE(449), - [sym_field_declaration] = STATE(449), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(540), - [sym_layout_specification] = STATE(540), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(449), - [aux_sym_declaration_repeat1] = STATE(540), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym__field_declaration_list_item] = STATE(438), + [sym_field_declaration] = STATE(438), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(534), + [sym_layout_specification] = STATE(534), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(438), + [aux_sym_declaration_repeat1] = STATE(534), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1572), [aux_sym_preproc_def_token1] = ACTIONS(1574), [aux_sym_preproc_if_token1] = ACTIONS(1576), @@ -80596,35 +80591,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [441] = { - [sym_preproc_def] = STATE(449), - [sym_preproc_function_def] = STATE(449), - [sym_preproc_call] = STATE(449), - [sym_preproc_elifdef] = STATE(2037), - [sym_preproc_if_in_field_declaration_list] = STATE(449), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(449), - [sym_preproc_else_in_field_declaration_list] = STATE(2037), - [sym_preproc_elif_in_field_declaration_list] = STATE(2037), + [sym_preproc_def] = STATE(443), + [sym_preproc_function_def] = STATE(443), + [sym_preproc_call] = STATE(443), + [sym_preproc_elifdef] = STATE(1904), + [sym_preproc_if_in_field_declaration_list] = STATE(443), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(443), + [sym_preproc_else_in_field_declaration_list] = STATE(1904), + [sym_preproc_elif_in_field_declaration_list] = STATE(1904), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1304), + [sym__declaration_specifiers] = STATE(1299), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym__field_declaration_list_item] = STATE(449), - [sym_field_declaration] = STATE(449), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(540), - [sym_layout_specification] = STATE(540), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(449), - [aux_sym_declaration_repeat1] = STATE(540), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym__field_declaration_list_item] = STATE(443), + [sym_field_declaration] = STATE(443), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(534), + [sym_layout_specification] = STATE(534), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(443), + [aux_sym_declaration_repeat1] = STATE(534), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1572), [aux_sym_preproc_def_token1] = ACTIONS(1574), [aux_sym_preproc_if_token1] = ACTIONS(1576), @@ -80706,35 +80701,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [442] = { - [sym_preproc_def] = STATE(444), - [sym_preproc_function_def] = STATE(444), - [sym_preproc_call] = STATE(444), - [sym_preproc_elifdef] = STATE(1842), - [sym_preproc_if_in_field_declaration_list] = STATE(444), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(444), - [sym_preproc_else_in_field_declaration_list] = STATE(1842), - [sym_preproc_elif_in_field_declaration_list] = STATE(1842), + [sym_preproc_def] = STATE(437), + [sym_preproc_function_def] = STATE(437), + [sym_preproc_call] = STATE(437), + [sym_preproc_elifdef] = STATE(1880), + [sym_preproc_if_in_field_declaration_list] = STATE(437), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(437), + [sym_preproc_else_in_field_declaration_list] = STATE(1880), + [sym_preproc_elif_in_field_declaration_list] = STATE(1880), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1304), + [sym__declaration_specifiers] = STATE(1299), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym__field_declaration_list_item] = STATE(444), - [sym_field_declaration] = STATE(444), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(540), - [sym_layout_specification] = STATE(540), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(444), - [aux_sym_declaration_repeat1] = STATE(540), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym__field_declaration_list_item] = STATE(437), + [sym_field_declaration] = STATE(437), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(534), + [sym_layout_specification] = STATE(534), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(437), + [aux_sym_declaration_repeat1] = STATE(534), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1572), [aux_sym_preproc_def_token1] = ACTIONS(1574), [aux_sym_preproc_if_token1] = ACTIONS(1576), @@ -80816,35 +80811,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [443] = { - [sym_preproc_def] = STATE(449), - [sym_preproc_function_def] = STATE(449), - [sym_preproc_call] = STATE(449), - [sym_preproc_elifdef] = STATE(1986), - [sym_preproc_if_in_field_declaration_list] = STATE(449), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(449), - [sym_preproc_else_in_field_declaration_list] = STATE(1986), - [sym_preproc_elif_in_field_declaration_list] = STATE(1986), + [sym_preproc_def] = STATE(448), + [sym_preproc_function_def] = STATE(448), + [sym_preproc_call] = STATE(448), + [sym_preproc_elifdef] = STATE(2032), + [sym_preproc_if_in_field_declaration_list] = STATE(448), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(448), + [sym_preproc_else_in_field_declaration_list] = STATE(2032), + [sym_preproc_elif_in_field_declaration_list] = STATE(2032), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1304), + [sym__declaration_specifiers] = STATE(1299), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym__field_declaration_list_item] = STATE(449), - [sym_field_declaration] = STATE(449), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(540), - [sym_layout_specification] = STATE(540), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(449), - [aux_sym_declaration_repeat1] = STATE(540), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym__field_declaration_list_item] = STATE(448), + [sym_field_declaration] = STATE(448), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(534), + [sym_layout_specification] = STATE(534), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(448), + [aux_sym_declaration_repeat1] = STATE(534), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1572), [aux_sym_preproc_def_token1] = ACTIONS(1574), [aux_sym_preproc_if_token1] = ACTIONS(1576), @@ -80926,35 +80921,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [444] = { - [sym_preproc_def] = STATE(449), - [sym_preproc_function_def] = STATE(449), - [sym_preproc_call] = STATE(449), - [sym_preproc_elifdef] = STATE(1833), - [sym_preproc_if_in_field_declaration_list] = STATE(449), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(449), - [sym_preproc_else_in_field_declaration_list] = STATE(1833), - [sym_preproc_elif_in_field_declaration_list] = STATE(1833), + [sym_preproc_def] = STATE(448), + [sym_preproc_function_def] = STATE(448), + [sym_preproc_call] = STATE(448), + [sym_preproc_elifdef] = STATE(1836), + [sym_preproc_if_in_field_declaration_list] = STATE(448), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(448), + [sym_preproc_else_in_field_declaration_list] = STATE(1836), + [sym_preproc_elif_in_field_declaration_list] = STATE(1836), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1304), + [sym__declaration_specifiers] = STATE(1299), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym__field_declaration_list_item] = STATE(449), - [sym_field_declaration] = STATE(449), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(540), - [sym_layout_specification] = STATE(540), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(449), - [aux_sym_declaration_repeat1] = STATE(540), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym__field_declaration_list_item] = STATE(448), + [sym_field_declaration] = STATE(448), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(534), + [sym_layout_specification] = STATE(534), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(448), + [aux_sym_declaration_repeat1] = STATE(534), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1572), [aux_sym_preproc_def_token1] = ACTIONS(1574), [aux_sym_preproc_if_token1] = ACTIONS(1576), @@ -81036,34 +81031,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [445] = { - [sym_preproc_def] = STATE(456), - [sym_preproc_function_def] = STATE(456), - [sym_preproc_call] = STATE(456), - [sym_preproc_if_in_field_declaration_list] = STATE(456), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(456), - [sym_preproc_else_in_field_declaration_list] = STATE(1940), - [sym_preproc_elif_in_field_declaration_list] = STATE(1940), + [sym_preproc_def] = STATE(449), + [sym_preproc_function_def] = STATE(449), + [sym_preproc_call] = STATE(449), + [sym_preproc_if_in_field_declaration_list] = STATE(449), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(449), + [sym_preproc_else_in_field_declaration_list] = STATE(1838), + [sym_preproc_elif_in_field_declaration_list] = STATE(1838), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1300), + [sym__declaration_specifiers] = STATE(1303), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym__field_declaration_list_item] = STATE(456), - [sym_field_declaration] = STATE(456), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(533), - [sym_layout_specification] = STATE(533), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(456), - [aux_sym_declaration_repeat1] = STATE(533), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym__field_declaration_list_item] = STATE(449), + [sym_field_declaration] = STATE(449), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(530), + [sym_layout_specification] = STATE(530), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(449), + [aux_sym_declaration_repeat1] = STATE(530), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1572), [aux_sym_preproc_def_token1] = ACTIONS(1604), [aux_sym_preproc_if_token1] = ACTIONS(1606), @@ -81143,34 +81138,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [446] = { - [sym_preproc_def] = STATE(448), - [sym_preproc_function_def] = STATE(448), - [sym_preproc_call] = STATE(448), - [sym_preproc_if_in_field_declaration_list] = STATE(448), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(448), - [sym_preproc_else_in_field_declaration_list] = STATE(1988), - [sym_preproc_elif_in_field_declaration_list] = STATE(1988), + [sym_preproc_def] = STATE(456), + [sym_preproc_function_def] = STATE(456), + [sym_preproc_call] = STATE(456), + [sym_preproc_if_in_field_declaration_list] = STATE(456), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(456), + [sym_preproc_else_in_field_declaration_list] = STATE(1967), + [sym_preproc_elif_in_field_declaration_list] = STATE(1967), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1300), + [sym__declaration_specifiers] = STATE(1303), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym__field_declaration_list_item] = STATE(448), - [sym_field_declaration] = STATE(448), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(533), - [sym_layout_specification] = STATE(533), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(448), - [aux_sym_declaration_repeat1] = STATE(533), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym__field_declaration_list_item] = STATE(456), + [sym_field_declaration] = STATE(456), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(530), + [sym_layout_specification] = STATE(530), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(456), + [aux_sym_declaration_repeat1] = STATE(530), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1572), [aux_sym_preproc_def_token1] = ACTIONS(1604), [aux_sym_preproc_if_token1] = ACTIONS(1606), @@ -81250,34 +81245,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [447] = { - [sym_preproc_def] = STATE(455), - [sym_preproc_function_def] = STATE(455), - [sym_preproc_call] = STATE(455), - [sym_preproc_if_in_field_declaration_list] = STATE(455), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(455), + [sym_preproc_def] = STATE(456), + [sym_preproc_function_def] = STATE(456), + [sym_preproc_call] = STATE(456), + [sym_preproc_if_in_field_declaration_list] = STATE(456), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(456), [sym_preproc_else_in_field_declaration_list] = STATE(1941), [sym_preproc_elif_in_field_declaration_list] = STATE(1941), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1300), + [sym__declaration_specifiers] = STATE(1303), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym__field_declaration_list_item] = STATE(455), - [sym_field_declaration] = STATE(455), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(533), - [sym_layout_specification] = STATE(533), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(455), - [aux_sym_declaration_repeat1] = STATE(533), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym__field_declaration_list_item] = STATE(456), + [sym_field_declaration] = STATE(456), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(530), + [sym_layout_specification] = STATE(530), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(456), + [aux_sym_declaration_repeat1] = STATE(530), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1572), [aux_sym_preproc_def_token1] = ACTIONS(1604), [aux_sym_preproc_if_token1] = ACTIONS(1606), @@ -81357,38 +81352,145 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [448] = { + [sym_preproc_def] = STATE(448), + [sym_preproc_function_def] = STATE(448), + [sym_preproc_call] = STATE(448), + [sym_preproc_if_in_field_declaration_list] = STATE(448), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(448), + [sym__declaration_modifiers] = STATE(870), + [sym__declaration_specifiers] = STATE(1299), + [sym_attribute_specifier] = STATE(870), + [sym_attribute_declaration] = STATE(870), + [sym_ms_declspec_modifier] = STATE(870), + [sym_storage_class_specifier] = STATE(870), + [sym_type_qualifier] = STATE(870), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym__field_declaration_list_item] = STATE(448), + [sym_field_declaration] = STATE(448), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(534), + [sym_layout_specification] = STATE(534), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(448), + [aux_sym_declaration_repeat1] = STATE(534), + [aux_sym__declaration_specifiers_repeat1] = STATE(870), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [sym_identifier] = ACTIONS(1620), + [aux_sym_preproc_def_token1] = ACTIONS(1623), + [aux_sym_preproc_if_token1] = ACTIONS(1626), + [aux_sym_preproc_if_token2] = ACTIONS(1629), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1631), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1631), + [aux_sym_preproc_else_token1] = ACTIONS(1629), + [aux_sym_preproc_elif_token1] = ACTIONS(1629), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1629), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1629), + [sym_preproc_directive] = ACTIONS(1634), + [anon_sym_subroutine] = ACTIONS(1637), + [anon_sym_invariant] = ACTIONS(1637), + [anon_sym_precise] = ACTIONS(1637), + [anon_sym_in] = ACTIONS(1637), + [anon_sym_out] = ACTIONS(1637), + [anon_sym_inout] = ACTIONS(1637), + [anon_sym_uniform] = ACTIONS(1637), + [anon_sym_shared] = ACTIONS(1637), + [anon_sym_attribute] = ACTIONS(1637), + [anon_sym_varying] = ACTIONS(1637), + [anon_sym_buffer] = ACTIONS(1637), + [anon_sym_coherent] = ACTIONS(1637), + [anon_sym_readonly] = ACTIONS(1637), + [anon_sym_writeonly] = ACTIONS(1637), + [anon_sym_precision] = ACTIONS(1637), + [anon_sym_highp] = ACTIONS(1637), + [anon_sym_mediump] = ACTIONS(1637), + [anon_sym_lowp] = ACTIONS(1637), + [anon_sym_centroid] = ACTIONS(1637), + [anon_sym_sample] = ACTIONS(1637), + [anon_sym_patch] = ACTIONS(1637), + [anon_sym_smooth] = ACTIONS(1637), + [anon_sym_flat] = ACTIONS(1637), + [anon_sym_noperspective] = ACTIONS(1637), + [anon_sym___extension__] = ACTIONS(1640), + [anon_sym_extern] = ACTIONS(1643), + [anon_sym___attribute__] = ACTIONS(1646), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1649), + [anon_sym___declspec] = ACTIONS(1652), + [anon_sym_signed] = ACTIONS(1655), + [anon_sym_unsigned] = ACTIONS(1655), + [anon_sym_long] = ACTIONS(1655), + [anon_sym_short] = ACTIONS(1655), + [anon_sym_static] = ACTIONS(1643), + [anon_sym_auto] = ACTIONS(1643), + [anon_sym_register] = ACTIONS(1643), + [anon_sym_inline] = ACTIONS(1643), + [anon_sym___inline] = ACTIONS(1643), + [anon_sym___inline__] = ACTIONS(1643), + [anon_sym___forceinline] = ACTIONS(1643), + [anon_sym_thread_local] = ACTIONS(1643), + [anon_sym___thread] = ACTIONS(1643), + [anon_sym_const] = ACTIONS(1640), + [anon_sym_constexpr] = ACTIONS(1640), + [anon_sym_volatile] = ACTIONS(1640), + [anon_sym_restrict] = ACTIONS(1640), + [anon_sym___restrict__] = ACTIONS(1640), + [anon_sym__Atomic] = ACTIONS(1640), + [anon_sym__Noreturn] = ACTIONS(1640), + [anon_sym_noreturn] = ACTIONS(1640), + [sym_primitive_type] = ACTIONS(1658), + [anon_sym_enum] = ACTIONS(1661), + [anon_sym_struct] = ACTIONS(1664), + [anon_sym_union] = ACTIONS(1667), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1670), + [anon_sym_rayPayloadInEXT] = ACTIONS(1670), + [anon_sym_hitAttributeEXT] = ACTIONS(1670), + [anon_sym_callableDataEXT] = ACTIONS(1670), + [anon_sym_callableDataInEXT] = ACTIONS(1670), + [anon_sym_shaderRecordEXT] = ACTIONS(1670), + [anon_sym_rayPayloadNV] = ACTIONS(1670), + [anon_sym_rayPayloadInNV] = ACTIONS(1670), + [anon_sym_hitAttributeNV] = ACTIONS(1670), + [anon_sym_callableDataNV] = ACTIONS(1670), + [anon_sym_callableDataInNV] = ACTIONS(1670), + [anon_sym_shaderRecordNV] = ACTIONS(1670), + [anon_sym_layout] = ACTIONS(1673), + }, + [449] = { [sym_preproc_def] = STATE(456), [sym_preproc_function_def] = STATE(456), [sym_preproc_call] = STATE(456), [sym_preproc_if_in_field_declaration_list] = STATE(456), [sym_preproc_ifdef_in_field_declaration_list] = STATE(456), - [sym_preproc_else_in_field_declaration_list] = STATE(1983), - [sym_preproc_elif_in_field_declaration_list] = STATE(1983), + [sym_preproc_else_in_field_declaration_list] = STATE(1832), + [sym_preproc_elif_in_field_declaration_list] = STATE(1832), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1300), + [sym__declaration_specifiers] = STATE(1303), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), [sym__field_declaration_list_item] = STATE(456), [sym_field_declaration] = STATE(456), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(533), - [sym_layout_specification] = STATE(533), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(530), + [sym_layout_specification] = STATE(530), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(456), - [aux_sym_declaration_repeat1] = STATE(533), + [aux_sym_declaration_repeat1] = STATE(530), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1572), [aux_sym_preproc_def_token1] = ACTIONS(1604), [aux_sym_preproc_if_token1] = ACTIONS(1606), - [aux_sym_preproc_if_token2] = ACTIONS(1620), + [aux_sym_preproc_if_token2] = ACTIONS(1676), [aux_sym_preproc_ifdef_token1] = ACTIONS(1610), [aux_sym_preproc_ifdef_token2] = ACTIONS(1610), [aux_sym_preproc_else_token1] = ACTIONS(1582), @@ -81463,142 +81565,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(107), [anon_sym_layout] = ACTIONS(109), }, - [449] = { - [sym_preproc_def] = STATE(449), - [sym_preproc_function_def] = STATE(449), - [sym_preproc_call] = STATE(449), - [sym_preproc_if_in_field_declaration_list] = STATE(449), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(449), - [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1304), - [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(870), - [sym_ms_declspec_modifier] = STATE(870), - [sym_storage_class_specifier] = STATE(870), - [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym__field_declaration_list_item] = STATE(449), - [sym_field_declaration] = STATE(449), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(540), - [sym_layout_specification] = STATE(540), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(449), - [aux_sym_declaration_repeat1] = STATE(540), - [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [sym_identifier] = ACTIONS(1622), - [aux_sym_preproc_def_token1] = ACTIONS(1625), - [aux_sym_preproc_if_token1] = ACTIONS(1628), - [aux_sym_preproc_if_token2] = ACTIONS(1631), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1633), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1633), - [aux_sym_preproc_else_token1] = ACTIONS(1631), - [aux_sym_preproc_elif_token1] = ACTIONS(1631), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1631), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1631), - [sym_preproc_directive] = ACTIONS(1636), - [anon_sym_subroutine] = ACTIONS(1639), - [anon_sym_invariant] = ACTIONS(1639), - [anon_sym_precise] = ACTIONS(1639), - [anon_sym_in] = ACTIONS(1639), - [anon_sym_out] = ACTIONS(1639), - [anon_sym_inout] = ACTIONS(1639), - [anon_sym_uniform] = ACTIONS(1639), - [anon_sym_shared] = ACTIONS(1639), - [anon_sym_attribute] = ACTIONS(1639), - [anon_sym_varying] = ACTIONS(1639), - [anon_sym_buffer] = ACTIONS(1639), - [anon_sym_coherent] = ACTIONS(1639), - [anon_sym_readonly] = ACTIONS(1639), - [anon_sym_writeonly] = ACTIONS(1639), - [anon_sym_precision] = ACTIONS(1639), - [anon_sym_highp] = ACTIONS(1639), - [anon_sym_mediump] = ACTIONS(1639), - [anon_sym_lowp] = ACTIONS(1639), - [anon_sym_centroid] = ACTIONS(1639), - [anon_sym_sample] = ACTIONS(1639), - [anon_sym_patch] = ACTIONS(1639), - [anon_sym_smooth] = ACTIONS(1639), - [anon_sym_flat] = ACTIONS(1639), - [anon_sym_noperspective] = ACTIONS(1639), - [anon_sym___extension__] = ACTIONS(1642), - [anon_sym_extern] = ACTIONS(1645), - [anon_sym___attribute__] = ACTIONS(1648), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1651), - [anon_sym___declspec] = ACTIONS(1654), - [anon_sym_signed] = ACTIONS(1657), - [anon_sym_unsigned] = ACTIONS(1657), - [anon_sym_long] = ACTIONS(1657), - [anon_sym_short] = ACTIONS(1657), - [anon_sym_static] = ACTIONS(1645), - [anon_sym_auto] = ACTIONS(1645), - [anon_sym_register] = ACTIONS(1645), - [anon_sym_inline] = ACTIONS(1645), - [anon_sym___inline] = ACTIONS(1645), - [anon_sym___inline__] = ACTIONS(1645), - [anon_sym___forceinline] = ACTIONS(1645), - [anon_sym_thread_local] = ACTIONS(1645), - [anon_sym___thread] = ACTIONS(1645), - [anon_sym_const] = ACTIONS(1642), - [anon_sym_constexpr] = ACTIONS(1642), - [anon_sym_volatile] = ACTIONS(1642), - [anon_sym_restrict] = ACTIONS(1642), - [anon_sym___restrict__] = ACTIONS(1642), - [anon_sym__Atomic] = ACTIONS(1642), - [anon_sym__Noreturn] = ACTIONS(1642), - [anon_sym_noreturn] = ACTIONS(1642), - [sym_primitive_type] = ACTIONS(1660), - [anon_sym_enum] = ACTIONS(1663), - [anon_sym_struct] = ACTIONS(1666), - [anon_sym_union] = ACTIONS(1669), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1672), - [anon_sym_rayPayloadInEXT] = ACTIONS(1672), - [anon_sym_hitAttributeEXT] = ACTIONS(1672), - [anon_sym_callableDataEXT] = ACTIONS(1672), - [anon_sym_callableDataInEXT] = ACTIONS(1672), - [anon_sym_shaderRecordEXT] = ACTIONS(1672), - [anon_sym_rayPayloadNV] = ACTIONS(1672), - [anon_sym_rayPayloadInNV] = ACTIONS(1672), - [anon_sym_hitAttributeNV] = ACTIONS(1672), - [anon_sym_callableDataNV] = ACTIONS(1672), - [anon_sym_callableDataInNV] = ACTIONS(1672), - [anon_sym_shaderRecordNV] = ACTIONS(1672), - [anon_sym_layout] = ACTIONS(1675), - }, [450] = { - [sym_preproc_def] = STATE(452), - [sym_preproc_function_def] = STATE(452), - [sym_preproc_call] = STATE(452), - [sym_preproc_if_in_field_declaration_list] = STATE(452), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(452), - [sym_preproc_else_in_field_declaration_list] = STATE(2008), - [sym_preproc_elif_in_field_declaration_list] = STATE(2008), + [sym_preproc_def] = STATE(446), + [sym_preproc_function_def] = STATE(446), + [sym_preproc_call] = STATE(446), + [sym_preproc_if_in_field_declaration_list] = STATE(446), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(446), + [sym_preproc_else_in_field_declaration_list] = STATE(2059), + [sym_preproc_elif_in_field_declaration_list] = STATE(2059), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1300), + [sym__declaration_specifiers] = STATE(1303), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym__field_declaration_list_item] = STATE(452), - [sym_field_declaration] = STATE(452), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(533), - [sym_layout_specification] = STATE(533), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(452), - [aux_sym_declaration_repeat1] = STATE(533), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym__field_declaration_list_item] = STATE(446), + [sym_field_declaration] = STATE(446), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(530), + [sym_layout_specification] = STATE(530), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(446), + [aux_sym_declaration_repeat1] = STATE(530), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1572), [aux_sym_preproc_def_token1] = ACTIONS(1604), [aux_sym_preproc_if_token1] = ACTIONS(1606), @@ -81678,34 +81673,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [451] = { - [sym_preproc_def] = STATE(454), - [sym_preproc_function_def] = STATE(454), - [sym_preproc_call] = STATE(454), - [sym_preproc_if_in_field_declaration_list] = STATE(454), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(454), - [sym_preproc_else_in_field_declaration_list] = STATE(1836), - [sym_preproc_elif_in_field_declaration_list] = STATE(1836), + [sym_preproc_def] = STATE(453), + [sym_preproc_function_def] = STATE(453), + [sym_preproc_call] = STATE(453), + [sym_preproc_if_in_field_declaration_list] = STATE(453), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(453), + [sym_preproc_else_in_field_declaration_list] = STATE(1987), + [sym_preproc_elif_in_field_declaration_list] = STATE(1987), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1300), + [sym__declaration_specifiers] = STATE(1303), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym__field_declaration_list_item] = STATE(454), - [sym_field_declaration] = STATE(454), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(533), - [sym_layout_specification] = STATE(533), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(454), - [aux_sym_declaration_repeat1] = STATE(533), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym__field_declaration_list_item] = STATE(453), + [sym_field_declaration] = STATE(453), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(530), + [sym_layout_specification] = STATE(530), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(453), + [aux_sym_declaration_repeat1] = STATE(530), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1572), [aux_sym_preproc_def_token1] = ACTIONS(1604), [aux_sym_preproc_if_token1] = ACTIONS(1606), @@ -81785,34 +81780,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [452] = { - [sym_preproc_def] = STATE(456), - [sym_preproc_function_def] = STATE(456), - [sym_preproc_call] = STATE(456), - [sym_preproc_if_in_field_declaration_list] = STATE(456), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(456), - [sym_preproc_else_in_field_declaration_list] = STATE(1950), - [sym_preproc_elif_in_field_declaration_list] = STATE(1950), + [sym_preproc_def] = STATE(455), + [sym_preproc_function_def] = STATE(455), + [sym_preproc_call] = STATE(455), + [sym_preproc_if_in_field_declaration_list] = STATE(455), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(455), + [sym_preproc_else_in_field_declaration_list] = STATE(1909), + [sym_preproc_elif_in_field_declaration_list] = STATE(1909), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1300), + [sym__declaration_specifiers] = STATE(1303), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym__field_declaration_list_item] = STATE(456), - [sym_field_declaration] = STATE(456), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(533), - [sym_layout_specification] = STATE(533), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(456), - [aux_sym_declaration_repeat1] = STATE(533), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym__field_declaration_list_item] = STATE(455), + [sym_field_declaration] = STATE(455), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(530), + [sym_layout_specification] = STATE(530), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(455), + [aux_sym_declaration_repeat1] = STATE(530), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1572), [aux_sym_preproc_def_token1] = ACTIONS(1604), [aux_sym_preproc_if_token1] = ACTIONS(1606), @@ -81892,34 +81887,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [453] = { - [sym_preproc_def] = STATE(445), - [sym_preproc_function_def] = STATE(445), - [sym_preproc_call] = STATE(445), - [sym_preproc_if_in_field_declaration_list] = STATE(445), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(445), - [sym_preproc_else_in_field_declaration_list] = STATE(1911), - [sym_preproc_elif_in_field_declaration_list] = STATE(1911), + [sym_preproc_def] = STATE(456), + [sym_preproc_function_def] = STATE(456), + [sym_preproc_call] = STATE(456), + [sym_preproc_if_in_field_declaration_list] = STATE(456), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(456), + [sym_preproc_else_in_field_declaration_list] = STATE(1982), + [sym_preproc_elif_in_field_declaration_list] = STATE(1982), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1300), + [sym__declaration_specifiers] = STATE(1303), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym__field_declaration_list_item] = STATE(445), - [sym_field_declaration] = STATE(445), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(533), - [sym_layout_specification] = STATE(533), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(445), - [aux_sym_declaration_repeat1] = STATE(533), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym__field_declaration_list_item] = STATE(456), + [sym_field_declaration] = STATE(456), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(530), + [sym_layout_specification] = STATE(530), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(456), + [aux_sym_declaration_repeat1] = STATE(530), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1572), [aux_sym_preproc_def_token1] = ACTIONS(1604), [aux_sym_preproc_if_token1] = ACTIONS(1606), @@ -81999,34 +81994,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [454] = { - [sym_preproc_def] = STATE(456), - [sym_preproc_function_def] = STATE(456), - [sym_preproc_call] = STATE(456), - [sym_preproc_if_in_field_declaration_list] = STATE(456), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(456), - [sym_preproc_else_in_field_declaration_list] = STATE(1818), - [sym_preproc_elif_in_field_declaration_list] = STATE(1818), + [sym_preproc_def] = STATE(447), + [sym_preproc_function_def] = STATE(447), + [sym_preproc_call] = STATE(447), + [sym_preproc_if_in_field_declaration_list] = STATE(447), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(447), + [sym_preproc_else_in_field_declaration_list] = STATE(2006), + [sym_preproc_elif_in_field_declaration_list] = STATE(2006), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1300), + [sym__declaration_specifiers] = STATE(1303), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym__field_declaration_list_item] = STATE(456), - [sym_field_declaration] = STATE(456), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(533), - [sym_layout_specification] = STATE(533), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(456), - [aux_sym_declaration_repeat1] = STATE(533), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym__field_declaration_list_item] = STATE(447), + [sym_field_declaration] = STATE(447), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(530), + [sym_layout_specification] = STATE(530), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(447), + [aux_sym_declaration_repeat1] = STATE(530), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1572), [aux_sym_preproc_def_token1] = ACTIONS(1604), [aux_sym_preproc_if_token1] = ACTIONS(1606), @@ -82111,29 +82106,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(456), [sym_preproc_if_in_field_declaration_list] = STATE(456), [sym_preproc_ifdef_in_field_declaration_list] = STATE(456), - [sym_preproc_else_in_field_declaration_list] = STATE(1978), - [sym_preproc_elif_in_field_declaration_list] = STATE(1978), + [sym_preproc_else_in_field_declaration_list] = STATE(1938), + [sym_preproc_elif_in_field_declaration_list] = STATE(1938), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1300), + [sym__declaration_specifiers] = STATE(1303), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), [sym__field_declaration_list_item] = STATE(456), [sym_field_declaration] = STATE(456), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(533), - [sym_layout_specification] = STATE(533), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(530), + [sym_layout_specification] = STATE(530), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(456), - [aux_sym_declaration_repeat1] = STATE(533), + [aux_sym_declaration_repeat1] = STATE(530), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1572), [aux_sym_preproc_def_token1] = ACTIONS(1604), [aux_sym_preproc_if_token1] = ACTIONS(1606), @@ -82219,34 +82214,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_if_in_field_declaration_list] = STATE(456), [sym_preproc_ifdef_in_field_declaration_list] = STATE(456), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1300), + [sym__declaration_specifiers] = STATE(1303), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), [sym__field_declaration_list_item] = STATE(456), [sym_field_declaration] = STATE(456), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(533), - [sym_layout_specification] = STATE(533), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(530), + [sym_layout_specification] = STATE(530), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(456), - [aux_sym_declaration_repeat1] = STATE(533), + [aux_sym_declaration_repeat1] = STATE(530), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [sym_identifier] = ACTIONS(1622), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [sym_identifier] = ACTIONS(1620), [aux_sym_preproc_def_token1] = ACTIONS(1690), [aux_sym_preproc_if_token1] = ACTIONS(1693), - [aux_sym_preproc_if_token2] = ACTIONS(1631), + [aux_sym_preproc_if_token2] = ACTIONS(1629), [aux_sym_preproc_ifdef_token1] = ACTIONS(1696), [aux_sym_preproc_ifdef_token2] = ACTIONS(1696), - [aux_sym_preproc_else_token1] = ACTIONS(1631), - [aux_sym_preproc_elif_token1] = ACTIONS(1631), + [aux_sym_preproc_else_token1] = ACTIONS(1629), + [aux_sym_preproc_elif_token1] = ACTIONS(1629), [sym_preproc_directive] = ACTIONS(1699), [anon_sym_subroutine] = ACTIONS(1702), [anon_sym_invariant] = ACTIONS(1702), @@ -82272,50 +82267,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_smooth] = ACTIONS(1702), [anon_sym_flat] = ACTIONS(1702), [anon_sym_noperspective] = ACTIONS(1702), - [anon_sym___extension__] = ACTIONS(1642), - [anon_sym_extern] = ACTIONS(1645), - [anon_sym___attribute__] = ACTIONS(1648), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1651), - [anon_sym___declspec] = ACTIONS(1654), - [anon_sym_signed] = ACTIONS(1657), - [anon_sym_unsigned] = ACTIONS(1657), - [anon_sym_long] = ACTIONS(1657), - [anon_sym_short] = ACTIONS(1657), - [anon_sym_static] = ACTIONS(1645), - [anon_sym_auto] = ACTIONS(1645), - [anon_sym_register] = ACTIONS(1645), - [anon_sym_inline] = ACTIONS(1645), - [anon_sym___inline] = ACTIONS(1645), - [anon_sym___inline__] = ACTIONS(1645), - [anon_sym___forceinline] = ACTIONS(1645), - [anon_sym_thread_local] = ACTIONS(1645), - [anon_sym___thread] = ACTIONS(1645), - [anon_sym_const] = ACTIONS(1642), - [anon_sym_constexpr] = ACTIONS(1642), - [anon_sym_volatile] = ACTIONS(1642), - [anon_sym_restrict] = ACTIONS(1642), - [anon_sym___restrict__] = ACTIONS(1642), - [anon_sym__Atomic] = ACTIONS(1642), - [anon_sym__Noreturn] = ACTIONS(1642), - [anon_sym_noreturn] = ACTIONS(1642), - [sym_primitive_type] = ACTIONS(1660), - [anon_sym_enum] = ACTIONS(1663), - [anon_sym_struct] = ACTIONS(1666), - [anon_sym_union] = ACTIONS(1669), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1672), - [anon_sym_rayPayloadInEXT] = ACTIONS(1672), - [anon_sym_hitAttributeEXT] = ACTIONS(1672), - [anon_sym_callableDataEXT] = ACTIONS(1672), - [anon_sym_callableDataInEXT] = ACTIONS(1672), - [anon_sym_shaderRecordEXT] = ACTIONS(1672), - [anon_sym_rayPayloadNV] = ACTIONS(1672), - [anon_sym_rayPayloadInNV] = ACTIONS(1672), - [anon_sym_hitAttributeNV] = ACTIONS(1672), - [anon_sym_callableDataNV] = ACTIONS(1672), - [anon_sym_callableDataInNV] = ACTIONS(1672), - [anon_sym_shaderRecordNV] = ACTIONS(1672), - [anon_sym_layout] = ACTIONS(1675), + [anon_sym___extension__] = ACTIONS(1640), + [anon_sym_extern] = ACTIONS(1643), + [anon_sym___attribute__] = ACTIONS(1646), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1649), + [anon_sym___declspec] = ACTIONS(1652), + [anon_sym_signed] = ACTIONS(1655), + [anon_sym_unsigned] = ACTIONS(1655), + [anon_sym_long] = ACTIONS(1655), + [anon_sym_short] = ACTIONS(1655), + [anon_sym_static] = ACTIONS(1643), + [anon_sym_auto] = ACTIONS(1643), + [anon_sym_register] = ACTIONS(1643), + [anon_sym_inline] = ACTIONS(1643), + [anon_sym___inline] = ACTIONS(1643), + [anon_sym___inline__] = ACTIONS(1643), + [anon_sym___forceinline] = ACTIONS(1643), + [anon_sym_thread_local] = ACTIONS(1643), + [anon_sym___thread] = ACTIONS(1643), + [anon_sym_const] = ACTIONS(1640), + [anon_sym_constexpr] = ACTIONS(1640), + [anon_sym_volatile] = ACTIONS(1640), + [anon_sym_restrict] = ACTIONS(1640), + [anon_sym___restrict__] = ACTIONS(1640), + [anon_sym__Atomic] = ACTIONS(1640), + [anon_sym__Noreturn] = ACTIONS(1640), + [anon_sym_noreturn] = ACTIONS(1640), + [sym_primitive_type] = ACTIONS(1658), + [anon_sym_enum] = ACTIONS(1661), + [anon_sym_struct] = ACTIONS(1664), + [anon_sym_union] = ACTIONS(1667), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1670), + [anon_sym_rayPayloadInEXT] = ACTIONS(1670), + [anon_sym_hitAttributeEXT] = ACTIONS(1670), + [anon_sym_callableDataEXT] = ACTIONS(1670), + [anon_sym_callableDataInEXT] = ACTIONS(1670), + [anon_sym_shaderRecordEXT] = ACTIONS(1670), + [anon_sym_rayPayloadNV] = ACTIONS(1670), + [anon_sym_rayPayloadInNV] = ACTIONS(1670), + [anon_sym_hitAttributeNV] = ACTIONS(1670), + [anon_sym_callableDataNV] = ACTIONS(1670), + [anon_sym_callableDataInNV] = ACTIONS(1670), + [anon_sym_shaderRecordNV] = ACTIONS(1670), + [anon_sym_layout] = ACTIONS(1673), }, [457] = { [sym_preproc_def] = STATE(457), @@ -82324,30 +82319,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_if_in_field_declaration_list] = STATE(457), [sym_preproc_ifdef_in_field_declaration_list] = STATE(457), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1303), + [sym__declaration_specifiers] = STATE(1309), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), [sym__field_declaration_list_item] = STATE(457), [sym_field_declaration] = STATE(457), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(538), - [sym_layout_specification] = STATE(538), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(535), + [sym_layout_specification] = STATE(535), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(457), - [aux_sym_declaration_repeat1] = STATE(538), + [aux_sym_declaration_repeat1] = STATE(535), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [sym_identifier] = ACTIONS(1622), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [sym_identifier] = ACTIONS(1620), [aux_sym_preproc_def_token1] = ACTIONS(1705), [aux_sym_preproc_if_token1] = ACTIONS(1708), - [aux_sym_preproc_if_token2] = ACTIONS(1631), [aux_sym_preproc_ifdef_token1] = ACTIONS(1711), [aux_sym_preproc_ifdef_token2] = ACTIONS(1711), [sym_preproc_directive] = ACTIONS(1714), @@ -82375,50 +82369,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_smooth] = ACTIONS(1717), [anon_sym_flat] = ACTIONS(1717), [anon_sym_noperspective] = ACTIONS(1717), - [anon_sym___extension__] = ACTIONS(1642), - [anon_sym_extern] = ACTIONS(1645), - [anon_sym___attribute__] = ACTIONS(1648), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1651), - [anon_sym___declspec] = ACTIONS(1654), - [anon_sym_signed] = ACTIONS(1657), - [anon_sym_unsigned] = ACTIONS(1657), - [anon_sym_long] = ACTIONS(1657), - [anon_sym_short] = ACTIONS(1657), - [anon_sym_static] = ACTIONS(1645), - [anon_sym_auto] = ACTIONS(1645), - [anon_sym_register] = ACTIONS(1645), - [anon_sym_inline] = ACTIONS(1645), - [anon_sym___inline] = ACTIONS(1645), - [anon_sym___inline__] = ACTIONS(1645), - [anon_sym___forceinline] = ACTIONS(1645), - [anon_sym_thread_local] = ACTIONS(1645), - [anon_sym___thread] = ACTIONS(1645), - [anon_sym_const] = ACTIONS(1642), - [anon_sym_constexpr] = ACTIONS(1642), - [anon_sym_volatile] = ACTIONS(1642), - [anon_sym_restrict] = ACTIONS(1642), - [anon_sym___restrict__] = ACTIONS(1642), - [anon_sym__Atomic] = ACTIONS(1642), - [anon_sym__Noreturn] = ACTIONS(1642), - [anon_sym_noreturn] = ACTIONS(1642), - [sym_primitive_type] = ACTIONS(1660), - [anon_sym_enum] = ACTIONS(1663), - [anon_sym_struct] = ACTIONS(1666), - [anon_sym_union] = ACTIONS(1669), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1672), - [anon_sym_rayPayloadInEXT] = ACTIONS(1672), - [anon_sym_hitAttributeEXT] = ACTIONS(1672), - [anon_sym_callableDataEXT] = ACTIONS(1672), - [anon_sym_callableDataInEXT] = ACTIONS(1672), - [anon_sym_shaderRecordEXT] = ACTIONS(1672), - [anon_sym_rayPayloadNV] = ACTIONS(1672), - [anon_sym_rayPayloadInNV] = ACTIONS(1672), - [anon_sym_hitAttributeNV] = ACTIONS(1672), - [anon_sym_callableDataNV] = ACTIONS(1672), - [anon_sym_callableDataInNV] = ACTIONS(1672), - [anon_sym_shaderRecordNV] = ACTIONS(1672), - [anon_sym_layout] = ACTIONS(1675), + [anon_sym___extension__] = ACTIONS(1640), + [anon_sym_extern] = ACTIONS(1643), + [anon_sym___attribute__] = ACTIONS(1646), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1649), + [anon_sym___declspec] = ACTIONS(1652), + [anon_sym_RBRACE] = ACTIONS(1720), + [anon_sym_signed] = ACTIONS(1655), + [anon_sym_unsigned] = ACTIONS(1655), + [anon_sym_long] = ACTIONS(1655), + [anon_sym_short] = ACTIONS(1655), + [anon_sym_static] = ACTIONS(1643), + [anon_sym_auto] = ACTIONS(1643), + [anon_sym_register] = ACTIONS(1643), + [anon_sym_inline] = ACTIONS(1643), + [anon_sym___inline] = ACTIONS(1643), + [anon_sym___inline__] = ACTIONS(1643), + [anon_sym___forceinline] = ACTIONS(1643), + [anon_sym_thread_local] = ACTIONS(1643), + [anon_sym___thread] = ACTIONS(1643), + [anon_sym_const] = ACTIONS(1640), + [anon_sym_constexpr] = ACTIONS(1640), + [anon_sym_volatile] = ACTIONS(1640), + [anon_sym_restrict] = ACTIONS(1640), + [anon_sym___restrict__] = ACTIONS(1640), + [anon_sym__Atomic] = ACTIONS(1640), + [anon_sym__Noreturn] = ACTIONS(1640), + [anon_sym_noreturn] = ACTIONS(1640), + [sym_primitive_type] = ACTIONS(1658), + [anon_sym_enum] = ACTIONS(1661), + [anon_sym_struct] = ACTIONS(1664), + [anon_sym_union] = ACTIONS(1667), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1670), + [anon_sym_rayPayloadInEXT] = ACTIONS(1670), + [anon_sym_hitAttributeEXT] = ACTIONS(1670), + [anon_sym_callableDataEXT] = ACTIONS(1670), + [anon_sym_callableDataInEXT] = ACTIONS(1670), + [anon_sym_shaderRecordEXT] = ACTIONS(1670), + [anon_sym_rayPayloadNV] = ACTIONS(1670), + [anon_sym_rayPayloadInNV] = ACTIONS(1670), + [anon_sym_hitAttributeNV] = ACTIONS(1670), + [anon_sym_callableDataNV] = ACTIONS(1670), + [anon_sym_callableDataInNV] = ACTIONS(1670), + [anon_sym_shaderRecordNV] = ACTIONS(1670), + [anon_sym_layout] = ACTIONS(1673), }, [458] = { [sym_preproc_def] = STATE(458), @@ -82427,165 +82422,165 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_if_in_field_declaration_list] = STATE(458), [sym_preproc_ifdef_in_field_declaration_list] = STATE(458), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1307), + [sym__declaration_specifiers] = STATE(1300), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), [sym__field_declaration_list_item] = STATE(458), [sym_field_declaration] = STATE(458), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(523), - [sym_layout_specification] = STATE(523), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(531), + [sym_layout_specification] = STATE(531), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(458), - [aux_sym_declaration_repeat1] = STATE(523), + [aux_sym_declaration_repeat1] = STATE(531), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [sym_identifier] = ACTIONS(1622), - [aux_sym_preproc_def_token1] = ACTIONS(1720), - [aux_sym_preproc_if_token1] = ACTIONS(1723), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1726), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1726), - [sym_preproc_directive] = ACTIONS(1729), - [anon_sym_subroutine] = ACTIONS(1732), - [anon_sym_invariant] = ACTIONS(1732), - [anon_sym_precise] = ACTIONS(1732), - [anon_sym_in] = ACTIONS(1732), - [anon_sym_out] = ACTIONS(1732), - [anon_sym_inout] = ACTIONS(1732), - [anon_sym_uniform] = ACTIONS(1732), - [anon_sym_shared] = ACTIONS(1732), - [anon_sym_attribute] = ACTIONS(1732), - [anon_sym_varying] = ACTIONS(1732), - [anon_sym_buffer] = ACTIONS(1732), - [anon_sym_coherent] = ACTIONS(1732), - [anon_sym_readonly] = ACTIONS(1732), - [anon_sym_writeonly] = ACTIONS(1732), - [anon_sym_precision] = ACTIONS(1732), - [anon_sym_highp] = ACTIONS(1732), - [anon_sym_mediump] = ACTIONS(1732), - [anon_sym_lowp] = ACTIONS(1732), - [anon_sym_centroid] = ACTIONS(1732), - [anon_sym_sample] = ACTIONS(1732), - [anon_sym_patch] = ACTIONS(1732), - [anon_sym_smooth] = ACTIONS(1732), - [anon_sym_flat] = ACTIONS(1732), - [anon_sym_noperspective] = ACTIONS(1732), - [anon_sym___extension__] = ACTIONS(1642), - [anon_sym_extern] = ACTIONS(1645), - [anon_sym___attribute__] = ACTIONS(1648), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1651), - [anon_sym___declspec] = ACTIONS(1654), - [anon_sym_RBRACE] = ACTIONS(1735), - [anon_sym_signed] = ACTIONS(1657), - [anon_sym_unsigned] = ACTIONS(1657), - [anon_sym_long] = ACTIONS(1657), - [anon_sym_short] = ACTIONS(1657), - [anon_sym_static] = ACTIONS(1645), - [anon_sym_auto] = ACTIONS(1645), - [anon_sym_register] = ACTIONS(1645), - [anon_sym_inline] = ACTIONS(1645), - [anon_sym___inline] = ACTIONS(1645), - [anon_sym___inline__] = ACTIONS(1645), - [anon_sym___forceinline] = ACTIONS(1645), - [anon_sym_thread_local] = ACTIONS(1645), - [anon_sym___thread] = ACTIONS(1645), - [anon_sym_const] = ACTIONS(1642), - [anon_sym_constexpr] = ACTIONS(1642), - [anon_sym_volatile] = ACTIONS(1642), - [anon_sym_restrict] = ACTIONS(1642), - [anon_sym___restrict__] = ACTIONS(1642), - [anon_sym__Atomic] = ACTIONS(1642), - [anon_sym__Noreturn] = ACTIONS(1642), - [anon_sym_noreturn] = ACTIONS(1642), - [sym_primitive_type] = ACTIONS(1660), - [anon_sym_enum] = ACTIONS(1663), - [anon_sym_struct] = ACTIONS(1666), - [anon_sym_union] = ACTIONS(1669), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1672), - [anon_sym_rayPayloadInEXT] = ACTIONS(1672), - [anon_sym_hitAttributeEXT] = ACTIONS(1672), - [anon_sym_callableDataEXT] = ACTIONS(1672), - [anon_sym_callableDataInEXT] = ACTIONS(1672), - [anon_sym_shaderRecordEXT] = ACTIONS(1672), - [anon_sym_rayPayloadNV] = ACTIONS(1672), - [anon_sym_rayPayloadInNV] = ACTIONS(1672), - [anon_sym_hitAttributeNV] = ACTIONS(1672), - [anon_sym_callableDataNV] = ACTIONS(1672), - [anon_sym_callableDataInNV] = ACTIONS(1672), - [anon_sym_shaderRecordNV] = ACTIONS(1672), - [anon_sym_layout] = ACTIONS(1675), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [sym_identifier] = ACTIONS(1620), + [aux_sym_preproc_def_token1] = ACTIONS(1722), + [aux_sym_preproc_if_token1] = ACTIONS(1725), + [aux_sym_preproc_if_token2] = ACTIONS(1629), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1728), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1728), + [sym_preproc_directive] = ACTIONS(1731), + [anon_sym_subroutine] = ACTIONS(1734), + [anon_sym_invariant] = ACTIONS(1734), + [anon_sym_precise] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1734), + [anon_sym_out] = ACTIONS(1734), + [anon_sym_inout] = ACTIONS(1734), + [anon_sym_uniform] = ACTIONS(1734), + [anon_sym_shared] = ACTIONS(1734), + [anon_sym_attribute] = ACTIONS(1734), + [anon_sym_varying] = ACTIONS(1734), + [anon_sym_buffer] = ACTIONS(1734), + [anon_sym_coherent] = ACTIONS(1734), + [anon_sym_readonly] = ACTIONS(1734), + [anon_sym_writeonly] = ACTIONS(1734), + [anon_sym_precision] = ACTIONS(1734), + [anon_sym_highp] = ACTIONS(1734), + [anon_sym_mediump] = ACTIONS(1734), + [anon_sym_lowp] = ACTIONS(1734), + [anon_sym_centroid] = ACTIONS(1734), + [anon_sym_sample] = ACTIONS(1734), + [anon_sym_patch] = ACTIONS(1734), + [anon_sym_smooth] = ACTIONS(1734), + [anon_sym_flat] = ACTIONS(1734), + [anon_sym_noperspective] = ACTIONS(1734), + [anon_sym___extension__] = ACTIONS(1640), + [anon_sym_extern] = ACTIONS(1643), + [anon_sym___attribute__] = ACTIONS(1646), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1649), + [anon_sym___declspec] = ACTIONS(1652), + [anon_sym_signed] = ACTIONS(1655), + [anon_sym_unsigned] = ACTIONS(1655), + [anon_sym_long] = ACTIONS(1655), + [anon_sym_short] = ACTIONS(1655), + [anon_sym_static] = ACTIONS(1643), + [anon_sym_auto] = ACTIONS(1643), + [anon_sym_register] = ACTIONS(1643), + [anon_sym_inline] = ACTIONS(1643), + [anon_sym___inline] = ACTIONS(1643), + [anon_sym___inline__] = ACTIONS(1643), + [anon_sym___forceinline] = ACTIONS(1643), + [anon_sym_thread_local] = ACTIONS(1643), + [anon_sym___thread] = ACTIONS(1643), + [anon_sym_const] = ACTIONS(1640), + [anon_sym_constexpr] = ACTIONS(1640), + [anon_sym_volatile] = ACTIONS(1640), + [anon_sym_restrict] = ACTIONS(1640), + [anon_sym___restrict__] = ACTIONS(1640), + [anon_sym__Atomic] = ACTIONS(1640), + [anon_sym__Noreturn] = ACTIONS(1640), + [anon_sym_noreturn] = ACTIONS(1640), + [sym_primitive_type] = ACTIONS(1658), + [anon_sym_enum] = ACTIONS(1661), + [anon_sym_struct] = ACTIONS(1664), + [anon_sym_union] = ACTIONS(1667), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1670), + [anon_sym_rayPayloadInEXT] = ACTIONS(1670), + [anon_sym_hitAttributeEXT] = ACTIONS(1670), + [anon_sym_callableDataEXT] = ACTIONS(1670), + [anon_sym_callableDataInEXT] = ACTIONS(1670), + [anon_sym_shaderRecordEXT] = ACTIONS(1670), + [anon_sym_rayPayloadNV] = ACTIONS(1670), + [anon_sym_rayPayloadInNV] = ACTIONS(1670), + [anon_sym_hitAttributeNV] = ACTIONS(1670), + [anon_sym_callableDataNV] = ACTIONS(1670), + [anon_sym_callableDataInNV] = ACTIONS(1670), + [anon_sym_shaderRecordNV] = ACTIONS(1670), + [anon_sym_layout] = ACTIONS(1673), }, [459] = { - [sym_preproc_def] = STATE(460), - [sym_preproc_function_def] = STATE(460), - [sym_preproc_call] = STATE(460), - [sym_preproc_if_in_field_declaration_list] = STATE(460), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(460), + [sym_preproc_def] = STATE(461), + [sym_preproc_function_def] = STATE(461), + [sym_preproc_call] = STATE(461), + [sym_preproc_if_in_field_declaration_list] = STATE(461), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(461), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1303), + [sym__declaration_specifiers] = STATE(1309), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym__field_declaration_list_item] = STATE(460), - [sym_field_declaration] = STATE(460), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(538), - [sym_layout_specification] = STATE(538), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(460), - [aux_sym_declaration_repeat1] = STATE(538), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym__field_declaration_list_item] = STATE(461), + [sym_field_declaration] = STATE(461), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(535), + [sym_layout_specification] = STATE(535), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(461), + [aux_sym_declaration_repeat1] = STATE(535), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1572), [aux_sym_preproc_def_token1] = ACTIONS(1737), [aux_sym_preproc_if_token1] = ACTIONS(1739), - [aux_sym_preproc_if_token2] = ACTIONS(1741), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1743), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1743), - [sym_preproc_directive] = ACTIONS(1745), - [anon_sym_subroutine] = ACTIONS(1747), - [anon_sym_invariant] = ACTIONS(1747), - [anon_sym_precise] = ACTIONS(1747), - [anon_sym_in] = ACTIONS(1747), - [anon_sym_out] = ACTIONS(1747), - [anon_sym_inout] = ACTIONS(1747), - [anon_sym_uniform] = ACTIONS(1747), - [anon_sym_shared] = ACTIONS(1747), - [anon_sym_attribute] = ACTIONS(1747), - [anon_sym_varying] = ACTIONS(1747), - [anon_sym_buffer] = ACTIONS(1747), - [anon_sym_coherent] = ACTIONS(1747), - [anon_sym_readonly] = ACTIONS(1747), - [anon_sym_writeonly] = ACTIONS(1747), - [anon_sym_precision] = ACTIONS(1747), - [anon_sym_highp] = ACTIONS(1747), - [anon_sym_mediump] = ACTIONS(1747), - [anon_sym_lowp] = ACTIONS(1747), - [anon_sym_centroid] = ACTIONS(1747), - [anon_sym_sample] = ACTIONS(1747), - [anon_sym_patch] = ACTIONS(1747), - [anon_sym_smooth] = ACTIONS(1747), - [anon_sym_flat] = ACTIONS(1747), - [anon_sym_noperspective] = ACTIONS(1747), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1741), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1741), + [sym_preproc_directive] = ACTIONS(1743), + [anon_sym_subroutine] = ACTIONS(1745), + [anon_sym_invariant] = ACTIONS(1745), + [anon_sym_precise] = ACTIONS(1745), + [anon_sym_in] = ACTIONS(1745), + [anon_sym_out] = ACTIONS(1745), + [anon_sym_inout] = ACTIONS(1745), + [anon_sym_uniform] = ACTIONS(1745), + [anon_sym_shared] = ACTIONS(1745), + [anon_sym_attribute] = ACTIONS(1745), + [anon_sym_varying] = ACTIONS(1745), + [anon_sym_buffer] = ACTIONS(1745), + [anon_sym_coherent] = ACTIONS(1745), + [anon_sym_readonly] = ACTIONS(1745), + [anon_sym_writeonly] = ACTIONS(1745), + [anon_sym_precision] = ACTIONS(1745), + [anon_sym_highp] = ACTIONS(1745), + [anon_sym_mediump] = ACTIONS(1745), + [anon_sym_lowp] = ACTIONS(1745), + [anon_sym_centroid] = ACTIONS(1745), + [anon_sym_sample] = ACTIONS(1745), + [anon_sym_patch] = ACTIONS(1745), + [anon_sym_smooth] = ACTIONS(1745), + [anon_sym_flat] = ACTIONS(1745), + [anon_sym_noperspective] = ACTIONS(1745), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1342), [anon_sym___declspec] = ACTIONS(43), + [anon_sym_RBRACE] = ACTIONS(1747), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -82627,63 +82622,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [460] = { - [sym_preproc_def] = STATE(457), - [sym_preproc_function_def] = STATE(457), - [sym_preproc_call] = STATE(457), - [sym_preproc_if_in_field_declaration_list] = STATE(457), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(457), + [sym_preproc_def] = STATE(462), + [sym_preproc_function_def] = STATE(462), + [sym_preproc_call] = STATE(462), + [sym_preproc_if_in_field_declaration_list] = STATE(462), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(462), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1303), + [sym__declaration_specifiers] = STATE(1300), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym__field_declaration_list_item] = STATE(457), - [sym_field_declaration] = STATE(457), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(538), - [sym_layout_specification] = STATE(538), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(457), - [aux_sym_declaration_repeat1] = STATE(538), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym__field_declaration_list_item] = STATE(462), + [sym_field_declaration] = STATE(462), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(531), + [sym_layout_specification] = STATE(531), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(462), + [aux_sym_declaration_repeat1] = STATE(531), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1572), - [aux_sym_preproc_def_token1] = ACTIONS(1737), - [aux_sym_preproc_if_token1] = ACTIONS(1739), - [aux_sym_preproc_if_token2] = ACTIONS(1749), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1743), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1743), - [sym_preproc_directive] = ACTIONS(1745), - [anon_sym_subroutine] = ACTIONS(1747), - [anon_sym_invariant] = ACTIONS(1747), - [anon_sym_precise] = ACTIONS(1747), - [anon_sym_in] = ACTIONS(1747), - [anon_sym_out] = ACTIONS(1747), - [anon_sym_inout] = ACTIONS(1747), - [anon_sym_uniform] = ACTIONS(1747), - [anon_sym_shared] = ACTIONS(1747), - [anon_sym_attribute] = ACTIONS(1747), - [anon_sym_varying] = ACTIONS(1747), - [anon_sym_buffer] = ACTIONS(1747), - [anon_sym_coherent] = ACTIONS(1747), - [anon_sym_readonly] = ACTIONS(1747), - [anon_sym_writeonly] = ACTIONS(1747), - [anon_sym_precision] = ACTIONS(1747), - [anon_sym_highp] = ACTIONS(1747), - [anon_sym_mediump] = ACTIONS(1747), - [anon_sym_lowp] = ACTIONS(1747), - [anon_sym_centroid] = ACTIONS(1747), - [anon_sym_sample] = ACTIONS(1747), - [anon_sym_patch] = ACTIONS(1747), - [anon_sym_smooth] = ACTIONS(1747), - [anon_sym_flat] = ACTIONS(1747), - [anon_sym_noperspective] = ACTIONS(1747), + [aux_sym_preproc_def_token1] = ACTIONS(1749), + [aux_sym_preproc_if_token1] = ACTIONS(1751), + [aux_sym_preproc_if_token2] = ACTIONS(1753), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1755), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1755), + [sym_preproc_directive] = ACTIONS(1757), + [anon_sym_subroutine] = ACTIONS(1759), + [anon_sym_invariant] = ACTIONS(1759), + [anon_sym_precise] = ACTIONS(1759), + [anon_sym_in] = ACTIONS(1759), + [anon_sym_out] = ACTIONS(1759), + [anon_sym_inout] = ACTIONS(1759), + [anon_sym_uniform] = ACTIONS(1759), + [anon_sym_shared] = ACTIONS(1759), + [anon_sym_attribute] = ACTIONS(1759), + [anon_sym_varying] = ACTIONS(1759), + [anon_sym_buffer] = ACTIONS(1759), + [anon_sym_coherent] = ACTIONS(1759), + [anon_sym_readonly] = ACTIONS(1759), + [anon_sym_writeonly] = ACTIONS(1759), + [anon_sym_precision] = ACTIONS(1759), + [anon_sym_highp] = ACTIONS(1759), + [anon_sym_mediump] = ACTIONS(1759), + [anon_sym_lowp] = ACTIONS(1759), + [anon_sym_centroid] = ACTIONS(1759), + [anon_sym_sample] = ACTIONS(1759), + [anon_sym_patch] = ACTIONS(1759), + [anon_sym_smooth] = ACTIONS(1759), + [anon_sym_flat] = ACTIONS(1759), + [anon_sym_noperspective] = ACTIONS(1759), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), @@ -82730,62 +82725,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [461] = { - [sym_preproc_def] = STATE(462), - [sym_preproc_function_def] = STATE(462), - [sym_preproc_call] = STATE(462), - [sym_preproc_if_in_field_declaration_list] = STATE(462), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(462), + [sym_preproc_def] = STATE(457), + [sym_preproc_function_def] = STATE(457), + [sym_preproc_call] = STATE(457), + [sym_preproc_if_in_field_declaration_list] = STATE(457), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(457), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1307), + [sym__declaration_specifiers] = STATE(1309), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym__field_declaration_list_item] = STATE(462), - [sym_field_declaration] = STATE(462), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(523), - [sym_layout_specification] = STATE(523), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(462), - [aux_sym_declaration_repeat1] = STATE(523), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym__field_declaration_list_item] = STATE(457), + [sym_field_declaration] = STATE(457), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(535), + [sym_layout_specification] = STATE(535), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(457), + [aux_sym_declaration_repeat1] = STATE(535), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1572), - [aux_sym_preproc_def_token1] = ACTIONS(1751), - [aux_sym_preproc_if_token1] = ACTIONS(1753), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1755), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1755), - [sym_preproc_directive] = ACTIONS(1757), - [anon_sym_subroutine] = ACTIONS(1759), - [anon_sym_invariant] = ACTIONS(1759), - [anon_sym_precise] = ACTIONS(1759), - [anon_sym_in] = ACTIONS(1759), - [anon_sym_out] = ACTIONS(1759), - [anon_sym_inout] = ACTIONS(1759), - [anon_sym_uniform] = ACTIONS(1759), - [anon_sym_shared] = ACTIONS(1759), - [anon_sym_attribute] = ACTIONS(1759), - [anon_sym_varying] = ACTIONS(1759), - [anon_sym_buffer] = ACTIONS(1759), - [anon_sym_coherent] = ACTIONS(1759), - [anon_sym_readonly] = ACTIONS(1759), - [anon_sym_writeonly] = ACTIONS(1759), - [anon_sym_precision] = ACTIONS(1759), - [anon_sym_highp] = ACTIONS(1759), - [anon_sym_mediump] = ACTIONS(1759), - [anon_sym_lowp] = ACTIONS(1759), - [anon_sym_centroid] = ACTIONS(1759), - [anon_sym_sample] = ACTIONS(1759), - [anon_sym_patch] = ACTIONS(1759), - [anon_sym_smooth] = ACTIONS(1759), - [anon_sym_flat] = ACTIONS(1759), - [anon_sym_noperspective] = ACTIONS(1759), + [aux_sym_preproc_def_token1] = ACTIONS(1737), + [aux_sym_preproc_if_token1] = ACTIONS(1739), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1741), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1741), + [sym_preproc_directive] = ACTIONS(1743), + [anon_sym_subroutine] = ACTIONS(1745), + [anon_sym_invariant] = ACTIONS(1745), + [anon_sym_precise] = ACTIONS(1745), + [anon_sym_in] = ACTIONS(1745), + [anon_sym_out] = ACTIONS(1745), + [anon_sym_inout] = ACTIONS(1745), + [anon_sym_uniform] = ACTIONS(1745), + [anon_sym_shared] = ACTIONS(1745), + [anon_sym_attribute] = ACTIONS(1745), + [anon_sym_varying] = ACTIONS(1745), + [anon_sym_buffer] = ACTIONS(1745), + [anon_sym_coherent] = ACTIONS(1745), + [anon_sym_readonly] = ACTIONS(1745), + [anon_sym_writeonly] = ACTIONS(1745), + [anon_sym_precision] = ACTIONS(1745), + [anon_sym_highp] = ACTIONS(1745), + [anon_sym_mediump] = ACTIONS(1745), + [anon_sym_lowp] = ACTIONS(1745), + [anon_sym_centroid] = ACTIONS(1745), + [anon_sym_sample] = ACTIONS(1745), + [anon_sym_patch] = ACTIONS(1745), + [anon_sym_smooth] = ACTIONS(1745), + [anon_sym_flat] = ACTIONS(1745), + [anon_sym_noperspective] = ACTIONS(1745), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), @@ -82839,29 +82834,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_if_in_field_declaration_list] = STATE(458), [sym_preproc_ifdef_in_field_declaration_list] = STATE(458), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1307), + [sym__declaration_specifiers] = STATE(1300), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), [sym__field_declaration_list_item] = STATE(458), [sym_field_declaration] = STATE(458), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(523), - [sym_layout_specification] = STATE(523), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(531), + [sym_layout_specification] = STATE(531), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(458), - [aux_sym_declaration_repeat1] = STATE(523), + [aux_sym_declaration_repeat1] = STATE(531), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1572), - [aux_sym_preproc_def_token1] = ACTIONS(1751), - [aux_sym_preproc_if_token1] = ACTIONS(1753), + [aux_sym_preproc_def_token1] = ACTIONS(1749), + [aux_sym_preproc_if_token1] = ACTIONS(1751), + [aux_sym_preproc_if_token2] = ACTIONS(1763), [aux_sym_preproc_ifdef_token1] = ACTIONS(1755), [aux_sym_preproc_ifdef_token2] = ACTIONS(1755), [sym_preproc_directive] = ACTIONS(1757), @@ -82894,7 +82890,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1342), [anon_sym___declspec] = ACTIONS(43), - [anon_sym_RBRACE] = ACTIONS(1763), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -82936,53 +82931,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [463] = { - [sym_function_definition] = STATE(375), - [sym_declaration] = STATE(375), + [sym_function_definition] = STATE(426), + [sym_declaration] = STATE(426), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1334), + [sym__declaration_specifiers] = STATE(1315), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(852), - [sym_declaration_list] = STATE(375), + [sym_ms_call_modifier] = STATE(850), + [sym_declaration_list] = STATE(426), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(539), - [sym_layout_specification] = STATE(539), - [aux_sym_declaration_repeat1] = STATE(539), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(532), + [sym_layout_specification] = STATE(532), + [aux_sym_declaration_repeat1] = STATE(532), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1765), - [anon_sym_subroutine] = ACTIONS(577), - [anon_sym_invariant] = ACTIONS(579), - [anon_sym_precise] = ACTIONS(579), - [anon_sym_in] = ACTIONS(583), - [anon_sym_out] = ACTIONS(583), - [anon_sym_inout] = ACTIONS(583), - [anon_sym_uniform] = ACTIONS(583), - [anon_sym_shared] = ACTIONS(583), - [anon_sym_attribute] = ACTIONS(583), - [anon_sym_varying] = ACTIONS(583), - [anon_sym_buffer] = ACTIONS(583), - [anon_sym_coherent] = ACTIONS(583), - [anon_sym_readonly] = ACTIONS(583), - [anon_sym_writeonly] = ACTIONS(583), - [anon_sym_precision] = ACTIONS(583), - [anon_sym_highp] = ACTIONS(583), - [anon_sym_mediump] = ACTIONS(583), - [anon_sym_lowp] = ACTIONS(583), - [anon_sym_centroid] = ACTIONS(583), - [anon_sym_sample] = ACTIONS(583), - [anon_sym_patch] = ACTIONS(583), - [anon_sym_smooth] = ACTIONS(583), - [anon_sym_flat] = ACTIONS(583), - [anon_sym_noperspective] = ACTIONS(583), + [anon_sym_subroutine] = ACTIONS(27), + [anon_sym_invariant] = ACTIONS(29), + [anon_sym_precise] = ACTIONS(29), + [anon_sym_in] = ACTIONS(31), + [anon_sym_out] = ACTIONS(31), + [anon_sym_inout] = ACTIONS(31), + [anon_sym_uniform] = ACTIONS(31), + [anon_sym_shared] = ACTIONS(31), + [anon_sym_attribute] = ACTIONS(31), + [anon_sym_varying] = ACTIONS(31), + [anon_sym_buffer] = ACTIONS(31), + [anon_sym_coherent] = ACTIONS(31), + [anon_sym_readonly] = ACTIONS(31), + [anon_sym_writeonly] = ACTIONS(31), + [anon_sym_precision] = ACTIONS(31), + [anon_sym_highp] = ACTIONS(31), + [anon_sym_mediump] = ACTIONS(31), + [anon_sym_lowp] = ACTIONS(31), + [anon_sym_centroid] = ACTIONS(31), + [anon_sym_sample] = ACTIONS(31), + [anon_sym_patch] = ACTIONS(31), + [anon_sym_smooth] = ACTIONS(31), + [anon_sym_flat] = ACTIONS(31), + [anon_sym_noperspective] = ACTIONS(31), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), @@ -83036,53 +83031,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [464] = { - [sym_function_definition] = STATE(350), - [sym_declaration] = STATE(350), + [sym_function_definition] = STATE(353), + [sym_declaration] = STATE(353), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1316), + [sym__declaration_specifiers] = STATE(1332), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(856), - [sym_declaration_list] = STATE(350), + [sym_ms_call_modifier] = STATE(861), + [sym_declaration_list] = STATE(353), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(531), - [sym_layout_specification] = STATE(531), - [aux_sym_declaration_repeat1] = STATE(531), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(528), + [sym_layout_specification] = STATE(528), + [aux_sym_declaration_repeat1] = STATE(528), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1769), - [anon_sym_subroutine] = ACTIONS(517), - [anon_sym_invariant] = ACTIONS(519), - [anon_sym_precise] = ACTIONS(519), - [anon_sym_in] = ACTIONS(523), - [anon_sym_out] = ACTIONS(523), - [anon_sym_inout] = ACTIONS(523), - [anon_sym_uniform] = ACTIONS(523), - [anon_sym_shared] = ACTIONS(523), - [anon_sym_attribute] = ACTIONS(523), - [anon_sym_varying] = ACTIONS(523), - [anon_sym_buffer] = ACTIONS(523), - [anon_sym_coherent] = ACTIONS(523), - [anon_sym_readonly] = ACTIONS(523), - [anon_sym_writeonly] = ACTIONS(523), - [anon_sym_precision] = ACTIONS(523), - [anon_sym_highp] = ACTIONS(523), - [anon_sym_mediump] = ACTIONS(523), - [anon_sym_lowp] = ACTIONS(523), - [anon_sym_centroid] = ACTIONS(523), - [anon_sym_sample] = ACTIONS(523), - [anon_sym_patch] = ACTIONS(523), - [anon_sym_smooth] = ACTIONS(523), - [anon_sym_flat] = ACTIONS(523), - [anon_sym_noperspective] = ACTIONS(523), + [anon_sym_subroutine] = ACTIONS(743), + [anon_sym_invariant] = ACTIONS(745), + [anon_sym_precise] = ACTIONS(745), + [anon_sym_in] = ACTIONS(749), + [anon_sym_out] = ACTIONS(749), + [anon_sym_inout] = ACTIONS(749), + [anon_sym_uniform] = ACTIONS(749), + [anon_sym_shared] = ACTIONS(749), + [anon_sym_attribute] = ACTIONS(749), + [anon_sym_varying] = ACTIONS(749), + [anon_sym_buffer] = ACTIONS(749), + [anon_sym_coherent] = ACTIONS(749), + [anon_sym_readonly] = ACTIONS(749), + [anon_sym_writeonly] = ACTIONS(749), + [anon_sym_precision] = ACTIONS(749), + [anon_sym_highp] = ACTIONS(749), + [anon_sym_mediump] = ACTIONS(749), + [anon_sym_lowp] = ACTIONS(749), + [anon_sym_centroid] = ACTIONS(749), + [anon_sym_sample] = ACTIONS(749), + [anon_sym_patch] = ACTIONS(749), + [anon_sym_smooth] = ACTIONS(749), + [anon_sym_flat] = ACTIONS(749), + [anon_sym_noperspective] = ACTIONS(749), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), @@ -83136,53 +83131,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [465] = { - [sym_function_definition] = STATE(208), - [sym_declaration] = STATE(208), + [sym_function_definition] = STATE(159), + [sym_declaration] = STATE(159), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1319), + [sym__declaration_specifiers] = STATE(1328), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(865), - [sym_declaration_list] = STATE(208), + [sym_ms_call_modifier] = STATE(852), + [sym_declaration_list] = STATE(159), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(530), - [sym_layout_specification] = STATE(530), - [aux_sym_declaration_repeat1] = STATE(530), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(536), + [sym_layout_specification] = STATE(536), + [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1773), - [anon_sym_subroutine] = ACTIONS(205), - [anon_sym_invariant] = ACTIONS(207), - [anon_sym_precise] = ACTIONS(207), - [anon_sym_in] = ACTIONS(211), - [anon_sym_out] = ACTIONS(211), - [anon_sym_inout] = ACTIONS(211), - [anon_sym_uniform] = ACTIONS(211), - [anon_sym_shared] = ACTIONS(211), - [anon_sym_attribute] = ACTIONS(211), - [anon_sym_varying] = ACTIONS(211), - [anon_sym_buffer] = ACTIONS(211), - [anon_sym_coherent] = ACTIONS(211), - [anon_sym_readonly] = ACTIONS(211), - [anon_sym_writeonly] = ACTIONS(211), - [anon_sym_precision] = ACTIONS(211), - [anon_sym_highp] = ACTIONS(211), - [anon_sym_mediump] = ACTIONS(211), - [anon_sym_lowp] = ACTIONS(211), - [anon_sym_centroid] = ACTIONS(211), - [anon_sym_sample] = ACTIONS(211), - [anon_sym_patch] = ACTIONS(211), - [anon_sym_smooth] = ACTIONS(211), - [anon_sym_flat] = ACTIONS(211), - [anon_sym_noperspective] = ACTIONS(211), + [anon_sym_subroutine] = ACTIONS(131), + [anon_sym_invariant] = ACTIONS(133), + [anon_sym_precise] = ACTIONS(133), + [anon_sym_in] = ACTIONS(137), + [anon_sym_out] = ACTIONS(137), + [anon_sym_inout] = ACTIONS(137), + [anon_sym_uniform] = ACTIONS(137), + [anon_sym_shared] = ACTIONS(137), + [anon_sym_attribute] = ACTIONS(137), + [anon_sym_varying] = ACTIONS(137), + [anon_sym_buffer] = ACTIONS(137), + [anon_sym_coherent] = ACTIONS(137), + [anon_sym_readonly] = ACTIONS(137), + [anon_sym_writeonly] = ACTIONS(137), + [anon_sym_precision] = ACTIONS(137), + [anon_sym_highp] = ACTIONS(137), + [anon_sym_mediump] = ACTIONS(137), + [anon_sym_lowp] = ACTIONS(137), + [anon_sym_centroid] = ACTIONS(137), + [anon_sym_sample] = ACTIONS(137), + [anon_sym_patch] = ACTIONS(137), + [anon_sym_smooth] = ACTIONS(137), + [anon_sym_flat] = ACTIONS(137), + [anon_sym_noperspective] = ACTIONS(137), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), @@ -83236,53 +83231,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [466] = { - [sym_function_definition] = STATE(423), - [sym_declaration] = STATE(423), + [sym_function_definition] = STATE(370), + [sym_declaration] = STATE(370), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1317), + [sym__declaration_specifiers] = STATE(1314), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(858), - [sym_declaration_list] = STATE(423), + [sym_ms_call_modifier] = STATE(851), + [sym_declaration_list] = STATE(370), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(524), - [sym_layout_specification] = STATE(524), - [aux_sym_declaration_repeat1] = STATE(524), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1777), - [anon_sym_subroutine] = ACTIONS(27), - [anon_sym_invariant] = ACTIONS(29), - [anon_sym_precise] = ACTIONS(29), - [anon_sym_in] = ACTIONS(31), - [anon_sym_out] = ACTIONS(31), - [anon_sym_inout] = ACTIONS(31), - [anon_sym_uniform] = ACTIONS(31), - [anon_sym_shared] = ACTIONS(31), - [anon_sym_attribute] = ACTIONS(31), - [anon_sym_varying] = ACTIONS(31), - [anon_sym_buffer] = ACTIONS(31), - [anon_sym_coherent] = ACTIONS(31), - [anon_sym_readonly] = ACTIONS(31), - [anon_sym_writeonly] = ACTIONS(31), - [anon_sym_precision] = ACTIONS(31), - [anon_sym_highp] = ACTIONS(31), - [anon_sym_mediump] = ACTIONS(31), - [anon_sym_lowp] = ACTIONS(31), - [anon_sym_centroid] = ACTIONS(31), - [anon_sym_sample] = ACTIONS(31), - [anon_sym_patch] = ACTIONS(31), - [anon_sym_smooth] = ACTIONS(31), - [anon_sym_flat] = ACTIONS(31), - [anon_sym_noperspective] = ACTIONS(31), + [anon_sym_subroutine] = ACTIONS(517), + [anon_sym_invariant] = ACTIONS(519), + [anon_sym_precise] = ACTIONS(519), + [anon_sym_in] = ACTIONS(523), + [anon_sym_out] = ACTIONS(523), + [anon_sym_inout] = ACTIONS(523), + [anon_sym_uniform] = ACTIONS(523), + [anon_sym_shared] = ACTIONS(523), + [anon_sym_attribute] = ACTIONS(523), + [anon_sym_varying] = ACTIONS(523), + [anon_sym_buffer] = ACTIONS(523), + [anon_sym_coherent] = ACTIONS(523), + [anon_sym_readonly] = ACTIONS(523), + [anon_sym_writeonly] = ACTIONS(523), + [anon_sym_precision] = ACTIONS(523), + [anon_sym_highp] = ACTIONS(523), + [anon_sym_mediump] = ACTIONS(523), + [anon_sym_lowp] = ACTIONS(523), + [anon_sym_centroid] = ACTIONS(523), + [anon_sym_sample] = ACTIONS(523), + [anon_sym_patch] = ACTIONS(523), + [anon_sym_smooth] = ACTIONS(523), + [anon_sym_flat] = ACTIONS(523), + [anon_sym_noperspective] = ACTIONS(523), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), @@ -83336,53 +83331,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [467] = { - [sym_function_definition] = STATE(155), - [sym_declaration] = STATE(155), + [sym_function_definition] = STATE(228), + [sym_declaration] = STATE(228), [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1330), + [sym__declaration_specifiers] = STATE(1317), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(849), - [sym_declaration_list] = STATE(155), + [sym_ms_call_modifier] = STATE(853), + [sym_declaration_list] = STATE(228), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(536), - [sym_layout_specification] = STATE(536), - [aux_sym_declaration_repeat1] = STATE(536), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(539), + [sym_layout_specification] = STATE(539), + [aux_sym_declaration_repeat1] = STATE(539), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [sym_identifier] = ACTIONS(1781), - [anon_sym_subroutine] = ACTIONS(131), - [anon_sym_invariant] = ACTIONS(133), - [anon_sym_precise] = ACTIONS(133), - [anon_sym_in] = ACTIONS(137), - [anon_sym_out] = ACTIONS(137), - [anon_sym_inout] = ACTIONS(137), - [anon_sym_uniform] = ACTIONS(137), - [anon_sym_shared] = ACTIONS(137), - [anon_sym_attribute] = ACTIONS(137), - [anon_sym_varying] = ACTIONS(137), - [anon_sym_buffer] = ACTIONS(137), - [anon_sym_coherent] = ACTIONS(137), - [anon_sym_readonly] = ACTIONS(137), - [anon_sym_writeonly] = ACTIONS(137), - [anon_sym_precision] = ACTIONS(137), - [anon_sym_highp] = ACTIONS(137), - [anon_sym_mediump] = ACTIONS(137), - [anon_sym_lowp] = ACTIONS(137), - [anon_sym_centroid] = ACTIONS(137), - [anon_sym_sample] = ACTIONS(137), - [anon_sym_patch] = ACTIONS(137), - [anon_sym_smooth] = ACTIONS(137), - [anon_sym_flat] = ACTIONS(137), - [anon_sym_noperspective] = ACTIONS(137), + [anon_sym_subroutine] = ACTIONS(205), + [anon_sym_invariant] = ACTIONS(207), + [anon_sym_precise] = ACTIONS(207), + [anon_sym_in] = ACTIONS(211), + [anon_sym_out] = ACTIONS(211), + [anon_sym_inout] = ACTIONS(211), + [anon_sym_uniform] = ACTIONS(211), + [anon_sym_shared] = ACTIONS(211), + [anon_sym_attribute] = ACTIONS(211), + [anon_sym_varying] = ACTIONS(211), + [anon_sym_buffer] = ACTIONS(211), + [anon_sym_coherent] = ACTIONS(211), + [anon_sym_readonly] = ACTIONS(211), + [anon_sym_writeonly] = ACTIONS(211), + [anon_sym_precision] = ACTIONS(211), + [anon_sym_highp] = ACTIONS(211), + [anon_sym_mediump] = ACTIONS(211), + [anon_sym_lowp] = ACTIONS(211), + [anon_sym_centroid] = ACTIONS(211), + [anon_sym_sample] = ACTIONS(211), + [anon_sym_patch] = ACTIONS(211), + [anon_sym_smooth] = ACTIONS(211), + [anon_sym_flat] = ACTIONS(211), + [anon_sym_noperspective] = ACTIONS(211), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), @@ -83436,60 +83431,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [468] = { - [sym__expression] = STATE(912), - [sym__expression_not_binary] = STATE(900), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), - [sym_pointer_expression] = STATE(900), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), - [sym_subscript_expression] = STATE(900), - [sym_call_expression] = STATE(900), - [sym_gnu_asm_expression] = STATE(900), - [sym_field_expression] = STATE(900), - [sym_compound_literal_expression] = STATE(900), - [sym_parenthesized_expression] = STATE(900), - [sym_initializer_list] = STATE(911), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), + [sym__expression] = STATE(884), + [sym__expression_not_binary] = STATE(897), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), + [sym_pointer_expression] = STATE(897), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), + [sym_subscript_expression] = STATE(897), + [sym_call_expression] = STATE(897), + [sym_gnu_asm_expression] = STATE(897), + [sym_field_expression] = STATE(897), + [sym_compound_literal_expression] = STATE(897), + [sym_parenthesized_expression] = STATE(897), + [sym_initializer_list] = STATE(908), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), [sym_identifier] = ACTIONS(1785), [anon_sym_COMMA] = ACTIONS(1787), [anon_sym_RPAREN] = ACTIONS(1787), - [anon_sym_LPAREN2] = ACTIONS(1789), - [anon_sym_BANG] = ACTIONS(1791), - [anon_sym_TILDE] = ACTIONS(1793), - [anon_sym_DASH] = ACTIONS(1791), - [anon_sym_PLUS] = ACTIONS(1791), - [anon_sym_STAR] = ACTIONS(1795), - [anon_sym_SLASH] = ACTIONS(1797), - [anon_sym_PERCENT] = ACTIONS(1797), + [anon_sym_LPAREN2] = ACTIONS(1787), + [anon_sym_BANG] = ACTIONS(1789), + [anon_sym_TILDE] = ACTIONS(1791), + [anon_sym_DASH] = ACTIONS(1793), + [anon_sym_PLUS] = ACTIONS(1793), + [anon_sym_STAR] = ACTIONS(1793), + [anon_sym_SLASH] = ACTIONS(1793), + [anon_sym_PERCENT] = ACTIONS(1793), [anon_sym_PIPE_PIPE] = ACTIONS(1787), [anon_sym_AMP_AMP] = ACTIONS(1787), - [anon_sym_PIPE] = ACTIONS(1797), - [anon_sym_CARET] = ACTIONS(1797), - [anon_sym_AMP] = ACTIONS(1795), + [anon_sym_PIPE] = ACTIONS(1793), + [anon_sym_CARET] = ACTIONS(1793), + [anon_sym_AMP] = ACTIONS(1793), [anon_sym_EQ_EQ] = ACTIONS(1787), [anon_sym_BANG_EQ] = ACTIONS(1787), - [anon_sym_GT] = ACTIONS(1797), + [anon_sym_GT] = ACTIONS(1793), [anon_sym_GT_EQ] = ACTIONS(1787), [anon_sym_LT_EQ] = ACTIONS(1787), - [anon_sym_LT] = ACTIONS(1797), - [anon_sym_LT_LT] = ACTIONS(1797), - [anon_sym_GT_GT] = ACTIONS(1797), + [anon_sym_LT] = ACTIONS(1793), + [anon_sym_LT_LT] = ACTIONS(1793), + [anon_sym_GT_GT] = ACTIONS(1793), [anon_sym_SEMI] = ACTIONS(1787), - [anon_sym___attribute__] = ACTIONS(1797), - [anon_sym_LBRACE] = ACTIONS(1799), + [anon_sym___attribute__] = ACTIONS(1793), + [anon_sym_LBRACE] = ACTIONS(1795), [anon_sym_RBRACE] = ACTIONS(1787), [anon_sym_LBRACK] = ACTIONS(1787), - [anon_sym_EQ] = ACTIONS(1797), + [anon_sym_EQ] = ACTIONS(1793), [anon_sym_COLON] = ACTIONS(1787), [anon_sym_QMARK] = ACTIONS(1787), [anon_sym_STAR_EQ] = ACTIONS(1787), @@ -83502,9 +83497,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP_EQ] = ACTIONS(1787), [anon_sym_CARET_EQ] = ACTIONS(1787), [anon_sym_PIPE_EQ] = ACTIONS(1787), - [anon_sym_DASH_DASH] = ACTIONS(1801), - [anon_sym_PLUS_PLUS] = ACTIONS(1801), - [anon_sym_sizeof] = ACTIONS(1803), + [anon_sym_DASH_DASH] = ACTIONS(1787), + [anon_sym_PLUS_PLUS] = ACTIONS(1787), + [anon_sym_sizeof] = ACTIONS(1797), [anon_sym___alignof__] = ACTIONS(89), [anon_sym___alignof] = ACTIONS(89), [anon_sym__alignof] = ACTIONS(89), @@ -83514,7 +83509,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(93), [anon_sym_asm] = ACTIONS(95), [anon_sym___asm__] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(1797), + [anon_sym_DOT] = ACTIONS(1793), [anon_sym_DASH_GT] = ACTIONS(1787), [sym_number_literal] = ACTIONS(169), [anon_sym_L_SQUOTE] = ACTIONS(99), @@ -83535,525 +83530,525 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [469] = { [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1377), + [sym__declaration_specifiers] = STATE(1348), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(860), + [sym_ms_call_modifier] = STATE(859), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_macro_type_specifier] = STATE(1000), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_macro_type_specifier] = STATE(997), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [sym_identifier] = ACTIONS(1805), - [anon_sym_LPAREN2] = ACTIONS(1808), - [anon_sym_subroutine] = ACTIONS(1810), - [anon_sym_invariant] = ACTIONS(1810), - [anon_sym_precise] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1810), - [anon_sym_out] = ACTIONS(1810), - [anon_sym_inout] = ACTIONS(1810), - [anon_sym_uniform] = ACTIONS(1810), - [anon_sym_shared] = ACTIONS(1810), - [anon_sym_attribute] = ACTIONS(1810), - [anon_sym_varying] = ACTIONS(1810), - [anon_sym_buffer] = ACTIONS(1810), - [anon_sym_coherent] = ACTIONS(1810), - [anon_sym_readonly] = ACTIONS(1810), - [anon_sym_writeonly] = ACTIONS(1810), - [anon_sym_precision] = ACTIONS(1810), - [anon_sym_highp] = ACTIONS(1810), - [anon_sym_mediump] = ACTIONS(1810), - [anon_sym_lowp] = ACTIONS(1810), - [anon_sym_centroid] = ACTIONS(1810), - [anon_sym_sample] = ACTIONS(1810), - [anon_sym_patch] = ACTIONS(1810), - [anon_sym_smooth] = ACTIONS(1810), - [anon_sym_flat] = ACTIONS(1810), - [anon_sym_noperspective] = ACTIONS(1810), - [anon_sym___extension__] = ACTIONS(1812), - [anon_sym_extern] = ACTIONS(1815), - [anon_sym___attribute__] = ACTIONS(1818), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1821), - [anon_sym___declspec] = ACTIONS(1824), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [sym_identifier] = ACTIONS(1799), + [anon_sym_LPAREN2] = ACTIONS(1802), + [anon_sym_subroutine] = ACTIONS(1804), + [anon_sym_invariant] = ACTIONS(1804), + [anon_sym_precise] = ACTIONS(1804), + [anon_sym_in] = ACTIONS(1804), + [anon_sym_out] = ACTIONS(1804), + [anon_sym_inout] = ACTIONS(1804), + [anon_sym_uniform] = ACTIONS(1804), + [anon_sym_shared] = ACTIONS(1804), + [anon_sym_attribute] = ACTIONS(1804), + [anon_sym_varying] = ACTIONS(1804), + [anon_sym_buffer] = ACTIONS(1804), + [anon_sym_coherent] = ACTIONS(1804), + [anon_sym_readonly] = ACTIONS(1804), + [anon_sym_writeonly] = ACTIONS(1804), + [anon_sym_precision] = ACTIONS(1804), + [anon_sym_highp] = ACTIONS(1804), + [anon_sym_mediump] = ACTIONS(1804), + [anon_sym_lowp] = ACTIONS(1804), + [anon_sym_centroid] = ACTIONS(1804), + [anon_sym_sample] = ACTIONS(1804), + [anon_sym_patch] = ACTIONS(1804), + [anon_sym_smooth] = ACTIONS(1804), + [anon_sym_flat] = ACTIONS(1804), + [anon_sym_noperspective] = ACTIONS(1804), + [anon_sym___extension__] = ACTIONS(1806), + [anon_sym_extern] = ACTIONS(1809), + [anon_sym___attribute__] = ACTIONS(1812), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1815), + [anon_sym___declspec] = ACTIONS(1818), [anon_sym___cdecl] = ACTIONS(45), [anon_sym___clrcall] = ACTIONS(45), [anon_sym___stdcall] = ACTIONS(45), [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(1827), - [anon_sym_unsigned] = ACTIONS(1827), - [anon_sym_long] = ACTIONS(1827), - [anon_sym_short] = ACTIONS(1827), - [anon_sym_static] = ACTIONS(1815), - [anon_sym_auto] = ACTIONS(1815), - [anon_sym_register] = ACTIONS(1815), - [anon_sym_inline] = ACTIONS(1815), - [anon_sym___inline] = ACTIONS(1815), - [anon_sym___inline__] = ACTIONS(1815), - [anon_sym___forceinline] = ACTIONS(1815), - [anon_sym_thread_local] = ACTIONS(1815), - [anon_sym___thread] = ACTIONS(1815), - [anon_sym_const] = ACTIONS(1812), - [anon_sym_constexpr] = ACTIONS(1812), - [anon_sym_volatile] = ACTIONS(1812), - [anon_sym_restrict] = ACTIONS(1812), - [anon_sym___restrict__] = ACTIONS(1812), - [anon_sym__Atomic] = ACTIONS(1812), - [anon_sym__Noreturn] = ACTIONS(1812), - [anon_sym_noreturn] = ACTIONS(1812), - [sym_primitive_type] = ACTIONS(1830), - [anon_sym_enum] = ACTIONS(1833), - [anon_sym_struct] = ACTIONS(1836), - [anon_sym_union] = ACTIONS(1839), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1810), - [anon_sym_rayPayloadInEXT] = ACTIONS(1810), - [anon_sym_hitAttributeEXT] = ACTIONS(1810), - [anon_sym_callableDataEXT] = ACTIONS(1810), - [anon_sym_callableDataInEXT] = ACTIONS(1810), - [anon_sym_shaderRecordEXT] = ACTIONS(1810), - [anon_sym_rayPayloadNV] = ACTIONS(1810), - [anon_sym_rayPayloadInNV] = ACTIONS(1810), - [anon_sym_hitAttributeNV] = ACTIONS(1810), - [anon_sym_callableDataNV] = ACTIONS(1810), - [anon_sym_callableDataInNV] = ACTIONS(1810), - [anon_sym_shaderRecordNV] = ACTIONS(1810), - [anon_sym_layout] = ACTIONS(1810), + [anon_sym_signed] = ACTIONS(1821), + [anon_sym_unsigned] = ACTIONS(1821), + [anon_sym_long] = ACTIONS(1821), + [anon_sym_short] = ACTIONS(1821), + [anon_sym_static] = ACTIONS(1809), + [anon_sym_auto] = ACTIONS(1809), + [anon_sym_register] = ACTIONS(1809), + [anon_sym_inline] = ACTIONS(1809), + [anon_sym___inline] = ACTIONS(1809), + [anon_sym___inline__] = ACTIONS(1809), + [anon_sym___forceinline] = ACTIONS(1809), + [anon_sym_thread_local] = ACTIONS(1809), + [anon_sym___thread] = ACTIONS(1809), + [anon_sym_const] = ACTIONS(1806), + [anon_sym_constexpr] = ACTIONS(1806), + [anon_sym_volatile] = ACTIONS(1806), + [anon_sym_restrict] = ACTIONS(1806), + [anon_sym___restrict__] = ACTIONS(1806), + [anon_sym__Atomic] = ACTIONS(1806), + [anon_sym__Noreturn] = ACTIONS(1806), + [anon_sym_noreturn] = ACTIONS(1806), + [sym_primitive_type] = ACTIONS(1824), + [anon_sym_enum] = ACTIONS(1827), + [anon_sym_struct] = ACTIONS(1830), + [anon_sym_union] = ACTIONS(1833), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1804), + [anon_sym_rayPayloadInEXT] = ACTIONS(1804), + [anon_sym_hitAttributeEXT] = ACTIONS(1804), + [anon_sym_callableDataEXT] = ACTIONS(1804), + [anon_sym_callableDataInEXT] = ACTIONS(1804), + [anon_sym_shaderRecordEXT] = ACTIONS(1804), + [anon_sym_rayPayloadNV] = ACTIONS(1804), + [anon_sym_rayPayloadInNV] = ACTIONS(1804), + [anon_sym_hitAttributeNV] = ACTIONS(1804), + [anon_sym_callableDataNV] = ACTIONS(1804), + [anon_sym_callableDataInNV] = ACTIONS(1804), + [anon_sym_shaderRecordNV] = ACTIONS(1804), + [anon_sym_layout] = ACTIONS(1804), }, [470] = { [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1360), + [sym__declaration_specifiers] = STATE(1357), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(864), + [sym_ms_call_modifier] = STATE(857), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_macro_type_specifier] = STATE(1000), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_macro_type_specifier] = STATE(997), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [sym_identifier] = ACTIONS(1805), - [anon_sym_LPAREN2] = ACTIONS(1842), - [anon_sym_subroutine] = ACTIONS(1810), - [anon_sym_invariant] = ACTIONS(1810), - [anon_sym_precise] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1810), - [anon_sym_out] = ACTIONS(1810), - [anon_sym_inout] = ACTIONS(1810), - [anon_sym_uniform] = ACTIONS(1810), - [anon_sym_shared] = ACTIONS(1810), - [anon_sym_attribute] = ACTIONS(1810), - [anon_sym_varying] = ACTIONS(1810), - [anon_sym_buffer] = ACTIONS(1810), - [anon_sym_coherent] = ACTIONS(1810), - [anon_sym_readonly] = ACTIONS(1810), - [anon_sym_writeonly] = ACTIONS(1810), - [anon_sym_precision] = ACTIONS(1810), - [anon_sym_highp] = ACTIONS(1810), - [anon_sym_mediump] = ACTIONS(1810), - [anon_sym_lowp] = ACTIONS(1810), - [anon_sym_centroid] = ACTIONS(1810), - [anon_sym_sample] = ACTIONS(1810), - [anon_sym_patch] = ACTIONS(1810), - [anon_sym_smooth] = ACTIONS(1810), - [anon_sym_flat] = ACTIONS(1810), - [anon_sym_noperspective] = ACTIONS(1810), - [anon_sym___extension__] = ACTIONS(1812), - [anon_sym_extern] = ACTIONS(1815), - [anon_sym___attribute__] = ACTIONS(1818), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1821), - [anon_sym___declspec] = ACTIONS(1824), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [sym_identifier] = ACTIONS(1799), + [anon_sym_LPAREN2] = ACTIONS(1836), + [anon_sym_subroutine] = ACTIONS(1804), + [anon_sym_invariant] = ACTIONS(1804), + [anon_sym_precise] = ACTIONS(1804), + [anon_sym_in] = ACTIONS(1804), + [anon_sym_out] = ACTIONS(1804), + [anon_sym_inout] = ACTIONS(1804), + [anon_sym_uniform] = ACTIONS(1804), + [anon_sym_shared] = ACTIONS(1804), + [anon_sym_attribute] = ACTIONS(1804), + [anon_sym_varying] = ACTIONS(1804), + [anon_sym_buffer] = ACTIONS(1804), + [anon_sym_coherent] = ACTIONS(1804), + [anon_sym_readonly] = ACTIONS(1804), + [anon_sym_writeonly] = ACTIONS(1804), + [anon_sym_precision] = ACTIONS(1804), + [anon_sym_highp] = ACTIONS(1804), + [anon_sym_mediump] = ACTIONS(1804), + [anon_sym_lowp] = ACTIONS(1804), + [anon_sym_centroid] = ACTIONS(1804), + [anon_sym_sample] = ACTIONS(1804), + [anon_sym_patch] = ACTIONS(1804), + [anon_sym_smooth] = ACTIONS(1804), + [anon_sym_flat] = ACTIONS(1804), + [anon_sym_noperspective] = ACTIONS(1804), + [anon_sym___extension__] = ACTIONS(1806), + [anon_sym_extern] = ACTIONS(1809), + [anon_sym___attribute__] = ACTIONS(1812), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1815), + [anon_sym___declspec] = ACTIONS(1818), [anon_sym___cdecl] = ACTIONS(45), [anon_sym___clrcall] = ACTIONS(45), [anon_sym___stdcall] = ACTIONS(45), [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(1827), - [anon_sym_unsigned] = ACTIONS(1827), - [anon_sym_long] = ACTIONS(1827), - [anon_sym_short] = ACTIONS(1827), - [anon_sym_static] = ACTIONS(1815), - [anon_sym_auto] = ACTIONS(1815), - [anon_sym_register] = ACTIONS(1815), - [anon_sym_inline] = ACTIONS(1815), - [anon_sym___inline] = ACTIONS(1815), - [anon_sym___inline__] = ACTIONS(1815), - [anon_sym___forceinline] = ACTIONS(1815), - [anon_sym_thread_local] = ACTIONS(1815), - [anon_sym___thread] = ACTIONS(1815), - [anon_sym_const] = ACTIONS(1812), - [anon_sym_constexpr] = ACTIONS(1812), - [anon_sym_volatile] = ACTIONS(1812), - [anon_sym_restrict] = ACTIONS(1812), - [anon_sym___restrict__] = ACTIONS(1812), - [anon_sym__Atomic] = ACTIONS(1812), - [anon_sym__Noreturn] = ACTIONS(1812), - [anon_sym_noreturn] = ACTIONS(1812), - [sym_primitive_type] = ACTIONS(1830), - [anon_sym_enum] = ACTIONS(1833), - [anon_sym_struct] = ACTIONS(1836), - [anon_sym_union] = ACTIONS(1839), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1810), - [anon_sym_rayPayloadInEXT] = ACTIONS(1810), - [anon_sym_hitAttributeEXT] = ACTIONS(1810), - [anon_sym_callableDataEXT] = ACTIONS(1810), - [anon_sym_callableDataInEXT] = ACTIONS(1810), - [anon_sym_shaderRecordEXT] = ACTIONS(1810), - [anon_sym_rayPayloadNV] = ACTIONS(1810), - [anon_sym_rayPayloadInNV] = ACTIONS(1810), - [anon_sym_hitAttributeNV] = ACTIONS(1810), - [anon_sym_callableDataNV] = ACTIONS(1810), - [anon_sym_callableDataInNV] = ACTIONS(1810), - [anon_sym_shaderRecordNV] = ACTIONS(1810), - [anon_sym_layout] = ACTIONS(1810), + [anon_sym_signed] = ACTIONS(1821), + [anon_sym_unsigned] = ACTIONS(1821), + [anon_sym_long] = ACTIONS(1821), + [anon_sym_short] = ACTIONS(1821), + [anon_sym_static] = ACTIONS(1809), + [anon_sym_auto] = ACTIONS(1809), + [anon_sym_register] = ACTIONS(1809), + [anon_sym_inline] = ACTIONS(1809), + [anon_sym___inline] = ACTIONS(1809), + [anon_sym___inline__] = ACTIONS(1809), + [anon_sym___forceinline] = ACTIONS(1809), + [anon_sym_thread_local] = ACTIONS(1809), + [anon_sym___thread] = ACTIONS(1809), + [anon_sym_const] = ACTIONS(1806), + [anon_sym_constexpr] = ACTIONS(1806), + [anon_sym_volatile] = ACTIONS(1806), + [anon_sym_restrict] = ACTIONS(1806), + [anon_sym___restrict__] = ACTIONS(1806), + [anon_sym__Atomic] = ACTIONS(1806), + [anon_sym__Noreturn] = ACTIONS(1806), + [anon_sym_noreturn] = ACTIONS(1806), + [sym_primitive_type] = ACTIONS(1824), + [anon_sym_enum] = ACTIONS(1827), + [anon_sym_struct] = ACTIONS(1830), + [anon_sym_union] = ACTIONS(1833), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1804), + [anon_sym_rayPayloadInEXT] = ACTIONS(1804), + [anon_sym_hitAttributeEXT] = ACTIONS(1804), + [anon_sym_callableDataEXT] = ACTIONS(1804), + [anon_sym_callableDataInEXT] = ACTIONS(1804), + [anon_sym_shaderRecordEXT] = ACTIONS(1804), + [anon_sym_rayPayloadNV] = ACTIONS(1804), + [anon_sym_rayPayloadInNV] = ACTIONS(1804), + [anon_sym_hitAttributeNV] = ACTIONS(1804), + [anon_sym_callableDataNV] = ACTIONS(1804), + [anon_sym_callableDataInNV] = ACTIONS(1804), + [anon_sym_shaderRecordNV] = ACTIONS(1804), + [anon_sym_layout] = ACTIONS(1804), }, [471] = { [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1359), + [sym__declaration_specifiers] = STATE(1375), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(861), + [sym_ms_call_modifier] = STATE(848), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_macro_type_specifier] = STATE(1000), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_macro_type_specifier] = STATE(997), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [sym_identifier] = ACTIONS(1805), - [anon_sym_LPAREN2] = ACTIONS(1844), - [anon_sym_subroutine] = ACTIONS(1810), - [anon_sym_invariant] = ACTIONS(1810), - [anon_sym_precise] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1810), - [anon_sym_out] = ACTIONS(1810), - [anon_sym_inout] = ACTIONS(1810), - [anon_sym_uniform] = ACTIONS(1810), - [anon_sym_shared] = ACTIONS(1810), - [anon_sym_attribute] = ACTIONS(1810), - [anon_sym_varying] = ACTIONS(1810), - [anon_sym_buffer] = ACTIONS(1810), - [anon_sym_coherent] = ACTIONS(1810), - [anon_sym_readonly] = ACTIONS(1810), - [anon_sym_writeonly] = ACTIONS(1810), - [anon_sym_precision] = ACTIONS(1810), - [anon_sym_highp] = ACTIONS(1810), - [anon_sym_mediump] = ACTIONS(1810), - [anon_sym_lowp] = ACTIONS(1810), - [anon_sym_centroid] = ACTIONS(1810), - [anon_sym_sample] = ACTIONS(1810), - [anon_sym_patch] = ACTIONS(1810), - [anon_sym_smooth] = ACTIONS(1810), - [anon_sym_flat] = ACTIONS(1810), - [anon_sym_noperspective] = ACTIONS(1810), - [anon_sym___extension__] = ACTIONS(1812), - [anon_sym_extern] = ACTIONS(1815), - [anon_sym___attribute__] = ACTIONS(1818), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1821), - [anon_sym___declspec] = ACTIONS(1824), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [sym_identifier] = ACTIONS(1799), + [anon_sym_LPAREN2] = ACTIONS(1838), + [anon_sym_subroutine] = ACTIONS(1804), + [anon_sym_invariant] = ACTIONS(1804), + [anon_sym_precise] = ACTIONS(1804), + [anon_sym_in] = ACTIONS(1804), + [anon_sym_out] = ACTIONS(1804), + [anon_sym_inout] = ACTIONS(1804), + [anon_sym_uniform] = ACTIONS(1804), + [anon_sym_shared] = ACTIONS(1804), + [anon_sym_attribute] = ACTIONS(1804), + [anon_sym_varying] = ACTIONS(1804), + [anon_sym_buffer] = ACTIONS(1804), + [anon_sym_coherent] = ACTIONS(1804), + [anon_sym_readonly] = ACTIONS(1804), + [anon_sym_writeonly] = ACTIONS(1804), + [anon_sym_precision] = ACTIONS(1804), + [anon_sym_highp] = ACTIONS(1804), + [anon_sym_mediump] = ACTIONS(1804), + [anon_sym_lowp] = ACTIONS(1804), + [anon_sym_centroid] = ACTIONS(1804), + [anon_sym_sample] = ACTIONS(1804), + [anon_sym_patch] = ACTIONS(1804), + [anon_sym_smooth] = ACTIONS(1804), + [anon_sym_flat] = ACTIONS(1804), + [anon_sym_noperspective] = ACTIONS(1804), + [anon_sym___extension__] = ACTIONS(1806), + [anon_sym_extern] = ACTIONS(1809), + [anon_sym___attribute__] = ACTIONS(1812), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1815), + [anon_sym___declspec] = ACTIONS(1818), [anon_sym___cdecl] = ACTIONS(45), [anon_sym___clrcall] = ACTIONS(45), [anon_sym___stdcall] = ACTIONS(45), [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(1827), - [anon_sym_unsigned] = ACTIONS(1827), - [anon_sym_long] = ACTIONS(1827), - [anon_sym_short] = ACTIONS(1827), - [anon_sym_static] = ACTIONS(1815), - [anon_sym_auto] = ACTIONS(1815), - [anon_sym_register] = ACTIONS(1815), - [anon_sym_inline] = ACTIONS(1815), - [anon_sym___inline] = ACTIONS(1815), - [anon_sym___inline__] = ACTIONS(1815), - [anon_sym___forceinline] = ACTIONS(1815), - [anon_sym_thread_local] = ACTIONS(1815), - [anon_sym___thread] = ACTIONS(1815), - [anon_sym_const] = ACTIONS(1812), - [anon_sym_constexpr] = ACTIONS(1812), - [anon_sym_volatile] = ACTIONS(1812), - [anon_sym_restrict] = ACTIONS(1812), - [anon_sym___restrict__] = ACTIONS(1812), - [anon_sym__Atomic] = ACTIONS(1812), - [anon_sym__Noreturn] = ACTIONS(1812), - [anon_sym_noreturn] = ACTIONS(1812), - [sym_primitive_type] = ACTIONS(1830), - [anon_sym_enum] = ACTIONS(1833), - [anon_sym_struct] = ACTIONS(1836), - [anon_sym_union] = ACTIONS(1839), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1810), - [anon_sym_rayPayloadInEXT] = ACTIONS(1810), - [anon_sym_hitAttributeEXT] = ACTIONS(1810), - [anon_sym_callableDataEXT] = ACTIONS(1810), - [anon_sym_callableDataInEXT] = ACTIONS(1810), - [anon_sym_shaderRecordEXT] = ACTIONS(1810), - [anon_sym_rayPayloadNV] = ACTIONS(1810), - [anon_sym_rayPayloadInNV] = ACTIONS(1810), - [anon_sym_hitAttributeNV] = ACTIONS(1810), - [anon_sym_callableDataNV] = ACTIONS(1810), - [anon_sym_callableDataInNV] = ACTIONS(1810), - [anon_sym_shaderRecordNV] = ACTIONS(1810), - [anon_sym_layout] = ACTIONS(1810), + [anon_sym_signed] = ACTIONS(1821), + [anon_sym_unsigned] = ACTIONS(1821), + [anon_sym_long] = ACTIONS(1821), + [anon_sym_short] = ACTIONS(1821), + [anon_sym_static] = ACTIONS(1809), + [anon_sym_auto] = ACTIONS(1809), + [anon_sym_register] = ACTIONS(1809), + [anon_sym_inline] = ACTIONS(1809), + [anon_sym___inline] = ACTIONS(1809), + [anon_sym___inline__] = ACTIONS(1809), + [anon_sym___forceinline] = ACTIONS(1809), + [anon_sym_thread_local] = ACTIONS(1809), + [anon_sym___thread] = ACTIONS(1809), + [anon_sym_const] = ACTIONS(1806), + [anon_sym_constexpr] = ACTIONS(1806), + [anon_sym_volatile] = ACTIONS(1806), + [anon_sym_restrict] = ACTIONS(1806), + [anon_sym___restrict__] = ACTIONS(1806), + [anon_sym__Atomic] = ACTIONS(1806), + [anon_sym__Noreturn] = ACTIONS(1806), + [anon_sym_noreturn] = ACTIONS(1806), + [sym_primitive_type] = ACTIONS(1824), + [anon_sym_enum] = ACTIONS(1827), + [anon_sym_struct] = ACTIONS(1830), + [anon_sym_union] = ACTIONS(1833), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1804), + [anon_sym_rayPayloadInEXT] = ACTIONS(1804), + [anon_sym_hitAttributeEXT] = ACTIONS(1804), + [anon_sym_callableDataEXT] = ACTIONS(1804), + [anon_sym_callableDataInEXT] = ACTIONS(1804), + [anon_sym_shaderRecordEXT] = ACTIONS(1804), + [anon_sym_rayPayloadNV] = ACTIONS(1804), + [anon_sym_rayPayloadInNV] = ACTIONS(1804), + [anon_sym_hitAttributeNV] = ACTIONS(1804), + [anon_sym_callableDataNV] = ACTIONS(1804), + [anon_sym_callableDataInNV] = ACTIONS(1804), + [anon_sym_shaderRecordNV] = ACTIONS(1804), + [anon_sym_layout] = ACTIONS(1804), }, [472] = { [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1350), + [sym__declaration_specifiers] = STATE(1358), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(842), + [sym_ms_call_modifier] = STATE(865), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_macro_type_specifier] = STATE(1000), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_macro_type_specifier] = STATE(997), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [sym_identifier] = ACTIONS(1805), - [anon_sym_LPAREN2] = ACTIONS(1846), - [anon_sym_subroutine] = ACTIONS(1810), - [anon_sym_invariant] = ACTIONS(1810), - [anon_sym_precise] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1810), - [anon_sym_out] = ACTIONS(1810), - [anon_sym_inout] = ACTIONS(1810), - [anon_sym_uniform] = ACTIONS(1810), - [anon_sym_shared] = ACTIONS(1810), - [anon_sym_attribute] = ACTIONS(1810), - [anon_sym_varying] = ACTIONS(1810), - [anon_sym_buffer] = ACTIONS(1810), - [anon_sym_coherent] = ACTIONS(1810), - [anon_sym_readonly] = ACTIONS(1810), - [anon_sym_writeonly] = ACTIONS(1810), - [anon_sym_precision] = ACTIONS(1810), - [anon_sym_highp] = ACTIONS(1810), - [anon_sym_mediump] = ACTIONS(1810), - [anon_sym_lowp] = ACTIONS(1810), - [anon_sym_centroid] = ACTIONS(1810), - [anon_sym_sample] = ACTIONS(1810), - [anon_sym_patch] = ACTIONS(1810), - [anon_sym_smooth] = ACTIONS(1810), - [anon_sym_flat] = ACTIONS(1810), - [anon_sym_noperspective] = ACTIONS(1810), - [anon_sym___extension__] = ACTIONS(1812), - [anon_sym_extern] = ACTIONS(1815), - [anon_sym___attribute__] = ACTIONS(1818), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1821), - [anon_sym___declspec] = ACTIONS(1824), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [sym_identifier] = ACTIONS(1799), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_subroutine] = ACTIONS(1804), + [anon_sym_invariant] = ACTIONS(1804), + [anon_sym_precise] = ACTIONS(1804), + [anon_sym_in] = ACTIONS(1804), + [anon_sym_out] = ACTIONS(1804), + [anon_sym_inout] = ACTIONS(1804), + [anon_sym_uniform] = ACTIONS(1804), + [anon_sym_shared] = ACTIONS(1804), + [anon_sym_attribute] = ACTIONS(1804), + [anon_sym_varying] = ACTIONS(1804), + [anon_sym_buffer] = ACTIONS(1804), + [anon_sym_coherent] = ACTIONS(1804), + [anon_sym_readonly] = ACTIONS(1804), + [anon_sym_writeonly] = ACTIONS(1804), + [anon_sym_precision] = ACTIONS(1804), + [anon_sym_highp] = ACTIONS(1804), + [anon_sym_mediump] = ACTIONS(1804), + [anon_sym_lowp] = ACTIONS(1804), + [anon_sym_centroid] = ACTIONS(1804), + [anon_sym_sample] = ACTIONS(1804), + [anon_sym_patch] = ACTIONS(1804), + [anon_sym_smooth] = ACTIONS(1804), + [anon_sym_flat] = ACTIONS(1804), + [anon_sym_noperspective] = ACTIONS(1804), + [anon_sym___extension__] = ACTIONS(1806), + [anon_sym_extern] = ACTIONS(1809), + [anon_sym___attribute__] = ACTIONS(1812), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1815), + [anon_sym___declspec] = ACTIONS(1818), [anon_sym___cdecl] = ACTIONS(45), [anon_sym___clrcall] = ACTIONS(45), [anon_sym___stdcall] = ACTIONS(45), [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(1827), - [anon_sym_unsigned] = ACTIONS(1827), - [anon_sym_long] = ACTIONS(1827), - [anon_sym_short] = ACTIONS(1827), - [anon_sym_static] = ACTIONS(1815), - [anon_sym_auto] = ACTIONS(1815), - [anon_sym_register] = ACTIONS(1815), - [anon_sym_inline] = ACTIONS(1815), - [anon_sym___inline] = ACTIONS(1815), - [anon_sym___inline__] = ACTIONS(1815), - [anon_sym___forceinline] = ACTIONS(1815), - [anon_sym_thread_local] = ACTIONS(1815), - [anon_sym___thread] = ACTIONS(1815), - [anon_sym_const] = ACTIONS(1812), - [anon_sym_constexpr] = ACTIONS(1812), - [anon_sym_volatile] = ACTIONS(1812), - [anon_sym_restrict] = ACTIONS(1812), - [anon_sym___restrict__] = ACTIONS(1812), - [anon_sym__Atomic] = ACTIONS(1812), - [anon_sym__Noreturn] = ACTIONS(1812), - [anon_sym_noreturn] = ACTIONS(1812), - [sym_primitive_type] = ACTIONS(1830), - [anon_sym_enum] = ACTIONS(1833), - [anon_sym_struct] = ACTIONS(1836), - [anon_sym_union] = ACTIONS(1839), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1810), - [anon_sym_rayPayloadInEXT] = ACTIONS(1810), - [anon_sym_hitAttributeEXT] = ACTIONS(1810), - [anon_sym_callableDataEXT] = ACTIONS(1810), - [anon_sym_callableDataInEXT] = ACTIONS(1810), - [anon_sym_shaderRecordEXT] = ACTIONS(1810), - [anon_sym_rayPayloadNV] = ACTIONS(1810), - [anon_sym_rayPayloadInNV] = ACTIONS(1810), - [anon_sym_hitAttributeNV] = ACTIONS(1810), - [anon_sym_callableDataNV] = ACTIONS(1810), - [anon_sym_callableDataInNV] = ACTIONS(1810), - [anon_sym_shaderRecordNV] = ACTIONS(1810), - [anon_sym_layout] = ACTIONS(1810), + [anon_sym_signed] = ACTIONS(1821), + [anon_sym_unsigned] = ACTIONS(1821), + [anon_sym_long] = ACTIONS(1821), + [anon_sym_short] = ACTIONS(1821), + [anon_sym_static] = ACTIONS(1809), + [anon_sym_auto] = ACTIONS(1809), + [anon_sym_register] = ACTIONS(1809), + [anon_sym_inline] = ACTIONS(1809), + [anon_sym___inline] = ACTIONS(1809), + [anon_sym___inline__] = ACTIONS(1809), + [anon_sym___forceinline] = ACTIONS(1809), + [anon_sym_thread_local] = ACTIONS(1809), + [anon_sym___thread] = ACTIONS(1809), + [anon_sym_const] = ACTIONS(1806), + [anon_sym_constexpr] = ACTIONS(1806), + [anon_sym_volatile] = ACTIONS(1806), + [anon_sym_restrict] = ACTIONS(1806), + [anon_sym___restrict__] = ACTIONS(1806), + [anon_sym__Atomic] = ACTIONS(1806), + [anon_sym__Noreturn] = ACTIONS(1806), + [anon_sym_noreturn] = ACTIONS(1806), + [sym_primitive_type] = ACTIONS(1824), + [anon_sym_enum] = ACTIONS(1827), + [anon_sym_struct] = ACTIONS(1830), + [anon_sym_union] = ACTIONS(1833), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1804), + [anon_sym_rayPayloadInEXT] = ACTIONS(1804), + [anon_sym_hitAttributeEXT] = ACTIONS(1804), + [anon_sym_callableDataEXT] = ACTIONS(1804), + [anon_sym_callableDataInEXT] = ACTIONS(1804), + [anon_sym_shaderRecordEXT] = ACTIONS(1804), + [anon_sym_rayPayloadNV] = ACTIONS(1804), + [anon_sym_rayPayloadInNV] = ACTIONS(1804), + [anon_sym_hitAttributeNV] = ACTIONS(1804), + [anon_sym_callableDataNV] = ACTIONS(1804), + [anon_sym_callableDataInNV] = ACTIONS(1804), + [anon_sym_shaderRecordNV] = ACTIONS(1804), + [anon_sym_layout] = ACTIONS(1804), }, [473] = { [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1378), + [sym__declaration_specifiers] = STATE(1376), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_call_modifier] = STATE(850), + [sym_ms_call_modifier] = STATE(842), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_macro_type_specifier] = STATE(1000), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_macro_type_specifier] = STATE(997), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [sym_identifier] = ACTIONS(1805), - [anon_sym_LPAREN2] = ACTIONS(1848), - [anon_sym_subroutine] = ACTIONS(1810), - [anon_sym_invariant] = ACTIONS(1810), - [anon_sym_precise] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1810), - [anon_sym_out] = ACTIONS(1810), - [anon_sym_inout] = ACTIONS(1810), - [anon_sym_uniform] = ACTIONS(1810), - [anon_sym_shared] = ACTIONS(1810), - [anon_sym_attribute] = ACTIONS(1810), - [anon_sym_varying] = ACTIONS(1810), - [anon_sym_buffer] = ACTIONS(1810), - [anon_sym_coherent] = ACTIONS(1810), - [anon_sym_readonly] = ACTIONS(1810), - [anon_sym_writeonly] = ACTIONS(1810), - [anon_sym_precision] = ACTIONS(1810), - [anon_sym_highp] = ACTIONS(1810), - [anon_sym_mediump] = ACTIONS(1810), - [anon_sym_lowp] = ACTIONS(1810), - [anon_sym_centroid] = ACTIONS(1810), - [anon_sym_sample] = ACTIONS(1810), - [anon_sym_patch] = ACTIONS(1810), - [anon_sym_smooth] = ACTIONS(1810), - [anon_sym_flat] = ACTIONS(1810), - [anon_sym_noperspective] = ACTIONS(1810), - [anon_sym___extension__] = ACTIONS(1812), - [anon_sym_extern] = ACTIONS(1815), - [anon_sym___attribute__] = ACTIONS(1818), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1821), - [anon_sym___declspec] = ACTIONS(1824), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [sym_identifier] = ACTIONS(1799), + [anon_sym_LPAREN2] = ACTIONS(1842), + [anon_sym_subroutine] = ACTIONS(1804), + [anon_sym_invariant] = ACTIONS(1804), + [anon_sym_precise] = ACTIONS(1804), + [anon_sym_in] = ACTIONS(1804), + [anon_sym_out] = ACTIONS(1804), + [anon_sym_inout] = ACTIONS(1804), + [anon_sym_uniform] = ACTIONS(1804), + [anon_sym_shared] = ACTIONS(1804), + [anon_sym_attribute] = ACTIONS(1804), + [anon_sym_varying] = ACTIONS(1804), + [anon_sym_buffer] = ACTIONS(1804), + [anon_sym_coherent] = ACTIONS(1804), + [anon_sym_readonly] = ACTIONS(1804), + [anon_sym_writeonly] = ACTIONS(1804), + [anon_sym_precision] = ACTIONS(1804), + [anon_sym_highp] = ACTIONS(1804), + [anon_sym_mediump] = ACTIONS(1804), + [anon_sym_lowp] = ACTIONS(1804), + [anon_sym_centroid] = ACTIONS(1804), + [anon_sym_sample] = ACTIONS(1804), + [anon_sym_patch] = ACTIONS(1804), + [anon_sym_smooth] = ACTIONS(1804), + [anon_sym_flat] = ACTIONS(1804), + [anon_sym_noperspective] = ACTIONS(1804), + [anon_sym___extension__] = ACTIONS(1806), + [anon_sym_extern] = ACTIONS(1809), + [anon_sym___attribute__] = ACTIONS(1812), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1815), + [anon_sym___declspec] = ACTIONS(1818), [anon_sym___cdecl] = ACTIONS(45), [anon_sym___clrcall] = ACTIONS(45), [anon_sym___stdcall] = ACTIONS(45), [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(1827), - [anon_sym_unsigned] = ACTIONS(1827), - [anon_sym_long] = ACTIONS(1827), - [anon_sym_short] = ACTIONS(1827), - [anon_sym_static] = ACTIONS(1815), - [anon_sym_auto] = ACTIONS(1815), - [anon_sym_register] = ACTIONS(1815), - [anon_sym_inline] = ACTIONS(1815), - [anon_sym___inline] = ACTIONS(1815), - [anon_sym___inline__] = ACTIONS(1815), - [anon_sym___forceinline] = ACTIONS(1815), - [anon_sym_thread_local] = ACTIONS(1815), - [anon_sym___thread] = ACTIONS(1815), - [anon_sym_const] = ACTIONS(1812), - [anon_sym_constexpr] = ACTIONS(1812), - [anon_sym_volatile] = ACTIONS(1812), - [anon_sym_restrict] = ACTIONS(1812), - [anon_sym___restrict__] = ACTIONS(1812), - [anon_sym__Atomic] = ACTIONS(1812), - [anon_sym__Noreturn] = ACTIONS(1812), - [anon_sym_noreturn] = ACTIONS(1812), - [sym_primitive_type] = ACTIONS(1830), - [anon_sym_enum] = ACTIONS(1833), - [anon_sym_struct] = ACTIONS(1836), - [anon_sym_union] = ACTIONS(1839), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1810), - [anon_sym_rayPayloadInEXT] = ACTIONS(1810), - [anon_sym_hitAttributeEXT] = ACTIONS(1810), - [anon_sym_callableDataEXT] = ACTIONS(1810), - [anon_sym_callableDataInEXT] = ACTIONS(1810), - [anon_sym_shaderRecordEXT] = ACTIONS(1810), - [anon_sym_rayPayloadNV] = ACTIONS(1810), - [anon_sym_rayPayloadInNV] = ACTIONS(1810), - [anon_sym_hitAttributeNV] = ACTIONS(1810), - [anon_sym_callableDataNV] = ACTIONS(1810), - [anon_sym_callableDataInNV] = ACTIONS(1810), - [anon_sym_shaderRecordNV] = ACTIONS(1810), - [anon_sym_layout] = ACTIONS(1810), + [anon_sym_signed] = ACTIONS(1821), + [anon_sym_unsigned] = ACTIONS(1821), + [anon_sym_long] = ACTIONS(1821), + [anon_sym_short] = ACTIONS(1821), + [anon_sym_static] = ACTIONS(1809), + [anon_sym_auto] = ACTIONS(1809), + [anon_sym_register] = ACTIONS(1809), + [anon_sym_inline] = ACTIONS(1809), + [anon_sym___inline] = ACTIONS(1809), + [anon_sym___inline__] = ACTIONS(1809), + [anon_sym___forceinline] = ACTIONS(1809), + [anon_sym_thread_local] = ACTIONS(1809), + [anon_sym___thread] = ACTIONS(1809), + [anon_sym_const] = ACTIONS(1806), + [anon_sym_constexpr] = ACTIONS(1806), + [anon_sym_volatile] = ACTIONS(1806), + [anon_sym_restrict] = ACTIONS(1806), + [anon_sym___restrict__] = ACTIONS(1806), + [anon_sym__Atomic] = ACTIONS(1806), + [anon_sym__Noreturn] = ACTIONS(1806), + [anon_sym_noreturn] = ACTIONS(1806), + [sym_primitive_type] = ACTIONS(1824), + [anon_sym_enum] = ACTIONS(1827), + [anon_sym_struct] = ACTIONS(1830), + [anon_sym_union] = ACTIONS(1833), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1804), + [anon_sym_rayPayloadInEXT] = ACTIONS(1804), + [anon_sym_hitAttributeEXT] = ACTIONS(1804), + [anon_sym_callableDataEXT] = ACTIONS(1804), + [anon_sym_callableDataInEXT] = ACTIONS(1804), + [anon_sym_shaderRecordEXT] = ACTIONS(1804), + [anon_sym_rayPayloadNV] = ACTIONS(1804), + [anon_sym_rayPayloadInNV] = ACTIONS(1804), + [anon_sym_hitAttributeNV] = ACTIONS(1804), + [anon_sym_callableDataNV] = ACTIONS(1804), + [anon_sym_callableDataInNV] = ACTIONS(1804), + [anon_sym_shaderRecordNV] = ACTIONS(1804), + [anon_sym_layout] = ACTIONS(1804), }, [474] = { - [sym__expression] = STATE(933), - [sym__expression_not_binary] = STATE(900), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), - [sym_pointer_expression] = STATE(900), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), - [sym_subscript_expression] = STATE(900), - [sym_call_expression] = STATE(900), - [sym_gnu_asm_expression] = STATE(900), - [sym_field_expression] = STATE(900), - [sym_compound_literal_expression] = STATE(900), - [sym_parenthesized_expression] = STATE(900), - [sym_initializer_list] = STATE(911), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), + [sym__expression] = STATE(941), + [sym__expression_not_binary] = STATE(897), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), + [sym_pointer_expression] = STATE(897), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), + [sym_subscript_expression] = STATE(897), + [sym_call_expression] = STATE(897), + [sym_gnu_asm_expression] = STATE(897), + [sym_field_expression] = STATE(897), + [sym_compound_literal_expression] = STATE(897), + [sym_parenthesized_expression] = STATE(897), + [sym_initializer_list] = STATE(908), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), [sym_identifier] = ACTIONS(1785), - [anon_sym_LPAREN2] = ACTIONS(1850), - [anon_sym_BANG] = ACTIONS(1852), - [anon_sym_TILDE] = ACTIONS(1854), - [anon_sym_DASH] = ACTIONS(1852), - [anon_sym_PLUS] = ACTIONS(1852), - [anon_sym_STAR] = ACTIONS(1856), - [anon_sym_SLASH] = ACTIONS(1797), - [anon_sym_PERCENT] = ACTIONS(1797), + [anon_sym_LPAREN2] = ACTIONS(1787), + [anon_sym_BANG] = ACTIONS(1844), + [anon_sym_TILDE] = ACTIONS(1846), + [anon_sym_DASH] = ACTIONS(1793), + [anon_sym_PLUS] = ACTIONS(1793), + [anon_sym_STAR] = ACTIONS(1793), + [anon_sym_SLASH] = ACTIONS(1793), + [anon_sym_PERCENT] = ACTIONS(1793), [anon_sym_PIPE_PIPE] = ACTIONS(1787), [anon_sym_AMP_AMP] = ACTIONS(1787), - [anon_sym_PIPE] = ACTIONS(1797), - [anon_sym_CARET] = ACTIONS(1797), - [anon_sym_AMP] = ACTIONS(1856), + [anon_sym_PIPE] = ACTIONS(1793), + [anon_sym_CARET] = ACTIONS(1793), + [anon_sym_AMP] = ACTIONS(1793), [anon_sym_EQ_EQ] = ACTIONS(1787), [anon_sym_BANG_EQ] = ACTIONS(1787), - [anon_sym_GT] = ACTIONS(1797), + [anon_sym_GT] = ACTIONS(1793), [anon_sym_GT_EQ] = ACTIONS(1787), [anon_sym_LT_EQ] = ACTIONS(1787), - [anon_sym_LT] = ACTIONS(1797), - [anon_sym_LT_LT] = ACTIONS(1797), - [anon_sym_GT_GT] = ACTIONS(1797), - [anon_sym_LBRACE] = ACTIONS(1799), + [anon_sym_LT] = ACTIONS(1793), + [anon_sym_LT_LT] = ACTIONS(1793), + [anon_sym_GT_GT] = ACTIONS(1793), + [anon_sym_LBRACE] = ACTIONS(1795), [anon_sym_LBRACK] = ACTIONS(1787), [anon_sym_RBRACK] = ACTIONS(1787), - [anon_sym_EQ] = ACTIONS(1797), + [anon_sym_EQ] = ACTIONS(1793), [anon_sym_QMARK] = ACTIONS(1787), [anon_sym_STAR_EQ] = ACTIONS(1787), [anon_sym_SLASH_EQ] = ACTIONS(1787), @@ -84065,9 +84060,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP_EQ] = ACTIONS(1787), [anon_sym_CARET_EQ] = ACTIONS(1787), [anon_sym_PIPE_EQ] = ACTIONS(1787), - [anon_sym_DASH_DASH] = ACTIONS(1858), - [anon_sym_PLUS_PLUS] = ACTIONS(1858), - [anon_sym_sizeof] = ACTIONS(1860), + [anon_sym_DASH_DASH] = ACTIONS(1787), + [anon_sym_PLUS_PLUS] = ACTIONS(1787), + [anon_sym_sizeof] = ACTIONS(1848), [anon_sym___alignof__] = ACTIONS(89), [anon_sym___alignof] = ACTIONS(89), [anon_sym__alignof] = ACTIONS(89), @@ -84077,7 +84072,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(93), [anon_sym_asm] = ACTIONS(95), [anon_sym___asm__] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(1797), + [anon_sym_DOT] = ACTIONS(1793), [anon_sym_DASH_GT] = ACTIONS(1787), [sym_number_literal] = ACTIONS(169), [anon_sym_L_SQUOTE] = ACTIONS(99), @@ -84097,231 +84092,231 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [475] = { - [sym_attribute_declaration] = STATE(511), - [sym_compound_statement] = STATE(2027), - [sym_attributed_statement] = STATE(2027), - [sym_labeled_statement] = STATE(2027), - [sym_expression_statement] = STATE(2027), - [sym_if_statement] = STATE(2027), - [sym_switch_statement] = STATE(2027), - [sym_case_statement] = STATE(2027), - [sym_while_statement] = STATE(2027), - [sym_do_statement] = STATE(2027), - [sym_for_statement] = STATE(2027), - [sym_return_statement] = STATE(2027), - [sym_break_statement] = STATE(2027), - [sym_continue_statement] = STATE(2027), - [sym_goto_statement] = STATE(2027), - [sym__expression] = STATE(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym_attribute_declaration] = STATE(475), + [sym_compound_statement] = STATE(114), + [sym_attributed_statement] = STATE(114), + [sym_labeled_statement] = STATE(114), + [sym_expression_statement] = STATE(114), + [sym_if_statement] = STATE(114), + [sym_switch_statement] = STATE(114), + [sym_case_statement] = STATE(114), + [sym_while_statement] = STATE(114), + [sym_do_statement] = STATE(114), + [sym_for_statement] = STATE(114), + [sym_return_statement] = STATE(114), + [sym_break_statement] = STATE(114), + [sym_continue_statement] = STATE(114), + [sym_goto_statement] = STATE(114), + [sym__expression] = STATE(1069), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1922), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(511), - [sym_identifier] = ACTIONS(1862), - [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(521), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_if] = ACTIONS(1316), - [anon_sym_switch] = ACTIONS(65), - [anon_sym_case] = ACTIONS(1866), - [anon_sym_default] = ACTIONS(1868), - [anon_sym_while] = ACTIONS(1318), - [anon_sym_do] = ACTIONS(73), - [anon_sym_for] = ACTIONS(1320), - [anon_sym_return] = ACTIONS(77), - [anon_sym_break] = ACTIONS(79), - [anon_sym_continue] = ACTIONS(81), - [anon_sym_goto] = ACTIONS(83), - [anon_sym_DASH_DASH] = ACTIONS(85), - [anon_sym_PLUS_PLUS] = ACTIONS(85), - [anon_sym_sizeof] = ACTIONS(87), - [anon_sym___alignof__] = ACTIONS(89), - [anon_sym___alignof] = ACTIONS(89), - [anon_sym__alignof] = ACTIONS(89), - [anon_sym_alignof] = ACTIONS(89), - [anon_sym__Alignof] = ACTIONS(89), - [anon_sym_offsetof] = ACTIONS(91), - [anon_sym__Generic] = ACTIONS(93), - [anon_sym_asm] = ACTIONS(95), - [anon_sym___asm__] = ACTIONS(95), - [sym_number_literal] = ACTIONS(169), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(171), - [sym_false] = ACTIONS(171), - [anon_sym_NULL] = ACTIONS(105), - [anon_sym_nullptr] = ACTIONS(105), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(475), + [sym_identifier] = ACTIONS(1850), + [anon_sym_LPAREN2] = ACTIONS(1853), + [anon_sym_BANG] = ACTIONS(1856), + [anon_sym_TILDE] = ACTIONS(1856), + [anon_sym_DASH] = ACTIONS(1859), + [anon_sym_PLUS] = ACTIONS(1859), + [anon_sym_STAR] = ACTIONS(1862), + [anon_sym_AMP] = ACTIONS(1862), + [anon_sym_SEMI] = ACTIONS(1865), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1868), + [anon_sym_LBRACE] = ACTIONS(1871), + [anon_sym_if] = ACTIONS(1874), + [anon_sym_switch] = ACTIONS(1877), + [anon_sym_case] = ACTIONS(1880), + [anon_sym_default] = ACTIONS(1883), + [anon_sym_while] = ACTIONS(1886), + [anon_sym_do] = ACTIONS(1889), + [anon_sym_for] = ACTIONS(1892), + [anon_sym_return] = ACTIONS(1895), + [anon_sym_break] = ACTIONS(1898), + [anon_sym_continue] = ACTIONS(1901), + [anon_sym_goto] = ACTIONS(1904), + [anon_sym_DASH_DASH] = ACTIONS(1907), + [anon_sym_PLUS_PLUS] = ACTIONS(1907), + [anon_sym_sizeof] = ACTIONS(1910), + [anon_sym___alignof__] = ACTIONS(1913), + [anon_sym___alignof] = ACTIONS(1913), + [anon_sym__alignof] = ACTIONS(1913), + [anon_sym_alignof] = ACTIONS(1913), + [anon_sym__Alignof] = ACTIONS(1913), + [anon_sym_offsetof] = ACTIONS(1916), + [anon_sym__Generic] = ACTIONS(1919), + [anon_sym_asm] = ACTIONS(1922), + [anon_sym___asm__] = ACTIONS(1922), + [sym_number_literal] = ACTIONS(1925), + [anon_sym_L_SQUOTE] = ACTIONS(1928), + [anon_sym_u_SQUOTE] = ACTIONS(1928), + [anon_sym_U_SQUOTE] = ACTIONS(1928), + [anon_sym_u8_SQUOTE] = ACTIONS(1928), + [anon_sym_SQUOTE] = ACTIONS(1928), + [anon_sym_L_DQUOTE] = ACTIONS(1931), + [anon_sym_u_DQUOTE] = ACTIONS(1931), + [anon_sym_U_DQUOTE] = ACTIONS(1931), + [anon_sym_u8_DQUOTE] = ACTIONS(1931), + [anon_sym_DQUOTE] = ACTIONS(1931), + [sym_true] = ACTIONS(1934), + [sym_false] = ACTIONS(1934), + [anon_sym_NULL] = ACTIONS(1937), + [anon_sym_nullptr] = ACTIONS(1937), [sym_comment] = ACTIONS(3), }, [476] = { [sym_attribute_declaration] = STATE(476), - [sym_compound_statement] = STATE(198), - [sym_attributed_statement] = STATE(198), - [sym_labeled_statement] = STATE(198), - [sym_expression_statement] = STATE(198), - [sym_if_statement] = STATE(198), - [sym_switch_statement] = STATE(198), - [sym_case_statement] = STATE(198), - [sym_while_statement] = STATE(198), - [sym_do_statement] = STATE(198), - [sym_for_statement] = STATE(198), - [sym_return_statement] = STATE(198), - [sym_break_statement] = STATE(198), - [sym_continue_statement] = STATE(198), - [sym_goto_statement] = STATE(198), - [sym__expression] = STATE(1080), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1807), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym_compound_statement] = STATE(161), + [sym_attributed_statement] = STATE(161), + [sym_labeled_statement] = STATE(161), + [sym_expression_statement] = STATE(161), + [sym_if_statement] = STATE(161), + [sym_switch_statement] = STATE(161), + [sym_case_statement] = STATE(161), + [sym_while_statement] = STATE(161), + [sym_do_statement] = STATE(161), + [sym_for_statement] = STATE(161), + [sym_return_statement] = STATE(161), + [sym_break_statement] = STATE(161), + [sym_continue_statement] = STATE(161), + [sym_goto_statement] = STATE(161), + [sym__expression] = STATE(1062), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1892), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), [aux_sym_attributed_declarator_repeat1] = STATE(476), - [sym_identifier] = ACTIONS(1870), - [anon_sym_LPAREN2] = ACTIONS(1873), - [anon_sym_BANG] = ACTIONS(1876), - [anon_sym_TILDE] = ACTIONS(1876), - [anon_sym_DASH] = ACTIONS(1879), - [anon_sym_PLUS] = ACTIONS(1879), - [anon_sym_STAR] = ACTIONS(1882), - [anon_sym_AMP] = ACTIONS(1882), - [anon_sym_SEMI] = ACTIONS(1885), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1888), - [anon_sym_LBRACE] = ACTIONS(1891), - [anon_sym_if] = ACTIONS(1894), - [anon_sym_switch] = ACTIONS(1897), - [anon_sym_case] = ACTIONS(1900), - [anon_sym_default] = ACTIONS(1903), - [anon_sym_while] = ACTIONS(1906), - [anon_sym_do] = ACTIONS(1909), - [anon_sym_for] = ACTIONS(1912), - [anon_sym_return] = ACTIONS(1915), - [anon_sym_break] = ACTIONS(1918), - [anon_sym_continue] = ACTIONS(1921), - [anon_sym_goto] = ACTIONS(1924), - [anon_sym_DASH_DASH] = ACTIONS(1927), - [anon_sym_PLUS_PLUS] = ACTIONS(1927), - [anon_sym_sizeof] = ACTIONS(1930), - [anon_sym___alignof__] = ACTIONS(1933), - [anon_sym___alignof] = ACTIONS(1933), - [anon_sym__alignof] = ACTIONS(1933), - [anon_sym_alignof] = ACTIONS(1933), - [anon_sym__Alignof] = ACTIONS(1933), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1939), - [anon_sym_asm] = ACTIONS(1942), - [anon_sym___asm__] = ACTIONS(1942), - [sym_number_literal] = ACTIONS(1945), - [anon_sym_L_SQUOTE] = ACTIONS(1948), - [anon_sym_u_SQUOTE] = ACTIONS(1948), - [anon_sym_U_SQUOTE] = ACTIONS(1948), - [anon_sym_u8_SQUOTE] = ACTIONS(1948), - [anon_sym_SQUOTE] = ACTIONS(1948), - [anon_sym_L_DQUOTE] = ACTIONS(1951), - [anon_sym_u_DQUOTE] = ACTIONS(1951), - [anon_sym_U_DQUOTE] = ACTIONS(1951), - [anon_sym_u8_DQUOTE] = ACTIONS(1951), - [anon_sym_DQUOTE] = ACTIONS(1951), - [sym_true] = ACTIONS(1954), - [sym_false] = ACTIONS(1954), - [anon_sym_NULL] = ACTIONS(1957), - [anon_sym_nullptr] = ACTIONS(1957), + [sym_identifier] = ACTIONS(1940), + [anon_sym_LPAREN2] = ACTIONS(1853), + [anon_sym_BANG] = ACTIONS(1856), + [anon_sym_TILDE] = ACTIONS(1856), + [anon_sym_DASH] = ACTIONS(1859), + [anon_sym_PLUS] = ACTIONS(1859), + [anon_sym_STAR] = ACTIONS(1862), + [anon_sym_AMP] = ACTIONS(1862), + [anon_sym_SEMI] = ACTIONS(1943), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1868), + [anon_sym_LBRACE] = ACTIONS(1946), + [anon_sym_if] = ACTIONS(1949), + [anon_sym_switch] = ACTIONS(1952), + [anon_sym_case] = ACTIONS(1955), + [anon_sym_default] = ACTIONS(1958), + [anon_sym_while] = ACTIONS(1961), + [anon_sym_do] = ACTIONS(1964), + [anon_sym_for] = ACTIONS(1967), + [anon_sym_return] = ACTIONS(1970), + [anon_sym_break] = ACTIONS(1973), + [anon_sym_continue] = ACTIONS(1976), + [anon_sym_goto] = ACTIONS(1979), + [anon_sym_DASH_DASH] = ACTIONS(1907), + [anon_sym_PLUS_PLUS] = ACTIONS(1907), + [anon_sym_sizeof] = ACTIONS(1910), + [anon_sym___alignof__] = ACTIONS(1913), + [anon_sym___alignof] = ACTIONS(1913), + [anon_sym__alignof] = ACTIONS(1913), + [anon_sym_alignof] = ACTIONS(1913), + [anon_sym__Alignof] = ACTIONS(1913), + [anon_sym_offsetof] = ACTIONS(1916), + [anon_sym__Generic] = ACTIONS(1919), + [anon_sym_asm] = ACTIONS(1922), + [anon_sym___asm__] = ACTIONS(1922), + [sym_number_literal] = ACTIONS(1925), + [anon_sym_L_SQUOTE] = ACTIONS(1928), + [anon_sym_u_SQUOTE] = ACTIONS(1928), + [anon_sym_U_SQUOTE] = ACTIONS(1928), + [anon_sym_u8_SQUOTE] = ACTIONS(1928), + [anon_sym_SQUOTE] = ACTIONS(1928), + [anon_sym_L_DQUOTE] = ACTIONS(1931), + [anon_sym_u_DQUOTE] = ACTIONS(1931), + [anon_sym_U_DQUOTE] = ACTIONS(1931), + [anon_sym_u8_DQUOTE] = ACTIONS(1931), + [anon_sym_DQUOTE] = ACTIONS(1931), + [sym_true] = ACTIONS(1934), + [sym_false] = ACTIONS(1934), + [anon_sym_NULL] = ACTIONS(1937), + [anon_sym_nullptr] = ACTIONS(1937), [sym_comment] = ACTIONS(3), }, [477] = { - [sym_attribute_declaration] = STATE(511), - [sym_compound_statement] = STATE(314), - [sym_attributed_statement] = STATE(314), - [sym_labeled_statement] = STATE(314), - [sym_expression_statement] = STATE(314), - [sym_if_statement] = STATE(314), - [sym_switch_statement] = STATE(314), - [sym_case_statement] = STATE(314), - [sym_while_statement] = STATE(314), - [sym_do_statement] = STATE(314), - [sym_for_statement] = STATE(314), - [sym_return_statement] = STATE(314), - [sym_break_statement] = STATE(314), - [sym_continue_statement] = STATE(314), - [sym_goto_statement] = STATE(314), - [sym__expression] = STATE(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym_attribute_declaration] = STATE(492), + [sym_compound_statement] = STATE(169), + [sym_attributed_statement] = STATE(169), + [sym_labeled_statement] = STATE(169), + [sym_expression_statement] = STATE(169), + [sym_if_statement] = STATE(169), + [sym_switch_statement] = STATE(169), + [sym_case_statement] = STATE(169), + [sym_while_statement] = STATE(169), + [sym_do_statement] = STATE(169), + [sym_for_statement] = STATE(169), + [sym_return_statement] = STATE(169), + [sym_break_statement] = STATE(169), + [sym_continue_statement] = STATE(169), + [sym_goto_statement] = STATE(169), + [sym__expression] = STATE(1062), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1892), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(511), - [sym_identifier] = ACTIONS(1862), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(492), + [sym_identifier] = ACTIONS(1982), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -84329,20 +84324,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(521), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_if] = ACTIONS(1316), - [anon_sym_switch] = ACTIONS(65), - [anon_sym_case] = ACTIONS(1866), - [anon_sym_default] = ACTIONS(1868), - [anon_sym_while] = ACTIONS(1318), - [anon_sym_do] = ACTIONS(73), - [anon_sym_for] = ACTIONS(1320), - [anon_sym_return] = ACTIONS(77), - [anon_sym_break] = ACTIONS(79), - [anon_sym_continue] = ACTIONS(81), - [anon_sym_goto] = ACTIONS(83), + [anon_sym_SEMI] = ACTIONS(209), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), + [anon_sym_LBRACE] = ACTIONS(219), + [anon_sym_if] = ACTIONS(221), + [anon_sym_switch] = ACTIONS(223), + [anon_sym_case] = ACTIONS(225), + [anon_sym_default] = ACTIONS(227), + [anon_sym_while] = ACTIONS(229), + [anon_sym_do] = ACTIONS(231), + [anon_sym_for] = ACTIONS(233), + [anon_sym_return] = ACTIONS(235), + [anon_sym_break] = ACTIONS(237), + [anon_sym_continue] = ACTIONS(239), + [anon_sym_goto] = ACTIONS(241), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -84373,47 +84368,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [478] = { - [sym_attribute_declaration] = STATE(511), - [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(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym_attribute_declaration] = STATE(510), + [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(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(511), - [sym_identifier] = ACTIONS(1862), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(510), + [sym_identifier] = ACTIONS(1986), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -84422,12 +84417,12 @@ 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(521), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), [anon_sym_LBRACE] = ACTIONS(47), [anon_sym_if] = ACTIONS(1316), [anon_sym_switch] = ACTIONS(65), - [anon_sym_case] = ACTIONS(1866), - [anon_sym_default] = ACTIONS(1868), + [anon_sym_case] = ACTIONS(1988), + [anon_sym_default] = ACTIONS(1990), [anon_sym_while] = ACTIONS(1318), [anon_sym_do] = ACTIONS(73), [anon_sym_for] = ACTIONS(1320), @@ -84465,47 +84460,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [479] = { - [sym_attribute_declaration] = STATE(481), - [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(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym_attribute_declaration] = STATE(511), + [sym_compound_statement] = STATE(335), + [sym_attributed_statement] = STATE(335), + [sym_labeled_statement] = STATE(335), + [sym_expression_statement] = STATE(335), + [sym_if_statement] = STATE(335), + [sym_switch_statement] = STATE(335), + [sym_case_statement] = STATE(335), + [sym_while_statement] = STATE(335), + [sym_do_statement] = STATE(335), + [sym_for_statement] = STATE(335), + [sym_return_statement] = STATE(335), + [sym_break_statement] = STATE(335), + [sym_continue_statement] = STATE(335), + [sym_goto_statement] = STATE(335), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(481), - [sym_identifier] = ACTIONS(1960), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(511), + [sym_identifier] = ACTIONS(1992), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -84514,7 +84509,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(521), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), [anon_sym_LBRACE] = ACTIONS(531), [anon_sym_if] = ACTIONS(535), [anon_sym_switch] = ACTIONS(537), @@ -84557,47 +84552,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [480] = { - [sym_attribute_declaration] = STATE(511), - [sym_compound_statement] = STATE(1975), - [sym_attributed_statement] = STATE(1975), - [sym_labeled_statement] = STATE(1975), - [sym_expression_statement] = STATE(1975), - [sym_if_statement] = STATE(1975), - [sym_switch_statement] = STATE(1975), - [sym_case_statement] = STATE(1975), - [sym_while_statement] = STATE(1975), - [sym_do_statement] = STATE(1975), - [sym_for_statement] = STATE(1975), - [sym_return_statement] = STATE(1975), - [sym_break_statement] = STATE(1975), - [sym_continue_statement] = STATE(1975), - [sym_goto_statement] = STATE(1975), - [sym__expression] = STATE(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym_attribute_declaration] = STATE(482), + [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(1069), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1922), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(511), - [sym_identifier] = ACTIONS(1862), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(482), + [sym_identifier] = ACTIONS(1994), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -84605,20 +84600,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(521), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_if] = ACTIONS(1316), - [anon_sym_switch] = ACTIONS(65), - [anon_sym_case] = ACTIONS(1866), - [anon_sym_default] = ACTIONS(1868), - [anon_sym_while] = ACTIONS(1318), - [anon_sym_do] = ACTIONS(73), - [anon_sym_for] = ACTIONS(1320), - [anon_sym_return] = ACTIONS(77), - [anon_sym_break] = ACTIONS(79), - [anon_sym_continue] = ACTIONS(81), - [anon_sym_goto] = ACTIONS(83), + [anon_sym_SEMI] = ACTIONS(135), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), + [anon_sym_LBRACE] = ACTIONS(145), + [anon_sym_if] = ACTIONS(147), + [anon_sym_switch] = ACTIONS(149), + [anon_sym_case] = ACTIONS(151), + [anon_sym_default] = ACTIONS(153), + [anon_sym_while] = ACTIONS(155), + [anon_sym_do] = ACTIONS(157), + [anon_sym_for] = ACTIONS(159), + [anon_sym_return] = ACTIONS(161), + [anon_sym_break] = ACTIONS(163), + [anon_sym_continue] = ACTIONS(165), + [anon_sym_goto] = ACTIONS(167), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -84649,47 +84644,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [481] = { - [sym_attribute_declaration] = STATE(505), - [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(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym_attribute_declaration] = STATE(511), + [sym_compound_statement] = STATE(206), + [sym_attributed_statement] = STATE(206), + [sym_labeled_statement] = STATE(206), + [sym_expression_statement] = STATE(206), + [sym_if_statement] = STATE(206), + [sym_switch_statement] = STATE(206), + [sym_case_statement] = STATE(206), + [sym_while_statement] = STATE(206), + [sym_do_statement] = STATE(206), + [sym_for_statement] = STATE(206), + [sym_return_statement] = STATE(206), + [sym_break_statement] = STATE(206), + [sym_continue_statement] = STATE(206), + [sym_goto_statement] = STATE(206), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(505), - [sym_identifier] = ACTIONS(1960), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(511), + [sym_identifier] = ACTIONS(1992), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -84698,7 +84693,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(521), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), [anon_sym_LBRACE] = ACTIONS(531), [anon_sym_if] = ACTIONS(535), [anon_sym_switch] = ACTIONS(537), @@ -84741,47 +84736,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [482] = { - [sym_attribute_declaration] = STATE(494), - [sym_compound_statement] = STATE(195), - [sym_attributed_statement] = STATE(193), - [sym_labeled_statement] = STATE(192), - [sym_expression_statement] = STATE(182), - [sym_if_statement] = STATE(175), - [sym_switch_statement] = STATE(174), - [sym_case_statement] = STATE(173), - [sym_while_statement] = STATE(170), - [sym_do_statement] = STATE(167), - [sym_for_statement] = STATE(164), - [sym_return_statement] = STATE(163), - [sym_break_statement] = STATE(162), - [sym_continue_statement] = STATE(188), - [sym_goto_statement] = STATE(184), - [sym__expression] = STATE(1080), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1807), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym_attribute_declaration] = STATE(475), + [sym_compound_statement] = STATE(114), + [sym_attributed_statement] = STATE(114), + [sym_labeled_statement] = STATE(114), + [sym_expression_statement] = STATE(114), + [sym_if_statement] = STATE(114), + [sym_switch_statement] = STATE(114), + [sym_case_statement] = STATE(114), + [sym_while_statement] = STATE(114), + [sym_do_statement] = STATE(114), + [sym_for_statement] = STATE(114), + [sym_return_statement] = STATE(114), + [sym_break_statement] = STATE(114), + [sym_continue_statement] = STATE(114), + [sym_goto_statement] = STATE(114), + [sym__expression] = STATE(1069), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1922), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(494), - [sym_identifier] = ACTIONS(1962), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(475), + [sym_identifier] = ACTIONS(1994), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -84789,20 +84784,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(209), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(219), - [anon_sym_if] = ACTIONS(221), - [anon_sym_switch] = ACTIONS(223), - [anon_sym_case] = ACTIONS(225), - [anon_sym_default] = ACTIONS(227), - [anon_sym_while] = ACTIONS(229), - [anon_sym_do] = ACTIONS(231), - [anon_sym_for] = ACTIONS(233), - [anon_sym_return] = ACTIONS(235), - [anon_sym_break] = ACTIONS(237), - [anon_sym_continue] = ACTIONS(239), - [anon_sym_goto] = ACTIONS(241), + [anon_sym_SEMI] = ACTIONS(135), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), + [anon_sym_LBRACE] = ACTIONS(145), + [anon_sym_if] = ACTIONS(147), + [anon_sym_switch] = ACTIONS(149), + [anon_sym_case] = ACTIONS(151), + [anon_sym_default] = ACTIONS(153), + [anon_sym_while] = ACTIONS(155), + [anon_sym_do] = ACTIONS(157), + [anon_sym_for] = ACTIONS(159), + [anon_sym_return] = ACTIONS(161), + [anon_sym_break] = ACTIONS(163), + [anon_sym_continue] = ACTIONS(165), + [anon_sym_goto] = ACTIONS(167), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -84833,47 +84828,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [483] = { - [sym_attribute_declaration] = STATE(494), - [sym_compound_statement] = STATE(190), - [sym_attributed_statement] = STATE(190), - [sym_labeled_statement] = STATE(190), - [sym_expression_statement] = STATE(190), - [sym_if_statement] = STATE(190), - [sym_switch_statement] = STATE(190), - [sym_case_statement] = STATE(190), - [sym_while_statement] = STATE(190), - [sym_do_statement] = STATE(190), - [sym_for_statement] = STATE(190), - [sym_return_statement] = STATE(190), - [sym_break_statement] = STATE(190), - [sym_continue_statement] = STATE(190), - [sym_goto_statement] = STATE(190), - [sym__expression] = STATE(1080), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1807), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym_attribute_declaration] = STATE(518), + [sym_compound_statement] = STATE(240), + [sym_attributed_statement] = STATE(239), + [sym_labeled_statement] = STATE(238), + [sym_expression_statement] = STATE(237), + [sym_if_statement] = STATE(236), + [sym_switch_statement] = STATE(235), + [sym_case_statement] = STATE(290), + [sym_while_statement] = STATE(283), + [sym_do_statement] = STATE(285), + [sym_for_statement] = STATE(293), + [sym_return_statement] = STATE(300), + [sym_break_statement] = STATE(303), + [sym_continue_statement] = STATE(304), + [sym_goto_statement] = STATE(307), + [sym__expression] = STATE(1088), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1970), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(494), - [sym_identifier] = ACTIONS(1962), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(518), + [sym_identifier] = ACTIONS(1996), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -84881,20 +84876,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(209), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(219), - [anon_sym_if] = ACTIONS(221), - [anon_sym_switch] = ACTIONS(223), - [anon_sym_case] = ACTIONS(225), - [anon_sym_default] = ACTIONS(227), - [anon_sym_while] = ACTIONS(229), - [anon_sym_do] = ACTIONS(231), - [anon_sym_for] = ACTIONS(233), - [anon_sym_return] = ACTIONS(235), - [anon_sym_break] = ACTIONS(237), - [anon_sym_continue] = ACTIONS(239), - [anon_sym_goto] = ACTIONS(241), + [anon_sym_SEMI] = ACTIONS(1216), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_if] = ACTIONS(63), + [anon_sym_switch] = ACTIONS(65), + [anon_sym_case] = ACTIONS(67), + [anon_sym_default] = ACTIONS(69), + [anon_sym_while] = ACTIONS(71), + [anon_sym_do] = ACTIONS(73), + [anon_sym_for] = ACTIONS(75), + [anon_sym_return] = ACTIONS(77), + [anon_sym_break] = ACTIONS(79), + [anon_sym_continue] = ACTIONS(81), + [anon_sym_goto] = ACTIONS(83), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -84925,47 +84920,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [484] = { - [sym_attribute_declaration] = STATE(481), - [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(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym_attribute_declaration] = STATE(482), + [sym_compound_statement] = STATE(125), + [sym_attributed_statement] = STATE(124), + [sym_labeled_statement] = STATE(91), + [sym_expression_statement] = STATE(122), + [sym_if_statement] = STATE(121), + [sym_switch_statement] = STATE(120), + [sym_case_statement] = STATE(119), + [sym_while_statement] = STATE(117), + [sym_do_statement] = STATE(116), + [sym_for_statement] = STATE(112), + [sym_return_statement] = STATE(107), + [sym_break_statement] = STATE(123), + [sym_continue_statement] = STATE(97), + [sym_goto_statement] = STATE(98), + [sym__expression] = STATE(1069), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1922), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(481), - [sym_identifier] = ACTIONS(1960), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(482), + [sym_identifier] = ACTIONS(1994), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -84973,20 +84968,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(521), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(531), - [anon_sym_if] = ACTIONS(535), - [anon_sym_switch] = ACTIONS(537), - [anon_sym_case] = ACTIONS(539), - [anon_sym_default] = ACTIONS(541), - [anon_sym_while] = ACTIONS(543), - [anon_sym_do] = ACTIONS(545), - [anon_sym_for] = ACTIONS(547), - [anon_sym_return] = ACTIONS(549), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_goto] = ACTIONS(555), + [anon_sym_SEMI] = ACTIONS(135), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), + [anon_sym_LBRACE] = ACTIONS(145), + [anon_sym_if] = ACTIONS(147), + [anon_sym_switch] = ACTIONS(149), + [anon_sym_case] = ACTIONS(151), + [anon_sym_default] = ACTIONS(153), + [anon_sym_while] = ACTIONS(155), + [anon_sym_do] = ACTIONS(157), + [anon_sym_for] = ACTIONS(159), + [anon_sym_return] = ACTIONS(161), + [anon_sym_break] = ACTIONS(163), + [anon_sym_continue] = ACTIONS(165), + [anon_sym_goto] = ACTIONS(167), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -85017,47 +85012,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [485] = { - [sym_attribute_declaration] = STATE(511), - [sym_compound_statement] = STATE(337), - [sym_attributed_statement] = STATE(337), - [sym_labeled_statement] = STATE(337), - [sym_expression_statement] = STATE(337), - [sym_if_statement] = STATE(337), - [sym_switch_statement] = STATE(337), - [sym_case_statement] = STATE(337), - [sym_while_statement] = STATE(337), - [sym_do_statement] = STATE(337), - [sym_for_statement] = STATE(337), - [sym_return_statement] = STATE(337), - [sym_break_statement] = STATE(337), - [sym_continue_statement] = STATE(337), - [sym_goto_statement] = STATE(337), - [sym__expression] = STATE(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym_attribute_declaration] = STATE(482), + [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(1069), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1922), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(511), - [sym_identifier] = ACTIONS(1862), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(482), + [sym_identifier] = ACTIONS(1994), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -85065,20 +85060,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(521), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_if] = ACTIONS(1316), - [anon_sym_switch] = ACTIONS(65), - [anon_sym_case] = ACTIONS(1866), - [anon_sym_default] = ACTIONS(1868), - [anon_sym_while] = ACTIONS(1318), - [anon_sym_do] = ACTIONS(73), - [anon_sym_for] = ACTIONS(1320), - [anon_sym_return] = ACTIONS(77), - [anon_sym_break] = ACTIONS(79), - [anon_sym_continue] = ACTIONS(81), - [anon_sym_goto] = ACTIONS(83), + [anon_sym_SEMI] = ACTIONS(135), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), + [anon_sym_LBRACE] = ACTIONS(145), + [anon_sym_if] = ACTIONS(147), + [anon_sym_switch] = ACTIONS(149), + [anon_sym_case] = ACTIONS(151), + [anon_sym_default] = ACTIONS(153), + [anon_sym_while] = ACTIONS(155), + [anon_sym_do] = ACTIONS(157), + [anon_sym_for] = ACTIONS(159), + [anon_sym_return] = ACTIONS(161), + [anon_sym_break] = ACTIONS(163), + [anon_sym_continue] = ACTIONS(165), + [anon_sym_goto] = ACTIONS(167), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -85109,47 +85104,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [486] = { - [sym_attribute_declaration] = STATE(517), - [sym_compound_statement] = STATE(310), - [sym_attributed_statement] = STATE(308), - [sym_labeled_statement] = STATE(303), - [sym_expression_statement] = STATE(292), - [sym_if_statement] = STATE(283), - [sym_switch_statement] = STATE(282), - [sym_case_statement] = STATE(281), - [sym_while_statement] = STATE(235), - [sym_do_statement] = STATE(239), - [sym_for_statement] = STATE(247), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(255), - [sym_continue_statement] = STATE(265), - [sym_goto_statement] = STATE(291), - [sym__expression] = STATE(1093), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1904), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym_attribute_declaration] = STATE(518), + [sym_compound_statement] = STATE(243), + [sym_attributed_statement] = STATE(243), + [sym_labeled_statement] = STATE(243), + [sym_expression_statement] = STATE(243), + [sym_if_statement] = STATE(243), + [sym_switch_statement] = STATE(243), + [sym_case_statement] = STATE(243), + [sym_while_statement] = STATE(243), + [sym_do_statement] = STATE(243), + [sym_for_statement] = STATE(243), + [sym_return_statement] = STATE(243), + [sym_break_statement] = STATE(243), + [sym_continue_statement] = STATE(243), + [sym_goto_statement] = STATE(243), + [sym__expression] = STATE(1088), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1970), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(517), - [sym_identifier] = ACTIONS(1964), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(518), + [sym_identifier] = ACTIONS(1996), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -85157,8 +85152,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(1204), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), + [anon_sym_SEMI] = ACTIONS(1216), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), [anon_sym_LBRACE] = ACTIONS(47), [anon_sym_if] = ACTIONS(63), [anon_sym_switch] = ACTIONS(65), @@ -85201,47 +85196,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [487] = { - [sym_attribute_declaration] = STATE(499), - [sym_compound_statement] = STATE(125), - [sym_attributed_statement] = STATE(125), - [sym_labeled_statement] = STATE(125), - [sym_expression_statement] = STATE(125), - [sym_if_statement] = STATE(125), - [sym_switch_statement] = STATE(125), - [sym_case_statement] = STATE(125), - [sym_while_statement] = STATE(125), - [sym_do_statement] = STATE(125), - [sym_for_statement] = STATE(125), - [sym_return_statement] = STATE(125), - [sym_break_statement] = STATE(125), - [sym_continue_statement] = STATE(125), - [sym_goto_statement] = STATE(125), - [sym__expression] = STATE(1081), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1811), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym_attribute_declaration] = STATE(487), + [sym_compound_statement] = STATE(281), + [sym_attributed_statement] = STATE(281), + [sym_labeled_statement] = STATE(281), + [sym_expression_statement] = STATE(281), + [sym_if_statement] = STATE(281), + [sym_switch_statement] = STATE(281), + [sym_case_statement] = STATE(281), + [sym_while_statement] = STATE(281), + [sym_do_statement] = STATE(281), + [sym_for_statement] = STATE(281), + [sym_return_statement] = STATE(281), + [sym_break_statement] = STATE(281), + [sym_continue_statement] = STATE(281), + [sym_goto_statement] = STATE(281), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), + [sym_pointer_expression] = STATE(917), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), + [sym_subscript_expression] = STATE(917), + [sym_call_expression] = STATE(917), + [sym_gnu_asm_expression] = STATE(897), + [sym_field_expression] = STATE(917), + [sym_compound_literal_expression] = STATE(897), + [sym_parenthesized_expression] = STATE(917), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(487), + [sym_identifier] = ACTIONS(1998), + [anon_sym_LPAREN2] = ACTIONS(1853), + [anon_sym_BANG] = ACTIONS(1856), + [anon_sym_TILDE] = ACTIONS(1856), + [anon_sym_DASH] = ACTIONS(1859), + [anon_sym_PLUS] = ACTIONS(1859), + [anon_sym_STAR] = ACTIONS(1862), + [anon_sym_AMP] = ACTIONS(1862), + [anon_sym_SEMI] = ACTIONS(2001), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1868), + [anon_sym_LBRACE] = ACTIONS(2004), + [anon_sym_if] = ACTIONS(2007), + [anon_sym_switch] = ACTIONS(2010), + [anon_sym_case] = ACTIONS(2013), + [anon_sym_default] = ACTIONS(2016), + [anon_sym_while] = ACTIONS(2019), + [anon_sym_do] = ACTIONS(2022), + [anon_sym_for] = ACTIONS(2025), + [anon_sym_return] = ACTIONS(2028), + [anon_sym_break] = ACTIONS(2031), + [anon_sym_continue] = ACTIONS(2034), + [anon_sym_goto] = ACTIONS(2037), + [anon_sym_DASH_DASH] = ACTIONS(1907), + [anon_sym_PLUS_PLUS] = ACTIONS(1907), + [anon_sym_sizeof] = ACTIONS(1910), + [anon_sym___alignof__] = ACTIONS(1913), + [anon_sym___alignof] = ACTIONS(1913), + [anon_sym__alignof] = ACTIONS(1913), + [anon_sym_alignof] = ACTIONS(1913), + [anon_sym__Alignof] = ACTIONS(1913), + [anon_sym_offsetof] = ACTIONS(1916), + [anon_sym__Generic] = ACTIONS(1919), + [anon_sym_asm] = ACTIONS(1922), + [anon_sym___asm__] = ACTIONS(1922), + [sym_number_literal] = ACTIONS(1925), + [anon_sym_L_SQUOTE] = ACTIONS(1928), + [anon_sym_u_SQUOTE] = ACTIONS(1928), + [anon_sym_U_SQUOTE] = ACTIONS(1928), + [anon_sym_u8_SQUOTE] = ACTIONS(1928), + [anon_sym_SQUOTE] = ACTIONS(1928), + [anon_sym_L_DQUOTE] = ACTIONS(1931), + [anon_sym_u_DQUOTE] = ACTIONS(1931), + [anon_sym_U_DQUOTE] = ACTIONS(1931), + [anon_sym_u8_DQUOTE] = ACTIONS(1931), + [anon_sym_DQUOTE] = ACTIONS(1931), + [sym_true] = ACTIONS(1934), + [sym_false] = ACTIONS(1934), + [anon_sym_NULL] = ACTIONS(1937), + [anon_sym_nullptr] = ACTIONS(1937), + [sym_comment] = ACTIONS(3), + }, + [488] = { + [sym_attribute_declaration] = STATE(511), + [sym_compound_statement] = STATE(338), + [sym_attributed_statement] = STATE(338), + [sym_labeled_statement] = STATE(338), + [sym_expression_statement] = STATE(338), + [sym_if_statement] = STATE(338), + [sym_switch_statement] = STATE(338), + [sym_case_statement] = STATE(338), + [sym_while_statement] = STATE(338), + [sym_do_statement] = STATE(338), + [sym_for_statement] = STATE(338), + [sym_return_statement] = STATE(338), + [sym_break_statement] = STATE(338), + [sym_continue_statement] = STATE(338), + [sym_goto_statement] = STATE(338), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(499), - [sym_identifier] = ACTIONS(1966), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(511), + [sym_identifier] = ACTIONS(1992), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -85249,20 +85336,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(135), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(145), - [anon_sym_if] = ACTIONS(147), - [anon_sym_switch] = ACTIONS(149), - [anon_sym_case] = ACTIONS(151), - [anon_sym_default] = ACTIONS(153), - [anon_sym_while] = ACTIONS(155), - [anon_sym_do] = ACTIONS(157), - [anon_sym_for] = ACTIONS(159), - [anon_sym_return] = ACTIONS(161), - [anon_sym_break] = ACTIONS(163), - [anon_sym_continue] = ACTIONS(165), - [anon_sym_goto] = ACTIONS(167), + [anon_sym_SEMI] = ACTIONS(521), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), + [anon_sym_LBRACE] = ACTIONS(531), + [anon_sym_if] = ACTIONS(535), + [anon_sym_switch] = ACTIONS(537), + [anon_sym_case] = ACTIONS(539), + [anon_sym_default] = ACTIONS(541), + [anon_sym_while] = ACTIONS(543), + [anon_sym_do] = ACTIONS(545), + [anon_sym_for] = ACTIONS(547), + [anon_sym_return] = ACTIONS(549), + [anon_sym_break] = ACTIONS(551), + [anon_sym_continue] = ACTIONS(553), + [anon_sym_goto] = ACTIONS(555), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -85292,140 +85379,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, - [488] = { - [sym_attribute_declaration] = STATE(488), - [sym_compound_statement] = STATE(311), - [sym_attributed_statement] = STATE(311), - [sym_labeled_statement] = STATE(311), - [sym_expression_statement] = STATE(311), - [sym_if_statement] = STATE(311), - [sym_switch_statement] = STATE(311), - [sym_case_statement] = STATE(311), - [sym_while_statement] = STATE(311), - [sym_do_statement] = STATE(311), - [sym_for_statement] = STATE(311), - [sym_return_statement] = STATE(311), - [sym_break_statement] = STATE(311), - [sym_continue_statement] = STATE(311), - [sym_goto_statement] = STATE(311), - [sym__expression] = STATE(1093), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1904), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), - [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), - [sym_subscript_expression] = STATE(917), - [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), - [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), - [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(488), - [sym_identifier] = ACTIONS(1968), - [anon_sym_LPAREN2] = ACTIONS(1873), - [anon_sym_BANG] = ACTIONS(1876), - [anon_sym_TILDE] = ACTIONS(1876), - [anon_sym_DASH] = ACTIONS(1879), - [anon_sym_PLUS] = ACTIONS(1879), - [anon_sym_STAR] = ACTIONS(1882), - [anon_sym_AMP] = ACTIONS(1882), - [anon_sym_SEMI] = ACTIONS(1971), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1888), - [anon_sym_LBRACE] = ACTIONS(1974), - [anon_sym_if] = ACTIONS(1977), - [anon_sym_switch] = ACTIONS(1980), - [anon_sym_case] = ACTIONS(1983), - [anon_sym_default] = ACTIONS(1986), - [anon_sym_while] = ACTIONS(1989), - [anon_sym_do] = ACTIONS(1992), - [anon_sym_for] = ACTIONS(1995), - [anon_sym_return] = ACTIONS(1998), - [anon_sym_break] = ACTIONS(2001), - [anon_sym_continue] = ACTIONS(2004), - [anon_sym_goto] = ACTIONS(2007), - [anon_sym_DASH_DASH] = ACTIONS(1927), - [anon_sym_PLUS_PLUS] = ACTIONS(1927), - [anon_sym_sizeof] = ACTIONS(1930), - [anon_sym___alignof__] = ACTIONS(1933), - [anon_sym___alignof] = ACTIONS(1933), - [anon_sym__alignof] = ACTIONS(1933), - [anon_sym_alignof] = ACTIONS(1933), - [anon_sym__Alignof] = ACTIONS(1933), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1939), - [anon_sym_asm] = ACTIONS(1942), - [anon_sym___asm__] = ACTIONS(1942), - [sym_number_literal] = ACTIONS(1945), - [anon_sym_L_SQUOTE] = ACTIONS(1948), - [anon_sym_u_SQUOTE] = ACTIONS(1948), - [anon_sym_U_SQUOTE] = ACTIONS(1948), - [anon_sym_u8_SQUOTE] = ACTIONS(1948), - [anon_sym_SQUOTE] = ACTIONS(1948), - [anon_sym_L_DQUOTE] = ACTIONS(1951), - [anon_sym_u_DQUOTE] = ACTIONS(1951), - [anon_sym_U_DQUOTE] = ACTIONS(1951), - [anon_sym_u8_DQUOTE] = ACTIONS(1951), - [anon_sym_DQUOTE] = ACTIONS(1951), - [sym_true] = ACTIONS(1954), - [sym_false] = ACTIONS(1954), - [anon_sym_NULL] = ACTIONS(1957), - [anon_sym_nullptr] = ACTIONS(1957), - [sym_comment] = ACTIONS(3), - }, [489] = { - [sym_attribute_declaration] = STATE(481), - [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(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym_attribute_declaration] = STATE(510), + [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(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(481), - [sym_identifier] = ACTIONS(1960), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(510), + [sym_identifier] = ACTIONS(1986), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -85434,19 +85429,19 @@ 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(521), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(531), - [anon_sym_if] = ACTIONS(535), - [anon_sym_switch] = ACTIONS(537), - [anon_sym_case] = ACTIONS(539), - [anon_sym_default] = ACTIONS(541), - [anon_sym_while] = ACTIONS(543), - [anon_sym_do] = ACTIONS(545), - [anon_sym_for] = ACTIONS(547), - [anon_sym_return] = ACTIONS(549), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_goto] = ACTIONS(555), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_if] = ACTIONS(1316), + [anon_sym_switch] = ACTIONS(65), + [anon_sym_case] = ACTIONS(1988), + [anon_sym_default] = ACTIONS(1990), + [anon_sym_while] = ACTIONS(1318), + [anon_sym_do] = ACTIONS(73), + [anon_sym_for] = ACTIONS(1320), + [anon_sym_return] = ACTIONS(77), + [anon_sym_break] = ACTIONS(79), + [anon_sym_continue] = ACTIONS(81), + [anon_sym_goto] = ACTIONS(83), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -85477,47 +85472,231 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [490] = { - [sym_attribute_declaration] = STATE(487), - [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(1081), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1811), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym_attribute_declaration] = STATE(490), + [sym_compound_statement] = STATE(305), + [sym_attributed_statement] = STATE(305), + [sym_labeled_statement] = STATE(305), + [sym_expression_statement] = STATE(305), + [sym_if_statement] = STATE(305), + [sym_switch_statement] = STATE(305), + [sym_case_statement] = STATE(305), + [sym_while_statement] = STATE(305), + [sym_do_statement] = STATE(305), + [sym_for_statement] = STATE(305), + [sym_return_statement] = STATE(305), + [sym_break_statement] = STATE(305), + [sym_continue_statement] = STATE(305), + [sym_goto_statement] = STATE(305), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(487), - [sym_identifier] = ACTIONS(1966), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(490), + [sym_identifier] = ACTIONS(2040), + [anon_sym_LPAREN2] = ACTIONS(1853), + [anon_sym_BANG] = ACTIONS(1856), + [anon_sym_TILDE] = ACTIONS(1856), + [anon_sym_DASH] = ACTIONS(1859), + [anon_sym_PLUS] = ACTIONS(1859), + [anon_sym_STAR] = ACTIONS(1862), + [anon_sym_AMP] = ACTIONS(1862), + [anon_sym_SEMI] = ACTIONS(2001), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1868), + [anon_sym_LBRACE] = ACTIONS(2043), + [anon_sym_if] = ACTIONS(2046), + [anon_sym_switch] = ACTIONS(2049), + [anon_sym_case] = ACTIONS(2052), + [anon_sym_default] = ACTIONS(2055), + [anon_sym_while] = ACTIONS(2058), + [anon_sym_do] = ACTIONS(2061), + [anon_sym_for] = ACTIONS(2064), + [anon_sym_return] = ACTIONS(2067), + [anon_sym_break] = ACTIONS(2070), + [anon_sym_continue] = ACTIONS(2073), + [anon_sym_goto] = ACTIONS(2076), + [anon_sym_DASH_DASH] = ACTIONS(1907), + [anon_sym_PLUS_PLUS] = ACTIONS(1907), + [anon_sym_sizeof] = ACTIONS(1910), + [anon_sym___alignof__] = ACTIONS(1913), + [anon_sym___alignof] = ACTIONS(1913), + [anon_sym__alignof] = ACTIONS(1913), + [anon_sym_alignof] = ACTIONS(1913), + [anon_sym__Alignof] = ACTIONS(1913), + [anon_sym_offsetof] = ACTIONS(1916), + [anon_sym__Generic] = ACTIONS(1919), + [anon_sym_asm] = ACTIONS(1922), + [anon_sym___asm__] = ACTIONS(1922), + [sym_number_literal] = ACTIONS(1925), + [anon_sym_L_SQUOTE] = ACTIONS(1928), + [anon_sym_u_SQUOTE] = ACTIONS(1928), + [anon_sym_U_SQUOTE] = ACTIONS(1928), + [anon_sym_u8_SQUOTE] = ACTIONS(1928), + [anon_sym_SQUOTE] = ACTIONS(1928), + [anon_sym_L_DQUOTE] = ACTIONS(1931), + [anon_sym_u_DQUOTE] = ACTIONS(1931), + [anon_sym_U_DQUOTE] = ACTIONS(1931), + [anon_sym_u8_DQUOTE] = ACTIONS(1931), + [anon_sym_DQUOTE] = ACTIONS(1931), + [sym_true] = ACTIONS(1934), + [sym_false] = ACTIONS(1934), + [anon_sym_NULL] = ACTIONS(1937), + [anon_sym_nullptr] = ACTIONS(1937), + [sym_comment] = ACTIONS(3), + }, + [491] = { + [sym_attribute_declaration] = STATE(491), + [sym_compound_statement] = STATE(281), + [sym_attributed_statement] = STATE(281), + [sym_labeled_statement] = STATE(281), + [sym_expression_statement] = STATE(281), + [sym_if_statement] = STATE(281), + [sym_switch_statement] = STATE(281), + [sym_case_statement] = STATE(281), + [sym_while_statement] = STATE(281), + [sym_do_statement] = STATE(281), + [sym_for_statement] = STATE(281), + [sym_return_statement] = STATE(281), + [sym_break_statement] = STATE(281), + [sym_continue_statement] = STATE(281), + [sym_goto_statement] = STATE(281), + [sym__expression] = STATE(1088), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1970), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), + [sym_pointer_expression] = STATE(917), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), + [sym_subscript_expression] = STATE(917), + [sym_call_expression] = STATE(917), + [sym_gnu_asm_expression] = STATE(897), + [sym_field_expression] = STATE(917), + [sym_compound_literal_expression] = STATE(897), + [sym_parenthesized_expression] = STATE(917), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(491), + [sym_identifier] = ACTIONS(2079), + [anon_sym_LPAREN2] = ACTIONS(1853), + [anon_sym_BANG] = ACTIONS(1856), + [anon_sym_TILDE] = ACTIONS(1856), + [anon_sym_DASH] = ACTIONS(1859), + [anon_sym_PLUS] = ACTIONS(1859), + [anon_sym_STAR] = ACTIONS(1862), + [anon_sym_AMP] = ACTIONS(1862), + [anon_sym_SEMI] = ACTIONS(2082), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1868), + [anon_sym_LBRACE] = ACTIONS(2004), + [anon_sym_if] = ACTIONS(2085), + [anon_sym_switch] = ACTIONS(2010), + [anon_sym_case] = ACTIONS(2088), + [anon_sym_default] = ACTIONS(2091), + [anon_sym_while] = ACTIONS(2094), + [anon_sym_do] = ACTIONS(2022), + [anon_sym_for] = ACTIONS(2097), + [anon_sym_return] = ACTIONS(2028), + [anon_sym_break] = ACTIONS(2031), + [anon_sym_continue] = ACTIONS(2034), + [anon_sym_goto] = ACTIONS(2037), + [anon_sym_DASH_DASH] = ACTIONS(1907), + [anon_sym_PLUS_PLUS] = ACTIONS(1907), + [anon_sym_sizeof] = ACTIONS(1910), + [anon_sym___alignof__] = ACTIONS(1913), + [anon_sym___alignof] = ACTIONS(1913), + [anon_sym__alignof] = ACTIONS(1913), + [anon_sym_alignof] = ACTIONS(1913), + [anon_sym__Alignof] = ACTIONS(1913), + [anon_sym_offsetof] = ACTIONS(1916), + [anon_sym__Generic] = ACTIONS(1919), + [anon_sym_asm] = ACTIONS(1922), + [anon_sym___asm__] = ACTIONS(1922), + [sym_number_literal] = ACTIONS(1925), + [anon_sym_L_SQUOTE] = ACTIONS(1928), + [anon_sym_u_SQUOTE] = ACTIONS(1928), + [anon_sym_U_SQUOTE] = ACTIONS(1928), + [anon_sym_u8_SQUOTE] = ACTIONS(1928), + [anon_sym_SQUOTE] = ACTIONS(1928), + [anon_sym_L_DQUOTE] = ACTIONS(1931), + [anon_sym_u_DQUOTE] = ACTIONS(1931), + [anon_sym_U_DQUOTE] = ACTIONS(1931), + [anon_sym_u8_DQUOTE] = ACTIONS(1931), + [anon_sym_DQUOTE] = ACTIONS(1931), + [sym_true] = ACTIONS(1934), + [sym_false] = ACTIONS(1934), + [anon_sym_NULL] = ACTIONS(1937), + [anon_sym_nullptr] = ACTIONS(1937), + [sym_comment] = ACTIONS(3), + }, + [492] = { + [sym_attribute_declaration] = STATE(476), + [sym_compound_statement] = STATE(161), + [sym_attributed_statement] = STATE(161), + [sym_labeled_statement] = STATE(161), + [sym_expression_statement] = STATE(161), + [sym_if_statement] = STATE(161), + [sym_switch_statement] = STATE(161), + [sym_case_statement] = STATE(161), + [sym_while_statement] = STATE(161), + [sym_do_statement] = STATE(161), + [sym_for_statement] = STATE(161), + [sym_return_statement] = STATE(161), + [sym_break_statement] = STATE(161), + [sym_continue_statement] = STATE(161), + [sym_goto_statement] = STATE(161), + [sym__expression] = STATE(1062), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1892), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), + [sym_pointer_expression] = STATE(917), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), + [sym_subscript_expression] = STATE(917), + [sym_call_expression] = STATE(917), + [sym_gnu_asm_expression] = STATE(897), + [sym_field_expression] = STATE(917), + [sym_compound_literal_expression] = STATE(897), + [sym_parenthesized_expression] = STATE(917), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(476), + [sym_identifier] = ACTIONS(1982), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -85525,20 +85704,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(135), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(145), - [anon_sym_if] = ACTIONS(147), - [anon_sym_switch] = ACTIONS(149), - [anon_sym_case] = ACTIONS(151), - [anon_sym_default] = ACTIONS(153), - [anon_sym_while] = ACTIONS(155), - [anon_sym_do] = ACTIONS(157), - [anon_sym_for] = ACTIONS(159), - [anon_sym_return] = ACTIONS(161), - [anon_sym_break] = ACTIONS(163), - [anon_sym_continue] = ACTIONS(165), - [anon_sym_goto] = ACTIONS(167), + [anon_sym_SEMI] = ACTIONS(209), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), + [anon_sym_LBRACE] = ACTIONS(219), + [anon_sym_if] = ACTIONS(221), + [anon_sym_switch] = ACTIONS(223), + [anon_sym_case] = ACTIONS(225), + [anon_sym_default] = ACTIONS(227), + [anon_sym_while] = ACTIONS(229), + [anon_sym_do] = ACTIONS(231), + [anon_sym_for] = ACTIONS(233), + [anon_sym_return] = ACTIONS(235), + [anon_sym_break] = ACTIONS(237), + [anon_sym_continue] = ACTIONS(239), + [anon_sym_goto] = ACTIONS(241), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -85568,48 +85747,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, - [491] = { - [sym_attribute_declaration] = STATE(487), - [sym_compound_statement] = STATE(120), - [sym_attributed_statement] = STATE(120), - [sym_labeled_statement] = STATE(120), - [sym_expression_statement] = STATE(120), - [sym_if_statement] = STATE(120), - [sym_switch_statement] = STATE(120), - [sym_case_statement] = STATE(120), - [sym_while_statement] = STATE(120), - [sym_do_statement] = STATE(120), - [sym_for_statement] = STATE(120), - [sym_return_statement] = STATE(120), - [sym_break_statement] = STATE(120), - [sym_continue_statement] = STATE(120), - [sym_goto_statement] = STATE(120), - [sym__expression] = STATE(1081), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1811), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [493] = { + [sym_attribute_declaration] = STATE(492), + [sym_compound_statement] = STATE(172), + [sym_attributed_statement] = STATE(172), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym__expression] = STATE(1062), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1892), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(487), - [sym_identifier] = ACTIONS(1966), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(492), + [sym_identifier] = ACTIONS(1982), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -85617,20 +85796,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(135), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(145), - [anon_sym_if] = ACTIONS(147), - [anon_sym_switch] = ACTIONS(149), - [anon_sym_case] = ACTIONS(151), - [anon_sym_default] = ACTIONS(153), - [anon_sym_while] = ACTIONS(155), - [anon_sym_do] = ACTIONS(157), - [anon_sym_for] = ACTIONS(159), - [anon_sym_return] = ACTIONS(161), - [anon_sym_break] = ACTIONS(163), - [anon_sym_continue] = ACTIONS(165), - [anon_sym_goto] = ACTIONS(167), + [anon_sym_SEMI] = ACTIONS(209), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), + [anon_sym_LBRACE] = ACTIONS(219), + [anon_sym_if] = ACTIONS(221), + [anon_sym_switch] = ACTIONS(223), + [anon_sym_case] = ACTIONS(225), + [anon_sym_default] = ACTIONS(227), + [anon_sym_while] = ACTIONS(229), + [anon_sym_do] = ACTIONS(231), + [anon_sym_for] = ACTIONS(233), + [anon_sym_return] = ACTIONS(235), + [anon_sym_break] = ACTIONS(237), + [anon_sym_continue] = ACTIONS(239), + [anon_sym_goto] = ACTIONS(241), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -85660,48 +85839,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, - [492] = { - [sym_attribute_declaration] = STATE(511), - [sym_compound_statement] = STATE(1995), - [sym_attributed_statement] = STATE(1995), - [sym_labeled_statement] = STATE(1995), - [sym_expression_statement] = STATE(1995), - [sym_if_statement] = STATE(1995), - [sym_switch_statement] = STATE(1995), - [sym_case_statement] = STATE(1995), - [sym_while_statement] = STATE(1995), - [sym_do_statement] = STATE(1995), - [sym_for_statement] = STATE(1995), - [sym_return_statement] = STATE(1995), - [sym_break_statement] = STATE(1995), - [sym_continue_statement] = STATE(1995), - [sym_goto_statement] = STATE(1995), - [sym__expression] = STATE(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [494] = { + [sym_attribute_declaration] = STATE(510), + [sym_compound_statement] = STATE(2025), + [sym_attributed_statement] = STATE(2025), + [sym_labeled_statement] = STATE(2025), + [sym_expression_statement] = STATE(2025), + [sym_if_statement] = STATE(2025), + [sym_switch_statement] = STATE(2025), + [sym_case_statement] = STATE(2025), + [sym_while_statement] = STATE(2025), + [sym_do_statement] = STATE(2025), + [sym_for_statement] = STATE(2025), + [sym_return_statement] = STATE(2025), + [sym_break_statement] = STATE(2025), + [sym_continue_statement] = STATE(2025), + [sym_goto_statement] = STATE(2025), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(511), - [sym_identifier] = ACTIONS(1862), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(510), + [sym_identifier] = ACTIONS(1986), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -85710,12 +85889,12 @@ 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(521), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), [anon_sym_LBRACE] = ACTIONS(47), [anon_sym_if] = ACTIONS(1316), [anon_sym_switch] = ACTIONS(65), - [anon_sym_case] = ACTIONS(1866), - [anon_sym_default] = ACTIONS(1868), + [anon_sym_case] = ACTIONS(1988), + [anon_sym_default] = ACTIONS(1990), [anon_sym_while] = ACTIONS(1318), [anon_sym_do] = ACTIONS(73), [anon_sym_for] = ACTIONS(1320), @@ -85752,140 +85931,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, - [493] = { - [sym_attribute_declaration] = STATE(493), - [sym_compound_statement] = STATE(311), - [sym_attributed_statement] = STATE(311), - [sym_labeled_statement] = STATE(311), - [sym_expression_statement] = STATE(311), - [sym_if_statement] = STATE(311), - [sym_switch_statement] = STATE(311), - [sym_case_statement] = STATE(311), - [sym_while_statement] = STATE(311), - [sym_do_statement] = STATE(311), - [sym_for_statement] = STATE(311), - [sym_return_statement] = STATE(311), - [sym_break_statement] = STATE(311), - [sym_continue_statement] = STATE(311), - [sym_goto_statement] = STATE(311), - [sym__expression] = STATE(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), - [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), - [sym_subscript_expression] = STATE(917), - [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), - [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), - [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(493), - [sym_identifier] = ACTIONS(2010), - [anon_sym_LPAREN2] = ACTIONS(1873), - [anon_sym_BANG] = ACTIONS(1876), - [anon_sym_TILDE] = ACTIONS(1876), - [anon_sym_DASH] = ACTIONS(1879), - [anon_sym_PLUS] = ACTIONS(1879), - [anon_sym_STAR] = ACTIONS(1882), - [anon_sym_AMP] = ACTIONS(1882), - [anon_sym_SEMI] = ACTIONS(2013), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1888), - [anon_sym_LBRACE] = ACTIONS(1974), - [anon_sym_if] = ACTIONS(2016), - [anon_sym_switch] = ACTIONS(1980), - [anon_sym_case] = ACTIONS(2019), - [anon_sym_default] = ACTIONS(2022), - [anon_sym_while] = ACTIONS(2025), - [anon_sym_do] = ACTIONS(1992), - [anon_sym_for] = ACTIONS(2028), - [anon_sym_return] = ACTIONS(1998), - [anon_sym_break] = ACTIONS(2001), - [anon_sym_continue] = ACTIONS(2004), - [anon_sym_goto] = ACTIONS(2007), - [anon_sym_DASH_DASH] = ACTIONS(1927), - [anon_sym_PLUS_PLUS] = ACTIONS(1927), - [anon_sym_sizeof] = ACTIONS(1930), - [anon_sym___alignof__] = ACTIONS(1933), - [anon_sym___alignof] = ACTIONS(1933), - [anon_sym__alignof] = ACTIONS(1933), - [anon_sym_alignof] = ACTIONS(1933), - [anon_sym__Alignof] = ACTIONS(1933), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1939), - [anon_sym_asm] = ACTIONS(1942), - [anon_sym___asm__] = ACTIONS(1942), - [sym_number_literal] = ACTIONS(1945), - [anon_sym_L_SQUOTE] = ACTIONS(1948), - [anon_sym_u_SQUOTE] = ACTIONS(1948), - [anon_sym_U_SQUOTE] = ACTIONS(1948), - [anon_sym_u8_SQUOTE] = ACTIONS(1948), - [anon_sym_SQUOTE] = ACTIONS(1948), - [anon_sym_L_DQUOTE] = ACTIONS(1951), - [anon_sym_u_DQUOTE] = ACTIONS(1951), - [anon_sym_U_DQUOTE] = ACTIONS(1951), - [anon_sym_u8_DQUOTE] = ACTIONS(1951), - [anon_sym_DQUOTE] = ACTIONS(1951), - [sym_true] = ACTIONS(1954), - [sym_false] = ACTIONS(1954), - [anon_sym_NULL] = ACTIONS(1957), - [anon_sym_nullptr] = ACTIONS(1957), - [sym_comment] = ACTIONS(3), - }, - [494] = { - [sym_attribute_declaration] = STATE(476), - [sym_compound_statement] = STATE(198), - [sym_attributed_statement] = STATE(198), - [sym_labeled_statement] = STATE(198), - [sym_expression_statement] = STATE(198), - [sym_if_statement] = STATE(198), - [sym_switch_statement] = STATE(198), - [sym_case_statement] = STATE(198), - [sym_while_statement] = STATE(198), - [sym_do_statement] = STATE(198), - [sym_for_statement] = STATE(198), - [sym_return_statement] = STATE(198), - [sym_break_statement] = STATE(198), - [sym_continue_statement] = STATE(198), - [sym_goto_statement] = STATE(198), - [sym__expression] = STATE(1080), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1807), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [495] = { + [sym_attribute_declaration] = STATE(518), + [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(1088), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1970), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(476), - [sym_identifier] = ACTIONS(1962), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(518), + [sym_identifier] = ACTIONS(1996), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -85893,20 +85980,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(209), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(219), - [anon_sym_if] = ACTIONS(221), - [anon_sym_switch] = ACTIONS(223), - [anon_sym_case] = ACTIONS(225), - [anon_sym_default] = ACTIONS(227), - [anon_sym_while] = ACTIONS(229), - [anon_sym_do] = ACTIONS(231), - [anon_sym_for] = ACTIONS(233), - [anon_sym_return] = ACTIONS(235), - [anon_sym_break] = ACTIONS(237), - [anon_sym_continue] = ACTIONS(239), - [anon_sym_goto] = ACTIONS(241), + [anon_sym_SEMI] = ACTIONS(1216), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_if] = ACTIONS(63), + [anon_sym_switch] = ACTIONS(65), + [anon_sym_case] = ACTIONS(67), + [anon_sym_default] = ACTIONS(69), + [anon_sym_while] = ACTIONS(71), + [anon_sym_do] = ACTIONS(73), + [anon_sym_for] = ACTIONS(75), + [anon_sym_return] = ACTIONS(77), + [anon_sym_break] = ACTIONS(79), + [anon_sym_continue] = ACTIONS(81), + [anon_sym_goto] = ACTIONS(83), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -85936,48 +86023,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, - [495] = { - [sym_attribute_declaration] = STATE(511), - [sym_compound_statement] = STATE(436), - [sym_attributed_statement] = STATE(436), - [sym_labeled_statement] = STATE(436), - [sym_expression_statement] = STATE(436), - [sym_if_statement] = STATE(436), - [sym_switch_statement] = STATE(436), - [sym_case_statement] = STATE(436), - [sym_while_statement] = STATE(436), - [sym_do_statement] = STATE(436), - [sym_for_statement] = STATE(436), - [sym_return_statement] = STATE(436), - [sym_break_statement] = STATE(436), - [sym_continue_statement] = STATE(436), - [sym_goto_statement] = STATE(436), - [sym__expression] = STATE(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [496] = { + [sym_attribute_declaration] = STATE(518), + [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(1088), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1970), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(511), - [sym_identifier] = ACTIONS(1862), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(518), + [sym_identifier] = ACTIONS(1996), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -85985,16 +86072,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(521), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), + [anon_sym_SEMI] = ACTIONS(1216), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_if] = ACTIONS(1316), + [anon_sym_if] = ACTIONS(63), [anon_sym_switch] = ACTIONS(65), - [anon_sym_case] = ACTIONS(1866), - [anon_sym_default] = ACTIONS(1868), - [anon_sym_while] = ACTIONS(1318), + [anon_sym_case] = ACTIONS(67), + [anon_sym_default] = ACTIONS(69), + [anon_sym_while] = ACTIONS(71), [anon_sym_do] = ACTIONS(73), - [anon_sym_for] = ACTIONS(1320), + [anon_sym_for] = ACTIONS(75), [anon_sym_return] = ACTIONS(77), [anon_sym_break] = ACTIONS(79), [anon_sym_continue] = ACTIONS(81), @@ -86028,48 +86115,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, - [496] = { - [sym_attribute_declaration] = STATE(487), - [sym_compound_statement] = STATE(117), - [sym_attributed_statement] = STATE(117), - [sym_labeled_statement] = STATE(117), - [sym_expression_statement] = STATE(117), - [sym_if_statement] = STATE(117), - [sym_switch_statement] = STATE(117), - [sym_case_statement] = STATE(117), - [sym_while_statement] = STATE(117), - [sym_do_statement] = STATE(117), - [sym_for_statement] = STATE(117), - [sym_return_statement] = STATE(117), - [sym_break_statement] = STATE(117), - [sym_continue_statement] = STATE(117), - [sym_goto_statement] = STATE(117), - [sym__expression] = STATE(1081), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1811), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [497] = { + [sym_attribute_declaration] = STATE(513), + [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(1109), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(2031), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(487), - [sym_identifier] = ACTIONS(1966), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(513), + [sym_identifier] = ACTIONS(2100), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -86077,20 +86164,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(135), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(145), - [anon_sym_if] = ACTIONS(147), - [anon_sym_switch] = ACTIONS(149), - [anon_sym_case] = ACTIONS(151), - [anon_sym_default] = ACTIONS(153), - [anon_sym_while] = ACTIONS(155), - [anon_sym_do] = ACTIONS(157), - [anon_sym_for] = ACTIONS(159), - [anon_sym_return] = ACTIONS(161), - [anon_sym_break] = ACTIONS(163), - [anon_sym_continue] = ACTIONS(165), - [anon_sym_goto] = ACTIONS(167), + [anon_sym_SEMI] = ACTIONS(747), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), + [anon_sym_LBRACE] = ACTIONS(757), + [anon_sym_if] = ACTIONS(759), + [anon_sym_switch] = ACTIONS(761), + [anon_sym_case] = ACTIONS(763), + [anon_sym_default] = ACTIONS(765), + [anon_sym_while] = ACTIONS(767), + [anon_sym_do] = ACTIONS(769), + [anon_sym_for] = ACTIONS(771), + [anon_sym_return] = ACTIONS(773), + [anon_sym_break] = ACTIONS(775), + [anon_sym_continue] = ACTIONS(777), + [anon_sym_goto] = ACTIONS(779), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -86120,48 +86207,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, - [497] = { - [sym_attribute_declaration] = STATE(510), - [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(1063), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2034), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [498] = { + [sym_attribute_declaration] = STATE(511), + [sym_compound_statement] = STATE(271), + [sym_attributed_statement] = STATE(275), + [sym_labeled_statement] = STATE(279), + [sym_expression_statement] = STATE(284), + [sym_if_statement] = STATE(287), + [sym_switch_statement] = STATE(288), + [sym_case_statement] = STATE(289), + [sym_while_statement] = STATE(297), + [sym_do_statement] = STATE(301), + [sym_for_statement] = STATE(274), + [sym_return_statement] = STATE(347), + [sym_break_statement] = STATE(346), + [sym_continue_statement] = STATE(344), + [sym_goto_statement] = STATE(343), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(510), - [sym_identifier] = ACTIONS(2031), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(511), + [sym_identifier] = ACTIONS(1992), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -86169,20 +86256,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(581), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(591), - [anon_sym_if] = ACTIONS(593), - [anon_sym_switch] = ACTIONS(595), - [anon_sym_case] = ACTIONS(597), - [anon_sym_default] = ACTIONS(599), - [anon_sym_while] = ACTIONS(601), - [anon_sym_do] = ACTIONS(603), - [anon_sym_for] = ACTIONS(605), - [anon_sym_return] = ACTIONS(607), - [anon_sym_break] = ACTIONS(609), - [anon_sym_continue] = ACTIONS(611), - [anon_sym_goto] = ACTIONS(613), + [anon_sym_SEMI] = ACTIONS(521), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), + [anon_sym_LBRACE] = ACTIONS(531), + [anon_sym_if] = ACTIONS(535), + [anon_sym_switch] = ACTIONS(537), + [anon_sym_case] = ACTIONS(539), + [anon_sym_default] = ACTIONS(541), + [anon_sym_while] = ACTIONS(543), + [anon_sym_do] = ACTIONS(545), + [anon_sym_for] = ACTIONS(547), + [anon_sym_return] = ACTIONS(549), + [anon_sym_break] = ACTIONS(551), + [anon_sym_continue] = ACTIONS(553), + [anon_sym_goto] = ACTIONS(555), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -86212,48 +86299,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, - [498] = { - [sym_attribute_declaration] = STATE(481), - [sym_compound_statement] = STATE(309), - [sym_attributed_statement] = STATE(312), - [sym_labeled_statement] = STATE(313), - [sym_expression_statement] = STATE(316), - [sym_if_statement] = STATE(319), - [sym_switch_statement] = STATE(320), - [sym_case_statement] = STATE(321), - [sym_while_statement] = STATE(322), - [sym_do_statement] = STATE(324), - [sym_for_statement] = STATE(325), - [sym_return_statement] = STATE(326), - [sym_break_statement] = STATE(328), - [sym_continue_statement] = STATE(329), - [sym_goto_statement] = STATE(330), - [sym__expression] = STATE(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [499] = { + [sym_attribute_declaration] = STATE(510), + [sym_compound_statement] = STATE(1993), + [sym_attributed_statement] = STATE(1993), + [sym_labeled_statement] = STATE(1993), + [sym_expression_statement] = STATE(1993), + [sym_if_statement] = STATE(1993), + [sym_switch_statement] = STATE(1993), + [sym_case_statement] = STATE(1993), + [sym_while_statement] = STATE(1993), + [sym_do_statement] = STATE(1993), + [sym_for_statement] = STATE(1993), + [sym_return_statement] = STATE(1993), + [sym_break_statement] = STATE(1993), + [sym_continue_statement] = STATE(1993), + [sym_goto_statement] = STATE(1993), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(481), - [sym_identifier] = ACTIONS(1960), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(510), + [sym_identifier] = ACTIONS(1986), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -86262,19 +86349,19 @@ 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(521), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(531), - [anon_sym_if] = ACTIONS(535), - [anon_sym_switch] = ACTIONS(537), - [anon_sym_case] = ACTIONS(539), - [anon_sym_default] = ACTIONS(541), - [anon_sym_while] = ACTIONS(543), - [anon_sym_do] = ACTIONS(545), - [anon_sym_for] = ACTIONS(547), - [anon_sym_return] = ACTIONS(549), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_goto] = ACTIONS(555), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_if] = ACTIONS(1316), + [anon_sym_switch] = ACTIONS(65), + [anon_sym_case] = ACTIONS(1988), + [anon_sym_default] = ACTIONS(1990), + [anon_sym_while] = ACTIONS(1318), + [anon_sym_do] = ACTIONS(73), + [anon_sym_for] = ACTIONS(1320), + [anon_sym_return] = ACTIONS(77), + [anon_sym_break] = ACTIONS(79), + [anon_sym_continue] = ACTIONS(81), + [anon_sym_goto] = ACTIONS(83), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -86304,140 +86391,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, - [499] = { - [sym_attribute_declaration] = STATE(499), - [sym_compound_statement] = STATE(125), - [sym_attributed_statement] = STATE(125), - [sym_labeled_statement] = STATE(125), - [sym_expression_statement] = STATE(125), - [sym_if_statement] = STATE(125), - [sym_switch_statement] = STATE(125), - [sym_case_statement] = STATE(125), - [sym_while_statement] = STATE(125), - [sym_do_statement] = STATE(125), - [sym_for_statement] = STATE(125), - [sym_return_statement] = STATE(125), - [sym_break_statement] = STATE(125), - [sym_continue_statement] = STATE(125), - [sym_goto_statement] = STATE(125), - [sym__expression] = STATE(1081), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1811), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), - [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), - [sym_subscript_expression] = STATE(917), - [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), - [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), - [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(499), - [sym_identifier] = ACTIONS(2033), - [anon_sym_LPAREN2] = ACTIONS(1873), - [anon_sym_BANG] = ACTIONS(1876), - [anon_sym_TILDE] = ACTIONS(1876), - [anon_sym_DASH] = ACTIONS(1879), - [anon_sym_PLUS] = ACTIONS(1879), - [anon_sym_STAR] = ACTIONS(1882), - [anon_sym_AMP] = ACTIONS(1882), - [anon_sym_SEMI] = ACTIONS(2036), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1888), - [anon_sym_LBRACE] = ACTIONS(2039), - [anon_sym_if] = ACTIONS(2042), - [anon_sym_switch] = ACTIONS(2045), - [anon_sym_case] = ACTIONS(2048), - [anon_sym_default] = ACTIONS(2051), - [anon_sym_while] = ACTIONS(2054), - [anon_sym_do] = ACTIONS(2057), - [anon_sym_for] = ACTIONS(2060), - [anon_sym_return] = ACTIONS(2063), - [anon_sym_break] = ACTIONS(2066), - [anon_sym_continue] = ACTIONS(2069), - [anon_sym_goto] = ACTIONS(2072), - [anon_sym_DASH_DASH] = ACTIONS(1927), - [anon_sym_PLUS_PLUS] = ACTIONS(1927), - [anon_sym_sizeof] = ACTIONS(1930), - [anon_sym___alignof__] = ACTIONS(1933), - [anon_sym___alignof] = ACTIONS(1933), - [anon_sym__alignof] = ACTIONS(1933), - [anon_sym_alignof] = ACTIONS(1933), - [anon_sym__Alignof] = ACTIONS(1933), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1939), - [anon_sym_asm] = ACTIONS(1942), - [anon_sym___asm__] = ACTIONS(1942), - [sym_number_literal] = ACTIONS(1945), - [anon_sym_L_SQUOTE] = ACTIONS(1948), - [anon_sym_u_SQUOTE] = ACTIONS(1948), - [anon_sym_U_SQUOTE] = ACTIONS(1948), - [anon_sym_u8_SQUOTE] = ACTIONS(1948), - [anon_sym_SQUOTE] = ACTIONS(1948), - [anon_sym_L_DQUOTE] = ACTIONS(1951), - [anon_sym_u_DQUOTE] = ACTIONS(1951), - [anon_sym_U_DQUOTE] = ACTIONS(1951), - [anon_sym_u8_DQUOTE] = ACTIONS(1951), - [anon_sym_DQUOTE] = ACTIONS(1951), - [sym_true] = ACTIONS(1954), - [sym_false] = ACTIONS(1954), - [anon_sym_NULL] = ACTIONS(1957), - [anon_sym_nullptr] = ACTIONS(1957), - [sym_comment] = ACTIONS(3), - }, [500] = { [sym_attribute_declaration] = STATE(510), - [sym_compound_statement] = STATE(272), - [sym_attributed_statement] = STATE(272), - [sym_labeled_statement] = STATE(272), - [sym_expression_statement] = STATE(272), - [sym_if_statement] = STATE(272), - [sym_switch_statement] = STATE(272), - [sym_case_statement] = STATE(272), - [sym_while_statement] = STATE(272), - [sym_do_statement] = STATE(272), - [sym_for_statement] = STATE(272), - [sym_return_statement] = STATE(272), - [sym_break_statement] = STATE(272), - [sym_continue_statement] = STATE(272), - [sym_goto_statement] = STATE(272), - [sym__expression] = STATE(1063), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2034), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym_compound_statement] = STATE(1973), + [sym_attributed_statement] = STATE(1973), + [sym_labeled_statement] = STATE(1973), + [sym_expression_statement] = STATE(1973), + [sym_if_statement] = STATE(1973), + [sym_switch_statement] = STATE(1973), + [sym_case_statement] = STATE(1973), + [sym_while_statement] = STATE(1973), + [sym_do_statement] = STATE(1973), + [sym_for_statement] = STATE(1973), + [sym_return_statement] = STATE(1973), + [sym_break_statement] = STATE(1973), + [sym_continue_statement] = STATE(1973), + [sym_goto_statement] = STATE(1973), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), [aux_sym_attributed_declarator_repeat1] = STATE(510), - [sym_identifier] = ACTIONS(2031), + [sym_identifier] = ACTIONS(1986), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -86445,20 +86440,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(581), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(591), - [anon_sym_if] = ACTIONS(593), - [anon_sym_switch] = ACTIONS(595), - [anon_sym_case] = ACTIONS(597), - [anon_sym_default] = ACTIONS(599), - [anon_sym_while] = ACTIONS(601), - [anon_sym_do] = ACTIONS(603), - [anon_sym_for] = ACTIONS(605), - [anon_sym_return] = ACTIONS(607), - [anon_sym_break] = ACTIONS(609), - [anon_sym_continue] = ACTIONS(611), - [anon_sym_goto] = ACTIONS(613), + [anon_sym_SEMI] = ACTIONS(521), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_if] = ACTIONS(1316), + [anon_sym_switch] = ACTIONS(65), + [anon_sym_case] = ACTIONS(1988), + [anon_sym_default] = ACTIONS(1990), + [anon_sym_while] = ACTIONS(1318), + [anon_sym_do] = ACTIONS(73), + [anon_sym_for] = ACTIONS(1320), + [anon_sym_return] = ACTIONS(77), + [anon_sym_break] = ACTIONS(79), + [anon_sym_continue] = ACTIONS(81), + [anon_sym_goto] = ACTIONS(83), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -86489,47 +86484,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [501] = { - [sym_attribute_declaration] = STATE(494), - [sym_compound_statement] = STATE(185), - [sym_attributed_statement] = STATE(185), - [sym_labeled_statement] = STATE(185), - [sym_expression_statement] = STATE(185), - [sym_if_statement] = STATE(185), - [sym_switch_statement] = STATE(185), - [sym_case_statement] = STATE(185), - [sym_while_statement] = STATE(185), - [sym_do_statement] = STATE(185), - [sym_for_statement] = STATE(185), - [sym_return_statement] = STATE(185), - [sym_break_statement] = STATE(185), - [sym_continue_statement] = STATE(185), - [sym_goto_statement] = STATE(185), - [sym__expression] = STATE(1080), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1807), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym_attribute_declaration] = STATE(510), + [sym_compound_statement] = STATE(240), + [sym_attributed_statement] = STATE(239), + [sym_labeled_statement] = STATE(238), + [sym_expression_statement] = STATE(237), + [sym_if_statement] = STATE(236), + [sym_switch_statement] = STATE(235), + [sym_case_statement] = STATE(290), + [sym_while_statement] = STATE(283), + [sym_do_statement] = STATE(285), + [sym_for_statement] = STATE(293), + [sym_return_statement] = STATE(300), + [sym_break_statement] = STATE(303), + [sym_continue_statement] = STATE(304), + [sym_goto_statement] = STATE(307), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(494), - [sym_identifier] = ACTIONS(1962), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(510), + [sym_identifier] = ACTIONS(1986), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -86537,20 +86532,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(209), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(219), - [anon_sym_if] = ACTIONS(221), - [anon_sym_switch] = ACTIONS(223), - [anon_sym_case] = ACTIONS(225), - [anon_sym_default] = ACTIONS(227), - [anon_sym_while] = ACTIONS(229), - [anon_sym_do] = ACTIONS(231), - [anon_sym_for] = ACTIONS(233), - [anon_sym_return] = ACTIONS(235), - [anon_sym_break] = ACTIONS(237), - [anon_sym_continue] = ACTIONS(239), - [anon_sym_goto] = ACTIONS(241), + [anon_sym_SEMI] = ACTIONS(521), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_if] = ACTIONS(1316), + [anon_sym_switch] = ACTIONS(65), + [anon_sym_case] = ACTIONS(1988), + [anon_sym_default] = ACTIONS(1990), + [anon_sym_while] = ACTIONS(1318), + [anon_sym_do] = ACTIONS(73), + [anon_sym_for] = ACTIONS(1320), + [anon_sym_return] = ACTIONS(77), + [anon_sym_break] = ACTIONS(79), + [anon_sym_continue] = ACTIONS(81), + [anon_sym_goto] = ACTIONS(83), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -86581,47 +86576,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [502] = { - [sym_attribute_declaration] = STATE(494), - [sym_compound_statement] = STATE(189), - [sym_attributed_statement] = STATE(189), - [sym_labeled_statement] = STATE(189), - [sym_expression_statement] = STATE(189), - [sym_if_statement] = STATE(189), - [sym_switch_statement] = STATE(189), - [sym_case_statement] = STATE(189), - [sym_while_statement] = STATE(189), - [sym_do_statement] = STATE(189), - [sym_for_statement] = STATE(189), - [sym_return_statement] = STATE(189), - [sym_break_statement] = STATE(189), - [sym_continue_statement] = STATE(189), - [sym_goto_statement] = STATE(189), - [sym__expression] = STATE(1080), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1807), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym_attribute_declaration] = STATE(513), + [sym_compound_statement] = STATE(331), + [sym_attributed_statement] = STATE(331), + [sym_labeled_statement] = STATE(331), + [sym_expression_statement] = STATE(331), + [sym_if_statement] = STATE(331), + [sym_switch_statement] = STATE(331), + [sym_case_statement] = STATE(331), + [sym_while_statement] = STATE(331), + [sym_do_statement] = STATE(331), + [sym_for_statement] = STATE(331), + [sym_return_statement] = STATE(331), + [sym_break_statement] = STATE(331), + [sym_continue_statement] = STATE(331), + [sym_goto_statement] = STATE(331), + [sym__expression] = STATE(1109), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(2031), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(494), - [sym_identifier] = ACTIONS(1962), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(513), + [sym_identifier] = ACTIONS(2100), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -86629,20 +86624,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(209), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(219), - [anon_sym_if] = ACTIONS(221), - [anon_sym_switch] = ACTIONS(223), - [anon_sym_case] = ACTIONS(225), - [anon_sym_default] = ACTIONS(227), - [anon_sym_while] = ACTIONS(229), - [anon_sym_do] = ACTIONS(231), - [anon_sym_for] = ACTIONS(233), - [anon_sym_return] = ACTIONS(235), - [anon_sym_break] = ACTIONS(237), - [anon_sym_continue] = ACTIONS(239), - [anon_sym_goto] = ACTIONS(241), + [anon_sym_SEMI] = ACTIONS(747), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), + [anon_sym_LBRACE] = ACTIONS(757), + [anon_sym_if] = ACTIONS(759), + [anon_sym_switch] = ACTIONS(761), + [anon_sym_case] = ACTIONS(763), + [anon_sym_default] = ACTIONS(765), + [anon_sym_while] = ACTIONS(767), + [anon_sym_do] = ACTIONS(769), + [anon_sym_for] = ACTIONS(771), + [anon_sym_return] = ACTIONS(773), + [anon_sym_break] = ACTIONS(775), + [anon_sym_continue] = ACTIONS(777), + [anon_sym_goto] = ACTIONS(779), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -86673,47 +86668,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [503] = { - [sym_attribute_declaration] = STATE(511), - [sym_compound_statement] = STATE(310), - [sym_attributed_statement] = STATE(308), - [sym_labeled_statement] = STATE(303), - [sym_expression_statement] = STATE(292), - [sym_if_statement] = STATE(283), - [sym_switch_statement] = STATE(282), - [sym_case_statement] = STATE(281), - [sym_while_statement] = STATE(235), - [sym_do_statement] = STATE(239), - [sym_for_statement] = STATE(247), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(255), - [sym_continue_statement] = STATE(265), - [sym_goto_statement] = STATE(291), - [sym__expression] = STATE(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym_attribute_declaration] = STATE(513), + [sym_compound_statement] = STATE(345), + [sym_attributed_statement] = STATE(345), + [sym_labeled_statement] = STATE(345), + [sym_expression_statement] = STATE(345), + [sym_if_statement] = STATE(345), + [sym_switch_statement] = STATE(345), + [sym_case_statement] = STATE(345), + [sym_while_statement] = STATE(345), + [sym_do_statement] = STATE(345), + [sym_for_statement] = STATE(345), + [sym_return_statement] = STATE(345), + [sym_break_statement] = STATE(345), + [sym_continue_statement] = STATE(345), + [sym_goto_statement] = STATE(345), + [sym__expression] = STATE(1109), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(2031), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(511), - [sym_identifier] = ACTIONS(1862), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(513), + [sym_identifier] = ACTIONS(2100), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -86721,20 +86716,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(521), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_if] = ACTIONS(1316), - [anon_sym_switch] = ACTIONS(65), - [anon_sym_case] = ACTIONS(1866), - [anon_sym_default] = ACTIONS(1868), - [anon_sym_while] = ACTIONS(1318), - [anon_sym_do] = ACTIONS(73), - [anon_sym_for] = ACTIONS(1320), - [anon_sym_return] = ACTIONS(77), - [anon_sym_break] = ACTIONS(79), - [anon_sym_continue] = ACTIONS(81), - [anon_sym_goto] = ACTIONS(83), + [anon_sym_SEMI] = ACTIONS(747), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), + [anon_sym_LBRACE] = ACTIONS(757), + [anon_sym_if] = ACTIONS(759), + [anon_sym_switch] = ACTIONS(761), + [anon_sym_case] = ACTIONS(763), + [anon_sym_default] = ACTIONS(765), + [anon_sym_while] = ACTIONS(767), + [anon_sym_do] = ACTIONS(769), + [anon_sym_for] = ACTIONS(771), + [anon_sym_return] = ACTIONS(773), + [anon_sym_break] = ACTIONS(775), + [anon_sym_continue] = ACTIONS(777), + [anon_sym_goto] = ACTIONS(779), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -86765,47 +86760,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [504] = { - [sym_attribute_declaration] = STATE(494), - [sym_compound_statement] = STATE(145), - [sym_attributed_statement] = STATE(145), - [sym_labeled_statement] = STATE(145), - [sym_expression_statement] = STATE(145), - [sym_if_statement] = STATE(145), - [sym_switch_statement] = STATE(145), - [sym_case_statement] = STATE(145), - [sym_while_statement] = STATE(145), - [sym_do_statement] = STATE(145), - [sym_for_statement] = STATE(145), - [sym_return_statement] = STATE(145), - [sym_break_statement] = STATE(145), - [sym_continue_statement] = STATE(145), - [sym_goto_statement] = STATE(145), - [sym__expression] = STATE(1080), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1807), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym_attribute_declaration] = STATE(510), + [sym_compound_statement] = STATE(1992), + [sym_attributed_statement] = STATE(1992), + [sym_labeled_statement] = STATE(1992), + [sym_expression_statement] = STATE(1992), + [sym_if_statement] = STATE(1992), + [sym_switch_statement] = STATE(1992), + [sym_case_statement] = STATE(1992), + [sym_while_statement] = STATE(1992), + [sym_do_statement] = STATE(1992), + [sym_for_statement] = STATE(1992), + [sym_return_statement] = STATE(1992), + [sym_break_statement] = STATE(1992), + [sym_continue_statement] = STATE(1992), + [sym_goto_statement] = STATE(1992), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(494), - [sym_identifier] = ACTIONS(1962), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(510), + [sym_identifier] = ACTIONS(1986), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -86813,20 +86808,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(209), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(219), - [anon_sym_if] = ACTIONS(221), - [anon_sym_switch] = ACTIONS(223), - [anon_sym_case] = ACTIONS(225), - [anon_sym_default] = ACTIONS(227), - [anon_sym_while] = ACTIONS(229), - [anon_sym_do] = ACTIONS(231), - [anon_sym_for] = ACTIONS(233), - [anon_sym_return] = ACTIONS(235), - [anon_sym_break] = ACTIONS(237), - [anon_sym_continue] = ACTIONS(239), - [anon_sym_goto] = ACTIONS(241), + [anon_sym_SEMI] = ACTIONS(521), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_if] = ACTIONS(1316), + [anon_sym_switch] = ACTIONS(65), + [anon_sym_case] = ACTIONS(1988), + [anon_sym_default] = ACTIONS(1990), + [anon_sym_while] = ACTIONS(1318), + [anon_sym_do] = ACTIONS(73), + [anon_sym_for] = ACTIONS(1320), + [anon_sym_return] = ACTIONS(77), + [anon_sym_break] = ACTIONS(79), + [anon_sym_continue] = ACTIONS(81), + [anon_sym_goto] = ACTIONS(83), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -86857,139 +86852,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [505] = { - [sym_attribute_declaration] = STATE(505), - [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(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), - [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), - [sym_subscript_expression] = STATE(917), - [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), - [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), - [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(505), - [sym_identifier] = ACTIONS(2075), - [anon_sym_LPAREN2] = ACTIONS(1873), - [anon_sym_BANG] = ACTIONS(1876), - [anon_sym_TILDE] = ACTIONS(1876), - [anon_sym_DASH] = ACTIONS(1879), - [anon_sym_PLUS] = ACTIONS(1879), - [anon_sym_STAR] = ACTIONS(1882), - [anon_sym_AMP] = ACTIONS(1882), - [anon_sym_SEMI] = ACTIONS(2013), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1888), - [anon_sym_LBRACE] = ACTIONS(2078), - [anon_sym_if] = ACTIONS(2081), - [anon_sym_switch] = ACTIONS(2084), - [anon_sym_case] = ACTIONS(2087), - [anon_sym_default] = ACTIONS(2090), - [anon_sym_while] = ACTIONS(2093), - [anon_sym_do] = ACTIONS(2096), - [anon_sym_for] = ACTIONS(2099), - [anon_sym_return] = ACTIONS(2102), - [anon_sym_break] = ACTIONS(2105), - [anon_sym_continue] = ACTIONS(2108), - [anon_sym_goto] = ACTIONS(2111), - [anon_sym_DASH_DASH] = ACTIONS(1927), - [anon_sym_PLUS_PLUS] = ACTIONS(1927), - [anon_sym_sizeof] = ACTIONS(1930), - [anon_sym___alignof__] = ACTIONS(1933), - [anon_sym___alignof] = ACTIONS(1933), - [anon_sym__alignof] = ACTIONS(1933), - [anon_sym_alignof] = ACTIONS(1933), - [anon_sym__Alignof] = ACTIONS(1933), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1939), - [anon_sym_asm] = ACTIONS(1942), - [anon_sym___asm__] = ACTIONS(1942), - [sym_number_literal] = ACTIONS(1945), - [anon_sym_L_SQUOTE] = ACTIONS(1948), - [anon_sym_u_SQUOTE] = ACTIONS(1948), - [anon_sym_U_SQUOTE] = ACTIONS(1948), - [anon_sym_u8_SQUOTE] = ACTIONS(1948), - [anon_sym_SQUOTE] = ACTIONS(1948), - [anon_sym_L_DQUOTE] = ACTIONS(1951), - [anon_sym_u_DQUOTE] = ACTIONS(1951), - [anon_sym_U_DQUOTE] = ACTIONS(1951), - [anon_sym_u8_DQUOTE] = ACTIONS(1951), - [anon_sym_DQUOTE] = ACTIONS(1951), - [sym_true] = ACTIONS(1954), - [sym_false] = ACTIONS(1954), - [anon_sym_NULL] = ACTIONS(1957), - [anon_sym_nullptr] = ACTIONS(1957), - [sym_comment] = ACTIONS(3), - }, - [506] = { - [sym_attribute_declaration] = STATE(511), - [sym_compound_statement] = STATE(1994), - [sym_attributed_statement] = STATE(1994), - [sym_labeled_statement] = STATE(1994), - [sym_expression_statement] = STATE(1994), - [sym_if_statement] = STATE(1994), - [sym_switch_statement] = STATE(1994), - [sym_case_statement] = STATE(1994), - [sym_while_statement] = STATE(1994), - [sym_do_statement] = STATE(1994), - [sym_for_statement] = STATE(1994), - [sym_return_statement] = STATE(1994), - [sym_break_statement] = STATE(1994), - [sym_continue_statement] = STATE(1994), - [sym_goto_statement] = STATE(1994), - [sym__expression] = STATE(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym_attribute_declaration] = STATE(492), + [sym_compound_statement] = STATE(147), + [sym_attributed_statement] = STATE(147), + [sym_labeled_statement] = STATE(147), + [sym_expression_statement] = STATE(147), + [sym_if_statement] = STATE(147), + [sym_switch_statement] = STATE(147), + [sym_case_statement] = STATE(147), + [sym_while_statement] = STATE(147), + [sym_do_statement] = STATE(147), + [sym_for_statement] = STATE(147), + [sym_return_statement] = STATE(147), + [sym_break_statement] = STATE(147), + [sym_continue_statement] = STATE(147), + [sym_goto_statement] = STATE(147), + [sym__expression] = STATE(1062), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1892), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(511), - [sym_identifier] = ACTIONS(1862), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(492), + [sym_identifier] = ACTIONS(1982), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -86997,20 +86900,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(521), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_if] = ACTIONS(1316), - [anon_sym_switch] = ACTIONS(65), - [anon_sym_case] = ACTIONS(1866), - [anon_sym_default] = ACTIONS(1868), - [anon_sym_while] = ACTIONS(1318), - [anon_sym_do] = ACTIONS(73), - [anon_sym_for] = ACTIONS(1320), - [anon_sym_return] = ACTIONS(77), - [anon_sym_break] = ACTIONS(79), - [anon_sym_continue] = ACTIONS(81), - [anon_sym_goto] = ACTIONS(83), + [anon_sym_SEMI] = ACTIONS(209), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), + [anon_sym_LBRACE] = ACTIONS(219), + [anon_sym_if] = ACTIONS(221), + [anon_sym_switch] = ACTIONS(223), + [anon_sym_case] = ACTIONS(225), + [anon_sym_default] = ACTIONS(227), + [anon_sym_while] = ACTIONS(229), + [anon_sym_do] = ACTIONS(231), + [anon_sym_for] = ACTIONS(233), + [anon_sym_return] = ACTIONS(235), + [anon_sym_break] = ACTIONS(237), + [anon_sym_continue] = ACTIONS(239), + [anon_sym_goto] = ACTIONS(241), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -87040,48 +86943,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, - [507] = { - [sym_attribute_declaration] = STATE(517), - [sym_compound_statement] = STATE(314), - [sym_attributed_statement] = STATE(314), - [sym_labeled_statement] = STATE(314), - [sym_expression_statement] = STATE(314), - [sym_if_statement] = STATE(314), - [sym_switch_statement] = STATE(314), - [sym_case_statement] = STATE(314), - [sym_while_statement] = STATE(314), - [sym_do_statement] = STATE(314), - [sym_for_statement] = STATE(314), - [sym_return_statement] = STATE(314), - [sym_break_statement] = STATE(314), - [sym_continue_statement] = STATE(314), - [sym_goto_statement] = STATE(314), - [sym__expression] = STATE(1093), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1904), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [506] = { + [sym_attribute_declaration] = STATE(510), + [sym_compound_statement] = STATE(243), + [sym_attributed_statement] = STATE(243), + [sym_labeled_statement] = STATE(243), + [sym_expression_statement] = STATE(243), + [sym_if_statement] = STATE(243), + [sym_switch_statement] = STATE(243), + [sym_case_statement] = STATE(243), + [sym_while_statement] = STATE(243), + [sym_do_statement] = STATE(243), + [sym_for_statement] = STATE(243), + [sym_return_statement] = STATE(243), + [sym_break_statement] = STATE(243), + [sym_continue_statement] = STATE(243), + [sym_goto_statement] = STATE(243), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(517), - [sym_identifier] = ACTIONS(1964), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(510), + [sym_identifier] = ACTIONS(1986), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -87089,16 +86992,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(1204), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), + [anon_sym_SEMI] = ACTIONS(521), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_if] = ACTIONS(63), + [anon_sym_if] = ACTIONS(1316), [anon_sym_switch] = ACTIONS(65), - [anon_sym_case] = ACTIONS(67), - [anon_sym_default] = ACTIONS(69), - [anon_sym_while] = ACTIONS(71), + [anon_sym_case] = ACTIONS(1988), + [anon_sym_default] = ACTIONS(1990), + [anon_sym_while] = ACTIONS(1318), [anon_sym_do] = ACTIONS(73), - [anon_sym_for] = ACTIONS(75), + [anon_sym_for] = ACTIONS(1320), [anon_sym_return] = ACTIONS(77), [anon_sym_break] = ACTIONS(79), [anon_sym_continue] = ACTIONS(81), @@ -87132,48 +87035,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, - [508] = { - [sym_attribute_declaration] = STATE(510), - [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(1063), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2034), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [507] = { + [sym_attribute_declaration] = STATE(518), + [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(1088), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1970), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(510), - [sym_identifier] = ACTIONS(2031), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(518), + [sym_identifier] = ACTIONS(1996), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -87181,20 +87084,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(581), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(591), - [anon_sym_if] = ACTIONS(593), - [anon_sym_switch] = ACTIONS(595), - [anon_sym_case] = ACTIONS(597), - [anon_sym_default] = ACTIONS(599), - [anon_sym_while] = ACTIONS(601), - [anon_sym_do] = ACTIONS(603), - [anon_sym_for] = ACTIONS(605), - [anon_sym_return] = ACTIONS(607), - [anon_sym_break] = ACTIONS(609), - [anon_sym_continue] = ACTIONS(611), - [anon_sym_goto] = ACTIONS(613), + [anon_sym_SEMI] = ACTIONS(1216), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_if] = ACTIONS(63), + [anon_sym_switch] = ACTIONS(65), + [anon_sym_case] = ACTIONS(67), + [anon_sym_default] = ACTIONS(69), + [anon_sym_while] = ACTIONS(71), + [anon_sym_do] = ACTIONS(73), + [anon_sym_for] = ACTIONS(75), + [anon_sym_return] = ACTIONS(77), + [anon_sym_break] = ACTIONS(79), + [anon_sym_continue] = ACTIONS(81), + [anon_sym_goto] = ACTIONS(83), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -87224,48 +87127,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, - [509] = { - [sym_attribute_declaration] = STATE(510), - [sym_compound_statement] = STATE(290), - [sym_attributed_statement] = STATE(339), - [sym_labeled_statement] = STATE(335), - [sym_expression_statement] = STATE(331), - [sym_if_statement] = STATE(317), - [sym_switch_statement] = STATE(304), - [sym_case_statement] = STATE(295), - [sym_while_statement] = STATE(294), - [sym_do_statement] = STATE(280), - [sym_for_statement] = STATE(275), - [sym_return_statement] = STATE(273), - [sym_break_statement] = STATE(263), - [sym_continue_statement] = STATE(249), - [sym_goto_statement] = STATE(245), - [sym__expression] = STATE(1063), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2034), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [508] = { + [sym_attribute_declaration] = STATE(513), + [sym_compound_statement] = STATE(257), + [sym_attributed_statement] = STATE(256), + [sym_labeled_statement] = STATE(255), + [sym_expression_statement] = STATE(252), + [sym_if_statement] = STATE(251), + [sym_switch_statement] = STATE(250), + [sym_case_statement] = STATE(249), + [sym_while_statement] = STATE(248), + [sym_do_statement] = STATE(247), + [sym_for_statement] = STATE(245), + [sym_return_statement] = STATE(244), + [sym_break_statement] = STATE(241), + [sym_continue_statement] = STATE(312), + [sym_goto_statement] = STATE(321), + [sym__expression] = STATE(1109), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(2031), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(510), - [sym_identifier] = ACTIONS(2031), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(513), + [sym_identifier] = ACTIONS(2100), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -87273,20 +87176,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(581), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(591), - [anon_sym_if] = ACTIONS(593), - [anon_sym_switch] = ACTIONS(595), - [anon_sym_case] = ACTIONS(597), - [anon_sym_default] = ACTIONS(599), - [anon_sym_while] = ACTIONS(601), - [anon_sym_do] = ACTIONS(603), - [anon_sym_for] = ACTIONS(605), - [anon_sym_return] = ACTIONS(607), - [anon_sym_break] = ACTIONS(609), - [anon_sym_continue] = ACTIONS(611), - [anon_sym_goto] = ACTIONS(613), + [anon_sym_SEMI] = ACTIONS(747), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), + [anon_sym_LBRACE] = ACTIONS(757), + [anon_sym_if] = ACTIONS(759), + [anon_sym_switch] = ACTIONS(761), + [anon_sym_case] = ACTIONS(763), + [anon_sym_default] = ACTIONS(765), + [anon_sym_while] = ACTIONS(767), + [anon_sym_do] = ACTIONS(769), + [anon_sym_for] = ACTIONS(771), + [anon_sym_return] = ACTIONS(773), + [anon_sym_break] = ACTIONS(775), + [anon_sym_continue] = ACTIONS(777), + [anon_sym_goto] = ACTIONS(779), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -87316,48 +87219,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, - [510] = { - [sym_attribute_declaration] = STATE(515), - [sym_compound_statement] = STATE(260), - [sym_attributed_statement] = STATE(260), - [sym_labeled_statement] = STATE(260), - [sym_expression_statement] = STATE(260), - [sym_if_statement] = STATE(260), - [sym_switch_statement] = STATE(260), - [sym_case_statement] = STATE(260), - [sym_while_statement] = STATE(260), - [sym_do_statement] = STATE(260), - [sym_for_statement] = STATE(260), - [sym_return_statement] = STATE(260), - [sym_break_statement] = STATE(260), - [sym_continue_statement] = STATE(260), - [sym_goto_statement] = STATE(260), - [sym__expression] = STATE(1063), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2034), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [509] = { + [sym_attribute_declaration] = STATE(510), + [sym_compound_statement] = STATE(436), + [sym_attributed_statement] = STATE(436), + [sym_labeled_statement] = STATE(436), + [sym_expression_statement] = STATE(436), + [sym_if_statement] = STATE(436), + [sym_switch_statement] = STATE(436), + [sym_case_statement] = STATE(436), + [sym_while_statement] = STATE(436), + [sym_do_statement] = STATE(436), + [sym_for_statement] = STATE(436), + [sym_return_statement] = STATE(436), + [sym_break_statement] = STATE(436), + [sym_continue_statement] = STATE(436), + [sym_goto_statement] = STATE(436), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(515), - [sym_identifier] = ACTIONS(2031), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(510), + [sym_identifier] = ACTIONS(1986), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -87365,20 +87268,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(581), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(591), - [anon_sym_if] = ACTIONS(593), - [anon_sym_switch] = ACTIONS(595), - [anon_sym_case] = ACTIONS(597), - [anon_sym_default] = ACTIONS(599), - [anon_sym_while] = ACTIONS(601), - [anon_sym_do] = ACTIONS(603), - [anon_sym_for] = ACTIONS(605), - [anon_sym_return] = ACTIONS(607), - [anon_sym_break] = ACTIONS(609), - [anon_sym_continue] = ACTIONS(611), - [anon_sym_goto] = ACTIONS(613), + [anon_sym_SEMI] = ACTIONS(521), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_if] = ACTIONS(1316), + [anon_sym_switch] = ACTIONS(65), + [anon_sym_case] = ACTIONS(1988), + [anon_sym_default] = ACTIONS(1990), + [anon_sym_while] = ACTIONS(1318), + [anon_sym_do] = ACTIONS(73), + [anon_sym_for] = ACTIONS(1320), + [anon_sym_return] = ACTIONS(77), + [anon_sym_break] = ACTIONS(79), + [anon_sym_continue] = ACTIONS(81), + [anon_sym_goto] = ACTIONS(83), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -87408,48 +87311,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, - [511] = { - [sym_attribute_declaration] = STATE(493), - [sym_compound_statement] = STATE(311), - [sym_attributed_statement] = STATE(311), - [sym_labeled_statement] = STATE(311), - [sym_expression_statement] = STATE(311), - [sym_if_statement] = STATE(311), - [sym_switch_statement] = STATE(311), - [sym_case_statement] = STATE(311), - [sym_while_statement] = STATE(311), - [sym_do_statement] = STATE(311), - [sym_for_statement] = STATE(311), - [sym_return_statement] = STATE(311), - [sym_break_statement] = STATE(311), - [sym_continue_statement] = STATE(311), - [sym_goto_statement] = STATE(311), - [sym__expression] = STATE(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [510] = { + [sym_attribute_declaration] = STATE(487), + [sym_compound_statement] = STATE(281), + [sym_attributed_statement] = STATE(281), + [sym_labeled_statement] = STATE(281), + [sym_expression_statement] = STATE(281), + [sym_if_statement] = STATE(281), + [sym_switch_statement] = STATE(281), + [sym_case_statement] = STATE(281), + [sym_while_statement] = STATE(281), + [sym_do_statement] = STATE(281), + [sym_for_statement] = STATE(281), + [sym_return_statement] = STATE(281), + [sym_break_statement] = STATE(281), + [sym_continue_statement] = STATE(281), + [sym_goto_statement] = STATE(281), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(493), - [sym_identifier] = ACTIONS(1862), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(487), + [sym_identifier] = ACTIONS(1986), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -87458,12 +87361,12 @@ 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(521), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), [anon_sym_LBRACE] = ACTIONS(47), [anon_sym_if] = ACTIONS(1316), [anon_sym_switch] = ACTIONS(65), - [anon_sym_case] = ACTIONS(1866), - [anon_sym_default] = ACTIONS(1868), + [anon_sym_case] = ACTIONS(1988), + [anon_sym_default] = ACTIONS(1990), [anon_sym_while] = ACTIONS(1318), [anon_sym_do] = ACTIONS(73), [anon_sym_for] = ACTIONS(1320), @@ -87500,48 +87403,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, - [512] = { - [sym_attribute_declaration] = STATE(517), - [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(1093), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1904), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [511] = { + [sym_attribute_declaration] = STATE(490), + [sym_compound_statement] = STATE(305), + [sym_attributed_statement] = STATE(305), + [sym_labeled_statement] = STATE(305), + [sym_expression_statement] = STATE(305), + [sym_if_statement] = STATE(305), + [sym_switch_statement] = STATE(305), + [sym_case_statement] = STATE(305), + [sym_while_statement] = STATE(305), + [sym_do_statement] = STATE(305), + [sym_for_statement] = STATE(305), + [sym_return_statement] = STATE(305), + [sym_break_statement] = STATE(305), + [sym_continue_statement] = STATE(305), + [sym_goto_statement] = STATE(305), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(517), - [sym_identifier] = ACTIONS(1964), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(490), + [sym_identifier] = ACTIONS(1992), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -87549,20 +87452,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(1204), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_if] = ACTIONS(63), - [anon_sym_switch] = ACTIONS(65), - [anon_sym_case] = ACTIONS(67), - [anon_sym_default] = ACTIONS(69), - [anon_sym_while] = ACTIONS(71), - [anon_sym_do] = ACTIONS(73), - [anon_sym_for] = ACTIONS(75), - [anon_sym_return] = ACTIONS(77), - [anon_sym_break] = ACTIONS(79), - [anon_sym_continue] = ACTIONS(81), - [anon_sym_goto] = ACTIONS(83), + [anon_sym_SEMI] = ACTIONS(521), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), + [anon_sym_LBRACE] = ACTIONS(531), + [anon_sym_if] = ACTIONS(535), + [anon_sym_switch] = ACTIONS(537), + [anon_sym_case] = ACTIONS(539), + [anon_sym_default] = ACTIONS(541), + [anon_sym_while] = ACTIONS(543), + [anon_sym_do] = ACTIONS(545), + [anon_sym_for] = ACTIONS(547), + [anon_sym_return] = ACTIONS(549), + [anon_sym_break] = ACTIONS(551), + [anon_sym_continue] = ACTIONS(553), + [anon_sym_goto] = ACTIONS(555), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -87592,48 +87495,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, - [513] = { - [sym_attribute_declaration] = STATE(510), - [sym_compound_statement] = STATE(344), - [sym_attributed_statement] = STATE(344), - [sym_labeled_statement] = STATE(344), - [sym_expression_statement] = STATE(344), - [sym_if_statement] = STATE(344), - [sym_switch_statement] = STATE(344), - [sym_case_statement] = STATE(344), - [sym_while_statement] = STATE(344), - [sym_do_statement] = STATE(344), - [sym_for_statement] = STATE(344), - [sym_return_statement] = STATE(344), - [sym_break_statement] = STATE(344), - [sym_continue_statement] = STATE(344), - [sym_goto_statement] = STATE(344), - [sym__expression] = STATE(1063), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2034), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [512] = { + [sym_attribute_declaration] = STATE(513), + [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(1109), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(2031), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(510), - [sym_identifier] = ACTIONS(2031), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(513), + [sym_identifier] = ACTIONS(2100), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -87641,20 +87544,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(581), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(591), - [anon_sym_if] = ACTIONS(593), - [anon_sym_switch] = ACTIONS(595), - [anon_sym_case] = ACTIONS(597), - [anon_sym_default] = ACTIONS(599), - [anon_sym_while] = ACTIONS(601), - [anon_sym_do] = ACTIONS(603), - [anon_sym_for] = ACTIONS(605), - [anon_sym_return] = ACTIONS(607), - [anon_sym_break] = ACTIONS(609), - [anon_sym_continue] = ACTIONS(611), - [anon_sym_goto] = ACTIONS(613), + [anon_sym_SEMI] = ACTIONS(747), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), + [anon_sym_LBRACE] = ACTIONS(757), + [anon_sym_if] = ACTIONS(759), + [anon_sym_switch] = ACTIONS(761), + [anon_sym_case] = ACTIONS(763), + [anon_sym_default] = ACTIONS(765), + [anon_sym_while] = ACTIONS(767), + [anon_sym_do] = ACTIONS(769), + [anon_sym_for] = ACTIONS(771), + [anon_sym_return] = ACTIONS(773), + [anon_sym_break] = ACTIONS(775), + [anon_sym_continue] = ACTIONS(777), + [anon_sym_goto] = ACTIONS(779), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -87684,48 +87587,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, - [514] = { - [sym_attribute_declaration] = STATE(511), - [sym_compound_statement] = STATE(2011), - [sym_attributed_statement] = STATE(2011), - [sym_labeled_statement] = STATE(2011), - [sym_expression_statement] = STATE(2011), - [sym_if_statement] = STATE(2011), - [sym_switch_statement] = STATE(2011), - [sym_case_statement] = STATE(2011), - [sym_while_statement] = STATE(2011), - [sym_do_statement] = STATE(2011), - [sym_for_statement] = STATE(2011), - [sym_return_statement] = STATE(2011), - [sym_break_statement] = STATE(2011), - [sym_continue_statement] = STATE(2011), - [sym_goto_statement] = STATE(2011), - [sym__expression] = STATE(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [513] = { + [sym_attribute_declaration] = STATE(519), + [sym_compound_statement] = STATE(319), + [sym_attributed_statement] = STATE(319), + [sym_labeled_statement] = STATE(319), + [sym_expression_statement] = STATE(319), + [sym_if_statement] = STATE(319), + [sym_switch_statement] = STATE(319), + [sym_case_statement] = STATE(319), + [sym_while_statement] = STATE(319), + [sym_do_statement] = STATE(319), + [sym_for_statement] = STATE(319), + [sym_return_statement] = STATE(319), + [sym_break_statement] = STATE(319), + [sym_continue_statement] = STATE(319), + [sym_goto_statement] = STATE(319), + [sym__expression] = STATE(1109), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(2031), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(511), - [sym_identifier] = ACTIONS(1862), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(519), + [sym_identifier] = ACTIONS(2100), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -87733,20 +87636,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(521), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_if] = ACTIONS(1316), - [anon_sym_switch] = ACTIONS(65), - [anon_sym_case] = ACTIONS(1866), - [anon_sym_default] = ACTIONS(1868), - [anon_sym_while] = ACTIONS(1318), - [anon_sym_do] = ACTIONS(73), - [anon_sym_for] = ACTIONS(1320), - [anon_sym_return] = ACTIONS(77), - [anon_sym_break] = ACTIONS(79), - [anon_sym_continue] = ACTIONS(81), - [anon_sym_goto] = ACTIONS(83), + [anon_sym_SEMI] = ACTIONS(747), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), + [anon_sym_LBRACE] = ACTIONS(757), + [anon_sym_if] = ACTIONS(759), + [anon_sym_switch] = ACTIONS(761), + [anon_sym_case] = ACTIONS(763), + [anon_sym_default] = ACTIONS(765), + [anon_sym_while] = ACTIONS(767), + [anon_sym_do] = ACTIONS(769), + [anon_sym_for] = ACTIONS(771), + [anon_sym_return] = ACTIONS(773), + [anon_sym_break] = ACTIONS(775), + [anon_sym_continue] = ACTIONS(777), + [anon_sym_goto] = ACTIONS(779), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -87776,140 +87679,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, - [515] = { - [sym_attribute_declaration] = STATE(515), - [sym_compound_statement] = STATE(260), - [sym_attributed_statement] = STATE(260), - [sym_labeled_statement] = STATE(260), - [sym_expression_statement] = STATE(260), - [sym_if_statement] = STATE(260), - [sym_switch_statement] = STATE(260), - [sym_case_statement] = STATE(260), - [sym_while_statement] = STATE(260), - [sym_do_statement] = STATE(260), - [sym_for_statement] = STATE(260), - [sym_return_statement] = STATE(260), - [sym_break_statement] = STATE(260), - [sym_continue_statement] = STATE(260), - [sym_goto_statement] = STATE(260), - [sym__expression] = STATE(1063), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2034), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [514] = { + [sym_attribute_declaration] = STATE(492), + [sym_compound_statement] = STATE(191), + [sym_attributed_statement] = STATE(192), + [sym_labeled_statement] = STATE(193), + [sym_expression_statement] = STATE(194), + [sym_if_statement] = STATE(196), + [sym_switch_statement] = STATE(197), + [sym_case_statement] = STATE(198), + [sym_while_statement] = STATE(199), + [sym_do_statement] = STATE(200), + [sym_for_statement] = STATE(168), + [sym_return_statement] = STATE(165), + [sym_break_statement] = STATE(160), + [sym_continue_statement] = STATE(177), + [sym_goto_statement] = STATE(163), + [sym__expression] = STATE(1062), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1892), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(515), - [sym_identifier] = ACTIONS(2114), - [anon_sym_LPAREN2] = ACTIONS(1873), - [anon_sym_BANG] = ACTIONS(1876), - [anon_sym_TILDE] = ACTIONS(1876), - [anon_sym_DASH] = ACTIONS(1879), - [anon_sym_PLUS] = ACTIONS(1879), - [anon_sym_STAR] = ACTIONS(1882), - [anon_sym_AMP] = ACTIONS(1882), - [anon_sym_SEMI] = ACTIONS(2117), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1888), - [anon_sym_LBRACE] = ACTIONS(2120), - [anon_sym_if] = ACTIONS(2123), - [anon_sym_switch] = ACTIONS(2126), - [anon_sym_case] = ACTIONS(2129), - [anon_sym_default] = ACTIONS(2132), - [anon_sym_while] = ACTIONS(2135), - [anon_sym_do] = ACTIONS(2138), - [anon_sym_for] = ACTIONS(2141), - [anon_sym_return] = ACTIONS(2144), - [anon_sym_break] = ACTIONS(2147), - [anon_sym_continue] = ACTIONS(2150), - [anon_sym_goto] = ACTIONS(2153), - [anon_sym_DASH_DASH] = ACTIONS(1927), - [anon_sym_PLUS_PLUS] = ACTIONS(1927), - [anon_sym_sizeof] = ACTIONS(1930), - [anon_sym___alignof__] = ACTIONS(1933), - [anon_sym___alignof] = ACTIONS(1933), - [anon_sym__alignof] = ACTIONS(1933), - [anon_sym_alignof] = ACTIONS(1933), - [anon_sym__Alignof] = ACTIONS(1933), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1939), - [anon_sym_asm] = ACTIONS(1942), - [anon_sym___asm__] = ACTIONS(1942), - [sym_number_literal] = ACTIONS(1945), - [anon_sym_L_SQUOTE] = ACTIONS(1948), - [anon_sym_u_SQUOTE] = ACTIONS(1948), - [anon_sym_U_SQUOTE] = ACTIONS(1948), - [anon_sym_u8_SQUOTE] = ACTIONS(1948), - [anon_sym_SQUOTE] = ACTIONS(1948), - [anon_sym_L_DQUOTE] = ACTIONS(1951), - [anon_sym_u_DQUOTE] = ACTIONS(1951), - [anon_sym_U_DQUOTE] = ACTIONS(1951), - [anon_sym_u8_DQUOTE] = ACTIONS(1951), - [anon_sym_DQUOTE] = ACTIONS(1951), - [sym_true] = ACTIONS(1954), - [sym_false] = ACTIONS(1954), - [anon_sym_NULL] = ACTIONS(1957), - [anon_sym_nullptr] = ACTIONS(1957), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(492), + [sym_identifier] = ACTIONS(1982), + [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(209), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), + [anon_sym_LBRACE] = ACTIONS(219), + [anon_sym_if] = ACTIONS(221), + [anon_sym_switch] = ACTIONS(223), + [anon_sym_case] = ACTIONS(225), + [anon_sym_default] = ACTIONS(227), + [anon_sym_while] = ACTIONS(229), + [anon_sym_do] = ACTIONS(231), + [anon_sym_for] = ACTIONS(233), + [anon_sym_return] = ACTIONS(235), + [anon_sym_break] = ACTIONS(237), + [anon_sym_continue] = ACTIONS(239), + [anon_sym_goto] = ACTIONS(241), + [anon_sym_DASH_DASH] = ACTIONS(85), + [anon_sym_PLUS_PLUS] = ACTIONS(85), + [anon_sym_sizeof] = ACTIONS(87), + [anon_sym___alignof__] = ACTIONS(89), + [anon_sym___alignof] = ACTIONS(89), + [anon_sym__alignof] = ACTIONS(89), + [anon_sym_alignof] = ACTIONS(89), + [anon_sym__Alignof] = ACTIONS(89), + [anon_sym_offsetof] = ACTIONS(91), + [anon_sym__Generic] = ACTIONS(93), + [anon_sym_asm] = ACTIONS(95), + [anon_sym___asm__] = ACTIONS(95), + [sym_number_literal] = ACTIONS(169), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(171), + [sym_false] = ACTIONS(171), + [anon_sym_NULL] = ACTIONS(105), + [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, - [516] = { - [sym_attribute_declaration] = STATE(487), - [sym_compound_statement] = STATE(110), - [sym_attributed_statement] = STATE(110), - [sym_labeled_statement] = STATE(110), - [sym_expression_statement] = STATE(110), - [sym_if_statement] = STATE(110), - [sym_switch_statement] = STATE(110), - [sym_case_statement] = STATE(110), - [sym_while_statement] = STATE(110), - [sym_do_statement] = STATE(110), - [sym_for_statement] = STATE(110), - [sym_return_statement] = STATE(110), - [sym_break_statement] = STATE(110), - [sym_continue_statement] = STATE(110), - [sym_goto_statement] = STATE(110), - [sym__expression] = STATE(1081), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1811), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [515] = { + [sym_attribute_declaration] = STATE(492), + [sym_compound_statement] = STATE(180), + [sym_attributed_statement] = STATE(180), + [sym_labeled_statement] = STATE(180), + [sym_expression_statement] = STATE(180), + [sym_if_statement] = STATE(180), + [sym_switch_statement] = STATE(180), + [sym_case_statement] = STATE(180), + [sym_while_statement] = STATE(180), + [sym_do_statement] = STATE(180), + [sym_for_statement] = STATE(180), + [sym_return_statement] = STATE(180), + [sym_break_statement] = STATE(180), + [sym_continue_statement] = STATE(180), + [sym_goto_statement] = STATE(180), + [sym__expression] = STATE(1062), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1892), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(487), - [sym_identifier] = ACTIONS(1966), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(492), + [sym_identifier] = ACTIONS(1982), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -87917,20 +87820,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(135), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(145), - [anon_sym_if] = ACTIONS(147), - [anon_sym_switch] = ACTIONS(149), - [anon_sym_case] = ACTIONS(151), - [anon_sym_default] = ACTIONS(153), - [anon_sym_while] = ACTIONS(155), - [anon_sym_do] = ACTIONS(157), - [anon_sym_for] = ACTIONS(159), - [anon_sym_return] = ACTIONS(161), - [anon_sym_break] = ACTIONS(163), - [anon_sym_continue] = ACTIONS(165), - [anon_sym_goto] = ACTIONS(167), + [anon_sym_SEMI] = ACTIONS(209), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), + [anon_sym_LBRACE] = ACTIONS(219), + [anon_sym_if] = ACTIONS(221), + [anon_sym_switch] = ACTIONS(223), + [anon_sym_case] = ACTIONS(225), + [anon_sym_default] = ACTIONS(227), + [anon_sym_while] = ACTIONS(229), + [anon_sym_do] = ACTIONS(231), + [anon_sym_for] = ACTIONS(233), + [anon_sym_return] = ACTIONS(235), + [anon_sym_break] = ACTIONS(237), + [anon_sym_continue] = ACTIONS(239), + [anon_sym_goto] = ACTIONS(241), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -87960,48 +87863,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, - [517] = { - [sym_attribute_declaration] = STATE(488), - [sym_compound_statement] = STATE(311), - [sym_attributed_statement] = STATE(311), - [sym_labeled_statement] = STATE(311), - [sym_expression_statement] = STATE(311), - [sym_if_statement] = STATE(311), - [sym_switch_statement] = STATE(311), - [sym_case_statement] = STATE(311), - [sym_while_statement] = STATE(311), - [sym_do_statement] = STATE(311), - [sym_for_statement] = STATE(311), - [sym_return_statement] = STATE(311), - [sym_break_statement] = STATE(311), - [sym_continue_statement] = STATE(311), - [sym_goto_statement] = STATE(311), - [sym__expression] = STATE(1093), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1904), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [516] = { + [sym_attribute_declaration] = STATE(511), + [sym_compound_statement] = STATE(267), + [sym_attributed_statement] = STATE(267), + [sym_labeled_statement] = STATE(267), + [sym_expression_statement] = STATE(267), + [sym_if_statement] = STATE(267), + [sym_switch_statement] = STATE(267), + [sym_case_statement] = STATE(267), + [sym_while_statement] = STATE(267), + [sym_do_statement] = STATE(267), + [sym_for_statement] = STATE(267), + [sym_return_statement] = STATE(267), + [sym_break_statement] = STATE(267), + [sym_continue_statement] = STATE(267), + [sym_goto_statement] = STATE(267), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(488), - [sym_identifier] = ACTIONS(1964), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(511), + [sym_identifier] = ACTIONS(1992), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -88009,20 +87912,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(1204), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_if] = ACTIONS(63), - [anon_sym_switch] = ACTIONS(65), - [anon_sym_case] = ACTIONS(67), - [anon_sym_default] = ACTIONS(69), - [anon_sym_while] = ACTIONS(71), - [anon_sym_do] = ACTIONS(73), - [anon_sym_for] = ACTIONS(75), - [anon_sym_return] = ACTIONS(77), - [anon_sym_break] = ACTIONS(79), - [anon_sym_continue] = ACTIONS(81), - [anon_sym_goto] = ACTIONS(83), + [anon_sym_SEMI] = ACTIONS(521), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), + [anon_sym_LBRACE] = ACTIONS(531), + [anon_sym_if] = ACTIONS(535), + [anon_sym_switch] = ACTIONS(537), + [anon_sym_case] = ACTIONS(539), + [anon_sym_default] = ACTIONS(541), + [anon_sym_while] = ACTIONS(543), + [anon_sym_do] = ACTIONS(545), + [anon_sym_for] = ACTIONS(547), + [anon_sym_return] = ACTIONS(549), + [anon_sym_break] = ACTIONS(551), + [anon_sym_continue] = ACTIONS(553), + [anon_sym_goto] = ACTIONS(555), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -88052,48 +87955,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, - [518] = { - [sym_attribute_declaration] = STATE(487), - [sym_compound_statement] = STATE(108), - [sym_attributed_statement] = STATE(107), - [sym_labeled_statement] = STATE(106), - [sym_expression_statement] = STATE(103), - [sym_if_statement] = STATE(92), - [sym_switch_statement] = STATE(97), - [sym_case_statement] = STATE(98), - [sym_while_statement] = STATE(99), - [sym_do_statement] = STATE(100), - [sym_for_statement] = STATE(101), - [sym_return_statement] = STATE(102), - [sym_break_statement] = STATE(104), - [sym_continue_statement] = STATE(93), - [sym_goto_statement] = STATE(94), - [sym__expression] = STATE(1081), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1811), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [517] = { + [sym_attribute_declaration] = STATE(482), + [sym_compound_statement] = STATE(95), + [sym_attributed_statement] = STATE(95), + [sym_labeled_statement] = STATE(95), + [sym_expression_statement] = STATE(95), + [sym_if_statement] = STATE(95), + [sym_switch_statement] = STATE(95), + [sym_case_statement] = STATE(95), + [sym_while_statement] = STATE(95), + [sym_do_statement] = STATE(95), + [sym_for_statement] = STATE(95), + [sym_return_statement] = STATE(95), + [sym_break_statement] = STATE(95), + [sym_continue_statement] = STATE(95), + [sym_goto_statement] = STATE(95), + [sym__expression] = STATE(1069), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1922), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(487), - [sym_identifier] = ACTIONS(1966), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(482), + [sym_identifier] = ACTIONS(1994), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -88102,7 +88005,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(135), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), [anon_sym_LBRACE] = ACTIONS(145), [anon_sym_if] = ACTIONS(147), [anon_sym_switch] = ACTIONS(149), @@ -88144,48 +88047,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, - [519] = { - [sym_attribute_declaration] = STATE(517), - [sym_compound_statement] = STATE(209), - [sym_attributed_statement] = STATE(209), - [sym_labeled_statement] = STATE(209), - [sym_expression_statement] = STATE(209), - [sym_if_statement] = STATE(209), - [sym_switch_statement] = STATE(209), - [sym_case_statement] = STATE(209), - [sym_while_statement] = STATE(209), - [sym_do_statement] = STATE(209), - [sym_for_statement] = STATE(209), - [sym_return_statement] = STATE(209), - [sym_break_statement] = STATE(209), - [sym_continue_statement] = STATE(209), - [sym_goto_statement] = STATE(209), - [sym__expression] = STATE(1093), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1904), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [518] = { + [sym_attribute_declaration] = STATE(491), + [sym_compound_statement] = STATE(281), + [sym_attributed_statement] = STATE(281), + [sym_labeled_statement] = STATE(281), + [sym_expression_statement] = STATE(281), + [sym_if_statement] = STATE(281), + [sym_switch_statement] = STATE(281), + [sym_case_statement] = STATE(281), + [sym_while_statement] = STATE(281), + [sym_do_statement] = STATE(281), + [sym_for_statement] = STATE(281), + [sym_return_statement] = STATE(281), + [sym_break_statement] = STATE(281), + [sym_continue_statement] = STATE(281), + [sym_goto_statement] = STATE(281), + [sym__expression] = STATE(1088), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1970), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(517), - [sym_identifier] = ACTIONS(1964), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(491), + [sym_identifier] = ACTIONS(1996), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -88193,8 +88096,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(1204), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), + [anon_sym_SEMI] = ACTIONS(1216), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), [anon_sym_LBRACE] = ACTIONS(47), [anon_sym_if] = ACTIONS(63), [anon_sym_switch] = ACTIONS(65), @@ -88236,48 +88139,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, + [519] = { + [sym_attribute_declaration] = STATE(519), + [sym_compound_statement] = STATE(319), + [sym_attributed_statement] = STATE(319), + [sym_labeled_statement] = STATE(319), + [sym_expression_statement] = STATE(319), + [sym_if_statement] = STATE(319), + [sym_switch_statement] = STATE(319), + [sym_case_statement] = STATE(319), + [sym_while_statement] = STATE(319), + [sym_do_statement] = STATE(319), + [sym_for_statement] = STATE(319), + [sym_return_statement] = STATE(319), + [sym_break_statement] = STATE(319), + [sym_continue_statement] = STATE(319), + [sym_goto_statement] = STATE(319), + [sym__expression] = STATE(1109), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(2031), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), + [sym_pointer_expression] = STATE(917), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), + [sym_subscript_expression] = STATE(917), + [sym_call_expression] = STATE(917), + [sym_gnu_asm_expression] = STATE(897), + [sym_field_expression] = STATE(917), + [sym_compound_literal_expression] = STATE(897), + [sym_parenthesized_expression] = STATE(917), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(519), + [sym_identifier] = ACTIONS(2102), + [anon_sym_LPAREN2] = ACTIONS(1853), + [anon_sym_BANG] = ACTIONS(1856), + [anon_sym_TILDE] = ACTIONS(1856), + [anon_sym_DASH] = ACTIONS(1859), + [anon_sym_PLUS] = ACTIONS(1859), + [anon_sym_STAR] = ACTIONS(1862), + [anon_sym_AMP] = ACTIONS(1862), + [anon_sym_SEMI] = ACTIONS(2105), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1868), + [anon_sym_LBRACE] = ACTIONS(2108), + [anon_sym_if] = ACTIONS(2111), + [anon_sym_switch] = ACTIONS(2114), + [anon_sym_case] = ACTIONS(2117), + [anon_sym_default] = ACTIONS(2120), + [anon_sym_while] = ACTIONS(2123), + [anon_sym_do] = ACTIONS(2126), + [anon_sym_for] = ACTIONS(2129), + [anon_sym_return] = ACTIONS(2132), + [anon_sym_break] = ACTIONS(2135), + [anon_sym_continue] = ACTIONS(2138), + [anon_sym_goto] = ACTIONS(2141), + [anon_sym_DASH_DASH] = ACTIONS(1907), + [anon_sym_PLUS_PLUS] = ACTIONS(1907), + [anon_sym_sizeof] = ACTIONS(1910), + [anon_sym___alignof__] = ACTIONS(1913), + [anon_sym___alignof] = ACTIONS(1913), + [anon_sym__alignof] = ACTIONS(1913), + [anon_sym_alignof] = ACTIONS(1913), + [anon_sym__Alignof] = ACTIONS(1913), + [anon_sym_offsetof] = ACTIONS(1916), + [anon_sym__Generic] = ACTIONS(1919), + [anon_sym_asm] = ACTIONS(1922), + [anon_sym___asm__] = ACTIONS(1922), + [sym_number_literal] = ACTIONS(1925), + [anon_sym_L_SQUOTE] = ACTIONS(1928), + [anon_sym_u_SQUOTE] = ACTIONS(1928), + [anon_sym_U_SQUOTE] = ACTIONS(1928), + [anon_sym_u8_SQUOTE] = ACTIONS(1928), + [anon_sym_SQUOTE] = ACTIONS(1928), + [anon_sym_L_DQUOTE] = ACTIONS(1931), + [anon_sym_u_DQUOTE] = ACTIONS(1931), + [anon_sym_U_DQUOTE] = ACTIONS(1931), + [anon_sym_u8_DQUOTE] = ACTIONS(1931), + [anon_sym_DQUOTE] = ACTIONS(1931), + [sym_true] = ACTIONS(1934), + [sym_false] = ACTIONS(1934), + [anon_sym_NULL] = ACTIONS(1937), + [anon_sym_nullptr] = ACTIONS(1937), + [sym_comment] = ACTIONS(3), + }, [520] = { - [sym_attribute_declaration] = STATE(481), - [sym_compound_statement] = STATE(305), - [sym_attributed_statement] = STATE(305), - [sym_labeled_statement] = STATE(305), - [sym_expression_statement] = STATE(305), - [sym_if_statement] = STATE(305), - [sym_switch_statement] = STATE(305), - [sym_case_statement] = STATE(305), - [sym_while_statement] = STATE(305), - [sym_do_statement] = STATE(305), - [sym_for_statement] = STATE(305), - [sym_return_statement] = STATE(305), - [sym_break_statement] = STATE(305), - [sym_continue_statement] = STATE(305), - [sym_goto_statement] = STATE(305), - [sym__expression] = STATE(1096), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2001), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym_attribute_declaration] = STATE(510), + [sym_compound_statement] = STATE(2009), + [sym_attributed_statement] = STATE(2009), + [sym_labeled_statement] = STATE(2009), + [sym_expression_statement] = STATE(2009), + [sym_if_statement] = STATE(2009), + [sym_switch_statement] = STATE(2009), + [sym_case_statement] = STATE(2009), + [sym_while_statement] = STATE(2009), + [sym_do_statement] = STATE(2009), + [sym_for_statement] = STATE(2009), + [sym_return_statement] = STATE(2009), + [sym_break_statement] = STATE(2009), + [sym_continue_statement] = STATE(2009), + [sym_goto_statement] = STATE(2009), + [sym__expression] = STATE(1061), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1999), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(481), - [sym_identifier] = ACTIONS(1960), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(510), + [sym_identifier] = ACTIONS(1986), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -88286,19 +88281,19 @@ 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(521), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(531), - [anon_sym_if] = ACTIONS(535), - [anon_sym_switch] = ACTIONS(537), - [anon_sym_case] = ACTIONS(539), - [anon_sym_default] = ACTIONS(541), - [anon_sym_while] = ACTIONS(543), - [anon_sym_do] = ACTIONS(545), - [anon_sym_for] = ACTIONS(547), - [anon_sym_return] = ACTIONS(549), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(553), - [anon_sym_goto] = ACTIONS(555), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_if] = ACTIONS(1316), + [anon_sym_switch] = ACTIONS(65), + [anon_sym_case] = ACTIONS(1988), + [anon_sym_default] = ACTIONS(1990), + [anon_sym_while] = ACTIONS(1318), + [anon_sym_do] = ACTIONS(73), + [anon_sym_for] = ACTIONS(1320), + [anon_sym_return] = ACTIONS(77), + [anon_sym_break] = ACTIONS(79), + [anon_sym_continue] = ACTIONS(81), + [anon_sym_goto] = ACTIONS(83), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -88329,47 +88324,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [521] = { - [sym_attribute_declaration] = STATE(517), - [sym_compound_statement] = STATE(337), - [sym_attributed_statement] = STATE(337), - [sym_labeled_statement] = STATE(337), - [sym_expression_statement] = STATE(337), - [sym_if_statement] = STATE(337), - [sym_switch_statement] = STATE(337), - [sym_case_statement] = STATE(337), - [sym_while_statement] = STATE(337), - [sym_do_statement] = STATE(337), - [sym_for_statement] = STATE(337), - [sym_return_statement] = STATE(337), - [sym_break_statement] = STATE(337), - [sym_continue_statement] = STATE(337), - [sym_goto_statement] = STATE(337), - [sym__expression] = STATE(1093), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(1904), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym_attribute_declaration] = STATE(482), + [sym_compound_statement] = STATE(127), + [sym_attributed_statement] = STATE(127), + [sym_labeled_statement] = STATE(127), + [sym_expression_statement] = STATE(127), + [sym_if_statement] = STATE(127), + [sym_switch_statement] = STATE(127), + [sym_case_statement] = STATE(127), + [sym_while_statement] = STATE(127), + [sym_do_statement] = STATE(127), + [sym_for_statement] = STATE(127), + [sym_return_statement] = STATE(127), + [sym_break_statement] = STATE(127), + [sym_continue_statement] = STATE(127), + [sym_goto_statement] = STATE(127), + [sym__expression] = STATE(1069), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(1922), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_attributed_declarator_repeat1] = STATE(517), - [sym_identifier] = ACTIONS(1964), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_attributed_declarator_repeat1] = STATE(482), + [sym_identifier] = ACTIONS(1994), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -88377,20 +88372,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(1204), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_if] = ACTIONS(63), - [anon_sym_switch] = ACTIONS(65), - [anon_sym_case] = ACTIONS(67), - [anon_sym_default] = ACTIONS(69), - [anon_sym_while] = ACTIONS(71), - [anon_sym_do] = ACTIONS(73), - [anon_sym_for] = ACTIONS(75), - [anon_sym_return] = ACTIONS(77), - [anon_sym_break] = ACTIONS(79), - [anon_sym_continue] = ACTIONS(81), - [anon_sym_goto] = ACTIONS(83), + [anon_sym_SEMI] = ACTIONS(135), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1984), + [anon_sym_LBRACE] = ACTIONS(145), + [anon_sym_if] = ACTIONS(147), + [anon_sym_switch] = ACTIONS(149), + [anon_sym_case] = ACTIONS(151), + [anon_sym_default] = ACTIONS(153), + [anon_sym_while] = ACTIONS(155), + [anon_sym_do] = ACTIONS(157), + [anon_sym_for] = ACTIONS(159), + [anon_sym_return] = ACTIONS(161), + [anon_sym_break] = ACTIONS(163), + [anon_sym_continue] = ACTIONS(165), + [anon_sym_goto] = ACTIONS(167), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -88422,71 +88417,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [522] = { [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1210), + [sym__declaration_specifiers] = STATE(1242), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), - [sym_ms_based_modifier] = STATE(1979), - [sym__declarator] = STATE(1485), - [sym__abstract_declarator] = STATE(1585), - [sym_parenthesized_declarator] = STATE(1414), - [sym_abstract_parenthesized_declarator] = STATE(1516), - [sym_attributed_declarator] = STATE(1414), - [sym_pointer_declarator] = STATE(1414), - [sym_abstract_pointer_declarator] = STATE(1516), - [sym_function_declarator] = STATE(1414), - [sym_abstract_function_declarator] = STATE(1516), - [sym_array_declarator] = STATE(1414), - [sym_abstract_array_declarator] = STATE(1516), + [sym_ms_based_modifier] = STATE(1977), + [sym__declarator] = STATE(1489), + [sym__abstract_declarator] = STATE(1578), + [sym_parenthesized_declarator] = STATE(1411), + [sym_abstract_parenthesized_declarator] = STATE(1525), + [sym_attributed_declarator] = STATE(1411), + [sym_pointer_declarator] = STATE(1411), + [sym_abstract_pointer_declarator] = STATE(1525), + [sym_function_declarator] = STATE(1411), + [sym_abstract_function_declarator] = STATE(1525), + [sym_array_declarator] = STATE(1411), + [sym_abstract_array_declarator] = STATE(1525), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_variadic_parameter] = STATE(1605), - [sym_parameter_list] = STATE(1515), - [sym_parameter_declaration] = STATE(1605), - [sym_macro_type_specifier] = STATE(1000), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_variadic_parameter] = STATE(1610), + [sym_parameter_list] = STATE(1511), + [sym_parameter_declaration] = STATE(1610), + [sym_macro_type_specifier] = STATE(997), [sym_layout_specification] = STATE(674), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [aux_sym_parameter_declaration_repeat1] = STATE(674), - [sym_identifier] = ACTIONS(2156), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2158), - [anon_sym_RPAREN] = ACTIONS(2160), - [anon_sym_LPAREN2] = ACTIONS(2162), - [anon_sym_STAR] = ACTIONS(2164), - [anon_sym_precise] = ACTIONS(2166), - [anon_sym_in] = ACTIONS(2166), - [anon_sym_out] = ACTIONS(2166), - [anon_sym_inout] = ACTIONS(2166), - [anon_sym_uniform] = ACTIONS(2166), - [anon_sym_shared] = ACTIONS(2166), - [anon_sym_attribute] = ACTIONS(2166), - [anon_sym_varying] = ACTIONS(2166), - [anon_sym_buffer] = ACTIONS(2166), - [anon_sym_coherent] = ACTIONS(2166), - [anon_sym_readonly] = ACTIONS(2166), - [anon_sym_writeonly] = ACTIONS(2166), - [anon_sym_centroid] = ACTIONS(2166), - [anon_sym_sample] = ACTIONS(2166), - [anon_sym_patch] = ACTIONS(2166), - [anon_sym_smooth] = ACTIONS(2166), - [anon_sym_flat] = ACTIONS(2166), - [anon_sym_noperspective] = ACTIONS(2166), + [sym_identifier] = ACTIONS(2144), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2146), + [anon_sym_RPAREN] = ACTIONS(2148), + [anon_sym_LPAREN2] = ACTIONS(2150), + [anon_sym_STAR] = ACTIONS(2152), + [anon_sym_precise] = ACTIONS(2154), + [anon_sym_in] = ACTIONS(2154), + [anon_sym_out] = ACTIONS(2154), + [anon_sym_inout] = ACTIONS(2154), + [anon_sym_uniform] = ACTIONS(2154), + [anon_sym_shared] = ACTIONS(2154), + [anon_sym_attribute] = ACTIONS(2154), + [anon_sym_varying] = ACTIONS(2154), + [anon_sym_buffer] = ACTIONS(2154), + [anon_sym_coherent] = ACTIONS(2154), + [anon_sym_readonly] = ACTIONS(2154), + [anon_sym_writeonly] = ACTIONS(2154), + [anon_sym_centroid] = ACTIONS(2154), + [anon_sym_sample] = ACTIONS(2154), + [anon_sym_patch] = ACTIONS(2154), + [anon_sym_smooth] = ACTIONS(2154), + [anon_sym_flat] = ACTIONS(2154), + [anon_sym_noperspective] = ACTIONS(2154), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(1342), [anon_sym___declspec] = ACTIONS(43), - [anon_sym___based] = ACTIONS(2168), + [anon_sym___based] = ACTIONS(2156), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), [anon_sym_short] = ACTIONS(49), - [anon_sym_LBRACK] = ACTIONS(2170), + [anon_sym_LBRACK] = ACTIONS(2158), [anon_sym_static] = ACTIONS(51), [anon_sym_auto] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -88509,222 +88504,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(59), [anon_sym_union] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [anon_sym_layout] = ACTIONS(2172), + [anon_sym_layout] = ACTIONS(2160), }, [523] = { - [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1308), - [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(870), - [sym_ms_declspec_modifier] = STATE(870), - [sym_storage_class_specifier] = STATE(870), - [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(640), - [sym_layout_specification] = STATE(640), - [aux_sym_declaration_repeat1] = STATE(640), - [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [sym_identifier] = ACTIONS(1572), - [anon_sym_subroutine] = ACTIONS(2174), - [anon_sym_invariant] = ACTIONS(2174), - [anon_sym_precise] = ACTIONS(2174), - [anon_sym_in] = ACTIONS(2174), - [anon_sym_out] = ACTIONS(2174), - [anon_sym_inout] = ACTIONS(2174), - [anon_sym_uniform] = ACTIONS(2174), - [anon_sym_shared] = ACTIONS(2174), - [anon_sym_attribute] = ACTIONS(2174), - [anon_sym_varying] = ACTIONS(2174), - [anon_sym_buffer] = ACTIONS(2174), - [anon_sym_coherent] = ACTIONS(2174), - [anon_sym_readonly] = ACTIONS(2174), - [anon_sym_writeonly] = ACTIONS(2174), - [anon_sym_precision] = ACTIONS(2174), - [anon_sym_highp] = ACTIONS(2174), - [anon_sym_mediump] = ACTIONS(2174), - [anon_sym_lowp] = ACTIONS(2174), - [anon_sym_centroid] = ACTIONS(2174), - [anon_sym_sample] = ACTIONS(2174), - [anon_sym_patch] = ACTIONS(2174), - [anon_sym_smooth] = ACTIONS(2174), - [anon_sym_flat] = ACTIONS(2174), - [anon_sym_noperspective] = ACTIONS(2174), - [anon_sym___extension__] = ACTIONS(53), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1342), - [anon_sym___declspec] = ACTIONS(43), - [anon_sym_signed] = ACTIONS(49), - [anon_sym_unsigned] = ACTIONS(49), - [anon_sym_long] = ACTIONS(49), - [anon_sym_short] = ACTIONS(49), - [anon_sym_static] = ACTIONS(51), - [anon_sym_auto] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym___inline] = ACTIONS(51), - [anon_sym___inline__] = ACTIONS(51), - [anon_sym___forceinline] = ACTIONS(51), - [anon_sym_thread_local] = ACTIONS(51), - [anon_sym___thread] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym___restrict__] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym__Noreturn] = ACTIONS(53), - [anon_sym_noreturn] = ACTIONS(53), - [sym_primitive_type] = ACTIONS(55), - [anon_sym_enum] = ACTIONS(57), - [anon_sym_struct] = ACTIONS(59), - [anon_sym_union] = ACTIONS(61), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(107), - [anon_sym_rayPayloadInEXT] = ACTIONS(107), - [anon_sym_hitAttributeEXT] = ACTIONS(107), - [anon_sym_callableDataEXT] = ACTIONS(107), - [anon_sym_callableDataInEXT] = ACTIONS(107), - [anon_sym_shaderRecordEXT] = ACTIONS(107), - [anon_sym_rayPayloadNV] = ACTIONS(107), - [anon_sym_rayPayloadInNV] = ACTIONS(107), - [anon_sym_hitAttributeNV] = ACTIONS(107), - [anon_sym_callableDataNV] = ACTIONS(107), - [anon_sym_callableDataInNV] = ACTIONS(107), - [anon_sym_shaderRecordNV] = ACTIONS(107), - [anon_sym_layout] = ACTIONS(109), - }, - [524] = { - [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1321), - [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(870), - [sym_ms_declspec_modifier] = STATE(870), - [sym_storage_class_specifier] = STATE(870), - [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(640), - [sym_layout_specification] = STATE(640), - [aux_sym_declaration_repeat1] = STATE(640), - [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [sym_identifier] = ACTIONS(2176), - [anon_sym_subroutine] = ACTIONS(2174), - [anon_sym_invariant] = ACTIONS(2174), - [anon_sym_precise] = ACTIONS(2174), - [anon_sym_in] = ACTIONS(2174), - [anon_sym_out] = ACTIONS(2174), - [anon_sym_inout] = ACTIONS(2174), - [anon_sym_uniform] = ACTIONS(2174), - [anon_sym_shared] = ACTIONS(2174), - [anon_sym_attribute] = ACTIONS(2174), - [anon_sym_varying] = ACTIONS(2174), - [anon_sym_buffer] = ACTIONS(2174), - [anon_sym_coherent] = ACTIONS(2174), - [anon_sym_readonly] = ACTIONS(2174), - [anon_sym_writeonly] = ACTIONS(2174), - [anon_sym_precision] = ACTIONS(2174), - [anon_sym_highp] = ACTIONS(2174), - [anon_sym_mediump] = ACTIONS(2174), - [anon_sym_lowp] = ACTIONS(2174), - [anon_sym_centroid] = ACTIONS(2174), - [anon_sym_sample] = ACTIONS(2174), - [anon_sym_patch] = ACTIONS(2174), - [anon_sym_smooth] = ACTIONS(2174), - [anon_sym_flat] = ACTIONS(2174), - [anon_sym_noperspective] = ACTIONS(2174), - [anon_sym___extension__] = ACTIONS(53), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1342), - [anon_sym___declspec] = ACTIONS(43), - [anon_sym_signed] = ACTIONS(49), - [anon_sym_unsigned] = ACTIONS(49), - [anon_sym_long] = ACTIONS(49), - [anon_sym_short] = ACTIONS(49), - [anon_sym_static] = ACTIONS(51), - [anon_sym_auto] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym___inline] = ACTIONS(51), - [anon_sym___inline__] = ACTIONS(51), - [anon_sym___forceinline] = ACTIONS(51), - [anon_sym_thread_local] = ACTIONS(51), - [anon_sym___thread] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym___restrict__] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym__Noreturn] = ACTIONS(53), - [anon_sym_noreturn] = ACTIONS(53), - [sym_primitive_type] = ACTIONS(55), - [anon_sym_enum] = ACTIONS(57), - [anon_sym_struct] = ACTIONS(59), - [anon_sym_union] = ACTIONS(61), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(107), - [anon_sym_rayPayloadInEXT] = ACTIONS(107), - [anon_sym_hitAttributeEXT] = ACTIONS(107), - [anon_sym_callableDataEXT] = ACTIONS(107), - [anon_sym_callableDataInEXT] = ACTIONS(107), - [anon_sym_shaderRecordEXT] = ACTIONS(107), - [anon_sym_rayPayloadNV] = ACTIONS(107), - [anon_sym_rayPayloadInNV] = ACTIONS(107), - [anon_sym_hitAttributeNV] = ACTIONS(107), - [anon_sym_callableDataNV] = ACTIONS(107), - [anon_sym_callableDataInNV] = ACTIONS(107), - [anon_sym_shaderRecordNV] = ACTIONS(107), - [anon_sym_layout] = ACTIONS(109), - }, - [525] = { - [sym_type_qualifier] = STATE(1126), - [sym__type_specifier] = STATE(1175), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym__expression] = STATE(1112), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2010), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym_type_qualifier] = STATE(1143), + [sym__type_specifier] = STATE(1172), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym__expression] = STATE(1097), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(2008), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_type_descriptor] = STATE(1822), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_type_descriptor] = STATE(1789), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [aux_sym__type_definition_type_repeat1] = STATE(1126), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [aux_sym__type_definition_type_repeat1] = STATE(1143), [aux_sym_sized_type_specifier_repeat1] = STATE(1181), - [sym_identifier] = ACTIONS(2178), + [sym_identifier] = ACTIONS(2162), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -88733,10 +88550,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym___extension__] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(2180), - [anon_sym_unsigned] = ACTIONS(2180), - [anon_sym_long] = ACTIONS(2180), - [anon_sym_short] = ACTIONS(2180), + [anon_sym_signed] = ACTIONS(2164), + [anon_sym_unsigned] = ACTIONS(2164), + [anon_sym_long] = ACTIONS(2164), + [anon_sym_short] = ACTIONS(2164), [anon_sym_const] = ACTIONS(53), [anon_sym_constexpr] = ACTIONS(53), [anon_sym_volatile] = ACTIONS(53), @@ -88746,7 +88563,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), [sym_primitive_type] = ACTIONS(55), - [anon_sym_enum] = ACTIONS(2182), + [anon_sym_enum] = ACTIONS(2166), [anon_sym_struct] = ACTIONS(59), [anon_sym_union] = ACTIONS(61), [anon_sym_DASH_DASH] = ACTIONS(85), @@ -88778,42 +88595,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, - [526] = { - [sym_type_qualifier] = STATE(1126), - [sym__type_specifier] = STATE(1175), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym__expression] = STATE(1112), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2010), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [524] = { + [sym_type_qualifier] = STATE(1143), + [sym__type_specifier] = STATE(1172), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym__expression] = STATE(1097), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(2008), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_type_descriptor] = STATE(1971), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_type_descriptor] = STATE(1828), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [aux_sym__type_definition_type_repeat1] = STATE(1126), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [aux_sym__type_definition_type_repeat1] = STATE(1143), [aux_sym_sized_type_specifier_repeat1] = STATE(1181), - [sym_identifier] = ACTIONS(2178), + [sym_identifier] = ACTIONS(2162), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -88822,10 +88639,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym___extension__] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(2180), - [anon_sym_unsigned] = ACTIONS(2180), - [anon_sym_long] = ACTIONS(2180), - [anon_sym_short] = ACTIONS(2180), + [anon_sym_signed] = ACTIONS(2164), + [anon_sym_unsigned] = ACTIONS(2164), + [anon_sym_long] = ACTIONS(2164), + [anon_sym_short] = ACTIONS(2164), [anon_sym_const] = ACTIONS(53), [anon_sym_constexpr] = ACTIONS(53), [anon_sym_volatile] = ACTIONS(53), @@ -88835,7 +88652,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), [sym_primitive_type] = ACTIONS(55), - [anon_sym_enum] = ACTIONS(2182), + [anon_sym_enum] = ACTIONS(2166), [anon_sym_struct] = ACTIONS(59), [anon_sym_union] = ACTIONS(61), [anon_sym_DASH_DASH] = ACTIONS(85), @@ -88867,42 +88684,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, - [527] = { - [sym_type_qualifier] = STATE(1126), - [sym__type_specifier] = STATE(1175), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym__expression] = STATE(1112), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2010), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [525] = { + [sym_type_qualifier] = STATE(1143), + [sym__type_specifier] = STATE(1172), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym__expression] = STATE(1097), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(2008), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_type_descriptor] = STATE(2009), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_type_descriptor] = STATE(1862), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [aux_sym__type_definition_type_repeat1] = STATE(1126), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [aux_sym__type_definition_type_repeat1] = STATE(1143), [aux_sym_sized_type_specifier_repeat1] = STATE(1181), - [sym_identifier] = ACTIONS(2178), + [sym_identifier] = ACTIONS(2162), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -88911,10 +88728,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym___extension__] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(2180), - [anon_sym_unsigned] = ACTIONS(2180), - [anon_sym_long] = ACTIONS(2180), - [anon_sym_short] = ACTIONS(2180), + [anon_sym_signed] = ACTIONS(2164), + [anon_sym_unsigned] = ACTIONS(2164), + [anon_sym_long] = ACTIONS(2164), + [anon_sym_short] = ACTIONS(2164), [anon_sym_const] = ACTIONS(53), [anon_sym_constexpr] = ACTIONS(53), [anon_sym_volatile] = ACTIONS(53), @@ -88924,7 +88741,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), [sym_primitive_type] = ACTIONS(55), - [anon_sym_enum] = ACTIONS(2182), + [anon_sym_enum] = ACTIONS(2166), [anon_sym_struct] = ACTIONS(59), [anon_sym_union] = ACTIONS(61), [anon_sym_DASH_DASH] = ACTIONS(85), @@ -88956,42 +88773,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, - [528] = { - [sym_type_qualifier] = STATE(1126), - [sym__type_specifier] = STATE(1175), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym__expression] = STATE(1112), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2010), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [526] = { + [sym_type_qualifier] = STATE(1143), + [sym__type_specifier] = STATE(1172), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym__expression] = STATE(1097), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(2008), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_type_descriptor] = STATE(2053), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_type_descriptor] = STATE(1809), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [aux_sym__type_definition_type_repeat1] = STATE(1126), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [aux_sym__type_definition_type_repeat1] = STATE(1143), [aux_sym_sized_type_specifier_repeat1] = STATE(1181), - [sym_identifier] = ACTIONS(2178), + [sym_identifier] = ACTIONS(2162), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -89000,10 +88817,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym___extension__] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(2180), - [anon_sym_unsigned] = ACTIONS(2180), - [anon_sym_long] = ACTIONS(2180), - [anon_sym_short] = ACTIONS(2180), + [anon_sym_signed] = ACTIONS(2164), + [anon_sym_unsigned] = ACTIONS(2164), + [anon_sym_long] = ACTIONS(2164), + [anon_sym_short] = ACTIONS(2164), [anon_sym_const] = ACTIONS(53), [anon_sym_constexpr] = ACTIONS(53), [anon_sym_volatile] = ACTIONS(53), @@ -89013,7 +88830,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), [sym_primitive_type] = ACTIONS(55), - [anon_sym_enum] = ACTIONS(2182), + [anon_sym_enum] = ACTIONS(2166), [anon_sym_struct] = ACTIONS(59), [anon_sym_union] = ACTIONS(61), [anon_sym_DASH_DASH] = ACTIONS(85), @@ -89045,42 +88862,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, - [529] = { - [sym_type_qualifier] = STATE(1126), - [sym__type_specifier] = STATE(1175), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym__expression] = STATE(1112), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2010), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [527] = { + [sym_type_qualifier] = STATE(1143), + [sym__type_specifier] = STATE(1172), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym__expression] = STATE(1097), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(2008), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_type_descriptor] = STATE(1830), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_type_descriptor] = STATE(1875), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [aux_sym__type_definition_type_repeat1] = STATE(1126), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [aux_sym__type_definition_type_repeat1] = STATE(1143), [aux_sym_sized_type_specifier_repeat1] = STATE(1181), - [sym_identifier] = ACTIONS(2178), + [sym_identifier] = ACTIONS(2162), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -89089,10 +88906,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym___extension__] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(2180), - [anon_sym_unsigned] = ACTIONS(2180), - [anon_sym_long] = ACTIONS(2180), - [anon_sym_short] = ACTIONS(2180), + [anon_sym_signed] = ACTIONS(2164), + [anon_sym_unsigned] = ACTIONS(2164), + [anon_sym_long] = ACTIONS(2164), + [anon_sym_short] = ACTIONS(2164), [anon_sym_const] = ACTIONS(53), [anon_sym_constexpr] = ACTIONS(53), [anon_sym_volatile] = ACTIONS(53), @@ -89102,7 +88919,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), [sym_primitive_type] = ACTIONS(55), - [anon_sym_enum] = ACTIONS(2182), + [anon_sym_enum] = ACTIONS(2166), [anon_sym_struct] = ACTIONS(59), [anon_sym_union] = ACTIONS(61), [anon_sym_DASH_DASH] = ACTIONS(85), @@ -89134,7 +88951,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, - [530] = { + [528] = { + [sym__declaration_modifiers] = STATE(870), + [sym__declaration_specifiers] = STATE(1320), + [sym_attribute_specifier] = STATE(870), + [sym_attribute_declaration] = STATE(870), + [sym_ms_declspec_modifier] = STATE(870), + [sym_storage_class_specifier] = STATE(870), + [sym_type_qualifier] = STATE(870), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(648), + [sym_layout_specification] = STATE(648), + [aux_sym_declaration_repeat1] = STATE(648), + [aux_sym__declaration_specifiers_repeat1] = STATE(870), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [sym_identifier] = ACTIONS(2168), + [anon_sym_subroutine] = ACTIONS(2170), + [anon_sym_invariant] = ACTIONS(2170), + [anon_sym_precise] = ACTIONS(2170), + [anon_sym_in] = ACTIONS(2170), + [anon_sym_out] = ACTIONS(2170), + [anon_sym_inout] = ACTIONS(2170), + [anon_sym_uniform] = ACTIONS(2170), + [anon_sym_shared] = ACTIONS(2170), + [anon_sym_attribute] = ACTIONS(2170), + [anon_sym_varying] = ACTIONS(2170), + [anon_sym_buffer] = ACTIONS(2170), + [anon_sym_coherent] = ACTIONS(2170), + [anon_sym_readonly] = ACTIONS(2170), + [anon_sym_writeonly] = ACTIONS(2170), + [anon_sym_precision] = ACTIONS(2170), + [anon_sym_highp] = ACTIONS(2170), + [anon_sym_mediump] = ACTIONS(2170), + [anon_sym_lowp] = ACTIONS(2170), + [anon_sym_centroid] = ACTIONS(2170), + [anon_sym_sample] = ACTIONS(2170), + [anon_sym_patch] = ACTIONS(2170), + [anon_sym_smooth] = ACTIONS(2170), + [anon_sym_flat] = ACTIONS(2170), + [anon_sym_noperspective] = ACTIONS(2170), + [anon_sym___extension__] = ACTIONS(53), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1342), + [anon_sym___declspec] = ACTIONS(43), + [anon_sym_signed] = ACTIONS(49), + [anon_sym_unsigned] = ACTIONS(49), + [anon_sym_long] = ACTIONS(49), + [anon_sym_short] = ACTIONS(49), + [anon_sym_static] = ACTIONS(51), + [anon_sym_auto] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym___inline] = ACTIONS(51), + [anon_sym___inline__] = ACTIONS(51), + [anon_sym___forceinline] = ACTIONS(51), + [anon_sym_thread_local] = ACTIONS(51), + [anon_sym___thread] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym___restrict__] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym__Noreturn] = ACTIONS(53), + [anon_sym_noreturn] = ACTIONS(53), + [sym_primitive_type] = ACTIONS(55), + [anon_sym_enum] = ACTIONS(57), + [anon_sym_struct] = ACTIONS(59), + [anon_sym_union] = ACTIONS(61), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(107), + [anon_sym_rayPayloadInEXT] = ACTIONS(107), + [anon_sym_hitAttributeEXT] = ACTIONS(107), + [anon_sym_callableDataEXT] = ACTIONS(107), + [anon_sym_callableDataInEXT] = ACTIONS(107), + [anon_sym_shaderRecordEXT] = ACTIONS(107), + [anon_sym_rayPayloadNV] = ACTIONS(107), + [anon_sym_rayPayloadInNV] = ACTIONS(107), + [anon_sym_hitAttributeNV] = ACTIONS(107), + [anon_sym_callableDataNV] = ACTIONS(107), + [anon_sym_callableDataInNV] = ACTIONS(107), + [anon_sym_shaderRecordNV] = ACTIONS(107), + [anon_sym_layout] = ACTIONS(109), + }, + [529] = { [sym__declaration_modifiers] = STATE(870), [sym__declaration_specifiers] = STATE(1331), [sym_attribute_specifier] = STATE(870), @@ -89142,42 +89048,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(640), - [sym_layout_specification] = STATE(640), - [aux_sym_declaration_repeat1] = STATE(640), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(648), + [sym_layout_specification] = STATE(648), + [aux_sym_declaration_repeat1] = STATE(648), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [sym_identifier] = ACTIONS(2184), - [anon_sym_subroutine] = ACTIONS(2174), - [anon_sym_invariant] = ACTIONS(2174), - [anon_sym_precise] = ACTIONS(2174), - [anon_sym_in] = ACTIONS(2174), - [anon_sym_out] = ACTIONS(2174), - [anon_sym_inout] = ACTIONS(2174), - [anon_sym_uniform] = ACTIONS(2174), - [anon_sym_shared] = ACTIONS(2174), - [anon_sym_attribute] = ACTIONS(2174), - [anon_sym_varying] = ACTIONS(2174), - [anon_sym_buffer] = ACTIONS(2174), - [anon_sym_coherent] = ACTIONS(2174), - [anon_sym_readonly] = ACTIONS(2174), - [anon_sym_writeonly] = ACTIONS(2174), - [anon_sym_precision] = ACTIONS(2174), - [anon_sym_highp] = ACTIONS(2174), - [anon_sym_mediump] = ACTIONS(2174), - [anon_sym_lowp] = ACTIONS(2174), - [anon_sym_centroid] = ACTIONS(2174), - [anon_sym_sample] = ACTIONS(2174), - [anon_sym_patch] = ACTIONS(2174), - [anon_sym_smooth] = ACTIONS(2174), - [anon_sym_flat] = ACTIONS(2174), - [anon_sym_noperspective] = ACTIONS(2174), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [sym_identifier] = ACTIONS(2172), + [anon_sym_subroutine] = ACTIONS(2170), + [anon_sym_invariant] = ACTIONS(2170), + [anon_sym_precise] = ACTIONS(2170), + [anon_sym_in] = ACTIONS(2170), + [anon_sym_out] = ACTIONS(2170), + [anon_sym_inout] = ACTIONS(2170), + [anon_sym_uniform] = ACTIONS(2170), + [anon_sym_shared] = ACTIONS(2170), + [anon_sym_attribute] = ACTIONS(2170), + [anon_sym_varying] = ACTIONS(2170), + [anon_sym_buffer] = ACTIONS(2170), + [anon_sym_coherent] = ACTIONS(2170), + [anon_sym_readonly] = ACTIONS(2170), + [anon_sym_writeonly] = ACTIONS(2170), + [anon_sym_precision] = ACTIONS(2170), + [anon_sym_highp] = ACTIONS(2170), + [anon_sym_mediump] = ACTIONS(2170), + [anon_sym_lowp] = ACTIONS(2170), + [anon_sym_centroid] = ACTIONS(2170), + [anon_sym_sample] = ACTIONS(2170), + [anon_sym_patch] = ACTIONS(2170), + [anon_sym_smooth] = ACTIONS(2170), + [anon_sym_flat] = ACTIONS(2170), + [anon_sym_noperspective] = ACTIONS(2170), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), @@ -89223,50 +89129,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(107), [anon_sym_layout] = ACTIONS(109), }, - [531] = { + [530] = { [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1336), + [sym__declaration_specifiers] = STATE(1298), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(640), - [sym_layout_specification] = STATE(640), - [aux_sym_declaration_repeat1] = STATE(640), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(648), + [sym_layout_specification] = STATE(648), + [aux_sym_declaration_repeat1] = STATE(648), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [sym_identifier] = ACTIONS(2186), - [anon_sym_subroutine] = ACTIONS(2174), - [anon_sym_invariant] = ACTIONS(2174), - [anon_sym_precise] = ACTIONS(2174), - [anon_sym_in] = ACTIONS(2174), - [anon_sym_out] = ACTIONS(2174), - [anon_sym_inout] = ACTIONS(2174), - [anon_sym_uniform] = ACTIONS(2174), - [anon_sym_shared] = ACTIONS(2174), - [anon_sym_attribute] = ACTIONS(2174), - [anon_sym_varying] = ACTIONS(2174), - [anon_sym_buffer] = ACTIONS(2174), - [anon_sym_coherent] = ACTIONS(2174), - [anon_sym_readonly] = ACTIONS(2174), - [anon_sym_writeonly] = ACTIONS(2174), - [anon_sym_precision] = ACTIONS(2174), - [anon_sym_highp] = ACTIONS(2174), - [anon_sym_mediump] = ACTIONS(2174), - [anon_sym_lowp] = ACTIONS(2174), - [anon_sym_centroid] = ACTIONS(2174), - [anon_sym_sample] = ACTIONS(2174), - [anon_sym_patch] = ACTIONS(2174), - [anon_sym_smooth] = ACTIONS(2174), - [anon_sym_flat] = ACTIONS(2174), - [anon_sym_noperspective] = ACTIONS(2174), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [sym_identifier] = ACTIONS(1572), + [anon_sym_subroutine] = ACTIONS(2170), + [anon_sym_invariant] = ACTIONS(2170), + [anon_sym_precise] = ACTIONS(2170), + [anon_sym_in] = ACTIONS(2170), + [anon_sym_out] = ACTIONS(2170), + [anon_sym_inout] = ACTIONS(2170), + [anon_sym_uniform] = ACTIONS(2170), + [anon_sym_shared] = ACTIONS(2170), + [anon_sym_attribute] = ACTIONS(2170), + [anon_sym_varying] = ACTIONS(2170), + [anon_sym_buffer] = ACTIONS(2170), + [anon_sym_coherent] = ACTIONS(2170), + [anon_sym_readonly] = ACTIONS(2170), + [anon_sym_writeonly] = ACTIONS(2170), + [anon_sym_precision] = ACTIONS(2170), + [anon_sym_highp] = ACTIONS(2170), + [anon_sym_mediump] = ACTIONS(2170), + [anon_sym_lowp] = ACTIONS(2170), + [anon_sym_centroid] = ACTIONS(2170), + [anon_sym_sample] = ACTIONS(2170), + [anon_sym_patch] = ACTIONS(2170), + [anon_sym_smooth] = ACTIONS(2170), + [anon_sym_flat] = ACTIONS(2170), + [anon_sym_noperspective] = ACTIONS(2170), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), @@ -89312,50 +89218,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(107), [anon_sym_layout] = ACTIONS(109), }, - [532] = { + [531] = { [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1333), + [sym__declaration_specifiers] = STATE(1308), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(640), - [sym_layout_specification] = STATE(640), - [aux_sym_declaration_repeat1] = STATE(640), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(648), + [sym_layout_specification] = STATE(648), + [aux_sym_declaration_repeat1] = STATE(648), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [sym_identifier] = ACTIONS(2188), - [anon_sym_subroutine] = ACTIONS(2174), - [anon_sym_invariant] = ACTIONS(2174), - [anon_sym_precise] = ACTIONS(2174), - [anon_sym_in] = ACTIONS(2174), - [anon_sym_out] = ACTIONS(2174), - [anon_sym_inout] = ACTIONS(2174), - [anon_sym_uniform] = ACTIONS(2174), - [anon_sym_shared] = ACTIONS(2174), - [anon_sym_attribute] = ACTIONS(2174), - [anon_sym_varying] = ACTIONS(2174), - [anon_sym_buffer] = ACTIONS(2174), - [anon_sym_coherent] = ACTIONS(2174), - [anon_sym_readonly] = ACTIONS(2174), - [anon_sym_writeonly] = ACTIONS(2174), - [anon_sym_precision] = ACTIONS(2174), - [anon_sym_highp] = ACTIONS(2174), - [anon_sym_mediump] = ACTIONS(2174), - [anon_sym_lowp] = ACTIONS(2174), - [anon_sym_centroid] = ACTIONS(2174), - [anon_sym_sample] = ACTIONS(2174), - [anon_sym_patch] = ACTIONS(2174), - [anon_sym_smooth] = ACTIONS(2174), - [anon_sym_flat] = ACTIONS(2174), - [anon_sym_noperspective] = ACTIONS(2174), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [sym_identifier] = ACTIONS(1572), + [anon_sym_subroutine] = ACTIONS(2170), + [anon_sym_invariant] = ACTIONS(2170), + [anon_sym_precise] = ACTIONS(2170), + [anon_sym_in] = ACTIONS(2170), + [anon_sym_out] = ACTIONS(2170), + [anon_sym_inout] = ACTIONS(2170), + [anon_sym_uniform] = ACTIONS(2170), + [anon_sym_shared] = ACTIONS(2170), + [anon_sym_attribute] = ACTIONS(2170), + [anon_sym_varying] = ACTIONS(2170), + [anon_sym_buffer] = ACTIONS(2170), + [anon_sym_coherent] = ACTIONS(2170), + [anon_sym_readonly] = ACTIONS(2170), + [anon_sym_writeonly] = ACTIONS(2170), + [anon_sym_precision] = ACTIONS(2170), + [anon_sym_highp] = ACTIONS(2170), + [anon_sym_mediump] = ACTIONS(2170), + [anon_sym_lowp] = ACTIONS(2170), + [anon_sym_centroid] = ACTIONS(2170), + [anon_sym_sample] = ACTIONS(2170), + [anon_sym_patch] = ACTIONS(2170), + [anon_sym_smooth] = ACTIONS(2170), + [anon_sym_flat] = ACTIONS(2170), + [anon_sym_noperspective] = ACTIONS(2170), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), @@ -89401,50 +89307,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(107), [anon_sym_layout] = ACTIONS(109), }, - [533] = { + [532] = { [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1301), + [sym__declaration_specifiers] = STATE(1319), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(640), - [sym_layout_specification] = STATE(640), - [aux_sym_declaration_repeat1] = STATE(640), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(648), + [sym_layout_specification] = STATE(648), + [aux_sym_declaration_repeat1] = STATE(648), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [sym_identifier] = ACTIONS(1572), - [anon_sym_subroutine] = ACTIONS(2174), - [anon_sym_invariant] = ACTIONS(2174), - [anon_sym_precise] = ACTIONS(2174), - [anon_sym_in] = ACTIONS(2174), - [anon_sym_out] = ACTIONS(2174), - [anon_sym_inout] = ACTIONS(2174), - [anon_sym_uniform] = ACTIONS(2174), - [anon_sym_shared] = ACTIONS(2174), - [anon_sym_attribute] = ACTIONS(2174), - [anon_sym_varying] = ACTIONS(2174), - [anon_sym_buffer] = ACTIONS(2174), - [anon_sym_coherent] = ACTIONS(2174), - [anon_sym_readonly] = ACTIONS(2174), - [anon_sym_writeonly] = ACTIONS(2174), - [anon_sym_precision] = ACTIONS(2174), - [anon_sym_highp] = ACTIONS(2174), - [anon_sym_mediump] = ACTIONS(2174), - [anon_sym_lowp] = ACTIONS(2174), - [anon_sym_centroid] = ACTIONS(2174), - [anon_sym_sample] = ACTIONS(2174), - [anon_sym_patch] = ACTIONS(2174), - [anon_sym_smooth] = ACTIONS(2174), - [anon_sym_flat] = ACTIONS(2174), - [anon_sym_noperspective] = ACTIONS(2174), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [sym_identifier] = ACTIONS(2174), + [anon_sym_subroutine] = ACTIONS(2170), + [anon_sym_invariant] = ACTIONS(2170), + [anon_sym_precise] = ACTIONS(2170), + [anon_sym_in] = ACTIONS(2170), + [anon_sym_out] = ACTIONS(2170), + [anon_sym_inout] = ACTIONS(2170), + [anon_sym_uniform] = ACTIONS(2170), + [anon_sym_shared] = ACTIONS(2170), + [anon_sym_attribute] = ACTIONS(2170), + [anon_sym_varying] = ACTIONS(2170), + [anon_sym_buffer] = ACTIONS(2170), + [anon_sym_coherent] = ACTIONS(2170), + [anon_sym_readonly] = ACTIONS(2170), + [anon_sym_writeonly] = ACTIONS(2170), + [anon_sym_precision] = ACTIONS(2170), + [anon_sym_highp] = ACTIONS(2170), + [anon_sym_mediump] = ACTIONS(2170), + [anon_sym_lowp] = ACTIONS(2170), + [anon_sym_centroid] = ACTIONS(2170), + [anon_sym_sample] = ACTIONS(2170), + [anon_sym_patch] = ACTIONS(2170), + [anon_sym_smooth] = ACTIONS(2170), + [anon_sym_flat] = ACTIONS(2170), + [anon_sym_noperspective] = ACTIONS(2170), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), @@ -89490,42 +89396,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(107), [anon_sym_layout] = ACTIONS(109), }, - [534] = { - [sym_type_qualifier] = STATE(1126), - [sym__type_specifier] = STATE(1175), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym__expression] = STATE(1112), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2010), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [533] = { + [sym_type_qualifier] = STATE(1143), + [sym__type_specifier] = STATE(1172), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym__expression] = STATE(1097), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(2008), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_type_descriptor] = STATE(1868), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_type_descriptor] = STATE(2007), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [aux_sym__type_definition_type_repeat1] = STATE(1126), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [aux_sym__type_definition_type_repeat1] = STATE(1143), [aux_sym_sized_type_specifier_repeat1] = STATE(1181), - [sym_identifier] = ACTIONS(2178), + [sym_identifier] = ACTIONS(2162), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -89534,10 +89440,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym___extension__] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(2180), - [anon_sym_unsigned] = ACTIONS(2180), - [anon_sym_long] = ACTIONS(2180), - [anon_sym_short] = ACTIONS(2180), + [anon_sym_signed] = ACTIONS(2164), + [anon_sym_unsigned] = ACTIONS(2164), + [anon_sym_long] = ACTIONS(2164), + [anon_sym_short] = ACTIONS(2164), [anon_sym_const] = ACTIONS(53), [anon_sym_constexpr] = ACTIONS(53), [anon_sym_volatile] = ACTIONS(53), @@ -89547,7 +89453,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), [sym_primitive_type] = ACTIONS(55), - [anon_sym_enum] = ACTIONS(2182), + [anon_sym_enum] = ACTIONS(2166), [anon_sym_struct] = ACTIONS(59), [anon_sym_union] = ACTIONS(61), [anon_sym_DASH_DASH] = ACTIONS(85), @@ -89579,54 +89485,157 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, + [534] = { + [sym__declaration_modifiers] = STATE(870), + [sym__declaration_specifiers] = STATE(1307), + [sym_attribute_specifier] = STATE(870), + [sym_attribute_declaration] = STATE(870), + [sym_ms_declspec_modifier] = STATE(870), + [sym_storage_class_specifier] = STATE(870), + [sym_type_qualifier] = STATE(870), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(648), + [sym_layout_specification] = STATE(648), + [aux_sym_declaration_repeat1] = STATE(648), + [aux_sym__declaration_specifiers_repeat1] = STATE(870), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [sym_identifier] = ACTIONS(1572), + [anon_sym_subroutine] = ACTIONS(2170), + [anon_sym_invariant] = ACTIONS(2170), + [anon_sym_precise] = ACTIONS(2170), + [anon_sym_in] = ACTIONS(2170), + [anon_sym_out] = ACTIONS(2170), + [anon_sym_inout] = ACTIONS(2170), + [anon_sym_uniform] = ACTIONS(2170), + [anon_sym_shared] = ACTIONS(2170), + [anon_sym_attribute] = ACTIONS(2170), + [anon_sym_varying] = ACTIONS(2170), + [anon_sym_buffer] = ACTIONS(2170), + [anon_sym_coherent] = ACTIONS(2170), + [anon_sym_readonly] = ACTIONS(2170), + [anon_sym_writeonly] = ACTIONS(2170), + [anon_sym_precision] = ACTIONS(2170), + [anon_sym_highp] = ACTIONS(2170), + [anon_sym_mediump] = ACTIONS(2170), + [anon_sym_lowp] = ACTIONS(2170), + [anon_sym_centroid] = ACTIONS(2170), + [anon_sym_sample] = ACTIONS(2170), + [anon_sym_patch] = ACTIONS(2170), + [anon_sym_smooth] = ACTIONS(2170), + [anon_sym_flat] = ACTIONS(2170), + [anon_sym_noperspective] = ACTIONS(2170), + [anon_sym___extension__] = ACTIONS(53), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1342), + [anon_sym___declspec] = ACTIONS(43), + [anon_sym_signed] = ACTIONS(49), + [anon_sym_unsigned] = ACTIONS(49), + [anon_sym_long] = ACTIONS(49), + [anon_sym_short] = ACTIONS(49), + [anon_sym_static] = ACTIONS(51), + [anon_sym_auto] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym___inline] = ACTIONS(51), + [anon_sym___inline__] = ACTIONS(51), + [anon_sym___forceinline] = ACTIONS(51), + [anon_sym_thread_local] = ACTIONS(51), + [anon_sym___thread] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym___restrict__] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym__Noreturn] = ACTIONS(53), + [anon_sym_noreturn] = ACTIONS(53), + [sym_primitive_type] = ACTIONS(55), + [anon_sym_enum] = ACTIONS(57), + [anon_sym_struct] = ACTIONS(59), + [anon_sym_union] = ACTIONS(61), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(107), + [anon_sym_rayPayloadInEXT] = ACTIONS(107), + [anon_sym_hitAttributeEXT] = ACTIONS(107), + [anon_sym_callableDataEXT] = ACTIONS(107), + [anon_sym_callableDataInEXT] = ACTIONS(107), + [anon_sym_shaderRecordEXT] = ACTIONS(107), + [anon_sym_rayPayloadNV] = ACTIONS(107), + [anon_sym_rayPayloadInNV] = ACTIONS(107), + [anon_sym_hitAttributeNV] = ACTIONS(107), + [anon_sym_callableDataNV] = ACTIONS(107), + [anon_sym_callableDataInNV] = ACTIONS(107), + [anon_sym_shaderRecordNV] = ACTIONS(107), + [anon_sym_layout] = ACTIONS(109), + }, [535] = { - [sym_type_qualifier] = STATE(1126), - [sym__type_specifier] = STATE(1175), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym__expression] = STATE(1112), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2010), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), - [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_type_descriptor] = STATE(1877), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), - [sym_subscript_expression] = STATE(917), - [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), - [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), - [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [aux_sym__type_definition_type_repeat1] = STATE(1126), - [aux_sym_sized_type_specifier_repeat1] = STATE(1181), - [sym_identifier] = ACTIONS(2178), - [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), + [sym__declaration_modifiers] = STATE(870), + [sym__declaration_specifiers] = STATE(1305), + [sym_attribute_specifier] = STATE(870), + [sym_attribute_declaration] = STATE(870), + [sym_ms_declspec_modifier] = STATE(870), + [sym_storage_class_specifier] = STATE(870), + [sym_type_qualifier] = STATE(870), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(648), + [sym_layout_specification] = STATE(648), + [aux_sym_declaration_repeat1] = STATE(648), + [aux_sym__declaration_specifiers_repeat1] = STATE(870), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [sym_identifier] = ACTIONS(1572), + [anon_sym_subroutine] = ACTIONS(2170), + [anon_sym_invariant] = ACTIONS(2170), + [anon_sym_precise] = ACTIONS(2170), + [anon_sym_in] = ACTIONS(2170), + [anon_sym_out] = ACTIONS(2170), + [anon_sym_inout] = ACTIONS(2170), + [anon_sym_uniform] = ACTIONS(2170), + [anon_sym_shared] = ACTIONS(2170), + [anon_sym_attribute] = ACTIONS(2170), + [anon_sym_varying] = ACTIONS(2170), + [anon_sym_buffer] = ACTIONS(2170), + [anon_sym_coherent] = ACTIONS(2170), + [anon_sym_readonly] = ACTIONS(2170), + [anon_sym_writeonly] = ACTIONS(2170), + [anon_sym_precision] = ACTIONS(2170), + [anon_sym_highp] = ACTIONS(2170), + [anon_sym_mediump] = ACTIONS(2170), + [anon_sym_lowp] = ACTIONS(2170), + [anon_sym_centroid] = ACTIONS(2170), + [anon_sym_sample] = ACTIONS(2170), + [anon_sym_patch] = ACTIONS(2170), + [anon_sym_smooth] = ACTIONS(2170), + [anon_sym_flat] = ACTIONS(2170), + [anon_sym_noperspective] = ACTIONS(2170), [anon_sym___extension__] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(2180), - [anon_sym_unsigned] = ACTIONS(2180), - [anon_sym_long] = ACTIONS(2180), - [anon_sym_short] = ACTIONS(2180), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1342), + [anon_sym___declspec] = ACTIONS(43), + [anon_sym_signed] = ACTIONS(49), + [anon_sym_unsigned] = ACTIONS(49), + [anon_sym_long] = ACTIONS(49), + [anon_sym_short] = ACTIONS(49), + [anon_sym_static] = ACTIONS(51), + [anon_sym_auto] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym___inline] = ACTIONS(51), + [anon_sym___inline__] = ACTIONS(51), + [anon_sym___forceinline] = ACTIONS(51), + [anon_sym_thread_local] = ACTIONS(51), + [anon_sym___thread] = ACTIONS(51), [anon_sym_const] = ACTIONS(53), [anon_sym_constexpr] = ACTIONS(53), [anon_sym_volatile] = ACTIONS(53), @@ -89636,82 +89645,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), [sym_primitive_type] = ACTIONS(55), - [anon_sym_enum] = ACTIONS(2182), + [anon_sym_enum] = ACTIONS(57), [anon_sym_struct] = ACTIONS(59), [anon_sym_union] = ACTIONS(61), - [anon_sym_DASH_DASH] = ACTIONS(85), - [anon_sym_PLUS_PLUS] = ACTIONS(85), - [anon_sym_sizeof] = ACTIONS(87), - [anon_sym___alignof__] = ACTIONS(89), - [anon_sym___alignof] = ACTIONS(89), - [anon_sym__alignof] = ACTIONS(89), - [anon_sym_alignof] = ACTIONS(89), - [anon_sym__Alignof] = ACTIONS(89), - [anon_sym_offsetof] = ACTIONS(91), - [anon_sym__Generic] = ACTIONS(93), - [anon_sym_asm] = ACTIONS(95), - [anon_sym___asm__] = ACTIONS(95), - [sym_number_literal] = ACTIONS(169), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(171), - [sym_false] = ACTIONS(171), - [anon_sym_NULL] = ACTIONS(105), - [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(107), + [anon_sym_rayPayloadInEXT] = ACTIONS(107), + [anon_sym_hitAttributeEXT] = ACTIONS(107), + [anon_sym_callableDataEXT] = ACTIONS(107), + [anon_sym_callableDataInEXT] = ACTIONS(107), + [anon_sym_shaderRecordEXT] = ACTIONS(107), + [anon_sym_rayPayloadNV] = ACTIONS(107), + [anon_sym_rayPayloadInNV] = ACTIONS(107), + [anon_sym_hitAttributeNV] = ACTIONS(107), + [anon_sym_callableDataNV] = ACTIONS(107), + [anon_sym_callableDataInNV] = ACTIONS(107), + [anon_sym_shaderRecordNV] = ACTIONS(107), + [anon_sym_layout] = ACTIONS(109), }, [536] = { [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1327), + [sym__declaration_specifiers] = STATE(1325), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(640), - [sym_layout_specification] = STATE(640), - [aux_sym_declaration_repeat1] = STATE(640), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(648), + [sym_layout_specification] = STATE(648), + [aux_sym_declaration_repeat1] = STATE(648), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [sym_identifier] = ACTIONS(2190), - [anon_sym_subroutine] = ACTIONS(2174), - [anon_sym_invariant] = ACTIONS(2174), - [anon_sym_precise] = ACTIONS(2174), - [anon_sym_in] = ACTIONS(2174), - [anon_sym_out] = ACTIONS(2174), - [anon_sym_inout] = ACTIONS(2174), - [anon_sym_uniform] = ACTIONS(2174), - [anon_sym_shared] = ACTIONS(2174), - [anon_sym_attribute] = ACTIONS(2174), - [anon_sym_varying] = ACTIONS(2174), - [anon_sym_buffer] = ACTIONS(2174), - [anon_sym_coherent] = ACTIONS(2174), - [anon_sym_readonly] = ACTIONS(2174), - [anon_sym_writeonly] = ACTIONS(2174), - [anon_sym_precision] = ACTIONS(2174), - [anon_sym_highp] = ACTIONS(2174), - [anon_sym_mediump] = ACTIONS(2174), - [anon_sym_lowp] = ACTIONS(2174), - [anon_sym_centroid] = ACTIONS(2174), - [anon_sym_sample] = ACTIONS(2174), - [anon_sym_patch] = ACTIONS(2174), - [anon_sym_smooth] = ACTIONS(2174), - [anon_sym_flat] = ACTIONS(2174), - [anon_sym_noperspective] = ACTIONS(2174), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [sym_identifier] = ACTIONS(2176), + [anon_sym_subroutine] = ACTIONS(2170), + [anon_sym_invariant] = ACTIONS(2170), + [anon_sym_precise] = ACTIONS(2170), + [anon_sym_in] = ACTIONS(2170), + [anon_sym_out] = ACTIONS(2170), + [anon_sym_inout] = ACTIONS(2170), + [anon_sym_uniform] = ACTIONS(2170), + [anon_sym_shared] = ACTIONS(2170), + [anon_sym_attribute] = ACTIONS(2170), + [anon_sym_varying] = ACTIONS(2170), + [anon_sym_buffer] = ACTIONS(2170), + [anon_sym_coherent] = ACTIONS(2170), + [anon_sym_readonly] = ACTIONS(2170), + [anon_sym_writeonly] = ACTIONS(2170), + [anon_sym_precision] = ACTIONS(2170), + [anon_sym_highp] = ACTIONS(2170), + [anon_sym_mediump] = ACTIONS(2170), + [anon_sym_lowp] = ACTIONS(2170), + [anon_sym_centroid] = ACTIONS(2170), + [anon_sym_sample] = ACTIONS(2170), + [anon_sym_patch] = ACTIONS(2170), + [anon_sym_smooth] = ACTIONS(2170), + [anon_sym_flat] = ACTIONS(2170), + [anon_sym_noperspective] = ACTIONS(2170), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), @@ -89758,41 +89753,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [537] = { - [sym_type_qualifier] = STATE(1126), - [sym__type_specifier] = STATE(1175), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym__expression] = STATE(1112), - [sym__expression_not_binary] = STATE(900), - [sym_comma_expression] = STATE(2010), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym_type_qualifier] = STATE(1143), + [sym__type_specifier] = STATE(1172), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym__expression] = STATE(1097), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(2008), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_type_descriptor] = STATE(1926), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_type_descriptor] = STATE(2051), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_macro_type_specifier] = STATE(1000), - [aux_sym__type_definition_type_repeat1] = STATE(1126), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [aux_sym__type_definition_type_repeat1] = STATE(1143), [aux_sym_sized_type_specifier_repeat1] = STATE(1181), - [sym_identifier] = ACTIONS(2178), + [sym_identifier] = ACTIONS(2162), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -89801,10 +89796,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym___extension__] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(2180), - [anon_sym_unsigned] = ACTIONS(2180), - [anon_sym_long] = ACTIONS(2180), - [anon_sym_short] = ACTIONS(2180), + [anon_sym_signed] = ACTIONS(2164), + [anon_sym_unsigned] = ACTIONS(2164), + [anon_sym_long] = ACTIONS(2164), + [anon_sym_short] = ACTIONS(2164), [anon_sym_const] = ACTIONS(53), [anon_sym_constexpr] = ACTIONS(53), [anon_sym_volatile] = ACTIONS(53), @@ -89814,7 +89809,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), [sym_primitive_type] = ACTIONS(55), - [anon_sym_enum] = ACTIONS(2182), + [anon_sym_enum] = ACTIONS(2166), [anon_sym_struct] = ACTIONS(59), [anon_sym_union] = ACTIONS(61), [anon_sym_DASH_DASH] = ACTIONS(85), @@ -89848,48 +89843,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [538] = { [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1311), + [sym__declaration_specifiers] = STATE(1334), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(640), - [sym_layout_specification] = STATE(640), - [aux_sym_declaration_repeat1] = STATE(640), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(648), + [sym_layout_specification] = STATE(648), + [aux_sym_declaration_repeat1] = STATE(648), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [sym_identifier] = ACTIONS(1572), - [anon_sym_subroutine] = ACTIONS(2174), - [anon_sym_invariant] = ACTIONS(2174), - [anon_sym_precise] = ACTIONS(2174), - [anon_sym_in] = ACTIONS(2174), - [anon_sym_out] = ACTIONS(2174), - [anon_sym_inout] = ACTIONS(2174), - [anon_sym_uniform] = ACTIONS(2174), - [anon_sym_shared] = ACTIONS(2174), - [anon_sym_attribute] = ACTIONS(2174), - [anon_sym_varying] = ACTIONS(2174), - [anon_sym_buffer] = ACTIONS(2174), - [anon_sym_coherent] = ACTIONS(2174), - [anon_sym_readonly] = ACTIONS(2174), - [anon_sym_writeonly] = ACTIONS(2174), - [anon_sym_precision] = ACTIONS(2174), - [anon_sym_highp] = ACTIONS(2174), - [anon_sym_mediump] = ACTIONS(2174), - [anon_sym_lowp] = ACTIONS(2174), - [anon_sym_centroid] = ACTIONS(2174), - [anon_sym_sample] = ACTIONS(2174), - [anon_sym_patch] = ACTIONS(2174), - [anon_sym_smooth] = ACTIONS(2174), - [anon_sym_flat] = ACTIONS(2174), - [anon_sym_noperspective] = ACTIONS(2174), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [sym_identifier] = ACTIONS(2178), + [anon_sym_subroutine] = ACTIONS(2170), + [anon_sym_invariant] = ACTIONS(2170), + [anon_sym_precise] = ACTIONS(2170), + [anon_sym_in] = ACTIONS(2170), + [anon_sym_out] = ACTIONS(2170), + [anon_sym_inout] = ACTIONS(2170), + [anon_sym_uniform] = ACTIONS(2170), + [anon_sym_shared] = ACTIONS(2170), + [anon_sym_attribute] = ACTIONS(2170), + [anon_sym_varying] = ACTIONS(2170), + [anon_sym_buffer] = ACTIONS(2170), + [anon_sym_coherent] = ACTIONS(2170), + [anon_sym_readonly] = ACTIONS(2170), + [anon_sym_writeonly] = ACTIONS(2170), + [anon_sym_precision] = ACTIONS(2170), + [anon_sym_highp] = ACTIONS(2170), + [anon_sym_mediump] = ACTIONS(2170), + [anon_sym_lowp] = ACTIONS(2170), + [anon_sym_centroid] = ACTIONS(2170), + [anon_sym_sample] = ACTIONS(2170), + [anon_sym_patch] = ACTIONS(2170), + [anon_sym_smooth] = ACTIONS(2170), + [anon_sym_flat] = ACTIONS(2170), + [anon_sym_noperspective] = ACTIONS(2170), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), @@ -89937,48 +89932,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [539] = { [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1322), + [sym__declaration_specifiers] = STATE(1329), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(640), - [sym_layout_specification] = STATE(640), - [aux_sym_declaration_repeat1] = STATE(640), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_macro_type_specifier] = STATE(997), + [sym_extension_storage_class] = STATE(648), + [sym_layout_specification] = STATE(648), + [aux_sym_declaration_repeat1] = STATE(648), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [sym_identifier] = ACTIONS(2192), - [anon_sym_subroutine] = ACTIONS(2174), - [anon_sym_invariant] = ACTIONS(2174), - [anon_sym_precise] = ACTIONS(2174), - [anon_sym_in] = ACTIONS(2174), - [anon_sym_out] = ACTIONS(2174), - [anon_sym_inout] = ACTIONS(2174), - [anon_sym_uniform] = ACTIONS(2174), - [anon_sym_shared] = ACTIONS(2174), - [anon_sym_attribute] = ACTIONS(2174), - [anon_sym_varying] = ACTIONS(2174), - [anon_sym_buffer] = ACTIONS(2174), - [anon_sym_coherent] = ACTIONS(2174), - [anon_sym_readonly] = ACTIONS(2174), - [anon_sym_writeonly] = ACTIONS(2174), - [anon_sym_precision] = ACTIONS(2174), - [anon_sym_highp] = ACTIONS(2174), - [anon_sym_mediump] = ACTIONS(2174), - [anon_sym_lowp] = ACTIONS(2174), - [anon_sym_centroid] = ACTIONS(2174), - [anon_sym_sample] = ACTIONS(2174), - [anon_sym_patch] = ACTIONS(2174), - [anon_sym_smooth] = ACTIONS(2174), - [anon_sym_flat] = ACTIONS(2174), - [anon_sym_noperspective] = ACTIONS(2174), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [sym_identifier] = ACTIONS(2180), + [anon_sym_subroutine] = ACTIONS(2170), + [anon_sym_invariant] = ACTIONS(2170), + [anon_sym_precise] = ACTIONS(2170), + [anon_sym_in] = ACTIONS(2170), + [anon_sym_out] = ACTIONS(2170), + [anon_sym_inout] = ACTIONS(2170), + [anon_sym_uniform] = ACTIONS(2170), + [anon_sym_shared] = ACTIONS(2170), + [anon_sym_attribute] = ACTIONS(2170), + [anon_sym_varying] = ACTIONS(2170), + [anon_sym_buffer] = ACTIONS(2170), + [anon_sym_coherent] = ACTIONS(2170), + [anon_sym_readonly] = ACTIONS(2170), + [anon_sym_writeonly] = ACTIONS(2170), + [anon_sym_precision] = ACTIONS(2170), + [anon_sym_highp] = ACTIONS(2170), + [anon_sym_mediump] = ACTIONS(2170), + [anon_sym_lowp] = ACTIONS(2170), + [anon_sym_centroid] = ACTIONS(2170), + [anon_sym_sample] = ACTIONS(2170), + [anon_sym_patch] = ACTIONS(2170), + [anon_sym_smooth] = ACTIONS(2170), + [anon_sym_flat] = ACTIONS(2170), + [anon_sym_noperspective] = ACTIONS(2170), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), @@ -90025,67 +90020,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(109), }, [540] = { - [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1302), - [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(870), - [sym_ms_declspec_modifier] = STATE(870), - [sym_storage_class_specifier] = STATE(870), - [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_macro_type_specifier] = STATE(1000), - [sym_extension_storage_class] = STATE(640), - [sym_layout_specification] = STATE(640), - [aux_sym_declaration_repeat1] = STATE(640), - [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [sym_identifier] = ACTIONS(1572), - [anon_sym_subroutine] = ACTIONS(2174), - [anon_sym_invariant] = ACTIONS(2174), - [anon_sym_precise] = ACTIONS(2174), - [anon_sym_in] = ACTIONS(2174), - [anon_sym_out] = ACTIONS(2174), - [anon_sym_inout] = ACTIONS(2174), - [anon_sym_uniform] = ACTIONS(2174), - [anon_sym_shared] = ACTIONS(2174), - [anon_sym_attribute] = ACTIONS(2174), - [anon_sym_varying] = ACTIONS(2174), - [anon_sym_buffer] = ACTIONS(2174), - [anon_sym_coherent] = ACTIONS(2174), - [anon_sym_readonly] = ACTIONS(2174), - [anon_sym_writeonly] = ACTIONS(2174), - [anon_sym_precision] = ACTIONS(2174), - [anon_sym_highp] = ACTIONS(2174), - [anon_sym_mediump] = ACTIONS(2174), - [anon_sym_lowp] = ACTIONS(2174), - [anon_sym_centroid] = ACTIONS(2174), - [anon_sym_sample] = ACTIONS(2174), - [anon_sym_patch] = ACTIONS(2174), - [anon_sym_smooth] = ACTIONS(2174), - [anon_sym_flat] = ACTIONS(2174), - [anon_sym_noperspective] = ACTIONS(2174), + [sym_type_qualifier] = STATE(1143), + [sym__type_specifier] = STATE(1172), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym__expression] = STATE(1097), + [sym__expression_not_binary] = STATE(897), + [sym_comma_expression] = STATE(2008), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), + [sym_pointer_expression] = STATE(917), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_type_descriptor] = STATE(1969), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), + [sym_subscript_expression] = STATE(917), + [sym_call_expression] = STATE(917), + [sym_gnu_asm_expression] = STATE(897), + [sym_field_expression] = STATE(917), + [sym_compound_literal_expression] = STATE(897), + [sym_parenthesized_expression] = STATE(917), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_macro_type_specifier] = STATE(997), + [aux_sym__type_definition_type_repeat1] = STATE(1143), + [aux_sym_sized_type_specifier_repeat1] = STATE(1181), + [sym_identifier] = ACTIONS(2162), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), [anon_sym___extension__] = ACTIONS(53), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1342), - [anon_sym___declspec] = ACTIONS(43), - [anon_sym_signed] = ACTIONS(49), - [anon_sym_unsigned] = ACTIONS(49), - [anon_sym_long] = ACTIONS(49), - [anon_sym_short] = ACTIONS(49), - [anon_sym_static] = ACTIONS(51), - [anon_sym_auto] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym___inline] = ACTIONS(51), - [anon_sym___inline__] = ACTIONS(51), - [anon_sym___forceinline] = ACTIONS(51), - [anon_sym_thread_local] = ACTIONS(51), - [anon_sym___thread] = ACTIONS(51), + [anon_sym_signed] = ACTIONS(2164), + [anon_sym_unsigned] = ACTIONS(2164), + [anon_sym_long] = ACTIONS(2164), + [anon_sym_short] = ACTIONS(2164), [anon_sym_const] = ACTIONS(53), [anon_sym_constexpr] = ACTIONS(53), [anon_sym_volatile] = ACTIONS(53), @@ -90095,82 +90076,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), [sym_primitive_type] = ACTIONS(55), - [anon_sym_enum] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(2166), [anon_sym_struct] = ACTIONS(59), [anon_sym_union] = ACTIONS(61), + [anon_sym_DASH_DASH] = ACTIONS(85), + [anon_sym_PLUS_PLUS] = ACTIONS(85), + [anon_sym_sizeof] = ACTIONS(87), + [anon_sym___alignof__] = ACTIONS(89), + [anon_sym___alignof] = ACTIONS(89), + [anon_sym__alignof] = ACTIONS(89), + [anon_sym_alignof] = ACTIONS(89), + [anon_sym__Alignof] = ACTIONS(89), + [anon_sym_offsetof] = ACTIONS(91), + [anon_sym__Generic] = ACTIONS(93), + [anon_sym_asm] = ACTIONS(95), + [anon_sym___asm__] = ACTIONS(95), + [sym_number_literal] = ACTIONS(169), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(171), + [sym_false] = ACTIONS(171), + [anon_sym_NULL] = ACTIONS(105), + [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(107), - [anon_sym_rayPayloadInEXT] = ACTIONS(107), - [anon_sym_hitAttributeEXT] = ACTIONS(107), - [anon_sym_callableDataEXT] = ACTIONS(107), - [anon_sym_callableDataInEXT] = ACTIONS(107), - [anon_sym_shaderRecordEXT] = ACTIONS(107), - [anon_sym_rayPayloadNV] = ACTIONS(107), - [anon_sym_rayPayloadInNV] = ACTIONS(107), - [anon_sym_hitAttributeNV] = ACTIONS(107), - [anon_sym_callableDataNV] = ACTIONS(107), - [anon_sym_callableDataInNV] = ACTIONS(107), - [anon_sym_shaderRecordNV] = ACTIONS(107), - [anon_sym_layout] = ACTIONS(109), }, [541] = { - [sym__expression] = STATE(912), - [sym__expression_not_binary] = STATE(900), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__expression] = STATE(884), + [sym__expression_not_binary] = STATE(897), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_initializer_list] = STATE(911), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_identifier] = ACTIONS(2194), + [sym_initializer_list] = STATE(908), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_identifier] = ACTIONS(2182), [anon_sym_COMMA] = ACTIONS(1787), [anon_sym_RPAREN] = ACTIONS(1787), - [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_LPAREN2] = ACTIONS(1787), [anon_sym_BANG] = ACTIONS(23), [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_SLASH] = ACTIONS(1797), + [anon_sym_DASH] = ACTIONS(1793), + [anon_sym_PLUS] = ACTIONS(1793), + [anon_sym_STAR] = ACTIONS(1787), + [anon_sym_SLASH] = ACTIONS(1793), [anon_sym_PERCENT] = ACTIONS(1787), [anon_sym_PIPE_PIPE] = ACTIONS(1787), [anon_sym_AMP_AMP] = ACTIONS(1787), - [anon_sym_PIPE] = ACTIONS(1797), + [anon_sym_PIPE] = ACTIONS(1793), [anon_sym_CARET] = ACTIONS(1787), - [anon_sym_AMP] = ACTIONS(1795), + [anon_sym_AMP] = ACTIONS(1793), [anon_sym_EQ_EQ] = ACTIONS(1787), [anon_sym_BANG_EQ] = ACTIONS(1787), - [anon_sym_GT] = ACTIONS(1797), + [anon_sym_GT] = ACTIONS(1793), [anon_sym_GT_EQ] = ACTIONS(1787), [anon_sym_LT_EQ] = ACTIONS(1787), - [anon_sym_LT] = ACTIONS(1797), + [anon_sym_LT] = ACTIONS(1793), [anon_sym_LT_LT] = ACTIONS(1787), [anon_sym_GT_GT] = ACTIONS(1787), [anon_sym_SEMI] = ACTIONS(1787), - [anon_sym___attribute__] = ACTIONS(1797), - [anon_sym_LBRACE] = ACTIONS(1799), + [anon_sym___attribute__] = ACTIONS(1793), + [anon_sym_LBRACE] = ACTIONS(1795), [anon_sym_RBRACE] = ACTIONS(1787), [anon_sym_LBRACK] = ACTIONS(1787), [anon_sym_COLON] = ACTIONS(1787), [anon_sym_QMARK] = ACTIONS(1787), - [anon_sym_DASH_DASH] = ACTIONS(85), - [anon_sym_PLUS_PLUS] = ACTIONS(85), + [anon_sym_DASH_DASH] = ACTIONS(1787), + [anon_sym_PLUS_PLUS] = ACTIONS(1787), [anon_sym_sizeof] = ACTIONS(87), [anon_sym___alignof__] = ACTIONS(89), [anon_sym___alignof] = ACTIONS(89), @@ -90181,7 +90176,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(93), [anon_sym_asm] = ACTIONS(95), [anon_sym___asm__] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(1797), + [anon_sym_DOT] = ACTIONS(1793), [anon_sym_DASH_GT] = ACTIONS(1787), [sym_number_literal] = ACTIONS(169), [anon_sym_L_SQUOTE] = ACTIONS(99), @@ -90201,226 +90196,226 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [542] = { - [sym_identifier] = ACTIONS(2196), - [anon_sym_COMMA] = ACTIONS(2198), - [anon_sym_RPAREN] = ACTIONS(2198), - [anon_sym_LPAREN2] = ACTIONS(2198), - [anon_sym_BANG] = ACTIONS(2198), - [anon_sym_TILDE] = ACTIONS(2198), - [anon_sym_DASH] = ACTIONS(2196), - [anon_sym_PLUS] = ACTIONS(2196), - [anon_sym_STAR] = ACTIONS(2198), - [anon_sym_AMP] = ACTIONS(2198), - [anon_sym_SEMI] = ACTIONS(2198), - [anon_sym___extension__] = ACTIONS(2196), - [anon_sym_extern] = ACTIONS(2196), - [anon_sym___attribute__] = ACTIONS(2196), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2198), - [anon_sym___declspec] = ACTIONS(2196), - [anon_sym_LBRACE] = ACTIONS(2198), - [anon_sym_signed] = ACTIONS(2196), - [anon_sym_unsigned] = ACTIONS(2196), - [anon_sym_long] = ACTIONS(2196), - [anon_sym_short] = ACTIONS(2196), - [anon_sym_LBRACK] = ACTIONS(2196), - [anon_sym_EQ] = ACTIONS(2198), - [anon_sym_static] = ACTIONS(2196), - [anon_sym_auto] = ACTIONS(2196), - [anon_sym_register] = ACTIONS(2196), - [anon_sym_inline] = ACTIONS(2196), - [anon_sym___inline] = ACTIONS(2196), - [anon_sym___inline__] = ACTIONS(2196), - [anon_sym___forceinline] = ACTIONS(2196), - [anon_sym_thread_local] = ACTIONS(2196), - [anon_sym___thread] = ACTIONS(2196), - [anon_sym_const] = ACTIONS(2196), - [anon_sym_constexpr] = ACTIONS(2196), - [anon_sym_volatile] = ACTIONS(2196), - [anon_sym_restrict] = ACTIONS(2196), - [anon_sym___restrict__] = ACTIONS(2196), - [anon_sym__Atomic] = ACTIONS(2196), - [anon_sym__Noreturn] = ACTIONS(2196), - [anon_sym_noreturn] = ACTIONS(2196), - [sym_primitive_type] = ACTIONS(2196), - [anon_sym_enum] = ACTIONS(2196), - [anon_sym_COLON] = ACTIONS(2198), - [anon_sym_struct] = ACTIONS(2196), - [anon_sym_union] = ACTIONS(2196), - [anon_sym_if] = ACTIONS(2196), - [anon_sym_switch] = ACTIONS(2196), - [anon_sym_case] = ACTIONS(2196), - [anon_sym_default] = ACTIONS(2196), - [anon_sym_while] = ACTIONS(2196), - [anon_sym_do] = ACTIONS(2196), - [anon_sym_for] = ACTIONS(2196), - [anon_sym_return] = ACTIONS(2196), - [anon_sym_break] = ACTIONS(2196), - [anon_sym_continue] = ACTIONS(2196), - [anon_sym_goto] = ACTIONS(2196), - [anon_sym_DASH_DASH] = ACTIONS(2198), - [anon_sym_PLUS_PLUS] = ACTIONS(2198), - [anon_sym_sizeof] = ACTIONS(2196), - [anon_sym___alignof__] = ACTIONS(2196), - [anon_sym___alignof] = ACTIONS(2196), - [anon_sym__alignof] = ACTIONS(2196), - [anon_sym_alignof] = ACTIONS(2196), - [anon_sym__Alignof] = ACTIONS(2196), - [anon_sym_offsetof] = ACTIONS(2196), - [anon_sym__Generic] = ACTIONS(2196), - [anon_sym_asm] = ACTIONS(2196), - [anon_sym___asm__] = ACTIONS(2196), - [sym_number_literal] = ACTIONS(2198), - [anon_sym_L_SQUOTE] = ACTIONS(2198), - [anon_sym_u_SQUOTE] = ACTIONS(2198), - [anon_sym_U_SQUOTE] = ACTIONS(2198), - [anon_sym_u8_SQUOTE] = ACTIONS(2198), - [anon_sym_SQUOTE] = ACTIONS(2198), - [anon_sym_L_DQUOTE] = ACTIONS(2198), - [anon_sym_u_DQUOTE] = ACTIONS(2198), - [anon_sym_U_DQUOTE] = ACTIONS(2198), - [anon_sym_u8_DQUOTE] = ACTIONS(2198), - [anon_sym_DQUOTE] = ACTIONS(2198), - [sym_true] = ACTIONS(2196), - [sym_false] = ACTIONS(2196), - [anon_sym_NULL] = ACTIONS(2196), - [anon_sym_nullptr] = ACTIONS(2196), + [sym_identifier] = ACTIONS(2184), + [anon_sym_COMMA] = ACTIONS(2186), + [anon_sym_RPAREN] = ACTIONS(2186), + [anon_sym_LPAREN2] = ACTIONS(2186), + [anon_sym_BANG] = ACTIONS(2186), + [anon_sym_TILDE] = ACTIONS(2186), + [anon_sym_DASH] = ACTIONS(2184), + [anon_sym_PLUS] = ACTIONS(2184), + [anon_sym_STAR] = ACTIONS(2186), + [anon_sym_AMP] = ACTIONS(2186), + [anon_sym_SEMI] = ACTIONS(2186), + [anon_sym___extension__] = ACTIONS(2184), + [anon_sym_extern] = ACTIONS(2184), + [anon_sym___attribute__] = ACTIONS(2184), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2186), + [anon_sym___declspec] = ACTIONS(2184), + [anon_sym_LBRACE] = ACTIONS(2186), + [anon_sym_signed] = ACTIONS(2184), + [anon_sym_unsigned] = ACTIONS(2184), + [anon_sym_long] = ACTIONS(2184), + [anon_sym_short] = ACTIONS(2184), + [anon_sym_LBRACK] = ACTIONS(2184), + [anon_sym_EQ] = ACTIONS(2186), + [anon_sym_static] = ACTIONS(2184), + [anon_sym_auto] = ACTIONS(2184), + [anon_sym_register] = ACTIONS(2184), + [anon_sym_inline] = ACTIONS(2184), + [anon_sym___inline] = ACTIONS(2184), + [anon_sym___inline__] = ACTIONS(2184), + [anon_sym___forceinline] = ACTIONS(2184), + [anon_sym_thread_local] = ACTIONS(2184), + [anon_sym___thread] = ACTIONS(2184), + [anon_sym_const] = ACTIONS(2184), + [anon_sym_constexpr] = ACTIONS(2184), + [anon_sym_volatile] = ACTIONS(2184), + [anon_sym_restrict] = ACTIONS(2184), + [anon_sym___restrict__] = ACTIONS(2184), + [anon_sym__Atomic] = ACTIONS(2184), + [anon_sym__Noreturn] = ACTIONS(2184), + [anon_sym_noreturn] = ACTIONS(2184), + [sym_primitive_type] = ACTIONS(2184), + [anon_sym_enum] = ACTIONS(2184), + [anon_sym_COLON] = ACTIONS(2186), + [anon_sym_struct] = ACTIONS(2184), + [anon_sym_union] = ACTIONS(2184), + [anon_sym_if] = ACTIONS(2184), + [anon_sym_switch] = ACTIONS(2184), + [anon_sym_case] = ACTIONS(2184), + [anon_sym_default] = ACTIONS(2184), + [anon_sym_while] = ACTIONS(2184), + [anon_sym_do] = ACTIONS(2184), + [anon_sym_for] = ACTIONS(2184), + [anon_sym_return] = ACTIONS(2184), + [anon_sym_break] = ACTIONS(2184), + [anon_sym_continue] = ACTIONS(2184), + [anon_sym_goto] = ACTIONS(2184), + [anon_sym_DASH_DASH] = ACTIONS(2186), + [anon_sym_PLUS_PLUS] = ACTIONS(2186), + [anon_sym_sizeof] = ACTIONS(2184), + [anon_sym___alignof__] = ACTIONS(2184), + [anon_sym___alignof] = ACTIONS(2184), + [anon_sym__alignof] = ACTIONS(2184), + [anon_sym_alignof] = ACTIONS(2184), + [anon_sym__Alignof] = ACTIONS(2184), + [anon_sym_offsetof] = ACTIONS(2184), + [anon_sym__Generic] = ACTIONS(2184), + [anon_sym_asm] = ACTIONS(2184), + [anon_sym___asm__] = ACTIONS(2184), + [sym_number_literal] = ACTIONS(2186), + [anon_sym_L_SQUOTE] = ACTIONS(2186), + [anon_sym_u_SQUOTE] = ACTIONS(2186), + [anon_sym_U_SQUOTE] = ACTIONS(2186), + [anon_sym_u8_SQUOTE] = ACTIONS(2186), + [anon_sym_SQUOTE] = ACTIONS(2186), + [anon_sym_L_DQUOTE] = ACTIONS(2186), + [anon_sym_u_DQUOTE] = ACTIONS(2186), + [anon_sym_U_DQUOTE] = ACTIONS(2186), + [anon_sym_u8_DQUOTE] = ACTIONS(2186), + [anon_sym_DQUOTE] = ACTIONS(2186), + [sym_true] = ACTIONS(2184), + [sym_false] = ACTIONS(2184), + [anon_sym_NULL] = ACTIONS(2184), + [anon_sym_nullptr] = ACTIONS(2184), [sym_comment] = ACTIONS(3), }, [543] = { - [sym_identifier] = ACTIONS(2200), - [anon_sym_COMMA] = ACTIONS(2202), - [anon_sym_RPAREN] = ACTIONS(2202), - [anon_sym_LPAREN2] = ACTIONS(2202), - [anon_sym_BANG] = ACTIONS(2202), - [anon_sym_TILDE] = ACTIONS(2202), - [anon_sym_DASH] = ACTIONS(2200), - [anon_sym_PLUS] = ACTIONS(2200), - [anon_sym_STAR] = ACTIONS(2202), - [anon_sym_AMP] = ACTIONS(2202), - [anon_sym_SEMI] = ACTIONS(2202), - [anon_sym___extension__] = ACTIONS(2200), - [anon_sym_extern] = ACTIONS(2200), - [anon_sym___attribute__] = ACTIONS(2200), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2202), - [anon_sym___declspec] = ACTIONS(2200), - [anon_sym_LBRACE] = ACTIONS(2202), - [anon_sym_signed] = ACTIONS(2200), - [anon_sym_unsigned] = ACTIONS(2200), - [anon_sym_long] = ACTIONS(2200), - [anon_sym_short] = ACTIONS(2200), - [anon_sym_LBRACK] = ACTIONS(2200), - [anon_sym_EQ] = ACTIONS(2202), - [anon_sym_static] = ACTIONS(2200), - [anon_sym_auto] = ACTIONS(2200), - [anon_sym_register] = ACTIONS(2200), - [anon_sym_inline] = ACTIONS(2200), - [anon_sym___inline] = ACTIONS(2200), - [anon_sym___inline__] = ACTIONS(2200), - [anon_sym___forceinline] = ACTIONS(2200), - [anon_sym_thread_local] = ACTIONS(2200), - [anon_sym___thread] = ACTIONS(2200), - [anon_sym_const] = ACTIONS(2200), - [anon_sym_constexpr] = ACTIONS(2200), - [anon_sym_volatile] = ACTIONS(2200), - [anon_sym_restrict] = ACTIONS(2200), - [anon_sym___restrict__] = ACTIONS(2200), - [anon_sym__Atomic] = ACTIONS(2200), - [anon_sym__Noreturn] = ACTIONS(2200), - [anon_sym_noreturn] = ACTIONS(2200), - [sym_primitive_type] = ACTIONS(2200), - [anon_sym_enum] = ACTIONS(2200), - [anon_sym_COLON] = ACTIONS(2202), - [anon_sym_struct] = ACTIONS(2200), - [anon_sym_union] = ACTIONS(2200), - [anon_sym_if] = ACTIONS(2200), - [anon_sym_switch] = ACTIONS(2200), - [anon_sym_case] = ACTIONS(2200), - [anon_sym_default] = ACTIONS(2200), - [anon_sym_while] = ACTIONS(2200), - [anon_sym_do] = ACTIONS(2200), - [anon_sym_for] = ACTIONS(2200), - [anon_sym_return] = ACTIONS(2200), - [anon_sym_break] = ACTIONS(2200), - [anon_sym_continue] = ACTIONS(2200), - [anon_sym_goto] = ACTIONS(2200), - [anon_sym_DASH_DASH] = ACTIONS(2202), - [anon_sym_PLUS_PLUS] = ACTIONS(2202), - [anon_sym_sizeof] = ACTIONS(2200), - [anon_sym___alignof__] = ACTIONS(2200), - [anon_sym___alignof] = ACTIONS(2200), - [anon_sym__alignof] = ACTIONS(2200), - [anon_sym_alignof] = ACTIONS(2200), - [anon_sym__Alignof] = ACTIONS(2200), - [anon_sym_offsetof] = ACTIONS(2200), - [anon_sym__Generic] = ACTIONS(2200), - [anon_sym_asm] = ACTIONS(2200), - [anon_sym___asm__] = ACTIONS(2200), - [sym_number_literal] = ACTIONS(2202), - [anon_sym_L_SQUOTE] = ACTIONS(2202), - [anon_sym_u_SQUOTE] = ACTIONS(2202), - [anon_sym_U_SQUOTE] = ACTIONS(2202), - [anon_sym_u8_SQUOTE] = ACTIONS(2202), - [anon_sym_SQUOTE] = ACTIONS(2202), - [anon_sym_L_DQUOTE] = ACTIONS(2202), - [anon_sym_u_DQUOTE] = ACTIONS(2202), - [anon_sym_U_DQUOTE] = ACTIONS(2202), - [anon_sym_u8_DQUOTE] = ACTIONS(2202), - [anon_sym_DQUOTE] = ACTIONS(2202), - [sym_true] = ACTIONS(2200), - [sym_false] = ACTIONS(2200), - [anon_sym_NULL] = ACTIONS(2200), - [anon_sym_nullptr] = ACTIONS(2200), + [sym_identifier] = ACTIONS(2188), + [anon_sym_COMMA] = ACTIONS(2190), + [anon_sym_RPAREN] = ACTIONS(2190), + [anon_sym_LPAREN2] = ACTIONS(2190), + [anon_sym_BANG] = ACTIONS(2190), + [anon_sym_TILDE] = ACTIONS(2190), + [anon_sym_DASH] = ACTIONS(2188), + [anon_sym_PLUS] = ACTIONS(2188), + [anon_sym_STAR] = ACTIONS(2190), + [anon_sym_AMP] = ACTIONS(2190), + [anon_sym_SEMI] = ACTIONS(2190), + [anon_sym___extension__] = ACTIONS(2188), + [anon_sym_extern] = ACTIONS(2188), + [anon_sym___attribute__] = ACTIONS(2188), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2190), + [anon_sym___declspec] = ACTIONS(2188), + [anon_sym_LBRACE] = ACTIONS(2190), + [anon_sym_signed] = ACTIONS(2188), + [anon_sym_unsigned] = ACTIONS(2188), + [anon_sym_long] = ACTIONS(2188), + [anon_sym_short] = ACTIONS(2188), + [anon_sym_LBRACK] = ACTIONS(2188), + [anon_sym_EQ] = ACTIONS(2190), + [anon_sym_static] = ACTIONS(2188), + [anon_sym_auto] = ACTIONS(2188), + [anon_sym_register] = ACTIONS(2188), + [anon_sym_inline] = ACTIONS(2188), + [anon_sym___inline] = ACTIONS(2188), + [anon_sym___inline__] = ACTIONS(2188), + [anon_sym___forceinline] = ACTIONS(2188), + [anon_sym_thread_local] = ACTIONS(2188), + [anon_sym___thread] = ACTIONS(2188), + [anon_sym_const] = ACTIONS(2188), + [anon_sym_constexpr] = ACTIONS(2188), + [anon_sym_volatile] = ACTIONS(2188), + [anon_sym_restrict] = ACTIONS(2188), + [anon_sym___restrict__] = ACTIONS(2188), + [anon_sym__Atomic] = ACTIONS(2188), + [anon_sym__Noreturn] = ACTIONS(2188), + [anon_sym_noreturn] = ACTIONS(2188), + [sym_primitive_type] = ACTIONS(2188), + [anon_sym_enum] = ACTIONS(2188), + [anon_sym_COLON] = ACTIONS(2190), + [anon_sym_struct] = ACTIONS(2188), + [anon_sym_union] = ACTIONS(2188), + [anon_sym_if] = ACTIONS(2188), + [anon_sym_switch] = ACTIONS(2188), + [anon_sym_case] = ACTIONS(2188), + [anon_sym_default] = ACTIONS(2188), + [anon_sym_while] = ACTIONS(2188), + [anon_sym_do] = ACTIONS(2188), + [anon_sym_for] = ACTIONS(2188), + [anon_sym_return] = ACTIONS(2188), + [anon_sym_break] = ACTIONS(2188), + [anon_sym_continue] = ACTIONS(2188), + [anon_sym_goto] = ACTIONS(2188), + [anon_sym_DASH_DASH] = ACTIONS(2190), + [anon_sym_PLUS_PLUS] = ACTIONS(2190), + [anon_sym_sizeof] = ACTIONS(2188), + [anon_sym___alignof__] = ACTIONS(2188), + [anon_sym___alignof] = ACTIONS(2188), + [anon_sym__alignof] = ACTIONS(2188), + [anon_sym_alignof] = ACTIONS(2188), + [anon_sym__Alignof] = ACTIONS(2188), + [anon_sym_offsetof] = ACTIONS(2188), + [anon_sym__Generic] = ACTIONS(2188), + [anon_sym_asm] = ACTIONS(2188), + [anon_sym___asm__] = ACTIONS(2188), + [sym_number_literal] = ACTIONS(2190), + [anon_sym_L_SQUOTE] = ACTIONS(2190), + [anon_sym_u_SQUOTE] = ACTIONS(2190), + [anon_sym_U_SQUOTE] = ACTIONS(2190), + [anon_sym_u8_SQUOTE] = ACTIONS(2190), + [anon_sym_SQUOTE] = ACTIONS(2190), + [anon_sym_L_DQUOTE] = ACTIONS(2190), + [anon_sym_u_DQUOTE] = ACTIONS(2190), + [anon_sym_U_DQUOTE] = ACTIONS(2190), + [anon_sym_u8_DQUOTE] = ACTIONS(2190), + [anon_sym_DQUOTE] = ACTIONS(2190), + [sym_true] = ACTIONS(2188), + [sym_false] = ACTIONS(2188), + [anon_sym_NULL] = ACTIONS(2188), + [anon_sym_nullptr] = ACTIONS(2188), [sym_comment] = ACTIONS(3), }, [544] = { [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1210), + [sym__declaration_specifiers] = STATE(1242), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), - [sym__abstract_declarator] = STATE(1585), - [sym_abstract_parenthesized_declarator] = STATE(1516), - [sym_abstract_pointer_declarator] = STATE(1516), - [sym_abstract_function_declarator] = STATE(1516), - [sym_abstract_array_declarator] = STATE(1516), + [sym__abstract_declarator] = STATE(1578), + [sym_abstract_parenthesized_declarator] = STATE(1525), + [sym_abstract_pointer_declarator] = STATE(1525), + [sym_abstract_function_declarator] = STATE(1525), + [sym_abstract_array_declarator] = STATE(1525), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_variadic_parameter] = STATE(1605), - [sym_parameter_list] = STATE(1515), - [sym_parameter_declaration] = STATE(1605), - [sym_macro_type_specifier] = STATE(1000), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_variadic_parameter] = STATE(1610), + [sym_parameter_list] = STATE(1511), + [sym_parameter_declaration] = STATE(1610), + [sym_macro_type_specifier] = STATE(997), [sym_layout_specification] = STATE(674), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [aux_sym_parameter_declaration_repeat1] = STATE(674), [sym_identifier] = ACTIONS(1572), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2158), - [anon_sym_RPAREN] = ACTIONS(2160), - [anon_sym_LPAREN2] = ACTIONS(2204), - [anon_sym_STAR] = ACTIONS(2206), - [anon_sym_precise] = ACTIONS(2166), - [anon_sym_in] = ACTIONS(2166), - [anon_sym_out] = ACTIONS(2166), - [anon_sym_inout] = ACTIONS(2166), - [anon_sym_uniform] = ACTIONS(2166), - [anon_sym_shared] = ACTIONS(2166), - [anon_sym_attribute] = ACTIONS(2166), - [anon_sym_varying] = ACTIONS(2166), - [anon_sym_buffer] = ACTIONS(2166), - [anon_sym_coherent] = ACTIONS(2166), - [anon_sym_readonly] = ACTIONS(2166), - [anon_sym_writeonly] = ACTIONS(2166), - [anon_sym_centroid] = ACTIONS(2166), - [anon_sym_sample] = ACTIONS(2166), - [anon_sym_patch] = ACTIONS(2166), - [anon_sym_smooth] = ACTIONS(2166), - [anon_sym_flat] = ACTIONS(2166), - [anon_sym_noperspective] = ACTIONS(2166), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2146), + [anon_sym_RPAREN] = ACTIONS(2148), + [anon_sym_LPAREN2] = ACTIONS(2192), + [anon_sym_STAR] = ACTIONS(2194), + [anon_sym_precise] = ACTIONS(2154), + [anon_sym_in] = ACTIONS(2154), + [anon_sym_out] = ACTIONS(2154), + [anon_sym_inout] = ACTIONS(2154), + [anon_sym_uniform] = ACTIONS(2154), + [anon_sym_shared] = ACTIONS(2154), + [anon_sym_attribute] = ACTIONS(2154), + [anon_sym_varying] = ACTIONS(2154), + [anon_sym_buffer] = ACTIONS(2154), + [anon_sym_coherent] = ACTIONS(2154), + [anon_sym_readonly] = ACTIONS(2154), + [anon_sym_writeonly] = ACTIONS(2154), + [anon_sym_centroid] = ACTIONS(2154), + [anon_sym_sample] = ACTIONS(2154), + [anon_sym_patch] = ACTIONS(2154), + [anon_sym_smooth] = ACTIONS(2154), + [anon_sym_flat] = ACTIONS(2154), + [anon_sym_noperspective] = ACTIONS(2154), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), @@ -90430,7 +90425,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), [anon_sym_short] = ACTIONS(49), - [anon_sym_LBRACK] = ACTIONS(2170), + [anon_sym_LBRACK] = ACTIONS(2158), [anon_sym_static] = ACTIONS(51), [anon_sym_auto] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -90450,1552 +90445,337 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_noreturn] = ACTIONS(53), [sym_primitive_type] = ACTIONS(55), [anon_sym_enum] = ACTIONS(57), - [anon_sym_struct] = ACTIONS(59), - [anon_sym_union] = ACTIONS(61), - [sym_comment] = ACTIONS(3), - [anon_sym_layout] = ACTIONS(2172), - }, - [545] = { - [sym__expression] = STATE(933), - [sym__expression_not_binary] = STATE(900), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), - [sym_pointer_expression] = STATE(971), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), - [sym_subscript_expression] = STATE(971), - [sym_call_expression] = STATE(971), - [sym_gnu_asm_expression] = STATE(900), - [sym_field_expression] = STATE(971), - [sym_compound_literal_expression] = STATE(900), - [sym_parenthesized_expression] = STATE(971), - [sym_initializer_list] = STATE(911), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [sym_identifier] = ACTIONS(2208), - [anon_sym_LPAREN2] = ACTIONS(2210), - [anon_sym_BANG] = ACTIONS(2212), - [anon_sym_TILDE] = ACTIONS(2214), - [anon_sym_DASH] = ACTIONS(2212), - [anon_sym_PLUS] = ACTIONS(2212), - [anon_sym_STAR] = ACTIONS(2216), - [anon_sym_SLASH] = ACTIONS(1797), - [anon_sym_PERCENT] = ACTIONS(1787), - [anon_sym_PIPE_PIPE] = ACTIONS(1787), - [anon_sym_AMP_AMP] = ACTIONS(1787), - [anon_sym_PIPE] = ACTIONS(1797), - [anon_sym_CARET] = ACTIONS(1787), - [anon_sym_AMP] = ACTIONS(1856), - [anon_sym_EQ_EQ] = ACTIONS(1787), - [anon_sym_BANG_EQ] = ACTIONS(1787), - [anon_sym_GT] = ACTIONS(1797), - [anon_sym_GT_EQ] = ACTIONS(1787), - [anon_sym_LT_EQ] = ACTIONS(1787), - [anon_sym_LT] = ACTIONS(1797), - [anon_sym_LT_LT] = ACTIONS(1787), - [anon_sym_GT_GT] = ACTIONS(1787), - [anon_sym_LBRACE] = ACTIONS(1799), - [anon_sym_LBRACK] = ACTIONS(1787), - [anon_sym_RBRACK] = ACTIONS(1787), - [anon_sym_QMARK] = ACTIONS(1787), - [anon_sym_DASH_DASH] = ACTIONS(2218), - [anon_sym_PLUS_PLUS] = ACTIONS(2218), - [anon_sym_sizeof] = ACTIONS(2220), - [anon_sym___alignof__] = ACTIONS(89), - [anon_sym___alignof] = ACTIONS(89), - [anon_sym__alignof] = ACTIONS(89), - [anon_sym_alignof] = ACTIONS(89), - [anon_sym__Alignof] = ACTIONS(89), - [anon_sym_offsetof] = ACTIONS(91), - [anon_sym__Generic] = ACTIONS(93), - [anon_sym_asm] = ACTIONS(95), - [anon_sym___asm__] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(1797), - [anon_sym_DASH_GT] = ACTIONS(1787), - [sym_number_literal] = ACTIONS(169), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(171), - [sym_false] = ACTIONS(171), - [anon_sym_NULL] = ACTIONS(105), - [anon_sym_nullptr] = ACTIONS(105), - [sym_comment] = ACTIONS(3), - }, - [546] = { - [sym_identifier] = ACTIONS(2222), - [aux_sym_preproc_def_token1] = ACTIONS(2222), - [aux_sym_preproc_if_token1] = ACTIONS(2222), - [aux_sym_preproc_if_token2] = ACTIONS(2222), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2222), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2222), - [aux_sym_preproc_else_token1] = ACTIONS(2222), - [aux_sym_preproc_elif_token1] = ACTIONS(2222), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2222), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2222), - [sym_preproc_directive] = ACTIONS(2222), - [anon_sym_subroutine] = ACTIONS(2222), - [anon_sym_invariant] = ACTIONS(2222), - [anon_sym_precise] = ACTIONS(2222), - [anon_sym_in] = ACTIONS(2222), - [anon_sym_out] = ACTIONS(2222), - [anon_sym_inout] = ACTIONS(2222), - [anon_sym_uniform] = ACTIONS(2222), - [anon_sym_shared] = ACTIONS(2222), - [anon_sym_attribute] = ACTIONS(2222), - [anon_sym_varying] = ACTIONS(2222), - [anon_sym_buffer] = ACTIONS(2222), - [anon_sym_coherent] = ACTIONS(2222), - [anon_sym_readonly] = ACTIONS(2222), - [anon_sym_writeonly] = ACTIONS(2222), - [anon_sym_precision] = ACTIONS(2222), - [anon_sym_highp] = ACTIONS(2222), - [anon_sym_mediump] = ACTIONS(2222), - [anon_sym_lowp] = ACTIONS(2222), - [anon_sym_centroid] = ACTIONS(2222), - [anon_sym_sample] = ACTIONS(2222), - [anon_sym_patch] = ACTIONS(2222), - [anon_sym_smooth] = ACTIONS(2222), - [anon_sym_flat] = ACTIONS(2222), - [anon_sym_noperspective] = ACTIONS(2222), - [anon_sym___extension__] = ACTIONS(2222), - [anon_sym_extern] = ACTIONS(2222), - [anon_sym___attribute__] = ACTIONS(2222), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2224), - [anon_sym___declspec] = ACTIONS(2222), - [anon_sym_signed] = ACTIONS(2222), - [anon_sym_unsigned] = ACTIONS(2222), - [anon_sym_long] = ACTIONS(2222), - [anon_sym_short] = ACTIONS(2222), - [anon_sym_static] = ACTIONS(2222), - [anon_sym_auto] = ACTIONS(2222), - [anon_sym_register] = ACTIONS(2222), - [anon_sym_inline] = ACTIONS(2222), - [anon_sym___inline] = ACTIONS(2222), - [anon_sym___inline__] = ACTIONS(2222), - [anon_sym___forceinline] = ACTIONS(2222), - [anon_sym_thread_local] = ACTIONS(2222), - [anon_sym___thread] = ACTIONS(2222), - [anon_sym_const] = ACTIONS(2222), - [anon_sym_constexpr] = ACTIONS(2222), - [anon_sym_volatile] = ACTIONS(2222), - [anon_sym_restrict] = ACTIONS(2222), - [anon_sym___restrict__] = ACTIONS(2222), - [anon_sym__Atomic] = ACTIONS(2222), - [anon_sym__Noreturn] = ACTIONS(2222), - [anon_sym_noreturn] = ACTIONS(2222), - [sym_primitive_type] = ACTIONS(2222), - [anon_sym_enum] = ACTIONS(2222), - [anon_sym_struct] = ACTIONS(2222), - [anon_sym_union] = ACTIONS(2222), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2222), - [anon_sym_rayPayloadInEXT] = ACTIONS(2222), - [anon_sym_hitAttributeEXT] = ACTIONS(2222), - [anon_sym_callableDataEXT] = ACTIONS(2222), - [anon_sym_callableDataInEXT] = ACTIONS(2222), - [anon_sym_shaderRecordEXT] = ACTIONS(2222), - [anon_sym_rayPayloadNV] = ACTIONS(2222), - [anon_sym_rayPayloadInNV] = ACTIONS(2222), - [anon_sym_hitAttributeNV] = ACTIONS(2222), - [anon_sym_callableDataNV] = ACTIONS(2222), - [anon_sym_callableDataInNV] = ACTIONS(2222), - [anon_sym_shaderRecordNV] = ACTIONS(2222), - [anon_sym_layout] = ACTIONS(2222), - }, - [547] = { - [sym_identifier] = ACTIONS(2226), - [aux_sym_preproc_def_token1] = ACTIONS(2226), - [aux_sym_preproc_if_token1] = ACTIONS(2226), - [aux_sym_preproc_if_token2] = ACTIONS(2226), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2226), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2226), - [aux_sym_preproc_else_token1] = ACTIONS(2226), - [aux_sym_preproc_elif_token1] = ACTIONS(2226), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2226), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2226), - [sym_preproc_directive] = ACTIONS(2226), - [anon_sym_subroutine] = ACTIONS(2226), - [anon_sym_invariant] = ACTIONS(2226), - [anon_sym_precise] = ACTIONS(2226), - [anon_sym_in] = ACTIONS(2226), - [anon_sym_out] = ACTIONS(2226), - [anon_sym_inout] = ACTIONS(2226), - [anon_sym_uniform] = ACTIONS(2226), - [anon_sym_shared] = ACTIONS(2226), - [anon_sym_attribute] = ACTIONS(2226), - [anon_sym_varying] = ACTIONS(2226), - [anon_sym_buffer] = ACTIONS(2226), - [anon_sym_coherent] = ACTIONS(2226), - [anon_sym_readonly] = ACTIONS(2226), - [anon_sym_writeonly] = ACTIONS(2226), - [anon_sym_precision] = ACTIONS(2226), - [anon_sym_highp] = ACTIONS(2226), - [anon_sym_mediump] = ACTIONS(2226), - [anon_sym_lowp] = ACTIONS(2226), - [anon_sym_centroid] = ACTIONS(2226), - [anon_sym_sample] = ACTIONS(2226), - [anon_sym_patch] = ACTIONS(2226), - [anon_sym_smooth] = ACTIONS(2226), - [anon_sym_flat] = ACTIONS(2226), - [anon_sym_noperspective] = ACTIONS(2226), - [anon_sym___extension__] = ACTIONS(2226), - [anon_sym_extern] = ACTIONS(2226), - [anon_sym___attribute__] = ACTIONS(2226), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2228), - [anon_sym___declspec] = ACTIONS(2226), - [anon_sym_signed] = ACTIONS(2226), - [anon_sym_unsigned] = ACTIONS(2226), - [anon_sym_long] = ACTIONS(2226), - [anon_sym_short] = ACTIONS(2226), - [anon_sym_static] = ACTIONS(2226), - [anon_sym_auto] = ACTIONS(2226), - [anon_sym_register] = ACTIONS(2226), - [anon_sym_inline] = ACTIONS(2226), - [anon_sym___inline] = ACTIONS(2226), - [anon_sym___inline__] = ACTIONS(2226), - [anon_sym___forceinline] = ACTIONS(2226), - [anon_sym_thread_local] = ACTIONS(2226), - [anon_sym___thread] = ACTIONS(2226), - [anon_sym_const] = ACTIONS(2226), - [anon_sym_constexpr] = ACTIONS(2226), - [anon_sym_volatile] = ACTIONS(2226), - [anon_sym_restrict] = ACTIONS(2226), - [anon_sym___restrict__] = ACTIONS(2226), - [anon_sym__Atomic] = ACTIONS(2226), - [anon_sym__Noreturn] = ACTIONS(2226), - [anon_sym_noreturn] = ACTIONS(2226), - [sym_primitive_type] = ACTIONS(2226), - [anon_sym_enum] = ACTIONS(2226), - [anon_sym_struct] = ACTIONS(2226), - [anon_sym_union] = ACTIONS(2226), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2226), - [anon_sym_rayPayloadInEXT] = ACTIONS(2226), - [anon_sym_hitAttributeEXT] = ACTIONS(2226), - [anon_sym_callableDataEXT] = ACTIONS(2226), - [anon_sym_callableDataInEXT] = ACTIONS(2226), - [anon_sym_shaderRecordEXT] = ACTIONS(2226), - [anon_sym_rayPayloadNV] = ACTIONS(2226), - [anon_sym_rayPayloadInNV] = ACTIONS(2226), - [anon_sym_hitAttributeNV] = ACTIONS(2226), - [anon_sym_callableDataNV] = ACTIONS(2226), - [anon_sym_callableDataInNV] = ACTIONS(2226), - [anon_sym_shaderRecordNV] = ACTIONS(2226), - [anon_sym_layout] = ACTIONS(2226), - }, - [548] = { - [sym_identifier] = ACTIONS(1556), - [aux_sym_preproc_def_token1] = ACTIONS(1556), - [aux_sym_preproc_if_token1] = ACTIONS(1556), - [aux_sym_preproc_if_token2] = ACTIONS(1556), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1556), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1556), - [aux_sym_preproc_else_token1] = ACTIONS(1556), - [aux_sym_preproc_elif_token1] = ACTIONS(1556), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1556), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1556), - [sym_preproc_directive] = ACTIONS(1556), - [anon_sym_subroutine] = ACTIONS(1556), - [anon_sym_invariant] = ACTIONS(1556), - [anon_sym_precise] = ACTIONS(1556), - [anon_sym_in] = ACTIONS(1556), - [anon_sym_out] = ACTIONS(1556), - [anon_sym_inout] = ACTIONS(1556), - [anon_sym_uniform] = ACTIONS(1556), - [anon_sym_shared] = ACTIONS(1556), - [anon_sym_attribute] = ACTIONS(1556), - [anon_sym_varying] = ACTIONS(1556), - [anon_sym_buffer] = ACTIONS(1556), - [anon_sym_coherent] = ACTIONS(1556), - [anon_sym_readonly] = ACTIONS(1556), - [anon_sym_writeonly] = ACTIONS(1556), - [anon_sym_precision] = ACTIONS(1556), - [anon_sym_highp] = ACTIONS(1556), - [anon_sym_mediump] = ACTIONS(1556), - [anon_sym_lowp] = ACTIONS(1556), - [anon_sym_centroid] = ACTIONS(1556), - [anon_sym_sample] = ACTIONS(1556), - [anon_sym_patch] = ACTIONS(1556), - [anon_sym_smooth] = ACTIONS(1556), - [anon_sym_flat] = ACTIONS(1556), - [anon_sym_noperspective] = ACTIONS(1556), - [anon_sym___extension__] = ACTIONS(1556), - [anon_sym_extern] = ACTIONS(1556), - [anon_sym___attribute__] = ACTIONS(1556), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1558), - [anon_sym___declspec] = ACTIONS(1556), - [anon_sym_signed] = ACTIONS(1556), - [anon_sym_unsigned] = ACTIONS(1556), - [anon_sym_long] = ACTIONS(1556), - [anon_sym_short] = ACTIONS(1556), - [anon_sym_static] = ACTIONS(1556), - [anon_sym_auto] = ACTIONS(1556), - [anon_sym_register] = ACTIONS(1556), - [anon_sym_inline] = ACTIONS(1556), - [anon_sym___inline] = ACTIONS(1556), - [anon_sym___inline__] = ACTIONS(1556), - [anon_sym___forceinline] = ACTIONS(1556), - [anon_sym_thread_local] = ACTIONS(1556), - [anon_sym___thread] = ACTIONS(1556), - [anon_sym_const] = ACTIONS(1556), - [anon_sym_constexpr] = ACTIONS(1556), - [anon_sym_volatile] = ACTIONS(1556), - [anon_sym_restrict] = ACTIONS(1556), - [anon_sym___restrict__] = ACTIONS(1556), - [anon_sym__Atomic] = ACTIONS(1556), - [anon_sym__Noreturn] = ACTIONS(1556), - [anon_sym_noreturn] = ACTIONS(1556), - [sym_primitive_type] = ACTIONS(1556), - [anon_sym_enum] = ACTIONS(1556), - [anon_sym_struct] = ACTIONS(1556), - [anon_sym_union] = ACTIONS(1556), + [anon_sym_struct] = ACTIONS(59), + [anon_sym_union] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1556), - [anon_sym_rayPayloadInEXT] = ACTIONS(1556), - [anon_sym_hitAttributeEXT] = ACTIONS(1556), - [anon_sym_callableDataEXT] = ACTIONS(1556), - [anon_sym_callableDataInEXT] = ACTIONS(1556), - [anon_sym_shaderRecordEXT] = ACTIONS(1556), - [anon_sym_rayPayloadNV] = ACTIONS(1556), - [anon_sym_rayPayloadInNV] = ACTIONS(1556), - [anon_sym_hitAttributeNV] = ACTIONS(1556), - [anon_sym_callableDataNV] = ACTIONS(1556), - [anon_sym_callableDataInNV] = ACTIONS(1556), - [anon_sym_shaderRecordNV] = ACTIONS(1556), - [anon_sym_layout] = ACTIONS(1556), - }, - [549] = { - [sym_identifier] = ACTIONS(2230), - [aux_sym_preproc_def_token1] = ACTIONS(2230), - [aux_sym_preproc_if_token1] = ACTIONS(2230), - [aux_sym_preproc_if_token2] = ACTIONS(2230), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2230), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2230), - [aux_sym_preproc_else_token1] = ACTIONS(2230), - [aux_sym_preproc_elif_token1] = ACTIONS(2230), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2230), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2230), - [sym_preproc_directive] = ACTIONS(2230), - [anon_sym_subroutine] = ACTIONS(2230), - [anon_sym_invariant] = ACTIONS(2230), - [anon_sym_precise] = ACTIONS(2230), - [anon_sym_in] = ACTIONS(2230), - [anon_sym_out] = ACTIONS(2230), - [anon_sym_inout] = ACTIONS(2230), - [anon_sym_uniform] = ACTIONS(2230), - [anon_sym_shared] = ACTIONS(2230), - [anon_sym_attribute] = ACTIONS(2230), - [anon_sym_varying] = ACTIONS(2230), - [anon_sym_buffer] = ACTIONS(2230), - [anon_sym_coherent] = ACTIONS(2230), - [anon_sym_readonly] = ACTIONS(2230), - [anon_sym_writeonly] = ACTIONS(2230), - [anon_sym_precision] = ACTIONS(2230), - [anon_sym_highp] = ACTIONS(2230), - [anon_sym_mediump] = ACTIONS(2230), - [anon_sym_lowp] = ACTIONS(2230), - [anon_sym_centroid] = ACTIONS(2230), - [anon_sym_sample] = ACTIONS(2230), - [anon_sym_patch] = ACTIONS(2230), - [anon_sym_smooth] = ACTIONS(2230), - [anon_sym_flat] = ACTIONS(2230), - [anon_sym_noperspective] = ACTIONS(2230), - [anon_sym___extension__] = ACTIONS(2230), - [anon_sym_extern] = ACTIONS(2230), - [anon_sym___attribute__] = ACTIONS(2230), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2232), - [anon_sym___declspec] = ACTIONS(2230), - [anon_sym_signed] = ACTIONS(2230), - [anon_sym_unsigned] = ACTIONS(2230), - [anon_sym_long] = ACTIONS(2230), - [anon_sym_short] = ACTIONS(2230), - [anon_sym_static] = ACTIONS(2230), - [anon_sym_auto] = ACTIONS(2230), - [anon_sym_register] = ACTIONS(2230), - [anon_sym_inline] = ACTIONS(2230), - [anon_sym___inline] = ACTIONS(2230), - [anon_sym___inline__] = ACTIONS(2230), - [anon_sym___forceinline] = ACTIONS(2230), - [anon_sym_thread_local] = ACTIONS(2230), - [anon_sym___thread] = ACTIONS(2230), - [anon_sym_const] = ACTIONS(2230), - [anon_sym_constexpr] = ACTIONS(2230), - [anon_sym_volatile] = ACTIONS(2230), - [anon_sym_restrict] = ACTIONS(2230), - [anon_sym___restrict__] = ACTIONS(2230), - [anon_sym__Atomic] = ACTIONS(2230), - [anon_sym__Noreturn] = ACTIONS(2230), - [anon_sym_noreturn] = ACTIONS(2230), - [sym_primitive_type] = ACTIONS(2230), - [anon_sym_enum] = ACTIONS(2230), - [anon_sym_struct] = ACTIONS(2230), - [anon_sym_union] = ACTIONS(2230), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2230), - [anon_sym_rayPayloadInEXT] = ACTIONS(2230), - [anon_sym_hitAttributeEXT] = ACTIONS(2230), - [anon_sym_callableDataEXT] = ACTIONS(2230), - [anon_sym_callableDataInEXT] = ACTIONS(2230), - [anon_sym_shaderRecordEXT] = ACTIONS(2230), - [anon_sym_rayPayloadNV] = ACTIONS(2230), - [anon_sym_rayPayloadInNV] = ACTIONS(2230), - [anon_sym_hitAttributeNV] = ACTIONS(2230), - [anon_sym_callableDataNV] = ACTIONS(2230), - [anon_sym_callableDataInNV] = ACTIONS(2230), - [anon_sym_shaderRecordNV] = ACTIONS(2230), - [anon_sym_layout] = ACTIONS(2230), - }, - [550] = { - [sym_identifier] = ACTIONS(2234), - [aux_sym_preproc_def_token1] = ACTIONS(2234), - [aux_sym_preproc_if_token1] = ACTIONS(2234), - [aux_sym_preproc_if_token2] = ACTIONS(2234), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2234), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2234), - [aux_sym_preproc_else_token1] = ACTIONS(2234), - [aux_sym_preproc_elif_token1] = ACTIONS(2234), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2234), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2234), - [sym_preproc_directive] = ACTIONS(2234), - [anon_sym_subroutine] = ACTIONS(2234), - [anon_sym_invariant] = ACTIONS(2234), - [anon_sym_precise] = ACTIONS(2234), - [anon_sym_in] = ACTIONS(2234), - [anon_sym_out] = ACTIONS(2234), - [anon_sym_inout] = ACTIONS(2234), - [anon_sym_uniform] = ACTIONS(2234), - [anon_sym_shared] = ACTIONS(2234), - [anon_sym_attribute] = ACTIONS(2234), - [anon_sym_varying] = ACTIONS(2234), - [anon_sym_buffer] = ACTIONS(2234), - [anon_sym_coherent] = ACTIONS(2234), - [anon_sym_readonly] = ACTIONS(2234), - [anon_sym_writeonly] = ACTIONS(2234), - [anon_sym_precision] = ACTIONS(2234), - [anon_sym_highp] = ACTIONS(2234), - [anon_sym_mediump] = ACTIONS(2234), - [anon_sym_lowp] = ACTIONS(2234), - [anon_sym_centroid] = ACTIONS(2234), - [anon_sym_sample] = ACTIONS(2234), - [anon_sym_patch] = ACTIONS(2234), - [anon_sym_smooth] = ACTIONS(2234), - [anon_sym_flat] = ACTIONS(2234), - [anon_sym_noperspective] = ACTIONS(2234), - [anon_sym___extension__] = ACTIONS(2234), - [anon_sym_extern] = ACTIONS(2234), - [anon_sym___attribute__] = ACTIONS(2234), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2236), - [anon_sym___declspec] = ACTIONS(2234), - [anon_sym_signed] = ACTIONS(2234), - [anon_sym_unsigned] = ACTIONS(2234), - [anon_sym_long] = ACTIONS(2234), - [anon_sym_short] = ACTIONS(2234), - [anon_sym_static] = ACTIONS(2234), - [anon_sym_auto] = ACTIONS(2234), - [anon_sym_register] = ACTIONS(2234), - [anon_sym_inline] = ACTIONS(2234), - [anon_sym___inline] = ACTIONS(2234), - [anon_sym___inline__] = ACTIONS(2234), - [anon_sym___forceinline] = ACTIONS(2234), - [anon_sym_thread_local] = ACTIONS(2234), - [anon_sym___thread] = ACTIONS(2234), - [anon_sym_const] = ACTIONS(2234), - [anon_sym_constexpr] = ACTIONS(2234), - [anon_sym_volatile] = ACTIONS(2234), - [anon_sym_restrict] = ACTIONS(2234), - [anon_sym___restrict__] = ACTIONS(2234), - [anon_sym__Atomic] = ACTIONS(2234), - [anon_sym__Noreturn] = ACTIONS(2234), - [anon_sym_noreturn] = ACTIONS(2234), - [sym_primitive_type] = ACTIONS(2234), - [anon_sym_enum] = ACTIONS(2234), - [anon_sym_struct] = ACTIONS(2234), - [anon_sym_union] = ACTIONS(2234), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2234), - [anon_sym_rayPayloadInEXT] = ACTIONS(2234), - [anon_sym_hitAttributeEXT] = ACTIONS(2234), - [anon_sym_callableDataEXT] = ACTIONS(2234), - [anon_sym_callableDataInEXT] = ACTIONS(2234), - [anon_sym_shaderRecordEXT] = ACTIONS(2234), - [anon_sym_rayPayloadNV] = ACTIONS(2234), - [anon_sym_rayPayloadInNV] = ACTIONS(2234), - [anon_sym_hitAttributeNV] = ACTIONS(2234), - [anon_sym_callableDataNV] = ACTIONS(2234), - [anon_sym_callableDataInNV] = ACTIONS(2234), - [anon_sym_shaderRecordNV] = ACTIONS(2234), - [anon_sym_layout] = ACTIONS(2234), - }, - [551] = { - [sym_identifier] = ACTIONS(2238), - [aux_sym_preproc_def_token1] = ACTIONS(2238), - [aux_sym_preproc_if_token1] = ACTIONS(2238), - [aux_sym_preproc_if_token2] = ACTIONS(2238), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2238), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2238), - [aux_sym_preproc_else_token1] = ACTIONS(2238), - [aux_sym_preproc_elif_token1] = ACTIONS(2238), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2238), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2238), - [sym_preproc_directive] = ACTIONS(2238), - [anon_sym_subroutine] = ACTIONS(2238), - [anon_sym_invariant] = ACTIONS(2238), - [anon_sym_precise] = ACTIONS(2238), - [anon_sym_in] = ACTIONS(2238), - [anon_sym_out] = ACTIONS(2238), - [anon_sym_inout] = ACTIONS(2238), - [anon_sym_uniform] = ACTIONS(2238), - [anon_sym_shared] = ACTIONS(2238), - [anon_sym_attribute] = ACTIONS(2238), - [anon_sym_varying] = ACTIONS(2238), - [anon_sym_buffer] = ACTIONS(2238), - [anon_sym_coherent] = ACTIONS(2238), - [anon_sym_readonly] = ACTIONS(2238), - [anon_sym_writeonly] = ACTIONS(2238), - [anon_sym_precision] = ACTIONS(2238), - [anon_sym_highp] = ACTIONS(2238), - [anon_sym_mediump] = ACTIONS(2238), - [anon_sym_lowp] = ACTIONS(2238), - [anon_sym_centroid] = ACTIONS(2238), - [anon_sym_sample] = ACTIONS(2238), - [anon_sym_patch] = ACTIONS(2238), - [anon_sym_smooth] = ACTIONS(2238), - [anon_sym_flat] = ACTIONS(2238), - [anon_sym_noperspective] = ACTIONS(2238), - [anon_sym___extension__] = ACTIONS(2238), - [anon_sym_extern] = ACTIONS(2238), - [anon_sym___attribute__] = ACTIONS(2238), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2240), - [anon_sym___declspec] = ACTIONS(2238), - [anon_sym_signed] = ACTIONS(2238), - [anon_sym_unsigned] = ACTIONS(2238), - [anon_sym_long] = ACTIONS(2238), - [anon_sym_short] = ACTIONS(2238), - [anon_sym_static] = ACTIONS(2238), - [anon_sym_auto] = ACTIONS(2238), - [anon_sym_register] = ACTIONS(2238), - [anon_sym_inline] = ACTIONS(2238), - [anon_sym___inline] = ACTIONS(2238), - [anon_sym___inline__] = ACTIONS(2238), - [anon_sym___forceinline] = ACTIONS(2238), - [anon_sym_thread_local] = ACTIONS(2238), - [anon_sym___thread] = ACTIONS(2238), - [anon_sym_const] = ACTIONS(2238), - [anon_sym_constexpr] = ACTIONS(2238), - [anon_sym_volatile] = ACTIONS(2238), - [anon_sym_restrict] = ACTIONS(2238), - [anon_sym___restrict__] = ACTIONS(2238), - [anon_sym__Atomic] = ACTIONS(2238), - [anon_sym__Noreturn] = ACTIONS(2238), - [anon_sym_noreturn] = ACTIONS(2238), - [sym_primitive_type] = ACTIONS(2238), - [anon_sym_enum] = ACTIONS(2238), - [anon_sym_struct] = ACTIONS(2238), - [anon_sym_union] = ACTIONS(2238), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2238), - [anon_sym_rayPayloadInEXT] = ACTIONS(2238), - [anon_sym_hitAttributeEXT] = ACTIONS(2238), - [anon_sym_callableDataEXT] = ACTIONS(2238), - [anon_sym_callableDataInEXT] = ACTIONS(2238), - [anon_sym_shaderRecordEXT] = ACTIONS(2238), - [anon_sym_rayPayloadNV] = ACTIONS(2238), - [anon_sym_rayPayloadInNV] = ACTIONS(2238), - [anon_sym_hitAttributeNV] = ACTIONS(2238), - [anon_sym_callableDataNV] = ACTIONS(2238), - [anon_sym_callableDataInNV] = ACTIONS(2238), - [anon_sym_shaderRecordNV] = ACTIONS(2238), - [anon_sym_layout] = ACTIONS(2238), - }, - [552] = { - [sym_identifier] = ACTIONS(2242), - [aux_sym_preproc_def_token1] = ACTIONS(2242), - [aux_sym_preproc_if_token1] = ACTIONS(2242), - [aux_sym_preproc_if_token2] = ACTIONS(2242), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2242), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2242), - [aux_sym_preproc_else_token1] = ACTIONS(2242), - [aux_sym_preproc_elif_token1] = ACTIONS(2242), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2242), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2242), - [sym_preproc_directive] = ACTIONS(2242), - [anon_sym_subroutine] = ACTIONS(2242), - [anon_sym_invariant] = ACTIONS(2242), - [anon_sym_precise] = ACTIONS(2242), - [anon_sym_in] = ACTIONS(2242), - [anon_sym_out] = ACTIONS(2242), - [anon_sym_inout] = ACTIONS(2242), - [anon_sym_uniform] = ACTIONS(2242), - [anon_sym_shared] = ACTIONS(2242), - [anon_sym_attribute] = ACTIONS(2242), - [anon_sym_varying] = ACTIONS(2242), - [anon_sym_buffer] = ACTIONS(2242), - [anon_sym_coherent] = ACTIONS(2242), - [anon_sym_readonly] = ACTIONS(2242), - [anon_sym_writeonly] = ACTIONS(2242), - [anon_sym_precision] = ACTIONS(2242), - [anon_sym_highp] = ACTIONS(2242), - [anon_sym_mediump] = ACTIONS(2242), - [anon_sym_lowp] = ACTIONS(2242), - [anon_sym_centroid] = ACTIONS(2242), - [anon_sym_sample] = ACTIONS(2242), - [anon_sym_patch] = ACTIONS(2242), - [anon_sym_smooth] = ACTIONS(2242), - [anon_sym_flat] = ACTIONS(2242), - [anon_sym_noperspective] = ACTIONS(2242), - [anon_sym___extension__] = ACTIONS(2242), - [anon_sym_extern] = ACTIONS(2242), - [anon_sym___attribute__] = ACTIONS(2242), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2244), - [anon_sym___declspec] = ACTIONS(2242), - [anon_sym_signed] = ACTIONS(2242), - [anon_sym_unsigned] = ACTIONS(2242), - [anon_sym_long] = ACTIONS(2242), - [anon_sym_short] = ACTIONS(2242), - [anon_sym_static] = ACTIONS(2242), - [anon_sym_auto] = ACTIONS(2242), - [anon_sym_register] = ACTIONS(2242), - [anon_sym_inline] = ACTIONS(2242), - [anon_sym___inline] = ACTIONS(2242), - [anon_sym___inline__] = ACTIONS(2242), - [anon_sym___forceinline] = ACTIONS(2242), - [anon_sym_thread_local] = ACTIONS(2242), - [anon_sym___thread] = ACTIONS(2242), - [anon_sym_const] = ACTIONS(2242), - [anon_sym_constexpr] = ACTIONS(2242), - [anon_sym_volatile] = ACTIONS(2242), - [anon_sym_restrict] = ACTIONS(2242), - [anon_sym___restrict__] = ACTIONS(2242), - [anon_sym__Atomic] = ACTIONS(2242), - [anon_sym__Noreturn] = ACTIONS(2242), - [anon_sym_noreturn] = ACTIONS(2242), - [sym_primitive_type] = ACTIONS(2242), - [anon_sym_enum] = ACTIONS(2242), - [anon_sym_struct] = ACTIONS(2242), - [anon_sym_union] = ACTIONS(2242), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2242), - [anon_sym_rayPayloadInEXT] = ACTIONS(2242), - [anon_sym_hitAttributeEXT] = ACTIONS(2242), - [anon_sym_callableDataEXT] = ACTIONS(2242), - [anon_sym_callableDataInEXT] = ACTIONS(2242), - [anon_sym_shaderRecordEXT] = ACTIONS(2242), - [anon_sym_rayPayloadNV] = ACTIONS(2242), - [anon_sym_rayPayloadInNV] = ACTIONS(2242), - [anon_sym_hitAttributeNV] = ACTIONS(2242), - [anon_sym_callableDataNV] = ACTIONS(2242), - [anon_sym_callableDataInNV] = ACTIONS(2242), - [anon_sym_shaderRecordNV] = ACTIONS(2242), - [anon_sym_layout] = ACTIONS(2242), - }, - [553] = { - [sym_identifier] = ACTIONS(2246), - [aux_sym_preproc_def_token1] = ACTIONS(2246), - [aux_sym_preproc_if_token1] = ACTIONS(2246), - [aux_sym_preproc_if_token2] = ACTIONS(2246), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2246), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2246), - [aux_sym_preproc_else_token1] = ACTIONS(2246), - [aux_sym_preproc_elif_token1] = ACTIONS(2246), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2246), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2246), - [sym_preproc_directive] = ACTIONS(2246), - [anon_sym_subroutine] = ACTIONS(2246), - [anon_sym_invariant] = ACTIONS(2246), - [anon_sym_precise] = ACTIONS(2246), - [anon_sym_in] = ACTIONS(2246), - [anon_sym_out] = ACTIONS(2246), - [anon_sym_inout] = ACTIONS(2246), - [anon_sym_uniform] = ACTIONS(2246), - [anon_sym_shared] = ACTIONS(2246), - [anon_sym_attribute] = ACTIONS(2246), - [anon_sym_varying] = ACTIONS(2246), - [anon_sym_buffer] = ACTIONS(2246), - [anon_sym_coherent] = ACTIONS(2246), - [anon_sym_readonly] = ACTIONS(2246), - [anon_sym_writeonly] = ACTIONS(2246), - [anon_sym_precision] = ACTIONS(2246), - [anon_sym_highp] = ACTIONS(2246), - [anon_sym_mediump] = ACTIONS(2246), - [anon_sym_lowp] = ACTIONS(2246), - [anon_sym_centroid] = ACTIONS(2246), - [anon_sym_sample] = ACTIONS(2246), - [anon_sym_patch] = ACTIONS(2246), - [anon_sym_smooth] = ACTIONS(2246), - [anon_sym_flat] = ACTIONS(2246), - [anon_sym_noperspective] = ACTIONS(2246), - [anon_sym___extension__] = ACTIONS(2246), - [anon_sym_extern] = ACTIONS(2246), - [anon_sym___attribute__] = ACTIONS(2246), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2248), - [anon_sym___declspec] = ACTIONS(2246), - [anon_sym_signed] = ACTIONS(2246), - [anon_sym_unsigned] = ACTIONS(2246), - [anon_sym_long] = ACTIONS(2246), - [anon_sym_short] = ACTIONS(2246), - [anon_sym_static] = ACTIONS(2246), - [anon_sym_auto] = ACTIONS(2246), - [anon_sym_register] = ACTIONS(2246), - [anon_sym_inline] = ACTIONS(2246), - [anon_sym___inline] = ACTIONS(2246), - [anon_sym___inline__] = ACTIONS(2246), - [anon_sym___forceinline] = ACTIONS(2246), - [anon_sym_thread_local] = ACTIONS(2246), - [anon_sym___thread] = ACTIONS(2246), - [anon_sym_const] = ACTIONS(2246), - [anon_sym_constexpr] = ACTIONS(2246), - [anon_sym_volatile] = ACTIONS(2246), - [anon_sym_restrict] = ACTIONS(2246), - [anon_sym___restrict__] = ACTIONS(2246), - [anon_sym__Atomic] = ACTIONS(2246), - [anon_sym__Noreturn] = ACTIONS(2246), - [anon_sym_noreturn] = ACTIONS(2246), - [sym_primitive_type] = ACTIONS(2246), - [anon_sym_enum] = ACTIONS(2246), - [anon_sym_struct] = ACTIONS(2246), - [anon_sym_union] = ACTIONS(2246), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2246), - [anon_sym_rayPayloadInEXT] = ACTIONS(2246), - [anon_sym_hitAttributeEXT] = ACTIONS(2246), - [anon_sym_callableDataEXT] = ACTIONS(2246), - [anon_sym_callableDataInEXT] = ACTIONS(2246), - [anon_sym_shaderRecordEXT] = ACTIONS(2246), - [anon_sym_rayPayloadNV] = ACTIONS(2246), - [anon_sym_rayPayloadInNV] = ACTIONS(2246), - [anon_sym_hitAttributeNV] = ACTIONS(2246), - [anon_sym_callableDataNV] = ACTIONS(2246), - [anon_sym_callableDataInNV] = ACTIONS(2246), - [anon_sym_shaderRecordNV] = ACTIONS(2246), - [anon_sym_layout] = ACTIONS(2246), + [anon_sym_layout] = ACTIONS(2160), }, - [554] = { - [sym_identifier] = ACTIONS(2250), - [anon_sym_LPAREN2] = ACTIONS(2253), - [anon_sym_BANG] = ACTIONS(2253), - [anon_sym_TILDE] = ACTIONS(2253), - [anon_sym_DASH] = ACTIONS(2255), - [anon_sym_PLUS] = ACTIONS(2255), - [anon_sym_STAR] = ACTIONS(2253), - [anon_sym_AMP] = ACTIONS(2253), - [anon_sym_SEMI] = ACTIONS(2253), - [anon_sym___extension__] = ACTIONS(2257), - [anon_sym_extern] = ACTIONS(2257), - [anon_sym___attribute__] = ACTIONS(2257), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2259), - [anon_sym___declspec] = ACTIONS(2257), - [anon_sym_LBRACE] = ACTIONS(2253), - [anon_sym_signed] = ACTIONS(2257), - [anon_sym_unsigned] = ACTIONS(2257), - [anon_sym_long] = ACTIONS(2257), - [anon_sym_short] = ACTIONS(2257), - [anon_sym_static] = ACTIONS(2257), - [anon_sym_auto] = ACTIONS(2257), - [anon_sym_register] = ACTIONS(2257), - [anon_sym_inline] = ACTIONS(2257), - [anon_sym___inline] = ACTIONS(2257), - [anon_sym___inline__] = ACTIONS(2257), - [anon_sym___forceinline] = ACTIONS(2257), - [anon_sym_thread_local] = ACTIONS(2257), - [anon_sym___thread] = ACTIONS(2257), - [anon_sym_const] = ACTIONS(2257), - [anon_sym_constexpr] = ACTIONS(2257), - [anon_sym_volatile] = ACTIONS(2257), - [anon_sym_restrict] = ACTIONS(2257), - [anon_sym___restrict__] = ACTIONS(2257), - [anon_sym__Atomic] = ACTIONS(2257), - [anon_sym__Noreturn] = ACTIONS(2257), - [anon_sym_noreturn] = ACTIONS(2257), - [sym_primitive_type] = ACTIONS(2257), - [anon_sym_enum] = ACTIONS(2257), - [anon_sym_struct] = ACTIONS(2257), - [anon_sym_union] = ACTIONS(2257), - [anon_sym_if] = ACTIONS(2255), - [anon_sym_switch] = ACTIONS(2255), - [anon_sym_case] = ACTIONS(2255), - [anon_sym_default] = ACTIONS(2255), - [anon_sym_while] = ACTIONS(2255), - [anon_sym_do] = ACTIONS(2255), - [anon_sym_for] = ACTIONS(2255), - [anon_sym_return] = ACTIONS(2255), - [anon_sym_break] = ACTIONS(2255), - [anon_sym_continue] = ACTIONS(2255), - [anon_sym_goto] = ACTIONS(2255), - [anon_sym_DASH_DASH] = ACTIONS(2253), - [anon_sym_PLUS_PLUS] = ACTIONS(2253), - [anon_sym_sizeof] = ACTIONS(2255), - [anon_sym___alignof__] = ACTIONS(2255), - [anon_sym___alignof] = ACTIONS(2255), - [anon_sym__alignof] = ACTIONS(2255), - [anon_sym_alignof] = ACTIONS(2255), - [anon_sym__Alignof] = ACTIONS(2255), - [anon_sym_offsetof] = ACTIONS(2255), - [anon_sym__Generic] = ACTIONS(2255), - [anon_sym_asm] = ACTIONS(2255), - [anon_sym___asm__] = ACTIONS(2255), - [sym_number_literal] = ACTIONS(2253), - [anon_sym_L_SQUOTE] = ACTIONS(2253), - [anon_sym_u_SQUOTE] = ACTIONS(2253), - [anon_sym_U_SQUOTE] = ACTIONS(2253), - [anon_sym_u8_SQUOTE] = ACTIONS(2253), - [anon_sym_SQUOTE] = ACTIONS(2253), - [anon_sym_L_DQUOTE] = ACTIONS(2253), - [anon_sym_u_DQUOTE] = ACTIONS(2253), - [anon_sym_U_DQUOTE] = ACTIONS(2253), - [anon_sym_u8_DQUOTE] = ACTIONS(2253), - [anon_sym_DQUOTE] = ACTIONS(2253), - [sym_true] = ACTIONS(2255), - [sym_false] = ACTIONS(2255), - [anon_sym_NULL] = ACTIONS(2255), - [anon_sym_nullptr] = ACTIONS(2255), + [545] = { + [sym__expression] = STATE(941), + [sym__expression_not_binary] = STATE(897), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), + [sym_pointer_expression] = STATE(967), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), + [sym_subscript_expression] = STATE(967), + [sym_call_expression] = STATE(967), + [sym_gnu_asm_expression] = STATE(897), + [sym_field_expression] = STATE(967), + [sym_compound_literal_expression] = STATE(897), + [sym_parenthesized_expression] = STATE(967), + [sym_initializer_list] = STATE(908), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [sym_identifier] = ACTIONS(2196), + [anon_sym_LPAREN2] = ACTIONS(1787), + [anon_sym_BANG] = ACTIONS(2198), + [anon_sym_TILDE] = ACTIONS(2200), + [anon_sym_DASH] = ACTIONS(1793), + [anon_sym_PLUS] = ACTIONS(1793), + [anon_sym_STAR] = ACTIONS(1787), + [anon_sym_SLASH] = ACTIONS(1793), + [anon_sym_PERCENT] = ACTIONS(1787), + [anon_sym_PIPE_PIPE] = ACTIONS(1787), + [anon_sym_AMP_AMP] = ACTIONS(1787), + [anon_sym_PIPE] = ACTIONS(1793), + [anon_sym_CARET] = ACTIONS(1787), + [anon_sym_AMP] = ACTIONS(1793), + [anon_sym_EQ_EQ] = ACTIONS(1787), + [anon_sym_BANG_EQ] = ACTIONS(1787), + [anon_sym_GT] = ACTIONS(1793), + [anon_sym_GT_EQ] = ACTIONS(1787), + [anon_sym_LT_EQ] = ACTIONS(1787), + [anon_sym_LT] = ACTIONS(1793), + [anon_sym_LT_LT] = ACTIONS(1787), + [anon_sym_GT_GT] = ACTIONS(1787), + [anon_sym_LBRACE] = ACTIONS(1795), + [anon_sym_LBRACK] = ACTIONS(1787), + [anon_sym_RBRACK] = ACTIONS(1787), + [anon_sym_QMARK] = ACTIONS(1787), + [anon_sym_DASH_DASH] = ACTIONS(1787), + [anon_sym_PLUS_PLUS] = ACTIONS(1787), + [anon_sym_sizeof] = ACTIONS(2202), + [anon_sym___alignof__] = ACTIONS(89), + [anon_sym___alignof] = ACTIONS(89), + [anon_sym__alignof] = ACTIONS(89), + [anon_sym_alignof] = ACTIONS(89), + [anon_sym__Alignof] = ACTIONS(89), + [anon_sym_offsetof] = ACTIONS(91), + [anon_sym__Generic] = ACTIONS(93), + [anon_sym_asm] = ACTIONS(95), + [anon_sym___asm__] = ACTIONS(95), + [anon_sym_DOT] = ACTIONS(1793), + [anon_sym_DASH_GT] = ACTIONS(1787), + [sym_number_literal] = ACTIONS(169), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(171), + [sym_false] = ACTIONS(171), + [anon_sym_NULL] = ACTIONS(105), + [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, - [555] = { - [sym_identifier] = ACTIONS(2262), - [aux_sym_preproc_def_token1] = ACTIONS(2262), - [aux_sym_preproc_if_token1] = ACTIONS(2262), - [aux_sym_preproc_if_token2] = ACTIONS(2262), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2262), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2262), - [aux_sym_preproc_else_token1] = ACTIONS(2262), - [aux_sym_preproc_elif_token1] = ACTIONS(2262), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2262), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2262), - [sym_preproc_directive] = ACTIONS(2262), - [anon_sym_subroutine] = ACTIONS(2262), - [anon_sym_invariant] = ACTIONS(2262), - [anon_sym_precise] = ACTIONS(2262), - [anon_sym_in] = ACTIONS(2262), - [anon_sym_out] = ACTIONS(2262), - [anon_sym_inout] = ACTIONS(2262), - [anon_sym_uniform] = ACTIONS(2262), - [anon_sym_shared] = ACTIONS(2262), - [anon_sym_attribute] = ACTIONS(2262), - [anon_sym_varying] = ACTIONS(2262), - [anon_sym_buffer] = ACTIONS(2262), - [anon_sym_coherent] = ACTIONS(2262), - [anon_sym_readonly] = ACTIONS(2262), - [anon_sym_writeonly] = ACTIONS(2262), - [anon_sym_precision] = ACTIONS(2262), - [anon_sym_highp] = ACTIONS(2262), - [anon_sym_mediump] = ACTIONS(2262), - [anon_sym_lowp] = ACTIONS(2262), - [anon_sym_centroid] = ACTIONS(2262), - [anon_sym_sample] = ACTIONS(2262), - [anon_sym_patch] = ACTIONS(2262), - [anon_sym_smooth] = ACTIONS(2262), - [anon_sym_flat] = ACTIONS(2262), - [anon_sym_noperspective] = ACTIONS(2262), - [anon_sym___extension__] = ACTIONS(2262), - [anon_sym_extern] = ACTIONS(2262), - [anon_sym___attribute__] = ACTIONS(2262), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2264), - [anon_sym___declspec] = ACTIONS(2262), - [anon_sym_signed] = ACTIONS(2262), - [anon_sym_unsigned] = ACTIONS(2262), - [anon_sym_long] = ACTIONS(2262), - [anon_sym_short] = ACTIONS(2262), - [anon_sym_static] = ACTIONS(2262), - [anon_sym_auto] = ACTIONS(2262), - [anon_sym_register] = ACTIONS(2262), - [anon_sym_inline] = ACTIONS(2262), - [anon_sym___inline] = ACTIONS(2262), - [anon_sym___inline__] = ACTIONS(2262), - [anon_sym___forceinline] = ACTIONS(2262), - [anon_sym_thread_local] = ACTIONS(2262), - [anon_sym___thread] = ACTIONS(2262), - [anon_sym_const] = ACTIONS(2262), - [anon_sym_constexpr] = ACTIONS(2262), - [anon_sym_volatile] = ACTIONS(2262), - [anon_sym_restrict] = ACTIONS(2262), - [anon_sym___restrict__] = ACTIONS(2262), - [anon_sym__Atomic] = ACTIONS(2262), - [anon_sym__Noreturn] = ACTIONS(2262), - [anon_sym_noreturn] = ACTIONS(2262), - [sym_primitive_type] = ACTIONS(2262), - [anon_sym_enum] = ACTIONS(2262), - [anon_sym_struct] = ACTIONS(2262), - [anon_sym_union] = ACTIONS(2262), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2262), - [anon_sym_rayPayloadInEXT] = ACTIONS(2262), - [anon_sym_hitAttributeEXT] = ACTIONS(2262), - [anon_sym_callableDataEXT] = ACTIONS(2262), - [anon_sym_callableDataInEXT] = ACTIONS(2262), - [anon_sym_shaderRecordEXT] = ACTIONS(2262), - [anon_sym_rayPayloadNV] = ACTIONS(2262), - [anon_sym_rayPayloadInNV] = ACTIONS(2262), - [anon_sym_hitAttributeNV] = ACTIONS(2262), - [anon_sym_callableDataNV] = ACTIONS(2262), - [anon_sym_callableDataInNV] = ACTIONS(2262), - [anon_sym_shaderRecordNV] = ACTIONS(2262), - [anon_sym_layout] = ACTIONS(2262), - }, - [556] = { - [sym_identifier] = ACTIONS(2266), - [aux_sym_preproc_def_token1] = ACTIONS(2266), - [aux_sym_preproc_if_token1] = ACTIONS(2266), - [aux_sym_preproc_if_token2] = ACTIONS(2266), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2266), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2266), - [aux_sym_preproc_else_token1] = ACTIONS(2266), - [aux_sym_preproc_elif_token1] = ACTIONS(2266), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2266), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2266), - [sym_preproc_directive] = ACTIONS(2266), - [anon_sym_subroutine] = ACTIONS(2266), - [anon_sym_invariant] = ACTIONS(2266), - [anon_sym_precise] = ACTIONS(2266), - [anon_sym_in] = ACTIONS(2266), - [anon_sym_out] = ACTIONS(2266), - [anon_sym_inout] = ACTIONS(2266), - [anon_sym_uniform] = ACTIONS(2266), - [anon_sym_shared] = ACTIONS(2266), - [anon_sym_attribute] = ACTIONS(2266), - [anon_sym_varying] = ACTIONS(2266), - [anon_sym_buffer] = ACTIONS(2266), - [anon_sym_coherent] = ACTIONS(2266), - [anon_sym_readonly] = ACTIONS(2266), - [anon_sym_writeonly] = ACTIONS(2266), - [anon_sym_precision] = ACTIONS(2266), - [anon_sym_highp] = ACTIONS(2266), - [anon_sym_mediump] = ACTIONS(2266), - [anon_sym_lowp] = ACTIONS(2266), - [anon_sym_centroid] = ACTIONS(2266), - [anon_sym_sample] = ACTIONS(2266), - [anon_sym_patch] = ACTIONS(2266), - [anon_sym_smooth] = ACTIONS(2266), - [anon_sym_flat] = ACTIONS(2266), - [anon_sym_noperspective] = ACTIONS(2266), - [anon_sym___extension__] = ACTIONS(2266), - [anon_sym_extern] = ACTIONS(2266), - [anon_sym___attribute__] = ACTIONS(2266), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2268), - [anon_sym___declspec] = ACTIONS(2266), - [anon_sym_signed] = ACTIONS(2266), - [anon_sym_unsigned] = ACTIONS(2266), - [anon_sym_long] = ACTIONS(2266), - [anon_sym_short] = ACTIONS(2266), - [anon_sym_static] = ACTIONS(2266), - [anon_sym_auto] = ACTIONS(2266), - [anon_sym_register] = ACTIONS(2266), - [anon_sym_inline] = ACTIONS(2266), - [anon_sym___inline] = ACTIONS(2266), - [anon_sym___inline__] = ACTIONS(2266), - [anon_sym___forceinline] = ACTIONS(2266), - [anon_sym_thread_local] = ACTIONS(2266), - [anon_sym___thread] = ACTIONS(2266), - [anon_sym_const] = ACTIONS(2266), - [anon_sym_constexpr] = ACTIONS(2266), - [anon_sym_volatile] = ACTIONS(2266), - [anon_sym_restrict] = ACTIONS(2266), - [anon_sym___restrict__] = ACTIONS(2266), - [anon_sym__Atomic] = ACTIONS(2266), - [anon_sym__Noreturn] = ACTIONS(2266), - [anon_sym_noreturn] = ACTIONS(2266), - [sym_primitive_type] = ACTIONS(2266), - [anon_sym_enum] = ACTIONS(2266), - [anon_sym_struct] = ACTIONS(2266), - [anon_sym_union] = ACTIONS(2266), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2266), - [anon_sym_rayPayloadInEXT] = ACTIONS(2266), - [anon_sym_hitAttributeEXT] = ACTIONS(2266), - [anon_sym_callableDataEXT] = ACTIONS(2266), - [anon_sym_callableDataInEXT] = ACTIONS(2266), - [anon_sym_shaderRecordEXT] = ACTIONS(2266), - [anon_sym_rayPayloadNV] = ACTIONS(2266), - [anon_sym_rayPayloadInNV] = ACTIONS(2266), - [anon_sym_hitAttributeNV] = ACTIONS(2266), - [anon_sym_callableDataNV] = ACTIONS(2266), - [anon_sym_callableDataInNV] = ACTIONS(2266), - [anon_sym_shaderRecordNV] = ACTIONS(2266), - [anon_sym_layout] = ACTIONS(2266), - }, - [557] = { - [sym_identifier] = ACTIONS(2270), - [aux_sym_preproc_def_token1] = ACTIONS(2270), - [aux_sym_preproc_if_token1] = ACTIONS(2270), - [aux_sym_preproc_if_token2] = ACTIONS(2270), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2270), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2270), - [aux_sym_preproc_else_token1] = ACTIONS(2270), - [aux_sym_preproc_elif_token1] = ACTIONS(2270), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2270), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2270), - [sym_preproc_directive] = ACTIONS(2270), - [anon_sym_subroutine] = ACTIONS(2270), - [anon_sym_invariant] = ACTIONS(2270), - [anon_sym_precise] = ACTIONS(2270), - [anon_sym_in] = ACTIONS(2270), - [anon_sym_out] = ACTIONS(2270), - [anon_sym_inout] = ACTIONS(2270), - [anon_sym_uniform] = ACTIONS(2270), - [anon_sym_shared] = ACTIONS(2270), - [anon_sym_attribute] = ACTIONS(2270), - [anon_sym_varying] = ACTIONS(2270), - [anon_sym_buffer] = ACTIONS(2270), - [anon_sym_coherent] = ACTIONS(2270), - [anon_sym_readonly] = ACTIONS(2270), - [anon_sym_writeonly] = ACTIONS(2270), - [anon_sym_precision] = ACTIONS(2270), - [anon_sym_highp] = ACTIONS(2270), - [anon_sym_mediump] = ACTIONS(2270), - [anon_sym_lowp] = ACTIONS(2270), - [anon_sym_centroid] = ACTIONS(2270), - [anon_sym_sample] = ACTIONS(2270), - [anon_sym_patch] = ACTIONS(2270), - [anon_sym_smooth] = ACTIONS(2270), - [anon_sym_flat] = ACTIONS(2270), - [anon_sym_noperspective] = ACTIONS(2270), - [anon_sym___extension__] = ACTIONS(2270), - [anon_sym_extern] = ACTIONS(2270), - [anon_sym___attribute__] = ACTIONS(2270), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2272), - [anon_sym___declspec] = ACTIONS(2270), - [anon_sym_signed] = ACTIONS(2270), - [anon_sym_unsigned] = ACTIONS(2270), - [anon_sym_long] = ACTIONS(2270), - [anon_sym_short] = ACTIONS(2270), - [anon_sym_static] = ACTIONS(2270), - [anon_sym_auto] = ACTIONS(2270), - [anon_sym_register] = ACTIONS(2270), - [anon_sym_inline] = ACTIONS(2270), - [anon_sym___inline] = ACTIONS(2270), - [anon_sym___inline__] = ACTIONS(2270), - [anon_sym___forceinline] = ACTIONS(2270), - [anon_sym_thread_local] = ACTIONS(2270), - [anon_sym___thread] = ACTIONS(2270), - [anon_sym_const] = ACTIONS(2270), - [anon_sym_constexpr] = ACTIONS(2270), - [anon_sym_volatile] = ACTIONS(2270), - [anon_sym_restrict] = ACTIONS(2270), - [anon_sym___restrict__] = ACTIONS(2270), - [anon_sym__Atomic] = ACTIONS(2270), - [anon_sym__Noreturn] = ACTIONS(2270), - [anon_sym_noreturn] = ACTIONS(2270), - [sym_primitive_type] = ACTIONS(2270), - [anon_sym_enum] = ACTIONS(2270), - [anon_sym_struct] = ACTIONS(2270), - [anon_sym_union] = ACTIONS(2270), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2270), - [anon_sym_rayPayloadInEXT] = ACTIONS(2270), - [anon_sym_hitAttributeEXT] = ACTIONS(2270), - [anon_sym_callableDataEXT] = ACTIONS(2270), - [anon_sym_callableDataInEXT] = ACTIONS(2270), - [anon_sym_shaderRecordEXT] = ACTIONS(2270), - [anon_sym_rayPayloadNV] = ACTIONS(2270), - [anon_sym_rayPayloadInNV] = ACTIONS(2270), - [anon_sym_hitAttributeNV] = ACTIONS(2270), - [anon_sym_callableDataNV] = ACTIONS(2270), - [anon_sym_callableDataInNV] = ACTIONS(2270), - [anon_sym_shaderRecordNV] = ACTIONS(2270), - [anon_sym_layout] = ACTIONS(2270), - }, - [558] = { - [sym_identifier] = ACTIONS(2274), - [aux_sym_preproc_def_token1] = ACTIONS(2274), - [aux_sym_preproc_if_token1] = ACTIONS(2274), - [aux_sym_preproc_if_token2] = ACTIONS(2274), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2274), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2274), - [aux_sym_preproc_else_token1] = ACTIONS(2274), - [aux_sym_preproc_elif_token1] = ACTIONS(2274), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2274), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2274), - [sym_preproc_directive] = ACTIONS(2274), - [anon_sym_subroutine] = ACTIONS(2274), - [anon_sym_invariant] = ACTIONS(2274), - [anon_sym_precise] = ACTIONS(2274), - [anon_sym_in] = ACTIONS(2274), - [anon_sym_out] = ACTIONS(2274), - [anon_sym_inout] = ACTIONS(2274), - [anon_sym_uniform] = ACTIONS(2274), - [anon_sym_shared] = ACTIONS(2274), - [anon_sym_attribute] = ACTIONS(2274), - [anon_sym_varying] = ACTIONS(2274), - [anon_sym_buffer] = ACTIONS(2274), - [anon_sym_coherent] = ACTIONS(2274), - [anon_sym_readonly] = ACTIONS(2274), - [anon_sym_writeonly] = ACTIONS(2274), - [anon_sym_precision] = ACTIONS(2274), - [anon_sym_highp] = ACTIONS(2274), - [anon_sym_mediump] = ACTIONS(2274), - [anon_sym_lowp] = ACTIONS(2274), - [anon_sym_centroid] = ACTIONS(2274), - [anon_sym_sample] = ACTIONS(2274), - [anon_sym_patch] = ACTIONS(2274), - [anon_sym_smooth] = ACTIONS(2274), - [anon_sym_flat] = ACTIONS(2274), - [anon_sym_noperspective] = ACTIONS(2274), - [anon_sym___extension__] = ACTIONS(2274), - [anon_sym_extern] = ACTIONS(2274), - [anon_sym___attribute__] = ACTIONS(2274), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2276), - [anon_sym___declspec] = ACTIONS(2274), - [anon_sym_signed] = ACTIONS(2274), - [anon_sym_unsigned] = ACTIONS(2274), - [anon_sym_long] = ACTIONS(2274), - [anon_sym_short] = ACTIONS(2274), - [anon_sym_static] = ACTIONS(2274), - [anon_sym_auto] = ACTIONS(2274), - [anon_sym_register] = ACTIONS(2274), - [anon_sym_inline] = ACTIONS(2274), - [anon_sym___inline] = ACTIONS(2274), - [anon_sym___inline__] = ACTIONS(2274), - [anon_sym___forceinline] = ACTIONS(2274), - [anon_sym_thread_local] = ACTIONS(2274), - [anon_sym___thread] = ACTIONS(2274), - [anon_sym_const] = ACTIONS(2274), - [anon_sym_constexpr] = ACTIONS(2274), - [anon_sym_volatile] = ACTIONS(2274), - [anon_sym_restrict] = ACTIONS(2274), - [anon_sym___restrict__] = ACTIONS(2274), - [anon_sym__Atomic] = ACTIONS(2274), - [anon_sym__Noreturn] = ACTIONS(2274), - [anon_sym_noreturn] = ACTIONS(2274), - [sym_primitive_type] = ACTIONS(2274), - [anon_sym_enum] = ACTIONS(2274), - [anon_sym_struct] = ACTIONS(2274), - [anon_sym_union] = ACTIONS(2274), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2274), - [anon_sym_rayPayloadInEXT] = ACTIONS(2274), - [anon_sym_hitAttributeEXT] = ACTIONS(2274), - [anon_sym_callableDataEXT] = ACTIONS(2274), - [anon_sym_callableDataInEXT] = ACTIONS(2274), - [anon_sym_shaderRecordEXT] = ACTIONS(2274), - [anon_sym_rayPayloadNV] = ACTIONS(2274), - [anon_sym_rayPayloadInNV] = ACTIONS(2274), - [anon_sym_hitAttributeNV] = ACTIONS(2274), - [anon_sym_callableDataNV] = ACTIONS(2274), - [anon_sym_callableDataInNV] = ACTIONS(2274), - [anon_sym_shaderRecordNV] = ACTIONS(2274), - [anon_sym_layout] = ACTIONS(2274), - }, - [559] = { - [sym_identifier] = ACTIONS(2278), - [aux_sym_preproc_def_token1] = ACTIONS(2278), - [aux_sym_preproc_if_token1] = ACTIONS(2278), - [aux_sym_preproc_if_token2] = ACTIONS(2278), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2278), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2278), - [aux_sym_preproc_else_token1] = ACTIONS(2278), - [aux_sym_preproc_elif_token1] = ACTIONS(2278), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2278), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2278), - [sym_preproc_directive] = ACTIONS(2278), - [anon_sym_subroutine] = ACTIONS(2278), - [anon_sym_invariant] = ACTIONS(2278), - [anon_sym_precise] = ACTIONS(2278), - [anon_sym_in] = ACTIONS(2278), - [anon_sym_out] = ACTIONS(2278), - [anon_sym_inout] = ACTIONS(2278), - [anon_sym_uniform] = ACTIONS(2278), - [anon_sym_shared] = ACTIONS(2278), - [anon_sym_attribute] = ACTIONS(2278), - [anon_sym_varying] = ACTIONS(2278), - [anon_sym_buffer] = ACTIONS(2278), - [anon_sym_coherent] = ACTIONS(2278), - [anon_sym_readonly] = ACTIONS(2278), - [anon_sym_writeonly] = ACTIONS(2278), - [anon_sym_precision] = ACTIONS(2278), - [anon_sym_highp] = ACTIONS(2278), - [anon_sym_mediump] = ACTIONS(2278), - [anon_sym_lowp] = ACTIONS(2278), - [anon_sym_centroid] = ACTIONS(2278), - [anon_sym_sample] = ACTIONS(2278), - [anon_sym_patch] = ACTIONS(2278), - [anon_sym_smooth] = ACTIONS(2278), - [anon_sym_flat] = ACTIONS(2278), - [anon_sym_noperspective] = ACTIONS(2278), - [anon_sym___extension__] = ACTIONS(2278), - [anon_sym_extern] = ACTIONS(2278), - [anon_sym___attribute__] = ACTIONS(2278), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2280), - [anon_sym___declspec] = ACTIONS(2278), - [anon_sym_signed] = ACTIONS(2278), - [anon_sym_unsigned] = ACTIONS(2278), - [anon_sym_long] = ACTIONS(2278), - [anon_sym_short] = ACTIONS(2278), - [anon_sym_static] = ACTIONS(2278), - [anon_sym_auto] = ACTIONS(2278), - [anon_sym_register] = ACTIONS(2278), - [anon_sym_inline] = ACTIONS(2278), - [anon_sym___inline] = ACTIONS(2278), - [anon_sym___inline__] = ACTIONS(2278), - [anon_sym___forceinline] = ACTIONS(2278), - [anon_sym_thread_local] = ACTIONS(2278), - [anon_sym___thread] = ACTIONS(2278), - [anon_sym_const] = ACTIONS(2278), - [anon_sym_constexpr] = ACTIONS(2278), - [anon_sym_volatile] = ACTIONS(2278), - [anon_sym_restrict] = ACTIONS(2278), - [anon_sym___restrict__] = ACTIONS(2278), - [anon_sym__Atomic] = ACTIONS(2278), - [anon_sym__Noreturn] = ACTIONS(2278), - [anon_sym_noreturn] = ACTIONS(2278), - [sym_primitive_type] = ACTIONS(2278), - [anon_sym_enum] = ACTIONS(2278), - [anon_sym_struct] = ACTIONS(2278), - [anon_sym_union] = ACTIONS(2278), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2278), - [anon_sym_rayPayloadInEXT] = ACTIONS(2278), - [anon_sym_hitAttributeEXT] = ACTIONS(2278), - [anon_sym_callableDataEXT] = ACTIONS(2278), - [anon_sym_callableDataInEXT] = ACTIONS(2278), - [anon_sym_shaderRecordEXT] = ACTIONS(2278), - [anon_sym_rayPayloadNV] = ACTIONS(2278), - [anon_sym_rayPayloadInNV] = ACTIONS(2278), - [anon_sym_hitAttributeNV] = ACTIONS(2278), - [anon_sym_callableDataNV] = ACTIONS(2278), - [anon_sym_callableDataInNV] = ACTIONS(2278), - [anon_sym_shaderRecordNV] = ACTIONS(2278), - [anon_sym_layout] = ACTIONS(2278), - }, - [560] = { - [sym_identifier] = ACTIONS(2282), - [aux_sym_preproc_def_token1] = ACTIONS(2282), - [aux_sym_preproc_if_token1] = ACTIONS(2282), - [aux_sym_preproc_if_token2] = ACTIONS(2282), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2282), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2282), - [aux_sym_preproc_else_token1] = ACTIONS(2282), - [aux_sym_preproc_elif_token1] = ACTIONS(2282), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2282), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2282), - [sym_preproc_directive] = ACTIONS(2282), - [anon_sym_subroutine] = ACTIONS(2282), - [anon_sym_invariant] = ACTIONS(2282), - [anon_sym_precise] = ACTIONS(2282), - [anon_sym_in] = ACTIONS(2282), - [anon_sym_out] = ACTIONS(2282), - [anon_sym_inout] = ACTIONS(2282), - [anon_sym_uniform] = ACTIONS(2282), - [anon_sym_shared] = ACTIONS(2282), - [anon_sym_attribute] = ACTIONS(2282), - [anon_sym_varying] = ACTIONS(2282), - [anon_sym_buffer] = ACTIONS(2282), - [anon_sym_coherent] = ACTIONS(2282), - [anon_sym_readonly] = ACTIONS(2282), - [anon_sym_writeonly] = ACTIONS(2282), - [anon_sym_precision] = ACTIONS(2282), - [anon_sym_highp] = ACTIONS(2282), - [anon_sym_mediump] = ACTIONS(2282), - [anon_sym_lowp] = ACTIONS(2282), - [anon_sym_centroid] = ACTIONS(2282), - [anon_sym_sample] = ACTIONS(2282), - [anon_sym_patch] = ACTIONS(2282), - [anon_sym_smooth] = ACTIONS(2282), - [anon_sym_flat] = ACTIONS(2282), - [anon_sym_noperspective] = ACTIONS(2282), - [anon_sym___extension__] = ACTIONS(2282), - [anon_sym_extern] = ACTIONS(2282), - [anon_sym___attribute__] = ACTIONS(2282), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2284), - [anon_sym___declspec] = ACTIONS(2282), - [anon_sym_signed] = ACTIONS(2282), - [anon_sym_unsigned] = ACTIONS(2282), - [anon_sym_long] = ACTIONS(2282), - [anon_sym_short] = ACTIONS(2282), - [anon_sym_static] = ACTIONS(2282), - [anon_sym_auto] = ACTIONS(2282), - [anon_sym_register] = ACTIONS(2282), - [anon_sym_inline] = ACTIONS(2282), - [anon_sym___inline] = ACTIONS(2282), - [anon_sym___inline__] = ACTIONS(2282), - [anon_sym___forceinline] = ACTIONS(2282), - [anon_sym_thread_local] = ACTIONS(2282), - [anon_sym___thread] = ACTIONS(2282), - [anon_sym_const] = ACTIONS(2282), - [anon_sym_constexpr] = ACTIONS(2282), - [anon_sym_volatile] = ACTIONS(2282), - [anon_sym_restrict] = ACTIONS(2282), - [anon_sym___restrict__] = ACTIONS(2282), - [anon_sym__Atomic] = ACTIONS(2282), - [anon_sym__Noreturn] = ACTIONS(2282), - [anon_sym_noreturn] = ACTIONS(2282), - [sym_primitive_type] = ACTIONS(2282), - [anon_sym_enum] = ACTIONS(2282), - [anon_sym_struct] = ACTIONS(2282), - [anon_sym_union] = ACTIONS(2282), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2282), - [anon_sym_rayPayloadInEXT] = ACTIONS(2282), - [anon_sym_hitAttributeEXT] = ACTIONS(2282), - [anon_sym_callableDataEXT] = ACTIONS(2282), - [anon_sym_callableDataInEXT] = ACTIONS(2282), - [anon_sym_shaderRecordEXT] = ACTIONS(2282), - [anon_sym_rayPayloadNV] = ACTIONS(2282), - [anon_sym_rayPayloadInNV] = ACTIONS(2282), - [anon_sym_hitAttributeNV] = ACTIONS(2282), - [anon_sym_callableDataNV] = ACTIONS(2282), - [anon_sym_callableDataInNV] = ACTIONS(2282), - [anon_sym_shaderRecordNV] = ACTIONS(2282), - [anon_sym_layout] = ACTIONS(2282), - }, - [561] = { - [sym_identifier] = ACTIONS(2286), - [aux_sym_preproc_def_token1] = ACTIONS(2286), - [aux_sym_preproc_if_token1] = ACTIONS(2286), - [aux_sym_preproc_if_token2] = ACTIONS(2286), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2286), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2286), - [aux_sym_preproc_else_token1] = ACTIONS(2286), - [aux_sym_preproc_elif_token1] = ACTIONS(2286), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2286), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2286), - [sym_preproc_directive] = ACTIONS(2286), - [anon_sym_subroutine] = ACTIONS(2286), - [anon_sym_invariant] = ACTIONS(2286), - [anon_sym_precise] = ACTIONS(2286), - [anon_sym_in] = ACTIONS(2286), - [anon_sym_out] = ACTIONS(2286), - [anon_sym_inout] = ACTIONS(2286), - [anon_sym_uniform] = ACTIONS(2286), - [anon_sym_shared] = ACTIONS(2286), - [anon_sym_attribute] = ACTIONS(2286), - [anon_sym_varying] = ACTIONS(2286), - [anon_sym_buffer] = ACTIONS(2286), - [anon_sym_coherent] = ACTIONS(2286), - [anon_sym_readonly] = ACTIONS(2286), - [anon_sym_writeonly] = ACTIONS(2286), - [anon_sym_precision] = ACTIONS(2286), - [anon_sym_highp] = ACTIONS(2286), - [anon_sym_mediump] = ACTIONS(2286), - [anon_sym_lowp] = ACTIONS(2286), - [anon_sym_centroid] = ACTIONS(2286), - [anon_sym_sample] = ACTIONS(2286), - [anon_sym_patch] = ACTIONS(2286), - [anon_sym_smooth] = ACTIONS(2286), - [anon_sym_flat] = ACTIONS(2286), - [anon_sym_noperspective] = ACTIONS(2286), - [anon_sym___extension__] = ACTIONS(2286), - [anon_sym_extern] = ACTIONS(2286), - [anon_sym___attribute__] = ACTIONS(2286), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2288), - [anon_sym___declspec] = ACTIONS(2286), - [anon_sym_signed] = ACTIONS(2286), - [anon_sym_unsigned] = ACTIONS(2286), - [anon_sym_long] = ACTIONS(2286), - [anon_sym_short] = ACTIONS(2286), - [anon_sym_static] = ACTIONS(2286), - [anon_sym_auto] = ACTIONS(2286), - [anon_sym_register] = ACTIONS(2286), - [anon_sym_inline] = ACTIONS(2286), - [anon_sym___inline] = ACTIONS(2286), - [anon_sym___inline__] = ACTIONS(2286), - [anon_sym___forceinline] = ACTIONS(2286), - [anon_sym_thread_local] = ACTIONS(2286), - [anon_sym___thread] = ACTIONS(2286), - [anon_sym_const] = ACTIONS(2286), - [anon_sym_constexpr] = ACTIONS(2286), - [anon_sym_volatile] = ACTIONS(2286), - [anon_sym_restrict] = ACTIONS(2286), - [anon_sym___restrict__] = ACTIONS(2286), - [anon_sym__Atomic] = ACTIONS(2286), - [anon_sym__Noreturn] = ACTIONS(2286), - [anon_sym_noreturn] = ACTIONS(2286), - [sym_primitive_type] = ACTIONS(2286), - [anon_sym_enum] = ACTIONS(2286), - [anon_sym_struct] = ACTIONS(2286), - [anon_sym_union] = ACTIONS(2286), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2286), - [anon_sym_rayPayloadInEXT] = ACTIONS(2286), - [anon_sym_hitAttributeEXT] = ACTIONS(2286), - [anon_sym_callableDataEXT] = ACTIONS(2286), - [anon_sym_callableDataInEXT] = ACTIONS(2286), - [anon_sym_shaderRecordEXT] = ACTIONS(2286), - [anon_sym_rayPayloadNV] = ACTIONS(2286), - [anon_sym_rayPayloadInNV] = ACTIONS(2286), - [anon_sym_hitAttributeNV] = ACTIONS(2286), - [anon_sym_callableDataNV] = ACTIONS(2286), - [anon_sym_callableDataInNV] = ACTIONS(2286), - [anon_sym_shaderRecordNV] = ACTIONS(2286), - [anon_sym_layout] = ACTIONS(2286), + [546] = { + [sym_identifier] = ACTIONS(2204), + [aux_sym_preproc_def_token1] = ACTIONS(2204), + [aux_sym_preproc_if_token1] = ACTIONS(2204), + [aux_sym_preproc_if_token2] = ACTIONS(2204), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2204), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2204), + [aux_sym_preproc_else_token1] = ACTIONS(2204), + [aux_sym_preproc_elif_token1] = ACTIONS(2204), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2204), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2204), + [sym_preproc_directive] = ACTIONS(2204), + [anon_sym_subroutine] = ACTIONS(2204), + [anon_sym_invariant] = ACTIONS(2204), + [anon_sym_precise] = ACTIONS(2204), + [anon_sym_in] = ACTIONS(2204), + [anon_sym_out] = ACTIONS(2204), + [anon_sym_inout] = ACTIONS(2204), + [anon_sym_uniform] = ACTIONS(2204), + [anon_sym_shared] = ACTIONS(2204), + [anon_sym_attribute] = ACTIONS(2204), + [anon_sym_varying] = ACTIONS(2204), + [anon_sym_buffer] = ACTIONS(2204), + [anon_sym_coherent] = ACTIONS(2204), + [anon_sym_readonly] = ACTIONS(2204), + [anon_sym_writeonly] = ACTIONS(2204), + [anon_sym_precision] = ACTIONS(2204), + [anon_sym_highp] = ACTIONS(2204), + [anon_sym_mediump] = ACTIONS(2204), + [anon_sym_lowp] = ACTIONS(2204), + [anon_sym_centroid] = ACTIONS(2204), + [anon_sym_sample] = ACTIONS(2204), + [anon_sym_patch] = ACTIONS(2204), + [anon_sym_smooth] = ACTIONS(2204), + [anon_sym_flat] = ACTIONS(2204), + [anon_sym_noperspective] = ACTIONS(2204), + [anon_sym___extension__] = ACTIONS(2204), + [anon_sym_extern] = ACTIONS(2204), + [anon_sym___attribute__] = ACTIONS(2204), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2206), + [anon_sym___declspec] = ACTIONS(2204), + [anon_sym_signed] = ACTIONS(2204), + [anon_sym_unsigned] = ACTIONS(2204), + [anon_sym_long] = ACTIONS(2204), + [anon_sym_short] = ACTIONS(2204), + [anon_sym_static] = ACTIONS(2204), + [anon_sym_auto] = ACTIONS(2204), + [anon_sym_register] = ACTIONS(2204), + [anon_sym_inline] = ACTIONS(2204), + [anon_sym___inline] = ACTIONS(2204), + [anon_sym___inline__] = ACTIONS(2204), + [anon_sym___forceinline] = ACTIONS(2204), + [anon_sym_thread_local] = ACTIONS(2204), + [anon_sym___thread] = ACTIONS(2204), + [anon_sym_const] = ACTIONS(2204), + [anon_sym_constexpr] = ACTIONS(2204), + [anon_sym_volatile] = ACTIONS(2204), + [anon_sym_restrict] = ACTIONS(2204), + [anon_sym___restrict__] = ACTIONS(2204), + [anon_sym__Atomic] = ACTIONS(2204), + [anon_sym__Noreturn] = ACTIONS(2204), + [anon_sym_noreturn] = ACTIONS(2204), + [sym_primitive_type] = ACTIONS(2204), + [anon_sym_enum] = ACTIONS(2204), + [anon_sym_struct] = ACTIONS(2204), + [anon_sym_union] = ACTIONS(2204), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2204), + [anon_sym_rayPayloadInEXT] = ACTIONS(2204), + [anon_sym_hitAttributeEXT] = ACTIONS(2204), + [anon_sym_callableDataEXT] = ACTIONS(2204), + [anon_sym_callableDataInEXT] = ACTIONS(2204), + [anon_sym_shaderRecordEXT] = ACTIONS(2204), + [anon_sym_rayPayloadNV] = ACTIONS(2204), + [anon_sym_rayPayloadInNV] = ACTIONS(2204), + [anon_sym_hitAttributeNV] = ACTIONS(2204), + [anon_sym_callableDataNV] = ACTIONS(2204), + [anon_sym_callableDataInNV] = ACTIONS(2204), + [anon_sym_shaderRecordNV] = ACTIONS(2204), + [anon_sym_layout] = ACTIONS(2204), }, - [562] = { - [sym_identifier] = ACTIONS(1524), - [aux_sym_preproc_def_token1] = ACTIONS(1524), - [aux_sym_preproc_if_token1] = ACTIONS(1524), - [aux_sym_preproc_if_token2] = ACTIONS(1524), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1524), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1524), - [aux_sym_preproc_else_token1] = ACTIONS(1524), - [aux_sym_preproc_elif_token1] = ACTIONS(1524), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1524), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1524), - [sym_preproc_directive] = ACTIONS(1524), - [anon_sym_subroutine] = ACTIONS(1524), - [anon_sym_invariant] = ACTIONS(1524), - [anon_sym_precise] = ACTIONS(1524), - [anon_sym_in] = ACTIONS(1524), - [anon_sym_out] = ACTIONS(1524), - [anon_sym_inout] = ACTIONS(1524), - [anon_sym_uniform] = ACTIONS(1524), - [anon_sym_shared] = ACTIONS(1524), - [anon_sym_attribute] = ACTIONS(1524), - [anon_sym_varying] = ACTIONS(1524), - [anon_sym_buffer] = ACTIONS(1524), - [anon_sym_coherent] = ACTIONS(1524), - [anon_sym_readonly] = ACTIONS(1524), - [anon_sym_writeonly] = ACTIONS(1524), - [anon_sym_precision] = ACTIONS(1524), - [anon_sym_highp] = ACTIONS(1524), - [anon_sym_mediump] = ACTIONS(1524), - [anon_sym_lowp] = ACTIONS(1524), - [anon_sym_centroid] = ACTIONS(1524), - [anon_sym_sample] = ACTIONS(1524), - [anon_sym_patch] = ACTIONS(1524), - [anon_sym_smooth] = ACTIONS(1524), - [anon_sym_flat] = ACTIONS(1524), - [anon_sym_noperspective] = ACTIONS(1524), - [anon_sym___extension__] = ACTIONS(1524), - [anon_sym_extern] = ACTIONS(1524), - [anon_sym___attribute__] = ACTIONS(1524), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1526), - [anon_sym___declspec] = ACTIONS(1524), - [anon_sym_signed] = ACTIONS(1524), - [anon_sym_unsigned] = ACTIONS(1524), - [anon_sym_long] = ACTIONS(1524), - [anon_sym_short] = ACTIONS(1524), - [anon_sym_static] = ACTIONS(1524), - [anon_sym_auto] = ACTIONS(1524), - [anon_sym_register] = ACTIONS(1524), - [anon_sym_inline] = ACTIONS(1524), - [anon_sym___inline] = ACTIONS(1524), - [anon_sym___inline__] = ACTIONS(1524), - [anon_sym___forceinline] = ACTIONS(1524), - [anon_sym_thread_local] = ACTIONS(1524), - [anon_sym___thread] = ACTIONS(1524), - [anon_sym_const] = ACTIONS(1524), - [anon_sym_constexpr] = ACTIONS(1524), - [anon_sym_volatile] = ACTIONS(1524), - [anon_sym_restrict] = ACTIONS(1524), - [anon_sym___restrict__] = ACTIONS(1524), - [anon_sym__Atomic] = ACTIONS(1524), - [anon_sym__Noreturn] = ACTIONS(1524), - [anon_sym_noreturn] = ACTIONS(1524), - [sym_primitive_type] = ACTIONS(1524), - [anon_sym_enum] = ACTIONS(1524), - [anon_sym_struct] = ACTIONS(1524), - [anon_sym_union] = ACTIONS(1524), + [547] = { + [sym_identifier] = ACTIONS(1466), + [aux_sym_preproc_def_token1] = ACTIONS(1466), + [aux_sym_preproc_if_token1] = ACTIONS(1466), + [aux_sym_preproc_if_token2] = ACTIONS(1466), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1466), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1466), + [aux_sym_preproc_else_token1] = ACTIONS(1466), + [aux_sym_preproc_elif_token1] = ACTIONS(1466), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1466), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1466), + [sym_preproc_directive] = ACTIONS(1466), + [anon_sym_subroutine] = ACTIONS(1466), + [anon_sym_invariant] = ACTIONS(1466), + [anon_sym_precise] = ACTIONS(1466), + [anon_sym_in] = ACTIONS(1466), + [anon_sym_out] = ACTIONS(1466), + [anon_sym_inout] = ACTIONS(1466), + [anon_sym_uniform] = ACTIONS(1466), + [anon_sym_shared] = ACTIONS(1466), + [anon_sym_attribute] = ACTIONS(1466), + [anon_sym_varying] = ACTIONS(1466), + [anon_sym_buffer] = ACTIONS(1466), + [anon_sym_coherent] = ACTIONS(1466), + [anon_sym_readonly] = ACTIONS(1466), + [anon_sym_writeonly] = ACTIONS(1466), + [anon_sym_precision] = ACTIONS(1466), + [anon_sym_highp] = ACTIONS(1466), + [anon_sym_mediump] = ACTIONS(1466), + [anon_sym_lowp] = ACTIONS(1466), + [anon_sym_centroid] = ACTIONS(1466), + [anon_sym_sample] = ACTIONS(1466), + [anon_sym_patch] = ACTIONS(1466), + [anon_sym_smooth] = ACTIONS(1466), + [anon_sym_flat] = ACTIONS(1466), + [anon_sym_noperspective] = ACTIONS(1466), + [anon_sym___extension__] = ACTIONS(1466), + [anon_sym_extern] = ACTIONS(1466), + [anon_sym___attribute__] = ACTIONS(1466), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1468), + [anon_sym___declspec] = ACTIONS(1466), + [anon_sym_signed] = ACTIONS(1466), + [anon_sym_unsigned] = ACTIONS(1466), + [anon_sym_long] = ACTIONS(1466), + [anon_sym_short] = ACTIONS(1466), + [anon_sym_static] = ACTIONS(1466), + [anon_sym_auto] = ACTIONS(1466), + [anon_sym_register] = ACTIONS(1466), + [anon_sym_inline] = ACTIONS(1466), + [anon_sym___inline] = ACTIONS(1466), + [anon_sym___inline__] = ACTIONS(1466), + [anon_sym___forceinline] = ACTIONS(1466), + [anon_sym_thread_local] = ACTIONS(1466), + [anon_sym___thread] = ACTIONS(1466), + [anon_sym_const] = ACTIONS(1466), + [anon_sym_constexpr] = ACTIONS(1466), + [anon_sym_volatile] = ACTIONS(1466), + [anon_sym_restrict] = ACTIONS(1466), + [anon_sym___restrict__] = ACTIONS(1466), + [anon_sym__Atomic] = ACTIONS(1466), + [anon_sym__Noreturn] = ACTIONS(1466), + [anon_sym_noreturn] = ACTIONS(1466), + [sym_primitive_type] = ACTIONS(1466), + [anon_sym_enum] = ACTIONS(1466), + [anon_sym_struct] = ACTIONS(1466), + [anon_sym_union] = ACTIONS(1466), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1524), - [anon_sym_rayPayloadInEXT] = ACTIONS(1524), - [anon_sym_hitAttributeEXT] = ACTIONS(1524), - [anon_sym_callableDataEXT] = ACTIONS(1524), - [anon_sym_callableDataInEXT] = ACTIONS(1524), - [anon_sym_shaderRecordEXT] = ACTIONS(1524), - [anon_sym_rayPayloadNV] = ACTIONS(1524), - [anon_sym_rayPayloadInNV] = ACTIONS(1524), - [anon_sym_hitAttributeNV] = ACTIONS(1524), - [anon_sym_callableDataNV] = ACTIONS(1524), - [anon_sym_callableDataInNV] = ACTIONS(1524), - [anon_sym_shaderRecordNV] = ACTIONS(1524), - [anon_sym_layout] = ACTIONS(1524), + [anon_sym_rayPayloadEXT] = ACTIONS(1466), + [anon_sym_rayPayloadInEXT] = ACTIONS(1466), + [anon_sym_hitAttributeEXT] = ACTIONS(1466), + [anon_sym_callableDataEXT] = ACTIONS(1466), + [anon_sym_callableDataInEXT] = ACTIONS(1466), + [anon_sym_shaderRecordEXT] = ACTIONS(1466), + [anon_sym_rayPayloadNV] = ACTIONS(1466), + [anon_sym_rayPayloadInNV] = ACTIONS(1466), + [anon_sym_hitAttributeNV] = ACTIONS(1466), + [anon_sym_callableDataNV] = ACTIONS(1466), + [anon_sym_callableDataInNV] = ACTIONS(1466), + [anon_sym_shaderRecordNV] = ACTIONS(1466), + [anon_sym_layout] = ACTIONS(1466), }, - [563] = { - [sym_identifier] = ACTIONS(1548), - [aux_sym_preproc_def_token1] = ACTIONS(1548), - [aux_sym_preproc_if_token1] = ACTIONS(1548), - [aux_sym_preproc_if_token2] = ACTIONS(1548), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1548), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1548), - [aux_sym_preproc_else_token1] = ACTIONS(1548), - [aux_sym_preproc_elif_token1] = ACTIONS(1548), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1548), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1548), - [sym_preproc_directive] = ACTIONS(1548), - [anon_sym_subroutine] = ACTIONS(1548), - [anon_sym_invariant] = ACTIONS(1548), - [anon_sym_precise] = ACTIONS(1548), - [anon_sym_in] = ACTIONS(1548), - [anon_sym_out] = ACTIONS(1548), - [anon_sym_inout] = ACTIONS(1548), - [anon_sym_uniform] = ACTIONS(1548), - [anon_sym_shared] = ACTIONS(1548), - [anon_sym_attribute] = ACTIONS(1548), - [anon_sym_varying] = ACTIONS(1548), - [anon_sym_buffer] = ACTIONS(1548), - [anon_sym_coherent] = ACTIONS(1548), - [anon_sym_readonly] = ACTIONS(1548), - [anon_sym_writeonly] = ACTIONS(1548), - [anon_sym_precision] = ACTIONS(1548), - [anon_sym_highp] = ACTIONS(1548), - [anon_sym_mediump] = ACTIONS(1548), - [anon_sym_lowp] = ACTIONS(1548), - [anon_sym_centroid] = ACTIONS(1548), - [anon_sym_sample] = ACTIONS(1548), - [anon_sym_patch] = ACTIONS(1548), - [anon_sym_smooth] = ACTIONS(1548), - [anon_sym_flat] = ACTIONS(1548), - [anon_sym_noperspective] = ACTIONS(1548), - [anon_sym___extension__] = ACTIONS(1548), - [anon_sym_extern] = ACTIONS(1548), - [anon_sym___attribute__] = ACTIONS(1548), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1550), - [anon_sym___declspec] = ACTIONS(1548), - [anon_sym_signed] = ACTIONS(1548), - [anon_sym_unsigned] = ACTIONS(1548), - [anon_sym_long] = ACTIONS(1548), - [anon_sym_short] = ACTIONS(1548), - [anon_sym_static] = ACTIONS(1548), - [anon_sym_auto] = ACTIONS(1548), - [anon_sym_register] = ACTIONS(1548), - [anon_sym_inline] = ACTIONS(1548), - [anon_sym___inline] = ACTIONS(1548), - [anon_sym___inline__] = ACTIONS(1548), - [anon_sym___forceinline] = ACTIONS(1548), - [anon_sym_thread_local] = ACTIONS(1548), - [anon_sym___thread] = ACTIONS(1548), - [anon_sym_const] = ACTIONS(1548), - [anon_sym_constexpr] = ACTIONS(1548), - [anon_sym_volatile] = ACTIONS(1548), - [anon_sym_restrict] = ACTIONS(1548), - [anon_sym___restrict__] = ACTIONS(1548), - [anon_sym__Atomic] = ACTIONS(1548), - [anon_sym__Noreturn] = ACTIONS(1548), - [anon_sym_noreturn] = ACTIONS(1548), - [sym_primitive_type] = ACTIONS(1548), - [anon_sym_enum] = ACTIONS(1548), - [anon_sym_struct] = ACTIONS(1548), - [anon_sym_union] = ACTIONS(1548), + [548] = { + [sym_identifier] = ACTIONS(1470), + [aux_sym_preproc_def_token1] = ACTIONS(1470), + [aux_sym_preproc_if_token1] = ACTIONS(1470), + [aux_sym_preproc_if_token2] = ACTIONS(1470), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1470), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1470), + [aux_sym_preproc_else_token1] = ACTIONS(1470), + [aux_sym_preproc_elif_token1] = ACTIONS(1470), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1470), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1470), + [sym_preproc_directive] = ACTIONS(1470), + [anon_sym_subroutine] = ACTIONS(1470), + [anon_sym_invariant] = ACTIONS(1470), + [anon_sym_precise] = ACTIONS(1470), + [anon_sym_in] = ACTIONS(1470), + [anon_sym_out] = ACTIONS(1470), + [anon_sym_inout] = ACTIONS(1470), + [anon_sym_uniform] = ACTIONS(1470), + [anon_sym_shared] = ACTIONS(1470), + [anon_sym_attribute] = ACTIONS(1470), + [anon_sym_varying] = ACTIONS(1470), + [anon_sym_buffer] = ACTIONS(1470), + [anon_sym_coherent] = ACTIONS(1470), + [anon_sym_readonly] = ACTIONS(1470), + [anon_sym_writeonly] = ACTIONS(1470), + [anon_sym_precision] = ACTIONS(1470), + [anon_sym_highp] = ACTIONS(1470), + [anon_sym_mediump] = ACTIONS(1470), + [anon_sym_lowp] = ACTIONS(1470), + [anon_sym_centroid] = ACTIONS(1470), + [anon_sym_sample] = ACTIONS(1470), + [anon_sym_patch] = ACTIONS(1470), + [anon_sym_smooth] = ACTIONS(1470), + [anon_sym_flat] = ACTIONS(1470), + [anon_sym_noperspective] = ACTIONS(1470), + [anon_sym___extension__] = ACTIONS(1470), + [anon_sym_extern] = ACTIONS(1470), + [anon_sym___attribute__] = ACTIONS(1470), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1472), + [anon_sym___declspec] = ACTIONS(1470), + [anon_sym_signed] = ACTIONS(1470), + [anon_sym_unsigned] = ACTIONS(1470), + [anon_sym_long] = ACTIONS(1470), + [anon_sym_short] = ACTIONS(1470), + [anon_sym_static] = ACTIONS(1470), + [anon_sym_auto] = ACTIONS(1470), + [anon_sym_register] = ACTIONS(1470), + [anon_sym_inline] = ACTIONS(1470), + [anon_sym___inline] = ACTIONS(1470), + [anon_sym___inline__] = ACTIONS(1470), + [anon_sym___forceinline] = ACTIONS(1470), + [anon_sym_thread_local] = ACTIONS(1470), + [anon_sym___thread] = ACTIONS(1470), + [anon_sym_const] = ACTIONS(1470), + [anon_sym_constexpr] = ACTIONS(1470), + [anon_sym_volatile] = ACTIONS(1470), + [anon_sym_restrict] = ACTIONS(1470), + [anon_sym___restrict__] = ACTIONS(1470), + [anon_sym__Atomic] = ACTIONS(1470), + [anon_sym__Noreturn] = ACTIONS(1470), + [anon_sym_noreturn] = ACTIONS(1470), + [sym_primitive_type] = ACTIONS(1470), + [anon_sym_enum] = ACTIONS(1470), + [anon_sym_struct] = ACTIONS(1470), + [anon_sym_union] = ACTIONS(1470), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1548), - [anon_sym_rayPayloadInEXT] = ACTIONS(1548), - [anon_sym_hitAttributeEXT] = ACTIONS(1548), - [anon_sym_callableDataEXT] = ACTIONS(1548), - [anon_sym_callableDataInEXT] = ACTIONS(1548), - [anon_sym_shaderRecordEXT] = ACTIONS(1548), - [anon_sym_rayPayloadNV] = ACTIONS(1548), - [anon_sym_rayPayloadInNV] = ACTIONS(1548), - [anon_sym_hitAttributeNV] = ACTIONS(1548), - [anon_sym_callableDataNV] = ACTIONS(1548), - [anon_sym_callableDataInNV] = ACTIONS(1548), - [anon_sym_shaderRecordNV] = ACTIONS(1548), - [anon_sym_layout] = ACTIONS(1548), + [anon_sym_rayPayloadEXT] = ACTIONS(1470), + [anon_sym_rayPayloadInEXT] = ACTIONS(1470), + [anon_sym_hitAttributeEXT] = ACTIONS(1470), + [anon_sym_callableDataEXT] = ACTIONS(1470), + [anon_sym_callableDataInEXT] = ACTIONS(1470), + [anon_sym_shaderRecordEXT] = ACTIONS(1470), + [anon_sym_rayPayloadNV] = ACTIONS(1470), + [anon_sym_rayPayloadInNV] = ACTIONS(1470), + [anon_sym_hitAttributeNV] = ACTIONS(1470), + [anon_sym_callableDataNV] = ACTIONS(1470), + [anon_sym_callableDataInNV] = ACTIONS(1470), + [anon_sym_shaderRecordNV] = ACTIONS(1470), + [anon_sym_layout] = ACTIONS(1470), }, - [564] = { + [549] = { [sym_identifier] = ACTIONS(1498), [aux_sym_preproc_def_token1] = ACTIONS(1498), [aux_sym_preproc_if_token1] = ACTIONS(1498), @@ -92076,169 +90856,250 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1498), [anon_sym_layout] = ACTIONS(1498), }, - [565] = { - [sym_identifier] = ACTIONS(1458), - [aux_sym_preproc_def_token1] = ACTIONS(1458), - [aux_sym_preproc_if_token1] = ACTIONS(1458), - [aux_sym_preproc_if_token2] = ACTIONS(1458), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1458), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1458), - [aux_sym_preproc_else_token1] = ACTIONS(1458), - [aux_sym_preproc_elif_token1] = ACTIONS(1458), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1458), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1458), - [sym_preproc_directive] = ACTIONS(1458), - [anon_sym_subroutine] = ACTIONS(1458), - [anon_sym_invariant] = ACTIONS(1458), - [anon_sym_precise] = ACTIONS(1458), - [anon_sym_in] = ACTIONS(1458), - [anon_sym_out] = ACTIONS(1458), - [anon_sym_inout] = ACTIONS(1458), - [anon_sym_uniform] = ACTIONS(1458), - [anon_sym_shared] = ACTIONS(1458), - [anon_sym_attribute] = ACTIONS(1458), - [anon_sym_varying] = ACTIONS(1458), - [anon_sym_buffer] = ACTIONS(1458), - [anon_sym_coherent] = ACTIONS(1458), - [anon_sym_readonly] = ACTIONS(1458), - [anon_sym_writeonly] = ACTIONS(1458), - [anon_sym_precision] = ACTIONS(1458), - [anon_sym_highp] = ACTIONS(1458), - [anon_sym_mediump] = ACTIONS(1458), - [anon_sym_lowp] = ACTIONS(1458), - [anon_sym_centroid] = ACTIONS(1458), - [anon_sym_sample] = ACTIONS(1458), - [anon_sym_patch] = ACTIONS(1458), - [anon_sym_smooth] = ACTIONS(1458), - [anon_sym_flat] = ACTIONS(1458), - [anon_sym_noperspective] = ACTIONS(1458), - [anon_sym___extension__] = ACTIONS(1458), - [anon_sym_extern] = ACTIONS(1458), - [anon_sym___attribute__] = ACTIONS(1458), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1460), - [anon_sym___declspec] = ACTIONS(1458), - [anon_sym_signed] = ACTIONS(1458), - [anon_sym_unsigned] = ACTIONS(1458), - [anon_sym_long] = ACTIONS(1458), - [anon_sym_short] = ACTIONS(1458), - [anon_sym_static] = ACTIONS(1458), - [anon_sym_auto] = ACTIONS(1458), - [anon_sym_register] = ACTIONS(1458), - [anon_sym_inline] = ACTIONS(1458), - [anon_sym___inline] = ACTIONS(1458), - [anon_sym___inline__] = ACTIONS(1458), - [anon_sym___forceinline] = ACTIONS(1458), - [anon_sym_thread_local] = ACTIONS(1458), - [anon_sym___thread] = ACTIONS(1458), - [anon_sym_const] = ACTIONS(1458), - [anon_sym_constexpr] = ACTIONS(1458), - [anon_sym_volatile] = ACTIONS(1458), - [anon_sym_restrict] = ACTIONS(1458), - [anon_sym___restrict__] = ACTIONS(1458), - [anon_sym__Atomic] = ACTIONS(1458), - [anon_sym__Noreturn] = ACTIONS(1458), - [anon_sym_noreturn] = ACTIONS(1458), - [sym_primitive_type] = ACTIONS(1458), - [anon_sym_enum] = ACTIONS(1458), - [anon_sym_struct] = ACTIONS(1458), - [anon_sym_union] = ACTIONS(1458), + [550] = { + [sym_identifier] = ACTIONS(1544), + [aux_sym_preproc_def_token1] = ACTIONS(1544), + [aux_sym_preproc_if_token1] = ACTIONS(1544), + [aux_sym_preproc_if_token2] = ACTIONS(1544), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1544), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1544), + [aux_sym_preproc_else_token1] = ACTIONS(1544), + [aux_sym_preproc_elif_token1] = ACTIONS(1544), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1544), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1544), + [sym_preproc_directive] = ACTIONS(1544), + [anon_sym_subroutine] = ACTIONS(1544), + [anon_sym_invariant] = ACTIONS(1544), + [anon_sym_precise] = ACTIONS(1544), + [anon_sym_in] = ACTIONS(1544), + [anon_sym_out] = ACTIONS(1544), + [anon_sym_inout] = ACTIONS(1544), + [anon_sym_uniform] = ACTIONS(1544), + [anon_sym_shared] = ACTIONS(1544), + [anon_sym_attribute] = ACTIONS(1544), + [anon_sym_varying] = ACTIONS(1544), + [anon_sym_buffer] = ACTIONS(1544), + [anon_sym_coherent] = ACTIONS(1544), + [anon_sym_readonly] = ACTIONS(1544), + [anon_sym_writeonly] = ACTIONS(1544), + [anon_sym_precision] = ACTIONS(1544), + [anon_sym_highp] = ACTIONS(1544), + [anon_sym_mediump] = ACTIONS(1544), + [anon_sym_lowp] = ACTIONS(1544), + [anon_sym_centroid] = ACTIONS(1544), + [anon_sym_sample] = ACTIONS(1544), + [anon_sym_patch] = ACTIONS(1544), + [anon_sym_smooth] = ACTIONS(1544), + [anon_sym_flat] = ACTIONS(1544), + [anon_sym_noperspective] = ACTIONS(1544), + [anon_sym___extension__] = ACTIONS(1544), + [anon_sym_extern] = ACTIONS(1544), + [anon_sym___attribute__] = ACTIONS(1544), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1546), + [anon_sym___declspec] = ACTIONS(1544), + [anon_sym_signed] = ACTIONS(1544), + [anon_sym_unsigned] = ACTIONS(1544), + [anon_sym_long] = ACTIONS(1544), + [anon_sym_short] = ACTIONS(1544), + [anon_sym_static] = ACTIONS(1544), + [anon_sym_auto] = ACTIONS(1544), + [anon_sym_register] = ACTIONS(1544), + [anon_sym_inline] = ACTIONS(1544), + [anon_sym___inline] = ACTIONS(1544), + [anon_sym___inline__] = ACTIONS(1544), + [anon_sym___forceinline] = ACTIONS(1544), + [anon_sym_thread_local] = ACTIONS(1544), + [anon_sym___thread] = ACTIONS(1544), + [anon_sym_const] = ACTIONS(1544), + [anon_sym_constexpr] = ACTIONS(1544), + [anon_sym_volatile] = ACTIONS(1544), + [anon_sym_restrict] = ACTIONS(1544), + [anon_sym___restrict__] = ACTIONS(1544), + [anon_sym__Atomic] = ACTIONS(1544), + [anon_sym__Noreturn] = ACTIONS(1544), + [anon_sym_noreturn] = ACTIONS(1544), + [sym_primitive_type] = ACTIONS(1544), + [anon_sym_enum] = ACTIONS(1544), + [anon_sym_struct] = ACTIONS(1544), + [anon_sym_union] = ACTIONS(1544), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1458), - [anon_sym_rayPayloadInEXT] = ACTIONS(1458), - [anon_sym_hitAttributeEXT] = ACTIONS(1458), - [anon_sym_callableDataEXT] = ACTIONS(1458), - [anon_sym_callableDataInEXT] = ACTIONS(1458), - [anon_sym_shaderRecordEXT] = ACTIONS(1458), - [anon_sym_rayPayloadNV] = ACTIONS(1458), - [anon_sym_rayPayloadInNV] = ACTIONS(1458), - [anon_sym_hitAttributeNV] = ACTIONS(1458), - [anon_sym_callableDataNV] = ACTIONS(1458), - [anon_sym_callableDataInNV] = ACTIONS(1458), - [anon_sym_shaderRecordNV] = ACTIONS(1458), - [anon_sym_layout] = ACTIONS(1458), + [anon_sym_rayPayloadEXT] = ACTIONS(1544), + [anon_sym_rayPayloadInEXT] = ACTIONS(1544), + [anon_sym_hitAttributeEXT] = ACTIONS(1544), + [anon_sym_callableDataEXT] = ACTIONS(1544), + [anon_sym_callableDataInEXT] = ACTIONS(1544), + [anon_sym_shaderRecordEXT] = ACTIONS(1544), + [anon_sym_rayPayloadNV] = ACTIONS(1544), + [anon_sym_rayPayloadInNV] = ACTIONS(1544), + [anon_sym_hitAttributeNV] = ACTIONS(1544), + [anon_sym_callableDataNV] = ACTIONS(1544), + [anon_sym_callableDataInNV] = ACTIONS(1544), + [anon_sym_shaderRecordNV] = ACTIONS(1544), + [anon_sym_layout] = ACTIONS(1544), }, - [566] = { - [sym_identifier] = ACTIONS(2290), - [aux_sym_preproc_def_token1] = ACTIONS(2290), - [aux_sym_preproc_if_token1] = ACTIONS(2290), - [aux_sym_preproc_if_token2] = ACTIONS(2290), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2290), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2290), - [aux_sym_preproc_else_token1] = ACTIONS(2290), - [aux_sym_preproc_elif_token1] = ACTIONS(2290), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2290), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2290), - [sym_preproc_directive] = ACTIONS(2290), - [anon_sym_subroutine] = ACTIONS(2290), - [anon_sym_invariant] = ACTIONS(2290), - [anon_sym_precise] = ACTIONS(2290), - [anon_sym_in] = ACTIONS(2290), - [anon_sym_out] = ACTIONS(2290), - [anon_sym_inout] = ACTIONS(2290), - [anon_sym_uniform] = ACTIONS(2290), - [anon_sym_shared] = ACTIONS(2290), - [anon_sym_attribute] = ACTIONS(2290), - [anon_sym_varying] = ACTIONS(2290), - [anon_sym_buffer] = ACTIONS(2290), - [anon_sym_coherent] = ACTIONS(2290), - [anon_sym_readonly] = ACTIONS(2290), - [anon_sym_writeonly] = ACTIONS(2290), - [anon_sym_precision] = ACTIONS(2290), - [anon_sym_highp] = ACTIONS(2290), - [anon_sym_mediump] = ACTIONS(2290), - [anon_sym_lowp] = ACTIONS(2290), - [anon_sym_centroid] = ACTIONS(2290), - [anon_sym_sample] = ACTIONS(2290), - [anon_sym_patch] = ACTIONS(2290), - [anon_sym_smooth] = ACTIONS(2290), - [anon_sym_flat] = ACTIONS(2290), - [anon_sym_noperspective] = ACTIONS(2290), - [anon_sym___extension__] = ACTIONS(2290), - [anon_sym_extern] = ACTIONS(2290), - [anon_sym___attribute__] = ACTIONS(2290), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2292), - [anon_sym___declspec] = ACTIONS(2290), - [anon_sym_signed] = ACTIONS(2290), - [anon_sym_unsigned] = ACTIONS(2290), - [anon_sym_long] = ACTIONS(2290), - [anon_sym_short] = ACTIONS(2290), - [anon_sym_static] = ACTIONS(2290), - [anon_sym_auto] = ACTIONS(2290), - [anon_sym_register] = ACTIONS(2290), - [anon_sym_inline] = ACTIONS(2290), - [anon_sym___inline] = ACTIONS(2290), - [anon_sym___inline__] = ACTIONS(2290), - [anon_sym___forceinline] = ACTIONS(2290), - [anon_sym_thread_local] = ACTIONS(2290), - [anon_sym___thread] = ACTIONS(2290), - [anon_sym_const] = ACTIONS(2290), - [anon_sym_constexpr] = ACTIONS(2290), - [anon_sym_volatile] = ACTIONS(2290), - [anon_sym_restrict] = ACTIONS(2290), - [anon_sym___restrict__] = ACTIONS(2290), - [anon_sym__Atomic] = ACTIONS(2290), - [anon_sym__Noreturn] = ACTIONS(2290), - [anon_sym_noreturn] = ACTIONS(2290), - [sym_primitive_type] = ACTIONS(2290), - [anon_sym_enum] = ACTIONS(2290), - [anon_sym_struct] = ACTIONS(2290), - [anon_sym_union] = ACTIONS(2290), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2290), - [anon_sym_rayPayloadInEXT] = ACTIONS(2290), - [anon_sym_hitAttributeEXT] = ACTIONS(2290), - [anon_sym_callableDataEXT] = ACTIONS(2290), - [anon_sym_callableDataInEXT] = ACTIONS(2290), - [anon_sym_shaderRecordEXT] = ACTIONS(2290), - [anon_sym_rayPayloadNV] = ACTIONS(2290), - [anon_sym_rayPayloadInNV] = ACTIONS(2290), - [anon_sym_hitAttributeNV] = ACTIONS(2290), - [anon_sym_callableDataNV] = ACTIONS(2290), - [anon_sym_callableDataInNV] = ACTIONS(2290), - [anon_sym_shaderRecordNV] = ACTIONS(2290), - [anon_sym_layout] = ACTIONS(2290), + [551] = { + [sym_identifier] = ACTIONS(2208), + [aux_sym_preproc_def_token1] = ACTIONS(2208), + [aux_sym_preproc_if_token1] = ACTIONS(2208), + [aux_sym_preproc_if_token2] = ACTIONS(2208), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2208), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2208), + [aux_sym_preproc_else_token1] = ACTIONS(2208), + [aux_sym_preproc_elif_token1] = ACTIONS(2208), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2208), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2208), + [sym_preproc_directive] = ACTIONS(2208), + [anon_sym_subroutine] = ACTIONS(2208), + [anon_sym_invariant] = ACTIONS(2208), + [anon_sym_precise] = ACTIONS(2208), + [anon_sym_in] = ACTIONS(2208), + [anon_sym_out] = ACTIONS(2208), + [anon_sym_inout] = ACTIONS(2208), + [anon_sym_uniform] = ACTIONS(2208), + [anon_sym_shared] = ACTIONS(2208), + [anon_sym_attribute] = ACTIONS(2208), + [anon_sym_varying] = ACTIONS(2208), + [anon_sym_buffer] = ACTIONS(2208), + [anon_sym_coherent] = ACTIONS(2208), + [anon_sym_readonly] = ACTIONS(2208), + [anon_sym_writeonly] = ACTIONS(2208), + [anon_sym_precision] = ACTIONS(2208), + [anon_sym_highp] = ACTIONS(2208), + [anon_sym_mediump] = ACTIONS(2208), + [anon_sym_lowp] = ACTIONS(2208), + [anon_sym_centroid] = ACTIONS(2208), + [anon_sym_sample] = ACTIONS(2208), + [anon_sym_patch] = ACTIONS(2208), + [anon_sym_smooth] = ACTIONS(2208), + [anon_sym_flat] = ACTIONS(2208), + [anon_sym_noperspective] = ACTIONS(2208), + [anon_sym___extension__] = ACTIONS(2208), + [anon_sym_extern] = ACTIONS(2208), + [anon_sym___attribute__] = ACTIONS(2208), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2210), + [anon_sym___declspec] = ACTIONS(2208), + [anon_sym_signed] = ACTIONS(2208), + [anon_sym_unsigned] = ACTIONS(2208), + [anon_sym_long] = ACTIONS(2208), + [anon_sym_short] = ACTIONS(2208), + [anon_sym_static] = ACTIONS(2208), + [anon_sym_auto] = ACTIONS(2208), + [anon_sym_register] = ACTIONS(2208), + [anon_sym_inline] = ACTIONS(2208), + [anon_sym___inline] = ACTIONS(2208), + [anon_sym___inline__] = ACTIONS(2208), + [anon_sym___forceinline] = ACTIONS(2208), + [anon_sym_thread_local] = ACTIONS(2208), + [anon_sym___thread] = ACTIONS(2208), + [anon_sym_const] = ACTIONS(2208), + [anon_sym_constexpr] = ACTIONS(2208), + [anon_sym_volatile] = ACTIONS(2208), + [anon_sym_restrict] = ACTIONS(2208), + [anon_sym___restrict__] = ACTIONS(2208), + [anon_sym__Atomic] = ACTIONS(2208), + [anon_sym__Noreturn] = ACTIONS(2208), + [anon_sym_noreturn] = ACTIONS(2208), + [sym_primitive_type] = ACTIONS(2208), + [anon_sym_enum] = ACTIONS(2208), + [anon_sym_struct] = ACTIONS(2208), + [anon_sym_union] = ACTIONS(2208), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2208), + [anon_sym_rayPayloadInEXT] = ACTIONS(2208), + [anon_sym_hitAttributeEXT] = ACTIONS(2208), + [anon_sym_callableDataEXT] = ACTIONS(2208), + [anon_sym_callableDataInEXT] = ACTIONS(2208), + [anon_sym_shaderRecordEXT] = ACTIONS(2208), + [anon_sym_rayPayloadNV] = ACTIONS(2208), + [anon_sym_rayPayloadInNV] = ACTIONS(2208), + [anon_sym_hitAttributeNV] = ACTIONS(2208), + [anon_sym_callableDataNV] = ACTIONS(2208), + [anon_sym_callableDataInNV] = ACTIONS(2208), + [anon_sym_shaderRecordNV] = ACTIONS(2208), + [anon_sym_layout] = ACTIONS(2208), }, - [567] = { + [552] = { + [sym_identifier] = ACTIONS(1520), + [aux_sym_preproc_def_token1] = ACTIONS(1520), + [aux_sym_preproc_if_token1] = ACTIONS(1520), + [aux_sym_preproc_if_token2] = ACTIONS(1520), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1520), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1520), + [aux_sym_preproc_else_token1] = ACTIONS(1520), + [aux_sym_preproc_elif_token1] = ACTIONS(1520), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1520), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1520), + [sym_preproc_directive] = ACTIONS(1520), + [anon_sym_subroutine] = ACTIONS(1520), + [anon_sym_invariant] = ACTIONS(1520), + [anon_sym_precise] = ACTIONS(1520), + [anon_sym_in] = ACTIONS(1520), + [anon_sym_out] = ACTIONS(1520), + [anon_sym_inout] = ACTIONS(1520), + [anon_sym_uniform] = ACTIONS(1520), + [anon_sym_shared] = ACTIONS(1520), + [anon_sym_attribute] = ACTIONS(1520), + [anon_sym_varying] = ACTIONS(1520), + [anon_sym_buffer] = ACTIONS(1520), + [anon_sym_coherent] = ACTIONS(1520), + [anon_sym_readonly] = ACTIONS(1520), + [anon_sym_writeonly] = ACTIONS(1520), + [anon_sym_precision] = ACTIONS(1520), + [anon_sym_highp] = ACTIONS(1520), + [anon_sym_mediump] = ACTIONS(1520), + [anon_sym_lowp] = ACTIONS(1520), + [anon_sym_centroid] = ACTIONS(1520), + [anon_sym_sample] = ACTIONS(1520), + [anon_sym_patch] = ACTIONS(1520), + [anon_sym_smooth] = ACTIONS(1520), + [anon_sym_flat] = ACTIONS(1520), + [anon_sym_noperspective] = ACTIONS(1520), + [anon_sym___extension__] = ACTIONS(1520), + [anon_sym_extern] = ACTIONS(1520), + [anon_sym___attribute__] = ACTIONS(1520), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1522), + [anon_sym___declspec] = ACTIONS(1520), + [anon_sym_signed] = ACTIONS(1520), + [anon_sym_unsigned] = ACTIONS(1520), + [anon_sym_long] = ACTIONS(1520), + [anon_sym_short] = ACTIONS(1520), + [anon_sym_static] = ACTIONS(1520), + [anon_sym_auto] = ACTIONS(1520), + [anon_sym_register] = ACTIONS(1520), + [anon_sym_inline] = ACTIONS(1520), + [anon_sym___inline] = ACTIONS(1520), + [anon_sym___inline__] = ACTIONS(1520), + [anon_sym___forceinline] = ACTIONS(1520), + [anon_sym_thread_local] = ACTIONS(1520), + [anon_sym___thread] = ACTIONS(1520), + [anon_sym_const] = ACTIONS(1520), + [anon_sym_constexpr] = ACTIONS(1520), + [anon_sym_volatile] = ACTIONS(1520), + [anon_sym_restrict] = ACTIONS(1520), + [anon_sym___restrict__] = ACTIONS(1520), + [anon_sym__Atomic] = ACTIONS(1520), + [anon_sym__Noreturn] = ACTIONS(1520), + [anon_sym_noreturn] = ACTIONS(1520), + [sym_primitive_type] = ACTIONS(1520), + [anon_sym_enum] = ACTIONS(1520), + [anon_sym_struct] = ACTIONS(1520), + [anon_sym_union] = ACTIONS(1520), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1520), + [anon_sym_rayPayloadInEXT] = ACTIONS(1520), + [anon_sym_hitAttributeEXT] = ACTIONS(1520), + [anon_sym_callableDataEXT] = ACTIONS(1520), + [anon_sym_callableDataInEXT] = ACTIONS(1520), + [anon_sym_shaderRecordEXT] = ACTIONS(1520), + [anon_sym_rayPayloadNV] = ACTIONS(1520), + [anon_sym_rayPayloadInNV] = ACTIONS(1520), + [anon_sym_hitAttributeNV] = ACTIONS(1520), + [anon_sym_callableDataNV] = ACTIONS(1520), + [anon_sym_callableDataInNV] = ACTIONS(1520), + [anon_sym_shaderRecordNV] = ACTIONS(1520), + [anon_sym_layout] = ACTIONS(1520), + }, + [553] = { [sym_identifier] = ACTIONS(1532), [aux_sym_preproc_def_token1] = ACTIONS(1532), [aux_sym_preproc_if_token1] = ACTIONS(1532), @@ -92319,481 +91180,1615 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1532), [anon_sym_layout] = ACTIONS(1532), }, + [554] = { + [sym_identifier] = ACTIONS(2212), + [aux_sym_preproc_def_token1] = ACTIONS(2212), + [aux_sym_preproc_if_token1] = ACTIONS(2212), + [aux_sym_preproc_if_token2] = ACTIONS(2212), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2212), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2212), + [aux_sym_preproc_else_token1] = ACTIONS(2212), + [aux_sym_preproc_elif_token1] = ACTIONS(2212), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2212), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2212), + [sym_preproc_directive] = ACTIONS(2212), + [anon_sym_subroutine] = ACTIONS(2212), + [anon_sym_invariant] = ACTIONS(2212), + [anon_sym_precise] = ACTIONS(2212), + [anon_sym_in] = ACTIONS(2212), + [anon_sym_out] = ACTIONS(2212), + [anon_sym_inout] = ACTIONS(2212), + [anon_sym_uniform] = ACTIONS(2212), + [anon_sym_shared] = ACTIONS(2212), + [anon_sym_attribute] = ACTIONS(2212), + [anon_sym_varying] = ACTIONS(2212), + [anon_sym_buffer] = ACTIONS(2212), + [anon_sym_coherent] = ACTIONS(2212), + [anon_sym_readonly] = ACTIONS(2212), + [anon_sym_writeonly] = ACTIONS(2212), + [anon_sym_precision] = ACTIONS(2212), + [anon_sym_highp] = ACTIONS(2212), + [anon_sym_mediump] = ACTIONS(2212), + [anon_sym_lowp] = ACTIONS(2212), + [anon_sym_centroid] = ACTIONS(2212), + [anon_sym_sample] = ACTIONS(2212), + [anon_sym_patch] = ACTIONS(2212), + [anon_sym_smooth] = ACTIONS(2212), + [anon_sym_flat] = ACTIONS(2212), + [anon_sym_noperspective] = ACTIONS(2212), + [anon_sym___extension__] = ACTIONS(2212), + [anon_sym_extern] = ACTIONS(2212), + [anon_sym___attribute__] = ACTIONS(2212), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2214), + [anon_sym___declspec] = ACTIONS(2212), + [anon_sym_signed] = ACTIONS(2212), + [anon_sym_unsigned] = ACTIONS(2212), + [anon_sym_long] = ACTIONS(2212), + [anon_sym_short] = ACTIONS(2212), + [anon_sym_static] = ACTIONS(2212), + [anon_sym_auto] = ACTIONS(2212), + [anon_sym_register] = ACTIONS(2212), + [anon_sym_inline] = ACTIONS(2212), + [anon_sym___inline] = ACTIONS(2212), + [anon_sym___inline__] = ACTIONS(2212), + [anon_sym___forceinline] = ACTIONS(2212), + [anon_sym_thread_local] = ACTIONS(2212), + [anon_sym___thread] = ACTIONS(2212), + [anon_sym_const] = ACTIONS(2212), + [anon_sym_constexpr] = ACTIONS(2212), + [anon_sym_volatile] = ACTIONS(2212), + [anon_sym_restrict] = ACTIONS(2212), + [anon_sym___restrict__] = ACTIONS(2212), + [anon_sym__Atomic] = ACTIONS(2212), + [anon_sym__Noreturn] = ACTIONS(2212), + [anon_sym_noreturn] = ACTIONS(2212), + [sym_primitive_type] = ACTIONS(2212), + [anon_sym_enum] = ACTIONS(2212), + [anon_sym_struct] = ACTIONS(2212), + [anon_sym_union] = ACTIONS(2212), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2212), + [anon_sym_rayPayloadInEXT] = ACTIONS(2212), + [anon_sym_hitAttributeEXT] = ACTIONS(2212), + [anon_sym_callableDataEXT] = ACTIONS(2212), + [anon_sym_callableDataInEXT] = ACTIONS(2212), + [anon_sym_shaderRecordEXT] = ACTIONS(2212), + [anon_sym_rayPayloadNV] = ACTIONS(2212), + [anon_sym_rayPayloadInNV] = ACTIONS(2212), + [anon_sym_hitAttributeNV] = ACTIONS(2212), + [anon_sym_callableDataNV] = ACTIONS(2212), + [anon_sym_callableDataInNV] = ACTIONS(2212), + [anon_sym_shaderRecordNV] = ACTIONS(2212), + [anon_sym_layout] = ACTIONS(2212), + }, + [555] = { + [sym_identifier] = ACTIONS(2216), + [anon_sym_LPAREN2] = ACTIONS(2219), + [anon_sym_BANG] = ACTIONS(2219), + [anon_sym_TILDE] = ACTIONS(2219), + [anon_sym_DASH] = ACTIONS(2221), + [anon_sym_PLUS] = ACTIONS(2221), + [anon_sym_STAR] = ACTIONS(2219), + [anon_sym_AMP] = ACTIONS(2219), + [anon_sym_SEMI] = ACTIONS(2219), + [anon_sym___extension__] = ACTIONS(2223), + [anon_sym_extern] = ACTIONS(2223), + [anon_sym___attribute__] = ACTIONS(2223), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2225), + [anon_sym___declspec] = ACTIONS(2223), + [anon_sym_LBRACE] = ACTIONS(2219), + [anon_sym_signed] = ACTIONS(2223), + [anon_sym_unsigned] = ACTIONS(2223), + [anon_sym_long] = ACTIONS(2223), + [anon_sym_short] = ACTIONS(2223), + [anon_sym_static] = ACTIONS(2223), + [anon_sym_auto] = ACTIONS(2223), + [anon_sym_register] = ACTIONS(2223), + [anon_sym_inline] = ACTIONS(2223), + [anon_sym___inline] = ACTIONS(2223), + [anon_sym___inline__] = ACTIONS(2223), + [anon_sym___forceinline] = ACTIONS(2223), + [anon_sym_thread_local] = ACTIONS(2223), + [anon_sym___thread] = ACTIONS(2223), + [anon_sym_const] = ACTIONS(2223), + [anon_sym_constexpr] = ACTIONS(2223), + [anon_sym_volatile] = ACTIONS(2223), + [anon_sym_restrict] = ACTIONS(2223), + [anon_sym___restrict__] = ACTIONS(2223), + [anon_sym__Atomic] = ACTIONS(2223), + [anon_sym__Noreturn] = ACTIONS(2223), + [anon_sym_noreturn] = ACTIONS(2223), + [sym_primitive_type] = ACTIONS(2223), + [anon_sym_enum] = ACTIONS(2223), + [anon_sym_struct] = ACTIONS(2223), + [anon_sym_union] = ACTIONS(2223), + [anon_sym_if] = ACTIONS(2221), + [anon_sym_switch] = ACTIONS(2221), + [anon_sym_case] = ACTIONS(2221), + [anon_sym_default] = ACTIONS(2221), + [anon_sym_while] = ACTIONS(2221), + [anon_sym_do] = ACTIONS(2221), + [anon_sym_for] = ACTIONS(2221), + [anon_sym_return] = ACTIONS(2221), + [anon_sym_break] = ACTIONS(2221), + [anon_sym_continue] = ACTIONS(2221), + [anon_sym_goto] = ACTIONS(2221), + [anon_sym_DASH_DASH] = ACTIONS(2219), + [anon_sym_PLUS_PLUS] = ACTIONS(2219), + [anon_sym_sizeof] = ACTIONS(2221), + [anon_sym___alignof__] = ACTIONS(2221), + [anon_sym___alignof] = ACTIONS(2221), + [anon_sym__alignof] = ACTIONS(2221), + [anon_sym_alignof] = ACTIONS(2221), + [anon_sym__Alignof] = ACTIONS(2221), + [anon_sym_offsetof] = ACTIONS(2221), + [anon_sym__Generic] = ACTIONS(2221), + [anon_sym_asm] = ACTIONS(2221), + [anon_sym___asm__] = ACTIONS(2221), + [sym_number_literal] = ACTIONS(2219), + [anon_sym_L_SQUOTE] = ACTIONS(2219), + [anon_sym_u_SQUOTE] = ACTIONS(2219), + [anon_sym_U_SQUOTE] = ACTIONS(2219), + [anon_sym_u8_SQUOTE] = ACTIONS(2219), + [anon_sym_SQUOTE] = ACTIONS(2219), + [anon_sym_L_DQUOTE] = ACTIONS(2219), + [anon_sym_u_DQUOTE] = ACTIONS(2219), + [anon_sym_U_DQUOTE] = ACTIONS(2219), + [anon_sym_u8_DQUOTE] = ACTIONS(2219), + [anon_sym_DQUOTE] = ACTIONS(2219), + [sym_true] = ACTIONS(2221), + [sym_false] = ACTIONS(2221), + [anon_sym_NULL] = ACTIONS(2221), + [anon_sym_nullptr] = ACTIONS(2221), + [sym_comment] = ACTIONS(3), + }, + [556] = { + [sym_identifier] = ACTIONS(2228), + [aux_sym_preproc_def_token1] = ACTIONS(2228), + [aux_sym_preproc_if_token1] = ACTIONS(2228), + [aux_sym_preproc_if_token2] = ACTIONS(2228), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2228), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2228), + [aux_sym_preproc_else_token1] = ACTIONS(2228), + [aux_sym_preproc_elif_token1] = ACTIONS(2228), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2228), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2228), + [sym_preproc_directive] = ACTIONS(2228), + [anon_sym_subroutine] = ACTIONS(2228), + [anon_sym_invariant] = ACTIONS(2228), + [anon_sym_precise] = ACTIONS(2228), + [anon_sym_in] = ACTIONS(2228), + [anon_sym_out] = ACTIONS(2228), + [anon_sym_inout] = ACTIONS(2228), + [anon_sym_uniform] = ACTIONS(2228), + [anon_sym_shared] = ACTIONS(2228), + [anon_sym_attribute] = ACTIONS(2228), + [anon_sym_varying] = ACTIONS(2228), + [anon_sym_buffer] = ACTIONS(2228), + [anon_sym_coherent] = ACTIONS(2228), + [anon_sym_readonly] = ACTIONS(2228), + [anon_sym_writeonly] = ACTIONS(2228), + [anon_sym_precision] = ACTIONS(2228), + [anon_sym_highp] = ACTIONS(2228), + [anon_sym_mediump] = ACTIONS(2228), + [anon_sym_lowp] = ACTIONS(2228), + [anon_sym_centroid] = ACTIONS(2228), + [anon_sym_sample] = ACTIONS(2228), + [anon_sym_patch] = ACTIONS(2228), + [anon_sym_smooth] = ACTIONS(2228), + [anon_sym_flat] = ACTIONS(2228), + [anon_sym_noperspective] = ACTIONS(2228), + [anon_sym___extension__] = ACTIONS(2228), + [anon_sym_extern] = ACTIONS(2228), + [anon_sym___attribute__] = ACTIONS(2228), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2230), + [anon_sym___declspec] = ACTIONS(2228), + [anon_sym_signed] = ACTIONS(2228), + [anon_sym_unsigned] = ACTIONS(2228), + [anon_sym_long] = ACTIONS(2228), + [anon_sym_short] = ACTIONS(2228), + [anon_sym_static] = ACTIONS(2228), + [anon_sym_auto] = ACTIONS(2228), + [anon_sym_register] = ACTIONS(2228), + [anon_sym_inline] = ACTIONS(2228), + [anon_sym___inline] = ACTIONS(2228), + [anon_sym___inline__] = ACTIONS(2228), + [anon_sym___forceinline] = ACTIONS(2228), + [anon_sym_thread_local] = ACTIONS(2228), + [anon_sym___thread] = ACTIONS(2228), + [anon_sym_const] = ACTIONS(2228), + [anon_sym_constexpr] = ACTIONS(2228), + [anon_sym_volatile] = ACTIONS(2228), + [anon_sym_restrict] = ACTIONS(2228), + [anon_sym___restrict__] = ACTIONS(2228), + [anon_sym__Atomic] = ACTIONS(2228), + [anon_sym__Noreturn] = ACTIONS(2228), + [anon_sym_noreturn] = ACTIONS(2228), + [sym_primitive_type] = ACTIONS(2228), + [anon_sym_enum] = ACTIONS(2228), + [anon_sym_struct] = ACTIONS(2228), + [anon_sym_union] = ACTIONS(2228), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2228), + [anon_sym_rayPayloadInEXT] = ACTIONS(2228), + [anon_sym_hitAttributeEXT] = ACTIONS(2228), + [anon_sym_callableDataEXT] = ACTIONS(2228), + [anon_sym_callableDataInEXT] = ACTIONS(2228), + [anon_sym_shaderRecordEXT] = ACTIONS(2228), + [anon_sym_rayPayloadNV] = ACTIONS(2228), + [anon_sym_rayPayloadInNV] = ACTIONS(2228), + [anon_sym_hitAttributeNV] = ACTIONS(2228), + [anon_sym_callableDataNV] = ACTIONS(2228), + [anon_sym_callableDataInNV] = ACTIONS(2228), + [anon_sym_shaderRecordNV] = ACTIONS(2228), + [anon_sym_layout] = ACTIONS(2228), + }, + [557] = { + [sym_identifier] = ACTIONS(2232), + [aux_sym_preproc_def_token1] = ACTIONS(2232), + [aux_sym_preproc_if_token1] = ACTIONS(2232), + [aux_sym_preproc_if_token2] = ACTIONS(2232), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2232), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2232), + [aux_sym_preproc_else_token1] = ACTIONS(2232), + [aux_sym_preproc_elif_token1] = ACTIONS(2232), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2232), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2232), + [sym_preproc_directive] = ACTIONS(2232), + [anon_sym_subroutine] = ACTIONS(2232), + [anon_sym_invariant] = ACTIONS(2232), + [anon_sym_precise] = ACTIONS(2232), + [anon_sym_in] = ACTIONS(2232), + [anon_sym_out] = ACTIONS(2232), + [anon_sym_inout] = ACTIONS(2232), + [anon_sym_uniform] = ACTIONS(2232), + [anon_sym_shared] = ACTIONS(2232), + [anon_sym_attribute] = ACTIONS(2232), + [anon_sym_varying] = ACTIONS(2232), + [anon_sym_buffer] = ACTIONS(2232), + [anon_sym_coherent] = ACTIONS(2232), + [anon_sym_readonly] = ACTIONS(2232), + [anon_sym_writeonly] = ACTIONS(2232), + [anon_sym_precision] = ACTIONS(2232), + [anon_sym_highp] = ACTIONS(2232), + [anon_sym_mediump] = ACTIONS(2232), + [anon_sym_lowp] = ACTIONS(2232), + [anon_sym_centroid] = ACTIONS(2232), + [anon_sym_sample] = ACTIONS(2232), + [anon_sym_patch] = ACTIONS(2232), + [anon_sym_smooth] = ACTIONS(2232), + [anon_sym_flat] = ACTIONS(2232), + [anon_sym_noperspective] = ACTIONS(2232), + [anon_sym___extension__] = ACTIONS(2232), + [anon_sym_extern] = ACTIONS(2232), + [anon_sym___attribute__] = ACTIONS(2232), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2234), + [anon_sym___declspec] = ACTIONS(2232), + [anon_sym_signed] = ACTIONS(2232), + [anon_sym_unsigned] = ACTIONS(2232), + [anon_sym_long] = ACTIONS(2232), + [anon_sym_short] = ACTIONS(2232), + [anon_sym_static] = ACTIONS(2232), + [anon_sym_auto] = ACTIONS(2232), + [anon_sym_register] = ACTIONS(2232), + [anon_sym_inline] = ACTIONS(2232), + [anon_sym___inline] = ACTIONS(2232), + [anon_sym___inline__] = ACTIONS(2232), + [anon_sym___forceinline] = ACTIONS(2232), + [anon_sym_thread_local] = ACTIONS(2232), + [anon_sym___thread] = ACTIONS(2232), + [anon_sym_const] = ACTIONS(2232), + [anon_sym_constexpr] = ACTIONS(2232), + [anon_sym_volatile] = ACTIONS(2232), + [anon_sym_restrict] = ACTIONS(2232), + [anon_sym___restrict__] = ACTIONS(2232), + [anon_sym__Atomic] = ACTIONS(2232), + [anon_sym__Noreturn] = ACTIONS(2232), + [anon_sym_noreturn] = ACTIONS(2232), + [sym_primitive_type] = ACTIONS(2232), + [anon_sym_enum] = ACTIONS(2232), + [anon_sym_struct] = ACTIONS(2232), + [anon_sym_union] = ACTIONS(2232), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2232), + [anon_sym_rayPayloadInEXT] = ACTIONS(2232), + [anon_sym_hitAttributeEXT] = ACTIONS(2232), + [anon_sym_callableDataEXT] = ACTIONS(2232), + [anon_sym_callableDataInEXT] = ACTIONS(2232), + [anon_sym_shaderRecordEXT] = ACTIONS(2232), + [anon_sym_rayPayloadNV] = ACTIONS(2232), + [anon_sym_rayPayloadInNV] = ACTIONS(2232), + [anon_sym_hitAttributeNV] = ACTIONS(2232), + [anon_sym_callableDataNV] = ACTIONS(2232), + [anon_sym_callableDataInNV] = ACTIONS(2232), + [anon_sym_shaderRecordNV] = ACTIONS(2232), + [anon_sym_layout] = ACTIONS(2232), + }, + [558] = { + [sym_identifier] = ACTIONS(2236), + [aux_sym_preproc_def_token1] = ACTIONS(2236), + [aux_sym_preproc_if_token1] = ACTIONS(2236), + [aux_sym_preproc_if_token2] = ACTIONS(2236), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2236), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2236), + [aux_sym_preproc_else_token1] = ACTIONS(2236), + [aux_sym_preproc_elif_token1] = ACTIONS(2236), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2236), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2236), + [sym_preproc_directive] = ACTIONS(2236), + [anon_sym_subroutine] = ACTIONS(2236), + [anon_sym_invariant] = ACTIONS(2236), + [anon_sym_precise] = ACTIONS(2236), + [anon_sym_in] = ACTIONS(2236), + [anon_sym_out] = ACTIONS(2236), + [anon_sym_inout] = ACTIONS(2236), + [anon_sym_uniform] = ACTIONS(2236), + [anon_sym_shared] = ACTIONS(2236), + [anon_sym_attribute] = ACTIONS(2236), + [anon_sym_varying] = ACTIONS(2236), + [anon_sym_buffer] = ACTIONS(2236), + [anon_sym_coherent] = ACTIONS(2236), + [anon_sym_readonly] = ACTIONS(2236), + [anon_sym_writeonly] = ACTIONS(2236), + [anon_sym_precision] = ACTIONS(2236), + [anon_sym_highp] = ACTIONS(2236), + [anon_sym_mediump] = ACTIONS(2236), + [anon_sym_lowp] = ACTIONS(2236), + [anon_sym_centroid] = ACTIONS(2236), + [anon_sym_sample] = ACTIONS(2236), + [anon_sym_patch] = ACTIONS(2236), + [anon_sym_smooth] = ACTIONS(2236), + [anon_sym_flat] = ACTIONS(2236), + [anon_sym_noperspective] = ACTIONS(2236), + [anon_sym___extension__] = ACTIONS(2236), + [anon_sym_extern] = ACTIONS(2236), + [anon_sym___attribute__] = ACTIONS(2236), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2238), + [anon_sym___declspec] = ACTIONS(2236), + [anon_sym_signed] = ACTIONS(2236), + [anon_sym_unsigned] = ACTIONS(2236), + [anon_sym_long] = ACTIONS(2236), + [anon_sym_short] = ACTIONS(2236), + [anon_sym_static] = ACTIONS(2236), + [anon_sym_auto] = ACTIONS(2236), + [anon_sym_register] = ACTIONS(2236), + [anon_sym_inline] = ACTIONS(2236), + [anon_sym___inline] = ACTIONS(2236), + [anon_sym___inline__] = ACTIONS(2236), + [anon_sym___forceinline] = ACTIONS(2236), + [anon_sym_thread_local] = ACTIONS(2236), + [anon_sym___thread] = ACTIONS(2236), + [anon_sym_const] = ACTIONS(2236), + [anon_sym_constexpr] = ACTIONS(2236), + [anon_sym_volatile] = ACTIONS(2236), + [anon_sym_restrict] = ACTIONS(2236), + [anon_sym___restrict__] = ACTIONS(2236), + [anon_sym__Atomic] = ACTIONS(2236), + [anon_sym__Noreturn] = ACTIONS(2236), + [anon_sym_noreturn] = ACTIONS(2236), + [sym_primitive_type] = ACTIONS(2236), + [anon_sym_enum] = ACTIONS(2236), + [anon_sym_struct] = ACTIONS(2236), + [anon_sym_union] = ACTIONS(2236), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2236), + [anon_sym_rayPayloadInEXT] = ACTIONS(2236), + [anon_sym_hitAttributeEXT] = ACTIONS(2236), + [anon_sym_callableDataEXT] = ACTIONS(2236), + [anon_sym_callableDataInEXT] = ACTIONS(2236), + [anon_sym_shaderRecordEXT] = ACTIONS(2236), + [anon_sym_rayPayloadNV] = ACTIONS(2236), + [anon_sym_rayPayloadInNV] = ACTIONS(2236), + [anon_sym_hitAttributeNV] = ACTIONS(2236), + [anon_sym_callableDataNV] = ACTIONS(2236), + [anon_sym_callableDataInNV] = ACTIONS(2236), + [anon_sym_shaderRecordNV] = ACTIONS(2236), + [anon_sym_layout] = ACTIONS(2236), + }, + [559] = { + [sym_identifier] = ACTIONS(2240), + [aux_sym_preproc_def_token1] = ACTIONS(2240), + [aux_sym_preproc_if_token1] = ACTIONS(2240), + [aux_sym_preproc_if_token2] = ACTIONS(2240), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2240), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2240), + [aux_sym_preproc_else_token1] = ACTIONS(2240), + [aux_sym_preproc_elif_token1] = ACTIONS(2240), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2240), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2240), + [sym_preproc_directive] = ACTIONS(2240), + [anon_sym_subroutine] = ACTIONS(2240), + [anon_sym_invariant] = ACTIONS(2240), + [anon_sym_precise] = ACTIONS(2240), + [anon_sym_in] = ACTIONS(2240), + [anon_sym_out] = ACTIONS(2240), + [anon_sym_inout] = ACTIONS(2240), + [anon_sym_uniform] = ACTIONS(2240), + [anon_sym_shared] = ACTIONS(2240), + [anon_sym_attribute] = ACTIONS(2240), + [anon_sym_varying] = ACTIONS(2240), + [anon_sym_buffer] = ACTIONS(2240), + [anon_sym_coherent] = ACTIONS(2240), + [anon_sym_readonly] = ACTIONS(2240), + [anon_sym_writeonly] = ACTIONS(2240), + [anon_sym_precision] = ACTIONS(2240), + [anon_sym_highp] = ACTIONS(2240), + [anon_sym_mediump] = ACTIONS(2240), + [anon_sym_lowp] = ACTIONS(2240), + [anon_sym_centroid] = ACTIONS(2240), + [anon_sym_sample] = ACTIONS(2240), + [anon_sym_patch] = ACTIONS(2240), + [anon_sym_smooth] = ACTIONS(2240), + [anon_sym_flat] = ACTIONS(2240), + [anon_sym_noperspective] = ACTIONS(2240), + [anon_sym___extension__] = ACTIONS(2240), + [anon_sym_extern] = ACTIONS(2240), + [anon_sym___attribute__] = ACTIONS(2240), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2242), + [anon_sym___declspec] = ACTIONS(2240), + [anon_sym_signed] = ACTIONS(2240), + [anon_sym_unsigned] = ACTIONS(2240), + [anon_sym_long] = ACTIONS(2240), + [anon_sym_short] = ACTIONS(2240), + [anon_sym_static] = ACTIONS(2240), + [anon_sym_auto] = ACTIONS(2240), + [anon_sym_register] = ACTIONS(2240), + [anon_sym_inline] = ACTIONS(2240), + [anon_sym___inline] = ACTIONS(2240), + [anon_sym___inline__] = ACTIONS(2240), + [anon_sym___forceinline] = ACTIONS(2240), + [anon_sym_thread_local] = ACTIONS(2240), + [anon_sym___thread] = ACTIONS(2240), + [anon_sym_const] = ACTIONS(2240), + [anon_sym_constexpr] = ACTIONS(2240), + [anon_sym_volatile] = ACTIONS(2240), + [anon_sym_restrict] = ACTIONS(2240), + [anon_sym___restrict__] = ACTIONS(2240), + [anon_sym__Atomic] = ACTIONS(2240), + [anon_sym__Noreturn] = ACTIONS(2240), + [anon_sym_noreturn] = ACTIONS(2240), + [sym_primitive_type] = ACTIONS(2240), + [anon_sym_enum] = ACTIONS(2240), + [anon_sym_struct] = ACTIONS(2240), + [anon_sym_union] = ACTIONS(2240), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2240), + [anon_sym_rayPayloadInEXT] = ACTIONS(2240), + [anon_sym_hitAttributeEXT] = ACTIONS(2240), + [anon_sym_callableDataEXT] = ACTIONS(2240), + [anon_sym_callableDataInEXT] = ACTIONS(2240), + [anon_sym_shaderRecordEXT] = ACTIONS(2240), + [anon_sym_rayPayloadNV] = ACTIONS(2240), + [anon_sym_rayPayloadInNV] = ACTIONS(2240), + [anon_sym_hitAttributeNV] = ACTIONS(2240), + [anon_sym_callableDataNV] = ACTIONS(2240), + [anon_sym_callableDataInNV] = ACTIONS(2240), + [anon_sym_shaderRecordNV] = ACTIONS(2240), + [anon_sym_layout] = ACTIONS(2240), + }, + [560] = { + [sym_identifier] = ACTIONS(2244), + [aux_sym_preproc_def_token1] = ACTIONS(2244), + [aux_sym_preproc_if_token1] = ACTIONS(2244), + [aux_sym_preproc_if_token2] = ACTIONS(2244), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2244), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2244), + [aux_sym_preproc_else_token1] = ACTIONS(2244), + [aux_sym_preproc_elif_token1] = ACTIONS(2244), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2244), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2244), + [sym_preproc_directive] = ACTIONS(2244), + [anon_sym_subroutine] = ACTIONS(2244), + [anon_sym_invariant] = ACTIONS(2244), + [anon_sym_precise] = ACTIONS(2244), + [anon_sym_in] = ACTIONS(2244), + [anon_sym_out] = ACTIONS(2244), + [anon_sym_inout] = ACTIONS(2244), + [anon_sym_uniform] = ACTIONS(2244), + [anon_sym_shared] = ACTIONS(2244), + [anon_sym_attribute] = ACTIONS(2244), + [anon_sym_varying] = ACTIONS(2244), + [anon_sym_buffer] = ACTIONS(2244), + [anon_sym_coherent] = ACTIONS(2244), + [anon_sym_readonly] = ACTIONS(2244), + [anon_sym_writeonly] = ACTIONS(2244), + [anon_sym_precision] = ACTIONS(2244), + [anon_sym_highp] = ACTIONS(2244), + [anon_sym_mediump] = ACTIONS(2244), + [anon_sym_lowp] = ACTIONS(2244), + [anon_sym_centroid] = ACTIONS(2244), + [anon_sym_sample] = ACTIONS(2244), + [anon_sym_patch] = ACTIONS(2244), + [anon_sym_smooth] = ACTIONS(2244), + [anon_sym_flat] = ACTIONS(2244), + [anon_sym_noperspective] = ACTIONS(2244), + [anon_sym___extension__] = ACTIONS(2244), + [anon_sym_extern] = ACTIONS(2244), + [anon_sym___attribute__] = ACTIONS(2244), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2246), + [anon_sym___declspec] = ACTIONS(2244), + [anon_sym_signed] = ACTIONS(2244), + [anon_sym_unsigned] = ACTIONS(2244), + [anon_sym_long] = ACTIONS(2244), + [anon_sym_short] = ACTIONS(2244), + [anon_sym_static] = ACTIONS(2244), + [anon_sym_auto] = ACTIONS(2244), + [anon_sym_register] = ACTIONS(2244), + [anon_sym_inline] = ACTIONS(2244), + [anon_sym___inline] = ACTIONS(2244), + [anon_sym___inline__] = ACTIONS(2244), + [anon_sym___forceinline] = ACTIONS(2244), + [anon_sym_thread_local] = ACTIONS(2244), + [anon_sym___thread] = ACTIONS(2244), + [anon_sym_const] = ACTIONS(2244), + [anon_sym_constexpr] = ACTIONS(2244), + [anon_sym_volatile] = ACTIONS(2244), + [anon_sym_restrict] = ACTIONS(2244), + [anon_sym___restrict__] = ACTIONS(2244), + [anon_sym__Atomic] = ACTIONS(2244), + [anon_sym__Noreturn] = ACTIONS(2244), + [anon_sym_noreturn] = ACTIONS(2244), + [sym_primitive_type] = ACTIONS(2244), + [anon_sym_enum] = ACTIONS(2244), + [anon_sym_struct] = ACTIONS(2244), + [anon_sym_union] = ACTIONS(2244), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2244), + [anon_sym_rayPayloadInEXT] = ACTIONS(2244), + [anon_sym_hitAttributeEXT] = ACTIONS(2244), + [anon_sym_callableDataEXT] = ACTIONS(2244), + [anon_sym_callableDataInEXT] = ACTIONS(2244), + [anon_sym_shaderRecordEXT] = ACTIONS(2244), + [anon_sym_rayPayloadNV] = ACTIONS(2244), + [anon_sym_rayPayloadInNV] = ACTIONS(2244), + [anon_sym_hitAttributeNV] = ACTIONS(2244), + [anon_sym_callableDataNV] = ACTIONS(2244), + [anon_sym_callableDataInNV] = ACTIONS(2244), + [anon_sym_shaderRecordNV] = ACTIONS(2244), + [anon_sym_layout] = ACTIONS(2244), + }, + [561] = { + [sym_identifier] = ACTIONS(2248), + [aux_sym_preproc_def_token1] = ACTIONS(2248), + [aux_sym_preproc_if_token1] = ACTIONS(2248), + [aux_sym_preproc_if_token2] = ACTIONS(2248), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2248), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2248), + [aux_sym_preproc_else_token1] = ACTIONS(2248), + [aux_sym_preproc_elif_token1] = ACTIONS(2248), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2248), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2248), + [sym_preproc_directive] = ACTIONS(2248), + [anon_sym_subroutine] = ACTIONS(2248), + [anon_sym_invariant] = ACTIONS(2248), + [anon_sym_precise] = ACTIONS(2248), + [anon_sym_in] = ACTIONS(2248), + [anon_sym_out] = ACTIONS(2248), + [anon_sym_inout] = ACTIONS(2248), + [anon_sym_uniform] = ACTIONS(2248), + [anon_sym_shared] = ACTIONS(2248), + [anon_sym_attribute] = ACTIONS(2248), + [anon_sym_varying] = ACTIONS(2248), + [anon_sym_buffer] = ACTIONS(2248), + [anon_sym_coherent] = ACTIONS(2248), + [anon_sym_readonly] = ACTIONS(2248), + [anon_sym_writeonly] = ACTIONS(2248), + [anon_sym_precision] = ACTIONS(2248), + [anon_sym_highp] = ACTIONS(2248), + [anon_sym_mediump] = ACTIONS(2248), + [anon_sym_lowp] = ACTIONS(2248), + [anon_sym_centroid] = ACTIONS(2248), + [anon_sym_sample] = ACTIONS(2248), + [anon_sym_patch] = ACTIONS(2248), + [anon_sym_smooth] = ACTIONS(2248), + [anon_sym_flat] = ACTIONS(2248), + [anon_sym_noperspective] = ACTIONS(2248), + [anon_sym___extension__] = ACTIONS(2248), + [anon_sym_extern] = ACTIONS(2248), + [anon_sym___attribute__] = ACTIONS(2248), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2250), + [anon_sym___declspec] = ACTIONS(2248), + [anon_sym_signed] = ACTIONS(2248), + [anon_sym_unsigned] = ACTIONS(2248), + [anon_sym_long] = ACTIONS(2248), + [anon_sym_short] = ACTIONS(2248), + [anon_sym_static] = ACTIONS(2248), + [anon_sym_auto] = ACTIONS(2248), + [anon_sym_register] = ACTIONS(2248), + [anon_sym_inline] = ACTIONS(2248), + [anon_sym___inline] = ACTIONS(2248), + [anon_sym___inline__] = ACTIONS(2248), + [anon_sym___forceinline] = ACTIONS(2248), + [anon_sym_thread_local] = ACTIONS(2248), + [anon_sym___thread] = ACTIONS(2248), + [anon_sym_const] = ACTIONS(2248), + [anon_sym_constexpr] = ACTIONS(2248), + [anon_sym_volatile] = ACTIONS(2248), + [anon_sym_restrict] = ACTIONS(2248), + [anon_sym___restrict__] = ACTIONS(2248), + [anon_sym__Atomic] = ACTIONS(2248), + [anon_sym__Noreturn] = ACTIONS(2248), + [anon_sym_noreturn] = ACTIONS(2248), + [sym_primitive_type] = ACTIONS(2248), + [anon_sym_enum] = ACTIONS(2248), + [anon_sym_struct] = ACTIONS(2248), + [anon_sym_union] = ACTIONS(2248), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2248), + [anon_sym_rayPayloadInEXT] = ACTIONS(2248), + [anon_sym_hitAttributeEXT] = ACTIONS(2248), + [anon_sym_callableDataEXT] = ACTIONS(2248), + [anon_sym_callableDataInEXT] = ACTIONS(2248), + [anon_sym_shaderRecordEXT] = ACTIONS(2248), + [anon_sym_rayPayloadNV] = ACTIONS(2248), + [anon_sym_rayPayloadInNV] = ACTIONS(2248), + [anon_sym_hitAttributeNV] = ACTIONS(2248), + [anon_sym_callableDataNV] = ACTIONS(2248), + [anon_sym_callableDataInNV] = ACTIONS(2248), + [anon_sym_shaderRecordNV] = ACTIONS(2248), + [anon_sym_layout] = ACTIONS(2248), + }, + [562] = { + [sym_identifier] = ACTIONS(2252), + [aux_sym_preproc_def_token1] = ACTIONS(2252), + [aux_sym_preproc_if_token1] = ACTIONS(2252), + [aux_sym_preproc_if_token2] = ACTIONS(2252), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2252), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2252), + [aux_sym_preproc_else_token1] = ACTIONS(2252), + [aux_sym_preproc_elif_token1] = ACTIONS(2252), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2252), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2252), + [sym_preproc_directive] = ACTIONS(2252), + [anon_sym_subroutine] = ACTIONS(2252), + [anon_sym_invariant] = ACTIONS(2252), + [anon_sym_precise] = ACTIONS(2252), + [anon_sym_in] = ACTIONS(2252), + [anon_sym_out] = ACTIONS(2252), + [anon_sym_inout] = ACTIONS(2252), + [anon_sym_uniform] = ACTIONS(2252), + [anon_sym_shared] = ACTIONS(2252), + [anon_sym_attribute] = ACTIONS(2252), + [anon_sym_varying] = ACTIONS(2252), + [anon_sym_buffer] = ACTIONS(2252), + [anon_sym_coherent] = ACTIONS(2252), + [anon_sym_readonly] = ACTIONS(2252), + [anon_sym_writeonly] = ACTIONS(2252), + [anon_sym_precision] = ACTIONS(2252), + [anon_sym_highp] = ACTIONS(2252), + [anon_sym_mediump] = ACTIONS(2252), + [anon_sym_lowp] = ACTIONS(2252), + [anon_sym_centroid] = ACTIONS(2252), + [anon_sym_sample] = ACTIONS(2252), + [anon_sym_patch] = ACTIONS(2252), + [anon_sym_smooth] = ACTIONS(2252), + [anon_sym_flat] = ACTIONS(2252), + [anon_sym_noperspective] = ACTIONS(2252), + [anon_sym___extension__] = ACTIONS(2252), + [anon_sym_extern] = ACTIONS(2252), + [anon_sym___attribute__] = ACTIONS(2252), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2254), + [anon_sym___declspec] = ACTIONS(2252), + [anon_sym_signed] = ACTIONS(2252), + [anon_sym_unsigned] = ACTIONS(2252), + [anon_sym_long] = ACTIONS(2252), + [anon_sym_short] = ACTIONS(2252), + [anon_sym_static] = ACTIONS(2252), + [anon_sym_auto] = ACTIONS(2252), + [anon_sym_register] = ACTIONS(2252), + [anon_sym_inline] = ACTIONS(2252), + [anon_sym___inline] = ACTIONS(2252), + [anon_sym___inline__] = ACTIONS(2252), + [anon_sym___forceinline] = ACTIONS(2252), + [anon_sym_thread_local] = ACTIONS(2252), + [anon_sym___thread] = ACTIONS(2252), + [anon_sym_const] = ACTIONS(2252), + [anon_sym_constexpr] = ACTIONS(2252), + [anon_sym_volatile] = ACTIONS(2252), + [anon_sym_restrict] = ACTIONS(2252), + [anon_sym___restrict__] = ACTIONS(2252), + [anon_sym__Atomic] = ACTIONS(2252), + [anon_sym__Noreturn] = ACTIONS(2252), + [anon_sym_noreturn] = ACTIONS(2252), + [sym_primitive_type] = ACTIONS(2252), + [anon_sym_enum] = ACTIONS(2252), + [anon_sym_struct] = ACTIONS(2252), + [anon_sym_union] = ACTIONS(2252), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2252), + [anon_sym_rayPayloadInEXT] = ACTIONS(2252), + [anon_sym_hitAttributeEXT] = ACTIONS(2252), + [anon_sym_callableDataEXT] = ACTIONS(2252), + [anon_sym_callableDataInEXT] = ACTIONS(2252), + [anon_sym_shaderRecordEXT] = ACTIONS(2252), + [anon_sym_rayPayloadNV] = ACTIONS(2252), + [anon_sym_rayPayloadInNV] = ACTIONS(2252), + [anon_sym_hitAttributeNV] = ACTIONS(2252), + [anon_sym_callableDataNV] = ACTIONS(2252), + [anon_sym_callableDataInNV] = ACTIONS(2252), + [anon_sym_shaderRecordNV] = ACTIONS(2252), + [anon_sym_layout] = ACTIONS(2252), + }, + [563] = { + [sym_identifier] = ACTIONS(2256), + [aux_sym_preproc_def_token1] = ACTIONS(2256), + [aux_sym_preproc_if_token1] = ACTIONS(2256), + [aux_sym_preproc_if_token2] = ACTIONS(2256), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2256), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2256), + [aux_sym_preproc_else_token1] = ACTIONS(2256), + [aux_sym_preproc_elif_token1] = ACTIONS(2256), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2256), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2256), + [sym_preproc_directive] = ACTIONS(2256), + [anon_sym_subroutine] = ACTIONS(2256), + [anon_sym_invariant] = ACTIONS(2256), + [anon_sym_precise] = ACTIONS(2256), + [anon_sym_in] = ACTIONS(2256), + [anon_sym_out] = ACTIONS(2256), + [anon_sym_inout] = ACTIONS(2256), + [anon_sym_uniform] = ACTIONS(2256), + [anon_sym_shared] = ACTIONS(2256), + [anon_sym_attribute] = ACTIONS(2256), + [anon_sym_varying] = ACTIONS(2256), + [anon_sym_buffer] = ACTIONS(2256), + [anon_sym_coherent] = ACTIONS(2256), + [anon_sym_readonly] = ACTIONS(2256), + [anon_sym_writeonly] = ACTIONS(2256), + [anon_sym_precision] = ACTIONS(2256), + [anon_sym_highp] = ACTIONS(2256), + [anon_sym_mediump] = ACTIONS(2256), + [anon_sym_lowp] = ACTIONS(2256), + [anon_sym_centroid] = ACTIONS(2256), + [anon_sym_sample] = ACTIONS(2256), + [anon_sym_patch] = ACTIONS(2256), + [anon_sym_smooth] = ACTIONS(2256), + [anon_sym_flat] = ACTIONS(2256), + [anon_sym_noperspective] = ACTIONS(2256), + [anon_sym___extension__] = ACTIONS(2256), + [anon_sym_extern] = ACTIONS(2256), + [anon_sym___attribute__] = ACTIONS(2256), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2258), + [anon_sym___declspec] = ACTIONS(2256), + [anon_sym_signed] = ACTIONS(2256), + [anon_sym_unsigned] = ACTIONS(2256), + [anon_sym_long] = ACTIONS(2256), + [anon_sym_short] = ACTIONS(2256), + [anon_sym_static] = ACTIONS(2256), + [anon_sym_auto] = ACTIONS(2256), + [anon_sym_register] = ACTIONS(2256), + [anon_sym_inline] = ACTIONS(2256), + [anon_sym___inline] = ACTIONS(2256), + [anon_sym___inline__] = ACTIONS(2256), + [anon_sym___forceinline] = ACTIONS(2256), + [anon_sym_thread_local] = ACTIONS(2256), + [anon_sym___thread] = ACTIONS(2256), + [anon_sym_const] = ACTIONS(2256), + [anon_sym_constexpr] = ACTIONS(2256), + [anon_sym_volatile] = ACTIONS(2256), + [anon_sym_restrict] = ACTIONS(2256), + [anon_sym___restrict__] = ACTIONS(2256), + [anon_sym__Atomic] = ACTIONS(2256), + [anon_sym__Noreturn] = ACTIONS(2256), + [anon_sym_noreturn] = ACTIONS(2256), + [sym_primitive_type] = ACTIONS(2256), + [anon_sym_enum] = ACTIONS(2256), + [anon_sym_struct] = ACTIONS(2256), + [anon_sym_union] = ACTIONS(2256), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2256), + [anon_sym_rayPayloadInEXT] = ACTIONS(2256), + [anon_sym_hitAttributeEXT] = ACTIONS(2256), + [anon_sym_callableDataEXT] = ACTIONS(2256), + [anon_sym_callableDataInEXT] = ACTIONS(2256), + [anon_sym_shaderRecordEXT] = ACTIONS(2256), + [anon_sym_rayPayloadNV] = ACTIONS(2256), + [anon_sym_rayPayloadInNV] = ACTIONS(2256), + [anon_sym_hitAttributeNV] = ACTIONS(2256), + [anon_sym_callableDataNV] = ACTIONS(2256), + [anon_sym_callableDataInNV] = ACTIONS(2256), + [anon_sym_shaderRecordNV] = ACTIONS(2256), + [anon_sym_layout] = ACTIONS(2256), + }, + [564] = { + [sym_identifier] = ACTIONS(2260), + [aux_sym_preproc_def_token1] = ACTIONS(2260), + [aux_sym_preproc_if_token1] = ACTIONS(2260), + [aux_sym_preproc_if_token2] = ACTIONS(2260), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2260), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2260), + [aux_sym_preproc_else_token1] = ACTIONS(2260), + [aux_sym_preproc_elif_token1] = ACTIONS(2260), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2260), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2260), + [sym_preproc_directive] = ACTIONS(2260), + [anon_sym_subroutine] = ACTIONS(2260), + [anon_sym_invariant] = ACTIONS(2260), + [anon_sym_precise] = ACTIONS(2260), + [anon_sym_in] = ACTIONS(2260), + [anon_sym_out] = ACTIONS(2260), + [anon_sym_inout] = ACTIONS(2260), + [anon_sym_uniform] = ACTIONS(2260), + [anon_sym_shared] = ACTIONS(2260), + [anon_sym_attribute] = ACTIONS(2260), + [anon_sym_varying] = ACTIONS(2260), + [anon_sym_buffer] = ACTIONS(2260), + [anon_sym_coherent] = ACTIONS(2260), + [anon_sym_readonly] = ACTIONS(2260), + [anon_sym_writeonly] = ACTIONS(2260), + [anon_sym_precision] = ACTIONS(2260), + [anon_sym_highp] = ACTIONS(2260), + [anon_sym_mediump] = ACTIONS(2260), + [anon_sym_lowp] = ACTIONS(2260), + [anon_sym_centroid] = ACTIONS(2260), + [anon_sym_sample] = ACTIONS(2260), + [anon_sym_patch] = ACTIONS(2260), + [anon_sym_smooth] = ACTIONS(2260), + [anon_sym_flat] = ACTIONS(2260), + [anon_sym_noperspective] = ACTIONS(2260), + [anon_sym___extension__] = ACTIONS(2260), + [anon_sym_extern] = ACTIONS(2260), + [anon_sym___attribute__] = ACTIONS(2260), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2262), + [anon_sym___declspec] = ACTIONS(2260), + [anon_sym_signed] = ACTIONS(2260), + [anon_sym_unsigned] = ACTIONS(2260), + [anon_sym_long] = ACTIONS(2260), + [anon_sym_short] = ACTIONS(2260), + [anon_sym_static] = ACTIONS(2260), + [anon_sym_auto] = ACTIONS(2260), + [anon_sym_register] = ACTIONS(2260), + [anon_sym_inline] = ACTIONS(2260), + [anon_sym___inline] = ACTIONS(2260), + [anon_sym___inline__] = ACTIONS(2260), + [anon_sym___forceinline] = ACTIONS(2260), + [anon_sym_thread_local] = ACTIONS(2260), + [anon_sym___thread] = ACTIONS(2260), + [anon_sym_const] = ACTIONS(2260), + [anon_sym_constexpr] = ACTIONS(2260), + [anon_sym_volatile] = ACTIONS(2260), + [anon_sym_restrict] = ACTIONS(2260), + [anon_sym___restrict__] = ACTIONS(2260), + [anon_sym__Atomic] = ACTIONS(2260), + [anon_sym__Noreturn] = ACTIONS(2260), + [anon_sym_noreturn] = ACTIONS(2260), + [sym_primitive_type] = ACTIONS(2260), + [anon_sym_enum] = ACTIONS(2260), + [anon_sym_struct] = ACTIONS(2260), + [anon_sym_union] = ACTIONS(2260), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2260), + [anon_sym_rayPayloadInEXT] = ACTIONS(2260), + [anon_sym_hitAttributeEXT] = ACTIONS(2260), + [anon_sym_callableDataEXT] = ACTIONS(2260), + [anon_sym_callableDataInEXT] = ACTIONS(2260), + [anon_sym_shaderRecordEXT] = ACTIONS(2260), + [anon_sym_rayPayloadNV] = ACTIONS(2260), + [anon_sym_rayPayloadInNV] = ACTIONS(2260), + [anon_sym_hitAttributeNV] = ACTIONS(2260), + [anon_sym_callableDataNV] = ACTIONS(2260), + [anon_sym_callableDataInNV] = ACTIONS(2260), + [anon_sym_shaderRecordNV] = ACTIONS(2260), + [anon_sym_layout] = ACTIONS(2260), + }, + [565] = { + [sym_identifier] = ACTIONS(2264), + [aux_sym_preproc_def_token1] = ACTIONS(2264), + [aux_sym_preproc_if_token1] = ACTIONS(2264), + [aux_sym_preproc_if_token2] = ACTIONS(2264), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2264), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2264), + [aux_sym_preproc_else_token1] = ACTIONS(2264), + [aux_sym_preproc_elif_token1] = ACTIONS(2264), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2264), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2264), + [sym_preproc_directive] = ACTIONS(2264), + [anon_sym_subroutine] = ACTIONS(2264), + [anon_sym_invariant] = ACTIONS(2264), + [anon_sym_precise] = ACTIONS(2264), + [anon_sym_in] = ACTIONS(2264), + [anon_sym_out] = ACTIONS(2264), + [anon_sym_inout] = ACTIONS(2264), + [anon_sym_uniform] = ACTIONS(2264), + [anon_sym_shared] = ACTIONS(2264), + [anon_sym_attribute] = ACTIONS(2264), + [anon_sym_varying] = ACTIONS(2264), + [anon_sym_buffer] = ACTIONS(2264), + [anon_sym_coherent] = ACTIONS(2264), + [anon_sym_readonly] = ACTIONS(2264), + [anon_sym_writeonly] = ACTIONS(2264), + [anon_sym_precision] = ACTIONS(2264), + [anon_sym_highp] = ACTIONS(2264), + [anon_sym_mediump] = ACTIONS(2264), + [anon_sym_lowp] = ACTIONS(2264), + [anon_sym_centroid] = ACTIONS(2264), + [anon_sym_sample] = ACTIONS(2264), + [anon_sym_patch] = ACTIONS(2264), + [anon_sym_smooth] = ACTIONS(2264), + [anon_sym_flat] = ACTIONS(2264), + [anon_sym_noperspective] = ACTIONS(2264), + [anon_sym___extension__] = ACTIONS(2264), + [anon_sym_extern] = ACTIONS(2264), + [anon_sym___attribute__] = ACTIONS(2264), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2266), + [anon_sym___declspec] = ACTIONS(2264), + [anon_sym_signed] = ACTIONS(2264), + [anon_sym_unsigned] = ACTIONS(2264), + [anon_sym_long] = ACTIONS(2264), + [anon_sym_short] = ACTIONS(2264), + [anon_sym_static] = ACTIONS(2264), + [anon_sym_auto] = ACTIONS(2264), + [anon_sym_register] = ACTIONS(2264), + [anon_sym_inline] = ACTIONS(2264), + [anon_sym___inline] = ACTIONS(2264), + [anon_sym___inline__] = ACTIONS(2264), + [anon_sym___forceinline] = ACTIONS(2264), + [anon_sym_thread_local] = ACTIONS(2264), + [anon_sym___thread] = ACTIONS(2264), + [anon_sym_const] = ACTIONS(2264), + [anon_sym_constexpr] = ACTIONS(2264), + [anon_sym_volatile] = ACTIONS(2264), + [anon_sym_restrict] = ACTIONS(2264), + [anon_sym___restrict__] = ACTIONS(2264), + [anon_sym__Atomic] = ACTIONS(2264), + [anon_sym__Noreturn] = ACTIONS(2264), + [anon_sym_noreturn] = ACTIONS(2264), + [sym_primitive_type] = ACTIONS(2264), + [anon_sym_enum] = ACTIONS(2264), + [anon_sym_struct] = ACTIONS(2264), + [anon_sym_union] = ACTIONS(2264), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2264), + [anon_sym_rayPayloadInEXT] = ACTIONS(2264), + [anon_sym_hitAttributeEXT] = ACTIONS(2264), + [anon_sym_callableDataEXT] = ACTIONS(2264), + [anon_sym_callableDataInEXT] = ACTIONS(2264), + [anon_sym_shaderRecordEXT] = ACTIONS(2264), + [anon_sym_rayPayloadNV] = ACTIONS(2264), + [anon_sym_rayPayloadInNV] = ACTIONS(2264), + [anon_sym_hitAttributeNV] = ACTIONS(2264), + [anon_sym_callableDataNV] = ACTIONS(2264), + [anon_sym_callableDataInNV] = ACTIONS(2264), + [anon_sym_shaderRecordNV] = ACTIONS(2264), + [anon_sym_layout] = ACTIONS(2264), + }, + [566] = { + [sym_identifier] = ACTIONS(2268), + [aux_sym_preproc_def_token1] = ACTIONS(2268), + [aux_sym_preproc_if_token1] = ACTIONS(2268), + [aux_sym_preproc_if_token2] = ACTIONS(2268), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2268), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2268), + [aux_sym_preproc_else_token1] = ACTIONS(2268), + [aux_sym_preproc_elif_token1] = ACTIONS(2268), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2268), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2268), + [sym_preproc_directive] = ACTIONS(2268), + [anon_sym_subroutine] = ACTIONS(2268), + [anon_sym_invariant] = ACTIONS(2268), + [anon_sym_precise] = ACTIONS(2268), + [anon_sym_in] = ACTIONS(2268), + [anon_sym_out] = ACTIONS(2268), + [anon_sym_inout] = ACTIONS(2268), + [anon_sym_uniform] = ACTIONS(2268), + [anon_sym_shared] = ACTIONS(2268), + [anon_sym_attribute] = ACTIONS(2268), + [anon_sym_varying] = ACTIONS(2268), + [anon_sym_buffer] = ACTIONS(2268), + [anon_sym_coherent] = ACTIONS(2268), + [anon_sym_readonly] = ACTIONS(2268), + [anon_sym_writeonly] = ACTIONS(2268), + [anon_sym_precision] = ACTIONS(2268), + [anon_sym_highp] = ACTIONS(2268), + [anon_sym_mediump] = ACTIONS(2268), + [anon_sym_lowp] = ACTIONS(2268), + [anon_sym_centroid] = ACTIONS(2268), + [anon_sym_sample] = ACTIONS(2268), + [anon_sym_patch] = ACTIONS(2268), + [anon_sym_smooth] = ACTIONS(2268), + [anon_sym_flat] = ACTIONS(2268), + [anon_sym_noperspective] = ACTIONS(2268), + [anon_sym___extension__] = ACTIONS(2268), + [anon_sym_extern] = ACTIONS(2268), + [anon_sym___attribute__] = ACTIONS(2268), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2270), + [anon_sym___declspec] = ACTIONS(2268), + [anon_sym_signed] = ACTIONS(2268), + [anon_sym_unsigned] = ACTIONS(2268), + [anon_sym_long] = ACTIONS(2268), + [anon_sym_short] = ACTIONS(2268), + [anon_sym_static] = ACTIONS(2268), + [anon_sym_auto] = ACTIONS(2268), + [anon_sym_register] = ACTIONS(2268), + [anon_sym_inline] = ACTIONS(2268), + [anon_sym___inline] = ACTIONS(2268), + [anon_sym___inline__] = ACTIONS(2268), + [anon_sym___forceinline] = ACTIONS(2268), + [anon_sym_thread_local] = ACTIONS(2268), + [anon_sym___thread] = ACTIONS(2268), + [anon_sym_const] = ACTIONS(2268), + [anon_sym_constexpr] = ACTIONS(2268), + [anon_sym_volatile] = ACTIONS(2268), + [anon_sym_restrict] = ACTIONS(2268), + [anon_sym___restrict__] = ACTIONS(2268), + [anon_sym__Atomic] = ACTIONS(2268), + [anon_sym__Noreturn] = ACTIONS(2268), + [anon_sym_noreturn] = ACTIONS(2268), + [sym_primitive_type] = ACTIONS(2268), + [anon_sym_enum] = ACTIONS(2268), + [anon_sym_struct] = ACTIONS(2268), + [anon_sym_union] = ACTIONS(2268), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2268), + [anon_sym_rayPayloadInEXT] = ACTIONS(2268), + [anon_sym_hitAttributeEXT] = ACTIONS(2268), + [anon_sym_callableDataEXT] = ACTIONS(2268), + [anon_sym_callableDataInEXT] = ACTIONS(2268), + [anon_sym_shaderRecordEXT] = ACTIONS(2268), + [anon_sym_rayPayloadNV] = ACTIONS(2268), + [anon_sym_rayPayloadInNV] = ACTIONS(2268), + [anon_sym_hitAttributeNV] = ACTIONS(2268), + [anon_sym_callableDataNV] = ACTIONS(2268), + [anon_sym_callableDataInNV] = ACTIONS(2268), + [anon_sym_shaderRecordNV] = ACTIONS(2268), + [anon_sym_layout] = ACTIONS(2268), + }, + [567] = { + [sym_identifier] = ACTIONS(2272), + [aux_sym_preproc_def_token1] = ACTIONS(2272), + [aux_sym_preproc_if_token1] = ACTIONS(2272), + [aux_sym_preproc_if_token2] = ACTIONS(2272), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2272), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2272), + [aux_sym_preproc_else_token1] = ACTIONS(2272), + [aux_sym_preproc_elif_token1] = ACTIONS(2272), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2272), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2272), + [sym_preproc_directive] = ACTIONS(2272), + [anon_sym_subroutine] = ACTIONS(2272), + [anon_sym_invariant] = ACTIONS(2272), + [anon_sym_precise] = ACTIONS(2272), + [anon_sym_in] = ACTIONS(2272), + [anon_sym_out] = ACTIONS(2272), + [anon_sym_inout] = ACTIONS(2272), + [anon_sym_uniform] = ACTIONS(2272), + [anon_sym_shared] = ACTIONS(2272), + [anon_sym_attribute] = ACTIONS(2272), + [anon_sym_varying] = ACTIONS(2272), + [anon_sym_buffer] = ACTIONS(2272), + [anon_sym_coherent] = ACTIONS(2272), + [anon_sym_readonly] = ACTIONS(2272), + [anon_sym_writeonly] = ACTIONS(2272), + [anon_sym_precision] = ACTIONS(2272), + [anon_sym_highp] = ACTIONS(2272), + [anon_sym_mediump] = ACTIONS(2272), + [anon_sym_lowp] = ACTIONS(2272), + [anon_sym_centroid] = ACTIONS(2272), + [anon_sym_sample] = ACTIONS(2272), + [anon_sym_patch] = ACTIONS(2272), + [anon_sym_smooth] = ACTIONS(2272), + [anon_sym_flat] = ACTIONS(2272), + [anon_sym_noperspective] = ACTIONS(2272), + [anon_sym___extension__] = ACTIONS(2272), + [anon_sym_extern] = ACTIONS(2272), + [anon_sym___attribute__] = ACTIONS(2272), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2274), + [anon_sym___declspec] = ACTIONS(2272), + [anon_sym_signed] = ACTIONS(2272), + [anon_sym_unsigned] = ACTIONS(2272), + [anon_sym_long] = ACTIONS(2272), + [anon_sym_short] = ACTIONS(2272), + [anon_sym_static] = ACTIONS(2272), + [anon_sym_auto] = ACTIONS(2272), + [anon_sym_register] = ACTIONS(2272), + [anon_sym_inline] = ACTIONS(2272), + [anon_sym___inline] = ACTIONS(2272), + [anon_sym___inline__] = ACTIONS(2272), + [anon_sym___forceinline] = ACTIONS(2272), + [anon_sym_thread_local] = ACTIONS(2272), + [anon_sym___thread] = ACTIONS(2272), + [anon_sym_const] = ACTIONS(2272), + [anon_sym_constexpr] = ACTIONS(2272), + [anon_sym_volatile] = ACTIONS(2272), + [anon_sym_restrict] = ACTIONS(2272), + [anon_sym___restrict__] = ACTIONS(2272), + [anon_sym__Atomic] = ACTIONS(2272), + [anon_sym__Noreturn] = ACTIONS(2272), + [anon_sym_noreturn] = ACTIONS(2272), + [sym_primitive_type] = ACTIONS(2272), + [anon_sym_enum] = ACTIONS(2272), + [anon_sym_struct] = ACTIONS(2272), + [anon_sym_union] = ACTIONS(2272), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2272), + [anon_sym_rayPayloadInEXT] = ACTIONS(2272), + [anon_sym_hitAttributeEXT] = ACTIONS(2272), + [anon_sym_callableDataEXT] = ACTIONS(2272), + [anon_sym_callableDataInEXT] = ACTIONS(2272), + [anon_sym_shaderRecordEXT] = ACTIONS(2272), + [anon_sym_rayPayloadNV] = ACTIONS(2272), + [anon_sym_rayPayloadInNV] = ACTIONS(2272), + [anon_sym_hitAttributeNV] = ACTIONS(2272), + [anon_sym_callableDataNV] = ACTIONS(2272), + [anon_sym_callableDataInNV] = ACTIONS(2272), + [anon_sym_shaderRecordNV] = ACTIONS(2272), + [anon_sym_layout] = ACTIONS(2272), + }, [568] = { - [sym_identifier] = ACTIONS(2294), - [aux_sym_preproc_def_token1] = ACTIONS(2294), - [aux_sym_preproc_if_token1] = ACTIONS(2294), - [aux_sym_preproc_if_token2] = ACTIONS(2294), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2294), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2294), - [aux_sym_preproc_else_token1] = ACTIONS(2294), - [aux_sym_preproc_elif_token1] = ACTIONS(2294), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2294), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2294), - [sym_preproc_directive] = ACTIONS(2294), - [anon_sym_subroutine] = ACTIONS(2294), - [anon_sym_invariant] = ACTIONS(2294), - [anon_sym_precise] = ACTIONS(2294), - [anon_sym_in] = ACTIONS(2294), - [anon_sym_out] = ACTIONS(2294), - [anon_sym_inout] = ACTIONS(2294), - [anon_sym_uniform] = ACTIONS(2294), - [anon_sym_shared] = ACTIONS(2294), - [anon_sym_attribute] = ACTIONS(2294), - [anon_sym_varying] = ACTIONS(2294), - [anon_sym_buffer] = ACTIONS(2294), - [anon_sym_coherent] = ACTIONS(2294), - [anon_sym_readonly] = ACTIONS(2294), - [anon_sym_writeonly] = ACTIONS(2294), - [anon_sym_precision] = ACTIONS(2294), - [anon_sym_highp] = ACTIONS(2294), - [anon_sym_mediump] = ACTIONS(2294), - [anon_sym_lowp] = ACTIONS(2294), - [anon_sym_centroid] = ACTIONS(2294), - [anon_sym_sample] = ACTIONS(2294), - [anon_sym_patch] = ACTIONS(2294), - [anon_sym_smooth] = ACTIONS(2294), - [anon_sym_flat] = ACTIONS(2294), - [anon_sym_noperspective] = ACTIONS(2294), - [anon_sym___extension__] = ACTIONS(2294), - [anon_sym_extern] = ACTIONS(2294), - [anon_sym___attribute__] = ACTIONS(2294), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2296), - [anon_sym___declspec] = ACTIONS(2294), - [anon_sym_signed] = ACTIONS(2294), - [anon_sym_unsigned] = ACTIONS(2294), - [anon_sym_long] = ACTIONS(2294), - [anon_sym_short] = ACTIONS(2294), - [anon_sym_static] = ACTIONS(2294), - [anon_sym_auto] = ACTIONS(2294), - [anon_sym_register] = ACTIONS(2294), - [anon_sym_inline] = ACTIONS(2294), - [anon_sym___inline] = ACTIONS(2294), - [anon_sym___inline__] = ACTIONS(2294), - [anon_sym___forceinline] = ACTIONS(2294), - [anon_sym_thread_local] = ACTIONS(2294), - [anon_sym___thread] = ACTIONS(2294), - [anon_sym_const] = ACTIONS(2294), - [anon_sym_constexpr] = ACTIONS(2294), - [anon_sym_volatile] = ACTIONS(2294), - [anon_sym_restrict] = ACTIONS(2294), - [anon_sym___restrict__] = ACTIONS(2294), - [anon_sym__Atomic] = ACTIONS(2294), - [anon_sym__Noreturn] = ACTIONS(2294), - [anon_sym_noreturn] = ACTIONS(2294), - [sym_primitive_type] = ACTIONS(2294), - [anon_sym_enum] = ACTIONS(2294), - [anon_sym_struct] = ACTIONS(2294), - [anon_sym_union] = ACTIONS(2294), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2294), - [anon_sym_rayPayloadInEXT] = ACTIONS(2294), - [anon_sym_hitAttributeEXT] = ACTIONS(2294), - [anon_sym_callableDataEXT] = ACTIONS(2294), - [anon_sym_callableDataInEXT] = ACTIONS(2294), - [anon_sym_shaderRecordEXT] = ACTIONS(2294), - [anon_sym_rayPayloadNV] = ACTIONS(2294), - [anon_sym_rayPayloadInNV] = ACTIONS(2294), - [anon_sym_hitAttributeNV] = ACTIONS(2294), - [anon_sym_callableDataNV] = ACTIONS(2294), - [anon_sym_callableDataInNV] = ACTIONS(2294), - [anon_sym_shaderRecordNV] = ACTIONS(2294), - [anon_sym_layout] = ACTIONS(2294), + [sym_identifier] = ACTIONS(2276), + [aux_sym_preproc_def_token1] = ACTIONS(2276), + [aux_sym_preproc_if_token1] = ACTIONS(2276), + [aux_sym_preproc_if_token2] = ACTIONS(2276), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2276), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2276), + [aux_sym_preproc_else_token1] = ACTIONS(2276), + [aux_sym_preproc_elif_token1] = ACTIONS(2276), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2276), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2276), + [sym_preproc_directive] = ACTIONS(2276), + [anon_sym_subroutine] = ACTIONS(2276), + [anon_sym_invariant] = ACTIONS(2276), + [anon_sym_precise] = ACTIONS(2276), + [anon_sym_in] = ACTIONS(2276), + [anon_sym_out] = ACTIONS(2276), + [anon_sym_inout] = ACTIONS(2276), + [anon_sym_uniform] = ACTIONS(2276), + [anon_sym_shared] = ACTIONS(2276), + [anon_sym_attribute] = ACTIONS(2276), + [anon_sym_varying] = ACTIONS(2276), + [anon_sym_buffer] = ACTIONS(2276), + [anon_sym_coherent] = ACTIONS(2276), + [anon_sym_readonly] = ACTIONS(2276), + [anon_sym_writeonly] = ACTIONS(2276), + [anon_sym_precision] = ACTIONS(2276), + [anon_sym_highp] = ACTIONS(2276), + [anon_sym_mediump] = ACTIONS(2276), + [anon_sym_lowp] = ACTIONS(2276), + [anon_sym_centroid] = ACTIONS(2276), + [anon_sym_sample] = ACTIONS(2276), + [anon_sym_patch] = ACTIONS(2276), + [anon_sym_smooth] = ACTIONS(2276), + [anon_sym_flat] = ACTIONS(2276), + [anon_sym_noperspective] = ACTIONS(2276), + [anon_sym___extension__] = ACTIONS(2276), + [anon_sym_extern] = ACTIONS(2276), + [anon_sym___attribute__] = ACTIONS(2276), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2278), + [anon_sym___declspec] = ACTIONS(2276), + [anon_sym_signed] = ACTIONS(2276), + [anon_sym_unsigned] = ACTIONS(2276), + [anon_sym_long] = ACTIONS(2276), + [anon_sym_short] = ACTIONS(2276), + [anon_sym_static] = ACTIONS(2276), + [anon_sym_auto] = ACTIONS(2276), + [anon_sym_register] = ACTIONS(2276), + [anon_sym_inline] = ACTIONS(2276), + [anon_sym___inline] = ACTIONS(2276), + [anon_sym___inline__] = ACTIONS(2276), + [anon_sym___forceinline] = ACTIONS(2276), + [anon_sym_thread_local] = ACTIONS(2276), + [anon_sym___thread] = ACTIONS(2276), + [anon_sym_const] = ACTIONS(2276), + [anon_sym_constexpr] = ACTIONS(2276), + [anon_sym_volatile] = ACTIONS(2276), + [anon_sym_restrict] = ACTIONS(2276), + [anon_sym___restrict__] = ACTIONS(2276), + [anon_sym__Atomic] = ACTIONS(2276), + [anon_sym__Noreturn] = ACTIONS(2276), + [anon_sym_noreturn] = ACTIONS(2276), + [sym_primitive_type] = ACTIONS(2276), + [anon_sym_enum] = ACTIONS(2276), + [anon_sym_struct] = ACTIONS(2276), + [anon_sym_union] = ACTIONS(2276), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2276), + [anon_sym_rayPayloadInEXT] = ACTIONS(2276), + [anon_sym_hitAttributeEXT] = ACTIONS(2276), + [anon_sym_callableDataEXT] = ACTIONS(2276), + [anon_sym_callableDataInEXT] = ACTIONS(2276), + [anon_sym_shaderRecordEXT] = ACTIONS(2276), + [anon_sym_rayPayloadNV] = ACTIONS(2276), + [anon_sym_rayPayloadInNV] = ACTIONS(2276), + [anon_sym_hitAttributeNV] = ACTIONS(2276), + [anon_sym_callableDataNV] = ACTIONS(2276), + [anon_sym_callableDataInNV] = ACTIONS(2276), + [anon_sym_shaderRecordNV] = ACTIONS(2276), + [anon_sym_layout] = ACTIONS(2276), }, [569] = { - [sym_identifier] = ACTIONS(2230), - [aux_sym_preproc_def_token1] = ACTIONS(2230), - [aux_sym_preproc_if_token1] = ACTIONS(2230), - [aux_sym_preproc_if_token2] = ACTIONS(2230), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2230), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2230), - [aux_sym_preproc_else_token1] = ACTIONS(2230), - [aux_sym_preproc_elif_token1] = ACTIONS(2230), - [sym_preproc_directive] = ACTIONS(2230), - [anon_sym_subroutine] = ACTIONS(2230), - [anon_sym_invariant] = ACTIONS(2230), - [anon_sym_precise] = ACTIONS(2230), - [anon_sym_in] = ACTIONS(2230), - [anon_sym_out] = ACTIONS(2230), - [anon_sym_inout] = ACTIONS(2230), - [anon_sym_uniform] = ACTIONS(2230), - [anon_sym_shared] = ACTIONS(2230), - [anon_sym_attribute] = ACTIONS(2230), - [anon_sym_varying] = ACTIONS(2230), - [anon_sym_buffer] = ACTIONS(2230), - [anon_sym_coherent] = ACTIONS(2230), - [anon_sym_readonly] = ACTIONS(2230), - [anon_sym_writeonly] = ACTIONS(2230), - [anon_sym_precision] = ACTIONS(2230), - [anon_sym_highp] = ACTIONS(2230), - [anon_sym_mediump] = ACTIONS(2230), - [anon_sym_lowp] = ACTIONS(2230), - [anon_sym_centroid] = ACTIONS(2230), - [anon_sym_sample] = ACTIONS(2230), - [anon_sym_patch] = ACTIONS(2230), - [anon_sym_smooth] = ACTIONS(2230), - [anon_sym_flat] = ACTIONS(2230), - [anon_sym_noperspective] = ACTIONS(2230), - [anon_sym___extension__] = ACTIONS(2230), - [anon_sym_extern] = ACTIONS(2230), - [anon_sym___attribute__] = ACTIONS(2230), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2232), - [anon_sym___declspec] = ACTIONS(2230), - [anon_sym_signed] = ACTIONS(2230), - [anon_sym_unsigned] = ACTIONS(2230), - [anon_sym_long] = ACTIONS(2230), - [anon_sym_short] = ACTIONS(2230), - [anon_sym_static] = ACTIONS(2230), - [anon_sym_auto] = ACTIONS(2230), - [anon_sym_register] = ACTIONS(2230), - [anon_sym_inline] = ACTIONS(2230), - [anon_sym___inline] = ACTIONS(2230), - [anon_sym___inline__] = ACTIONS(2230), - [anon_sym___forceinline] = ACTIONS(2230), - [anon_sym_thread_local] = ACTIONS(2230), - [anon_sym___thread] = ACTIONS(2230), - [anon_sym_const] = ACTIONS(2230), - [anon_sym_constexpr] = ACTIONS(2230), - [anon_sym_volatile] = ACTIONS(2230), - [anon_sym_restrict] = ACTIONS(2230), - [anon_sym___restrict__] = ACTIONS(2230), - [anon_sym__Atomic] = ACTIONS(2230), - [anon_sym__Noreturn] = ACTIONS(2230), - [anon_sym_noreturn] = ACTIONS(2230), - [sym_primitive_type] = ACTIONS(2230), - [anon_sym_enum] = ACTIONS(2230), - [anon_sym_struct] = ACTIONS(2230), - [anon_sym_union] = ACTIONS(2230), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2230), - [anon_sym_rayPayloadInEXT] = ACTIONS(2230), - [anon_sym_hitAttributeEXT] = ACTIONS(2230), - [anon_sym_callableDataEXT] = ACTIONS(2230), - [anon_sym_callableDataInEXT] = ACTIONS(2230), - [anon_sym_shaderRecordEXT] = ACTIONS(2230), - [anon_sym_rayPayloadNV] = ACTIONS(2230), - [anon_sym_rayPayloadInNV] = ACTIONS(2230), - [anon_sym_hitAttributeNV] = ACTIONS(2230), - [anon_sym_callableDataNV] = ACTIONS(2230), - [anon_sym_callableDataInNV] = ACTIONS(2230), - [anon_sym_shaderRecordNV] = ACTIONS(2230), - [anon_sym_layout] = ACTIONS(2230), + [sym_identifier] = ACTIONS(2204), + [aux_sym_preproc_def_token1] = ACTIONS(2204), + [aux_sym_preproc_if_token1] = ACTIONS(2204), + [aux_sym_preproc_if_token2] = ACTIONS(2204), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2204), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2204), + [aux_sym_preproc_else_token1] = ACTIONS(2204), + [aux_sym_preproc_elif_token1] = ACTIONS(2204), + [sym_preproc_directive] = ACTIONS(2204), + [anon_sym_subroutine] = ACTIONS(2204), + [anon_sym_invariant] = ACTIONS(2204), + [anon_sym_precise] = ACTIONS(2204), + [anon_sym_in] = ACTIONS(2204), + [anon_sym_out] = ACTIONS(2204), + [anon_sym_inout] = ACTIONS(2204), + [anon_sym_uniform] = ACTIONS(2204), + [anon_sym_shared] = ACTIONS(2204), + [anon_sym_attribute] = ACTIONS(2204), + [anon_sym_varying] = ACTIONS(2204), + [anon_sym_buffer] = ACTIONS(2204), + [anon_sym_coherent] = ACTIONS(2204), + [anon_sym_readonly] = ACTIONS(2204), + [anon_sym_writeonly] = ACTIONS(2204), + [anon_sym_precision] = ACTIONS(2204), + [anon_sym_highp] = ACTIONS(2204), + [anon_sym_mediump] = ACTIONS(2204), + [anon_sym_lowp] = ACTIONS(2204), + [anon_sym_centroid] = ACTIONS(2204), + [anon_sym_sample] = ACTIONS(2204), + [anon_sym_patch] = ACTIONS(2204), + [anon_sym_smooth] = ACTIONS(2204), + [anon_sym_flat] = ACTIONS(2204), + [anon_sym_noperspective] = ACTIONS(2204), + [anon_sym___extension__] = ACTIONS(2204), + [anon_sym_extern] = ACTIONS(2204), + [anon_sym___attribute__] = ACTIONS(2204), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2206), + [anon_sym___declspec] = ACTIONS(2204), + [anon_sym_signed] = ACTIONS(2204), + [anon_sym_unsigned] = ACTIONS(2204), + [anon_sym_long] = ACTIONS(2204), + [anon_sym_short] = ACTIONS(2204), + [anon_sym_static] = ACTIONS(2204), + [anon_sym_auto] = ACTIONS(2204), + [anon_sym_register] = ACTIONS(2204), + [anon_sym_inline] = ACTIONS(2204), + [anon_sym___inline] = ACTIONS(2204), + [anon_sym___inline__] = ACTIONS(2204), + [anon_sym___forceinline] = ACTIONS(2204), + [anon_sym_thread_local] = ACTIONS(2204), + [anon_sym___thread] = ACTIONS(2204), + [anon_sym_const] = ACTIONS(2204), + [anon_sym_constexpr] = ACTIONS(2204), + [anon_sym_volatile] = ACTIONS(2204), + [anon_sym_restrict] = ACTIONS(2204), + [anon_sym___restrict__] = ACTIONS(2204), + [anon_sym__Atomic] = ACTIONS(2204), + [anon_sym__Noreturn] = ACTIONS(2204), + [anon_sym_noreturn] = ACTIONS(2204), + [sym_primitive_type] = ACTIONS(2204), + [anon_sym_enum] = ACTIONS(2204), + [anon_sym_struct] = ACTIONS(2204), + [anon_sym_union] = ACTIONS(2204), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2204), + [anon_sym_rayPayloadInEXT] = ACTIONS(2204), + [anon_sym_hitAttributeEXT] = ACTIONS(2204), + [anon_sym_callableDataEXT] = ACTIONS(2204), + [anon_sym_callableDataInEXT] = ACTIONS(2204), + [anon_sym_shaderRecordEXT] = ACTIONS(2204), + [anon_sym_rayPayloadNV] = ACTIONS(2204), + [anon_sym_rayPayloadInNV] = ACTIONS(2204), + [anon_sym_hitAttributeNV] = ACTIONS(2204), + [anon_sym_callableDataNV] = ACTIONS(2204), + [anon_sym_callableDataInNV] = ACTIONS(2204), + [anon_sym_shaderRecordNV] = ACTIONS(2204), + [anon_sym_layout] = ACTIONS(2204), }, [570] = { - [sym_identifier] = ACTIONS(1548), - [aux_sym_preproc_def_token1] = ACTIONS(1548), - [aux_sym_preproc_if_token1] = ACTIONS(1548), - [aux_sym_preproc_if_token2] = ACTIONS(1548), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1548), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1548), - [aux_sym_preproc_else_token1] = ACTIONS(1548), - [aux_sym_preproc_elif_token1] = ACTIONS(1548), - [sym_preproc_directive] = ACTIONS(1548), - [anon_sym_subroutine] = ACTIONS(1548), - [anon_sym_invariant] = ACTIONS(1548), - [anon_sym_precise] = ACTIONS(1548), - [anon_sym_in] = ACTIONS(1548), - [anon_sym_out] = ACTIONS(1548), - [anon_sym_inout] = ACTIONS(1548), - [anon_sym_uniform] = ACTIONS(1548), - [anon_sym_shared] = ACTIONS(1548), - [anon_sym_attribute] = ACTIONS(1548), - [anon_sym_varying] = ACTIONS(1548), - [anon_sym_buffer] = ACTIONS(1548), - [anon_sym_coherent] = ACTIONS(1548), - [anon_sym_readonly] = ACTIONS(1548), - [anon_sym_writeonly] = ACTIONS(1548), - [anon_sym_precision] = ACTIONS(1548), - [anon_sym_highp] = ACTIONS(1548), - [anon_sym_mediump] = ACTIONS(1548), - [anon_sym_lowp] = ACTIONS(1548), - [anon_sym_centroid] = ACTIONS(1548), - [anon_sym_sample] = ACTIONS(1548), - [anon_sym_patch] = ACTIONS(1548), - [anon_sym_smooth] = ACTIONS(1548), - [anon_sym_flat] = ACTIONS(1548), - [anon_sym_noperspective] = ACTIONS(1548), - [anon_sym___extension__] = ACTIONS(1548), - [anon_sym_extern] = ACTIONS(1548), - [anon_sym___attribute__] = ACTIONS(1548), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1550), - [anon_sym___declspec] = ACTIONS(1548), - [anon_sym_signed] = ACTIONS(1548), - [anon_sym_unsigned] = ACTIONS(1548), - [anon_sym_long] = ACTIONS(1548), - [anon_sym_short] = ACTIONS(1548), - [anon_sym_static] = ACTIONS(1548), - [anon_sym_auto] = ACTIONS(1548), - [anon_sym_register] = ACTIONS(1548), - [anon_sym_inline] = ACTIONS(1548), - [anon_sym___inline] = ACTIONS(1548), - [anon_sym___inline__] = ACTIONS(1548), - [anon_sym___forceinline] = ACTIONS(1548), - [anon_sym_thread_local] = ACTIONS(1548), - [anon_sym___thread] = ACTIONS(1548), - [anon_sym_const] = ACTIONS(1548), - [anon_sym_constexpr] = ACTIONS(1548), - [anon_sym_volatile] = ACTIONS(1548), - [anon_sym_restrict] = ACTIONS(1548), - [anon_sym___restrict__] = ACTIONS(1548), - [anon_sym__Atomic] = ACTIONS(1548), - [anon_sym__Noreturn] = ACTIONS(1548), - [anon_sym_noreturn] = ACTIONS(1548), - [sym_primitive_type] = ACTIONS(1548), - [anon_sym_enum] = ACTIONS(1548), - [anon_sym_struct] = ACTIONS(1548), - [anon_sym_union] = ACTIONS(1548), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1548), - [anon_sym_rayPayloadInEXT] = ACTIONS(1548), - [anon_sym_hitAttributeEXT] = ACTIONS(1548), - [anon_sym_callableDataEXT] = ACTIONS(1548), - [anon_sym_callableDataInEXT] = ACTIONS(1548), - [anon_sym_shaderRecordEXT] = ACTIONS(1548), - [anon_sym_rayPayloadNV] = ACTIONS(1548), - [anon_sym_rayPayloadInNV] = ACTIONS(1548), - [anon_sym_hitAttributeNV] = ACTIONS(1548), - [anon_sym_callableDataNV] = ACTIONS(1548), - [anon_sym_callableDataInNV] = ACTIONS(1548), - [anon_sym_shaderRecordNV] = ACTIONS(1548), - [anon_sym_layout] = ACTIONS(1548), + [sym_identifier] = ACTIONS(2244), + [aux_sym_preproc_def_token1] = ACTIONS(2244), + [aux_sym_preproc_if_token1] = ACTIONS(2244), + [aux_sym_preproc_if_token2] = ACTIONS(2244), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2244), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2244), + [aux_sym_preproc_else_token1] = ACTIONS(2244), + [aux_sym_preproc_elif_token1] = ACTIONS(2244), + [sym_preproc_directive] = ACTIONS(2244), + [anon_sym_subroutine] = ACTIONS(2244), + [anon_sym_invariant] = ACTIONS(2244), + [anon_sym_precise] = ACTIONS(2244), + [anon_sym_in] = ACTIONS(2244), + [anon_sym_out] = ACTIONS(2244), + [anon_sym_inout] = ACTIONS(2244), + [anon_sym_uniform] = ACTIONS(2244), + [anon_sym_shared] = ACTIONS(2244), + [anon_sym_attribute] = ACTIONS(2244), + [anon_sym_varying] = ACTIONS(2244), + [anon_sym_buffer] = ACTIONS(2244), + [anon_sym_coherent] = ACTIONS(2244), + [anon_sym_readonly] = ACTIONS(2244), + [anon_sym_writeonly] = ACTIONS(2244), + [anon_sym_precision] = ACTIONS(2244), + [anon_sym_highp] = ACTIONS(2244), + [anon_sym_mediump] = ACTIONS(2244), + [anon_sym_lowp] = ACTIONS(2244), + [anon_sym_centroid] = ACTIONS(2244), + [anon_sym_sample] = ACTIONS(2244), + [anon_sym_patch] = ACTIONS(2244), + [anon_sym_smooth] = ACTIONS(2244), + [anon_sym_flat] = ACTIONS(2244), + [anon_sym_noperspective] = ACTIONS(2244), + [anon_sym___extension__] = ACTIONS(2244), + [anon_sym_extern] = ACTIONS(2244), + [anon_sym___attribute__] = ACTIONS(2244), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2246), + [anon_sym___declspec] = ACTIONS(2244), + [anon_sym_signed] = ACTIONS(2244), + [anon_sym_unsigned] = ACTIONS(2244), + [anon_sym_long] = ACTIONS(2244), + [anon_sym_short] = ACTIONS(2244), + [anon_sym_static] = ACTIONS(2244), + [anon_sym_auto] = ACTIONS(2244), + [anon_sym_register] = ACTIONS(2244), + [anon_sym_inline] = ACTIONS(2244), + [anon_sym___inline] = ACTIONS(2244), + [anon_sym___inline__] = ACTIONS(2244), + [anon_sym___forceinline] = ACTIONS(2244), + [anon_sym_thread_local] = ACTIONS(2244), + [anon_sym___thread] = ACTIONS(2244), + [anon_sym_const] = ACTIONS(2244), + [anon_sym_constexpr] = ACTIONS(2244), + [anon_sym_volatile] = ACTIONS(2244), + [anon_sym_restrict] = ACTIONS(2244), + [anon_sym___restrict__] = ACTIONS(2244), + [anon_sym__Atomic] = ACTIONS(2244), + [anon_sym__Noreturn] = ACTIONS(2244), + [anon_sym_noreturn] = ACTIONS(2244), + [sym_primitive_type] = ACTIONS(2244), + [anon_sym_enum] = ACTIONS(2244), + [anon_sym_struct] = ACTIONS(2244), + [anon_sym_union] = ACTIONS(2244), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2244), + [anon_sym_rayPayloadInEXT] = ACTIONS(2244), + [anon_sym_hitAttributeEXT] = ACTIONS(2244), + [anon_sym_callableDataEXT] = ACTIONS(2244), + [anon_sym_callableDataInEXT] = ACTIONS(2244), + [anon_sym_shaderRecordEXT] = ACTIONS(2244), + [anon_sym_rayPayloadNV] = ACTIONS(2244), + [anon_sym_rayPayloadInNV] = ACTIONS(2244), + [anon_sym_hitAttributeNV] = ACTIONS(2244), + [anon_sym_callableDataNV] = ACTIONS(2244), + [anon_sym_callableDataInNV] = ACTIONS(2244), + [anon_sym_shaderRecordNV] = ACTIONS(2244), + [anon_sym_layout] = ACTIONS(2244), }, [571] = { - [sym_identifier] = ACTIONS(2226), - [aux_sym_preproc_def_token1] = ACTIONS(2226), - [aux_sym_preproc_if_token1] = ACTIONS(2226), - [aux_sym_preproc_if_token2] = ACTIONS(2226), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2226), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2226), - [aux_sym_preproc_else_token1] = ACTIONS(2226), - [aux_sym_preproc_elif_token1] = ACTIONS(2226), - [sym_preproc_directive] = ACTIONS(2226), - [anon_sym_subroutine] = ACTIONS(2226), - [anon_sym_invariant] = ACTIONS(2226), - [anon_sym_precise] = ACTIONS(2226), - [anon_sym_in] = ACTIONS(2226), - [anon_sym_out] = ACTIONS(2226), - [anon_sym_inout] = ACTIONS(2226), - [anon_sym_uniform] = ACTIONS(2226), - [anon_sym_shared] = ACTIONS(2226), - [anon_sym_attribute] = ACTIONS(2226), - [anon_sym_varying] = ACTIONS(2226), - [anon_sym_buffer] = ACTIONS(2226), - [anon_sym_coherent] = ACTIONS(2226), - [anon_sym_readonly] = ACTIONS(2226), - [anon_sym_writeonly] = ACTIONS(2226), - [anon_sym_precision] = ACTIONS(2226), - [anon_sym_highp] = ACTIONS(2226), - [anon_sym_mediump] = ACTIONS(2226), - [anon_sym_lowp] = ACTIONS(2226), - [anon_sym_centroid] = ACTIONS(2226), - [anon_sym_sample] = ACTIONS(2226), - [anon_sym_patch] = ACTIONS(2226), - [anon_sym_smooth] = ACTIONS(2226), - [anon_sym_flat] = ACTIONS(2226), - [anon_sym_noperspective] = ACTIONS(2226), - [anon_sym___extension__] = ACTIONS(2226), - [anon_sym_extern] = ACTIONS(2226), - [anon_sym___attribute__] = ACTIONS(2226), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2228), - [anon_sym___declspec] = ACTIONS(2226), - [anon_sym_signed] = ACTIONS(2226), - [anon_sym_unsigned] = ACTIONS(2226), - [anon_sym_long] = ACTIONS(2226), - [anon_sym_short] = ACTIONS(2226), - [anon_sym_static] = ACTIONS(2226), - [anon_sym_auto] = ACTIONS(2226), - [anon_sym_register] = ACTIONS(2226), - [anon_sym_inline] = ACTIONS(2226), - [anon_sym___inline] = ACTIONS(2226), - [anon_sym___inline__] = ACTIONS(2226), - [anon_sym___forceinline] = ACTIONS(2226), - [anon_sym_thread_local] = ACTIONS(2226), - [anon_sym___thread] = ACTIONS(2226), - [anon_sym_const] = ACTIONS(2226), - [anon_sym_constexpr] = ACTIONS(2226), - [anon_sym_volatile] = ACTIONS(2226), - [anon_sym_restrict] = ACTIONS(2226), - [anon_sym___restrict__] = ACTIONS(2226), - [anon_sym__Atomic] = ACTIONS(2226), - [anon_sym__Noreturn] = ACTIONS(2226), - [anon_sym_noreturn] = ACTIONS(2226), - [sym_primitive_type] = ACTIONS(2226), - [anon_sym_enum] = ACTIONS(2226), - [anon_sym_struct] = ACTIONS(2226), - [anon_sym_union] = ACTIONS(2226), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2226), - [anon_sym_rayPayloadInEXT] = ACTIONS(2226), - [anon_sym_hitAttributeEXT] = ACTIONS(2226), - [anon_sym_callableDataEXT] = ACTIONS(2226), - [anon_sym_callableDataInEXT] = ACTIONS(2226), - [anon_sym_shaderRecordEXT] = ACTIONS(2226), - [anon_sym_rayPayloadNV] = ACTIONS(2226), - [anon_sym_rayPayloadInNV] = ACTIONS(2226), - [anon_sym_hitAttributeNV] = ACTIONS(2226), - [anon_sym_callableDataNV] = ACTIONS(2226), - [anon_sym_callableDataInNV] = ACTIONS(2226), - [anon_sym_shaderRecordNV] = ACTIONS(2226), - [anon_sym_layout] = ACTIONS(2226), + [sym_identifier] = ACTIONS(1544), + [aux_sym_preproc_def_token1] = ACTIONS(1544), + [aux_sym_preproc_if_token1] = ACTIONS(1544), + [aux_sym_preproc_if_token2] = ACTIONS(1544), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1544), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1544), + [aux_sym_preproc_else_token1] = ACTIONS(1544), + [aux_sym_preproc_elif_token1] = ACTIONS(1544), + [sym_preproc_directive] = ACTIONS(1544), + [anon_sym_subroutine] = ACTIONS(1544), + [anon_sym_invariant] = ACTIONS(1544), + [anon_sym_precise] = ACTIONS(1544), + [anon_sym_in] = ACTIONS(1544), + [anon_sym_out] = ACTIONS(1544), + [anon_sym_inout] = ACTIONS(1544), + [anon_sym_uniform] = ACTIONS(1544), + [anon_sym_shared] = ACTIONS(1544), + [anon_sym_attribute] = ACTIONS(1544), + [anon_sym_varying] = ACTIONS(1544), + [anon_sym_buffer] = ACTIONS(1544), + [anon_sym_coherent] = ACTIONS(1544), + [anon_sym_readonly] = ACTIONS(1544), + [anon_sym_writeonly] = ACTIONS(1544), + [anon_sym_precision] = ACTIONS(1544), + [anon_sym_highp] = ACTIONS(1544), + [anon_sym_mediump] = ACTIONS(1544), + [anon_sym_lowp] = ACTIONS(1544), + [anon_sym_centroid] = ACTIONS(1544), + [anon_sym_sample] = ACTIONS(1544), + [anon_sym_patch] = ACTIONS(1544), + [anon_sym_smooth] = ACTIONS(1544), + [anon_sym_flat] = ACTIONS(1544), + [anon_sym_noperspective] = ACTIONS(1544), + [anon_sym___extension__] = ACTIONS(1544), + [anon_sym_extern] = ACTIONS(1544), + [anon_sym___attribute__] = ACTIONS(1544), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1546), + [anon_sym___declspec] = ACTIONS(1544), + [anon_sym_signed] = ACTIONS(1544), + [anon_sym_unsigned] = ACTIONS(1544), + [anon_sym_long] = ACTIONS(1544), + [anon_sym_short] = ACTIONS(1544), + [anon_sym_static] = ACTIONS(1544), + [anon_sym_auto] = ACTIONS(1544), + [anon_sym_register] = ACTIONS(1544), + [anon_sym_inline] = ACTIONS(1544), + [anon_sym___inline] = ACTIONS(1544), + [anon_sym___inline__] = ACTIONS(1544), + [anon_sym___forceinline] = ACTIONS(1544), + [anon_sym_thread_local] = ACTIONS(1544), + [anon_sym___thread] = ACTIONS(1544), + [anon_sym_const] = ACTIONS(1544), + [anon_sym_constexpr] = ACTIONS(1544), + [anon_sym_volatile] = ACTIONS(1544), + [anon_sym_restrict] = ACTIONS(1544), + [anon_sym___restrict__] = ACTIONS(1544), + [anon_sym__Atomic] = ACTIONS(1544), + [anon_sym__Noreturn] = ACTIONS(1544), + [anon_sym_noreturn] = ACTIONS(1544), + [sym_primitive_type] = ACTIONS(1544), + [anon_sym_enum] = ACTIONS(1544), + [anon_sym_struct] = ACTIONS(1544), + [anon_sym_union] = ACTIONS(1544), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1544), + [anon_sym_rayPayloadInEXT] = ACTIONS(1544), + [anon_sym_hitAttributeEXT] = ACTIONS(1544), + [anon_sym_callableDataEXT] = ACTIONS(1544), + [anon_sym_callableDataInEXT] = ACTIONS(1544), + [anon_sym_shaderRecordEXT] = ACTIONS(1544), + [anon_sym_rayPayloadNV] = ACTIONS(1544), + [anon_sym_rayPayloadInNV] = ACTIONS(1544), + [anon_sym_hitAttributeNV] = ACTIONS(1544), + [anon_sym_callableDataNV] = ACTIONS(1544), + [anon_sym_callableDataInNV] = ACTIONS(1544), + [anon_sym_shaderRecordNV] = ACTIONS(1544), + [anon_sym_layout] = ACTIONS(1544), }, [572] = { - [sym_identifier] = ACTIONS(2222), - [aux_sym_preproc_def_token1] = ACTIONS(2222), - [aux_sym_preproc_if_token1] = ACTIONS(2222), - [aux_sym_preproc_if_token2] = ACTIONS(2222), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2222), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2222), - [aux_sym_preproc_else_token1] = ACTIONS(2222), - [aux_sym_preproc_elif_token1] = ACTIONS(2222), - [sym_preproc_directive] = ACTIONS(2222), - [anon_sym_subroutine] = ACTIONS(2222), - [anon_sym_invariant] = ACTIONS(2222), - [anon_sym_precise] = ACTIONS(2222), - [anon_sym_in] = ACTIONS(2222), - [anon_sym_out] = ACTIONS(2222), - [anon_sym_inout] = ACTIONS(2222), - [anon_sym_uniform] = ACTIONS(2222), - [anon_sym_shared] = ACTIONS(2222), - [anon_sym_attribute] = ACTIONS(2222), - [anon_sym_varying] = ACTIONS(2222), - [anon_sym_buffer] = ACTIONS(2222), - [anon_sym_coherent] = ACTIONS(2222), - [anon_sym_readonly] = ACTIONS(2222), - [anon_sym_writeonly] = ACTIONS(2222), - [anon_sym_precision] = ACTIONS(2222), - [anon_sym_highp] = ACTIONS(2222), - [anon_sym_mediump] = ACTIONS(2222), - [anon_sym_lowp] = ACTIONS(2222), - [anon_sym_centroid] = ACTIONS(2222), - [anon_sym_sample] = ACTIONS(2222), - [anon_sym_patch] = ACTIONS(2222), - [anon_sym_smooth] = ACTIONS(2222), - [anon_sym_flat] = ACTIONS(2222), - [anon_sym_noperspective] = ACTIONS(2222), - [anon_sym___extension__] = ACTIONS(2222), - [anon_sym_extern] = ACTIONS(2222), - [anon_sym___attribute__] = ACTIONS(2222), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2224), - [anon_sym___declspec] = ACTIONS(2222), - [anon_sym_signed] = ACTIONS(2222), - [anon_sym_unsigned] = ACTIONS(2222), - [anon_sym_long] = ACTIONS(2222), - [anon_sym_short] = ACTIONS(2222), - [anon_sym_static] = ACTIONS(2222), - [anon_sym_auto] = ACTIONS(2222), - [anon_sym_register] = ACTIONS(2222), - [anon_sym_inline] = ACTIONS(2222), - [anon_sym___inline] = ACTIONS(2222), - [anon_sym___inline__] = ACTIONS(2222), - [anon_sym___forceinline] = ACTIONS(2222), - [anon_sym_thread_local] = ACTIONS(2222), - [anon_sym___thread] = ACTIONS(2222), - [anon_sym_const] = ACTIONS(2222), - [anon_sym_constexpr] = ACTIONS(2222), - [anon_sym_volatile] = ACTIONS(2222), - [anon_sym_restrict] = ACTIONS(2222), - [anon_sym___restrict__] = ACTIONS(2222), - [anon_sym__Atomic] = ACTIONS(2222), - [anon_sym__Noreturn] = ACTIONS(2222), - [anon_sym_noreturn] = ACTIONS(2222), - [sym_primitive_type] = ACTIONS(2222), - [anon_sym_enum] = ACTIONS(2222), - [anon_sym_struct] = ACTIONS(2222), - [anon_sym_union] = ACTIONS(2222), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2222), - [anon_sym_rayPayloadInEXT] = ACTIONS(2222), - [anon_sym_hitAttributeEXT] = ACTIONS(2222), - [anon_sym_callableDataEXT] = ACTIONS(2222), - [anon_sym_callableDataInEXT] = ACTIONS(2222), - [anon_sym_shaderRecordEXT] = ACTIONS(2222), - [anon_sym_rayPayloadNV] = ACTIONS(2222), - [anon_sym_rayPayloadInNV] = ACTIONS(2222), - [anon_sym_hitAttributeNV] = ACTIONS(2222), - [anon_sym_callableDataNV] = ACTIONS(2222), - [anon_sym_callableDataInNV] = ACTIONS(2222), - [anon_sym_shaderRecordNV] = ACTIONS(2222), - [anon_sym_layout] = ACTIONS(2222), + [sym_identifier] = ACTIONS(2252), + [aux_sym_preproc_def_token1] = ACTIONS(2252), + [aux_sym_preproc_if_token1] = ACTIONS(2252), + [aux_sym_preproc_if_token2] = ACTIONS(2252), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2252), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2252), + [aux_sym_preproc_else_token1] = ACTIONS(2252), + [aux_sym_preproc_elif_token1] = ACTIONS(2252), + [sym_preproc_directive] = ACTIONS(2252), + [anon_sym_subroutine] = ACTIONS(2252), + [anon_sym_invariant] = ACTIONS(2252), + [anon_sym_precise] = ACTIONS(2252), + [anon_sym_in] = ACTIONS(2252), + [anon_sym_out] = ACTIONS(2252), + [anon_sym_inout] = ACTIONS(2252), + [anon_sym_uniform] = ACTIONS(2252), + [anon_sym_shared] = ACTIONS(2252), + [anon_sym_attribute] = ACTIONS(2252), + [anon_sym_varying] = ACTIONS(2252), + [anon_sym_buffer] = ACTIONS(2252), + [anon_sym_coherent] = ACTIONS(2252), + [anon_sym_readonly] = ACTIONS(2252), + [anon_sym_writeonly] = ACTIONS(2252), + [anon_sym_precision] = ACTIONS(2252), + [anon_sym_highp] = ACTIONS(2252), + [anon_sym_mediump] = ACTIONS(2252), + [anon_sym_lowp] = ACTIONS(2252), + [anon_sym_centroid] = ACTIONS(2252), + [anon_sym_sample] = ACTIONS(2252), + [anon_sym_patch] = ACTIONS(2252), + [anon_sym_smooth] = ACTIONS(2252), + [anon_sym_flat] = ACTIONS(2252), + [anon_sym_noperspective] = ACTIONS(2252), + [anon_sym___extension__] = ACTIONS(2252), + [anon_sym_extern] = ACTIONS(2252), + [anon_sym___attribute__] = ACTIONS(2252), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2254), + [anon_sym___declspec] = ACTIONS(2252), + [anon_sym_signed] = ACTIONS(2252), + [anon_sym_unsigned] = ACTIONS(2252), + [anon_sym_long] = ACTIONS(2252), + [anon_sym_short] = ACTIONS(2252), + [anon_sym_static] = ACTIONS(2252), + [anon_sym_auto] = ACTIONS(2252), + [anon_sym_register] = ACTIONS(2252), + [anon_sym_inline] = ACTIONS(2252), + [anon_sym___inline] = ACTIONS(2252), + [anon_sym___inline__] = ACTIONS(2252), + [anon_sym___forceinline] = ACTIONS(2252), + [anon_sym_thread_local] = ACTIONS(2252), + [anon_sym___thread] = ACTIONS(2252), + [anon_sym_const] = ACTIONS(2252), + [anon_sym_constexpr] = ACTIONS(2252), + [anon_sym_volatile] = ACTIONS(2252), + [anon_sym_restrict] = ACTIONS(2252), + [anon_sym___restrict__] = ACTIONS(2252), + [anon_sym__Atomic] = ACTIONS(2252), + [anon_sym__Noreturn] = ACTIONS(2252), + [anon_sym_noreturn] = ACTIONS(2252), + [sym_primitive_type] = ACTIONS(2252), + [anon_sym_enum] = ACTIONS(2252), + [anon_sym_struct] = ACTIONS(2252), + [anon_sym_union] = ACTIONS(2252), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2252), + [anon_sym_rayPayloadInEXT] = ACTIONS(2252), + [anon_sym_hitAttributeEXT] = ACTIONS(2252), + [anon_sym_callableDataEXT] = ACTIONS(2252), + [anon_sym_callableDataInEXT] = ACTIONS(2252), + [anon_sym_shaderRecordEXT] = ACTIONS(2252), + [anon_sym_rayPayloadNV] = ACTIONS(2252), + [anon_sym_rayPayloadInNV] = ACTIONS(2252), + [anon_sym_hitAttributeNV] = ACTIONS(2252), + [anon_sym_callableDataNV] = ACTIONS(2252), + [anon_sym_callableDataInNV] = ACTIONS(2252), + [anon_sym_shaderRecordNV] = ACTIONS(2252), + [anon_sym_layout] = ACTIONS(2252), }, [573] = { - [sym_identifier] = ACTIONS(2246), - [aux_sym_preproc_def_token1] = ACTIONS(2246), - [aux_sym_preproc_if_token1] = ACTIONS(2246), - [aux_sym_preproc_if_token2] = ACTIONS(2246), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2246), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2246), - [aux_sym_preproc_else_token1] = ACTIONS(2246), - [aux_sym_preproc_elif_token1] = ACTIONS(2246), - [sym_preproc_directive] = ACTIONS(2246), - [anon_sym_subroutine] = ACTIONS(2246), - [anon_sym_invariant] = ACTIONS(2246), - [anon_sym_precise] = ACTIONS(2246), - [anon_sym_in] = ACTIONS(2246), - [anon_sym_out] = ACTIONS(2246), - [anon_sym_inout] = ACTIONS(2246), - [anon_sym_uniform] = ACTIONS(2246), - [anon_sym_shared] = ACTIONS(2246), - [anon_sym_attribute] = ACTIONS(2246), - [anon_sym_varying] = ACTIONS(2246), - [anon_sym_buffer] = ACTIONS(2246), - [anon_sym_coherent] = ACTIONS(2246), - [anon_sym_readonly] = ACTIONS(2246), - [anon_sym_writeonly] = ACTIONS(2246), - [anon_sym_precision] = ACTIONS(2246), - [anon_sym_highp] = ACTIONS(2246), - [anon_sym_mediump] = ACTIONS(2246), - [anon_sym_lowp] = ACTIONS(2246), - [anon_sym_centroid] = ACTIONS(2246), - [anon_sym_sample] = ACTIONS(2246), - [anon_sym_patch] = ACTIONS(2246), - [anon_sym_smooth] = ACTIONS(2246), - [anon_sym_flat] = ACTIONS(2246), - [anon_sym_noperspective] = ACTIONS(2246), - [anon_sym___extension__] = ACTIONS(2246), - [anon_sym_extern] = ACTIONS(2246), - [anon_sym___attribute__] = ACTIONS(2246), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2248), - [anon_sym___declspec] = ACTIONS(2246), - [anon_sym_signed] = ACTIONS(2246), - [anon_sym_unsigned] = ACTIONS(2246), - [anon_sym_long] = ACTIONS(2246), - [anon_sym_short] = ACTIONS(2246), - [anon_sym_static] = ACTIONS(2246), - [anon_sym_auto] = ACTIONS(2246), - [anon_sym_register] = ACTIONS(2246), - [anon_sym_inline] = ACTIONS(2246), - [anon_sym___inline] = ACTIONS(2246), - [anon_sym___inline__] = ACTIONS(2246), - [anon_sym___forceinline] = ACTIONS(2246), - [anon_sym_thread_local] = ACTIONS(2246), - [anon_sym___thread] = ACTIONS(2246), - [anon_sym_const] = ACTIONS(2246), - [anon_sym_constexpr] = ACTIONS(2246), - [anon_sym_volatile] = ACTIONS(2246), - [anon_sym_restrict] = ACTIONS(2246), - [anon_sym___restrict__] = ACTIONS(2246), - [anon_sym__Atomic] = ACTIONS(2246), - [anon_sym__Noreturn] = ACTIONS(2246), - [anon_sym_noreturn] = ACTIONS(2246), - [sym_primitive_type] = ACTIONS(2246), - [anon_sym_enum] = ACTIONS(2246), - [anon_sym_struct] = ACTIONS(2246), - [anon_sym_union] = ACTIONS(2246), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2246), - [anon_sym_rayPayloadInEXT] = ACTIONS(2246), - [anon_sym_hitAttributeEXT] = ACTIONS(2246), - [anon_sym_callableDataEXT] = ACTIONS(2246), - [anon_sym_callableDataInEXT] = ACTIONS(2246), - [anon_sym_shaderRecordEXT] = ACTIONS(2246), - [anon_sym_rayPayloadNV] = ACTIONS(2246), - [anon_sym_rayPayloadInNV] = ACTIONS(2246), - [anon_sym_hitAttributeNV] = ACTIONS(2246), - [anon_sym_callableDataNV] = ACTIONS(2246), - [anon_sym_callableDataInNV] = ACTIONS(2246), - [anon_sym_shaderRecordNV] = ACTIONS(2246), - [anon_sym_layout] = ACTIONS(2246), + [sym_identifier] = ACTIONS(2256), + [aux_sym_preproc_def_token1] = ACTIONS(2256), + [aux_sym_preproc_if_token1] = ACTIONS(2256), + [aux_sym_preproc_if_token2] = ACTIONS(2256), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2256), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2256), + [aux_sym_preproc_else_token1] = ACTIONS(2256), + [aux_sym_preproc_elif_token1] = ACTIONS(2256), + [sym_preproc_directive] = ACTIONS(2256), + [anon_sym_subroutine] = ACTIONS(2256), + [anon_sym_invariant] = ACTIONS(2256), + [anon_sym_precise] = ACTIONS(2256), + [anon_sym_in] = ACTIONS(2256), + [anon_sym_out] = ACTIONS(2256), + [anon_sym_inout] = ACTIONS(2256), + [anon_sym_uniform] = ACTIONS(2256), + [anon_sym_shared] = ACTIONS(2256), + [anon_sym_attribute] = ACTIONS(2256), + [anon_sym_varying] = ACTIONS(2256), + [anon_sym_buffer] = ACTIONS(2256), + [anon_sym_coherent] = ACTIONS(2256), + [anon_sym_readonly] = ACTIONS(2256), + [anon_sym_writeonly] = ACTIONS(2256), + [anon_sym_precision] = ACTIONS(2256), + [anon_sym_highp] = ACTIONS(2256), + [anon_sym_mediump] = ACTIONS(2256), + [anon_sym_lowp] = ACTIONS(2256), + [anon_sym_centroid] = ACTIONS(2256), + [anon_sym_sample] = ACTIONS(2256), + [anon_sym_patch] = ACTIONS(2256), + [anon_sym_smooth] = ACTIONS(2256), + [anon_sym_flat] = ACTIONS(2256), + [anon_sym_noperspective] = ACTIONS(2256), + [anon_sym___extension__] = ACTIONS(2256), + [anon_sym_extern] = ACTIONS(2256), + [anon_sym___attribute__] = ACTIONS(2256), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2258), + [anon_sym___declspec] = ACTIONS(2256), + [anon_sym_signed] = ACTIONS(2256), + [anon_sym_unsigned] = ACTIONS(2256), + [anon_sym_long] = ACTIONS(2256), + [anon_sym_short] = ACTIONS(2256), + [anon_sym_static] = ACTIONS(2256), + [anon_sym_auto] = ACTIONS(2256), + [anon_sym_register] = ACTIONS(2256), + [anon_sym_inline] = ACTIONS(2256), + [anon_sym___inline] = ACTIONS(2256), + [anon_sym___inline__] = ACTIONS(2256), + [anon_sym___forceinline] = ACTIONS(2256), + [anon_sym_thread_local] = ACTIONS(2256), + [anon_sym___thread] = ACTIONS(2256), + [anon_sym_const] = ACTIONS(2256), + [anon_sym_constexpr] = ACTIONS(2256), + [anon_sym_volatile] = ACTIONS(2256), + [anon_sym_restrict] = ACTIONS(2256), + [anon_sym___restrict__] = ACTIONS(2256), + [anon_sym__Atomic] = ACTIONS(2256), + [anon_sym__Noreturn] = ACTIONS(2256), + [anon_sym_noreturn] = ACTIONS(2256), + [sym_primitive_type] = ACTIONS(2256), + [anon_sym_enum] = ACTIONS(2256), + [anon_sym_struct] = ACTIONS(2256), + [anon_sym_union] = ACTIONS(2256), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2256), + [anon_sym_rayPayloadInEXT] = ACTIONS(2256), + [anon_sym_hitAttributeEXT] = ACTIONS(2256), + [anon_sym_callableDataEXT] = ACTIONS(2256), + [anon_sym_callableDataInEXT] = ACTIONS(2256), + [anon_sym_shaderRecordEXT] = ACTIONS(2256), + [anon_sym_rayPayloadNV] = ACTIONS(2256), + [anon_sym_rayPayloadInNV] = ACTIONS(2256), + [anon_sym_hitAttributeNV] = ACTIONS(2256), + [anon_sym_callableDataNV] = ACTIONS(2256), + [anon_sym_callableDataInNV] = ACTIONS(2256), + [anon_sym_shaderRecordNV] = ACTIONS(2256), + [anon_sym_layout] = ACTIONS(2256), }, [574] = { [sym_identifier] = ACTIONS(1498), @@ -92875,1199 +92870,2278 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(1498), }, [575] = { - [sym_identifier] = ACTIONS(1458), - [aux_sym_preproc_def_token1] = ACTIONS(1458), - [aux_sym_preproc_if_token1] = ACTIONS(1458), - [aux_sym_preproc_if_token2] = ACTIONS(1458), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1458), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1458), - [aux_sym_preproc_else_token1] = ACTIONS(1458), - [aux_sym_preproc_elif_token1] = ACTIONS(1458), - [sym_preproc_directive] = ACTIONS(1458), - [anon_sym_subroutine] = ACTIONS(1458), - [anon_sym_invariant] = ACTIONS(1458), - [anon_sym_precise] = ACTIONS(1458), - [anon_sym_in] = ACTIONS(1458), - [anon_sym_out] = ACTIONS(1458), - [anon_sym_inout] = ACTIONS(1458), - [anon_sym_uniform] = ACTIONS(1458), - [anon_sym_shared] = ACTIONS(1458), - [anon_sym_attribute] = ACTIONS(1458), - [anon_sym_varying] = ACTIONS(1458), - [anon_sym_buffer] = ACTIONS(1458), - [anon_sym_coherent] = ACTIONS(1458), - [anon_sym_readonly] = ACTIONS(1458), - [anon_sym_writeonly] = ACTIONS(1458), - [anon_sym_precision] = ACTIONS(1458), - [anon_sym_highp] = ACTIONS(1458), - [anon_sym_mediump] = ACTIONS(1458), - [anon_sym_lowp] = ACTIONS(1458), - [anon_sym_centroid] = ACTIONS(1458), - [anon_sym_sample] = ACTIONS(1458), - [anon_sym_patch] = ACTIONS(1458), - [anon_sym_smooth] = ACTIONS(1458), - [anon_sym_flat] = ACTIONS(1458), - [anon_sym_noperspective] = ACTIONS(1458), - [anon_sym___extension__] = ACTIONS(1458), - [anon_sym_extern] = ACTIONS(1458), - [anon_sym___attribute__] = ACTIONS(1458), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1460), - [anon_sym___declspec] = ACTIONS(1458), - [anon_sym_signed] = ACTIONS(1458), - [anon_sym_unsigned] = ACTIONS(1458), - [anon_sym_long] = ACTIONS(1458), - [anon_sym_short] = ACTIONS(1458), - [anon_sym_static] = ACTIONS(1458), - [anon_sym_auto] = ACTIONS(1458), - [anon_sym_register] = ACTIONS(1458), - [anon_sym_inline] = ACTIONS(1458), - [anon_sym___inline] = ACTIONS(1458), - [anon_sym___inline__] = ACTIONS(1458), - [anon_sym___forceinline] = ACTIONS(1458), - [anon_sym_thread_local] = ACTIONS(1458), - [anon_sym___thread] = ACTIONS(1458), - [anon_sym_const] = ACTIONS(1458), - [anon_sym_constexpr] = ACTIONS(1458), - [anon_sym_volatile] = ACTIONS(1458), - [anon_sym_restrict] = ACTIONS(1458), - [anon_sym___restrict__] = ACTIONS(1458), - [anon_sym__Atomic] = ACTIONS(1458), - [anon_sym__Noreturn] = ACTIONS(1458), - [anon_sym_noreturn] = ACTIONS(1458), - [sym_primitive_type] = ACTIONS(1458), - [anon_sym_enum] = ACTIONS(1458), - [anon_sym_struct] = ACTIONS(1458), - [anon_sym_union] = ACTIONS(1458), + [sym_identifier] = ACTIONS(1532), + [aux_sym_preproc_def_token1] = ACTIONS(1532), + [aux_sym_preproc_if_token1] = ACTIONS(1532), + [aux_sym_preproc_if_token2] = ACTIONS(1532), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1532), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1532), + [aux_sym_preproc_else_token1] = ACTIONS(1532), + [aux_sym_preproc_elif_token1] = ACTIONS(1532), + [sym_preproc_directive] = ACTIONS(1532), + [anon_sym_subroutine] = ACTIONS(1532), + [anon_sym_invariant] = ACTIONS(1532), + [anon_sym_precise] = ACTIONS(1532), + [anon_sym_in] = ACTIONS(1532), + [anon_sym_out] = ACTIONS(1532), + [anon_sym_inout] = ACTIONS(1532), + [anon_sym_uniform] = ACTIONS(1532), + [anon_sym_shared] = ACTIONS(1532), + [anon_sym_attribute] = ACTIONS(1532), + [anon_sym_varying] = ACTIONS(1532), + [anon_sym_buffer] = ACTIONS(1532), + [anon_sym_coherent] = ACTIONS(1532), + [anon_sym_readonly] = ACTIONS(1532), + [anon_sym_writeonly] = ACTIONS(1532), + [anon_sym_precision] = ACTIONS(1532), + [anon_sym_highp] = ACTIONS(1532), + [anon_sym_mediump] = ACTIONS(1532), + [anon_sym_lowp] = ACTIONS(1532), + [anon_sym_centroid] = ACTIONS(1532), + [anon_sym_sample] = ACTIONS(1532), + [anon_sym_patch] = ACTIONS(1532), + [anon_sym_smooth] = ACTIONS(1532), + [anon_sym_flat] = ACTIONS(1532), + [anon_sym_noperspective] = ACTIONS(1532), + [anon_sym___extension__] = ACTIONS(1532), + [anon_sym_extern] = ACTIONS(1532), + [anon_sym___attribute__] = ACTIONS(1532), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1534), + [anon_sym___declspec] = ACTIONS(1532), + [anon_sym_signed] = ACTIONS(1532), + [anon_sym_unsigned] = ACTIONS(1532), + [anon_sym_long] = ACTIONS(1532), + [anon_sym_short] = ACTIONS(1532), + [anon_sym_static] = ACTIONS(1532), + [anon_sym_auto] = ACTIONS(1532), + [anon_sym_register] = ACTIONS(1532), + [anon_sym_inline] = ACTIONS(1532), + [anon_sym___inline] = ACTIONS(1532), + [anon_sym___inline__] = ACTIONS(1532), + [anon_sym___forceinline] = ACTIONS(1532), + [anon_sym_thread_local] = ACTIONS(1532), + [anon_sym___thread] = ACTIONS(1532), + [anon_sym_const] = ACTIONS(1532), + [anon_sym_constexpr] = ACTIONS(1532), + [anon_sym_volatile] = ACTIONS(1532), + [anon_sym_restrict] = ACTIONS(1532), + [anon_sym___restrict__] = ACTIONS(1532), + [anon_sym__Atomic] = ACTIONS(1532), + [anon_sym__Noreturn] = ACTIONS(1532), + [anon_sym_noreturn] = ACTIONS(1532), + [sym_primitive_type] = ACTIONS(1532), + [anon_sym_enum] = ACTIONS(1532), + [anon_sym_struct] = ACTIONS(1532), + [anon_sym_union] = ACTIONS(1532), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1532), + [anon_sym_rayPayloadInEXT] = ACTIONS(1532), + [anon_sym_hitAttributeEXT] = ACTIONS(1532), + [anon_sym_callableDataEXT] = ACTIONS(1532), + [anon_sym_callableDataInEXT] = ACTIONS(1532), + [anon_sym_shaderRecordEXT] = ACTIONS(1532), + [anon_sym_rayPayloadNV] = ACTIONS(1532), + [anon_sym_rayPayloadInNV] = ACTIONS(1532), + [anon_sym_hitAttributeNV] = ACTIONS(1532), + [anon_sym_callableDataNV] = ACTIONS(1532), + [anon_sym_callableDataInNV] = ACTIONS(1532), + [anon_sym_shaderRecordNV] = ACTIONS(1532), + [anon_sym_layout] = ACTIONS(1532), + }, + [576] = { + [sym_identifier] = ACTIONS(1520), + [aux_sym_preproc_def_token1] = ACTIONS(1520), + [aux_sym_preproc_if_token1] = ACTIONS(1520), + [aux_sym_preproc_if_token2] = ACTIONS(1520), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1520), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1520), + [aux_sym_preproc_else_token1] = ACTIONS(1520), + [aux_sym_preproc_elif_token1] = ACTIONS(1520), + [sym_preproc_directive] = ACTIONS(1520), + [anon_sym_subroutine] = ACTIONS(1520), + [anon_sym_invariant] = ACTIONS(1520), + [anon_sym_precise] = ACTIONS(1520), + [anon_sym_in] = ACTIONS(1520), + [anon_sym_out] = ACTIONS(1520), + [anon_sym_inout] = ACTIONS(1520), + [anon_sym_uniform] = ACTIONS(1520), + [anon_sym_shared] = ACTIONS(1520), + [anon_sym_attribute] = ACTIONS(1520), + [anon_sym_varying] = ACTIONS(1520), + [anon_sym_buffer] = ACTIONS(1520), + [anon_sym_coherent] = ACTIONS(1520), + [anon_sym_readonly] = ACTIONS(1520), + [anon_sym_writeonly] = ACTIONS(1520), + [anon_sym_precision] = ACTIONS(1520), + [anon_sym_highp] = ACTIONS(1520), + [anon_sym_mediump] = ACTIONS(1520), + [anon_sym_lowp] = ACTIONS(1520), + [anon_sym_centroid] = ACTIONS(1520), + [anon_sym_sample] = ACTIONS(1520), + [anon_sym_patch] = ACTIONS(1520), + [anon_sym_smooth] = ACTIONS(1520), + [anon_sym_flat] = ACTIONS(1520), + [anon_sym_noperspective] = ACTIONS(1520), + [anon_sym___extension__] = ACTIONS(1520), + [anon_sym_extern] = ACTIONS(1520), + [anon_sym___attribute__] = ACTIONS(1520), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1522), + [anon_sym___declspec] = ACTIONS(1520), + [anon_sym_signed] = ACTIONS(1520), + [anon_sym_unsigned] = ACTIONS(1520), + [anon_sym_long] = ACTIONS(1520), + [anon_sym_short] = ACTIONS(1520), + [anon_sym_static] = ACTIONS(1520), + [anon_sym_auto] = ACTIONS(1520), + [anon_sym_register] = ACTIONS(1520), + [anon_sym_inline] = ACTIONS(1520), + [anon_sym___inline] = ACTIONS(1520), + [anon_sym___inline__] = ACTIONS(1520), + [anon_sym___forceinline] = ACTIONS(1520), + [anon_sym_thread_local] = ACTIONS(1520), + [anon_sym___thread] = ACTIONS(1520), + [anon_sym_const] = ACTIONS(1520), + [anon_sym_constexpr] = ACTIONS(1520), + [anon_sym_volatile] = ACTIONS(1520), + [anon_sym_restrict] = ACTIONS(1520), + [anon_sym___restrict__] = ACTIONS(1520), + [anon_sym__Atomic] = ACTIONS(1520), + [anon_sym__Noreturn] = ACTIONS(1520), + [anon_sym_noreturn] = ACTIONS(1520), + [sym_primitive_type] = ACTIONS(1520), + [anon_sym_enum] = ACTIONS(1520), + [anon_sym_struct] = ACTIONS(1520), + [anon_sym_union] = ACTIONS(1520), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1458), - [anon_sym_rayPayloadInEXT] = ACTIONS(1458), - [anon_sym_hitAttributeEXT] = ACTIONS(1458), - [anon_sym_callableDataEXT] = ACTIONS(1458), - [anon_sym_callableDataInEXT] = ACTIONS(1458), - [anon_sym_shaderRecordEXT] = ACTIONS(1458), - [anon_sym_rayPayloadNV] = ACTIONS(1458), - [anon_sym_rayPayloadInNV] = ACTIONS(1458), - [anon_sym_hitAttributeNV] = ACTIONS(1458), - [anon_sym_callableDataNV] = ACTIONS(1458), - [anon_sym_callableDataInNV] = ACTIONS(1458), - [anon_sym_shaderRecordNV] = ACTIONS(1458), - [anon_sym_layout] = ACTIONS(1458), - }, - [576] = { - [sym_identifier] = ACTIONS(2286), - [aux_sym_preproc_def_token1] = ACTIONS(2286), - [aux_sym_preproc_if_token1] = ACTIONS(2286), - [aux_sym_preproc_if_token2] = ACTIONS(2286), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2286), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2286), - [aux_sym_preproc_else_token1] = ACTIONS(2286), - [aux_sym_preproc_elif_token1] = ACTIONS(2286), - [sym_preproc_directive] = ACTIONS(2286), - [anon_sym_subroutine] = ACTIONS(2286), - [anon_sym_invariant] = ACTIONS(2286), - [anon_sym_precise] = ACTIONS(2286), - [anon_sym_in] = ACTIONS(2286), - [anon_sym_out] = ACTIONS(2286), - [anon_sym_inout] = ACTIONS(2286), - [anon_sym_uniform] = ACTIONS(2286), - [anon_sym_shared] = ACTIONS(2286), - [anon_sym_attribute] = ACTIONS(2286), - [anon_sym_varying] = ACTIONS(2286), - [anon_sym_buffer] = ACTIONS(2286), - [anon_sym_coherent] = ACTIONS(2286), - [anon_sym_readonly] = ACTIONS(2286), - [anon_sym_writeonly] = ACTIONS(2286), - [anon_sym_precision] = ACTIONS(2286), - [anon_sym_highp] = ACTIONS(2286), - [anon_sym_mediump] = ACTIONS(2286), - [anon_sym_lowp] = ACTIONS(2286), - [anon_sym_centroid] = ACTIONS(2286), - [anon_sym_sample] = ACTIONS(2286), - [anon_sym_patch] = ACTIONS(2286), - [anon_sym_smooth] = ACTIONS(2286), - [anon_sym_flat] = ACTIONS(2286), - [anon_sym_noperspective] = ACTIONS(2286), - [anon_sym___extension__] = ACTIONS(2286), - [anon_sym_extern] = ACTIONS(2286), - [anon_sym___attribute__] = ACTIONS(2286), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2288), - [anon_sym___declspec] = ACTIONS(2286), - [anon_sym_signed] = ACTIONS(2286), - [anon_sym_unsigned] = ACTIONS(2286), - [anon_sym_long] = ACTIONS(2286), - [anon_sym_short] = ACTIONS(2286), - [anon_sym_static] = ACTIONS(2286), - [anon_sym_auto] = ACTIONS(2286), - [anon_sym_register] = ACTIONS(2286), - [anon_sym_inline] = ACTIONS(2286), - [anon_sym___inline] = ACTIONS(2286), - [anon_sym___inline__] = ACTIONS(2286), - [anon_sym___forceinline] = ACTIONS(2286), - [anon_sym_thread_local] = ACTIONS(2286), - [anon_sym___thread] = ACTIONS(2286), - [anon_sym_const] = ACTIONS(2286), - [anon_sym_constexpr] = ACTIONS(2286), - [anon_sym_volatile] = ACTIONS(2286), - [anon_sym_restrict] = ACTIONS(2286), - [anon_sym___restrict__] = ACTIONS(2286), - [anon_sym__Atomic] = ACTIONS(2286), - [anon_sym__Noreturn] = ACTIONS(2286), - [anon_sym_noreturn] = ACTIONS(2286), - [sym_primitive_type] = ACTIONS(2286), - [anon_sym_enum] = ACTIONS(2286), - [anon_sym_struct] = ACTIONS(2286), - [anon_sym_union] = ACTIONS(2286), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2286), - [anon_sym_rayPayloadInEXT] = ACTIONS(2286), - [anon_sym_hitAttributeEXT] = ACTIONS(2286), - [anon_sym_callableDataEXT] = ACTIONS(2286), - [anon_sym_callableDataInEXT] = ACTIONS(2286), - [anon_sym_shaderRecordEXT] = ACTIONS(2286), - [anon_sym_rayPayloadNV] = ACTIONS(2286), - [anon_sym_rayPayloadInNV] = ACTIONS(2286), - [anon_sym_hitAttributeNV] = ACTIONS(2286), - [anon_sym_callableDataNV] = ACTIONS(2286), - [anon_sym_callableDataInNV] = ACTIONS(2286), - [anon_sym_shaderRecordNV] = ACTIONS(2286), - [anon_sym_layout] = ACTIONS(2286), + [anon_sym_rayPayloadEXT] = ACTIONS(1520), + [anon_sym_rayPayloadInEXT] = ACTIONS(1520), + [anon_sym_hitAttributeEXT] = ACTIONS(1520), + [anon_sym_callableDataEXT] = ACTIONS(1520), + [anon_sym_callableDataInEXT] = ACTIONS(1520), + [anon_sym_shaderRecordEXT] = ACTIONS(1520), + [anon_sym_rayPayloadNV] = ACTIONS(1520), + [anon_sym_rayPayloadInNV] = ACTIONS(1520), + [anon_sym_hitAttributeNV] = ACTIONS(1520), + [anon_sym_callableDataNV] = ACTIONS(1520), + [anon_sym_callableDataInNV] = ACTIONS(1520), + [anon_sym_shaderRecordNV] = ACTIONS(1520), + [anon_sym_layout] = ACTIONS(1520), }, [577] = { - [sym_identifier] = ACTIONS(2242), - [aux_sym_preproc_def_token1] = ACTIONS(2242), - [aux_sym_preproc_if_token1] = ACTIONS(2242), - [aux_sym_preproc_if_token2] = ACTIONS(2242), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2242), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2242), - [aux_sym_preproc_else_token1] = ACTIONS(2242), - [aux_sym_preproc_elif_token1] = ACTIONS(2242), - [sym_preproc_directive] = ACTIONS(2242), - [anon_sym_subroutine] = ACTIONS(2242), - [anon_sym_invariant] = ACTIONS(2242), - [anon_sym_precise] = ACTIONS(2242), - [anon_sym_in] = ACTIONS(2242), - [anon_sym_out] = ACTIONS(2242), - [anon_sym_inout] = ACTIONS(2242), - [anon_sym_uniform] = ACTIONS(2242), - [anon_sym_shared] = ACTIONS(2242), - [anon_sym_attribute] = ACTIONS(2242), - [anon_sym_varying] = ACTIONS(2242), - [anon_sym_buffer] = ACTIONS(2242), - [anon_sym_coherent] = ACTIONS(2242), - [anon_sym_readonly] = ACTIONS(2242), - [anon_sym_writeonly] = ACTIONS(2242), - [anon_sym_precision] = ACTIONS(2242), - [anon_sym_highp] = ACTIONS(2242), - [anon_sym_mediump] = ACTIONS(2242), - [anon_sym_lowp] = ACTIONS(2242), - [anon_sym_centroid] = ACTIONS(2242), - [anon_sym_sample] = ACTIONS(2242), - [anon_sym_patch] = ACTIONS(2242), - [anon_sym_smooth] = ACTIONS(2242), - [anon_sym_flat] = ACTIONS(2242), - [anon_sym_noperspective] = ACTIONS(2242), - [anon_sym___extension__] = ACTIONS(2242), - [anon_sym_extern] = ACTIONS(2242), - [anon_sym___attribute__] = ACTIONS(2242), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2244), - [anon_sym___declspec] = ACTIONS(2242), - [anon_sym_signed] = ACTIONS(2242), - [anon_sym_unsigned] = ACTIONS(2242), - [anon_sym_long] = ACTIONS(2242), - [anon_sym_short] = ACTIONS(2242), - [anon_sym_static] = ACTIONS(2242), - [anon_sym_auto] = ACTIONS(2242), - [anon_sym_register] = ACTIONS(2242), - [anon_sym_inline] = ACTIONS(2242), - [anon_sym___inline] = ACTIONS(2242), - [anon_sym___inline__] = ACTIONS(2242), - [anon_sym___forceinline] = ACTIONS(2242), - [anon_sym_thread_local] = ACTIONS(2242), - [anon_sym___thread] = ACTIONS(2242), - [anon_sym_const] = ACTIONS(2242), - [anon_sym_constexpr] = ACTIONS(2242), - [anon_sym_volatile] = ACTIONS(2242), - [anon_sym_restrict] = ACTIONS(2242), - [anon_sym___restrict__] = ACTIONS(2242), - [anon_sym__Atomic] = ACTIONS(2242), - [anon_sym__Noreturn] = ACTIONS(2242), - [anon_sym_noreturn] = ACTIONS(2242), - [sym_primitive_type] = ACTIONS(2242), - [anon_sym_enum] = ACTIONS(2242), - [anon_sym_struct] = ACTIONS(2242), - [anon_sym_union] = ACTIONS(2242), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2242), - [anon_sym_rayPayloadInEXT] = ACTIONS(2242), - [anon_sym_hitAttributeEXT] = ACTIONS(2242), - [anon_sym_callableDataEXT] = ACTIONS(2242), - [anon_sym_callableDataInEXT] = ACTIONS(2242), - [anon_sym_shaderRecordEXT] = ACTIONS(2242), - [anon_sym_rayPayloadNV] = ACTIONS(2242), - [anon_sym_rayPayloadInNV] = ACTIONS(2242), - [anon_sym_hitAttributeNV] = ACTIONS(2242), - [anon_sym_callableDataNV] = ACTIONS(2242), - [anon_sym_callableDataInNV] = ACTIONS(2242), - [anon_sym_shaderRecordNV] = ACTIONS(2242), - [anon_sym_layout] = ACTIONS(2242), + [sym_identifier] = ACTIONS(1466), + [aux_sym_preproc_def_token1] = ACTIONS(1466), + [aux_sym_preproc_if_token1] = ACTIONS(1466), + [aux_sym_preproc_if_token2] = ACTIONS(1466), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1466), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1466), + [aux_sym_preproc_else_token1] = ACTIONS(1466), + [aux_sym_preproc_elif_token1] = ACTIONS(1466), + [sym_preproc_directive] = ACTIONS(1466), + [anon_sym_subroutine] = ACTIONS(1466), + [anon_sym_invariant] = ACTIONS(1466), + [anon_sym_precise] = ACTIONS(1466), + [anon_sym_in] = ACTIONS(1466), + [anon_sym_out] = ACTIONS(1466), + [anon_sym_inout] = ACTIONS(1466), + [anon_sym_uniform] = ACTIONS(1466), + [anon_sym_shared] = ACTIONS(1466), + [anon_sym_attribute] = ACTIONS(1466), + [anon_sym_varying] = ACTIONS(1466), + [anon_sym_buffer] = ACTIONS(1466), + [anon_sym_coherent] = ACTIONS(1466), + [anon_sym_readonly] = ACTIONS(1466), + [anon_sym_writeonly] = ACTIONS(1466), + [anon_sym_precision] = ACTIONS(1466), + [anon_sym_highp] = ACTIONS(1466), + [anon_sym_mediump] = ACTIONS(1466), + [anon_sym_lowp] = ACTIONS(1466), + [anon_sym_centroid] = ACTIONS(1466), + [anon_sym_sample] = ACTIONS(1466), + [anon_sym_patch] = ACTIONS(1466), + [anon_sym_smooth] = ACTIONS(1466), + [anon_sym_flat] = ACTIONS(1466), + [anon_sym_noperspective] = ACTIONS(1466), + [anon_sym___extension__] = ACTIONS(1466), + [anon_sym_extern] = ACTIONS(1466), + [anon_sym___attribute__] = ACTIONS(1466), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1468), + [anon_sym___declspec] = ACTIONS(1466), + [anon_sym_signed] = ACTIONS(1466), + [anon_sym_unsigned] = ACTIONS(1466), + [anon_sym_long] = ACTIONS(1466), + [anon_sym_short] = ACTIONS(1466), + [anon_sym_static] = ACTIONS(1466), + [anon_sym_auto] = ACTIONS(1466), + [anon_sym_register] = ACTIONS(1466), + [anon_sym_inline] = ACTIONS(1466), + [anon_sym___inline] = ACTIONS(1466), + [anon_sym___inline__] = ACTIONS(1466), + [anon_sym___forceinline] = ACTIONS(1466), + [anon_sym_thread_local] = ACTIONS(1466), + [anon_sym___thread] = ACTIONS(1466), + [anon_sym_const] = ACTIONS(1466), + [anon_sym_constexpr] = ACTIONS(1466), + [anon_sym_volatile] = ACTIONS(1466), + [anon_sym_restrict] = ACTIONS(1466), + [anon_sym___restrict__] = ACTIONS(1466), + [anon_sym__Atomic] = ACTIONS(1466), + [anon_sym__Noreturn] = ACTIONS(1466), + [anon_sym_noreturn] = ACTIONS(1466), + [sym_primitive_type] = ACTIONS(1466), + [anon_sym_enum] = ACTIONS(1466), + [anon_sym_struct] = ACTIONS(1466), + [anon_sym_union] = ACTIONS(1466), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1466), + [anon_sym_rayPayloadInEXT] = ACTIONS(1466), + [anon_sym_hitAttributeEXT] = ACTIONS(1466), + [anon_sym_callableDataEXT] = ACTIONS(1466), + [anon_sym_callableDataInEXT] = ACTIONS(1466), + [anon_sym_shaderRecordEXT] = ACTIONS(1466), + [anon_sym_rayPayloadNV] = ACTIONS(1466), + [anon_sym_rayPayloadInNV] = ACTIONS(1466), + [anon_sym_hitAttributeNV] = ACTIONS(1466), + [anon_sym_callableDataNV] = ACTIONS(1466), + [anon_sym_callableDataInNV] = ACTIONS(1466), + [anon_sym_shaderRecordNV] = ACTIONS(1466), + [anon_sym_layout] = ACTIONS(1466), }, [578] = { - [sym_identifier] = ACTIONS(2234), - [aux_sym_preproc_def_token1] = ACTIONS(2234), - [aux_sym_preproc_if_token1] = ACTIONS(2234), - [aux_sym_preproc_if_token2] = ACTIONS(2234), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2234), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2234), - [aux_sym_preproc_else_token1] = ACTIONS(2234), - [aux_sym_preproc_elif_token1] = ACTIONS(2234), - [sym_preproc_directive] = ACTIONS(2234), - [anon_sym_subroutine] = ACTIONS(2234), - [anon_sym_invariant] = ACTIONS(2234), - [anon_sym_precise] = ACTIONS(2234), - [anon_sym_in] = ACTIONS(2234), - [anon_sym_out] = ACTIONS(2234), - [anon_sym_inout] = ACTIONS(2234), - [anon_sym_uniform] = ACTIONS(2234), - [anon_sym_shared] = ACTIONS(2234), - [anon_sym_attribute] = ACTIONS(2234), - [anon_sym_varying] = ACTIONS(2234), - [anon_sym_buffer] = ACTIONS(2234), - [anon_sym_coherent] = ACTIONS(2234), - [anon_sym_readonly] = ACTIONS(2234), - [anon_sym_writeonly] = ACTIONS(2234), - [anon_sym_precision] = ACTIONS(2234), - [anon_sym_highp] = ACTIONS(2234), - [anon_sym_mediump] = ACTIONS(2234), - [anon_sym_lowp] = ACTIONS(2234), - [anon_sym_centroid] = ACTIONS(2234), - [anon_sym_sample] = ACTIONS(2234), - [anon_sym_patch] = ACTIONS(2234), - [anon_sym_smooth] = ACTIONS(2234), - [anon_sym_flat] = ACTIONS(2234), - [anon_sym_noperspective] = ACTIONS(2234), - [anon_sym___extension__] = ACTIONS(2234), - [anon_sym_extern] = ACTIONS(2234), - [anon_sym___attribute__] = ACTIONS(2234), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2236), - [anon_sym___declspec] = ACTIONS(2234), - [anon_sym_signed] = ACTIONS(2234), - [anon_sym_unsigned] = ACTIONS(2234), - [anon_sym_long] = ACTIONS(2234), - [anon_sym_short] = ACTIONS(2234), - [anon_sym_static] = ACTIONS(2234), - [anon_sym_auto] = ACTIONS(2234), - [anon_sym_register] = ACTIONS(2234), - [anon_sym_inline] = ACTIONS(2234), - [anon_sym___inline] = ACTIONS(2234), - [anon_sym___inline__] = ACTIONS(2234), - [anon_sym___forceinline] = ACTIONS(2234), - [anon_sym_thread_local] = ACTIONS(2234), - [anon_sym___thread] = ACTIONS(2234), - [anon_sym_const] = ACTIONS(2234), - [anon_sym_constexpr] = ACTIONS(2234), - [anon_sym_volatile] = ACTIONS(2234), - [anon_sym_restrict] = ACTIONS(2234), - [anon_sym___restrict__] = ACTIONS(2234), - [anon_sym__Atomic] = ACTIONS(2234), - [anon_sym__Noreturn] = ACTIONS(2234), - [anon_sym_noreturn] = ACTIONS(2234), - [sym_primitive_type] = ACTIONS(2234), - [anon_sym_enum] = ACTIONS(2234), - [anon_sym_struct] = ACTIONS(2234), - [anon_sym_union] = ACTIONS(2234), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2234), - [anon_sym_rayPayloadInEXT] = ACTIONS(2234), - [anon_sym_hitAttributeEXT] = ACTIONS(2234), - [anon_sym_callableDataEXT] = ACTIONS(2234), - [anon_sym_callableDataInEXT] = ACTIONS(2234), - [anon_sym_shaderRecordEXT] = ACTIONS(2234), - [anon_sym_rayPayloadNV] = ACTIONS(2234), - [anon_sym_rayPayloadInNV] = ACTIONS(2234), - [anon_sym_hitAttributeNV] = ACTIONS(2234), - [anon_sym_callableDataNV] = ACTIONS(2234), - [anon_sym_callableDataInNV] = ACTIONS(2234), - [anon_sym_shaderRecordNV] = ACTIONS(2234), - [anon_sym_layout] = ACTIONS(2234), + [sym_identifier] = ACTIONS(2264), + [aux_sym_preproc_def_token1] = ACTIONS(2264), + [aux_sym_preproc_if_token1] = ACTIONS(2264), + [aux_sym_preproc_if_token2] = ACTIONS(2264), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2264), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2264), + [aux_sym_preproc_else_token1] = ACTIONS(2264), + [aux_sym_preproc_elif_token1] = ACTIONS(2264), + [sym_preproc_directive] = ACTIONS(2264), + [anon_sym_subroutine] = ACTIONS(2264), + [anon_sym_invariant] = ACTIONS(2264), + [anon_sym_precise] = ACTIONS(2264), + [anon_sym_in] = ACTIONS(2264), + [anon_sym_out] = ACTIONS(2264), + [anon_sym_inout] = ACTIONS(2264), + [anon_sym_uniform] = ACTIONS(2264), + [anon_sym_shared] = ACTIONS(2264), + [anon_sym_attribute] = ACTIONS(2264), + [anon_sym_varying] = ACTIONS(2264), + [anon_sym_buffer] = ACTIONS(2264), + [anon_sym_coherent] = ACTIONS(2264), + [anon_sym_readonly] = ACTIONS(2264), + [anon_sym_writeonly] = ACTIONS(2264), + [anon_sym_precision] = ACTIONS(2264), + [anon_sym_highp] = ACTIONS(2264), + [anon_sym_mediump] = ACTIONS(2264), + [anon_sym_lowp] = ACTIONS(2264), + [anon_sym_centroid] = ACTIONS(2264), + [anon_sym_sample] = ACTIONS(2264), + [anon_sym_patch] = ACTIONS(2264), + [anon_sym_smooth] = ACTIONS(2264), + [anon_sym_flat] = ACTIONS(2264), + [anon_sym_noperspective] = ACTIONS(2264), + [anon_sym___extension__] = ACTIONS(2264), + [anon_sym_extern] = ACTIONS(2264), + [anon_sym___attribute__] = ACTIONS(2264), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2266), + [anon_sym___declspec] = ACTIONS(2264), + [anon_sym_signed] = ACTIONS(2264), + [anon_sym_unsigned] = ACTIONS(2264), + [anon_sym_long] = ACTIONS(2264), + [anon_sym_short] = ACTIONS(2264), + [anon_sym_static] = ACTIONS(2264), + [anon_sym_auto] = ACTIONS(2264), + [anon_sym_register] = ACTIONS(2264), + [anon_sym_inline] = ACTIONS(2264), + [anon_sym___inline] = ACTIONS(2264), + [anon_sym___inline__] = ACTIONS(2264), + [anon_sym___forceinline] = ACTIONS(2264), + [anon_sym_thread_local] = ACTIONS(2264), + [anon_sym___thread] = ACTIONS(2264), + [anon_sym_const] = ACTIONS(2264), + [anon_sym_constexpr] = ACTIONS(2264), + [anon_sym_volatile] = ACTIONS(2264), + [anon_sym_restrict] = ACTIONS(2264), + [anon_sym___restrict__] = ACTIONS(2264), + [anon_sym__Atomic] = ACTIONS(2264), + [anon_sym__Noreturn] = ACTIONS(2264), + [anon_sym_noreturn] = ACTIONS(2264), + [sym_primitive_type] = ACTIONS(2264), + [anon_sym_enum] = ACTIONS(2264), + [anon_sym_struct] = ACTIONS(2264), + [anon_sym_union] = ACTIONS(2264), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2264), + [anon_sym_rayPayloadInEXT] = ACTIONS(2264), + [anon_sym_hitAttributeEXT] = ACTIONS(2264), + [anon_sym_callableDataEXT] = ACTIONS(2264), + [anon_sym_callableDataInEXT] = ACTIONS(2264), + [anon_sym_shaderRecordEXT] = ACTIONS(2264), + [anon_sym_rayPayloadNV] = ACTIONS(2264), + [anon_sym_rayPayloadInNV] = ACTIONS(2264), + [anon_sym_hitAttributeNV] = ACTIONS(2264), + [anon_sym_callableDataNV] = ACTIONS(2264), + [anon_sym_callableDataInNV] = ACTIONS(2264), + [anon_sym_shaderRecordNV] = ACTIONS(2264), + [anon_sym_layout] = ACTIONS(2264), }, [579] = { - [sym_identifier] = ACTIONS(2294), - [aux_sym_preproc_def_token1] = ACTIONS(2294), - [aux_sym_preproc_if_token1] = ACTIONS(2294), - [aux_sym_preproc_if_token2] = ACTIONS(2294), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2294), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2294), - [aux_sym_preproc_else_token1] = ACTIONS(2294), - [aux_sym_preproc_elif_token1] = ACTIONS(2294), - [sym_preproc_directive] = ACTIONS(2294), - [anon_sym_subroutine] = ACTIONS(2294), - [anon_sym_invariant] = ACTIONS(2294), - [anon_sym_precise] = ACTIONS(2294), - [anon_sym_in] = ACTIONS(2294), - [anon_sym_out] = ACTIONS(2294), - [anon_sym_inout] = ACTIONS(2294), - [anon_sym_uniform] = ACTIONS(2294), - [anon_sym_shared] = ACTIONS(2294), - [anon_sym_attribute] = ACTIONS(2294), - [anon_sym_varying] = ACTIONS(2294), - [anon_sym_buffer] = ACTIONS(2294), - [anon_sym_coherent] = ACTIONS(2294), - [anon_sym_readonly] = ACTIONS(2294), - [anon_sym_writeonly] = ACTIONS(2294), - [anon_sym_precision] = ACTIONS(2294), - [anon_sym_highp] = ACTIONS(2294), - [anon_sym_mediump] = ACTIONS(2294), - [anon_sym_lowp] = ACTIONS(2294), - [anon_sym_centroid] = ACTIONS(2294), - [anon_sym_sample] = ACTIONS(2294), - [anon_sym_patch] = ACTIONS(2294), - [anon_sym_smooth] = ACTIONS(2294), - [anon_sym_flat] = ACTIONS(2294), - [anon_sym_noperspective] = ACTIONS(2294), - [anon_sym___extension__] = ACTIONS(2294), - [anon_sym_extern] = ACTIONS(2294), - [anon_sym___attribute__] = ACTIONS(2294), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2296), - [anon_sym___declspec] = ACTIONS(2294), - [anon_sym_signed] = ACTIONS(2294), - [anon_sym_unsigned] = ACTIONS(2294), - [anon_sym_long] = ACTIONS(2294), - [anon_sym_short] = ACTIONS(2294), - [anon_sym_static] = ACTIONS(2294), - [anon_sym_auto] = ACTIONS(2294), - [anon_sym_register] = ACTIONS(2294), - [anon_sym_inline] = ACTIONS(2294), - [anon_sym___inline] = ACTIONS(2294), - [anon_sym___inline__] = ACTIONS(2294), - [anon_sym___forceinline] = ACTIONS(2294), - [anon_sym_thread_local] = ACTIONS(2294), - [anon_sym___thread] = ACTIONS(2294), - [anon_sym_const] = ACTIONS(2294), - [anon_sym_constexpr] = ACTIONS(2294), - [anon_sym_volatile] = ACTIONS(2294), - [anon_sym_restrict] = ACTIONS(2294), - [anon_sym___restrict__] = ACTIONS(2294), - [anon_sym__Atomic] = ACTIONS(2294), - [anon_sym__Noreturn] = ACTIONS(2294), - [anon_sym_noreturn] = ACTIONS(2294), - [sym_primitive_type] = ACTIONS(2294), - [anon_sym_enum] = ACTIONS(2294), - [anon_sym_struct] = ACTIONS(2294), - [anon_sym_union] = ACTIONS(2294), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2294), - [anon_sym_rayPayloadInEXT] = ACTIONS(2294), - [anon_sym_hitAttributeEXT] = ACTIONS(2294), - [anon_sym_callableDataEXT] = ACTIONS(2294), - [anon_sym_callableDataInEXT] = ACTIONS(2294), - [anon_sym_shaderRecordEXT] = ACTIONS(2294), - [anon_sym_rayPayloadNV] = ACTIONS(2294), - [anon_sym_rayPayloadInNV] = ACTIONS(2294), - [anon_sym_hitAttributeNV] = ACTIONS(2294), - [anon_sym_callableDataNV] = ACTIONS(2294), - [anon_sym_callableDataInNV] = ACTIONS(2294), - [anon_sym_shaderRecordNV] = ACTIONS(2294), - [anon_sym_layout] = ACTIONS(2294), + [sym_identifier] = ACTIONS(2248), + [aux_sym_preproc_def_token1] = ACTIONS(2248), + [aux_sym_preproc_if_token1] = ACTIONS(2248), + [aux_sym_preproc_if_token2] = ACTIONS(2248), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2248), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2248), + [aux_sym_preproc_else_token1] = ACTIONS(2248), + [aux_sym_preproc_elif_token1] = ACTIONS(2248), + [sym_preproc_directive] = ACTIONS(2248), + [anon_sym_subroutine] = ACTIONS(2248), + [anon_sym_invariant] = ACTIONS(2248), + [anon_sym_precise] = ACTIONS(2248), + [anon_sym_in] = ACTIONS(2248), + [anon_sym_out] = ACTIONS(2248), + [anon_sym_inout] = ACTIONS(2248), + [anon_sym_uniform] = ACTIONS(2248), + [anon_sym_shared] = ACTIONS(2248), + [anon_sym_attribute] = ACTIONS(2248), + [anon_sym_varying] = ACTIONS(2248), + [anon_sym_buffer] = ACTIONS(2248), + [anon_sym_coherent] = ACTIONS(2248), + [anon_sym_readonly] = ACTIONS(2248), + [anon_sym_writeonly] = ACTIONS(2248), + [anon_sym_precision] = ACTIONS(2248), + [anon_sym_highp] = ACTIONS(2248), + [anon_sym_mediump] = ACTIONS(2248), + [anon_sym_lowp] = ACTIONS(2248), + [anon_sym_centroid] = ACTIONS(2248), + [anon_sym_sample] = ACTIONS(2248), + [anon_sym_patch] = ACTIONS(2248), + [anon_sym_smooth] = ACTIONS(2248), + [anon_sym_flat] = ACTIONS(2248), + [anon_sym_noperspective] = ACTIONS(2248), + [anon_sym___extension__] = ACTIONS(2248), + [anon_sym_extern] = ACTIONS(2248), + [anon_sym___attribute__] = ACTIONS(2248), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2250), + [anon_sym___declspec] = ACTIONS(2248), + [anon_sym_signed] = ACTIONS(2248), + [anon_sym_unsigned] = ACTIONS(2248), + [anon_sym_long] = ACTIONS(2248), + [anon_sym_short] = ACTIONS(2248), + [anon_sym_static] = ACTIONS(2248), + [anon_sym_auto] = ACTIONS(2248), + [anon_sym_register] = ACTIONS(2248), + [anon_sym_inline] = ACTIONS(2248), + [anon_sym___inline] = ACTIONS(2248), + [anon_sym___inline__] = ACTIONS(2248), + [anon_sym___forceinline] = ACTIONS(2248), + [anon_sym_thread_local] = ACTIONS(2248), + [anon_sym___thread] = ACTIONS(2248), + [anon_sym_const] = ACTIONS(2248), + [anon_sym_constexpr] = ACTIONS(2248), + [anon_sym_volatile] = ACTIONS(2248), + [anon_sym_restrict] = ACTIONS(2248), + [anon_sym___restrict__] = ACTIONS(2248), + [anon_sym__Atomic] = ACTIONS(2248), + [anon_sym__Noreturn] = ACTIONS(2248), + [anon_sym_noreturn] = ACTIONS(2248), + [sym_primitive_type] = ACTIONS(2248), + [anon_sym_enum] = ACTIONS(2248), + [anon_sym_struct] = ACTIONS(2248), + [anon_sym_union] = ACTIONS(2248), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2248), + [anon_sym_rayPayloadInEXT] = ACTIONS(2248), + [anon_sym_hitAttributeEXT] = ACTIONS(2248), + [anon_sym_callableDataEXT] = ACTIONS(2248), + [anon_sym_callableDataInEXT] = ACTIONS(2248), + [anon_sym_shaderRecordEXT] = ACTIONS(2248), + [anon_sym_rayPayloadNV] = ACTIONS(2248), + [anon_sym_rayPayloadInNV] = ACTIONS(2248), + [anon_sym_hitAttributeNV] = ACTIONS(2248), + [anon_sym_callableDataNV] = ACTIONS(2248), + [anon_sym_callableDataInNV] = ACTIONS(2248), + [anon_sym_shaderRecordNV] = ACTIONS(2248), + [anon_sym_layout] = ACTIONS(2248), }, [580] = { - [sym_identifier] = ACTIONS(1524), - [aux_sym_preproc_def_token1] = ACTIONS(1524), - [aux_sym_preproc_if_token1] = ACTIONS(1524), - [aux_sym_preproc_if_token2] = ACTIONS(1524), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1524), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1524), - [aux_sym_preproc_else_token1] = ACTIONS(1524), - [aux_sym_preproc_elif_token1] = ACTIONS(1524), - [sym_preproc_directive] = ACTIONS(1524), - [anon_sym_subroutine] = ACTIONS(1524), - [anon_sym_invariant] = ACTIONS(1524), - [anon_sym_precise] = ACTIONS(1524), - [anon_sym_in] = ACTIONS(1524), - [anon_sym_out] = ACTIONS(1524), - [anon_sym_inout] = ACTIONS(1524), - [anon_sym_uniform] = ACTIONS(1524), - [anon_sym_shared] = ACTIONS(1524), - [anon_sym_attribute] = ACTIONS(1524), - [anon_sym_varying] = ACTIONS(1524), - [anon_sym_buffer] = ACTIONS(1524), - [anon_sym_coherent] = ACTIONS(1524), - [anon_sym_readonly] = ACTIONS(1524), - [anon_sym_writeonly] = ACTIONS(1524), - [anon_sym_precision] = ACTIONS(1524), - [anon_sym_highp] = ACTIONS(1524), - [anon_sym_mediump] = ACTIONS(1524), - [anon_sym_lowp] = ACTIONS(1524), - [anon_sym_centroid] = ACTIONS(1524), - [anon_sym_sample] = ACTIONS(1524), - [anon_sym_patch] = ACTIONS(1524), - [anon_sym_smooth] = ACTIONS(1524), - [anon_sym_flat] = ACTIONS(1524), - [anon_sym_noperspective] = ACTIONS(1524), - [anon_sym___extension__] = ACTIONS(1524), - [anon_sym_extern] = ACTIONS(1524), - [anon_sym___attribute__] = ACTIONS(1524), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1526), - [anon_sym___declspec] = ACTIONS(1524), - [anon_sym_signed] = ACTIONS(1524), - [anon_sym_unsigned] = ACTIONS(1524), - [anon_sym_long] = ACTIONS(1524), - [anon_sym_short] = ACTIONS(1524), - [anon_sym_static] = ACTIONS(1524), - [anon_sym_auto] = ACTIONS(1524), - [anon_sym_register] = ACTIONS(1524), - [anon_sym_inline] = ACTIONS(1524), - [anon_sym___inline] = ACTIONS(1524), - [anon_sym___inline__] = ACTIONS(1524), - [anon_sym___forceinline] = ACTIONS(1524), - [anon_sym_thread_local] = ACTIONS(1524), - [anon_sym___thread] = ACTIONS(1524), - [anon_sym_const] = ACTIONS(1524), - [anon_sym_constexpr] = ACTIONS(1524), - [anon_sym_volatile] = ACTIONS(1524), - [anon_sym_restrict] = ACTIONS(1524), - [anon_sym___restrict__] = ACTIONS(1524), - [anon_sym__Atomic] = ACTIONS(1524), - [anon_sym__Noreturn] = ACTIONS(1524), - [anon_sym_noreturn] = ACTIONS(1524), - [sym_primitive_type] = ACTIONS(1524), - [anon_sym_enum] = ACTIONS(1524), - [anon_sym_struct] = ACTIONS(1524), - [anon_sym_union] = ACTIONS(1524), + [sym_identifier] = ACTIONS(1470), + [aux_sym_preproc_def_token1] = ACTIONS(1470), + [aux_sym_preproc_if_token1] = ACTIONS(1470), + [aux_sym_preproc_if_token2] = ACTIONS(1470), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1470), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1470), + [aux_sym_preproc_else_token1] = ACTIONS(1470), + [aux_sym_preproc_elif_token1] = ACTIONS(1470), + [sym_preproc_directive] = ACTIONS(1470), + [anon_sym_subroutine] = ACTIONS(1470), + [anon_sym_invariant] = ACTIONS(1470), + [anon_sym_precise] = ACTIONS(1470), + [anon_sym_in] = ACTIONS(1470), + [anon_sym_out] = ACTIONS(1470), + [anon_sym_inout] = ACTIONS(1470), + [anon_sym_uniform] = ACTIONS(1470), + [anon_sym_shared] = ACTIONS(1470), + [anon_sym_attribute] = ACTIONS(1470), + [anon_sym_varying] = ACTIONS(1470), + [anon_sym_buffer] = ACTIONS(1470), + [anon_sym_coherent] = ACTIONS(1470), + [anon_sym_readonly] = ACTIONS(1470), + [anon_sym_writeonly] = ACTIONS(1470), + [anon_sym_precision] = ACTIONS(1470), + [anon_sym_highp] = ACTIONS(1470), + [anon_sym_mediump] = ACTIONS(1470), + [anon_sym_lowp] = ACTIONS(1470), + [anon_sym_centroid] = ACTIONS(1470), + [anon_sym_sample] = ACTIONS(1470), + [anon_sym_patch] = ACTIONS(1470), + [anon_sym_smooth] = ACTIONS(1470), + [anon_sym_flat] = ACTIONS(1470), + [anon_sym_noperspective] = ACTIONS(1470), + [anon_sym___extension__] = ACTIONS(1470), + [anon_sym_extern] = ACTIONS(1470), + [anon_sym___attribute__] = ACTIONS(1470), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1472), + [anon_sym___declspec] = ACTIONS(1470), + [anon_sym_signed] = ACTIONS(1470), + [anon_sym_unsigned] = ACTIONS(1470), + [anon_sym_long] = ACTIONS(1470), + [anon_sym_short] = ACTIONS(1470), + [anon_sym_static] = ACTIONS(1470), + [anon_sym_auto] = ACTIONS(1470), + [anon_sym_register] = ACTIONS(1470), + [anon_sym_inline] = ACTIONS(1470), + [anon_sym___inline] = ACTIONS(1470), + [anon_sym___inline__] = ACTIONS(1470), + [anon_sym___forceinline] = ACTIONS(1470), + [anon_sym_thread_local] = ACTIONS(1470), + [anon_sym___thread] = ACTIONS(1470), + [anon_sym_const] = ACTIONS(1470), + [anon_sym_constexpr] = ACTIONS(1470), + [anon_sym_volatile] = ACTIONS(1470), + [anon_sym_restrict] = ACTIONS(1470), + [anon_sym___restrict__] = ACTIONS(1470), + [anon_sym__Atomic] = ACTIONS(1470), + [anon_sym__Noreturn] = ACTIONS(1470), + [anon_sym_noreturn] = ACTIONS(1470), + [sym_primitive_type] = ACTIONS(1470), + [anon_sym_enum] = ACTIONS(1470), + [anon_sym_struct] = ACTIONS(1470), + [anon_sym_union] = ACTIONS(1470), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1524), - [anon_sym_rayPayloadInEXT] = ACTIONS(1524), - [anon_sym_hitAttributeEXT] = ACTIONS(1524), - [anon_sym_callableDataEXT] = ACTIONS(1524), - [anon_sym_callableDataInEXT] = ACTIONS(1524), - [anon_sym_shaderRecordEXT] = ACTIONS(1524), - [anon_sym_rayPayloadNV] = ACTIONS(1524), - [anon_sym_rayPayloadInNV] = ACTIONS(1524), - [anon_sym_hitAttributeNV] = ACTIONS(1524), - [anon_sym_callableDataNV] = ACTIONS(1524), - [anon_sym_callableDataInNV] = ACTIONS(1524), - [anon_sym_shaderRecordNV] = ACTIONS(1524), - [anon_sym_layout] = ACTIONS(1524), + [anon_sym_rayPayloadEXT] = ACTIONS(1470), + [anon_sym_rayPayloadInEXT] = ACTIONS(1470), + [anon_sym_hitAttributeEXT] = ACTIONS(1470), + [anon_sym_callableDataEXT] = ACTIONS(1470), + [anon_sym_callableDataInEXT] = ACTIONS(1470), + [anon_sym_shaderRecordEXT] = ACTIONS(1470), + [anon_sym_rayPayloadNV] = ACTIONS(1470), + [anon_sym_rayPayloadInNV] = ACTIONS(1470), + [anon_sym_hitAttributeNV] = ACTIONS(1470), + [anon_sym_callableDataNV] = ACTIONS(1470), + [anon_sym_callableDataInNV] = ACTIONS(1470), + [anon_sym_shaderRecordNV] = ACTIONS(1470), + [anon_sym_layout] = ACTIONS(1470), }, [581] = { - [sym_identifier] = ACTIONS(2290), - [aux_sym_preproc_def_token1] = ACTIONS(2290), - [aux_sym_preproc_if_token1] = ACTIONS(2290), - [aux_sym_preproc_if_token2] = ACTIONS(2290), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2290), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2290), - [aux_sym_preproc_else_token1] = ACTIONS(2290), - [aux_sym_preproc_elif_token1] = ACTIONS(2290), - [sym_preproc_directive] = ACTIONS(2290), - [anon_sym_subroutine] = ACTIONS(2290), - [anon_sym_invariant] = ACTIONS(2290), - [anon_sym_precise] = ACTIONS(2290), - [anon_sym_in] = ACTIONS(2290), - [anon_sym_out] = ACTIONS(2290), - [anon_sym_inout] = ACTIONS(2290), - [anon_sym_uniform] = ACTIONS(2290), - [anon_sym_shared] = ACTIONS(2290), - [anon_sym_attribute] = ACTIONS(2290), - [anon_sym_varying] = ACTIONS(2290), - [anon_sym_buffer] = ACTIONS(2290), - [anon_sym_coherent] = ACTIONS(2290), - [anon_sym_readonly] = ACTIONS(2290), - [anon_sym_writeonly] = ACTIONS(2290), - [anon_sym_precision] = ACTIONS(2290), - [anon_sym_highp] = ACTIONS(2290), - [anon_sym_mediump] = ACTIONS(2290), - [anon_sym_lowp] = ACTIONS(2290), - [anon_sym_centroid] = ACTIONS(2290), - [anon_sym_sample] = ACTIONS(2290), - [anon_sym_patch] = ACTIONS(2290), - [anon_sym_smooth] = ACTIONS(2290), - [anon_sym_flat] = ACTIONS(2290), - [anon_sym_noperspective] = ACTIONS(2290), - [anon_sym___extension__] = ACTIONS(2290), - [anon_sym_extern] = ACTIONS(2290), - [anon_sym___attribute__] = ACTIONS(2290), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2292), - [anon_sym___declspec] = ACTIONS(2290), - [anon_sym_signed] = ACTIONS(2290), - [anon_sym_unsigned] = ACTIONS(2290), - [anon_sym_long] = ACTIONS(2290), - [anon_sym_short] = ACTIONS(2290), - [anon_sym_static] = ACTIONS(2290), - [anon_sym_auto] = ACTIONS(2290), - [anon_sym_register] = ACTIONS(2290), - [anon_sym_inline] = ACTIONS(2290), - [anon_sym___inline] = ACTIONS(2290), - [anon_sym___inline__] = ACTIONS(2290), - [anon_sym___forceinline] = ACTIONS(2290), - [anon_sym_thread_local] = ACTIONS(2290), - [anon_sym___thread] = ACTIONS(2290), - [anon_sym_const] = ACTIONS(2290), - [anon_sym_constexpr] = ACTIONS(2290), - [anon_sym_volatile] = ACTIONS(2290), - [anon_sym_restrict] = ACTIONS(2290), - [anon_sym___restrict__] = ACTIONS(2290), - [anon_sym__Atomic] = ACTIONS(2290), - [anon_sym__Noreturn] = ACTIONS(2290), - [anon_sym_noreturn] = ACTIONS(2290), - [sym_primitive_type] = ACTIONS(2290), - [anon_sym_enum] = ACTIONS(2290), - [anon_sym_struct] = ACTIONS(2290), - [anon_sym_union] = ACTIONS(2290), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2290), - [anon_sym_rayPayloadInEXT] = ACTIONS(2290), - [anon_sym_hitAttributeEXT] = ACTIONS(2290), - [anon_sym_callableDataEXT] = ACTIONS(2290), - [anon_sym_callableDataInEXT] = ACTIONS(2290), - [anon_sym_shaderRecordEXT] = ACTIONS(2290), - [anon_sym_rayPayloadNV] = ACTIONS(2290), - [anon_sym_rayPayloadInNV] = ACTIONS(2290), - [anon_sym_hitAttributeNV] = ACTIONS(2290), - [anon_sym_callableDataNV] = ACTIONS(2290), - [anon_sym_callableDataInNV] = ACTIONS(2290), - [anon_sym_shaderRecordNV] = ACTIONS(2290), - [anon_sym_layout] = ACTIONS(2290), + [sym_identifier] = ACTIONS(2268), + [aux_sym_preproc_def_token1] = ACTIONS(2268), + [aux_sym_preproc_if_token1] = ACTIONS(2268), + [aux_sym_preproc_if_token2] = ACTIONS(2268), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2268), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2268), + [aux_sym_preproc_else_token1] = ACTIONS(2268), + [aux_sym_preproc_elif_token1] = ACTIONS(2268), + [sym_preproc_directive] = ACTIONS(2268), + [anon_sym_subroutine] = ACTIONS(2268), + [anon_sym_invariant] = ACTIONS(2268), + [anon_sym_precise] = ACTIONS(2268), + [anon_sym_in] = ACTIONS(2268), + [anon_sym_out] = ACTIONS(2268), + [anon_sym_inout] = ACTIONS(2268), + [anon_sym_uniform] = ACTIONS(2268), + [anon_sym_shared] = ACTIONS(2268), + [anon_sym_attribute] = ACTIONS(2268), + [anon_sym_varying] = ACTIONS(2268), + [anon_sym_buffer] = ACTIONS(2268), + [anon_sym_coherent] = ACTIONS(2268), + [anon_sym_readonly] = ACTIONS(2268), + [anon_sym_writeonly] = ACTIONS(2268), + [anon_sym_precision] = ACTIONS(2268), + [anon_sym_highp] = ACTIONS(2268), + [anon_sym_mediump] = ACTIONS(2268), + [anon_sym_lowp] = ACTIONS(2268), + [anon_sym_centroid] = ACTIONS(2268), + [anon_sym_sample] = ACTIONS(2268), + [anon_sym_patch] = ACTIONS(2268), + [anon_sym_smooth] = ACTIONS(2268), + [anon_sym_flat] = ACTIONS(2268), + [anon_sym_noperspective] = ACTIONS(2268), + [anon_sym___extension__] = ACTIONS(2268), + [anon_sym_extern] = ACTIONS(2268), + [anon_sym___attribute__] = ACTIONS(2268), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2270), + [anon_sym___declspec] = ACTIONS(2268), + [anon_sym_signed] = ACTIONS(2268), + [anon_sym_unsigned] = ACTIONS(2268), + [anon_sym_long] = ACTIONS(2268), + [anon_sym_short] = ACTIONS(2268), + [anon_sym_static] = ACTIONS(2268), + [anon_sym_auto] = ACTIONS(2268), + [anon_sym_register] = ACTIONS(2268), + [anon_sym_inline] = ACTIONS(2268), + [anon_sym___inline] = ACTIONS(2268), + [anon_sym___inline__] = ACTIONS(2268), + [anon_sym___forceinline] = ACTIONS(2268), + [anon_sym_thread_local] = ACTIONS(2268), + [anon_sym___thread] = ACTIONS(2268), + [anon_sym_const] = ACTIONS(2268), + [anon_sym_constexpr] = ACTIONS(2268), + [anon_sym_volatile] = ACTIONS(2268), + [anon_sym_restrict] = ACTIONS(2268), + [anon_sym___restrict__] = ACTIONS(2268), + [anon_sym__Atomic] = ACTIONS(2268), + [anon_sym__Noreturn] = ACTIONS(2268), + [anon_sym_noreturn] = ACTIONS(2268), + [sym_primitive_type] = ACTIONS(2268), + [anon_sym_enum] = ACTIONS(2268), + [anon_sym_struct] = ACTIONS(2268), + [anon_sym_union] = ACTIONS(2268), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2268), + [anon_sym_rayPayloadInEXT] = ACTIONS(2268), + [anon_sym_hitAttributeEXT] = ACTIONS(2268), + [anon_sym_callableDataEXT] = ACTIONS(2268), + [anon_sym_callableDataInEXT] = ACTIONS(2268), + [anon_sym_shaderRecordEXT] = ACTIONS(2268), + [anon_sym_rayPayloadNV] = ACTIONS(2268), + [anon_sym_rayPayloadInNV] = ACTIONS(2268), + [anon_sym_hitAttributeNV] = ACTIONS(2268), + [anon_sym_callableDataNV] = ACTIONS(2268), + [anon_sym_callableDataInNV] = ACTIONS(2268), + [anon_sym_shaderRecordNV] = ACTIONS(2268), + [anon_sym_layout] = ACTIONS(2268), }, [582] = { - [sym_identifier] = ACTIONS(2238), - [aux_sym_preproc_def_token1] = ACTIONS(2238), - [aux_sym_preproc_if_token1] = ACTIONS(2238), - [aux_sym_preproc_if_token2] = ACTIONS(2238), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2238), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2238), - [aux_sym_preproc_else_token1] = ACTIONS(2238), - [aux_sym_preproc_elif_token1] = ACTIONS(2238), - [sym_preproc_directive] = ACTIONS(2238), - [anon_sym_subroutine] = ACTIONS(2238), - [anon_sym_invariant] = ACTIONS(2238), - [anon_sym_precise] = ACTIONS(2238), - [anon_sym_in] = ACTIONS(2238), - [anon_sym_out] = ACTIONS(2238), - [anon_sym_inout] = ACTIONS(2238), - [anon_sym_uniform] = ACTIONS(2238), - [anon_sym_shared] = ACTIONS(2238), - [anon_sym_attribute] = ACTIONS(2238), - [anon_sym_varying] = ACTIONS(2238), - [anon_sym_buffer] = ACTIONS(2238), - [anon_sym_coherent] = ACTIONS(2238), - [anon_sym_readonly] = ACTIONS(2238), - [anon_sym_writeonly] = ACTIONS(2238), - [anon_sym_precision] = ACTIONS(2238), - [anon_sym_highp] = ACTIONS(2238), - [anon_sym_mediump] = ACTIONS(2238), - [anon_sym_lowp] = ACTIONS(2238), - [anon_sym_centroid] = ACTIONS(2238), - [anon_sym_sample] = ACTIONS(2238), - [anon_sym_patch] = ACTIONS(2238), - [anon_sym_smooth] = ACTIONS(2238), - [anon_sym_flat] = ACTIONS(2238), - [anon_sym_noperspective] = ACTIONS(2238), - [anon_sym___extension__] = ACTIONS(2238), - [anon_sym_extern] = ACTIONS(2238), - [anon_sym___attribute__] = ACTIONS(2238), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2240), - [anon_sym___declspec] = ACTIONS(2238), - [anon_sym_signed] = ACTIONS(2238), - [anon_sym_unsigned] = ACTIONS(2238), - [anon_sym_long] = ACTIONS(2238), - [anon_sym_short] = ACTIONS(2238), - [anon_sym_static] = ACTIONS(2238), - [anon_sym_auto] = ACTIONS(2238), - [anon_sym_register] = ACTIONS(2238), - [anon_sym_inline] = ACTIONS(2238), - [anon_sym___inline] = ACTIONS(2238), - [anon_sym___inline__] = ACTIONS(2238), - [anon_sym___forceinline] = ACTIONS(2238), - [anon_sym_thread_local] = ACTIONS(2238), - [anon_sym___thread] = ACTIONS(2238), - [anon_sym_const] = ACTIONS(2238), - [anon_sym_constexpr] = ACTIONS(2238), - [anon_sym_volatile] = ACTIONS(2238), - [anon_sym_restrict] = ACTIONS(2238), - [anon_sym___restrict__] = ACTIONS(2238), - [anon_sym__Atomic] = ACTIONS(2238), - [anon_sym__Noreturn] = ACTIONS(2238), - [anon_sym_noreturn] = ACTIONS(2238), - [sym_primitive_type] = ACTIONS(2238), - [anon_sym_enum] = ACTIONS(2238), - [anon_sym_struct] = ACTIONS(2238), - [anon_sym_union] = ACTIONS(2238), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2238), - [anon_sym_rayPayloadInEXT] = ACTIONS(2238), - [anon_sym_hitAttributeEXT] = ACTIONS(2238), - [anon_sym_callableDataEXT] = ACTIONS(2238), - [anon_sym_callableDataInEXT] = ACTIONS(2238), - [anon_sym_shaderRecordEXT] = ACTIONS(2238), - [anon_sym_rayPayloadNV] = ACTIONS(2238), - [anon_sym_rayPayloadInNV] = ACTIONS(2238), - [anon_sym_hitAttributeNV] = ACTIONS(2238), - [anon_sym_callableDataNV] = ACTIONS(2238), - [anon_sym_callableDataInNV] = ACTIONS(2238), - [anon_sym_shaderRecordNV] = ACTIONS(2238), - [anon_sym_layout] = ACTIONS(2238), + [sym_identifier] = ACTIONS(2208), + [aux_sym_preproc_def_token1] = ACTIONS(2208), + [aux_sym_preproc_if_token1] = ACTIONS(2208), + [aux_sym_preproc_if_token2] = ACTIONS(2208), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2208), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2208), + [aux_sym_preproc_else_token1] = ACTIONS(2208), + [aux_sym_preproc_elif_token1] = ACTIONS(2208), + [sym_preproc_directive] = ACTIONS(2208), + [anon_sym_subroutine] = ACTIONS(2208), + [anon_sym_invariant] = ACTIONS(2208), + [anon_sym_precise] = ACTIONS(2208), + [anon_sym_in] = ACTIONS(2208), + [anon_sym_out] = ACTIONS(2208), + [anon_sym_inout] = ACTIONS(2208), + [anon_sym_uniform] = ACTIONS(2208), + [anon_sym_shared] = ACTIONS(2208), + [anon_sym_attribute] = ACTIONS(2208), + [anon_sym_varying] = ACTIONS(2208), + [anon_sym_buffer] = ACTIONS(2208), + [anon_sym_coherent] = ACTIONS(2208), + [anon_sym_readonly] = ACTIONS(2208), + [anon_sym_writeonly] = ACTIONS(2208), + [anon_sym_precision] = ACTIONS(2208), + [anon_sym_highp] = ACTIONS(2208), + [anon_sym_mediump] = ACTIONS(2208), + [anon_sym_lowp] = ACTIONS(2208), + [anon_sym_centroid] = ACTIONS(2208), + [anon_sym_sample] = ACTIONS(2208), + [anon_sym_patch] = ACTIONS(2208), + [anon_sym_smooth] = ACTIONS(2208), + [anon_sym_flat] = ACTIONS(2208), + [anon_sym_noperspective] = ACTIONS(2208), + [anon_sym___extension__] = ACTIONS(2208), + [anon_sym_extern] = ACTIONS(2208), + [anon_sym___attribute__] = ACTIONS(2208), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2210), + [anon_sym___declspec] = ACTIONS(2208), + [anon_sym_signed] = ACTIONS(2208), + [anon_sym_unsigned] = ACTIONS(2208), + [anon_sym_long] = ACTIONS(2208), + [anon_sym_short] = ACTIONS(2208), + [anon_sym_static] = ACTIONS(2208), + [anon_sym_auto] = ACTIONS(2208), + [anon_sym_register] = ACTIONS(2208), + [anon_sym_inline] = ACTIONS(2208), + [anon_sym___inline] = ACTIONS(2208), + [anon_sym___inline__] = ACTIONS(2208), + [anon_sym___forceinline] = ACTIONS(2208), + [anon_sym_thread_local] = ACTIONS(2208), + [anon_sym___thread] = ACTIONS(2208), + [anon_sym_const] = ACTIONS(2208), + [anon_sym_constexpr] = ACTIONS(2208), + [anon_sym_volatile] = ACTIONS(2208), + [anon_sym_restrict] = ACTIONS(2208), + [anon_sym___restrict__] = ACTIONS(2208), + [anon_sym__Atomic] = ACTIONS(2208), + [anon_sym__Noreturn] = ACTIONS(2208), + [anon_sym_noreturn] = ACTIONS(2208), + [sym_primitive_type] = ACTIONS(2208), + [anon_sym_enum] = ACTIONS(2208), + [anon_sym_struct] = ACTIONS(2208), + [anon_sym_union] = ACTIONS(2208), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2208), + [anon_sym_rayPayloadInEXT] = ACTIONS(2208), + [anon_sym_hitAttributeEXT] = ACTIONS(2208), + [anon_sym_callableDataEXT] = ACTIONS(2208), + [anon_sym_callableDataInEXT] = ACTIONS(2208), + [anon_sym_shaderRecordEXT] = ACTIONS(2208), + [anon_sym_rayPayloadNV] = ACTIONS(2208), + [anon_sym_rayPayloadInNV] = ACTIONS(2208), + [anon_sym_hitAttributeNV] = ACTIONS(2208), + [anon_sym_callableDataNV] = ACTIONS(2208), + [anon_sym_callableDataInNV] = ACTIONS(2208), + [anon_sym_shaderRecordNV] = ACTIONS(2208), + [anon_sym_layout] = ACTIONS(2208), }, [583] = { - [sym_identifier] = ACTIONS(2278), - [aux_sym_preproc_def_token1] = ACTIONS(2278), - [aux_sym_preproc_if_token1] = ACTIONS(2278), - [aux_sym_preproc_if_token2] = ACTIONS(2278), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2278), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2278), - [aux_sym_preproc_else_token1] = ACTIONS(2278), - [aux_sym_preproc_elif_token1] = ACTIONS(2278), - [sym_preproc_directive] = ACTIONS(2278), - [anon_sym_subroutine] = ACTIONS(2278), - [anon_sym_invariant] = ACTIONS(2278), - [anon_sym_precise] = ACTIONS(2278), - [anon_sym_in] = ACTIONS(2278), - [anon_sym_out] = ACTIONS(2278), - [anon_sym_inout] = ACTIONS(2278), - [anon_sym_uniform] = ACTIONS(2278), - [anon_sym_shared] = ACTIONS(2278), - [anon_sym_attribute] = ACTIONS(2278), - [anon_sym_varying] = ACTIONS(2278), - [anon_sym_buffer] = ACTIONS(2278), - [anon_sym_coherent] = ACTIONS(2278), - [anon_sym_readonly] = ACTIONS(2278), - [anon_sym_writeonly] = ACTIONS(2278), - [anon_sym_precision] = ACTIONS(2278), - [anon_sym_highp] = ACTIONS(2278), - [anon_sym_mediump] = ACTIONS(2278), - [anon_sym_lowp] = ACTIONS(2278), - [anon_sym_centroid] = ACTIONS(2278), - [anon_sym_sample] = ACTIONS(2278), - [anon_sym_patch] = ACTIONS(2278), - [anon_sym_smooth] = ACTIONS(2278), - [anon_sym_flat] = ACTIONS(2278), - [anon_sym_noperspective] = ACTIONS(2278), - [anon_sym___extension__] = ACTIONS(2278), - [anon_sym_extern] = ACTIONS(2278), - [anon_sym___attribute__] = ACTIONS(2278), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2280), - [anon_sym___declspec] = ACTIONS(2278), - [anon_sym_signed] = ACTIONS(2278), - [anon_sym_unsigned] = ACTIONS(2278), - [anon_sym_long] = ACTIONS(2278), - [anon_sym_short] = ACTIONS(2278), - [anon_sym_static] = ACTIONS(2278), - [anon_sym_auto] = ACTIONS(2278), - [anon_sym_register] = ACTIONS(2278), - [anon_sym_inline] = ACTIONS(2278), - [anon_sym___inline] = ACTIONS(2278), - [anon_sym___inline__] = ACTIONS(2278), - [anon_sym___forceinline] = ACTIONS(2278), - [anon_sym_thread_local] = ACTIONS(2278), - [anon_sym___thread] = ACTIONS(2278), - [anon_sym_const] = ACTIONS(2278), - [anon_sym_constexpr] = ACTIONS(2278), - [anon_sym_volatile] = ACTIONS(2278), - [anon_sym_restrict] = ACTIONS(2278), - [anon_sym___restrict__] = ACTIONS(2278), - [anon_sym__Atomic] = ACTIONS(2278), - [anon_sym__Noreturn] = ACTIONS(2278), - [anon_sym_noreturn] = ACTIONS(2278), - [sym_primitive_type] = ACTIONS(2278), - [anon_sym_enum] = ACTIONS(2278), - [anon_sym_struct] = ACTIONS(2278), - [anon_sym_union] = ACTIONS(2278), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2278), - [anon_sym_rayPayloadInEXT] = ACTIONS(2278), - [anon_sym_hitAttributeEXT] = ACTIONS(2278), - [anon_sym_callableDataEXT] = ACTIONS(2278), - [anon_sym_callableDataInEXT] = ACTIONS(2278), - [anon_sym_shaderRecordEXT] = ACTIONS(2278), - [anon_sym_rayPayloadNV] = ACTIONS(2278), - [anon_sym_rayPayloadInNV] = ACTIONS(2278), - [anon_sym_hitAttributeNV] = ACTIONS(2278), - [anon_sym_callableDataNV] = ACTIONS(2278), - [anon_sym_callableDataInNV] = ACTIONS(2278), - [anon_sym_shaderRecordNV] = ACTIONS(2278), - [anon_sym_layout] = ACTIONS(2278), + [sym_identifier] = ACTIONS(2212), + [aux_sym_preproc_def_token1] = ACTIONS(2212), + [aux_sym_preproc_if_token1] = ACTIONS(2212), + [aux_sym_preproc_if_token2] = ACTIONS(2212), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2212), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2212), + [aux_sym_preproc_else_token1] = ACTIONS(2212), + [aux_sym_preproc_elif_token1] = ACTIONS(2212), + [sym_preproc_directive] = ACTIONS(2212), + [anon_sym_subroutine] = ACTIONS(2212), + [anon_sym_invariant] = ACTIONS(2212), + [anon_sym_precise] = ACTIONS(2212), + [anon_sym_in] = ACTIONS(2212), + [anon_sym_out] = ACTIONS(2212), + [anon_sym_inout] = ACTIONS(2212), + [anon_sym_uniform] = ACTIONS(2212), + [anon_sym_shared] = ACTIONS(2212), + [anon_sym_attribute] = ACTIONS(2212), + [anon_sym_varying] = ACTIONS(2212), + [anon_sym_buffer] = ACTIONS(2212), + [anon_sym_coherent] = ACTIONS(2212), + [anon_sym_readonly] = ACTIONS(2212), + [anon_sym_writeonly] = ACTIONS(2212), + [anon_sym_precision] = ACTIONS(2212), + [anon_sym_highp] = ACTIONS(2212), + [anon_sym_mediump] = ACTIONS(2212), + [anon_sym_lowp] = ACTIONS(2212), + [anon_sym_centroid] = ACTIONS(2212), + [anon_sym_sample] = ACTIONS(2212), + [anon_sym_patch] = ACTIONS(2212), + [anon_sym_smooth] = ACTIONS(2212), + [anon_sym_flat] = ACTIONS(2212), + [anon_sym_noperspective] = ACTIONS(2212), + [anon_sym___extension__] = ACTIONS(2212), + [anon_sym_extern] = ACTIONS(2212), + [anon_sym___attribute__] = ACTIONS(2212), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2214), + [anon_sym___declspec] = ACTIONS(2212), + [anon_sym_signed] = ACTIONS(2212), + [anon_sym_unsigned] = ACTIONS(2212), + [anon_sym_long] = ACTIONS(2212), + [anon_sym_short] = ACTIONS(2212), + [anon_sym_static] = ACTIONS(2212), + [anon_sym_auto] = ACTIONS(2212), + [anon_sym_register] = ACTIONS(2212), + [anon_sym_inline] = ACTIONS(2212), + [anon_sym___inline] = ACTIONS(2212), + [anon_sym___inline__] = ACTIONS(2212), + [anon_sym___forceinline] = ACTIONS(2212), + [anon_sym_thread_local] = ACTIONS(2212), + [anon_sym___thread] = ACTIONS(2212), + [anon_sym_const] = ACTIONS(2212), + [anon_sym_constexpr] = ACTIONS(2212), + [anon_sym_volatile] = ACTIONS(2212), + [anon_sym_restrict] = ACTIONS(2212), + [anon_sym___restrict__] = ACTIONS(2212), + [anon_sym__Atomic] = ACTIONS(2212), + [anon_sym__Noreturn] = ACTIONS(2212), + [anon_sym_noreturn] = ACTIONS(2212), + [sym_primitive_type] = ACTIONS(2212), + [anon_sym_enum] = ACTIONS(2212), + [anon_sym_struct] = ACTIONS(2212), + [anon_sym_union] = ACTIONS(2212), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2212), + [anon_sym_rayPayloadInEXT] = ACTIONS(2212), + [anon_sym_hitAttributeEXT] = ACTIONS(2212), + [anon_sym_callableDataEXT] = ACTIONS(2212), + [anon_sym_callableDataInEXT] = ACTIONS(2212), + [anon_sym_shaderRecordEXT] = ACTIONS(2212), + [anon_sym_rayPayloadNV] = ACTIONS(2212), + [anon_sym_rayPayloadInNV] = ACTIONS(2212), + [anon_sym_hitAttributeNV] = ACTIONS(2212), + [anon_sym_callableDataNV] = ACTIONS(2212), + [anon_sym_callableDataInNV] = ACTIONS(2212), + [anon_sym_shaderRecordNV] = ACTIONS(2212), + [anon_sym_layout] = ACTIONS(2212), }, [584] = { - [sym_identifier] = ACTIONS(2270), - [aux_sym_preproc_def_token1] = ACTIONS(2270), - [aux_sym_preproc_if_token1] = ACTIONS(2270), - [aux_sym_preproc_if_token2] = ACTIONS(2270), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2270), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2270), - [aux_sym_preproc_else_token1] = ACTIONS(2270), - [aux_sym_preproc_elif_token1] = ACTIONS(2270), - [sym_preproc_directive] = ACTIONS(2270), - [anon_sym_subroutine] = ACTIONS(2270), - [anon_sym_invariant] = ACTIONS(2270), - [anon_sym_precise] = ACTIONS(2270), - [anon_sym_in] = ACTIONS(2270), - [anon_sym_out] = ACTIONS(2270), - [anon_sym_inout] = ACTIONS(2270), - [anon_sym_uniform] = ACTIONS(2270), - [anon_sym_shared] = ACTIONS(2270), - [anon_sym_attribute] = ACTIONS(2270), - [anon_sym_varying] = ACTIONS(2270), - [anon_sym_buffer] = ACTIONS(2270), - [anon_sym_coherent] = ACTIONS(2270), - [anon_sym_readonly] = ACTIONS(2270), - [anon_sym_writeonly] = ACTIONS(2270), - [anon_sym_precision] = ACTIONS(2270), - [anon_sym_highp] = ACTIONS(2270), - [anon_sym_mediump] = ACTIONS(2270), - [anon_sym_lowp] = ACTIONS(2270), - [anon_sym_centroid] = ACTIONS(2270), - [anon_sym_sample] = ACTIONS(2270), - [anon_sym_patch] = ACTIONS(2270), - [anon_sym_smooth] = ACTIONS(2270), - [anon_sym_flat] = ACTIONS(2270), - [anon_sym_noperspective] = ACTIONS(2270), - [anon_sym___extension__] = ACTIONS(2270), - [anon_sym_extern] = ACTIONS(2270), - [anon_sym___attribute__] = ACTIONS(2270), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2272), - [anon_sym___declspec] = ACTIONS(2270), - [anon_sym_signed] = ACTIONS(2270), - [anon_sym_unsigned] = ACTIONS(2270), - [anon_sym_long] = ACTIONS(2270), - [anon_sym_short] = ACTIONS(2270), - [anon_sym_static] = ACTIONS(2270), - [anon_sym_auto] = ACTIONS(2270), - [anon_sym_register] = ACTIONS(2270), - [anon_sym_inline] = ACTIONS(2270), - [anon_sym___inline] = ACTIONS(2270), - [anon_sym___inline__] = ACTIONS(2270), - [anon_sym___forceinline] = ACTIONS(2270), - [anon_sym_thread_local] = ACTIONS(2270), - [anon_sym___thread] = ACTIONS(2270), - [anon_sym_const] = ACTIONS(2270), - [anon_sym_constexpr] = ACTIONS(2270), - [anon_sym_volatile] = ACTIONS(2270), - [anon_sym_restrict] = ACTIONS(2270), - [anon_sym___restrict__] = ACTIONS(2270), - [anon_sym__Atomic] = ACTIONS(2270), - [anon_sym__Noreturn] = ACTIONS(2270), - [anon_sym_noreturn] = ACTIONS(2270), - [sym_primitive_type] = ACTIONS(2270), - [anon_sym_enum] = ACTIONS(2270), - [anon_sym_struct] = ACTIONS(2270), - [anon_sym_union] = ACTIONS(2270), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2270), - [anon_sym_rayPayloadInEXT] = ACTIONS(2270), - [anon_sym_hitAttributeEXT] = ACTIONS(2270), - [anon_sym_callableDataEXT] = ACTIONS(2270), - [anon_sym_callableDataInEXT] = ACTIONS(2270), - [anon_sym_shaderRecordEXT] = ACTIONS(2270), - [anon_sym_rayPayloadNV] = ACTIONS(2270), - [anon_sym_rayPayloadInNV] = ACTIONS(2270), - [anon_sym_hitAttributeNV] = ACTIONS(2270), - [anon_sym_callableDataNV] = ACTIONS(2270), - [anon_sym_callableDataInNV] = ACTIONS(2270), - [anon_sym_shaderRecordNV] = ACTIONS(2270), - [anon_sym_layout] = ACTIONS(2270), + [sym_identifier] = ACTIONS(2240), + [aux_sym_preproc_def_token1] = ACTIONS(2240), + [aux_sym_preproc_if_token1] = ACTIONS(2240), + [aux_sym_preproc_if_token2] = ACTIONS(2240), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2240), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2240), + [aux_sym_preproc_else_token1] = ACTIONS(2240), + [aux_sym_preproc_elif_token1] = ACTIONS(2240), + [sym_preproc_directive] = ACTIONS(2240), + [anon_sym_subroutine] = ACTIONS(2240), + [anon_sym_invariant] = ACTIONS(2240), + [anon_sym_precise] = ACTIONS(2240), + [anon_sym_in] = ACTIONS(2240), + [anon_sym_out] = ACTIONS(2240), + [anon_sym_inout] = ACTIONS(2240), + [anon_sym_uniform] = ACTIONS(2240), + [anon_sym_shared] = ACTIONS(2240), + [anon_sym_attribute] = ACTIONS(2240), + [anon_sym_varying] = ACTIONS(2240), + [anon_sym_buffer] = ACTIONS(2240), + [anon_sym_coherent] = ACTIONS(2240), + [anon_sym_readonly] = ACTIONS(2240), + [anon_sym_writeonly] = ACTIONS(2240), + [anon_sym_precision] = ACTIONS(2240), + [anon_sym_highp] = ACTIONS(2240), + [anon_sym_mediump] = ACTIONS(2240), + [anon_sym_lowp] = ACTIONS(2240), + [anon_sym_centroid] = ACTIONS(2240), + [anon_sym_sample] = ACTIONS(2240), + [anon_sym_patch] = ACTIONS(2240), + [anon_sym_smooth] = ACTIONS(2240), + [anon_sym_flat] = ACTIONS(2240), + [anon_sym_noperspective] = ACTIONS(2240), + [anon_sym___extension__] = ACTIONS(2240), + [anon_sym_extern] = ACTIONS(2240), + [anon_sym___attribute__] = ACTIONS(2240), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2242), + [anon_sym___declspec] = ACTIONS(2240), + [anon_sym_signed] = ACTIONS(2240), + [anon_sym_unsigned] = ACTIONS(2240), + [anon_sym_long] = ACTIONS(2240), + [anon_sym_short] = ACTIONS(2240), + [anon_sym_static] = ACTIONS(2240), + [anon_sym_auto] = ACTIONS(2240), + [anon_sym_register] = ACTIONS(2240), + [anon_sym_inline] = ACTIONS(2240), + [anon_sym___inline] = ACTIONS(2240), + [anon_sym___inline__] = ACTIONS(2240), + [anon_sym___forceinline] = ACTIONS(2240), + [anon_sym_thread_local] = ACTIONS(2240), + [anon_sym___thread] = ACTIONS(2240), + [anon_sym_const] = ACTIONS(2240), + [anon_sym_constexpr] = ACTIONS(2240), + [anon_sym_volatile] = ACTIONS(2240), + [anon_sym_restrict] = ACTIONS(2240), + [anon_sym___restrict__] = ACTIONS(2240), + [anon_sym__Atomic] = ACTIONS(2240), + [anon_sym__Noreturn] = ACTIONS(2240), + [anon_sym_noreturn] = ACTIONS(2240), + [sym_primitive_type] = ACTIONS(2240), + [anon_sym_enum] = ACTIONS(2240), + [anon_sym_struct] = ACTIONS(2240), + [anon_sym_union] = ACTIONS(2240), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2240), + [anon_sym_rayPayloadInEXT] = ACTIONS(2240), + [anon_sym_hitAttributeEXT] = ACTIONS(2240), + [anon_sym_callableDataEXT] = ACTIONS(2240), + [anon_sym_callableDataInEXT] = ACTIONS(2240), + [anon_sym_shaderRecordEXT] = ACTIONS(2240), + [anon_sym_rayPayloadNV] = ACTIONS(2240), + [anon_sym_rayPayloadInNV] = ACTIONS(2240), + [anon_sym_hitAttributeNV] = ACTIONS(2240), + [anon_sym_callableDataNV] = ACTIONS(2240), + [anon_sym_callableDataInNV] = ACTIONS(2240), + [anon_sym_shaderRecordNV] = ACTIONS(2240), + [anon_sym_layout] = ACTIONS(2240), }, [585] = { - [sym_identifier] = ACTIONS(2266), - [aux_sym_preproc_def_token1] = ACTIONS(2266), - [aux_sym_preproc_if_token1] = ACTIONS(2266), - [aux_sym_preproc_if_token2] = ACTIONS(2266), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2266), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2266), - [aux_sym_preproc_else_token1] = ACTIONS(2266), - [aux_sym_preproc_elif_token1] = ACTIONS(2266), - [sym_preproc_directive] = ACTIONS(2266), - [anon_sym_subroutine] = ACTIONS(2266), - [anon_sym_invariant] = ACTIONS(2266), - [anon_sym_precise] = ACTIONS(2266), - [anon_sym_in] = ACTIONS(2266), - [anon_sym_out] = ACTIONS(2266), - [anon_sym_inout] = ACTIONS(2266), - [anon_sym_uniform] = ACTIONS(2266), - [anon_sym_shared] = ACTIONS(2266), - [anon_sym_attribute] = ACTIONS(2266), - [anon_sym_varying] = ACTIONS(2266), - [anon_sym_buffer] = ACTIONS(2266), - [anon_sym_coherent] = ACTIONS(2266), - [anon_sym_readonly] = ACTIONS(2266), - [anon_sym_writeonly] = ACTIONS(2266), - [anon_sym_precision] = ACTIONS(2266), - [anon_sym_highp] = ACTIONS(2266), - [anon_sym_mediump] = ACTIONS(2266), - [anon_sym_lowp] = ACTIONS(2266), - [anon_sym_centroid] = ACTIONS(2266), - [anon_sym_sample] = ACTIONS(2266), - [anon_sym_patch] = ACTIONS(2266), - [anon_sym_smooth] = ACTIONS(2266), - [anon_sym_flat] = ACTIONS(2266), - [anon_sym_noperspective] = ACTIONS(2266), - [anon_sym___extension__] = ACTIONS(2266), - [anon_sym_extern] = ACTIONS(2266), - [anon_sym___attribute__] = ACTIONS(2266), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2268), - [anon_sym___declspec] = ACTIONS(2266), - [anon_sym_signed] = ACTIONS(2266), - [anon_sym_unsigned] = ACTIONS(2266), - [anon_sym_long] = ACTIONS(2266), - [anon_sym_short] = ACTIONS(2266), - [anon_sym_static] = ACTIONS(2266), - [anon_sym_auto] = ACTIONS(2266), - [anon_sym_register] = ACTIONS(2266), - [anon_sym_inline] = ACTIONS(2266), - [anon_sym___inline] = ACTIONS(2266), - [anon_sym___inline__] = ACTIONS(2266), - [anon_sym___forceinline] = ACTIONS(2266), - [anon_sym_thread_local] = ACTIONS(2266), - [anon_sym___thread] = ACTIONS(2266), - [anon_sym_const] = ACTIONS(2266), - [anon_sym_constexpr] = ACTIONS(2266), - [anon_sym_volatile] = ACTIONS(2266), - [anon_sym_restrict] = ACTIONS(2266), - [anon_sym___restrict__] = ACTIONS(2266), - [anon_sym__Atomic] = ACTIONS(2266), - [anon_sym__Noreturn] = ACTIONS(2266), - [anon_sym_noreturn] = ACTIONS(2266), - [sym_primitive_type] = ACTIONS(2266), - [anon_sym_enum] = ACTIONS(2266), - [anon_sym_struct] = ACTIONS(2266), - [anon_sym_union] = ACTIONS(2266), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2266), - [anon_sym_rayPayloadInEXT] = ACTIONS(2266), - [anon_sym_hitAttributeEXT] = ACTIONS(2266), - [anon_sym_callableDataEXT] = ACTIONS(2266), - [anon_sym_callableDataInEXT] = ACTIONS(2266), - [anon_sym_shaderRecordEXT] = ACTIONS(2266), - [anon_sym_rayPayloadNV] = ACTIONS(2266), - [anon_sym_rayPayloadInNV] = ACTIONS(2266), - [anon_sym_hitAttributeNV] = ACTIONS(2266), - [anon_sym_callableDataNV] = ACTIONS(2266), - [anon_sym_callableDataInNV] = ACTIONS(2266), - [anon_sym_shaderRecordNV] = ACTIONS(2266), - [anon_sym_layout] = ACTIONS(2266), + [sym_identifier] = ACTIONS(2276), + [aux_sym_preproc_def_token1] = ACTIONS(2276), + [aux_sym_preproc_if_token1] = ACTIONS(2276), + [aux_sym_preproc_if_token2] = ACTIONS(2276), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2276), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2276), + [aux_sym_preproc_else_token1] = ACTIONS(2276), + [aux_sym_preproc_elif_token1] = ACTIONS(2276), + [sym_preproc_directive] = ACTIONS(2276), + [anon_sym_subroutine] = ACTIONS(2276), + [anon_sym_invariant] = ACTIONS(2276), + [anon_sym_precise] = ACTIONS(2276), + [anon_sym_in] = ACTIONS(2276), + [anon_sym_out] = ACTIONS(2276), + [anon_sym_inout] = ACTIONS(2276), + [anon_sym_uniform] = ACTIONS(2276), + [anon_sym_shared] = ACTIONS(2276), + [anon_sym_attribute] = ACTIONS(2276), + [anon_sym_varying] = ACTIONS(2276), + [anon_sym_buffer] = ACTIONS(2276), + [anon_sym_coherent] = ACTIONS(2276), + [anon_sym_readonly] = ACTIONS(2276), + [anon_sym_writeonly] = ACTIONS(2276), + [anon_sym_precision] = ACTIONS(2276), + [anon_sym_highp] = ACTIONS(2276), + [anon_sym_mediump] = ACTIONS(2276), + [anon_sym_lowp] = ACTIONS(2276), + [anon_sym_centroid] = ACTIONS(2276), + [anon_sym_sample] = ACTIONS(2276), + [anon_sym_patch] = ACTIONS(2276), + [anon_sym_smooth] = ACTIONS(2276), + [anon_sym_flat] = ACTIONS(2276), + [anon_sym_noperspective] = ACTIONS(2276), + [anon_sym___extension__] = ACTIONS(2276), + [anon_sym_extern] = ACTIONS(2276), + [anon_sym___attribute__] = ACTIONS(2276), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2278), + [anon_sym___declspec] = ACTIONS(2276), + [anon_sym_signed] = ACTIONS(2276), + [anon_sym_unsigned] = ACTIONS(2276), + [anon_sym_long] = ACTIONS(2276), + [anon_sym_short] = ACTIONS(2276), + [anon_sym_static] = ACTIONS(2276), + [anon_sym_auto] = ACTIONS(2276), + [anon_sym_register] = ACTIONS(2276), + [anon_sym_inline] = ACTIONS(2276), + [anon_sym___inline] = ACTIONS(2276), + [anon_sym___inline__] = ACTIONS(2276), + [anon_sym___forceinline] = ACTIONS(2276), + [anon_sym_thread_local] = ACTIONS(2276), + [anon_sym___thread] = ACTIONS(2276), + [anon_sym_const] = ACTIONS(2276), + [anon_sym_constexpr] = ACTIONS(2276), + [anon_sym_volatile] = ACTIONS(2276), + [anon_sym_restrict] = ACTIONS(2276), + [anon_sym___restrict__] = ACTIONS(2276), + [anon_sym__Atomic] = ACTIONS(2276), + [anon_sym__Noreturn] = ACTIONS(2276), + [anon_sym_noreturn] = ACTIONS(2276), + [sym_primitive_type] = ACTIONS(2276), + [anon_sym_enum] = ACTIONS(2276), + [anon_sym_struct] = ACTIONS(2276), + [anon_sym_union] = ACTIONS(2276), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2276), + [anon_sym_rayPayloadInEXT] = ACTIONS(2276), + [anon_sym_hitAttributeEXT] = ACTIONS(2276), + [anon_sym_callableDataEXT] = ACTIONS(2276), + [anon_sym_callableDataInEXT] = ACTIONS(2276), + [anon_sym_shaderRecordEXT] = ACTIONS(2276), + [anon_sym_rayPayloadNV] = ACTIONS(2276), + [anon_sym_rayPayloadInNV] = ACTIONS(2276), + [anon_sym_hitAttributeNV] = ACTIONS(2276), + [anon_sym_callableDataNV] = ACTIONS(2276), + [anon_sym_callableDataInNV] = ACTIONS(2276), + [anon_sym_shaderRecordNV] = ACTIONS(2276), + [anon_sym_layout] = ACTIONS(2276), + }, + [586] = { + [sym_identifier] = ACTIONS(2236), + [aux_sym_preproc_def_token1] = ACTIONS(2236), + [aux_sym_preproc_if_token1] = ACTIONS(2236), + [aux_sym_preproc_if_token2] = ACTIONS(2236), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2236), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2236), + [aux_sym_preproc_else_token1] = ACTIONS(2236), + [aux_sym_preproc_elif_token1] = ACTIONS(2236), + [sym_preproc_directive] = ACTIONS(2236), + [anon_sym_subroutine] = ACTIONS(2236), + [anon_sym_invariant] = ACTIONS(2236), + [anon_sym_precise] = ACTIONS(2236), + [anon_sym_in] = ACTIONS(2236), + [anon_sym_out] = ACTIONS(2236), + [anon_sym_inout] = ACTIONS(2236), + [anon_sym_uniform] = ACTIONS(2236), + [anon_sym_shared] = ACTIONS(2236), + [anon_sym_attribute] = ACTIONS(2236), + [anon_sym_varying] = ACTIONS(2236), + [anon_sym_buffer] = ACTIONS(2236), + [anon_sym_coherent] = ACTIONS(2236), + [anon_sym_readonly] = ACTIONS(2236), + [anon_sym_writeonly] = ACTIONS(2236), + [anon_sym_precision] = ACTIONS(2236), + [anon_sym_highp] = ACTIONS(2236), + [anon_sym_mediump] = ACTIONS(2236), + [anon_sym_lowp] = ACTIONS(2236), + [anon_sym_centroid] = ACTIONS(2236), + [anon_sym_sample] = ACTIONS(2236), + [anon_sym_patch] = ACTIONS(2236), + [anon_sym_smooth] = ACTIONS(2236), + [anon_sym_flat] = ACTIONS(2236), + [anon_sym_noperspective] = ACTIONS(2236), + [anon_sym___extension__] = ACTIONS(2236), + [anon_sym_extern] = ACTIONS(2236), + [anon_sym___attribute__] = ACTIONS(2236), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2238), + [anon_sym___declspec] = ACTIONS(2236), + [anon_sym_signed] = ACTIONS(2236), + [anon_sym_unsigned] = ACTIONS(2236), + [anon_sym_long] = ACTIONS(2236), + [anon_sym_short] = ACTIONS(2236), + [anon_sym_static] = ACTIONS(2236), + [anon_sym_auto] = ACTIONS(2236), + [anon_sym_register] = ACTIONS(2236), + [anon_sym_inline] = ACTIONS(2236), + [anon_sym___inline] = ACTIONS(2236), + [anon_sym___inline__] = ACTIONS(2236), + [anon_sym___forceinline] = ACTIONS(2236), + [anon_sym_thread_local] = ACTIONS(2236), + [anon_sym___thread] = ACTIONS(2236), + [anon_sym_const] = ACTIONS(2236), + [anon_sym_constexpr] = ACTIONS(2236), + [anon_sym_volatile] = ACTIONS(2236), + [anon_sym_restrict] = ACTIONS(2236), + [anon_sym___restrict__] = ACTIONS(2236), + [anon_sym__Atomic] = ACTIONS(2236), + [anon_sym__Noreturn] = ACTIONS(2236), + [anon_sym_noreturn] = ACTIONS(2236), + [sym_primitive_type] = ACTIONS(2236), + [anon_sym_enum] = ACTIONS(2236), + [anon_sym_struct] = ACTIONS(2236), + [anon_sym_union] = ACTIONS(2236), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2236), + [anon_sym_rayPayloadInEXT] = ACTIONS(2236), + [anon_sym_hitAttributeEXT] = ACTIONS(2236), + [anon_sym_callableDataEXT] = ACTIONS(2236), + [anon_sym_callableDataInEXT] = ACTIONS(2236), + [anon_sym_shaderRecordEXT] = ACTIONS(2236), + [anon_sym_rayPayloadNV] = ACTIONS(2236), + [anon_sym_rayPayloadInNV] = ACTIONS(2236), + [anon_sym_hitAttributeNV] = ACTIONS(2236), + [anon_sym_callableDataNV] = ACTIONS(2236), + [anon_sym_callableDataInNV] = ACTIONS(2236), + [anon_sym_shaderRecordNV] = ACTIONS(2236), + [anon_sym_layout] = ACTIONS(2236), + }, + [587] = { + [sym_identifier] = ACTIONS(2232), + [aux_sym_preproc_def_token1] = ACTIONS(2232), + [aux_sym_preproc_if_token1] = ACTIONS(2232), + [aux_sym_preproc_if_token2] = ACTIONS(2232), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2232), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2232), + [aux_sym_preproc_else_token1] = ACTIONS(2232), + [aux_sym_preproc_elif_token1] = ACTIONS(2232), + [sym_preproc_directive] = ACTIONS(2232), + [anon_sym_subroutine] = ACTIONS(2232), + [anon_sym_invariant] = ACTIONS(2232), + [anon_sym_precise] = ACTIONS(2232), + [anon_sym_in] = ACTIONS(2232), + [anon_sym_out] = ACTIONS(2232), + [anon_sym_inout] = ACTIONS(2232), + [anon_sym_uniform] = ACTIONS(2232), + [anon_sym_shared] = ACTIONS(2232), + [anon_sym_attribute] = ACTIONS(2232), + [anon_sym_varying] = ACTIONS(2232), + [anon_sym_buffer] = ACTIONS(2232), + [anon_sym_coherent] = ACTIONS(2232), + [anon_sym_readonly] = ACTIONS(2232), + [anon_sym_writeonly] = ACTIONS(2232), + [anon_sym_precision] = ACTIONS(2232), + [anon_sym_highp] = ACTIONS(2232), + [anon_sym_mediump] = ACTIONS(2232), + [anon_sym_lowp] = ACTIONS(2232), + [anon_sym_centroid] = ACTIONS(2232), + [anon_sym_sample] = ACTIONS(2232), + [anon_sym_patch] = ACTIONS(2232), + [anon_sym_smooth] = ACTIONS(2232), + [anon_sym_flat] = ACTIONS(2232), + [anon_sym_noperspective] = ACTIONS(2232), + [anon_sym___extension__] = ACTIONS(2232), + [anon_sym_extern] = ACTIONS(2232), + [anon_sym___attribute__] = ACTIONS(2232), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2234), + [anon_sym___declspec] = ACTIONS(2232), + [anon_sym_signed] = ACTIONS(2232), + [anon_sym_unsigned] = ACTIONS(2232), + [anon_sym_long] = ACTIONS(2232), + [anon_sym_short] = ACTIONS(2232), + [anon_sym_static] = ACTIONS(2232), + [anon_sym_auto] = ACTIONS(2232), + [anon_sym_register] = ACTIONS(2232), + [anon_sym_inline] = ACTIONS(2232), + [anon_sym___inline] = ACTIONS(2232), + [anon_sym___inline__] = ACTIONS(2232), + [anon_sym___forceinline] = ACTIONS(2232), + [anon_sym_thread_local] = ACTIONS(2232), + [anon_sym___thread] = ACTIONS(2232), + [anon_sym_const] = ACTIONS(2232), + [anon_sym_constexpr] = ACTIONS(2232), + [anon_sym_volatile] = ACTIONS(2232), + [anon_sym_restrict] = ACTIONS(2232), + [anon_sym___restrict__] = ACTIONS(2232), + [anon_sym__Atomic] = ACTIONS(2232), + [anon_sym__Noreturn] = ACTIONS(2232), + [anon_sym_noreturn] = ACTIONS(2232), + [sym_primitive_type] = ACTIONS(2232), + [anon_sym_enum] = ACTIONS(2232), + [anon_sym_struct] = ACTIONS(2232), + [anon_sym_union] = ACTIONS(2232), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2232), + [anon_sym_rayPayloadInEXT] = ACTIONS(2232), + [anon_sym_hitAttributeEXT] = ACTIONS(2232), + [anon_sym_callableDataEXT] = ACTIONS(2232), + [anon_sym_callableDataInEXT] = ACTIONS(2232), + [anon_sym_shaderRecordEXT] = ACTIONS(2232), + [anon_sym_rayPayloadNV] = ACTIONS(2232), + [anon_sym_rayPayloadInNV] = ACTIONS(2232), + [anon_sym_hitAttributeNV] = ACTIONS(2232), + [anon_sym_callableDataNV] = ACTIONS(2232), + [anon_sym_callableDataInNV] = ACTIONS(2232), + [anon_sym_shaderRecordNV] = ACTIONS(2232), + [anon_sym_layout] = ACTIONS(2232), + }, + [588] = { + [sym_identifier] = ACTIONS(2260), + [aux_sym_preproc_def_token1] = ACTIONS(2260), + [aux_sym_preproc_if_token1] = ACTIONS(2260), + [aux_sym_preproc_if_token2] = ACTIONS(2260), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2260), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2260), + [aux_sym_preproc_else_token1] = ACTIONS(2260), + [aux_sym_preproc_elif_token1] = ACTIONS(2260), + [sym_preproc_directive] = ACTIONS(2260), + [anon_sym_subroutine] = ACTIONS(2260), + [anon_sym_invariant] = ACTIONS(2260), + [anon_sym_precise] = ACTIONS(2260), + [anon_sym_in] = ACTIONS(2260), + [anon_sym_out] = ACTIONS(2260), + [anon_sym_inout] = ACTIONS(2260), + [anon_sym_uniform] = ACTIONS(2260), + [anon_sym_shared] = ACTIONS(2260), + [anon_sym_attribute] = ACTIONS(2260), + [anon_sym_varying] = ACTIONS(2260), + [anon_sym_buffer] = ACTIONS(2260), + [anon_sym_coherent] = ACTIONS(2260), + [anon_sym_readonly] = ACTIONS(2260), + [anon_sym_writeonly] = ACTIONS(2260), + [anon_sym_precision] = ACTIONS(2260), + [anon_sym_highp] = ACTIONS(2260), + [anon_sym_mediump] = ACTIONS(2260), + [anon_sym_lowp] = ACTIONS(2260), + [anon_sym_centroid] = ACTIONS(2260), + [anon_sym_sample] = ACTIONS(2260), + [anon_sym_patch] = ACTIONS(2260), + [anon_sym_smooth] = ACTIONS(2260), + [anon_sym_flat] = ACTIONS(2260), + [anon_sym_noperspective] = ACTIONS(2260), + [anon_sym___extension__] = ACTIONS(2260), + [anon_sym_extern] = ACTIONS(2260), + [anon_sym___attribute__] = ACTIONS(2260), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2262), + [anon_sym___declspec] = ACTIONS(2260), + [anon_sym_signed] = ACTIONS(2260), + [anon_sym_unsigned] = ACTIONS(2260), + [anon_sym_long] = ACTIONS(2260), + [anon_sym_short] = ACTIONS(2260), + [anon_sym_static] = ACTIONS(2260), + [anon_sym_auto] = ACTIONS(2260), + [anon_sym_register] = ACTIONS(2260), + [anon_sym_inline] = ACTIONS(2260), + [anon_sym___inline] = ACTIONS(2260), + [anon_sym___inline__] = ACTIONS(2260), + [anon_sym___forceinline] = ACTIONS(2260), + [anon_sym_thread_local] = ACTIONS(2260), + [anon_sym___thread] = ACTIONS(2260), + [anon_sym_const] = ACTIONS(2260), + [anon_sym_constexpr] = ACTIONS(2260), + [anon_sym_volatile] = ACTIONS(2260), + [anon_sym_restrict] = ACTIONS(2260), + [anon_sym___restrict__] = ACTIONS(2260), + [anon_sym__Atomic] = ACTIONS(2260), + [anon_sym__Noreturn] = ACTIONS(2260), + [anon_sym_noreturn] = ACTIONS(2260), + [sym_primitive_type] = ACTIONS(2260), + [anon_sym_enum] = ACTIONS(2260), + [anon_sym_struct] = ACTIONS(2260), + [anon_sym_union] = ACTIONS(2260), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2260), + [anon_sym_rayPayloadInEXT] = ACTIONS(2260), + [anon_sym_hitAttributeEXT] = ACTIONS(2260), + [anon_sym_callableDataEXT] = ACTIONS(2260), + [anon_sym_callableDataInEXT] = ACTIONS(2260), + [anon_sym_shaderRecordEXT] = ACTIONS(2260), + [anon_sym_rayPayloadNV] = ACTIONS(2260), + [anon_sym_rayPayloadInNV] = ACTIONS(2260), + [anon_sym_hitAttributeNV] = ACTIONS(2260), + [anon_sym_callableDataNV] = ACTIONS(2260), + [anon_sym_callableDataInNV] = ACTIONS(2260), + [anon_sym_shaderRecordNV] = ACTIONS(2260), + [anon_sym_layout] = ACTIONS(2260), + }, + [589] = { + [sym_identifier] = ACTIONS(2228), + [aux_sym_preproc_def_token1] = ACTIONS(2228), + [aux_sym_preproc_if_token1] = ACTIONS(2228), + [aux_sym_preproc_if_token2] = ACTIONS(2228), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2228), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2228), + [aux_sym_preproc_else_token1] = ACTIONS(2228), + [aux_sym_preproc_elif_token1] = ACTIONS(2228), + [sym_preproc_directive] = ACTIONS(2228), + [anon_sym_subroutine] = ACTIONS(2228), + [anon_sym_invariant] = ACTIONS(2228), + [anon_sym_precise] = ACTIONS(2228), + [anon_sym_in] = ACTIONS(2228), + [anon_sym_out] = ACTIONS(2228), + [anon_sym_inout] = ACTIONS(2228), + [anon_sym_uniform] = ACTIONS(2228), + [anon_sym_shared] = ACTIONS(2228), + [anon_sym_attribute] = ACTIONS(2228), + [anon_sym_varying] = ACTIONS(2228), + [anon_sym_buffer] = ACTIONS(2228), + [anon_sym_coherent] = ACTIONS(2228), + [anon_sym_readonly] = ACTIONS(2228), + [anon_sym_writeonly] = ACTIONS(2228), + [anon_sym_precision] = ACTIONS(2228), + [anon_sym_highp] = ACTIONS(2228), + [anon_sym_mediump] = ACTIONS(2228), + [anon_sym_lowp] = ACTIONS(2228), + [anon_sym_centroid] = ACTIONS(2228), + [anon_sym_sample] = ACTIONS(2228), + [anon_sym_patch] = ACTIONS(2228), + [anon_sym_smooth] = ACTIONS(2228), + [anon_sym_flat] = ACTIONS(2228), + [anon_sym_noperspective] = ACTIONS(2228), + [anon_sym___extension__] = ACTIONS(2228), + [anon_sym_extern] = ACTIONS(2228), + [anon_sym___attribute__] = ACTIONS(2228), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2230), + [anon_sym___declspec] = ACTIONS(2228), + [anon_sym_signed] = ACTIONS(2228), + [anon_sym_unsigned] = ACTIONS(2228), + [anon_sym_long] = ACTIONS(2228), + [anon_sym_short] = ACTIONS(2228), + [anon_sym_static] = ACTIONS(2228), + [anon_sym_auto] = ACTIONS(2228), + [anon_sym_register] = ACTIONS(2228), + [anon_sym_inline] = ACTIONS(2228), + [anon_sym___inline] = ACTIONS(2228), + [anon_sym___inline__] = ACTIONS(2228), + [anon_sym___forceinline] = ACTIONS(2228), + [anon_sym_thread_local] = ACTIONS(2228), + [anon_sym___thread] = ACTIONS(2228), + [anon_sym_const] = ACTIONS(2228), + [anon_sym_constexpr] = ACTIONS(2228), + [anon_sym_volatile] = ACTIONS(2228), + [anon_sym_restrict] = ACTIONS(2228), + [anon_sym___restrict__] = ACTIONS(2228), + [anon_sym__Atomic] = ACTIONS(2228), + [anon_sym__Noreturn] = ACTIONS(2228), + [anon_sym_noreturn] = ACTIONS(2228), + [sym_primitive_type] = ACTIONS(2228), + [anon_sym_enum] = ACTIONS(2228), + [anon_sym_struct] = ACTIONS(2228), + [anon_sym_union] = ACTIONS(2228), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2228), + [anon_sym_rayPayloadInEXT] = ACTIONS(2228), + [anon_sym_hitAttributeEXT] = ACTIONS(2228), + [anon_sym_callableDataEXT] = ACTIONS(2228), + [anon_sym_callableDataInEXT] = ACTIONS(2228), + [anon_sym_shaderRecordEXT] = ACTIONS(2228), + [anon_sym_rayPayloadNV] = ACTIONS(2228), + [anon_sym_rayPayloadInNV] = ACTIONS(2228), + [anon_sym_hitAttributeNV] = ACTIONS(2228), + [anon_sym_callableDataNV] = ACTIONS(2228), + [anon_sym_callableDataInNV] = ACTIONS(2228), + [anon_sym_shaderRecordNV] = ACTIONS(2228), + [anon_sym_layout] = ACTIONS(2228), + }, + [590] = { + [sym_identifier] = ACTIONS(2272), + [aux_sym_preproc_def_token1] = ACTIONS(2272), + [aux_sym_preproc_if_token1] = ACTIONS(2272), + [aux_sym_preproc_if_token2] = ACTIONS(2272), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2272), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2272), + [aux_sym_preproc_else_token1] = ACTIONS(2272), + [aux_sym_preproc_elif_token1] = ACTIONS(2272), + [sym_preproc_directive] = ACTIONS(2272), + [anon_sym_subroutine] = ACTIONS(2272), + [anon_sym_invariant] = ACTIONS(2272), + [anon_sym_precise] = ACTIONS(2272), + [anon_sym_in] = ACTIONS(2272), + [anon_sym_out] = ACTIONS(2272), + [anon_sym_inout] = ACTIONS(2272), + [anon_sym_uniform] = ACTIONS(2272), + [anon_sym_shared] = ACTIONS(2272), + [anon_sym_attribute] = ACTIONS(2272), + [anon_sym_varying] = ACTIONS(2272), + [anon_sym_buffer] = ACTIONS(2272), + [anon_sym_coherent] = ACTIONS(2272), + [anon_sym_readonly] = ACTIONS(2272), + [anon_sym_writeonly] = ACTIONS(2272), + [anon_sym_precision] = ACTIONS(2272), + [anon_sym_highp] = ACTIONS(2272), + [anon_sym_mediump] = ACTIONS(2272), + [anon_sym_lowp] = ACTIONS(2272), + [anon_sym_centroid] = ACTIONS(2272), + [anon_sym_sample] = ACTIONS(2272), + [anon_sym_patch] = ACTIONS(2272), + [anon_sym_smooth] = ACTIONS(2272), + [anon_sym_flat] = ACTIONS(2272), + [anon_sym_noperspective] = ACTIONS(2272), + [anon_sym___extension__] = ACTIONS(2272), + [anon_sym_extern] = ACTIONS(2272), + [anon_sym___attribute__] = ACTIONS(2272), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2274), + [anon_sym___declspec] = ACTIONS(2272), + [anon_sym_signed] = ACTIONS(2272), + [anon_sym_unsigned] = ACTIONS(2272), + [anon_sym_long] = ACTIONS(2272), + [anon_sym_short] = ACTIONS(2272), + [anon_sym_static] = ACTIONS(2272), + [anon_sym_auto] = ACTIONS(2272), + [anon_sym_register] = ACTIONS(2272), + [anon_sym_inline] = ACTIONS(2272), + [anon_sym___inline] = ACTIONS(2272), + [anon_sym___inline__] = ACTIONS(2272), + [anon_sym___forceinline] = ACTIONS(2272), + [anon_sym_thread_local] = ACTIONS(2272), + [anon_sym___thread] = ACTIONS(2272), + [anon_sym_const] = ACTIONS(2272), + [anon_sym_constexpr] = ACTIONS(2272), + [anon_sym_volatile] = ACTIONS(2272), + [anon_sym_restrict] = ACTIONS(2272), + [anon_sym___restrict__] = ACTIONS(2272), + [anon_sym__Atomic] = ACTIONS(2272), + [anon_sym__Noreturn] = ACTIONS(2272), + [anon_sym_noreturn] = ACTIONS(2272), + [sym_primitive_type] = ACTIONS(2272), + [anon_sym_enum] = ACTIONS(2272), + [anon_sym_struct] = ACTIONS(2272), + [anon_sym_union] = ACTIONS(2272), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2272), + [anon_sym_rayPayloadInEXT] = ACTIONS(2272), + [anon_sym_hitAttributeEXT] = ACTIONS(2272), + [anon_sym_callableDataEXT] = ACTIONS(2272), + [anon_sym_callableDataInEXT] = ACTIONS(2272), + [anon_sym_shaderRecordEXT] = ACTIONS(2272), + [anon_sym_rayPayloadNV] = ACTIONS(2272), + [anon_sym_rayPayloadInNV] = ACTIONS(2272), + [anon_sym_hitAttributeNV] = ACTIONS(2272), + [anon_sym_callableDataNV] = ACTIONS(2272), + [anon_sym_callableDataInNV] = ACTIONS(2272), + [anon_sym_shaderRecordNV] = ACTIONS(2272), + [anon_sym_layout] = ACTIONS(2272), + }, + [591] = { + [sym_identifier] = ACTIONS(2280), + [anon_sym_subroutine] = ACTIONS(2280), + [anon_sym_invariant] = ACTIONS(2280), + [anon_sym_precise] = ACTIONS(2280), + [anon_sym_in] = ACTIONS(2280), + [anon_sym_out] = ACTIONS(2280), + [anon_sym_inout] = ACTIONS(2280), + [anon_sym_uniform] = ACTIONS(2280), + [anon_sym_shared] = ACTIONS(2280), + [anon_sym_attribute] = ACTIONS(2280), + [anon_sym_varying] = ACTIONS(2280), + [anon_sym_buffer] = ACTIONS(2280), + [anon_sym_coherent] = ACTIONS(2280), + [anon_sym_readonly] = ACTIONS(2280), + [anon_sym_writeonly] = ACTIONS(2280), + [anon_sym_precision] = ACTIONS(2280), + [anon_sym_highp] = ACTIONS(2280), + [anon_sym_mediump] = ACTIONS(2280), + [anon_sym_lowp] = ACTIONS(2280), + [anon_sym_centroid] = ACTIONS(2280), + [anon_sym_sample] = ACTIONS(2280), + [anon_sym_patch] = ACTIONS(2280), + [anon_sym_smooth] = ACTIONS(2280), + [anon_sym_flat] = ACTIONS(2280), + [anon_sym_noperspective] = ACTIONS(2280), + [anon_sym___extension__] = ACTIONS(2280), + [anon_sym_extern] = ACTIONS(2280), + [anon_sym___attribute__] = ACTIONS(2280), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2282), + [anon_sym___declspec] = ACTIONS(2280), + [anon_sym___cdecl] = ACTIONS(2280), + [anon_sym___clrcall] = ACTIONS(2280), + [anon_sym___stdcall] = ACTIONS(2280), + [anon_sym___fastcall] = ACTIONS(2280), + [anon_sym___thiscall] = ACTIONS(2280), + [anon_sym___vectorcall] = ACTIONS(2280), + [anon_sym_LBRACE] = ACTIONS(2282), + [anon_sym_signed] = ACTIONS(2280), + [anon_sym_unsigned] = ACTIONS(2280), + [anon_sym_long] = ACTIONS(2280), + [anon_sym_short] = ACTIONS(2280), + [anon_sym_static] = ACTIONS(2280), + [anon_sym_auto] = ACTIONS(2280), + [anon_sym_register] = ACTIONS(2280), + [anon_sym_inline] = ACTIONS(2280), + [anon_sym___inline] = ACTIONS(2280), + [anon_sym___inline__] = ACTIONS(2280), + [anon_sym___forceinline] = ACTIONS(2280), + [anon_sym_thread_local] = ACTIONS(2280), + [anon_sym___thread] = ACTIONS(2280), + [anon_sym_const] = ACTIONS(2280), + [anon_sym_constexpr] = ACTIONS(2280), + [anon_sym_volatile] = ACTIONS(2280), + [anon_sym_restrict] = ACTIONS(2280), + [anon_sym___restrict__] = ACTIONS(2280), + [anon_sym__Atomic] = ACTIONS(2280), + [anon_sym__Noreturn] = ACTIONS(2280), + [anon_sym_noreturn] = ACTIONS(2280), + [sym_primitive_type] = ACTIONS(2280), + [anon_sym_enum] = ACTIONS(2280), + [anon_sym_struct] = ACTIONS(2280), + [anon_sym_union] = ACTIONS(2280), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2280), + [anon_sym_rayPayloadInEXT] = ACTIONS(2280), + [anon_sym_hitAttributeEXT] = ACTIONS(2280), + [anon_sym_callableDataEXT] = ACTIONS(2280), + [anon_sym_callableDataInEXT] = ACTIONS(2280), + [anon_sym_shaderRecordEXT] = ACTIONS(2280), + [anon_sym_rayPayloadNV] = ACTIONS(2280), + [anon_sym_rayPayloadInNV] = ACTIONS(2280), + [anon_sym_hitAttributeNV] = ACTIONS(2280), + [anon_sym_callableDataNV] = ACTIONS(2280), + [anon_sym_callableDataInNV] = ACTIONS(2280), + [anon_sym_shaderRecordNV] = ACTIONS(2280), + [anon_sym_layout] = ACTIONS(2280), + }, + [592] = { + [sym_identifier] = ACTIONS(2284), + [anon_sym_subroutine] = ACTIONS(2284), + [anon_sym_invariant] = ACTIONS(2284), + [anon_sym_precise] = ACTIONS(2284), + [anon_sym_in] = ACTIONS(2284), + [anon_sym_out] = ACTIONS(2284), + [anon_sym_inout] = ACTIONS(2284), + [anon_sym_uniform] = ACTIONS(2284), + [anon_sym_shared] = ACTIONS(2284), + [anon_sym_attribute] = ACTIONS(2284), + [anon_sym_varying] = ACTIONS(2284), + [anon_sym_buffer] = ACTIONS(2284), + [anon_sym_coherent] = ACTIONS(2284), + [anon_sym_readonly] = ACTIONS(2284), + [anon_sym_writeonly] = ACTIONS(2284), + [anon_sym_precision] = ACTIONS(2284), + [anon_sym_highp] = ACTIONS(2284), + [anon_sym_mediump] = ACTIONS(2284), + [anon_sym_lowp] = ACTIONS(2284), + [anon_sym_centroid] = ACTIONS(2284), + [anon_sym_sample] = ACTIONS(2284), + [anon_sym_patch] = ACTIONS(2284), + [anon_sym_smooth] = ACTIONS(2284), + [anon_sym_flat] = ACTIONS(2284), + [anon_sym_noperspective] = ACTIONS(2284), + [anon_sym___extension__] = ACTIONS(2284), + [anon_sym_extern] = ACTIONS(2284), + [anon_sym___attribute__] = ACTIONS(2284), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2286), + [anon_sym___declspec] = ACTIONS(2284), + [anon_sym___cdecl] = ACTIONS(2284), + [anon_sym___clrcall] = ACTIONS(2284), + [anon_sym___stdcall] = ACTIONS(2284), + [anon_sym___fastcall] = ACTIONS(2284), + [anon_sym___thiscall] = ACTIONS(2284), + [anon_sym___vectorcall] = ACTIONS(2284), + [anon_sym_LBRACE] = ACTIONS(2286), + [anon_sym_signed] = ACTIONS(2284), + [anon_sym_unsigned] = ACTIONS(2284), + [anon_sym_long] = ACTIONS(2284), + [anon_sym_short] = ACTIONS(2284), + [anon_sym_static] = ACTIONS(2284), + [anon_sym_auto] = ACTIONS(2284), + [anon_sym_register] = ACTIONS(2284), + [anon_sym_inline] = ACTIONS(2284), + [anon_sym___inline] = ACTIONS(2284), + [anon_sym___inline__] = ACTIONS(2284), + [anon_sym___forceinline] = ACTIONS(2284), + [anon_sym_thread_local] = ACTIONS(2284), + [anon_sym___thread] = ACTIONS(2284), + [anon_sym_const] = ACTIONS(2284), + [anon_sym_constexpr] = ACTIONS(2284), + [anon_sym_volatile] = ACTIONS(2284), + [anon_sym_restrict] = ACTIONS(2284), + [anon_sym___restrict__] = ACTIONS(2284), + [anon_sym__Atomic] = ACTIONS(2284), + [anon_sym__Noreturn] = ACTIONS(2284), + [anon_sym_noreturn] = ACTIONS(2284), + [sym_primitive_type] = ACTIONS(2284), + [anon_sym_enum] = ACTIONS(2284), + [anon_sym_struct] = ACTIONS(2284), + [anon_sym_union] = ACTIONS(2284), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2284), + [anon_sym_rayPayloadInEXT] = ACTIONS(2284), + [anon_sym_hitAttributeEXT] = ACTIONS(2284), + [anon_sym_callableDataEXT] = ACTIONS(2284), + [anon_sym_callableDataInEXT] = ACTIONS(2284), + [anon_sym_shaderRecordEXT] = ACTIONS(2284), + [anon_sym_rayPayloadNV] = ACTIONS(2284), + [anon_sym_rayPayloadInNV] = ACTIONS(2284), + [anon_sym_hitAttributeNV] = ACTIONS(2284), + [anon_sym_callableDataNV] = ACTIONS(2284), + [anon_sym_callableDataInNV] = ACTIONS(2284), + [anon_sym_shaderRecordNV] = ACTIONS(2284), + [anon_sym_layout] = ACTIONS(2284), + }, + [593] = { + [sym_identifier] = ACTIONS(2212), + [aux_sym_preproc_def_token1] = ACTIONS(2212), + [aux_sym_preproc_if_token1] = ACTIONS(2212), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2212), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2212), + [sym_preproc_directive] = ACTIONS(2212), + [anon_sym_subroutine] = ACTIONS(2212), + [anon_sym_invariant] = ACTIONS(2212), + [anon_sym_precise] = ACTIONS(2212), + [anon_sym_in] = ACTIONS(2212), + [anon_sym_out] = ACTIONS(2212), + [anon_sym_inout] = ACTIONS(2212), + [anon_sym_uniform] = ACTIONS(2212), + [anon_sym_shared] = ACTIONS(2212), + [anon_sym_attribute] = ACTIONS(2212), + [anon_sym_varying] = ACTIONS(2212), + [anon_sym_buffer] = ACTIONS(2212), + [anon_sym_coherent] = ACTIONS(2212), + [anon_sym_readonly] = ACTIONS(2212), + [anon_sym_writeonly] = ACTIONS(2212), + [anon_sym_precision] = ACTIONS(2212), + [anon_sym_highp] = ACTIONS(2212), + [anon_sym_mediump] = ACTIONS(2212), + [anon_sym_lowp] = ACTIONS(2212), + [anon_sym_centroid] = ACTIONS(2212), + [anon_sym_sample] = ACTIONS(2212), + [anon_sym_patch] = ACTIONS(2212), + [anon_sym_smooth] = ACTIONS(2212), + [anon_sym_flat] = ACTIONS(2212), + [anon_sym_noperspective] = ACTIONS(2212), + [anon_sym___extension__] = ACTIONS(2212), + [anon_sym_extern] = ACTIONS(2212), + [anon_sym___attribute__] = ACTIONS(2212), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2214), + [anon_sym___declspec] = ACTIONS(2212), + [anon_sym_RBRACE] = ACTIONS(2214), + [anon_sym_signed] = ACTIONS(2212), + [anon_sym_unsigned] = ACTIONS(2212), + [anon_sym_long] = ACTIONS(2212), + [anon_sym_short] = ACTIONS(2212), + [anon_sym_static] = ACTIONS(2212), + [anon_sym_auto] = ACTIONS(2212), + [anon_sym_register] = ACTIONS(2212), + [anon_sym_inline] = ACTIONS(2212), + [anon_sym___inline] = ACTIONS(2212), + [anon_sym___inline__] = ACTIONS(2212), + [anon_sym___forceinline] = ACTIONS(2212), + [anon_sym_thread_local] = ACTIONS(2212), + [anon_sym___thread] = ACTIONS(2212), + [anon_sym_const] = ACTIONS(2212), + [anon_sym_constexpr] = ACTIONS(2212), + [anon_sym_volatile] = ACTIONS(2212), + [anon_sym_restrict] = ACTIONS(2212), + [anon_sym___restrict__] = ACTIONS(2212), + [anon_sym__Atomic] = ACTIONS(2212), + [anon_sym__Noreturn] = ACTIONS(2212), + [anon_sym_noreturn] = ACTIONS(2212), + [sym_primitive_type] = ACTIONS(2212), + [anon_sym_enum] = ACTIONS(2212), + [anon_sym_struct] = ACTIONS(2212), + [anon_sym_union] = ACTIONS(2212), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2212), + [anon_sym_rayPayloadInEXT] = ACTIONS(2212), + [anon_sym_hitAttributeEXT] = ACTIONS(2212), + [anon_sym_callableDataEXT] = ACTIONS(2212), + [anon_sym_callableDataInEXT] = ACTIONS(2212), + [anon_sym_shaderRecordEXT] = ACTIONS(2212), + [anon_sym_rayPayloadNV] = ACTIONS(2212), + [anon_sym_rayPayloadInNV] = ACTIONS(2212), + [anon_sym_hitAttributeNV] = ACTIONS(2212), + [anon_sym_callableDataNV] = ACTIONS(2212), + [anon_sym_callableDataInNV] = ACTIONS(2212), + [anon_sym_shaderRecordNV] = ACTIONS(2212), + [anon_sym_layout] = ACTIONS(2212), + }, + [594] = { + [sym_identifier] = ACTIONS(2252), + [aux_sym_preproc_def_token1] = ACTIONS(2252), + [aux_sym_preproc_if_token1] = ACTIONS(2252), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2252), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2252), + [sym_preproc_directive] = ACTIONS(2252), + [anon_sym_subroutine] = ACTIONS(2252), + [anon_sym_invariant] = ACTIONS(2252), + [anon_sym_precise] = ACTIONS(2252), + [anon_sym_in] = ACTIONS(2252), + [anon_sym_out] = ACTIONS(2252), + [anon_sym_inout] = ACTIONS(2252), + [anon_sym_uniform] = ACTIONS(2252), + [anon_sym_shared] = ACTIONS(2252), + [anon_sym_attribute] = ACTIONS(2252), + [anon_sym_varying] = ACTIONS(2252), + [anon_sym_buffer] = ACTIONS(2252), + [anon_sym_coherent] = ACTIONS(2252), + [anon_sym_readonly] = ACTIONS(2252), + [anon_sym_writeonly] = ACTIONS(2252), + [anon_sym_precision] = ACTIONS(2252), + [anon_sym_highp] = ACTIONS(2252), + [anon_sym_mediump] = ACTIONS(2252), + [anon_sym_lowp] = ACTIONS(2252), + [anon_sym_centroid] = ACTIONS(2252), + [anon_sym_sample] = ACTIONS(2252), + [anon_sym_patch] = ACTIONS(2252), + [anon_sym_smooth] = ACTIONS(2252), + [anon_sym_flat] = ACTIONS(2252), + [anon_sym_noperspective] = ACTIONS(2252), + [anon_sym___extension__] = ACTIONS(2252), + [anon_sym_extern] = ACTIONS(2252), + [anon_sym___attribute__] = ACTIONS(2252), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2254), + [anon_sym___declspec] = ACTIONS(2252), + [anon_sym_RBRACE] = ACTIONS(2254), + [anon_sym_signed] = ACTIONS(2252), + [anon_sym_unsigned] = ACTIONS(2252), + [anon_sym_long] = ACTIONS(2252), + [anon_sym_short] = ACTIONS(2252), + [anon_sym_static] = ACTIONS(2252), + [anon_sym_auto] = ACTIONS(2252), + [anon_sym_register] = ACTIONS(2252), + [anon_sym_inline] = ACTIONS(2252), + [anon_sym___inline] = ACTIONS(2252), + [anon_sym___inline__] = ACTIONS(2252), + [anon_sym___forceinline] = ACTIONS(2252), + [anon_sym_thread_local] = ACTIONS(2252), + [anon_sym___thread] = ACTIONS(2252), + [anon_sym_const] = ACTIONS(2252), + [anon_sym_constexpr] = ACTIONS(2252), + [anon_sym_volatile] = ACTIONS(2252), + [anon_sym_restrict] = ACTIONS(2252), + [anon_sym___restrict__] = ACTIONS(2252), + [anon_sym__Atomic] = ACTIONS(2252), + [anon_sym__Noreturn] = ACTIONS(2252), + [anon_sym_noreturn] = ACTIONS(2252), + [sym_primitive_type] = ACTIONS(2252), + [anon_sym_enum] = ACTIONS(2252), + [anon_sym_struct] = ACTIONS(2252), + [anon_sym_union] = ACTIONS(2252), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2252), + [anon_sym_rayPayloadInEXT] = ACTIONS(2252), + [anon_sym_hitAttributeEXT] = ACTIONS(2252), + [anon_sym_callableDataEXT] = ACTIONS(2252), + [anon_sym_callableDataInEXT] = ACTIONS(2252), + [anon_sym_shaderRecordEXT] = ACTIONS(2252), + [anon_sym_rayPayloadNV] = ACTIONS(2252), + [anon_sym_rayPayloadInNV] = ACTIONS(2252), + [anon_sym_hitAttributeNV] = ACTIONS(2252), + [anon_sym_callableDataNV] = ACTIONS(2252), + [anon_sym_callableDataInNV] = ACTIONS(2252), + [anon_sym_shaderRecordNV] = ACTIONS(2252), + [anon_sym_layout] = ACTIONS(2252), + }, + [595] = { + [sym_identifier] = ACTIONS(1470), + [aux_sym_preproc_def_token1] = ACTIONS(1470), + [aux_sym_preproc_if_token1] = ACTIONS(1470), + [aux_sym_preproc_if_token2] = ACTIONS(1470), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1470), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1470), + [sym_preproc_directive] = ACTIONS(1470), + [anon_sym_subroutine] = ACTIONS(1470), + [anon_sym_invariant] = ACTIONS(1470), + [anon_sym_precise] = ACTIONS(1470), + [anon_sym_in] = ACTIONS(1470), + [anon_sym_out] = ACTIONS(1470), + [anon_sym_inout] = ACTIONS(1470), + [anon_sym_uniform] = ACTIONS(1470), + [anon_sym_shared] = ACTIONS(1470), + [anon_sym_attribute] = ACTIONS(1470), + [anon_sym_varying] = ACTIONS(1470), + [anon_sym_buffer] = ACTIONS(1470), + [anon_sym_coherent] = ACTIONS(1470), + [anon_sym_readonly] = ACTIONS(1470), + [anon_sym_writeonly] = ACTIONS(1470), + [anon_sym_precision] = ACTIONS(1470), + [anon_sym_highp] = ACTIONS(1470), + [anon_sym_mediump] = ACTIONS(1470), + [anon_sym_lowp] = ACTIONS(1470), + [anon_sym_centroid] = ACTIONS(1470), + [anon_sym_sample] = ACTIONS(1470), + [anon_sym_patch] = ACTIONS(1470), + [anon_sym_smooth] = ACTIONS(1470), + [anon_sym_flat] = ACTIONS(1470), + [anon_sym_noperspective] = ACTIONS(1470), + [anon_sym___extension__] = ACTIONS(1470), + [anon_sym_extern] = ACTIONS(1470), + [anon_sym___attribute__] = ACTIONS(1470), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1472), + [anon_sym___declspec] = ACTIONS(1470), + [anon_sym_signed] = ACTIONS(1470), + [anon_sym_unsigned] = ACTIONS(1470), + [anon_sym_long] = ACTIONS(1470), + [anon_sym_short] = ACTIONS(1470), + [anon_sym_static] = ACTIONS(1470), + [anon_sym_auto] = ACTIONS(1470), + [anon_sym_register] = ACTIONS(1470), + [anon_sym_inline] = ACTIONS(1470), + [anon_sym___inline] = ACTIONS(1470), + [anon_sym___inline__] = ACTIONS(1470), + [anon_sym___forceinline] = ACTIONS(1470), + [anon_sym_thread_local] = ACTIONS(1470), + [anon_sym___thread] = ACTIONS(1470), + [anon_sym_const] = ACTIONS(1470), + [anon_sym_constexpr] = ACTIONS(1470), + [anon_sym_volatile] = ACTIONS(1470), + [anon_sym_restrict] = ACTIONS(1470), + [anon_sym___restrict__] = ACTIONS(1470), + [anon_sym__Atomic] = ACTIONS(1470), + [anon_sym__Noreturn] = ACTIONS(1470), + [anon_sym_noreturn] = ACTIONS(1470), + [sym_primitive_type] = ACTIONS(1470), + [anon_sym_enum] = ACTIONS(1470), + [anon_sym_struct] = ACTIONS(1470), + [anon_sym_union] = ACTIONS(1470), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1470), + [anon_sym_rayPayloadInEXT] = ACTIONS(1470), + [anon_sym_hitAttributeEXT] = ACTIONS(1470), + [anon_sym_callableDataEXT] = ACTIONS(1470), + [anon_sym_callableDataInEXT] = ACTIONS(1470), + [anon_sym_shaderRecordEXT] = ACTIONS(1470), + [anon_sym_rayPayloadNV] = ACTIONS(1470), + [anon_sym_rayPayloadInNV] = ACTIONS(1470), + [anon_sym_hitAttributeNV] = ACTIONS(1470), + [anon_sym_callableDataNV] = ACTIONS(1470), + [anon_sym_callableDataInNV] = ACTIONS(1470), + [anon_sym_shaderRecordNV] = ACTIONS(1470), + [anon_sym_layout] = ACTIONS(1470), + }, + [596] = { + [sym_identifier] = ACTIONS(1520), + [aux_sym_preproc_def_token1] = ACTIONS(1520), + [aux_sym_preproc_if_token1] = ACTIONS(1520), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1520), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1520), + [sym_preproc_directive] = ACTIONS(1520), + [anon_sym_subroutine] = ACTIONS(1520), + [anon_sym_invariant] = ACTIONS(1520), + [anon_sym_precise] = ACTIONS(1520), + [anon_sym_in] = ACTIONS(1520), + [anon_sym_out] = ACTIONS(1520), + [anon_sym_inout] = ACTIONS(1520), + [anon_sym_uniform] = ACTIONS(1520), + [anon_sym_shared] = ACTIONS(1520), + [anon_sym_attribute] = ACTIONS(1520), + [anon_sym_varying] = ACTIONS(1520), + [anon_sym_buffer] = ACTIONS(1520), + [anon_sym_coherent] = ACTIONS(1520), + [anon_sym_readonly] = ACTIONS(1520), + [anon_sym_writeonly] = ACTIONS(1520), + [anon_sym_precision] = ACTIONS(1520), + [anon_sym_highp] = ACTIONS(1520), + [anon_sym_mediump] = ACTIONS(1520), + [anon_sym_lowp] = ACTIONS(1520), + [anon_sym_centroid] = ACTIONS(1520), + [anon_sym_sample] = ACTIONS(1520), + [anon_sym_patch] = ACTIONS(1520), + [anon_sym_smooth] = ACTIONS(1520), + [anon_sym_flat] = ACTIONS(1520), + [anon_sym_noperspective] = ACTIONS(1520), + [anon_sym___extension__] = ACTIONS(1520), + [anon_sym_extern] = ACTIONS(1520), + [anon_sym___attribute__] = ACTIONS(1520), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1522), + [anon_sym___declspec] = ACTIONS(1520), + [anon_sym_RBRACE] = ACTIONS(1522), + [anon_sym_signed] = ACTIONS(1520), + [anon_sym_unsigned] = ACTIONS(1520), + [anon_sym_long] = ACTIONS(1520), + [anon_sym_short] = ACTIONS(1520), + [anon_sym_static] = ACTIONS(1520), + [anon_sym_auto] = ACTIONS(1520), + [anon_sym_register] = ACTIONS(1520), + [anon_sym_inline] = ACTIONS(1520), + [anon_sym___inline] = ACTIONS(1520), + [anon_sym___inline__] = ACTIONS(1520), + [anon_sym___forceinline] = ACTIONS(1520), + [anon_sym_thread_local] = ACTIONS(1520), + [anon_sym___thread] = ACTIONS(1520), + [anon_sym_const] = ACTIONS(1520), + [anon_sym_constexpr] = ACTIONS(1520), + [anon_sym_volatile] = ACTIONS(1520), + [anon_sym_restrict] = ACTIONS(1520), + [anon_sym___restrict__] = ACTIONS(1520), + [anon_sym__Atomic] = ACTIONS(1520), + [anon_sym__Noreturn] = ACTIONS(1520), + [anon_sym_noreturn] = ACTIONS(1520), + [sym_primitive_type] = ACTIONS(1520), + [anon_sym_enum] = ACTIONS(1520), + [anon_sym_struct] = ACTIONS(1520), + [anon_sym_union] = ACTIONS(1520), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1520), + [anon_sym_rayPayloadInEXT] = ACTIONS(1520), + [anon_sym_hitAttributeEXT] = ACTIONS(1520), + [anon_sym_callableDataEXT] = ACTIONS(1520), + [anon_sym_callableDataInEXT] = ACTIONS(1520), + [anon_sym_shaderRecordEXT] = ACTIONS(1520), + [anon_sym_rayPayloadNV] = ACTIONS(1520), + [anon_sym_rayPayloadInNV] = ACTIONS(1520), + [anon_sym_hitAttributeNV] = ACTIONS(1520), + [anon_sym_callableDataNV] = ACTIONS(1520), + [anon_sym_callableDataInNV] = ACTIONS(1520), + [anon_sym_shaderRecordNV] = ACTIONS(1520), + [anon_sym_layout] = ACTIONS(1520), + }, + [597] = { + [sym_identifier] = ACTIONS(2248), + [aux_sym_preproc_def_token1] = ACTIONS(2248), + [aux_sym_preproc_if_token1] = ACTIONS(2248), + [aux_sym_preproc_if_token2] = ACTIONS(2248), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2248), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2248), + [sym_preproc_directive] = ACTIONS(2248), + [anon_sym_subroutine] = ACTIONS(2248), + [anon_sym_invariant] = ACTIONS(2248), + [anon_sym_precise] = ACTIONS(2248), + [anon_sym_in] = ACTIONS(2248), + [anon_sym_out] = ACTIONS(2248), + [anon_sym_inout] = ACTIONS(2248), + [anon_sym_uniform] = ACTIONS(2248), + [anon_sym_shared] = ACTIONS(2248), + [anon_sym_attribute] = ACTIONS(2248), + [anon_sym_varying] = ACTIONS(2248), + [anon_sym_buffer] = ACTIONS(2248), + [anon_sym_coherent] = ACTIONS(2248), + [anon_sym_readonly] = ACTIONS(2248), + [anon_sym_writeonly] = ACTIONS(2248), + [anon_sym_precision] = ACTIONS(2248), + [anon_sym_highp] = ACTIONS(2248), + [anon_sym_mediump] = ACTIONS(2248), + [anon_sym_lowp] = ACTIONS(2248), + [anon_sym_centroid] = ACTIONS(2248), + [anon_sym_sample] = ACTIONS(2248), + [anon_sym_patch] = ACTIONS(2248), + [anon_sym_smooth] = ACTIONS(2248), + [anon_sym_flat] = ACTIONS(2248), + [anon_sym_noperspective] = ACTIONS(2248), + [anon_sym___extension__] = ACTIONS(2248), + [anon_sym_extern] = ACTIONS(2248), + [anon_sym___attribute__] = ACTIONS(2248), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2250), + [anon_sym___declspec] = ACTIONS(2248), + [anon_sym_signed] = ACTIONS(2248), + [anon_sym_unsigned] = ACTIONS(2248), + [anon_sym_long] = ACTIONS(2248), + [anon_sym_short] = ACTIONS(2248), + [anon_sym_static] = ACTIONS(2248), + [anon_sym_auto] = ACTIONS(2248), + [anon_sym_register] = ACTIONS(2248), + [anon_sym_inline] = ACTIONS(2248), + [anon_sym___inline] = ACTIONS(2248), + [anon_sym___inline__] = ACTIONS(2248), + [anon_sym___forceinline] = ACTIONS(2248), + [anon_sym_thread_local] = ACTIONS(2248), + [anon_sym___thread] = ACTIONS(2248), + [anon_sym_const] = ACTIONS(2248), + [anon_sym_constexpr] = ACTIONS(2248), + [anon_sym_volatile] = ACTIONS(2248), + [anon_sym_restrict] = ACTIONS(2248), + [anon_sym___restrict__] = ACTIONS(2248), + [anon_sym__Atomic] = ACTIONS(2248), + [anon_sym__Noreturn] = ACTIONS(2248), + [anon_sym_noreturn] = ACTIONS(2248), + [sym_primitive_type] = ACTIONS(2248), + [anon_sym_enum] = ACTIONS(2248), + [anon_sym_struct] = ACTIONS(2248), + [anon_sym_union] = ACTIONS(2248), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2248), + [anon_sym_rayPayloadInEXT] = ACTIONS(2248), + [anon_sym_hitAttributeEXT] = ACTIONS(2248), + [anon_sym_callableDataEXT] = ACTIONS(2248), + [anon_sym_callableDataInEXT] = ACTIONS(2248), + [anon_sym_shaderRecordEXT] = ACTIONS(2248), + [anon_sym_rayPayloadNV] = ACTIONS(2248), + [anon_sym_rayPayloadInNV] = ACTIONS(2248), + [anon_sym_hitAttributeNV] = ACTIONS(2248), + [anon_sym_callableDataNV] = ACTIONS(2248), + [anon_sym_callableDataInNV] = ACTIONS(2248), + [anon_sym_shaderRecordNV] = ACTIONS(2248), + [anon_sym_layout] = ACTIONS(2248), + }, + [598] = { + [sym_identifier] = ACTIONS(1544), + [aux_sym_preproc_def_token1] = ACTIONS(1544), + [aux_sym_preproc_if_token1] = ACTIONS(1544), + [aux_sym_preproc_if_token2] = ACTIONS(1544), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1544), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1544), + [sym_preproc_directive] = ACTIONS(1544), + [anon_sym_subroutine] = ACTIONS(1544), + [anon_sym_invariant] = ACTIONS(1544), + [anon_sym_precise] = ACTIONS(1544), + [anon_sym_in] = ACTIONS(1544), + [anon_sym_out] = ACTIONS(1544), + [anon_sym_inout] = ACTIONS(1544), + [anon_sym_uniform] = ACTIONS(1544), + [anon_sym_shared] = ACTIONS(1544), + [anon_sym_attribute] = ACTIONS(1544), + [anon_sym_varying] = ACTIONS(1544), + [anon_sym_buffer] = ACTIONS(1544), + [anon_sym_coherent] = ACTIONS(1544), + [anon_sym_readonly] = ACTIONS(1544), + [anon_sym_writeonly] = ACTIONS(1544), + [anon_sym_precision] = ACTIONS(1544), + [anon_sym_highp] = ACTIONS(1544), + [anon_sym_mediump] = ACTIONS(1544), + [anon_sym_lowp] = ACTIONS(1544), + [anon_sym_centroid] = ACTIONS(1544), + [anon_sym_sample] = ACTIONS(1544), + [anon_sym_patch] = ACTIONS(1544), + [anon_sym_smooth] = ACTIONS(1544), + [anon_sym_flat] = ACTIONS(1544), + [anon_sym_noperspective] = ACTIONS(1544), + [anon_sym___extension__] = ACTIONS(1544), + [anon_sym_extern] = ACTIONS(1544), + [anon_sym___attribute__] = ACTIONS(1544), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1546), + [anon_sym___declspec] = ACTIONS(1544), + [anon_sym_signed] = ACTIONS(1544), + [anon_sym_unsigned] = ACTIONS(1544), + [anon_sym_long] = ACTIONS(1544), + [anon_sym_short] = ACTIONS(1544), + [anon_sym_static] = ACTIONS(1544), + [anon_sym_auto] = ACTIONS(1544), + [anon_sym_register] = ACTIONS(1544), + [anon_sym_inline] = ACTIONS(1544), + [anon_sym___inline] = ACTIONS(1544), + [anon_sym___inline__] = ACTIONS(1544), + [anon_sym___forceinline] = ACTIONS(1544), + [anon_sym_thread_local] = ACTIONS(1544), + [anon_sym___thread] = ACTIONS(1544), + [anon_sym_const] = ACTIONS(1544), + [anon_sym_constexpr] = ACTIONS(1544), + [anon_sym_volatile] = ACTIONS(1544), + [anon_sym_restrict] = ACTIONS(1544), + [anon_sym___restrict__] = ACTIONS(1544), + [anon_sym__Atomic] = ACTIONS(1544), + [anon_sym__Noreturn] = ACTIONS(1544), + [anon_sym_noreturn] = ACTIONS(1544), + [sym_primitive_type] = ACTIONS(1544), + [anon_sym_enum] = ACTIONS(1544), + [anon_sym_struct] = ACTIONS(1544), + [anon_sym_union] = ACTIONS(1544), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1544), + [anon_sym_rayPayloadInEXT] = ACTIONS(1544), + [anon_sym_hitAttributeEXT] = ACTIONS(1544), + [anon_sym_callableDataEXT] = ACTIONS(1544), + [anon_sym_callableDataInEXT] = ACTIONS(1544), + [anon_sym_shaderRecordEXT] = ACTIONS(1544), + [anon_sym_rayPayloadNV] = ACTIONS(1544), + [anon_sym_rayPayloadInNV] = ACTIONS(1544), + [anon_sym_hitAttributeNV] = ACTIONS(1544), + [anon_sym_callableDataNV] = ACTIONS(1544), + [anon_sym_callableDataInNV] = ACTIONS(1544), + [anon_sym_shaderRecordNV] = ACTIONS(1544), + [anon_sym_layout] = ACTIONS(1544), }, - [586] = { - [sym_identifier] = ACTIONS(1556), - [aux_sym_preproc_def_token1] = ACTIONS(1556), - [aux_sym_preproc_if_token1] = ACTIONS(1556), - [aux_sym_preproc_if_token2] = ACTIONS(1556), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1556), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1556), - [aux_sym_preproc_else_token1] = ACTIONS(1556), - [aux_sym_preproc_elif_token1] = ACTIONS(1556), - [sym_preproc_directive] = ACTIONS(1556), - [anon_sym_subroutine] = ACTIONS(1556), - [anon_sym_invariant] = ACTIONS(1556), - [anon_sym_precise] = ACTIONS(1556), - [anon_sym_in] = ACTIONS(1556), - [anon_sym_out] = ACTIONS(1556), - [anon_sym_inout] = ACTIONS(1556), - [anon_sym_uniform] = ACTIONS(1556), - [anon_sym_shared] = ACTIONS(1556), - [anon_sym_attribute] = ACTIONS(1556), - [anon_sym_varying] = ACTIONS(1556), - [anon_sym_buffer] = ACTIONS(1556), - [anon_sym_coherent] = ACTIONS(1556), - [anon_sym_readonly] = ACTIONS(1556), - [anon_sym_writeonly] = ACTIONS(1556), - [anon_sym_precision] = ACTIONS(1556), - [anon_sym_highp] = ACTIONS(1556), - [anon_sym_mediump] = ACTIONS(1556), - [anon_sym_lowp] = ACTIONS(1556), - [anon_sym_centroid] = ACTIONS(1556), - [anon_sym_sample] = ACTIONS(1556), - [anon_sym_patch] = ACTIONS(1556), - [anon_sym_smooth] = ACTIONS(1556), - [anon_sym_flat] = ACTIONS(1556), - [anon_sym_noperspective] = ACTIONS(1556), - [anon_sym___extension__] = ACTIONS(1556), - [anon_sym_extern] = ACTIONS(1556), - [anon_sym___attribute__] = ACTIONS(1556), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1558), - [anon_sym___declspec] = ACTIONS(1556), - [anon_sym_signed] = ACTIONS(1556), - [anon_sym_unsigned] = ACTIONS(1556), - [anon_sym_long] = ACTIONS(1556), - [anon_sym_short] = ACTIONS(1556), - [anon_sym_static] = ACTIONS(1556), - [anon_sym_auto] = ACTIONS(1556), - [anon_sym_register] = ACTIONS(1556), - [anon_sym_inline] = ACTIONS(1556), - [anon_sym___inline] = ACTIONS(1556), - [anon_sym___inline__] = ACTIONS(1556), - [anon_sym___forceinline] = ACTIONS(1556), - [anon_sym_thread_local] = ACTIONS(1556), - [anon_sym___thread] = ACTIONS(1556), - [anon_sym_const] = ACTIONS(1556), - [anon_sym_constexpr] = ACTIONS(1556), - [anon_sym_volatile] = ACTIONS(1556), - [anon_sym_restrict] = ACTIONS(1556), - [anon_sym___restrict__] = ACTIONS(1556), - [anon_sym__Atomic] = ACTIONS(1556), - [anon_sym__Noreturn] = ACTIONS(1556), - [anon_sym_noreturn] = ACTIONS(1556), - [sym_primitive_type] = ACTIONS(1556), - [anon_sym_enum] = ACTIONS(1556), - [anon_sym_struct] = ACTIONS(1556), - [anon_sym_union] = ACTIONS(1556), + [599] = { + [sym_identifier] = ACTIONS(1532), + [aux_sym_preproc_def_token1] = ACTIONS(1532), + [aux_sym_preproc_if_token1] = ACTIONS(1532), + [aux_sym_preproc_if_token2] = ACTIONS(1532), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1532), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1532), + [sym_preproc_directive] = ACTIONS(1532), + [anon_sym_subroutine] = ACTIONS(1532), + [anon_sym_invariant] = ACTIONS(1532), + [anon_sym_precise] = ACTIONS(1532), + [anon_sym_in] = ACTIONS(1532), + [anon_sym_out] = ACTIONS(1532), + [anon_sym_inout] = ACTIONS(1532), + [anon_sym_uniform] = ACTIONS(1532), + [anon_sym_shared] = ACTIONS(1532), + [anon_sym_attribute] = ACTIONS(1532), + [anon_sym_varying] = ACTIONS(1532), + [anon_sym_buffer] = ACTIONS(1532), + [anon_sym_coherent] = ACTIONS(1532), + [anon_sym_readonly] = ACTIONS(1532), + [anon_sym_writeonly] = ACTIONS(1532), + [anon_sym_precision] = ACTIONS(1532), + [anon_sym_highp] = ACTIONS(1532), + [anon_sym_mediump] = ACTIONS(1532), + [anon_sym_lowp] = ACTIONS(1532), + [anon_sym_centroid] = ACTIONS(1532), + [anon_sym_sample] = ACTIONS(1532), + [anon_sym_patch] = ACTIONS(1532), + [anon_sym_smooth] = ACTIONS(1532), + [anon_sym_flat] = ACTIONS(1532), + [anon_sym_noperspective] = ACTIONS(1532), + [anon_sym___extension__] = ACTIONS(1532), + [anon_sym_extern] = ACTIONS(1532), + [anon_sym___attribute__] = ACTIONS(1532), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1534), + [anon_sym___declspec] = ACTIONS(1532), + [anon_sym_signed] = ACTIONS(1532), + [anon_sym_unsigned] = ACTIONS(1532), + [anon_sym_long] = ACTIONS(1532), + [anon_sym_short] = ACTIONS(1532), + [anon_sym_static] = ACTIONS(1532), + [anon_sym_auto] = ACTIONS(1532), + [anon_sym_register] = ACTIONS(1532), + [anon_sym_inline] = ACTIONS(1532), + [anon_sym___inline] = ACTIONS(1532), + [anon_sym___inline__] = ACTIONS(1532), + [anon_sym___forceinline] = ACTIONS(1532), + [anon_sym_thread_local] = ACTIONS(1532), + [anon_sym___thread] = ACTIONS(1532), + [anon_sym_const] = ACTIONS(1532), + [anon_sym_constexpr] = ACTIONS(1532), + [anon_sym_volatile] = ACTIONS(1532), + [anon_sym_restrict] = ACTIONS(1532), + [anon_sym___restrict__] = ACTIONS(1532), + [anon_sym__Atomic] = ACTIONS(1532), + [anon_sym__Noreturn] = ACTIONS(1532), + [anon_sym_noreturn] = ACTIONS(1532), + [sym_primitive_type] = ACTIONS(1532), + [anon_sym_enum] = ACTIONS(1532), + [anon_sym_struct] = ACTIONS(1532), + [anon_sym_union] = ACTIONS(1532), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1556), - [anon_sym_rayPayloadInEXT] = ACTIONS(1556), - [anon_sym_hitAttributeEXT] = ACTIONS(1556), - [anon_sym_callableDataEXT] = ACTIONS(1556), - [anon_sym_callableDataInEXT] = ACTIONS(1556), - [anon_sym_shaderRecordEXT] = ACTIONS(1556), - [anon_sym_rayPayloadNV] = ACTIONS(1556), - [anon_sym_rayPayloadInNV] = ACTIONS(1556), - [anon_sym_hitAttributeNV] = ACTIONS(1556), - [anon_sym_callableDataNV] = ACTIONS(1556), - [anon_sym_callableDataInNV] = ACTIONS(1556), - [anon_sym_shaderRecordNV] = ACTIONS(1556), - [anon_sym_layout] = ACTIONS(1556), + [anon_sym_rayPayloadEXT] = ACTIONS(1532), + [anon_sym_rayPayloadInEXT] = ACTIONS(1532), + [anon_sym_hitAttributeEXT] = ACTIONS(1532), + [anon_sym_callableDataEXT] = ACTIONS(1532), + [anon_sym_callableDataInEXT] = ACTIONS(1532), + [anon_sym_shaderRecordEXT] = ACTIONS(1532), + [anon_sym_rayPayloadNV] = ACTIONS(1532), + [anon_sym_rayPayloadInNV] = ACTIONS(1532), + [anon_sym_hitAttributeNV] = ACTIONS(1532), + [anon_sym_callableDataNV] = ACTIONS(1532), + [anon_sym_callableDataInNV] = ACTIONS(1532), + [anon_sym_shaderRecordNV] = ACTIONS(1532), + [anon_sym_layout] = ACTIONS(1532), }, - [587] = { - [sym_identifier] = ACTIONS(2262), - [aux_sym_preproc_def_token1] = ACTIONS(2262), - [aux_sym_preproc_if_token1] = ACTIONS(2262), - [aux_sym_preproc_if_token2] = ACTIONS(2262), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2262), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2262), - [aux_sym_preproc_else_token1] = ACTIONS(2262), - [aux_sym_preproc_elif_token1] = ACTIONS(2262), - [sym_preproc_directive] = ACTIONS(2262), - [anon_sym_subroutine] = ACTIONS(2262), - [anon_sym_invariant] = ACTIONS(2262), - [anon_sym_precise] = ACTIONS(2262), - [anon_sym_in] = ACTIONS(2262), - [anon_sym_out] = ACTIONS(2262), - [anon_sym_inout] = ACTIONS(2262), - [anon_sym_uniform] = ACTIONS(2262), - [anon_sym_shared] = ACTIONS(2262), - [anon_sym_attribute] = ACTIONS(2262), - [anon_sym_varying] = ACTIONS(2262), - [anon_sym_buffer] = ACTIONS(2262), - [anon_sym_coherent] = ACTIONS(2262), - [anon_sym_readonly] = ACTIONS(2262), - [anon_sym_writeonly] = ACTIONS(2262), - [anon_sym_precision] = ACTIONS(2262), - [anon_sym_highp] = ACTIONS(2262), - [anon_sym_mediump] = ACTIONS(2262), - [anon_sym_lowp] = ACTIONS(2262), - [anon_sym_centroid] = ACTIONS(2262), - [anon_sym_sample] = ACTIONS(2262), - [anon_sym_patch] = ACTIONS(2262), - [anon_sym_smooth] = ACTIONS(2262), - [anon_sym_flat] = ACTIONS(2262), - [anon_sym_noperspective] = ACTIONS(2262), - [anon_sym___extension__] = ACTIONS(2262), - [anon_sym_extern] = ACTIONS(2262), - [anon_sym___attribute__] = ACTIONS(2262), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2264), - [anon_sym___declspec] = ACTIONS(2262), - [anon_sym_signed] = ACTIONS(2262), - [anon_sym_unsigned] = ACTIONS(2262), - [anon_sym_long] = ACTIONS(2262), - [anon_sym_short] = ACTIONS(2262), - [anon_sym_static] = ACTIONS(2262), - [anon_sym_auto] = ACTIONS(2262), - [anon_sym_register] = ACTIONS(2262), - [anon_sym_inline] = ACTIONS(2262), - [anon_sym___inline] = ACTIONS(2262), - [anon_sym___inline__] = ACTIONS(2262), - [anon_sym___forceinline] = ACTIONS(2262), - [anon_sym_thread_local] = ACTIONS(2262), - [anon_sym___thread] = ACTIONS(2262), - [anon_sym_const] = ACTIONS(2262), - [anon_sym_constexpr] = ACTIONS(2262), - [anon_sym_volatile] = ACTIONS(2262), - [anon_sym_restrict] = ACTIONS(2262), - [anon_sym___restrict__] = ACTIONS(2262), - [anon_sym__Atomic] = ACTIONS(2262), - [anon_sym__Noreturn] = ACTIONS(2262), - [anon_sym_noreturn] = ACTIONS(2262), - [sym_primitive_type] = ACTIONS(2262), - [anon_sym_enum] = ACTIONS(2262), - [anon_sym_struct] = ACTIONS(2262), - [anon_sym_union] = ACTIONS(2262), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2262), - [anon_sym_rayPayloadInEXT] = ACTIONS(2262), - [anon_sym_hitAttributeEXT] = ACTIONS(2262), - [anon_sym_callableDataEXT] = ACTIONS(2262), - [anon_sym_callableDataInEXT] = ACTIONS(2262), - [anon_sym_shaderRecordEXT] = ACTIONS(2262), - [anon_sym_rayPayloadNV] = ACTIONS(2262), - [anon_sym_rayPayloadInNV] = ACTIONS(2262), - [anon_sym_hitAttributeNV] = ACTIONS(2262), - [anon_sym_callableDataNV] = ACTIONS(2262), - [anon_sym_callableDataInNV] = ACTIONS(2262), - [anon_sym_shaderRecordNV] = ACTIONS(2262), - [anon_sym_layout] = ACTIONS(2262), + [600] = { + [sym_identifier] = ACTIONS(2252), + [aux_sym_preproc_def_token1] = ACTIONS(2252), + [aux_sym_preproc_if_token1] = ACTIONS(2252), + [aux_sym_preproc_if_token2] = ACTIONS(2252), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2252), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2252), + [sym_preproc_directive] = ACTIONS(2252), + [anon_sym_subroutine] = ACTIONS(2252), + [anon_sym_invariant] = ACTIONS(2252), + [anon_sym_precise] = ACTIONS(2252), + [anon_sym_in] = ACTIONS(2252), + [anon_sym_out] = ACTIONS(2252), + [anon_sym_inout] = ACTIONS(2252), + [anon_sym_uniform] = ACTIONS(2252), + [anon_sym_shared] = ACTIONS(2252), + [anon_sym_attribute] = ACTIONS(2252), + [anon_sym_varying] = ACTIONS(2252), + [anon_sym_buffer] = ACTIONS(2252), + [anon_sym_coherent] = ACTIONS(2252), + [anon_sym_readonly] = ACTIONS(2252), + [anon_sym_writeonly] = ACTIONS(2252), + [anon_sym_precision] = ACTIONS(2252), + [anon_sym_highp] = ACTIONS(2252), + [anon_sym_mediump] = ACTIONS(2252), + [anon_sym_lowp] = ACTIONS(2252), + [anon_sym_centroid] = ACTIONS(2252), + [anon_sym_sample] = ACTIONS(2252), + [anon_sym_patch] = ACTIONS(2252), + [anon_sym_smooth] = ACTIONS(2252), + [anon_sym_flat] = ACTIONS(2252), + [anon_sym_noperspective] = ACTIONS(2252), + [anon_sym___extension__] = ACTIONS(2252), + [anon_sym_extern] = ACTIONS(2252), + [anon_sym___attribute__] = ACTIONS(2252), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2254), + [anon_sym___declspec] = ACTIONS(2252), + [anon_sym_signed] = ACTIONS(2252), + [anon_sym_unsigned] = ACTIONS(2252), + [anon_sym_long] = ACTIONS(2252), + [anon_sym_short] = ACTIONS(2252), + [anon_sym_static] = ACTIONS(2252), + [anon_sym_auto] = ACTIONS(2252), + [anon_sym_register] = ACTIONS(2252), + [anon_sym_inline] = ACTIONS(2252), + [anon_sym___inline] = ACTIONS(2252), + [anon_sym___inline__] = ACTIONS(2252), + [anon_sym___forceinline] = ACTIONS(2252), + [anon_sym_thread_local] = ACTIONS(2252), + [anon_sym___thread] = ACTIONS(2252), + [anon_sym_const] = ACTIONS(2252), + [anon_sym_constexpr] = ACTIONS(2252), + [anon_sym_volatile] = ACTIONS(2252), + [anon_sym_restrict] = ACTIONS(2252), + [anon_sym___restrict__] = ACTIONS(2252), + [anon_sym__Atomic] = ACTIONS(2252), + [anon_sym__Noreturn] = ACTIONS(2252), + [anon_sym_noreturn] = ACTIONS(2252), + [sym_primitive_type] = ACTIONS(2252), + [anon_sym_enum] = ACTIONS(2252), + [anon_sym_struct] = ACTIONS(2252), + [anon_sym_union] = ACTIONS(2252), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2252), + [anon_sym_rayPayloadInEXT] = ACTIONS(2252), + [anon_sym_hitAttributeEXT] = ACTIONS(2252), + [anon_sym_callableDataEXT] = ACTIONS(2252), + [anon_sym_callableDataInEXT] = ACTIONS(2252), + [anon_sym_shaderRecordEXT] = ACTIONS(2252), + [anon_sym_rayPayloadNV] = ACTIONS(2252), + [anon_sym_rayPayloadInNV] = ACTIONS(2252), + [anon_sym_hitAttributeNV] = ACTIONS(2252), + [anon_sym_callableDataNV] = ACTIONS(2252), + [anon_sym_callableDataInNV] = ACTIONS(2252), + [anon_sym_shaderRecordNV] = ACTIONS(2252), + [anon_sym_layout] = ACTIONS(2252), }, - [588] = { - [sym_identifier] = ACTIONS(2282), - [aux_sym_preproc_def_token1] = ACTIONS(2282), - [aux_sym_preproc_if_token1] = ACTIONS(2282), - [aux_sym_preproc_if_token2] = ACTIONS(2282), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2282), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2282), - [aux_sym_preproc_else_token1] = ACTIONS(2282), - [aux_sym_preproc_elif_token1] = ACTIONS(2282), - [sym_preproc_directive] = ACTIONS(2282), - [anon_sym_subroutine] = ACTIONS(2282), - [anon_sym_invariant] = ACTIONS(2282), - [anon_sym_precise] = ACTIONS(2282), - [anon_sym_in] = ACTIONS(2282), - [anon_sym_out] = ACTIONS(2282), - [anon_sym_inout] = ACTIONS(2282), - [anon_sym_uniform] = ACTIONS(2282), - [anon_sym_shared] = ACTIONS(2282), - [anon_sym_attribute] = ACTIONS(2282), - [anon_sym_varying] = ACTIONS(2282), - [anon_sym_buffer] = ACTIONS(2282), - [anon_sym_coherent] = ACTIONS(2282), - [anon_sym_readonly] = ACTIONS(2282), - [anon_sym_writeonly] = ACTIONS(2282), - [anon_sym_precision] = ACTIONS(2282), - [anon_sym_highp] = ACTIONS(2282), - [anon_sym_mediump] = ACTIONS(2282), - [anon_sym_lowp] = ACTIONS(2282), - [anon_sym_centroid] = ACTIONS(2282), - [anon_sym_sample] = ACTIONS(2282), - [anon_sym_patch] = ACTIONS(2282), - [anon_sym_smooth] = ACTIONS(2282), - [anon_sym_flat] = ACTIONS(2282), - [anon_sym_noperspective] = ACTIONS(2282), - [anon_sym___extension__] = ACTIONS(2282), - [anon_sym_extern] = ACTIONS(2282), - [anon_sym___attribute__] = ACTIONS(2282), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2284), - [anon_sym___declspec] = ACTIONS(2282), - [anon_sym_signed] = ACTIONS(2282), - [anon_sym_unsigned] = ACTIONS(2282), - [anon_sym_long] = ACTIONS(2282), - [anon_sym_short] = ACTIONS(2282), - [anon_sym_static] = ACTIONS(2282), - [anon_sym_auto] = ACTIONS(2282), - [anon_sym_register] = ACTIONS(2282), - [anon_sym_inline] = ACTIONS(2282), - [anon_sym___inline] = ACTIONS(2282), - [anon_sym___inline__] = ACTIONS(2282), - [anon_sym___forceinline] = ACTIONS(2282), - [anon_sym_thread_local] = ACTIONS(2282), - [anon_sym___thread] = ACTIONS(2282), - [anon_sym_const] = ACTIONS(2282), - [anon_sym_constexpr] = ACTIONS(2282), - [anon_sym_volatile] = ACTIONS(2282), - [anon_sym_restrict] = ACTIONS(2282), - [anon_sym___restrict__] = ACTIONS(2282), - [anon_sym__Atomic] = ACTIONS(2282), - [anon_sym__Noreturn] = ACTIONS(2282), - [anon_sym_noreturn] = ACTIONS(2282), - [sym_primitive_type] = ACTIONS(2282), - [anon_sym_enum] = ACTIONS(2282), - [anon_sym_struct] = ACTIONS(2282), - [anon_sym_union] = ACTIONS(2282), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2282), - [anon_sym_rayPayloadInEXT] = ACTIONS(2282), - [anon_sym_hitAttributeEXT] = ACTIONS(2282), - [anon_sym_callableDataEXT] = ACTIONS(2282), - [anon_sym_callableDataInEXT] = ACTIONS(2282), - [anon_sym_shaderRecordEXT] = ACTIONS(2282), - [anon_sym_rayPayloadNV] = ACTIONS(2282), - [anon_sym_rayPayloadInNV] = ACTIONS(2282), - [anon_sym_hitAttributeNV] = ACTIONS(2282), - [anon_sym_callableDataNV] = ACTIONS(2282), - [anon_sym_callableDataInNV] = ACTIONS(2282), - [anon_sym_shaderRecordNV] = ACTIONS(2282), - [anon_sym_layout] = ACTIONS(2282), + [601] = { + [sym_identifier] = ACTIONS(2276), + [aux_sym_preproc_def_token1] = ACTIONS(2276), + [aux_sym_preproc_if_token1] = ACTIONS(2276), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2276), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2276), + [sym_preproc_directive] = ACTIONS(2276), + [anon_sym_subroutine] = ACTIONS(2276), + [anon_sym_invariant] = ACTIONS(2276), + [anon_sym_precise] = ACTIONS(2276), + [anon_sym_in] = ACTIONS(2276), + [anon_sym_out] = ACTIONS(2276), + [anon_sym_inout] = ACTIONS(2276), + [anon_sym_uniform] = ACTIONS(2276), + [anon_sym_shared] = ACTIONS(2276), + [anon_sym_attribute] = ACTIONS(2276), + [anon_sym_varying] = ACTIONS(2276), + [anon_sym_buffer] = ACTIONS(2276), + [anon_sym_coherent] = ACTIONS(2276), + [anon_sym_readonly] = ACTIONS(2276), + [anon_sym_writeonly] = ACTIONS(2276), + [anon_sym_precision] = ACTIONS(2276), + [anon_sym_highp] = ACTIONS(2276), + [anon_sym_mediump] = ACTIONS(2276), + [anon_sym_lowp] = ACTIONS(2276), + [anon_sym_centroid] = ACTIONS(2276), + [anon_sym_sample] = ACTIONS(2276), + [anon_sym_patch] = ACTIONS(2276), + [anon_sym_smooth] = ACTIONS(2276), + [anon_sym_flat] = ACTIONS(2276), + [anon_sym_noperspective] = ACTIONS(2276), + [anon_sym___extension__] = ACTIONS(2276), + [anon_sym_extern] = ACTIONS(2276), + [anon_sym___attribute__] = ACTIONS(2276), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2278), + [anon_sym___declspec] = ACTIONS(2276), + [anon_sym_RBRACE] = ACTIONS(2278), + [anon_sym_signed] = ACTIONS(2276), + [anon_sym_unsigned] = ACTIONS(2276), + [anon_sym_long] = ACTIONS(2276), + [anon_sym_short] = ACTIONS(2276), + [anon_sym_static] = ACTIONS(2276), + [anon_sym_auto] = ACTIONS(2276), + [anon_sym_register] = ACTIONS(2276), + [anon_sym_inline] = ACTIONS(2276), + [anon_sym___inline] = ACTIONS(2276), + [anon_sym___inline__] = ACTIONS(2276), + [anon_sym___forceinline] = ACTIONS(2276), + [anon_sym_thread_local] = ACTIONS(2276), + [anon_sym___thread] = ACTIONS(2276), + [anon_sym_const] = ACTIONS(2276), + [anon_sym_constexpr] = ACTIONS(2276), + [anon_sym_volatile] = ACTIONS(2276), + [anon_sym_restrict] = ACTIONS(2276), + [anon_sym___restrict__] = ACTIONS(2276), + [anon_sym__Atomic] = ACTIONS(2276), + [anon_sym__Noreturn] = ACTIONS(2276), + [anon_sym_noreturn] = ACTIONS(2276), + [sym_primitive_type] = ACTIONS(2276), + [anon_sym_enum] = ACTIONS(2276), + [anon_sym_struct] = ACTIONS(2276), + [anon_sym_union] = ACTIONS(2276), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2276), + [anon_sym_rayPayloadInEXT] = ACTIONS(2276), + [anon_sym_hitAttributeEXT] = ACTIONS(2276), + [anon_sym_callableDataEXT] = ACTIONS(2276), + [anon_sym_callableDataInEXT] = ACTIONS(2276), + [anon_sym_shaderRecordEXT] = ACTIONS(2276), + [anon_sym_rayPayloadNV] = ACTIONS(2276), + [anon_sym_rayPayloadInNV] = ACTIONS(2276), + [anon_sym_hitAttributeNV] = ACTIONS(2276), + [anon_sym_callableDataNV] = ACTIONS(2276), + [anon_sym_callableDataInNV] = ACTIONS(2276), + [anon_sym_shaderRecordNV] = ACTIONS(2276), + [anon_sym_layout] = ACTIONS(2276), }, - [589] = { - [sym_identifier] = ACTIONS(2274), - [aux_sym_preproc_def_token1] = ACTIONS(2274), - [aux_sym_preproc_if_token1] = ACTIONS(2274), - [aux_sym_preproc_if_token2] = ACTIONS(2274), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2274), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2274), - [aux_sym_preproc_else_token1] = ACTIONS(2274), - [aux_sym_preproc_elif_token1] = ACTIONS(2274), - [sym_preproc_directive] = ACTIONS(2274), - [anon_sym_subroutine] = ACTIONS(2274), - [anon_sym_invariant] = ACTIONS(2274), - [anon_sym_precise] = ACTIONS(2274), - [anon_sym_in] = ACTIONS(2274), - [anon_sym_out] = ACTIONS(2274), - [anon_sym_inout] = ACTIONS(2274), - [anon_sym_uniform] = ACTIONS(2274), - [anon_sym_shared] = ACTIONS(2274), - [anon_sym_attribute] = ACTIONS(2274), - [anon_sym_varying] = ACTIONS(2274), - [anon_sym_buffer] = ACTIONS(2274), - [anon_sym_coherent] = ACTIONS(2274), - [anon_sym_readonly] = ACTIONS(2274), - [anon_sym_writeonly] = ACTIONS(2274), - [anon_sym_precision] = ACTIONS(2274), - [anon_sym_highp] = ACTIONS(2274), - [anon_sym_mediump] = ACTIONS(2274), - [anon_sym_lowp] = ACTIONS(2274), - [anon_sym_centroid] = ACTIONS(2274), - [anon_sym_sample] = ACTIONS(2274), - [anon_sym_patch] = ACTIONS(2274), - [anon_sym_smooth] = ACTIONS(2274), - [anon_sym_flat] = ACTIONS(2274), - [anon_sym_noperspective] = ACTIONS(2274), - [anon_sym___extension__] = ACTIONS(2274), - [anon_sym_extern] = ACTIONS(2274), - [anon_sym___attribute__] = ACTIONS(2274), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2276), - [anon_sym___declspec] = ACTIONS(2274), - [anon_sym_signed] = ACTIONS(2274), - [anon_sym_unsigned] = ACTIONS(2274), - [anon_sym_long] = ACTIONS(2274), - [anon_sym_short] = ACTIONS(2274), - [anon_sym_static] = ACTIONS(2274), - [anon_sym_auto] = ACTIONS(2274), - [anon_sym_register] = ACTIONS(2274), - [anon_sym_inline] = ACTIONS(2274), - [anon_sym___inline] = ACTIONS(2274), - [anon_sym___inline__] = ACTIONS(2274), - [anon_sym___forceinline] = ACTIONS(2274), - [anon_sym_thread_local] = ACTIONS(2274), - [anon_sym___thread] = ACTIONS(2274), - [anon_sym_const] = ACTIONS(2274), - [anon_sym_constexpr] = ACTIONS(2274), - [anon_sym_volatile] = ACTIONS(2274), - [anon_sym_restrict] = ACTIONS(2274), - [anon_sym___restrict__] = ACTIONS(2274), - [anon_sym__Atomic] = ACTIONS(2274), - [anon_sym__Noreturn] = ACTIONS(2274), - [anon_sym_noreturn] = ACTIONS(2274), - [sym_primitive_type] = ACTIONS(2274), - [anon_sym_enum] = ACTIONS(2274), - [anon_sym_struct] = ACTIONS(2274), - [anon_sym_union] = ACTIONS(2274), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2274), - [anon_sym_rayPayloadInEXT] = ACTIONS(2274), - [anon_sym_hitAttributeEXT] = ACTIONS(2274), - [anon_sym_callableDataEXT] = ACTIONS(2274), - [anon_sym_callableDataInEXT] = ACTIONS(2274), - [anon_sym_shaderRecordEXT] = ACTIONS(2274), - [anon_sym_rayPayloadNV] = ACTIONS(2274), - [anon_sym_rayPayloadInNV] = ACTIONS(2274), - [anon_sym_hitAttributeNV] = ACTIONS(2274), - [anon_sym_callableDataNV] = ACTIONS(2274), - [anon_sym_callableDataInNV] = ACTIONS(2274), - [anon_sym_shaderRecordNV] = ACTIONS(2274), - [anon_sym_layout] = ACTIONS(2274), + [602] = { + [sym_identifier] = ACTIONS(2256), + [aux_sym_preproc_def_token1] = ACTIONS(2256), + [aux_sym_preproc_if_token1] = ACTIONS(2256), + [aux_sym_preproc_if_token2] = ACTIONS(2256), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2256), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2256), + [sym_preproc_directive] = ACTIONS(2256), + [anon_sym_subroutine] = ACTIONS(2256), + [anon_sym_invariant] = ACTIONS(2256), + [anon_sym_precise] = ACTIONS(2256), + [anon_sym_in] = ACTIONS(2256), + [anon_sym_out] = ACTIONS(2256), + [anon_sym_inout] = ACTIONS(2256), + [anon_sym_uniform] = ACTIONS(2256), + [anon_sym_shared] = ACTIONS(2256), + [anon_sym_attribute] = ACTIONS(2256), + [anon_sym_varying] = ACTIONS(2256), + [anon_sym_buffer] = ACTIONS(2256), + [anon_sym_coherent] = ACTIONS(2256), + [anon_sym_readonly] = ACTIONS(2256), + [anon_sym_writeonly] = ACTIONS(2256), + [anon_sym_precision] = ACTIONS(2256), + [anon_sym_highp] = ACTIONS(2256), + [anon_sym_mediump] = ACTIONS(2256), + [anon_sym_lowp] = ACTIONS(2256), + [anon_sym_centroid] = ACTIONS(2256), + [anon_sym_sample] = ACTIONS(2256), + [anon_sym_patch] = ACTIONS(2256), + [anon_sym_smooth] = ACTIONS(2256), + [anon_sym_flat] = ACTIONS(2256), + [anon_sym_noperspective] = ACTIONS(2256), + [anon_sym___extension__] = ACTIONS(2256), + [anon_sym_extern] = ACTIONS(2256), + [anon_sym___attribute__] = ACTIONS(2256), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2258), + [anon_sym___declspec] = ACTIONS(2256), + [anon_sym_signed] = ACTIONS(2256), + [anon_sym_unsigned] = ACTIONS(2256), + [anon_sym_long] = ACTIONS(2256), + [anon_sym_short] = ACTIONS(2256), + [anon_sym_static] = ACTIONS(2256), + [anon_sym_auto] = ACTIONS(2256), + [anon_sym_register] = ACTIONS(2256), + [anon_sym_inline] = ACTIONS(2256), + [anon_sym___inline] = ACTIONS(2256), + [anon_sym___inline__] = ACTIONS(2256), + [anon_sym___forceinline] = ACTIONS(2256), + [anon_sym_thread_local] = ACTIONS(2256), + [anon_sym___thread] = ACTIONS(2256), + [anon_sym_const] = ACTIONS(2256), + [anon_sym_constexpr] = ACTIONS(2256), + [anon_sym_volatile] = ACTIONS(2256), + [anon_sym_restrict] = ACTIONS(2256), + [anon_sym___restrict__] = ACTIONS(2256), + [anon_sym__Atomic] = ACTIONS(2256), + [anon_sym__Noreturn] = ACTIONS(2256), + [anon_sym_noreturn] = ACTIONS(2256), + [sym_primitive_type] = ACTIONS(2256), + [anon_sym_enum] = ACTIONS(2256), + [anon_sym_struct] = ACTIONS(2256), + [anon_sym_union] = ACTIONS(2256), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2256), + [anon_sym_rayPayloadInEXT] = ACTIONS(2256), + [anon_sym_hitAttributeEXT] = ACTIONS(2256), + [anon_sym_callableDataEXT] = ACTIONS(2256), + [anon_sym_callableDataInEXT] = ACTIONS(2256), + [anon_sym_shaderRecordEXT] = ACTIONS(2256), + [anon_sym_rayPayloadNV] = ACTIONS(2256), + [anon_sym_rayPayloadInNV] = ACTIONS(2256), + [anon_sym_hitAttributeNV] = ACTIONS(2256), + [anon_sym_callableDataNV] = ACTIONS(2256), + [anon_sym_callableDataInNV] = ACTIONS(2256), + [anon_sym_shaderRecordNV] = ACTIONS(2256), + [anon_sym_layout] = ACTIONS(2256), }, - [590] = { + [603] = { + [sym_identifier] = ACTIONS(2260), + [aux_sym_preproc_def_token1] = ACTIONS(2260), + [aux_sym_preproc_if_token1] = ACTIONS(2260), + [aux_sym_preproc_if_token2] = ACTIONS(2260), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2260), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2260), + [sym_preproc_directive] = ACTIONS(2260), + [anon_sym_subroutine] = ACTIONS(2260), + [anon_sym_invariant] = ACTIONS(2260), + [anon_sym_precise] = ACTIONS(2260), + [anon_sym_in] = ACTIONS(2260), + [anon_sym_out] = ACTIONS(2260), + [anon_sym_inout] = ACTIONS(2260), + [anon_sym_uniform] = ACTIONS(2260), + [anon_sym_shared] = ACTIONS(2260), + [anon_sym_attribute] = ACTIONS(2260), + [anon_sym_varying] = ACTIONS(2260), + [anon_sym_buffer] = ACTIONS(2260), + [anon_sym_coherent] = ACTIONS(2260), + [anon_sym_readonly] = ACTIONS(2260), + [anon_sym_writeonly] = ACTIONS(2260), + [anon_sym_precision] = ACTIONS(2260), + [anon_sym_highp] = ACTIONS(2260), + [anon_sym_mediump] = ACTIONS(2260), + [anon_sym_lowp] = ACTIONS(2260), + [anon_sym_centroid] = ACTIONS(2260), + [anon_sym_sample] = ACTIONS(2260), + [anon_sym_patch] = ACTIONS(2260), + [anon_sym_smooth] = ACTIONS(2260), + [anon_sym_flat] = ACTIONS(2260), + [anon_sym_noperspective] = ACTIONS(2260), + [anon_sym___extension__] = ACTIONS(2260), + [anon_sym_extern] = ACTIONS(2260), + [anon_sym___attribute__] = ACTIONS(2260), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2262), + [anon_sym___declspec] = ACTIONS(2260), + [anon_sym_signed] = ACTIONS(2260), + [anon_sym_unsigned] = ACTIONS(2260), + [anon_sym_long] = ACTIONS(2260), + [anon_sym_short] = ACTIONS(2260), + [anon_sym_static] = ACTIONS(2260), + [anon_sym_auto] = ACTIONS(2260), + [anon_sym_register] = ACTIONS(2260), + [anon_sym_inline] = ACTIONS(2260), + [anon_sym___inline] = ACTIONS(2260), + [anon_sym___inline__] = ACTIONS(2260), + [anon_sym___forceinline] = ACTIONS(2260), + [anon_sym_thread_local] = ACTIONS(2260), + [anon_sym___thread] = ACTIONS(2260), + [anon_sym_const] = ACTIONS(2260), + [anon_sym_constexpr] = ACTIONS(2260), + [anon_sym_volatile] = ACTIONS(2260), + [anon_sym_restrict] = ACTIONS(2260), + [anon_sym___restrict__] = ACTIONS(2260), + [anon_sym__Atomic] = ACTIONS(2260), + [anon_sym__Noreturn] = ACTIONS(2260), + [anon_sym_noreturn] = ACTIONS(2260), + [sym_primitive_type] = ACTIONS(2260), + [anon_sym_enum] = ACTIONS(2260), + [anon_sym_struct] = ACTIONS(2260), + [anon_sym_union] = ACTIONS(2260), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2260), + [anon_sym_rayPayloadInEXT] = ACTIONS(2260), + [anon_sym_hitAttributeEXT] = ACTIONS(2260), + [anon_sym_callableDataEXT] = ACTIONS(2260), + [anon_sym_callableDataInEXT] = ACTIONS(2260), + [anon_sym_shaderRecordEXT] = ACTIONS(2260), + [anon_sym_rayPayloadNV] = ACTIONS(2260), + [anon_sym_rayPayloadInNV] = ACTIONS(2260), + [anon_sym_hitAttributeNV] = ACTIONS(2260), + [anon_sym_callableDataNV] = ACTIONS(2260), + [anon_sym_callableDataInNV] = ACTIONS(2260), + [anon_sym_shaderRecordNV] = ACTIONS(2260), + [anon_sym_layout] = ACTIONS(2260), + }, + [604] = { [sym_identifier] = ACTIONS(1532), [aux_sym_preproc_def_token1] = ACTIONS(1532), [aux_sym_preproc_if_token1] = ACTIONS(1532), - [aux_sym_preproc_if_token2] = ACTIONS(1532), [aux_sym_preproc_ifdef_token1] = ACTIONS(1532), [aux_sym_preproc_ifdef_token2] = ACTIONS(1532), - [aux_sym_preproc_else_token1] = ACTIONS(1532), - [aux_sym_preproc_elif_token1] = ACTIONS(1532), [sym_preproc_directive] = ACTIONS(1532), [anon_sym_subroutine] = ACTIONS(1532), [anon_sym_invariant] = ACTIONS(1532), @@ -94098,6 +95172,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___attribute__] = ACTIONS(1532), [anon_sym_LBRACK_LBRACK] = ACTIONS(1534), [anon_sym___declspec] = ACTIONS(1532), + [anon_sym_RBRACE] = ACTIONS(1534), [anon_sym_signed] = ACTIONS(1532), [anon_sym_unsigned] = ACTIONS(1532), [anon_sym_long] = ACTIONS(1532), @@ -94138,625 +95213,623 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1532), [anon_sym_layout] = ACTIONS(1532), }, - [591] = { - [sym_identifier] = ACTIONS(2298), - [anon_sym_subroutine] = ACTIONS(2298), - [anon_sym_invariant] = ACTIONS(2298), - [anon_sym_precise] = ACTIONS(2298), - [anon_sym_in] = ACTIONS(2298), - [anon_sym_out] = ACTIONS(2298), - [anon_sym_inout] = ACTIONS(2298), - [anon_sym_uniform] = ACTIONS(2298), - [anon_sym_shared] = ACTIONS(2298), - [anon_sym_attribute] = ACTIONS(2298), - [anon_sym_varying] = ACTIONS(2298), - [anon_sym_buffer] = ACTIONS(2298), - [anon_sym_coherent] = ACTIONS(2298), - [anon_sym_readonly] = ACTIONS(2298), - [anon_sym_writeonly] = ACTIONS(2298), - [anon_sym_precision] = ACTIONS(2298), - [anon_sym_highp] = ACTIONS(2298), - [anon_sym_mediump] = ACTIONS(2298), - [anon_sym_lowp] = ACTIONS(2298), - [anon_sym_centroid] = ACTIONS(2298), - [anon_sym_sample] = ACTIONS(2298), - [anon_sym_patch] = ACTIONS(2298), - [anon_sym_smooth] = ACTIONS(2298), - [anon_sym_flat] = ACTIONS(2298), - [anon_sym_noperspective] = ACTIONS(2298), - [anon_sym___extension__] = ACTIONS(2298), - [anon_sym_extern] = ACTIONS(2298), - [anon_sym___attribute__] = ACTIONS(2298), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2300), - [anon_sym___declspec] = ACTIONS(2298), - [anon_sym___cdecl] = ACTIONS(2298), - [anon_sym___clrcall] = ACTIONS(2298), - [anon_sym___stdcall] = ACTIONS(2298), - [anon_sym___fastcall] = ACTIONS(2298), - [anon_sym___thiscall] = ACTIONS(2298), - [anon_sym___vectorcall] = ACTIONS(2298), - [anon_sym_LBRACE] = ACTIONS(2300), - [anon_sym_signed] = ACTIONS(2298), - [anon_sym_unsigned] = ACTIONS(2298), - [anon_sym_long] = ACTIONS(2298), - [anon_sym_short] = ACTIONS(2298), - [anon_sym_static] = ACTIONS(2298), - [anon_sym_auto] = ACTIONS(2298), - [anon_sym_register] = ACTIONS(2298), - [anon_sym_inline] = ACTIONS(2298), - [anon_sym___inline] = ACTIONS(2298), - [anon_sym___inline__] = ACTIONS(2298), - [anon_sym___forceinline] = ACTIONS(2298), - [anon_sym_thread_local] = ACTIONS(2298), - [anon_sym___thread] = ACTIONS(2298), - [anon_sym_const] = ACTIONS(2298), - [anon_sym_constexpr] = ACTIONS(2298), - [anon_sym_volatile] = ACTIONS(2298), - [anon_sym_restrict] = ACTIONS(2298), - [anon_sym___restrict__] = ACTIONS(2298), - [anon_sym__Atomic] = ACTIONS(2298), - [anon_sym__Noreturn] = ACTIONS(2298), - [anon_sym_noreturn] = ACTIONS(2298), - [sym_primitive_type] = ACTIONS(2298), - [anon_sym_enum] = ACTIONS(2298), - [anon_sym_struct] = ACTIONS(2298), - [anon_sym_union] = ACTIONS(2298), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2298), - [anon_sym_rayPayloadInEXT] = ACTIONS(2298), - [anon_sym_hitAttributeEXT] = ACTIONS(2298), - [anon_sym_callableDataEXT] = ACTIONS(2298), - [anon_sym_callableDataInEXT] = ACTIONS(2298), - [anon_sym_shaderRecordEXT] = ACTIONS(2298), - [anon_sym_rayPayloadNV] = ACTIONS(2298), - [anon_sym_rayPayloadInNV] = ACTIONS(2298), - [anon_sym_hitAttributeNV] = ACTIONS(2298), - [anon_sym_callableDataNV] = ACTIONS(2298), - [anon_sym_callableDataInNV] = ACTIONS(2298), - [anon_sym_shaderRecordNV] = ACTIONS(2298), - [anon_sym_layout] = ACTIONS(2298), + [605] = { + [sym_identifier] = ACTIONS(1544), + [aux_sym_preproc_def_token1] = ACTIONS(1544), + [aux_sym_preproc_if_token1] = ACTIONS(1544), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1544), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1544), + [sym_preproc_directive] = ACTIONS(1544), + [anon_sym_subroutine] = ACTIONS(1544), + [anon_sym_invariant] = ACTIONS(1544), + [anon_sym_precise] = ACTIONS(1544), + [anon_sym_in] = ACTIONS(1544), + [anon_sym_out] = ACTIONS(1544), + [anon_sym_inout] = ACTIONS(1544), + [anon_sym_uniform] = ACTIONS(1544), + [anon_sym_shared] = ACTIONS(1544), + [anon_sym_attribute] = ACTIONS(1544), + [anon_sym_varying] = ACTIONS(1544), + [anon_sym_buffer] = ACTIONS(1544), + [anon_sym_coherent] = ACTIONS(1544), + [anon_sym_readonly] = ACTIONS(1544), + [anon_sym_writeonly] = ACTIONS(1544), + [anon_sym_precision] = ACTIONS(1544), + [anon_sym_highp] = ACTIONS(1544), + [anon_sym_mediump] = ACTIONS(1544), + [anon_sym_lowp] = ACTIONS(1544), + [anon_sym_centroid] = ACTIONS(1544), + [anon_sym_sample] = ACTIONS(1544), + [anon_sym_patch] = ACTIONS(1544), + [anon_sym_smooth] = ACTIONS(1544), + [anon_sym_flat] = ACTIONS(1544), + [anon_sym_noperspective] = ACTIONS(1544), + [anon_sym___extension__] = ACTIONS(1544), + [anon_sym_extern] = ACTIONS(1544), + [anon_sym___attribute__] = ACTIONS(1544), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1546), + [anon_sym___declspec] = ACTIONS(1544), + [anon_sym_RBRACE] = ACTIONS(1546), + [anon_sym_signed] = ACTIONS(1544), + [anon_sym_unsigned] = ACTIONS(1544), + [anon_sym_long] = ACTIONS(1544), + [anon_sym_short] = ACTIONS(1544), + [anon_sym_static] = ACTIONS(1544), + [anon_sym_auto] = ACTIONS(1544), + [anon_sym_register] = ACTIONS(1544), + [anon_sym_inline] = ACTIONS(1544), + [anon_sym___inline] = ACTIONS(1544), + [anon_sym___inline__] = ACTIONS(1544), + [anon_sym___forceinline] = ACTIONS(1544), + [anon_sym_thread_local] = ACTIONS(1544), + [anon_sym___thread] = ACTIONS(1544), + [anon_sym_const] = ACTIONS(1544), + [anon_sym_constexpr] = ACTIONS(1544), + [anon_sym_volatile] = ACTIONS(1544), + [anon_sym_restrict] = ACTIONS(1544), + [anon_sym___restrict__] = ACTIONS(1544), + [anon_sym__Atomic] = ACTIONS(1544), + [anon_sym__Noreturn] = ACTIONS(1544), + [anon_sym_noreturn] = ACTIONS(1544), + [sym_primitive_type] = ACTIONS(1544), + [anon_sym_enum] = ACTIONS(1544), + [anon_sym_struct] = ACTIONS(1544), + [anon_sym_union] = ACTIONS(1544), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1544), + [anon_sym_rayPayloadInEXT] = ACTIONS(1544), + [anon_sym_hitAttributeEXT] = ACTIONS(1544), + [anon_sym_callableDataEXT] = ACTIONS(1544), + [anon_sym_callableDataInEXT] = ACTIONS(1544), + [anon_sym_shaderRecordEXT] = ACTIONS(1544), + [anon_sym_rayPayloadNV] = ACTIONS(1544), + [anon_sym_rayPayloadInNV] = ACTIONS(1544), + [anon_sym_hitAttributeNV] = ACTIONS(1544), + [anon_sym_callableDataNV] = ACTIONS(1544), + [anon_sym_callableDataInNV] = ACTIONS(1544), + [anon_sym_shaderRecordNV] = ACTIONS(1544), + [anon_sym_layout] = ACTIONS(1544), }, - [592] = { - [sym_identifier] = ACTIONS(2302), - [anon_sym_subroutine] = ACTIONS(2302), - [anon_sym_invariant] = ACTIONS(2302), - [anon_sym_precise] = ACTIONS(2302), - [anon_sym_in] = ACTIONS(2302), - [anon_sym_out] = ACTIONS(2302), - [anon_sym_inout] = ACTIONS(2302), - [anon_sym_uniform] = ACTIONS(2302), - [anon_sym_shared] = ACTIONS(2302), - [anon_sym_attribute] = ACTIONS(2302), - [anon_sym_varying] = ACTIONS(2302), - [anon_sym_buffer] = ACTIONS(2302), - [anon_sym_coherent] = ACTIONS(2302), - [anon_sym_readonly] = ACTIONS(2302), - [anon_sym_writeonly] = ACTIONS(2302), - [anon_sym_precision] = ACTIONS(2302), - [anon_sym_highp] = ACTIONS(2302), - [anon_sym_mediump] = ACTIONS(2302), - [anon_sym_lowp] = ACTIONS(2302), - [anon_sym_centroid] = ACTIONS(2302), - [anon_sym_sample] = ACTIONS(2302), - [anon_sym_patch] = ACTIONS(2302), - [anon_sym_smooth] = ACTIONS(2302), - [anon_sym_flat] = ACTIONS(2302), - [anon_sym_noperspective] = ACTIONS(2302), - [anon_sym___extension__] = ACTIONS(2302), - [anon_sym_extern] = ACTIONS(2302), - [anon_sym___attribute__] = ACTIONS(2302), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2304), - [anon_sym___declspec] = ACTIONS(2302), - [anon_sym___cdecl] = ACTIONS(2302), - [anon_sym___clrcall] = ACTIONS(2302), - [anon_sym___stdcall] = ACTIONS(2302), - [anon_sym___fastcall] = ACTIONS(2302), - [anon_sym___thiscall] = ACTIONS(2302), - [anon_sym___vectorcall] = ACTIONS(2302), - [anon_sym_LBRACE] = ACTIONS(2304), - [anon_sym_signed] = ACTIONS(2302), - [anon_sym_unsigned] = ACTIONS(2302), - [anon_sym_long] = ACTIONS(2302), - [anon_sym_short] = ACTIONS(2302), - [anon_sym_static] = ACTIONS(2302), - [anon_sym_auto] = ACTIONS(2302), - [anon_sym_register] = ACTIONS(2302), - [anon_sym_inline] = ACTIONS(2302), - [anon_sym___inline] = ACTIONS(2302), - [anon_sym___inline__] = ACTIONS(2302), - [anon_sym___forceinline] = ACTIONS(2302), - [anon_sym_thread_local] = ACTIONS(2302), - [anon_sym___thread] = ACTIONS(2302), - [anon_sym_const] = ACTIONS(2302), - [anon_sym_constexpr] = ACTIONS(2302), - [anon_sym_volatile] = ACTIONS(2302), - [anon_sym_restrict] = ACTIONS(2302), - [anon_sym___restrict__] = ACTIONS(2302), - [anon_sym__Atomic] = ACTIONS(2302), - [anon_sym__Noreturn] = ACTIONS(2302), - [anon_sym_noreturn] = ACTIONS(2302), - [sym_primitive_type] = ACTIONS(2302), - [anon_sym_enum] = ACTIONS(2302), - [anon_sym_struct] = ACTIONS(2302), - [anon_sym_union] = ACTIONS(2302), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2302), - [anon_sym_rayPayloadInEXT] = ACTIONS(2302), - [anon_sym_hitAttributeEXT] = ACTIONS(2302), - [anon_sym_callableDataEXT] = ACTIONS(2302), - [anon_sym_callableDataInEXT] = ACTIONS(2302), - [anon_sym_shaderRecordEXT] = ACTIONS(2302), - [anon_sym_rayPayloadNV] = ACTIONS(2302), - [anon_sym_rayPayloadInNV] = ACTIONS(2302), - [anon_sym_hitAttributeNV] = ACTIONS(2302), - [anon_sym_callableDataNV] = ACTIONS(2302), - [anon_sym_callableDataInNV] = ACTIONS(2302), - [anon_sym_shaderRecordNV] = ACTIONS(2302), - [anon_sym_layout] = ACTIONS(2302), + [606] = { + [sym_identifier] = ACTIONS(2272), + [aux_sym_preproc_def_token1] = ACTIONS(2272), + [aux_sym_preproc_if_token1] = ACTIONS(2272), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2272), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2272), + [sym_preproc_directive] = ACTIONS(2272), + [anon_sym_subroutine] = ACTIONS(2272), + [anon_sym_invariant] = ACTIONS(2272), + [anon_sym_precise] = ACTIONS(2272), + [anon_sym_in] = ACTIONS(2272), + [anon_sym_out] = ACTIONS(2272), + [anon_sym_inout] = ACTIONS(2272), + [anon_sym_uniform] = ACTIONS(2272), + [anon_sym_shared] = ACTIONS(2272), + [anon_sym_attribute] = ACTIONS(2272), + [anon_sym_varying] = ACTIONS(2272), + [anon_sym_buffer] = ACTIONS(2272), + [anon_sym_coherent] = ACTIONS(2272), + [anon_sym_readonly] = ACTIONS(2272), + [anon_sym_writeonly] = ACTIONS(2272), + [anon_sym_precision] = ACTIONS(2272), + [anon_sym_highp] = ACTIONS(2272), + [anon_sym_mediump] = ACTIONS(2272), + [anon_sym_lowp] = ACTIONS(2272), + [anon_sym_centroid] = ACTIONS(2272), + [anon_sym_sample] = ACTIONS(2272), + [anon_sym_patch] = ACTIONS(2272), + [anon_sym_smooth] = ACTIONS(2272), + [anon_sym_flat] = ACTIONS(2272), + [anon_sym_noperspective] = ACTIONS(2272), + [anon_sym___extension__] = ACTIONS(2272), + [anon_sym_extern] = ACTIONS(2272), + [anon_sym___attribute__] = ACTIONS(2272), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2274), + [anon_sym___declspec] = ACTIONS(2272), + [anon_sym_RBRACE] = ACTIONS(2274), + [anon_sym_signed] = ACTIONS(2272), + [anon_sym_unsigned] = ACTIONS(2272), + [anon_sym_long] = ACTIONS(2272), + [anon_sym_short] = ACTIONS(2272), + [anon_sym_static] = ACTIONS(2272), + [anon_sym_auto] = ACTIONS(2272), + [anon_sym_register] = ACTIONS(2272), + [anon_sym_inline] = ACTIONS(2272), + [anon_sym___inline] = ACTIONS(2272), + [anon_sym___inline__] = ACTIONS(2272), + [anon_sym___forceinline] = ACTIONS(2272), + [anon_sym_thread_local] = ACTIONS(2272), + [anon_sym___thread] = ACTIONS(2272), + [anon_sym_const] = ACTIONS(2272), + [anon_sym_constexpr] = ACTIONS(2272), + [anon_sym_volatile] = ACTIONS(2272), + [anon_sym_restrict] = ACTIONS(2272), + [anon_sym___restrict__] = ACTIONS(2272), + [anon_sym__Atomic] = ACTIONS(2272), + [anon_sym__Noreturn] = ACTIONS(2272), + [anon_sym_noreturn] = ACTIONS(2272), + [sym_primitive_type] = ACTIONS(2272), + [anon_sym_enum] = ACTIONS(2272), + [anon_sym_struct] = ACTIONS(2272), + [anon_sym_union] = ACTIONS(2272), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2272), + [anon_sym_rayPayloadInEXT] = ACTIONS(2272), + [anon_sym_hitAttributeEXT] = ACTIONS(2272), + [anon_sym_callableDataEXT] = ACTIONS(2272), + [anon_sym_callableDataInEXT] = ACTIONS(2272), + [anon_sym_shaderRecordEXT] = ACTIONS(2272), + [anon_sym_rayPayloadNV] = ACTIONS(2272), + [anon_sym_rayPayloadInNV] = ACTIONS(2272), + [anon_sym_hitAttributeNV] = ACTIONS(2272), + [anon_sym_callableDataNV] = ACTIONS(2272), + [anon_sym_callableDataInNV] = ACTIONS(2272), + [anon_sym_shaderRecordNV] = ACTIONS(2272), + [anon_sym_layout] = ACTIONS(2272), }, - [593] = { - [sym_identifier] = ACTIONS(2246), - [aux_sym_preproc_def_token1] = ACTIONS(2246), - [aux_sym_preproc_if_token1] = ACTIONS(2246), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2246), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2246), - [sym_preproc_directive] = ACTIONS(2246), - [anon_sym_subroutine] = ACTIONS(2246), - [anon_sym_invariant] = ACTIONS(2246), - [anon_sym_precise] = ACTIONS(2246), - [anon_sym_in] = ACTIONS(2246), - [anon_sym_out] = ACTIONS(2246), - [anon_sym_inout] = ACTIONS(2246), - [anon_sym_uniform] = ACTIONS(2246), - [anon_sym_shared] = ACTIONS(2246), - [anon_sym_attribute] = ACTIONS(2246), - [anon_sym_varying] = ACTIONS(2246), - [anon_sym_buffer] = ACTIONS(2246), - [anon_sym_coherent] = ACTIONS(2246), - [anon_sym_readonly] = ACTIONS(2246), - [anon_sym_writeonly] = ACTIONS(2246), - [anon_sym_precision] = ACTIONS(2246), - [anon_sym_highp] = ACTIONS(2246), - [anon_sym_mediump] = ACTIONS(2246), - [anon_sym_lowp] = ACTIONS(2246), - [anon_sym_centroid] = ACTIONS(2246), - [anon_sym_sample] = ACTIONS(2246), - [anon_sym_patch] = ACTIONS(2246), - [anon_sym_smooth] = ACTIONS(2246), - [anon_sym_flat] = ACTIONS(2246), - [anon_sym_noperspective] = ACTIONS(2246), - [anon_sym___extension__] = ACTIONS(2246), - [anon_sym_extern] = ACTIONS(2246), - [anon_sym___attribute__] = ACTIONS(2246), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2248), - [anon_sym___declspec] = ACTIONS(2246), - [anon_sym_RBRACE] = ACTIONS(2248), - [anon_sym_signed] = ACTIONS(2246), - [anon_sym_unsigned] = ACTIONS(2246), - [anon_sym_long] = ACTIONS(2246), - [anon_sym_short] = ACTIONS(2246), - [anon_sym_static] = ACTIONS(2246), - [anon_sym_auto] = ACTIONS(2246), - [anon_sym_register] = ACTIONS(2246), - [anon_sym_inline] = ACTIONS(2246), - [anon_sym___inline] = ACTIONS(2246), - [anon_sym___inline__] = ACTIONS(2246), - [anon_sym___forceinline] = ACTIONS(2246), - [anon_sym_thread_local] = ACTIONS(2246), - [anon_sym___thread] = ACTIONS(2246), - [anon_sym_const] = ACTIONS(2246), - [anon_sym_constexpr] = ACTIONS(2246), - [anon_sym_volatile] = ACTIONS(2246), - [anon_sym_restrict] = ACTIONS(2246), - [anon_sym___restrict__] = ACTIONS(2246), - [anon_sym__Atomic] = ACTIONS(2246), - [anon_sym__Noreturn] = ACTIONS(2246), - [anon_sym_noreturn] = ACTIONS(2246), - [sym_primitive_type] = ACTIONS(2246), - [anon_sym_enum] = ACTIONS(2246), - [anon_sym_struct] = ACTIONS(2246), - [anon_sym_union] = ACTIONS(2246), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2246), - [anon_sym_rayPayloadInEXT] = ACTIONS(2246), - [anon_sym_hitAttributeEXT] = ACTIONS(2246), - [anon_sym_callableDataEXT] = ACTIONS(2246), - [anon_sym_callableDataInEXT] = ACTIONS(2246), - [anon_sym_shaderRecordEXT] = ACTIONS(2246), - [anon_sym_rayPayloadNV] = ACTIONS(2246), - [anon_sym_rayPayloadInNV] = ACTIONS(2246), - [anon_sym_hitAttributeNV] = ACTIONS(2246), - [anon_sym_callableDataNV] = ACTIONS(2246), - [anon_sym_callableDataInNV] = ACTIONS(2246), - [anon_sym_shaderRecordNV] = ACTIONS(2246), - [anon_sym_layout] = ACTIONS(2246), + [607] = { + [sym_identifier] = ACTIONS(2264), + [aux_sym_preproc_def_token1] = ACTIONS(2264), + [aux_sym_preproc_if_token1] = ACTIONS(2264), + [aux_sym_preproc_if_token2] = ACTIONS(2264), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2264), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2264), + [sym_preproc_directive] = ACTIONS(2264), + [anon_sym_subroutine] = ACTIONS(2264), + [anon_sym_invariant] = ACTIONS(2264), + [anon_sym_precise] = ACTIONS(2264), + [anon_sym_in] = ACTIONS(2264), + [anon_sym_out] = ACTIONS(2264), + [anon_sym_inout] = ACTIONS(2264), + [anon_sym_uniform] = ACTIONS(2264), + [anon_sym_shared] = ACTIONS(2264), + [anon_sym_attribute] = ACTIONS(2264), + [anon_sym_varying] = ACTIONS(2264), + [anon_sym_buffer] = ACTIONS(2264), + [anon_sym_coherent] = ACTIONS(2264), + [anon_sym_readonly] = ACTIONS(2264), + [anon_sym_writeonly] = ACTIONS(2264), + [anon_sym_precision] = ACTIONS(2264), + [anon_sym_highp] = ACTIONS(2264), + [anon_sym_mediump] = ACTIONS(2264), + [anon_sym_lowp] = ACTIONS(2264), + [anon_sym_centroid] = ACTIONS(2264), + [anon_sym_sample] = ACTIONS(2264), + [anon_sym_patch] = ACTIONS(2264), + [anon_sym_smooth] = ACTIONS(2264), + [anon_sym_flat] = ACTIONS(2264), + [anon_sym_noperspective] = ACTIONS(2264), + [anon_sym___extension__] = ACTIONS(2264), + [anon_sym_extern] = ACTIONS(2264), + [anon_sym___attribute__] = ACTIONS(2264), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2266), + [anon_sym___declspec] = ACTIONS(2264), + [anon_sym_signed] = ACTIONS(2264), + [anon_sym_unsigned] = ACTIONS(2264), + [anon_sym_long] = ACTIONS(2264), + [anon_sym_short] = ACTIONS(2264), + [anon_sym_static] = ACTIONS(2264), + [anon_sym_auto] = ACTIONS(2264), + [anon_sym_register] = ACTIONS(2264), + [anon_sym_inline] = ACTIONS(2264), + [anon_sym___inline] = ACTIONS(2264), + [anon_sym___inline__] = ACTIONS(2264), + [anon_sym___forceinline] = ACTIONS(2264), + [anon_sym_thread_local] = ACTIONS(2264), + [anon_sym___thread] = ACTIONS(2264), + [anon_sym_const] = ACTIONS(2264), + [anon_sym_constexpr] = ACTIONS(2264), + [anon_sym_volatile] = ACTIONS(2264), + [anon_sym_restrict] = ACTIONS(2264), + [anon_sym___restrict__] = ACTIONS(2264), + [anon_sym__Atomic] = ACTIONS(2264), + [anon_sym__Noreturn] = ACTIONS(2264), + [anon_sym_noreturn] = ACTIONS(2264), + [sym_primitive_type] = ACTIONS(2264), + [anon_sym_enum] = ACTIONS(2264), + [anon_sym_struct] = ACTIONS(2264), + [anon_sym_union] = ACTIONS(2264), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2264), + [anon_sym_rayPayloadInEXT] = ACTIONS(2264), + [anon_sym_hitAttributeEXT] = ACTIONS(2264), + [anon_sym_callableDataEXT] = ACTIONS(2264), + [anon_sym_callableDataInEXT] = ACTIONS(2264), + [anon_sym_shaderRecordEXT] = ACTIONS(2264), + [anon_sym_rayPayloadNV] = ACTIONS(2264), + [anon_sym_rayPayloadInNV] = ACTIONS(2264), + [anon_sym_hitAttributeNV] = ACTIONS(2264), + [anon_sym_callableDataNV] = ACTIONS(2264), + [anon_sym_callableDataInNV] = ACTIONS(2264), + [anon_sym_shaderRecordNV] = ACTIONS(2264), + [anon_sym_layout] = ACTIONS(2264), }, - [594] = { - [sym_identifier] = ACTIONS(2286), - [aux_sym_preproc_def_token1] = ACTIONS(2286), - [aux_sym_preproc_if_token1] = ACTIONS(2286), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2286), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2286), - [sym_preproc_directive] = ACTIONS(2286), - [anon_sym_subroutine] = ACTIONS(2286), - [anon_sym_invariant] = ACTIONS(2286), - [anon_sym_precise] = ACTIONS(2286), - [anon_sym_in] = ACTIONS(2286), - [anon_sym_out] = ACTIONS(2286), - [anon_sym_inout] = ACTIONS(2286), - [anon_sym_uniform] = ACTIONS(2286), - [anon_sym_shared] = ACTIONS(2286), - [anon_sym_attribute] = ACTIONS(2286), - [anon_sym_varying] = ACTIONS(2286), - [anon_sym_buffer] = ACTIONS(2286), - [anon_sym_coherent] = ACTIONS(2286), - [anon_sym_readonly] = ACTIONS(2286), - [anon_sym_writeonly] = ACTIONS(2286), - [anon_sym_precision] = ACTIONS(2286), - [anon_sym_highp] = ACTIONS(2286), - [anon_sym_mediump] = ACTIONS(2286), - [anon_sym_lowp] = ACTIONS(2286), - [anon_sym_centroid] = ACTIONS(2286), - [anon_sym_sample] = ACTIONS(2286), - [anon_sym_patch] = ACTIONS(2286), - [anon_sym_smooth] = ACTIONS(2286), - [anon_sym_flat] = ACTIONS(2286), - [anon_sym_noperspective] = ACTIONS(2286), - [anon_sym___extension__] = ACTIONS(2286), - [anon_sym_extern] = ACTIONS(2286), - [anon_sym___attribute__] = ACTIONS(2286), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2288), - [anon_sym___declspec] = ACTIONS(2286), - [anon_sym_RBRACE] = ACTIONS(2288), - [anon_sym_signed] = ACTIONS(2286), - [anon_sym_unsigned] = ACTIONS(2286), - [anon_sym_long] = ACTIONS(2286), - [anon_sym_short] = ACTIONS(2286), - [anon_sym_static] = ACTIONS(2286), - [anon_sym_auto] = ACTIONS(2286), - [anon_sym_register] = ACTIONS(2286), - [anon_sym_inline] = ACTIONS(2286), - [anon_sym___inline] = ACTIONS(2286), - [anon_sym___inline__] = ACTIONS(2286), - [anon_sym___forceinline] = ACTIONS(2286), - [anon_sym_thread_local] = ACTIONS(2286), - [anon_sym___thread] = ACTIONS(2286), - [anon_sym_const] = ACTIONS(2286), - [anon_sym_constexpr] = ACTIONS(2286), - [anon_sym_volatile] = ACTIONS(2286), - [anon_sym_restrict] = ACTIONS(2286), - [anon_sym___restrict__] = ACTIONS(2286), - [anon_sym__Atomic] = ACTIONS(2286), - [anon_sym__Noreturn] = ACTIONS(2286), - [anon_sym_noreturn] = ACTIONS(2286), - [sym_primitive_type] = ACTIONS(2286), - [anon_sym_enum] = ACTIONS(2286), - [anon_sym_struct] = ACTIONS(2286), - [anon_sym_union] = ACTIONS(2286), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2286), - [anon_sym_rayPayloadInEXT] = ACTIONS(2286), - [anon_sym_hitAttributeEXT] = ACTIONS(2286), - [anon_sym_callableDataEXT] = ACTIONS(2286), - [anon_sym_callableDataInEXT] = ACTIONS(2286), - [anon_sym_shaderRecordEXT] = ACTIONS(2286), - [anon_sym_rayPayloadNV] = ACTIONS(2286), - [anon_sym_rayPayloadInNV] = ACTIONS(2286), - [anon_sym_hitAttributeNV] = ACTIONS(2286), - [anon_sym_callableDataNV] = ACTIONS(2286), - [anon_sym_callableDataInNV] = ACTIONS(2286), - [anon_sym_shaderRecordNV] = ACTIONS(2286), - [anon_sym_layout] = ACTIONS(2286), + [608] = { + [sym_identifier] = ACTIONS(2232), + [aux_sym_preproc_def_token1] = ACTIONS(2232), + [aux_sym_preproc_if_token1] = ACTIONS(2232), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2232), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2232), + [sym_preproc_directive] = ACTIONS(2232), + [anon_sym_subroutine] = ACTIONS(2232), + [anon_sym_invariant] = ACTIONS(2232), + [anon_sym_precise] = ACTIONS(2232), + [anon_sym_in] = ACTIONS(2232), + [anon_sym_out] = ACTIONS(2232), + [anon_sym_inout] = ACTIONS(2232), + [anon_sym_uniform] = ACTIONS(2232), + [anon_sym_shared] = ACTIONS(2232), + [anon_sym_attribute] = ACTIONS(2232), + [anon_sym_varying] = ACTIONS(2232), + [anon_sym_buffer] = ACTIONS(2232), + [anon_sym_coherent] = ACTIONS(2232), + [anon_sym_readonly] = ACTIONS(2232), + [anon_sym_writeonly] = ACTIONS(2232), + [anon_sym_precision] = ACTIONS(2232), + [anon_sym_highp] = ACTIONS(2232), + [anon_sym_mediump] = ACTIONS(2232), + [anon_sym_lowp] = ACTIONS(2232), + [anon_sym_centroid] = ACTIONS(2232), + [anon_sym_sample] = ACTIONS(2232), + [anon_sym_patch] = ACTIONS(2232), + [anon_sym_smooth] = ACTIONS(2232), + [anon_sym_flat] = ACTIONS(2232), + [anon_sym_noperspective] = ACTIONS(2232), + [anon_sym___extension__] = ACTIONS(2232), + [anon_sym_extern] = ACTIONS(2232), + [anon_sym___attribute__] = ACTIONS(2232), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2234), + [anon_sym___declspec] = ACTIONS(2232), + [anon_sym_RBRACE] = ACTIONS(2234), + [anon_sym_signed] = ACTIONS(2232), + [anon_sym_unsigned] = ACTIONS(2232), + [anon_sym_long] = ACTIONS(2232), + [anon_sym_short] = ACTIONS(2232), + [anon_sym_static] = ACTIONS(2232), + [anon_sym_auto] = ACTIONS(2232), + [anon_sym_register] = ACTIONS(2232), + [anon_sym_inline] = ACTIONS(2232), + [anon_sym___inline] = ACTIONS(2232), + [anon_sym___inline__] = ACTIONS(2232), + [anon_sym___forceinline] = ACTIONS(2232), + [anon_sym_thread_local] = ACTIONS(2232), + [anon_sym___thread] = ACTIONS(2232), + [anon_sym_const] = ACTIONS(2232), + [anon_sym_constexpr] = ACTIONS(2232), + [anon_sym_volatile] = ACTIONS(2232), + [anon_sym_restrict] = ACTIONS(2232), + [anon_sym___restrict__] = ACTIONS(2232), + [anon_sym__Atomic] = ACTIONS(2232), + [anon_sym__Noreturn] = ACTIONS(2232), + [anon_sym_noreturn] = ACTIONS(2232), + [sym_primitive_type] = ACTIONS(2232), + [anon_sym_enum] = ACTIONS(2232), + [anon_sym_struct] = ACTIONS(2232), + [anon_sym_union] = ACTIONS(2232), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2232), + [anon_sym_rayPayloadInEXT] = ACTIONS(2232), + [anon_sym_hitAttributeEXT] = ACTIONS(2232), + [anon_sym_callableDataEXT] = ACTIONS(2232), + [anon_sym_callableDataInEXT] = ACTIONS(2232), + [anon_sym_shaderRecordEXT] = ACTIONS(2232), + [anon_sym_rayPayloadNV] = ACTIONS(2232), + [anon_sym_rayPayloadInNV] = ACTIONS(2232), + [anon_sym_hitAttributeNV] = ACTIONS(2232), + [anon_sym_callableDataNV] = ACTIONS(2232), + [anon_sym_callableDataInNV] = ACTIONS(2232), + [anon_sym_shaderRecordNV] = ACTIONS(2232), + [anon_sym_layout] = ACTIONS(2232), }, - [595] = { - [sym_identifier] = ACTIONS(1458), - [aux_sym_preproc_def_token1] = ACTIONS(1458), - [aux_sym_preproc_if_token1] = ACTIONS(1458), - [aux_sym_preproc_if_token2] = ACTIONS(1458), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1458), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1458), - [sym_preproc_directive] = ACTIONS(1458), - [anon_sym_subroutine] = ACTIONS(1458), - [anon_sym_invariant] = ACTIONS(1458), - [anon_sym_precise] = ACTIONS(1458), - [anon_sym_in] = ACTIONS(1458), - [anon_sym_out] = ACTIONS(1458), - [anon_sym_inout] = ACTIONS(1458), - [anon_sym_uniform] = ACTIONS(1458), - [anon_sym_shared] = ACTIONS(1458), - [anon_sym_attribute] = ACTIONS(1458), - [anon_sym_varying] = ACTIONS(1458), - [anon_sym_buffer] = ACTIONS(1458), - [anon_sym_coherent] = ACTIONS(1458), - [anon_sym_readonly] = ACTIONS(1458), - [anon_sym_writeonly] = ACTIONS(1458), - [anon_sym_precision] = ACTIONS(1458), - [anon_sym_highp] = ACTIONS(1458), - [anon_sym_mediump] = ACTIONS(1458), - [anon_sym_lowp] = ACTIONS(1458), - [anon_sym_centroid] = ACTIONS(1458), - [anon_sym_sample] = ACTIONS(1458), - [anon_sym_patch] = ACTIONS(1458), - [anon_sym_smooth] = ACTIONS(1458), - [anon_sym_flat] = ACTIONS(1458), - [anon_sym_noperspective] = ACTIONS(1458), - [anon_sym___extension__] = ACTIONS(1458), - [anon_sym_extern] = ACTIONS(1458), - [anon_sym___attribute__] = ACTIONS(1458), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1460), - [anon_sym___declspec] = ACTIONS(1458), - [anon_sym_signed] = ACTIONS(1458), - [anon_sym_unsigned] = ACTIONS(1458), - [anon_sym_long] = ACTIONS(1458), - [anon_sym_short] = ACTIONS(1458), - [anon_sym_static] = ACTIONS(1458), - [anon_sym_auto] = ACTIONS(1458), - [anon_sym_register] = ACTIONS(1458), - [anon_sym_inline] = ACTIONS(1458), - [anon_sym___inline] = ACTIONS(1458), - [anon_sym___inline__] = ACTIONS(1458), - [anon_sym___forceinline] = ACTIONS(1458), - [anon_sym_thread_local] = ACTIONS(1458), - [anon_sym___thread] = ACTIONS(1458), - [anon_sym_const] = ACTIONS(1458), - [anon_sym_constexpr] = ACTIONS(1458), - [anon_sym_volatile] = ACTIONS(1458), - [anon_sym_restrict] = ACTIONS(1458), - [anon_sym___restrict__] = ACTIONS(1458), - [anon_sym__Atomic] = ACTIONS(1458), - [anon_sym__Noreturn] = ACTIONS(1458), - [anon_sym_noreturn] = ACTIONS(1458), - [sym_primitive_type] = ACTIONS(1458), - [anon_sym_enum] = ACTIONS(1458), - [anon_sym_struct] = ACTIONS(1458), - [anon_sym_union] = ACTIONS(1458), + [609] = { + [sym_identifier] = ACTIONS(1520), + [aux_sym_preproc_def_token1] = ACTIONS(1520), + [aux_sym_preproc_if_token1] = ACTIONS(1520), + [aux_sym_preproc_if_token2] = ACTIONS(1520), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1520), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1520), + [sym_preproc_directive] = ACTIONS(1520), + [anon_sym_subroutine] = ACTIONS(1520), + [anon_sym_invariant] = ACTIONS(1520), + [anon_sym_precise] = ACTIONS(1520), + [anon_sym_in] = ACTIONS(1520), + [anon_sym_out] = ACTIONS(1520), + [anon_sym_inout] = ACTIONS(1520), + [anon_sym_uniform] = ACTIONS(1520), + [anon_sym_shared] = ACTIONS(1520), + [anon_sym_attribute] = ACTIONS(1520), + [anon_sym_varying] = ACTIONS(1520), + [anon_sym_buffer] = ACTIONS(1520), + [anon_sym_coherent] = ACTIONS(1520), + [anon_sym_readonly] = ACTIONS(1520), + [anon_sym_writeonly] = ACTIONS(1520), + [anon_sym_precision] = ACTIONS(1520), + [anon_sym_highp] = ACTIONS(1520), + [anon_sym_mediump] = ACTIONS(1520), + [anon_sym_lowp] = ACTIONS(1520), + [anon_sym_centroid] = ACTIONS(1520), + [anon_sym_sample] = ACTIONS(1520), + [anon_sym_patch] = ACTIONS(1520), + [anon_sym_smooth] = ACTIONS(1520), + [anon_sym_flat] = ACTIONS(1520), + [anon_sym_noperspective] = ACTIONS(1520), + [anon_sym___extension__] = ACTIONS(1520), + [anon_sym_extern] = ACTIONS(1520), + [anon_sym___attribute__] = ACTIONS(1520), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1522), + [anon_sym___declspec] = ACTIONS(1520), + [anon_sym_signed] = ACTIONS(1520), + [anon_sym_unsigned] = ACTIONS(1520), + [anon_sym_long] = ACTIONS(1520), + [anon_sym_short] = ACTIONS(1520), + [anon_sym_static] = ACTIONS(1520), + [anon_sym_auto] = ACTIONS(1520), + [anon_sym_register] = ACTIONS(1520), + [anon_sym_inline] = ACTIONS(1520), + [anon_sym___inline] = ACTIONS(1520), + [anon_sym___inline__] = ACTIONS(1520), + [anon_sym___forceinline] = ACTIONS(1520), + [anon_sym_thread_local] = ACTIONS(1520), + [anon_sym___thread] = ACTIONS(1520), + [anon_sym_const] = ACTIONS(1520), + [anon_sym_constexpr] = ACTIONS(1520), + [anon_sym_volatile] = ACTIONS(1520), + [anon_sym_restrict] = ACTIONS(1520), + [anon_sym___restrict__] = ACTIONS(1520), + [anon_sym__Atomic] = ACTIONS(1520), + [anon_sym__Noreturn] = ACTIONS(1520), + [anon_sym_noreturn] = ACTIONS(1520), + [sym_primitive_type] = ACTIONS(1520), + [anon_sym_enum] = ACTIONS(1520), + [anon_sym_struct] = ACTIONS(1520), + [anon_sym_union] = ACTIONS(1520), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1458), - [anon_sym_rayPayloadInEXT] = ACTIONS(1458), - [anon_sym_hitAttributeEXT] = ACTIONS(1458), - [anon_sym_callableDataEXT] = ACTIONS(1458), - [anon_sym_callableDataInEXT] = ACTIONS(1458), - [anon_sym_shaderRecordEXT] = ACTIONS(1458), - [anon_sym_rayPayloadNV] = ACTIONS(1458), - [anon_sym_rayPayloadInNV] = ACTIONS(1458), - [anon_sym_hitAttributeNV] = ACTIONS(1458), - [anon_sym_callableDataNV] = ACTIONS(1458), - [anon_sym_callableDataInNV] = ACTIONS(1458), - [anon_sym_shaderRecordNV] = ACTIONS(1458), - [anon_sym_layout] = ACTIONS(1458), + [anon_sym_rayPayloadEXT] = ACTIONS(1520), + [anon_sym_rayPayloadInEXT] = ACTIONS(1520), + [anon_sym_hitAttributeEXT] = ACTIONS(1520), + [anon_sym_callableDataEXT] = ACTIONS(1520), + [anon_sym_callableDataInEXT] = ACTIONS(1520), + [anon_sym_shaderRecordEXT] = ACTIONS(1520), + [anon_sym_rayPayloadNV] = ACTIONS(1520), + [anon_sym_rayPayloadInNV] = ACTIONS(1520), + [anon_sym_hitAttributeNV] = ACTIONS(1520), + [anon_sym_callableDataNV] = ACTIONS(1520), + [anon_sym_callableDataInNV] = ACTIONS(1520), + [anon_sym_shaderRecordNV] = ACTIONS(1520), + [anon_sym_layout] = ACTIONS(1520), }, - [596] = { - [sym_identifier] = ACTIONS(1458), - [aux_sym_preproc_def_token1] = ACTIONS(1458), - [aux_sym_preproc_if_token1] = ACTIONS(1458), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1458), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1458), - [sym_preproc_directive] = ACTIONS(1458), - [anon_sym_subroutine] = ACTIONS(1458), - [anon_sym_invariant] = ACTIONS(1458), - [anon_sym_precise] = ACTIONS(1458), - [anon_sym_in] = ACTIONS(1458), - [anon_sym_out] = ACTIONS(1458), - [anon_sym_inout] = ACTIONS(1458), - [anon_sym_uniform] = ACTIONS(1458), - [anon_sym_shared] = ACTIONS(1458), - [anon_sym_attribute] = ACTIONS(1458), - [anon_sym_varying] = ACTIONS(1458), - [anon_sym_buffer] = ACTIONS(1458), - [anon_sym_coherent] = ACTIONS(1458), - [anon_sym_readonly] = ACTIONS(1458), - [anon_sym_writeonly] = ACTIONS(1458), - [anon_sym_precision] = ACTIONS(1458), - [anon_sym_highp] = ACTIONS(1458), - [anon_sym_mediump] = ACTIONS(1458), - [anon_sym_lowp] = ACTIONS(1458), - [anon_sym_centroid] = ACTIONS(1458), - [anon_sym_sample] = ACTIONS(1458), - [anon_sym_patch] = ACTIONS(1458), - [anon_sym_smooth] = ACTIONS(1458), - [anon_sym_flat] = ACTIONS(1458), - [anon_sym_noperspective] = ACTIONS(1458), - [anon_sym___extension__] = ACTIONS(1458), - [anon_sym_extern] = ACTIONS(1458), - [anon_sym___attribute__] = ACTIONS(1458), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1460), - [anon_sym___declspec] = ACTIONS(1458), - [anon_sym_RBRACE] = ACTIONS(1460), - [anon_sym_signed] = ACTIONS(1458), - [anon_sym_unsigned] = ACTIONS(1458), - [anon_sym_long] = ACTIONS(1458), - [anon_sym_short] = ACTIONS(1458), - [anon_sym_static] = ACTIONS(1458), - [anon_sym_auto] = ACTIONS(1458), - [anon_sym_register] = ACTIONS(1458), - [anon_sym_inline] = ACTIONS(1458), - [anon_sym___inline] = ACTIONS(1458), - [anon_sym___inline__] = ACTIONS(1458), - [anon_sym___forceinline] = ACTIONS(1458), - [anon_sym_thread_local] = ACTIONS(1458), - [anon_sym___thread] = ACTIONS(1458), - [anon_sym_const] = ACTIONS(1458), - [anon_sym_constexpr] = ACTIONS(1458), - [anon_sym_volatile] = ACTIONS(1458), - [anon_sym_restrict] = ACTIONS(1458), - [anon_sym___restrict__] = ACTIONS(1458), - [anon_sym__Atomic] = ACTIONS(1458), - [anon_sym__Noreturn] = ACTIONS(1458), - [anon_sym_noreturn] = ACTIONS(1458), - [sym_primitive_type] = ACTIONS(1458), - [anon_sym_enum] = ACTIONS(1458), - [anon_sym_struct] = ACTIONS(1458), - [anon_sym_union] = ACTIONS(1458), + [610] = { + [sym_identifier] = ACTIONS(2244), + [aux_sym_preproc_def_token1] = ACTIONS(2244), + [aux_sym_preproc_if_token1] = ACTIONS(2244), + [aux_sym_preproc_if_token2] = ACTIONS(2244), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2244), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2244), + [sym_preproc_directive] = ACTIONS(2244), + [anon_sym_subroutine] = ACTIONS(2244), + [anon_sym_invariant] = ACTIONS(2244), + [anon_sym_precise] = ACTIONS(2244), + [anon_sym_in] = ACTIONS(2244), + [anon_sym_out] = ACTIONS(2244), + [anon_sym_inout] = ACTIONS(2244), + [anon_sym_uniform] = ACTIONS(2244), + [anon_sym_shared] = ACTIONS(2244), + [anon_sym_attribute] = ACTIONS(2244), + [anon_sym_varying] = ACTIONS(2244), + [anon_sym_buffer] = ACTIONS(2244), + [anon_sym_coherent] = ACTIONS(2244), + [anon_sym_readonly] = ACTIONS(2244), + [anon_sym_writeonly] = ACTIONS(2244), + [anon_sym_precision] = ACTIONS(2244), + [anon_sym_highp] = ACTIONS(2244), + [anon_sym_mediump] = ACTIONS(2244), + [anon_sym_lowp] = ACTIONS(2244), + [anon_sym_centroid] = ACTIONS(2244), + [anon_sym_sample] = ACTIONS(2244), + [anon_sym_patch] = ACTIONS(2244), + [anon_sym_smooth] = ACTIONS(2244), + [anon_sym_flat] = ACTIONS(2244), + [anon_sym_noperspective] = ACTIONS(2244), + [anon_sym___extension__] = ACTIONS(2244), + [anon_sym_extern] = ACTIONS(2244), + [anon_sym___attribute__] = ACTIONS(2244), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2246), + [anon_sym___declspec] = ACTIONS(2244), + [anon_sym_signed] = ACTIONS(2244), + [anon_sym_unsigned] = ACTIONS(2244), + [anon_sym_long] = ACTIONS(2244), + [anon_sym_short] = ACTIONS(2244), + [anon_sym_static] = ACTIONS(2244), + [anon_sym_auto] = ACTIONS(2244), + [anon_sym_register] = ACTIONS(2244), + [anon_sym_inline] = ACTIONS(2244), + [anon_sym___inline] = ACTIONS(2244), + [anon_sym___inline__] = ACTIONS(2244), + [anon_sym___forceinline] = ACTIONS(2244), + [anon_sym_thread_local] = ACTIONS(2244), + [anon_sym___thread] = ACTIONS(2244), + [anon_sym_const] = ACTIONS(2244), + [anon_sym_constexpr] = ACTIONS(2244), + [anon_sym_volatile] = ACTIONS(2244), + [anon_sym_restrict] = ACTIONS(2244), + [anon_sym___restrict__] = ACTIONS(2244), + [anon_sym__Atomic] = ACTIONS(2244), + [anon_sym__Noreturn] = ACTIONS(2244), + [anon_sym_noreturn] = ACTIONS(2244), + [sym_primitive_type] = ACTIONS(2244), + [anon_sym_enum] = ACTIONS(2244), + [anon_sym_struct] = ACTIONS(2244), + [anon_sym_union] = ACTIONS(2244), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2244), + [anon_sym_rayPayloadInEXT] = ACTIONS(2244), + [anon_sym_hitAttributeEXT] = ACTIONS(2244), + [anon_sym_callableDataEXT] = ACTIONS(2244), + [anon_sym_callableDataInEXT] = ACTIONS(2244), + [anon_sym_shaderRecordEXT] = ACTIONS(2244), + [anon_sym_rayPayloadNV] = ACTIONS(2244), + [anon_sym_rayPayloadInNV] = ACTIONS(2244), + [anon_sym_hitAttributeNV] = ACTIONS(2244), + [anon_sym_callableDataNV] = ACTIONS(2244), + [anon_sym_callableDataInNV] = ACTIONS(2244), + [anon_sym_shaderRecordNV] = ACTIONS(2244), + [anon_sym_layout] = ACTIONS(2244), + }, + [611] = { + [sym_identifier] = ACTIONS(1466), + [aux_sym_preproc_def_token1] = ACTIONS(1466), + [aux_sym_preproc_if_token1] = ACTIONS(1466), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1466), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1466), + [sym_preproc_directive] = ACTIONS(1466), + [anon_sym_subroutine] = ACTIONS(1466), + [anon_sym_invariant] = ACTIONS(1466), + [anon_sym_precise] = ACTIONS(1466), + [anon_sym_in] = ACTIONS(1466), + [anon_sym_out] = ACTIONS(1466), + [anon_sym_inout] = ACTIONS(1466), + [anon_sym_uniform] = ACTIONS(1466), + [anon_sym_shared] = ACTIONS(1466), + [anon_sym_attribute] = ACTIONS(1466), + [anon_sym_varying] = ACTIONS(1466), + [anon_sym_buffer] = ACTIONS(1466), + [anon_sym_coherent] = ACTIONS(1466), + [anon_sym_readonly] = ACTIONS(1466), + [anon_sym_writeonly] = ACTIONS(1466), + [anon_sym_precision] = ACTIONS(1466), + [anon_sym_highp] = ACTIONS(1466), + [anon_sym_mediump] = ACTIONS(1466), + [anon_sym_lowp] = ACTIONS(1466), + [anon_sym_centroid] = ACTIONS(1466), + [anon_sym_sample] = ACTIONS(1466), + [anon_sym_patch] = ACTIONS(1466), + [anon_sym_smooth] = ACTIONS(1466), + [anon_sym_flat] = ACTIONS(1466), + [anon_sym_noperspective] = ACTIONS(1466), + [anon_sym___extension__] = ACTIONS(1466), + [anon_sym_extern] = ACTIONS(1466), + [anon_sym___attribute__] = ACTIONS(1466), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1468), + [anon_sym___declspec] = ACTIONS(1466), + [anon_sym_RBRACE] = ACTIONS(1468), + [anon_sym_signed] = ACTIONS(1466), + [anon_sym_unsigned] = ACTIONS(1466), + [anon_sym_long] = ACTIONS(1466), + [anon_sym_short] = ACTIONS(1466), + [anon_sym_static] = ACTIONS(1466), + [anon_sym_auto] = ACTIONS(1466), + [anon_sym_register] = ACTIONS(1466), + [anon_sym_inline] = ACTIONS(1466), + [anon_sym___inline] = ACTIONS(1466), + [anon_sym___inline__] = ACTIONS(1466), + [anon_sym___forceinline] = ACTIONS(1466), + [anon_sym_thread_local] = ACTIONS(1466), + [anon_sym___thread] = ACTIONS(1466), + [anon_sym_const] = ACTIONS(1466), + [anon_sym_constexpr] = ACTIONS(1466), + [anon_sym_volatile] = ACTIONS(1466), + [anon_sym_restrict] = ACTIONS(1466), + [anon_sym___restrict__] = ACTIONS(1466), + [anon_sym__Atomic] = ACTIONS(1466), + [anon_sym__Noreturn] = ACTIONS(1466), + [anon_sym_noreturn] = ACTIONS(1466), + [sym_primitive_type] = ACTIONS(1466), + [anon_sym_enum] = ACTIONS(1466), + [anon_sym_struct] = ACTIONS(1466), + [anon_sym_union] = ACTIONS(1466), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1458), - [anon_sym_rayPayloadInEXT] = ACTIONS(1458), - [anon_sym_hitAttributeEXT] = ACTIONS(1458), - [anon_sym_callableDataEXT] = ACTIONS(1458), - [anon_sym_callableDataInEXT] = ACTIONS(1458), - [anon_sym_shaderRecordEXT] = ACTIONS(1458), - [anon_sym_rayPayloadNV] = ACTIONS(1458), - [anon_sym_rayPayloadInNV] = ACTIONS(1458), - [anon_sym_hitAttributeNV] = ACTIONS(1458), - [anon_sym_callableDataNV] = ACTIONS(1458), - [anon_sym_callableDataInNV] = ACTIONS(1458), - [anon_sym_shaderRecordNV] = ACTIONS(1458), - [anon_sym_layout] = ACTIONS(1458), - }, - [597] = { - [sym_identifier] = ACTIONS(2286), - [aux_sym_preproc_def_token1] = ACTIONS(2286), - [aux_sym_preproc_if_token1] = ACTIONS(2286), - [aux_sym_preproc_if_token2] = ACTIONS(2286), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2286), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2286), - [sym_preproc_directive] = ACTIONS(2286), - [anon_sym_subroutine] = ACTIONS(2286), - [anon_sym_invariant] = ACTIONS(2286), - [anon_sym_precise] = ACTIONS(2286), - [anon_sym_in] = ACTIONS(2286), - [anon_sym_out] = ACTIONS(2286), - [anon_sym_inout] = ACTIONS(2286), - [anon_sym_uniform] = ACTIONS(2286), - [anon_sym_shared] = ACTIONS(2286), - [anon_sym_attribute] = ACTIONS(2286), - [anon_sym_varying] = ACTIONS(2286), - [anon_sym_buffer] = ACTIONS(2286), - [anon_sym_coherent] = ACTIONS(2286), - [anon_sym_readonly] = ACTIONS(2286), - [anon_sym_writeonly] = ACTIONS(2286), - [anon_sym_precision] = ACTIONS(2286), - [anon_sym_highp] = ACTIONS(2286), - [anon_sym_mediump] = ACTIONS(2286), - [anon_sym_lowp] = ACTIONS(2286), - [anon_sym_centroid] = ACTIONS(2286), - [anon_sym_sample] = ACTIONS(2286), - [anon_sym_patch] = ACTIONS(2286), - [anon_sym_smooth] = ACTIONS(2286), - [anon_sym_flat] = ACTIONS(2286), - [anon_sym_noperspective] = ACTIONS(2286), - [anon_sym___extension__] = ACTIONS(2286), - [anon_sym_extern] = ACTIONS(2286), - [anon_sym___attribute__] = ACTIONS(2286), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2288), - [anon_sym___declspec] = ACTIONS(2286), - [anon_sym_signed] = ACTIONS(2286), - [anon_sym_unsigned] = ACTIONS(2286), - [anon_sym_long] = ACTIONS(2286), - [anon_sym_short] = ACTIONS(2286), - [anon_sym_static] = ACTIONS(2286), - [anon_sym_auto] = ACTIONS(2286), - [anon_sym_register] = ACTIONS(2286), - [anon_sym_inline] = ACTIONS(2286), - [anon_sym___inline] = ACTIONS(2286), - [anon_sym___inline__] = ACTIONS(2286), - [anon_sym___forceinline] = ACTIONS(2286), - [anon_sym_thread_local] = ACTIONS(2286), - [anon_sym___thread] = ACTIONS(2286), - [anon_sym_const] = ACTIONS(2286), - [anon_sym_constexpr] = ACTIONS(2286), - [anon_sym_volatile] = ACTIONS(2286), - [anon_sym_restrict] = ACTIONS(2286), - [anon_sym___restrict__] = ACTIONS(2286), - [anon_sym__Atomic] = ACTIONS(2286), - [anon_sym__Noreturn] = ACTIONS(2286), - [anon_sym_noreturn] = ACTIONS(2286), - [sym_primitive_type] = ACTIONS(2286), - [anon_sym_enum] = ACTIONS(2286), - [anon_sym_struct] = ACTIONS(2286), - [anon_sym_union] = ACTIONS(2286), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2286), - [anon_sym_rayPayloadInEXT] = ACTIONS(2286), - [anon_sym_hitAttributeEXT] = ACTIONS(2286), - [anon_sym_callableDataEXT] = ACTIONS(2286), - [anon_sym_callableDataInEXT] = ACTIONS(2286), - [anon_sym_shaderRecordEXT] = ACTIONS(2286), - [anon_sym_rayPayloadNV] = ACTIONS(2286), - [anon_sym_rayPayloadInNV] = ACTIONS(2286), - [anon_sym_hitAttributeNV] = ACTIONS(2286), - [anon_sym_callableDataNV] = ACTIONS(2286), - [anon_sym_callableDataInNV] = ACTIONS(2286), - [anon_sym_shaderRecordNV] = ACTIONS(2286), - [anon_sym_layout] = ACTIONS(2286), + [anon_sym_rayPayloadEXT] = ACTIONS(1466), + [anon_sym_rayPayloadInEXT] = ACTIONS(1466), + [anon_sym_hitAttributeEXT] = ACTIONS(1466), + [anon_sym_callableDataEXT] = ACTIONS(1466), + [anon_sym_callableDataInEXT] = ACTIONS(1466), + [anon_sym_shaderRecordEXT] = ACTIONS(1466), + [anon_sym_rayPayloadNV] = ACTIONS(1466), + [anon_sym_rayPayloadInNV] = ACTIONS(1466), + [anon_sym_hitAttributeNV] = ACTIONS(1466), + [anon_sym_callableDataNV] = ACTIONS(1466), + [anon_sym_callableDataInNV] = ACTIONS(1466), + [anon_sym_shaderRecordNV] = ACTIONS(1466), + [anon_sym_layout] = ACTIONS(1466), }, - [598] = { - [sym_identifier] = ACTIONS(2222), - [aux_sym_preproc_def_token1] = ACTIONS(2222), - [aux_sym_preproc_if_token1] = ACTIONS(2222), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2222), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2222), - [sym_preproc_directive] = ACTIONS(2222), - [anon_sym_subroutine] = ACTIONS(2222), - [anon_sym_invariant] = ACTIONS(2222), - [anon_sym_precise] = ACTIONS(2222), - [anon_sym_in] = ACTIONS(2222), - [anon_sym_out] = ACTIONS(2222), - [anon_sym_inout] = ACTIONS(2222), - [anon_sym_uniform] = ACTIONS(2222), - [anon_sym_shared] = ACTIONS(2222), - [anon_sym_attribute] = ACTIONS(2222), - [anon_sym_varying] = ACTIONS(2222), - [anon_sym_buffer] = ACTIONS(2222), - [anon_sym_coherent] = ACTIONS(2222), - [anon_sym_readonly] = ACTIONS(2222), - [anon_sym_writeonly] = ACTIONS(2222), - [anon_sym_precision] = ACTIONS(2222), - [anon_sym_highp] = ACTIONS(2222), - [anon_sym_mediump] = ACTIONS(2222), - [anon_sym_lowp] = ACTIONS(2222), - [anon_sym_centroid] = ACTIONS(2222), - [anon_sym_sample] = ACTIONS(2222), - [anon_sym_patch] = ACTIONS(2222), - [anon_sym_smooth] = ACTIONS(2222), - [anon_sym_flat] = ACTIONS(2222), - [anon_sym_noperspective] = ACTIONS(2222), - [anon_sym___extension__] = ACTIONS(2222), - [anon_sym_extern] = ACTIONS(2222), - [anon_sym___attribute__] = ACTIONS(2222), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2224), - [anon_sym___declspec] = ACTIONS(2222), - [anon_sym_RBRACE] = ACTIONS(2224), - [anon_sym_signed] = ACTIONS(2222), - [anon_sym_unsigned] = ACTIONS(2222), - [anon_sym_long] = ACTIONS(2222), - [anon_sym_short] = ACTIONS(2222), - [anon_sym_static] = ACTIONS(2222), - [anon_sym_auto] = ACTIONS(2222), - [anon_sym_register] = ACTIONS(2222), - [anon_sym_inline] = ACTIONS(2222), - [anon_sym___inline] = ACTIONS(2222), - [anon_sym___inline__] = ACTIONS(2222), - [anon_sym___forceinline] = ACTIONS(2222), - [anon_sym_thread_local] = ACTIONS(2222), - [anon_sym___thread] = ACTIONS(2222), - [anon_sym_const] = ACTIONS(2222), - [anon_sym_constexpr] = ACTIONS(2222), - [anon_sym_volatile] = ACTIONS(2222), - [anon_sym_restrict] = ACTIONS(2222), - [anon_sym___restrict__] = ACTIONS(2222), - [anon_sym__Atomic] = ACTIONS(2222), - [anon_sym__Noreturn] = ACTIONS(2222), - [anon_sym_noreturn] = ACTIONS(2222), - [sym_primitive_type] = ACTIONS(2222), - [anon_sym_enum] = ACTIONS(2222), - [anon_sym_struct] = ACTIONS(2222), - [anon_sym_union] = ACTIONS(2222), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2222), - [anon_sym_rayPayloadInEXT] = ACTIONS(2222), - [anon_sym_hitAttributeEXT] = ACTIONS(2222), - [anon_sym_callableDataEXT] = ACTIONS(2222), - [anon_sym_callableDataInEXT] = ACTIONS(2222), - [anon_sym_shaderRecordEXT] = ACTIONS(2222), - [anon_sym_rayPayloadNV] = ACTIONS(2222), - [anon_sym_rayPayloadInNV] = ACTIONS(2222), - [anon_sym_hitAttributeNV] = ACTIONS(2222), - [anon_sym_callableDataNV] = ACTIONS(2222), - [anon_sym_callableDataInNV] = ACTIONS(2222), - [anon_sym_shaderRecordNV] = ACTIONS(2222), - [anon_sym_layout] = ACTIONS(2222), + [612] = { + [sym_identifier] = ACTIONS(2268), + [aux_sym_preproc_def_token1] = ACTIONS(2268), + [aux_sym_preproc_if_token1] = ACTIONS(2268), + [aux_sym_preproc_if_token2] = ACTIONS(2268), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2268), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2268), + [sym_preproc_directive] = ACTIONS(2268), + [anon_sym_subroutine] = ACTIONS(2268), + [anon_sym_invariant] = ACTIONS(2268), + [anon_sym_precise] = ACTIONS(2268), + [anon_sym_in] = ACTIONS(2268), + [anon_sym_out] = ACTIONS(2268), + [anon_sym_inout] = ACTIONS(2268), + [anon_sym_uniform] = ACTIONS(2268), + [anon_sym_shared] = ACTIONS(2268), + [anon_sym_attribute] = ACTIONS(2268), + [anon_sym_varying] = ACTIONS(2268), + [anon_sym_buffer] = ACTIONS(2268), + [anon_sym_coherent] = ACTIONS(2268), + [anon_sym_readonly] = ACTIONS(2268), + [anon_sym_writeonly] = ACTIONS(2268), + [anon_sym_precision] = ACTIONS(2268), + [anon_sym_highp] = ACTIONS(2268), + [anon_sym_mediump] = ACTIONS(2268), + [anon_sym_lowp] = ACTIONS(2268), + [anon_sym_centroid] = ACTIONS(2268), + [anon_sym_sample] = ACTIONS(2268), + [anon_sym_patch] = ACTIONS(2268), + [anon_sym_smooth] = ACTIONS(2268), + [anon_sym_flat] = ACTIONS(2268), + [anon_sym_noperspective] = ACTIONS(2268), + [anon_sym___extension__] = ACTIONS(2268), + [anon_sym_extern] = ACTIONS(2268), + [anon_sym___attribute__] = ACTIONS(2268), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2270), + [anon_sym___declspec] = ACTIONS(2268), + [anon_sym_signed] = ACTIONS(2268), + [anon_sym_unsigned] = ACTIONS(2268), + [anon_sym_long] = ACTIONS(2268), + [anon_sym_short] = ACTIONS(2268), + [anon_sym_static] = ACTIONS(2268), + [anon_sym_auto] = ACTIONS(2268), + [anon_sym_register] = ACTIONS(2268), + [anon_sym_inline] = ACTIONS(2268), + [anon_sym___inline] = ACTIONS(2268), + [anon_sym___inline__] = ACTIONS(2268), + [anon_sym___forceinline] = ACTIONS(2268), + [anon_sym_thread_local] = ACTIONS(2268), + [anon_sym___thread] = ACTIONS(2268), + [anon_sym_const] = ACTIONS(2268), + [anon_sym_constexpr] = ACTIONS(2268), + [anon_sym_volatile] = ACTIONS(2268), + [anon_sym_restrict] = ACTIONS(2268), + [anon_sym___restrict__] = ACTIONS(2268), + [anon_sym__Atomic] = ACTIONS(2268), + [anon_sym__Noreturn] = ACTIONS(2268), + [anon_sym_noreturn] = ACTIONS(2268), + [sym_primitive_type] = ACTIONS(2268), + [anon_sym_enum] = ACTIONS(2268), + [anon_sym_struct] = ACTIONS(2268), + [anon_sym_union] = ACTIONS(2268), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2268), + [anon_sym_rayPayloadInEXT] = ACTIONS(2268), + [anon_sym_hitAttributeEXT] = ACTIONS(2268), + [anon_sym_callableDataEXT] = ACTIONS(2268), + [anon_sym_callableDataInEXT] = ACTIONS(2268), + [anon_sym_shaderRecordEXT] = ACTIONS(2268), + [anon_sym_rayPayloadNV] = ACTIONS(2268), + [anon_sym_rayPayloadInNV] = ACTIONS(2268), + [anon_sym_hitAttributeNV] = ACTIONS(2268), + [anon_sym_callableDataNV] = ACTIONS(2268), + [anon_sym_callableDataInNV] = ACTIONS(2268), + [anon_sym_shaderRecordNV] = ACTIONS(2268), + [anon_sym_layout] = ACTIONS(2268), }, - [599] = { + [613] = { [sym_identifier] = ACTIONS(1498), [aux_sym_preproc_def_token1] = ACTIONS(1498), [aux_sym_preproc_if_token1] = ACTIONS(1498), @@ -94833,1547 +95906,1239 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1498), [anon_sym_layout] = ACTIONS(1498), }, - [600] = { - [sym_identifier] = ACTIONS(1532), - [aux_sym_preproc_def_token1] = ACTIONS(1532), - [aux_sym_preproc_if_token1] = ACTIONS(1532), - [aux_sym_preproc_if_token2] = ACTIONS(1532), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1532), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1532), - [sym_preproc_directive] = ACTIONS(1532), - [anon_sym_subroutine] = ACTIONS(1532), - [anon_sym_invariant] = ACTIONS(1532), - [anon_sym_precise] = ACTIONS(1532), - [anon_sym_in] = ACTIONS(1532), - [anon_sym_out] = ACTIONS(1532), - [anon_sym_inout] = ACTIONS(1532), - [anon_sym_uniform] = ACTIONS(1532), - [anon_sym_shared] = ACTIONS(1532), - [anon_sym_attribute] = ACTIONS(1532), - [anon_sym_varying] = ACTIONS(1532), - [anon_sym_buffer] = ACTIONS(1532), - [anon_sym_coherent] = ACTIONS(1532), - [anon_sym_readonly] = ACTIONS(1532), - [anon_sym_writeonly] = ACTIONS(1532), - [anon_sym_precision] = ACTIONS(1532), - [anon_sym_highp] = ACTIONS(1532), - [anon_sym_mediump] = ACTIONS(1532), - [anon_sym_lowp] = ACTIONS(1532), - [anon_sym_centroid] = ACTIONS(1532), - [anon_sym_sample] = ACTIONS(1532), - [anon_sym_patch] = ACTIONS(1532), - [anon_sym_smooth] = ACTIONS(1532), - [anon_sym_flat] = ACTIONS(1532), - [anon_sym_noperspective] = ACTIONS(1532), - [anon_sym___extension__] = ACTIONS(1532), - [anon_sym_extern] = ACTIONS(1532), - [anon_sym___attribute__] = ACTIONS(1532), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1534), - [anon_sym___declspec] = ACTIONS(1532), - [anon_sym_signed] = ACTIONS(1532), - [anon_sym_unsigned] = ACTIONS(1532), - [anon_sym_long] = ACTIONS(1532), - [anon_sym_short] = ACTIONS(1532), - [anon_sym_static] = ACTIONS(1532), - [anon_sym_auto] = ACTIONS(1532), - [anon_sym_register] = ACTIONS(1532), - [anon_sym_inline] = ACTIONS(1532), - [anon_sym___inline] = ACTIONS(1532), - [anon_sym___inline__] = ACTIONS(1532), - [anon_sym___forceinline] = ACTIONS(1532), - [anon_sym_thread_local] = ACTIONS(1532), - [anon_sym___thread] = ACTIONS(1532), - [anon_sym_const] = ACTIONS(1532), - [anon_sym_constexpr] = ACTIONS(1532), - [anon_sym_volatile] = ACTIONS(1532), - [anon_sym_restrict] = ACTIONS(1532), - [anon_sym___restrict__] = ACTIONS(1532), - [anon_sym__Atomic] = ACTIONS(1532), - [anon_sym__Noreturn] = ACTIONS(1532), - [anon_sym_noreturn] = ACTIONS(1532), - [sym_primitive_type] = ACTIONS(1532), - [anon_sym_enum] = ACTIONS(1532), - [anon_sym_struct] = ACTIONS(1532), - [anon_sym_union] = ACTIONS(1532), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1532), - [anon_sym_rayPayloadInEXT] = ACTIONS(1532), - [anon_sym_hitAttributeEXT] = ACTIONS(1532), - [anon_sym_callableDataEXT] = ACTIONS(1532), - [anon_sym_callableDataInEXT] = ACTIONS(1532), - [anon_sym_shaderRecordEXT] = ACTIONS(1532), - [anon_sym_rayPayloadNV] = ACTIONS(1532), - [anon_sym_rayPayloadInNV] = ACTIONS(1532), - [anon_sym_hitAttributeNV] = ACTIONS(1532), - [anon_sym_callableDataNV] = ACTIONS(1532), - [anon_sym_callableDataInNV] = ACTIONS(1532), - [anon_sym_shaderRecordNV] = ACTIONS(1532), - [anon_sym_layout] = ACTIONS(1532), - }, - [601] = { - [sym_identifier] = ACTIONS(2246), - [aux_sym_preproc_def_token1] = ACTIONS(2246), - [aux_sym_preproc_if_token1] = ACTIONS(2246), - [aux_sym_preproc_if_token2] = ACTIONS(2246), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2246), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2246), - [sym_preproc_directive] = ACTIONS(2246), - [anon_sym_subroutine] = ACTIONS(2246), - [anon_sym_invariant] = ACTIONS(2246), - [anon_sym_precise] = ACTIONS(2246), - [anon_sym_in] = ACTIONS(2246), - [anon_sym_out] = ACTIONS(2246), - [anon_sym_inout] = ACTIONS(2246), - [anon_sym_uniform] = ACTIONS(2246), - [anon_sym_shared] = ACTIONS(2246), - [anon_sym_attribute] = ACTIONS(2246), - [anon_sym_varying] = ACTIONS(2246), - [anon_sym_buffer] = ACTIONS(2246), - [anon_sym_coherent] = ACTIONS(2246), - [anon_sym_readonly] = ACTIONS(2246), - [anon_sym_writeonly] = ACTIONS(2246), - [anon_sym_precision] = ACTIONS(2246), - [anon_sym_highp] = ACTIONS(2246), - [anon_sym_mediump] = ACTIONS(2246), - [anon_sym_lowp] = ACTIONS(2246), - [anon_sym_centroid] = ACTIONS(2246), - [anon_sym_sample] = ACTIONS(2246), - [anon_sym_patch] = ACTIONS(2246), - [anon_sym_smooth] = ACTIONS(2246), - [anon_sym_flat] = ACTIONS(2246), - [anon_sym_noperspective] = ACTIONS(2246), - [anon_sym___extension__] = ACTIONS(2246), - [anon_sym_extern] = ACTIONS(2246), - [anon_sym___attribute__] = ACTIONS(2246), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2248), - [anon_sym___declspec] = ACTIONS(2246), - [anon_sym_signed] = ACTIONS(2246), - [anon_sym_unsigned] = ACTIONS(2246), - [anon_sym_long] = ACTIONS(2246), - [anon_sym_short] = ACTIONS(2246), - [anon_sym_static] = ACTIONS(2246), - [anon_sym_auto] = ACTIONS(2246), - [anon_sym_register] = ACTIONS(2246), - [anon_sym_inline] = ACTIONS(2246), - [anon_sym___inline] = ACTIONS(2246), - [anon_sym___inline__] = ACTIONS(2246), - [anon_sym___forceinline] = ACTIONS(2246), - [anon_sym_thread_local] = ACTIONS(2246), - [anon_sym___thread] = ACTIONS(2246), - [anon_sym_const] = ACTIONS(2246), - [anon_sym_constexpr] = ACTIONS(2246), - [anon_sym_volatile] = ACTIONS(2246), - [anon_sym_restrict] = ACTIONS(2246), - [anon_sym___restrict__] = ACTIONS(2246), - [anon_sym__Atomic] = ACTIONS(2246), - [anon_sym__Noreturn] = ACTIONS(2246), - [anon_sym_noreturn] = ACTIONS(2246), - [sym_primitive_type] = ACTIONS(2246), - [anon_sym_enum] = ACTIONS(2246), - [anon_sym_struct] = ACTIONS(2246), - [anon_sym_union] = ACTIONS(2246), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2246), - [anon_sym_rayPayloadInEXT] = ACTIONS(2246), - [anon_sym_hitAttributeEXT] = ACTIONS(2246), - [anon_sym_callableDataEXT] = ACTIONS(2246), - [anon_sym_callableDataInEXT] = ACTIONS(2246), - [anon_sym_shaderRecordEXT] = ACTIONS(2246), - [anon_sym_rayPayloadNV] = ACTIONS(2246), - [anon_sym_rayPayloadInNV] = ACTIONS(2246), - [anon_sym_hitAttributeNV] = ACTIONS(2246), - [anon_sym_callableDataNV] = ACTIONS(2246), - [anon_sym_callableDataInNV] = ACTIONS(2246), - [anon_sym_shaderRecordNV] = ACTIONS(2246), - [anon_sym_layout] = ACTIONS(2246), - }, - [602] = { - [sym_identifier] = ACTIONS(2242), - [aux_sym_preproc_def_token1] = ACTIONS(2242), - [aux_sym_preproc_if_token1] = ACTIONS(2242), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2242), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2242), - [sym_preproc_directive] = ACTIONS(2242), - [anon_sym_subroutine] = ACTIONS(2242), - [anon_sym_invariant] = ACTIONS(2242), - [anon_sym_precise] = ACTIONS(2242), - [anon_sym_in] = ACTIONS(2242), - [anon_sym_out] = ACTIONS(2242), - [anon_sym_inout] = ACTIONS(2242), - [anon_sym_uniform] = ACTIONS(2242), - [anon_sym_shared] = ACTIONS(2242), - [anon_sym_attribute] = ACTIONS(2242), - [anon_sym_varying] = ACTIONS(2242), - [anon_sym_buffer] = ACTIONS(2242), - [anon_sym_coherent] = ACTIONS(2242), - [anon_sym_readonly] = ACTIONS(2242), - [anon_sym_writeonly] = ACTIONS(2242), - [anon_sym_precision] = ACTIONS(2242), - [anon_sym_highp] = ACTIONS(2242), - [anon_sym_mediump] = ACTIONS(2242), - [anon_sym_lowp] = ACTIONS(2242), - [anon_sym_centroid] = ACTIONS(2242), - [anon_sym_sample] = ACTIONS(2242), - [anon_sym_patch] = ACTIONS(2242), - [anon_sym_smooth] = ACTIONS(2242), - [anon_sym_flat] = ACTIONS(2242), - [anon_sym_noperspective] = ACTIONS(2242), - [anon_sym___extension__] = ACTIONS(2242), - [anon_sym_extern] = ACTIONS(2242), - [anon_sym___attribute__] = ACTIONS(2242), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2244), - [anon_sym___declspec] = ACTIONS(2242), - [anon_sym_RBRACE] = ACTIONS(2244), - [anon_sym_signed] = ACTIONS(2242), - [anon_sym_unsigned] = ACTIONS(2242), - [anon_sym_long] = ACTIONS(2242), - [anon_sym_short] = ACTIONS(2242), - [anon_sym_static] = ACTIONS(2242), - [anon_sym_auto] = ACTIONS(2242), - [anon_sym_register] = ACTIONS(2242), - [anon_sym_inline] = ACTIONS(2242), - [anon_sym___inline] = ACTIONS(2242), - [anon_sym___inline__] = ACTIONS(2242), - [anon_sym___forceinline] = ACTIONS(2242), - [anon_sym_thread_local] = ACTIONS(2242), - [anon_sym___thread] = ACTIONS(2242), - [anon_sym_const] = ACTIONS(2242), - [anon_sym_constexpr] = ACTIONS(2242), - [anon_sym_volatile] = ACTIONS(2242), - [anon_sym_restrict] = ACTIONS(2242), - [anon_sym___restrict__] = ACTIONS(2242), - [anon_sym__Atomic] = ACTIONS(2242), - [anon_sym__Noreturn] = ACTIONS(2242), - [anon_sym_noreturn] = ACTIONS(2242), - [sym_primitive_type] = ACTIONS(2242), - [anon_sym_enum] = ACTIONS(2242), - [anon_sym_struct] = ACTIONS(2242), - [anon_sym_union] = ACTIONS(2242), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2242), - [anon_sym_rayPayloadInEXT] = ACTIONS(2242), - [anon_sym_hitAttributeEXT] = ACTIONS(2242), - [anon_sym_callableDataEXT] = ACTIONS(2242), - [anon_sym_callableDataInEXT] = ACTIONS(2242), - [anon_sym_shaderRecordEXT] = ACTIONS(2242), - [anon_sym_rayPayloadNV] = ACTIONS(2242), - [anon_sym_rayPayloadInNV] = ACTIONS(2242), - [anon_sym_hitAttributeNV] = ACTIONS(2242), - [anon_sym_callableDataNV] = ACTIONS(2242), - [anon_sym_callableDataInNV] = ACTIONS(2242), - [anon_sym_shaderRecordNV] = ACTIONS(2242), - [anon_sym_layout] = ACTIONS(2242), - }, - [603] = { - [sym_identifier] = ACTIONS(2222), - [aux_sym_preproc_def_token1] = ACTIONS(2222), - [aux_sym_preproc_if_token1] = ACTIONS(2222), - [aux_sym_preproc_if_token2] = ACTIONS(2222), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2222), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2222), - [sym_preproc_directive] = ACTIONS(2222), - [anon_sym_subroutine] = ACTIONS(2222), - [anon_sym_invariant] = ACTIONS(2222), - [anon_sym_precise] = ACTIONS(2222), - [anon_sym_in] = ACTIONS(2222), - [anon_sym_out] = ACTIONS(2222), - [anon_sym_inout] = ACTIONS(2222), - [anon_sym_uniform] = ACTIONS(2222), - [anon_sym_shared] = ACTIONS(2222), - [anon_sym_attribute] = ACTIONS(2222), - [anon_sym_varying] = ACTIONS(2222), - [anon_sym_buffer] = ACTIONS(2222), - [anon_sym_coherent] = ACTIONS(2222), - [anon_sym_readonly] = ACTIONS(2222), - [anon_sym_writeonly] = ACTIONS(2222), - [anon_sym_precision] = ACTIONS(2222), - [anon_sym_highp] = ACTIONS(2222), - [anon_sym_mediump] = ACTIONS(2222), - [anon_sym_lowp] = ACTIONS(2222), - [anon_sym_centroid] = ACTIONS(2222), - [anon_sym_sample] = ACTIONS(2222), - [anon_sym_patch] = ACTIONS(2222), - [anon_sym_smooth] = ACTIONS(2222), - [anon_sym_flat] = ACTIONS(2222), - [anon_sym_noperspective] = ACTIONS(2222), - [anon_sym___extension__] = ACTIONS(2222), - [anon_sym_extern] = ACTIONS(2222), - [anon_sym___attribute__] = ACTIONS(2222), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2224), - [anon_sym___declspec] = ACTIONS(2222), - [anon_sym_signed] = ACTIONS(2222), - [anon_sym_unsigned] = ACTIONS(2222), - [anon_sym_long] = ACTIONS(2222), - [anon_sym_short] = ACTIONS(2222), - [anon_sym_static] = ACTIONS(2222), - [anon_sym_auto] = ACTIONS(2222), - [anon_sym_register] = ACTIONS(2222), - [anon_sym_inline] = ACTIONS(2222), - [anon_sym___inline] = ACTIONS(2222), - [anon_sym___inline__] = ACTIONS(2222), - [anon_sym___forceinline] = ACTIONS(2222), - [anon_sym_thread_local] = ACTIONS(2222), - [anon_sym___thread] = ACTIONS(2222), - [anon_sym_const] = ACTIONS(2222), - [anon_sym_constexpr] = ACTIONS(2222), - [anon_sym_volatile] = ACTIONS(2222), - [anon_sym_restrict] = ACTIONS(2222), - [anon_sym___restrict__] = ACTIONS(2222), - [anon_sym__Atomic] = ACTIONS(2222), - [anon_sym__Noreturn] = ACTIONS(2222), - [anon_sym_noreturn] = ACTIONS(2222), - [sym_primitive_type] = ACTIONS(2222), - [anon_sym_enum] = ACTIONS(2222), - [anon_sym_struct] = ACTIONS(2222), - [anon_sym_union] = ACTIONS(2222), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2222), - [anon_sym_rayPayloadInEXT] = ACTIONS(2222), - [anon_sym_hitAttributeEXT] = ACTIONS(2222), - [anon_sym_callableDataEXT] = ACTIONS(2222), - [anon_sym_callableDataInEXT] = ACTIONS(2222), - [anon_sym_shaderRecordEXT] = ACTIONS(2222), - [anon_sym_rayPayloadNV] = ACTIONS(2222), - [anon_sym_rayPayloadInNV] = ACTIONS(2222), - [anon_sym_hitAttributeNV] = ACTIONS(2222), - [anon_sym_callableDataNV] = ACTIONS(2222), - [anon_sym_callableDataInNV] = ACTIONS(2222), - [anon_sym_shaderRecordNV] = ACTIONS(2222), - [anon_sym_layout] = ACTIONS(2222), - }, - [604] = { - [sym_identifier] = ACTIONS(1556), - [aux_sym_preproc_def_token1] = ACTIONS(1556), - [aux_sym_preproc_if_token1] = ACTIONS(1556), - [aux_sym_preproc_if_token2] = ACTIONS(1556), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1556), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1556), - [sym_preproc_directive] = ACTIONS(1556), - [anon_sym_subroutine] = ACTIONS(1556), - [anon_sym_invariant] = ACTIONS(1556), - [anon_sym_precise] = ACTIONS(1556), - [anon_sym_in] = ACTIONS(1556), - [anon_sym_out] = ACTIONS(1556), - [anon_sym_inout] = ACTIONS(1556), - [anon_sym_uniform] = ACTIONS(1556), - [anon_sym_shared] = ACTIONS(1556), - [anon_sym_attribute] = ACTIONS(1556), - [anon_sym_varying] = ACTIONS(1556), - [anon_sym_buffer] = ACTIONS(1556), - [anon_sym_coherent] = ACTIONS(1556), - [anon_sym_readonly] = ACTIONS(1556), - [anon_sym_writeonly] = ACTIONS(1556), - [anon_sym_precision] = ACTIONS(1556), - [anon_sym_highp] = ACTIONS(1556), - [anon_sym_mediump] = ACTIONS(1556), - [anon_sym_lowp] = ACTIONS(1556), - [anon_sym_centroid] = ACTIONS(1556), - [anon_sym_sample] = ACTIONS(1556), - [anon_sym_patch] = ACTIONS(1556), - [anon_sym_smooth] = ACTIONS(1556), - [anon_sym_flat] = ACTIONS(1556), - [anon_sym_noperspective] = ACTIONS(1556), - [anon_sym___extension__] = ACTIONS(1556), - [anon_sym_extern] = ACTIONS(1556), - [anon_sym___attribute__] = ACTIONS(1556), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1558), - [anon_sym___declspec] = ACTIONS(1556), - [anon_sym_signed] = ACTIONS(1556), - [anon_sym_unsigned] = ACTIONS(1556), - [anon_sym_long] = ACTIONS(1556), - [anon_sym_short] = ACTIONS(1556), - [anon_sym_static] = ACTIONS(1556), - [anon_sym_auto] = ACTIONS(1556), - [anon_sym_register] = ACTIONS(1556), - [anon_sym_inline] = ACTIONS(1556), - [anon_sym___inline] = ACTIONS(1556), - [anon_sym___inline__] = ACTIONS(1556), - [anon_sym___forceinline] = ACTIONS(1556), - [anon_sym_thread_local] = ACTIONS(1556), - [anon_sym___thread] = ACTIONS(1556), - [anon_sym_const] = ACTIONS(1556), - [anon_sym_constexpr] = ACTIONS(1556), - [anon_sym_volatile] = ACTIONS(1556), - [anon_sym_restrict] = ACTIONS(1556), - [anon_sym___restrict__] = ACTIONS(1556), - [anon_sym__Atomic] = ACTIONS(1556), - [anon_sym__Noreturn] = ACTIONS(1556), - [anon_sym_noreturn] = ACTIONS(1556), - [sym_primitive_type] = ACTIONS(1556), - [anon_sym_enum] = ACTIONS(1556), - [anon_sym_struct] = ACTIONS(1556), - [anon_sym_union] = ACTIONS(1556), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1556), - [anon_sym_rayPayloadInEXT] = ACTIONS(1556), - [anon_sym_hitAttributeEXT] = ACTIONS(1556), - [anon_sym_callableDataEXT] = ACTIONS(1556), - [anon_sym_callableDataInEXT] = ACTIONS(1556), - [anon_sym_shaderRecordEXT] = ACTIONS(1556), - [anon_sym_rayPayloadNV] = ACTIONS(1556), - [anon_sym_rayPayloadInNV] = ACTIONS(1556), - [anon_sym_hitAttributeNV] = ACTIONS(1556), - [anon_sym_callableDataNV] = ACTIONS(1556), - [anon_sym_callableDataInNV] = ACTIONS(1556), - [anon_sym_shaderRecordNV] = ACTIONS(1556), - [anon_sym_layout] = ACTIONS(1556), - }, - [605] = { - [sym_identifier] = ACTIONS(2242), - [aux_sym_preproc_def_token1] = ACTIONS(2242), - [aux_sym_preproc_if_token1] = ACTIONS(2242), - [aux_sym_preproc_if_token2] = ACTIONS(2242), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2242), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2242), - [sym_preproc_directive] = ACTIONS(2242), - [anon_sym_subroutine] = ACTIONS(2242), - [anon_sym_invariant] = ACTIONS(2242), - [anon_sym_precise] = ACTIONS(2242), - [anon_sym_in] = ACTIONS(2242), - [anon_sym_out] = ACTIONS(2242), - [anon_sym_inout] = ACTIONS(2242), - [anon_sym_uniform] = ACTIONS(2242), - [anon_sym_shared] = ACTIONS(2242), - [anon_sym_attribute] = ACTIONS(2242), - [anon_sym_varying] = ACTIONS(2242), - [anon_sym_buffer] = ACTIONS(2242), - [anon_sym_coherent] = ACTIONS(2242), - [anon_sym_readonly] = ACTIONS(2242), - [anon_sym_writeonly] = ACTIONS(2242), - [anon_sym_precision] = ACTIONS(2242), - [anon_sym_highp] = ACTIONS(2242), - [anon_sym_mediump] = ACTIONS(2242), - [anon_sym_lowp] = ACTIONS(2242), - [anon_sym_centroid] = ACTIONS(2242), - [anon_sym_sample] = ACTIONS(2242), - [anon_sym_patch] = ACTIONS(2242), - [anon_sym_smooth] = ACTIONS(2242), - [anon_sym_flat] = ACTIONS(2242), - [anon_sym_noperspective] = ACTIONS(2242), - [anon_sym___extension__] = ACTIONS(2242), - [anon_sym_extern] = ACTIONS(2242), - [anon_sym___attribute__] = ACTIONS(2242), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2244), - [anon_sym___declspec] = ACTIONS(2242), - [anon_sym_signed] = ACTIONS(2242), - [anon_sym_unsigned] = ACTIONS(2242), - [anon_sym_long] = ACTIONS(2242), - [anon_sym_short] = ACTIONS(2242), - [anon_sym_static] = ACTIONS(2242), - [anon_sym_auto] = ACTIONS(2242), - [anon_sym_register] = ACTIONS(2242), - [anon_sym_inline] = ACTIONS(2242), - [anon_sym___inline] = ACTIONS(2242), - [anon_sym___inline__] = ACTIONS(2242), - [anon_sym___forceinline] = ACTIONS(2242), - [anon_sym_thread_local] = ACTIONS(2242), - [anon_sym___thread] = ACTIONS(2242), - [anon_sym_const] = ACTIONS(2242), - [anon_sym_constexpr] = ACTIONS(2242), - [anon_sym_volatile] = ACTIONS(2242), - [anon_sym_restrict] = ACTIONS(2242), - [anon_sym___restrict__] = ACTIONS(2242), - [anon_sym__Atomic] = ACTIONS(2242), - [anon_sym__Noreturn] = ACTIONS(2242), - [anon_sym_noreturn] = ACTIONS(2242), - [sym_primitive_type] = ACTIONS(2242), - [anon_sym_enum] = ACTIONS(2242), - [anon_sym_struct] = ACTIONS(2242), - [anon_sym_union] = ACTIONS(2242), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2242), - [anon_sym_rayPayloadInEXT] = ACTIONS(2242), - [anon_sym_hitAttributeEXT] = ACTIONS(2242), - [anon_sym_callableDataEXT] = ACTIONS(2242), - [anon_sym_callableDataInEXT] = ACTIONS(2242), - [anon_sym_shaderRecordEXT] = ACTIONS(2242), - [anon_sym_rayPayloadNV] = ACTIONS(2242), - [anon_sym_rayPayloadInNV] = ACTIONS(2242), - [anon_sym_hitAttributeNV] = ACTIONS(2242), - [anon_sym_callableDataNV] = ACTIONS(2242), - [anon_sym_callableDataInNV] = ACTIONS(2242), - [anon_sym_shaderRecordNV] = ACTIONS(2242), - [anon_sym_layout] = ACTIONS(2242), - }, - [606] = { - [sym_identifier] = ACTIONS(2226), - [aux_sym_preproc_def_token1] = ACTIONS(2226), - [aux_sym_preproc_if_token1] = ACTIONS(2226), - [aux_sym_preproc_if_token2] = ACTIONS(2226), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2226), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2226), - [sym_preproc_directive] = ACTIONS(2226), - [anon_sym_subroutine] = ACTIONS(2226), - [anon_sym_invariant] = ACTIONS(2226), - [anon_sym_precise] = ACTIONS(2226), - [anon_sym_in] = ACTIONS(2226), - [anon_sym_out] = ACTIONS(2226), - [anon_sym_inout] = ACTIONS(2226), - [anon_sym_uniform] = ACTIONS(2226), - [anon_sym_shared] = ACTIONS(2226), - [anon_sym_attribute] = ACTIONS(2226), - [anon_sym_varying] = ACTIONS(2226), - [anon_sym_buffer] = ACTIONS(2226), - [anon_sym_coherent] = ACTIONS(2226), - [anon_sym_readonly] = ACTIONS(2226), - [anon_sym_writeonly] = ACTIONS(2226), - [anon_sym_precision] = ACTIONS(2226), - [anon_sym_highp] = ACTIONS(2226), - [anon_sym_mediump] = ACTIONS(2226), - [anon_sym_lowp] = ACTIONS(2226), - [anon_sym_centroid] = ACTIONS(2226), - [anon_sym_sample] = ACTIONS(2226), - [anon_sym_patch] = ACTIONS(2226), - [anon_sym_smooth] = ACTIONS(2226), - [anon_sym_flat] = ACTIONS(2226), - [anon_sym_noperspective] = ACTIONS(2226), - [anon_sym___extension__] = ACTIONS(2226), - [anon_sym_extern] = ACTIONS(2226), - [anon_sym___attribute__] = ACTIONS(2226), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2228), - [anon_sym___declspec] = ACTIONS(2226), - [anon_sym_signed] = ACTIONS(2226), - [anon_sym_unsigned] = ACTIONS(2226), - [anon_sym_long] = ACTIONS(2226), - [anon_sym_short] = ACTIONS(2226), - [anon_sym_static] = ACTIONS(2226), - [anon_sym_auto] = ACTIONS(2226), - [anon_sym_register] = ACTIONS(2226), - [anon_sym_inline] = ACTIONS(2226), - [anon_sym___inline] = ACTIONS(2226), - [anon_sym___inline__] = ACTIONS(2226), - [anon_sym___forceinline] = ACTIONS(2226), - [anon_sym_thread_local] = ACTIONS(2226), - [anon_sym___thread] = ACTIONS(2226), - [anon_sym_const] = ACTIONS(2226), - [anon_sym_constexpr] = ACTIONS(2226), - [anon_sym_volatile] = ACTIONS(2226), - [anon_sym_restrict] = ACTIONS(2226), - [anon_sym___restrict__] = ACTIONS(2226), - [anon_sym__Atomic] = ACTIONS(2226), - [anon_sym__Noreturn] = ACTIONS(2226), - [anon_sym_noreturn] = ACTIONS(2226), - [sym_primitive_type] = ACTIONS(2226), - [anon_sym_enum] = ACTIONS(2226), - [anon_sym_struct] = ACTIONS(2226), - [anon_sym_union] = ACTIONS(2226), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2226), - [anon_sym_rayPayloadInEXT] = ACTIONS(2226), - [anon_sym_hitAttributeEXT] = ACTIONS(2226), - [anon_sym_callableDataEXT] = ACTIONS(2226), - [anon_sym_callableDataInEXT] = ACTIONS(2226), - [anon_sym_shaderRecordEXT] = ACTIONS(2226), - [anon_sym_rayPayloadNV] = ACTIONS(2226), - [anon_sym_rayPayloadInNV] = ACTIONS(2226), - [anon_sym_hitAttributeNV] = ACTIONS(2226), - [anon_sym_callableDataNV] = ACTIONS(2226), - [anon_sym_callableDataInNV] = ACTIONS(2226), - [anon_sym_shaderRecordNV] = ACTIONS(2226), - [anon_sym_layout] = ACTIONS(2226), - }, - [607] = { - [sym_identifier] = ACTIONS(1548), - [aux_sym_preproc_def_token1] = ACTIONS(1548), - [aux_sym_preproc_if_token1] = ACTIONS(1548), - [aux_sym_preproc_if_token2] = ACTIONS(1548), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1548), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1548), - [sym_preproc_directive] = ACTIONS(1548), - [anon_sym_subroutine] = ACTIONS(1548), - [anon_sym_invariant] = ACTIONS(1548), - [anon_sym_precise] = ACTIONS(1548), - [anon_sym_in] = ACTIONS(1548), - [anon_sym_out] = ACTIONS(1548), - [anon_sym_inout] = ACTIONS(1548), - [anon_sym_uniform] = ACTIONS(1548), - [anon_sym_shared] = ACTIONS(1548), - [anon_sym_attribute] = ACTIONS(1548), - [anon_sym_varying] = ACTIONS(1548), - [anon_sym_buffer] = ACTIONS(1548), - [anon_sym_coherent] = ACTIONS(1548), - [anon_sym_readonly] = ACTIONS(1548), - [anon_sym_writeonly] = ACTIONS(1548), - [anon_sym_precision] = ACTIONS(1548), - [anon_sym_highp] = ACTIONS(1548), - [anon_sym_mediump] = ACTIONS(1548), - [anon_sym_lowp] = ACTIONS(1548), - [anon_sym_centroid] = ACTIONS(1548), - [anon_sym_sample] = ACTIONS(1548), - [anon_sym_patch] = ACTIONS(1548), - [anon_sym_smooth] = ACTIONS(1548), - [anon_sym_flat] = ACTIONS(1548), - [anon_sym_noperspective] = ACTIONS(1548), - [anon_sym___extension__] = ACTIONS(1548), - [anon_sym_extern] = ACTIONS(1548), - [anon_sym___attribute__] = ACTIONS(1548), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1550), - [anon_sym___declspec] = ACTIONS(1548), - [anon_sym_signed] = ACTIONS(1548), - [anon_sym_unsigned] = ACTIONS(1548), - [anon_sym_long] = ACTIONS(1548), - [anon_sym_short] = ACTIONS(1548), - [anon_sym_static] = ACTIONS(1548), - [anon_sym_auto] = ACTIONS(1548), - [anon_sym_register] = ACTIONS(1548), - [anon_sym_inline] = ACTIONS(1548), - [anon_sym___inline] = ACTIONS(1548), - [anon_sym___inline__] = ACTIONS(1548), - [anon_sym___forceinline] = ACTIONS(1548), - [anon_sym_thread_local] = ACTIONS(1548), - [anon_sym___thread] = ACTIONS(1548), - [anon_sym_const] = ACTIONS(1548), - [anon_sym_constexpr] = ACTIONS(1548), - [anon_sym_volatile] = ACTIONS(1548), - [anon_sym_restrict] = ACTIONS(1548), - [anon_sym___restrict__] = ACTIONS(1548), - [anon_sym__Atomic] = ACTIONS(1548), - [anon_sym__Noreturn] = ACTIONS(1548), - [anon_sym_noreturn] = ACTIONS(1548), - [sym_primitive_type] = ACTIONS(1548), - [anon_sym_enum] = ACTIONS(1548), - [anon_sym_struct] = ACTIONS(1548), - [anon_sym_union] = ACTIONS(1548), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1548), - [anon_sym_rayPayloadInEXT] = ACTIONS(1548), - [anon_sym_hitAttributeEXT] = ACTIONS(1548), - [anon_sym_callableDataEXT] = ACTIONS(1548), - [anon_sym_callableDataInEXT] = ACTIONS(1548), - [anon_sym_shaderRecordEXT] = ACTIONS(1548), - [anon_sym_rayPayloadNV] = ACTIONS(1548), - [anon_sym_rayPayloadInNV] = ACTIONS(1548), - [anon_sym_hitAttributeNV] = ACTIONS(1548), - [anon_sym_callableDataNV] = ACTIONS(1548), - [anon_sym_callableDataInNV] = ACTIONS(1548), - [anon_sym_shaderRecordNV] = ACTIONS(1548), - [anon_sym_layout] = ACTIONS(1548), - }, - [608] = { - [sym_identifier] = ACTIONS(1524), - [aux_sym_preproc_def_token1] = ACTIONS(1524), - [aux_sym_preproc_if_token1] = ACTIONS(1524), - [aux_sym_preproc_if_token2] = ACTIONS(1524), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1524), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1524), - [sym_preproc_directive] = ACTIONS(1524), - [anon_sym_subroutine] = ACTIONS(1524), - [anon_sym_invariant] = ACTIONS(1524), - [anon_sym_precise] = ACTIONS(1524), - [anon_sym_in] = ACTIONS(1524), - [anon_sym_out] = ACTIONS(1524), - [anon_sym_inout] = ACTIONS(1524), - [anon_sym_uniform] = ACTIONS(1524), - [anon_sym_shared] = ACTIONS(1524), - [anon_sym_attribute] = ACTIONS(1524), - [anon_sym_varying] = ACTIONS(1524), - [anon_sym_buffer] = ACTIONS(1524), - [anon_sym_coherent] = ACTIONS(1524), - [anon_sym_readonly] = ACTIONS(1524), - [anon_sym_writeonly] = ACTIONS(1524), - [anon_sym_precision] = ACTIONS(1524), - [anon_sym_highp] = ACTIONS(1524), - [anon_sym_mediump] = ACTIONS(1524), - [anon_sym_lowp] = ACTIONS(1524), - [anon_sym_centroid] = ACTIONS(1524), - [anon_sym_sample] = ACTIONS(1524), - [anon_sym_patch] = ACTIONS(1524), - [anon_sym_smooth] = ACTIONS(1524), - [anon_sym_flat] = ACTIONS(1524), - [anon_sym_noperspective] = ACTIONS(1524), - [anon_sym___extension__] = ACTIONS(1524), - [anon_sym_extern] = ACTIONS(1524), - [anon_sym___attribute__] = ACTIONS(1524), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1526), - [anon_sym___declspec] = ACTIONS(1524), - [anon_sym_signed] = ACTIONS(1524), - [anon_sym_unsigned] = ACTIONS(1524), - [anon_sym_long] = ACTIONS(1524), - [anon_sym_short] = ACTIONS(1524), - [anon_sym_static] = ACTIONS(1524), - [anon_sym_auto] = ACTIONS(1524), - [anon_sym_register] = ACTIONS(1524), - [anon_sym_inline] = ACTIONS(1524), - [anon_sym___inline] = ACTIONS(1524), - [anon_sym___inline__] = ACTIONS(1524), - [anon_sym___forceinline] = ACTIONS(1524), - [anon_sym_thread_local] = ACTIONS(1524), - [anon_sym___thread] = ACTIONS(1524), - [anon_sym_const] = ACTIONS(1524), - [anon_sym_constexpr] = ACTIONS(1524), - [anon_sym_volatile] = ACTIONS(1524), - [anon_sym_restrict] = ACTIONS(1524), - [anon_sym___restrict__] = ACTIONS(1524), - [anon_sym__Atomic] = ACTIONS(1524), - [anon_sym__Noreturn] = ACTIONS(1524), - [anon_sym_noreturn] = ACTIONS(1524), - [sym_primitive_type] = ACTIONS(1524), - [anon_sym_enum] = ACTIONS(1524), - [anon_sym_struct] = ACTIONS(1524), - [anon_sym_union] = ACTIONS(1524), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1524), - [anon_sym_rayPayloadInEXT] = ACTIONS(1524), - [anon_sym_hitAttributeEXT] = ACTIONS(1524), - [anon_sym_callableDataEXT] = ACTIONS(1524), - [anon_sym_callableDataInEXT] = ACTIONS(1524), - [anon_sym_shaderRecordEXT] = ACTIONS(1524), - [anon_sym_rayPayloadNV] = ACTIONS(1524), - [anon_sym_rayPayloadInNV] = ACTIONS(1524), - [anon_sym_hitAttributeNV] = ACTIONS(1524), - [anon_sym_callableDataNV] = ACTIONS(1524), - [anon_sym_callableDataInNV] = ACTIONS(1524), - [anon_sym_shaderRecordNV] = ACTIONS(1524), - [anon_sym_layout] = ACTIONS(1524), - }, - [609] = { - [sym_identifier] = ACTIONS(2294), - [aux_sym_preproc_def_token1] = ACTIONS(2294), - [aux_sym_preproc_if_token1] = ACTIONS(2294), - [aux_sym_preproc_if_token2] = ACTIONS(2294), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2294), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2294), - [sym_preproc_directive] = ACTIONS(2294), - [anon_sym_subroutine] = ACTIONS(2294), - [anon_sym_invariant] = ACTIONS(2294), - [anon_sym_precise] = ACTIONS(2294), - [anon_sym_in] = ACTIONS(2294), - [anon_sym_out] = ACTIONS(2294), - [anon_sym_inout] = ACTIONS(2294), - [anon_sym_uniform] = ACTIONS(2294), - [anon_sym_shared] = ACTIONS(2294), - [anon_sym_attribute] = ACTIONS(2294), - [anon_sym_varying] = ACTIONS(2294), - [anon_sym_buffer] = ACTIONS(2294), - [anon_sym_coherent] = ACTIONS(2294), - [anon_sym_readonly] = ACTIONS(2294), - [anon_sym_writeonly] = ACTIONS(2294), - [anon_sym_precision] = ACTIONS(2294), - [anon_sym_highp] = ACTIONS(2294), - [anon_sym_mediump] = ACTIONS(2294), - [anon_sym_lowp] = ACTIONS(2294), - [anon_sym_centroid] = ACTIONS(2294), - [anon_sym_sample] = ACTIONS(2294), - [anon_sym_patch] = ACTIONS(2294), - [anon_sym_smooth] = ACTIONS(2294), - [anon_sym_flat] = ACTIONS(2294), - [anon_sym_noperspective] = ACTIONS(2294), - [anon_sym___extension__] = ACTIONS(2294), - [anon_sym_extern] = ACTIONS(2294), - [anon_sym___attribute__] = ACTIONS(2294), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2296), - [anon_sym___declspec] = ACTIONS(2294), - [anon_sym_signed] = ACTIONS(2294), - [anon_sym_unsigned] = ACTIONS(2294), - [anon_sym_long] = ACTIONS(2294), - [anon_sym_short] = ACTIONS(2294), - [anon_sym_static] = ACTIONS(2294), - [anon_sym_auto] = ACTIONS(2294), - [anon_sym_register] = ACTIONS(2294), - [anon_sym_inline] = ACTIONS(2294), - [anon_sym___inline] = ACTIONS(2294), - [anon_sym___inline__] = ACTIONS(2294), - [anon_sym___forceinline] = ACTIONS(2294), - [anon_sym_thread_local] = ACTIONS(2294), - [anon_sym___thread] = ACTIONS(2294), - [anon_sym_const] = ACTIONS(2294), - [anon_sym_constexpr] = ACTIONS(2294), - [anon_sym_volatile] = ACTIONS(2294), - [anon_sym_restrict] = ACTIONS(2294), - [anon_sym___restrict__] = ACTIONS(2294), - [anon_sym__Atomic] = ACTIONS(2294), - [anon_sym__Noreturn] = ACTIONS(2294), - [anon_sym_noreturn] = ACTIONS(2294), - [sym_primitive_type] = ACTIONS(2294), - [anon_sym_enum] = ACTIONS(2294), - [anon_sym_struct] = ACTIONS(2294), - [anon_sym_union] = ACTIONS(2294), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2294), - [anon_sym_rayPayloadInEXT] = ACTIONS(2294), - [anon_sym_hitAttributeEXT] = ACTIONS(2294), - [anon_sym_callableDataEXT] = ACTIONS(2294), - [anon_sym_callableDataInEXT] = ACTIONS(2294), - [anon_sym_shaderRecordEXT] = ACTIONS(2294), - [anon_sym_rayPayloadNV] = ACTIONS(2294), - [anon_sym_rayPayloadInNV] = ACTIONS(2294), - [anon_sym_hitAttributeNV] = ACTIONS(2294), - [anon_sym_callableDataNV] = ACTIONS(2294), - [anon_sym_callableDataInNV] = ACTIONS(2294), - [anon_sym_shaderRecordNV] = ACTIONS(2294), - [anon_sym_layout] = ACTIONS(2294), - }, - [610] = { - [sym_identifier] = ACTIONS(2294), - [aux_sym_preproc_def_token1] = ACTIONS(2294), - [aux_sym_preproc_if_token1] = ACTIONS(2294), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2294), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2294), - [sym_preproc_directive] = ACTIONS(2294), - [anon_sym_subroutine] = ACTIONS(2294), - [anon_sym_invariant] = ACTIONS(2294), - [anon_sym_precise] = ACTIONS(2294), - [anon_sym_in] = ACTIONS(2294), - [anon_sym_out] = ACTIONS(2294), - [anon_sym_inout] = ACTIONS(2294), - [anon_sym_uniform] = ACTIONS(2294), - [anon_sym_shared] = ACTIONS(2294), - [anon_sym_attribute] = ACTIONS(2294), - [anon_sym_varying] = ACTIONS(2294), - [anon_sym_buffer] = ACTIONS(2294), - [anon_sym_coherent] = ACTIONS(2294), - [anon_sym_readonly] = ACTIONS(2294), - [anon_sym_writeonly] = ACTIONS(2294), - [anon_sym_precision] = ACTIONS(2294), - [anon_sym_highp] = ACTIONS(2294), - [anon_sym_mediump] = ACTIONS(2294), - [anon_sym_lowp] = ACTIONS(2294), - [anon_sym_centroid] = ACTIONS(2294), - [anon_sym_sample] = ACTIONS(2294), - [anon_sym_patch] = ACTIONS(2294), - [anon_sym_smooth] = ACTIONS(2294), - [anon_sym_flat] = ACTIONS(2294), - [anon_sym_noperspective] = ACTIONS(2294), - [anon_sym___extension__] = ACTIONS(2294), - [anon_sym_extern] = ACTIONS(2294), - [anon_sym___attribute__] = ACTIONS(2294), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2296), - [anon_sym___declspec] = ACTIONS(2294), - [anon_sym_RBRACE] = ACTIONS(2296), - [anon_sym_signed] = ACTIONS(2294), - [anon_sym_unsigned] = ACTIONS(2294), - [anon_sym_long] = ACTIONS(2294), - [anon_sym_short] = ACTIONS(2294), - [anon_sym_static] = ACTIONS(2294), - [anon_sym_auto] = ACTIONS(2294), - [anon_sym_register] = ACTIONS(2294), - [anon_sym_inline] = ACTIONS(2294), - [anon_sym___inline] = ACTIONS(2294), - [anon_sym___inline__] = ACTIONS(2294), - [anon_sym___forceinline] = ACTIONS(2294), - [anon_sym_thread_local] = ACTIONS(2294), - [anon_sym___thread] = ACTIONS(2294), - [anon_sym_const] = ACTIONS(2294), - [anon_sym_constexpr] = ACTIONS(2294), - [anon_sym_volatile] = ACTIONS(2294), - [anon_sym_restrict] = ACTIONS(2294), - [anon_sym___restrict__] = ACTIONS(2294), - [anon_sym__Atomic] = ACTIONS(2294), - [anon_sym__Noreturn] = ACTIONS(2294), - [anon_sym_noreturn] = ACTIONS(2294), - [sym_primitive_type] = ACTIONS(2294), - [anon_sym_enum] = ACTIONS(2294), - [anon_sym_struct] = ACTIONS(2294), - [anon_sym_union] = ACTIONS(2294), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2294), - [anon_sym_rayPayloadInEXT] = ACTIONS(2294), - [anon_sym_hitAttributeEXT] = ACTIONS(2294), - [anon_sym_callableDataEXT] = ACTIONS(2294), - [anon_sym_callableDataInEXT] = ACTIONS(2294), - [anon_sym_shaderRecordEXT] = ACTIONS(2294), - [anon_sym_rayPayloadNV] = ACTIONS(2294), - [anon_sym_rayPayloadInNV] = ACTIONS(2294), - [anon_sym_hitAttributeNV] = ACTIONS(2294), - [anon_sym_callableDataNV] = ACTIONS(2294), - [anon_sym_callableDataInNV] = ACTIONS(2294), - [anon_sym_shaderRecordNV] = ACTIONS(2294), - [anon_sym_layout] = ACTIONS(2294), - }, - [611] = { - [sym_identifier] = ACTIONS(2290), - [aux_sym_preproc_def_token1] = ACTIONS(2290), - [aux_sym_preproc_if_token1] = ACTIONS(2290), - [aux_sym_preproc_if_token2] = ACTIONS(2290), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2290), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2290), - [sym_preproc_directive] = ACTIONS(2290), - [anon_sym_subroutine] = ACTIONS(2290), - [anon_sym_invariant] = ACTIONS(2290), - [anon_sym_precise] = ACTIONS(2290), - [anon_sym_in] = ACTIONS(2290), - [anon_sym_out] = ACTIONS(2290), - [anon_sym_inout] = ACTIONS(2290), - [anon_sym_uniform] = ACTIONS(2290), - [anon_sym_shared] = ACTIONS(2290), - [anon_sym_attribute] = ACTIONS(2290), - [anon_sym_varying] = ACTIONS(2290), - [anon_sym_buffer] = ACTIONS(2290), - [anon_sym_coherent] = ACTIONS(2290), - [anon_sym_readonly] = ACTIONS(2290), - [anon_sym_writeonly] = ACTIONS(2290), - [anon_sym_precision] = ACTIONS(2290), - [anon_sym_highp] = ACTIONS(2290), - [anon_sym_mediump] = ACTIONS(2290), - [anon_sym_lowp] = ACTIONS(2290), - [anon_sym_centroid] = ACTIONS(2290), - [anon_sym_sample] = ACTIONS(2290), - [anon_sym_patch] = ACTIONS(2290), - [anon_sym_smooth] = ACTIONS(2290), - [anon_sym_flat] = ACTIONS(2290), - [anon_sym_noperspective] = ACTIONS(2290), - [anon_sym___extension__] = ACTIONS(2290), - [anon_sym_extern] = ACTIONS(2290), - [anon_sym___attribute__] = ACTIONS(2290), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2292), - [anon_sym___declspec] = ACTIONS(2290), - [anon_sym_signed] = ACTIONS(2290), - [anon_sym_unsigned] = ACTIONS(2290), - [anon_sym_long] = ACTIONS(2290), - [anon_sym_short] = ACTIONS(2290), - [anon_sym_static] = ACTIONS(2290), - [anon_sym_auto] = ACTIONS(2290), - [anon_sym_register] = ACTIONS(2290), - [anon_sym_inline] = ACTIONS(2290), - [anon_sym___inline] = ACTIONS(2290), - [anon_sym___inline__] = ACTIONS(2290), - [anon_sym___forceinline] = ACTIONS(2290), - [anon_sym_thread_local] = ACTIONS(2290), - [anon_sym___thread] = ACTIONS(2290), - [anon_sym_const] = ACTIONS(2290), - [anon_sym_constexpr] = ACTIONS(2290), - [anon_sym_volatile] = ACTIONS(2290), - [anon_sym_restrict] = ACTIONS(2290), - [anon_sym___restrict__] = ACTIONS(2290), - [anon_sym__Atomic] = ACTIONS(2290), - [anon_sym__Noreturn] = ACTIONS(2290), - [anon_sym_noreturn] = ACTIONS(2290), - [sym_primitive_type] = ACTIONS(2290), - [anon_sym_enum] = ACTIONS(2290), - [anon_sym_struct] = ACTIONS(2290), - [anon_sym_union] = ACTIONS(2290), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2290), - [anon_sym_rayPayloadInEXT] = ACTIONS(2290), - [anon_sym_hitAttributeEXT] = ACTIONS(2290), - [anon_sym_callableDataEXT] = ACTIONS(2290), - [anon_sym_callableDataInEXT] = ACTIONS(2290), - [anon_sym_shaderRecordEXT] = ACTIONS(2290), - [anon_sym_rayPayloadNV] = ACTIONS(2290), - [anon_sym_rayPayloadInNV] = ACTIONS(2290), - [anon_sym_hitAttributeNV] = ACTIONS(2290), - [anon_sym_callableDataNV] = ACTIONS(2290), - [anon_sym_callableDataInNV] = ACTIONS(2290), - [anon_sym_shaderRecordNV] = ACTIONS(2290), - [anon_sym_layout] = ACTIONS(2290), - }, - [612] = { - [sym_identifier] = ACTIONS(2278), - [aux_sym_preproc_def_token1] = ACTIONS(2278), - [aux_sym_preproc_if_token1] = ACTIONS(2278), - [aux_sym_preproc_if_token2] = ACTIONS(2278), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2278), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2278), - [sym_preproc_directive] = ACTIONS(2278), - [anon_sym_subroutine] = ACTIONS(2278), - [anon_sym_invariant] = ACTIONS(2278), - [anon_sym_precise] = ACTIONS(2278), - [anon_sym_in] = ACTIONS(2278), - [anon_sym_out] = ACTIONS(2278), - [anon_sym_inout] = ACTIONS(2278), - [anon_sym_uniform] = ACTIONS(2278), - [anon_sym_shared] = ACTIONS(2278), - [anon_sym_attribute] = ACTIONS(2278), - [anon_sym_varying] = ACTIONS(2278), - [anon_sym_buffer] = ACTIONS(2278), - [anon_sym_coherent] = ACTIONS(2278), - [anon_sym_readonly] = ACTIONS(2278), - [anon_sym_writeonly] = ACTIONS(2278), - [anon_sym_precision] = ACTIONS(2278), - [anon_sym_highp] = ACTIONS(2278), - [anon_sym_mediump] = ACTIONS(2278), - [anon_sym_lowp] = ACTIONS(2278), - [anon_sym_centroid] = ACTIONS(2278), - [anon_sym_sample] = ACTIONS(2278), - [anon_sym_patch] = ACTIONS(2278), - [anon_sym_smooth] = ACTIONS(2278), - [anon_sym_flat] = ACTIONS(2278), - [anon_sym_noperspective] = ACTIONS(2278), - [anon_sym___extension__] = ACTIONS(2278), - [anon_sym_extern] = ACTIONS(2278), - [anon_sym___attribute__] = ACTIONS(2278), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2280), - [anon_sym___declspec] = ACTIONS(2278), - [anon_sym_signed] = ACTIONS(2278), - [anon_sym_unsigned] = ACTIONS(2278), - [anon_sym_long] = ACTIONS(2278), - [anon_sym_short] = ACTIONS(2278), - [anon_sym_static] = ACTIONS(2278), - [anon_sym_auto] = ACTIONS(2278), - [anon_sym_register] = ACTIONS(2278), - [anon_sym_inline] = ACTIONS(2278), - [anon_sym___inline] = ACTIONS(2278), - [anon_sym___inline__] = ACTIONS(2278), - [anon_sym___forceinline] = ACTIONS(2278), - [anon_sym_thread_local] = ACTIONS(2278), - [anon_sym___thread] = ACTIONS(2278), - [anon_sym_const] = ACTIONS(2278), - [anon_sym_constexpr] = ACTIONS(2278), - [anon_sym_volatile] = ACTIONS(2278), - [anon_sym_restrict] = ACTIONS(2278), - [anon_sym___restrict__] = ACTIONS(2278), - [anon_sym__Atomic] = ACTIONS(2278), - [anon_sym__Noreturn] = ACTIONS(2278), - [anon_sym_noreturn] = ACTIONS(2278), - [sym_primitive_type] = ACTIONS(2278), - [anon_sym_enum] = ACTIONS(2278), - [anon_sym_struct] = ACTIONS(2278), - [anon_sym_union] = ACTIONS(2278), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2278), - [anon_sym_rayPayloadInEXT] = ACTIONS(2278), - [anon_sym_hitAttributeEXT] = ACTIONS(2278), - [anon_sym_callableDataEXT] = ACTIONS(2278), - [anon_sym_callableDataInEXT] = ACTIONS(2278), - [anon_sym_shaderRecordEXT] = ACTIONS(2278), - [anon_sym_rayPayloadNV] = ACTIONS(2278), - [anon_sym_rayPayloadInNV] = ACTIONS(2278), - [anon_sym_hitAttributeNV] = ACTIONS(2278), - [anon_sym_callableDataNV] = ACTIONS(2278), - [anon_sym_callableDataInNV] = ACTIONS(2278), - [anon_sym_shaderRecordNV] = ACTIONS(2278), - [anon_sym_layout] = ACTIONS(2278), - }, - [613] = { - [sym_identifier] = ACTIONS(2230), - [aux_sym_preproc_def_token1] = ACTIONS(2230), - [aux_sym_preproc_if_token1] = ACTIONS(2230), - [aux_sym_preproc_if_token2] = ACTIONS(2230), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2230), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2230), - [sym_preproc_directive] = ACTIONS(2230), - [anon_sym_subroutine] = ACTIONS(2230), - [anon_sym_invariant] = ACTIONS(2230), - [anon_sym_precise] = ACTIONS(2230), - [anon_sym_in] = ACTIONS(2230), - [anon_sym_out] = ACTIONS(2230), - [anon_sym_inout] = ACTIONS(2230), - [anon_sym_uniform] = ACTIONS(2230), - [anon_sym_shared] = ACTIONS(2230), - [anon_sym_attribute] = ACTIONS(2230), - [anon_sym_varying] = ACTIONS(2230), - [anon_sym_buffer] = ACTIONS(2230), - [anon_sym_coherent] = ACTIONS(2230), - [anon_sym_readonly] = ACTIONS(2230), - [anon_sym_writeonly] = ACTIONS(2230), - [anon_sym_precision] = ACTIONS(2230), - [anon_sym_highp] = ACTIONS(2230), - [anon_sym_mediump] = ACTIONS(2230), - [anon_sym_lowp] = ACTIONS(2230), - [anon_sym_centroid] = ACTIONS(2230), - [anon_sym_sample] = ACTIONS(2230), - [anon_sym_patch] = ACTIONS(2230), - [anon_sym_smooth] = ACTIONS(2230), - [anon_sym_flat] = ACTIONS(2230), - [anon_sym_noperspective] = ACTIONS(2230), - [anon_sym___extension__] = ACTIONS(2230), - [anon_sym_extern] = ACTIONS(2230), - [anon_sym___attribute__] = ACTIONS(2230), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2232), - [anon_sym___declspec] = ACTIONS(2230), - [anon_sym_signed] = ACTIONS(2230), - [anon_sym_unsigned] = ACTIONS(2230), - [anon_sym_long] = ACTIONS(2230), - [anon_sym_short] = ACTIONS(2230), - [anon_sym_static] = ACTIONS(2230), - [anon_sym_auto] = ACTIONS(2230), - [anon_sym_register] = ACTIONS(2230), - [anon_sym_inline] = ACTIONS(2230), - [anon_sym___inline] = ACTIONS(2230), - [anon_sym___inline__] = ACTIONS(2230), - [anon_sym___forceinline] = ACTIONS(2230), - [anon_sym_thread_local] = ACTIONS(2230), - [anon_sym___thread] = ACTIONS(2230), - [anon_sym_const] = ACTIONS(2230), - [anon_sym_constexpr] = ACTIONS(2230), - [anon_sym_volatile] = ACTIONS(2230), - [anon_sym_restrict] = ACTIONS(2230), - [anon_sym___restrict__] = ACTIONS(2230), - [anon_sym__Atomic] = ACTIONS(2230), - [anon_sym__Noreturn] = ACTIONS(2230), - [anon_sym_noreturn] = ACTIONS(2230), - [sym_primitive_type] = ACTIONS(2230), - [anon_sym_enum] = ACTIONS(2230), - [anon_sym_struct] = ACTIONS(2230), - [anon_sym_union] = ACTIONS(2230), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2230), - [anon_sym_rayPayloadInEXT] = ACTIONS(2230), - [anon_sym_hitAttributeEXT] = ACTIONS(2230), - [anon_sym_callableDataEXT] = ACTIONS(2230), - [anon_sym_callableDataInEXT] = ACTIONS(2230), - [anon_sym_shaderRecordEXT] = ACTIONS(2230), - [anon_sym_rayPayloadNV] = ACTIONS(2230), - [anon_sym_rayPayloadInNV] = ACTIONS(2230), - [anon_sym_hitAttributeNV] = ACTIONS(2230), - [anon_sym_callableDataNV] = ACTIONS(2230), - [anon_sym_callableDataInNV] = ACTIONS(2230), - [anon_sym_shaderRecordNV] = ACTIONS(2230), - [anon_sym_layout] = ACTIONS(2230), - }, [614] = { - [sym_identifier] = ACTIONS(1548), - [aux_sym_preproc_def_token1] = ACTIONS(1548), - [aux_sym_preproc_if_token1] = ACTIONS(1548), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1548), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1548), - [sym_preproc_directive] = ACTIONS(1548), - [anon_sym_subroutine] = ACTIONS(1548), - [anon_sym_invariant] = ACTIONS(1548), - [anon_sym_precise] = ACTIONS(1548), - [anon_sym_in] = ACTIONS(1548), - [anon_sym_out] = ACTIONS(1548), - [anon_sym_inout] = ACTIONS(1548), - [anon_sym_uniform] = ACTIONS(1548), - [anon_sym_shared] = ACTIONS(1548), - [anon_sym_attribute] = ACTIONS(1548), - [anon_sym_varying] = ACTIONS(1548), - [anon_sym_buffer] = ACTIONS(1548), - [anon_sym_coherent] = ACTIONS(1548), - [anon_sym_readonly] = ACTIONS(1548), - [anon_sym_writeonly] = ACTIONS(1548), - [anon_sym_precision] = ACTIONS(1548), - [anon_sym_highp] = ACTIONS(1548), - [anon_sym_mediump] = ACTIONS(1548), - [anon_sym_lowp] = ACTIONS(1548), - [anon_sym_centroid] = ACTIONS(1548), - [anon_sym_sample] = ACTIONS(1548), - [anon_sym_patch] = ACTIONS(1548), - [anon_sym_smooth] = ACTIONS(1548), - [anon_sym_flat] = ACTIONS(1548), - [anon_sym_noperspective] = ACTIONS(1548), - [anon_sym___extension__] = ACTIONS(1548), - [anon_sym_extern] = ACTIONS(1548), - [anon_sym___attribute__] = ACTIONS(1548), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1550), - [anon_sym___declspec] = ACTIONS(1548), - [anon_sym_RBRACE] = ACTIONS(1550), - [anon_sym_signed] = ACTIONS(1548), - [anon_sym_unsigned] = ACTIONS(1548), - [anon_sym_long] = ACTIONS(1548), - [anon_sym_short] = ACTIONS(1548), - [anon_sym_static] = ACTIONS(1548), - [anon_sym_auto] = ACTIONS(1548), - [anon_sym_register] = ACTIONS(1548), - [anon_sym_inline] = ACTIONS(1548), - [anon_sym___inline] = ACTIONS(1548), - [anon_sym___inline__] = ACTIONS(1548), - [anon_sym___forceinline] = ACTIONS(1548), - [anon_sym_thread_local] = ACTIONS(1548), - [anon_sym___thread] = ACTIONS(1548), - [anon_sym_const] = ACTIONS(1548), - [anon_sym_constexpr] = ACTIONS(1548), - [anon_sym_volatile] = ACTIONS(1548), - [anon_sym_restrict] = ACTIONS(1548), - [anon_sym___restrict__] = ACTIONS(1548), - [anon_sym__Atomic] = ACTIONS(1548), - [anon_sym__Noreturn] = ACTIONS(1548), - [anon_sym_noreturn] = ACTIONS(1548), - [sym_primitive_type] = ACTIONS(1548), - [anon_sym_enum] = ACTIONS(1548), - [anon_sym_struct] = ACTIONS(1548), - [anon_sym_union] = ACTIONS(1548), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1548), - [anon_sym_rayPayloadInEXT] = ACTIONS(1548), - [anon_sym_hitAttributeEXT] = ACTIONS(1548), - [anon_sym_callableDataEXT] = ACTIONS(1548), - [anon_sym_callableDataInEXT] = ACTIONS(1548), - [anon_sym_shaderRecordEXT] = ACTIONS(1548), - [anon_sym_rayPayloadNV] = ACTIONS(1548), - [anon_sym_rayPayloadInNV] = ACTIONS(1548), - [anon_sym_hitAttributeNV] = ACTIONS(1548), - [anon_sym_callableDataNV] = ACTIONS(1548), - [anon_sym_callableDataInNV] = ACTIONS(1548), - [anon_sym_shaderRecordNV] = ACTIONS(1548), - [anon_sym_layout] = ACTIONS(1548), + [sym_identifier] = ACTIONS(2228), + [aux_sym_preproc_def_token1] = ACTIONS(2228), + [aux_sym_preproc_if_token1] = ACTIONS(2228), + [aux_sym_preproc_if_token2] = ACTIONS(2228), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2228), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2228), + [sym_preproc_directive] = ACTIONS(2228), + [anon_sym_subroutine] = ACTIONS(2228), + [anon_sym_invariant] = ACTIONS(2228), + [anon_sym_precise] = ACTIONS(2228), + [anon_sym_in] = ACTIONS(2228), + [anon_sym_out] = ACTIONS(2228), + [anon_sym_inout] = ACTIONS(2228), + [anon_sym_uniform] = ACTIONS(2228), + [anon_sym_shared] = ACTIONS(2228), + [anon_sym_attribute] = ACTIONS(2228), + [anon_sym_varying] = ACTIONS(2228), + [anon_sym_buffer] = ACTIONS(2228), + [anon_sym_coherent] = ACTIONS(2228), + [anon_sym_readonly] = ACTIONS(2228), + [anon_sym_writeonly] = ACTIONS(2228), + [anon_sym_precision] = ACTIONS(2228), + [anon_sym_highp] = ACTIONS(2228), + [anon_sym_mediump] = ACTIONS(2228), + [anon_sym_lowp] = ACTIONS(2228), + [anon_sym_centroid] = ACTIONS(2228), + [anon_sym_sample] = ACTIONS(2228), + [anon_sym_patch] = ACTIONS(2228), + [anon_sym_smooth] = ACTIONS(2228), + [anon_sym_flat] = ACTIONS(2228), + [anon_sym_noperspective] = ACTIONS(2228), + [anon_sym___extension__] = ACTIONS(2228), + [anon_sym_extern] = ACTIONS(2228), + [anon_sym___attribute__] = ACTIONS(2228), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2230), + [anon_sym___declspec] = ACTIONS(2228), + [anon_sym_signed] = ACTIONS(2228), + [anon_sym_unsigned] = ACTIONS(2228), + [anon_sym_long] = ACTIONS(2228), + [anon_sym_short] = ACTIONS(2228), + [anon_sym_static] = ACTIONS(2228), + [anon_sym_auto] = ACTIONS(2228), + [anon_sym_register] = ACTIONS(2228), + [anon_sym_inline] = ACTIONS(2228), + [anon_sym___inline] = ACTIONS(2228), + [anon_sym___inline__] = ACTIONS(2228), + [anon_sym___forceinline] = ACTIONS(2228), + [anon_sym_thread_local] = ACTIONS(2228), + [anon_sym___thread] = ACTIONS(2228), + [anon_sym_const] = ACTIONS(2228), + [anon_sym_constexpr] = ACTIONS(2228), + [anon_sym_volatile] = ACTIONS(2228), + [anon_sym_restrict] = ACTIONS(2228), + [anon_sym___restrict__] = ACTIONS(2228), + [anon_sym__Atomic] = ACTIONS(2228), + [anon_sym__Noreturn] = ACTIONS(2228), + [anon_sym_noreturn] = ACTIONS(2228), + [sym_primitive_type] = ACTIONS(2228), + [anon_sym_enum] = ACTIONS(2228), + [anon_sym_struct] = ACTIONS(2228), + [anon_sym_union] = ACTIONS(2228), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2228), + [anon_sym_rayPayloadInEXT] = ACTIONS(2228), + [anon_sym_hitAttributeEXT] = ACTIONS(2228), + [anon_sym_callableDataEXT] = ACTIONS(2228), + [anon_sym_callableDataInEXT] = ACTIONS(2228), + [anon_sym_shaderRecordEXT] = ACTIONS(2228), + [anon_sym_rayPayloadNV] = ACTIONS(2228), + [anon_sym_rayPayloadInNV] = ACTIONS(2228), + [anon_sym_hitAttributeNV] = ACTIONS(2228), + [anon_sym_callableDataNV] = ACTIONS(2228), + [anon_sym_callableDataInNV] = ACTIONS(2228), + [anon_sym_shaderRecordNV] = ACTIONS(2228), + [anon_sym_layout] = ACTIONS(2228), }, [615] = { - [sym_identifier] = ACTIONS(2234), - [aux_sym_preproc_def_token1] = ACTIONS(2234), - [aux_sym_preproc_if_token1] = ACTIONS(2234), - [aux_sym_preproc_if_token2] = ACTIONS(2234), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2234), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2234), - [sym_preproc_directive] = ACTIONS(2234), - [anon_sym_subroutine] = ACTIONS(2234), - [anon_sym_invariant] = ACTIONS(2234), - [anon_sym_precise] = ACTIONS(2234), - [anon_sym_in] = ACTIONS(2234), - [anon_sym_out] = ACTIONS(2234), - [anon_sym_inout] = ACTIONS(2234), - [anon_sym_uniform] = ACTIONS(2234), - [anon_sym_shared] = ACTIONS(2234), - [anon_sym_attribute] = ACTIONS(2234), - [anon_sym_varying] = ACTIONS(2234), - [anon_sym_buffer] = ACTIONS(2234), - [anon_sym_coherent] = ACTIONS(2234), - [anon_sym_readonly] = ACTIONS(2234), - [anon_sym_writeonly] = ACTIONS(2234), - [anon_sym_precision] = ACTIONS(2234), - [anon_sym_highp] = ACTIONS(2234), - [anon_sym_mediump] = ACTIONS(2234), - [anon_sym_lowp] = ACTIONS(2234), - [anon_sym_centroid] = ACTIONS(2234), - [anon_sym_sample] = ACTIONS(2234), - [anon_sym_patch] = ACTIONS(2234), - [anon_sym_smooth] = ACTIONS(2234), - [anon_sym_flat] = ACTIONS(2234), - [anon_sym_noperspective] = ACTIONS(2234), - [anon_sym___extension__] = ACTIONS(2234), - [anon_sym_extern] = ACTIONS(2234), - [anon_sym___attribute__] = ACTIONS(2234), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2236), - [anon_sym___declspec] = ACTIONS(2234), - [anon_sym_signed] = ACTIONS(2234), - [anon_sym_unsigned] = ACTIONS(2234), - [anon_sym_long] = ACTIONS(2234), - [anon_sym_short] = ACTIONS(2234), - [anon_sym_static] = ACTIONS(2234), - [anon_sym_auto] = ACTIONS(2234), - [anon_sym_register] = ACTIONS(2234), - [anon_sym_inline] = ACTIONS(2234), - [anon_sym___inline] = ACTIONS(2234), - [anon_sym___inline__] = ACTIONS(2234), - [anon_sym___forceinline] = ACTIONS(2234), - [anon_sym_thread_local] = ACTIONS(2234), - [anon_sym___thread] = ACTIONS(2234), - [anon_sym_const] = ACTIONS(2234), - [anon_sym_constexpr] = ACTIONS(2234), - [anon_sym_volatile] = ACTIONS(2234), - [anon_sym_restrict] = ACTIONS(2234), - [anon_sym___restrict__] = ACTIONS(2234), - [anon_sym__Atomic] = ACTIONS(2234), - [anon_sym__Noreturn] = ACTIONS(2234), - [anon_sym_noreturn] = ACTIONS(2234), - [sym_primitive_type] = ACTIONS(2234), - [anon_sym_enum] = ACTIONS(2234), - [anon_sym_struct] = ACTIONS(2234), - [anon_sym_union] = ACTIONS(2234), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2234), - [anon_sym_rayPayloadInEXT] = ACTIONS(2234), - [anon_sym_hitAttributeEXT] = ACTIONS(2234), - [anon_sym_callableDataEXT] = ACTIONS(2234), - [anon_sym_callableDataInEXT] = ACTIONS(2234), - [anon_sym_shaderRecordEXT] = ACTIONS(2234), - [anon_sym_rayPayloadNV] = ACTIONS(2234), - [anon_sym_rayPayloadInNV] = ACTIONS(2234), - [anon_sym_hitAttributeNV] = ACTIONS(2234), - [anon_sym_callableDataNV] = ACTIONS(2234), - [anon_sym_callableDataInNV] = ACTIONS(2234), - [anon_sym_shaderRecordNV] = ACTIONS(2234), - [anon_sym_layout] = ACTIONS(2234), + [sym_identifier] = ACTIONS(1466), + [aux_sym_preproc_def_token1] = ACTIONS(1466), + [aux_sym_preproc_if_token1] = ACTIONS(1466), + [aux_sym_preproc_if_token2] = ACTIONS(1466), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1466), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1466), + [sym_preproc_directive] = ACTIONS(1466), + [anon_sym_subroutine] = ACTIONS(1466), + [anon_sym_invariant] = ACTIONS(1466), + [anon_sym_precise] = ACTIONS(1466), + [anon_sym_in] = ACTIONS(1466), + [anon_sym_out] = ACTIONS(1466), + [anon_sym_inout] = ACTIONS(1466), + [anon_sym_uniform] = ACTIONS(1466), + [anon_sym_shared] = ACTIONS(1466), + [anon_sym_attribute] = ACTIONS(1466), + [anon_sym_varying] = ACTIONS(1466), + [anon_sym_buffer] = ACTIONS(1466), + [anon_sym_coherent] = ACTIONS(1466), + [anon_sym_readonly] = ACTIONS(1466), + [anon_sym_writeonly] = ACTIONS(1466), + [anon_sym_precision] = ACTIONS(1466), + [anon_sym_highp] = ACTIONS(1466), + [anon_sym_mediump] = ACTIONS(1466), + [anon_sym_lowp] = ACTIONS(1466), + [anon_sym_centroid] = ACTIONS(1466), + [anon_sym_sample] = ACTIONS(1466), + [anon_sym_patch] = ACTIONS(1466), + [anon_sym_smooth] = ACTIONS(1466), + [anon_sym_flat] = ACTIONS(1466), + [anon_sym_noperspective] = ACTIONS(1466), + [anon_sym___extension__] = ACTIONS(1466), + [anon_sym_extern] = ACTIONS(1466), + [anon_sym___attribute__] = ACTIONS(1466), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1468), + [anon_sym___declspec] = ACTIONS(1466), + [anon_sym_signed] = ACTIONS(1466), + [anon_sym_unsigned] = ACTIONS(1466), + [anon_sym_long] = ACTIONS(1466), + [anon_sym_short] = ACTIONS(1466), + [anon_sym_static] = ACTIONS(1466), + [anon_sym_auto] = ACTIONS(1466), + [anon_sym_register] = ACTIONS(1466), + [anon_sym_inline] = ACTIONS(1466), + [anon_sym___inline] = ACTIONS(1466), + [anon_sym___inline__] = ACTIONS(1466), + [anon_sym___forceinline] = ACTIONS(1466), + [anon_sym_thread_local] = ACTIONS(1466), + [anon_sym___thread] = ACTIONS(1466), + [anon_sym_const] = ACTIONS(1466), + [anon_sym_constexpr] = ACTIONS(1466), + [anon_sym_volatile] = ACTIONS(1466), + [anon_sym_restrict] = ACTIONS(1466), + [anon_sym___restrict__] = ACTIONS(1466), + [anon_sym__Atomic] = ACTIONS(1466), + [anon_sym__Noreturn] = ACTIONS(1466), + [anon_sym_noreturn] = ACTIONS(1466), + [sym_primitive_type] = ACTIONS(1466), + [anon_sym_enum] = ACTIONS(1466), + [anon_sym_struct] = ACTIONS(1466), + [anon_sym_union] = ACTIONS(1466), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1466), + [anon_sym_rayPayloadInEXT] = ACTIONS(1466), + [anon_sym_hitAttributeEXT] = ACTIONS(1466), + [anon_sym_callableDataEXT] = ACTIONS(1466), + [anon_sym_callableDataInEXT] = ACTIONS(1466), + [anon_sym_shaderRecordEXT] = ACTIONS(1466), + [anon_sym_rayPayloadNV] = ACTIONS(1466), + [anon_sym_rayPayloadInNV] = ACTIONS(1466), + [anon_sym_hitAttributeNV] = ACTIONS(1466), + [anon_sym_callableDataNV] = ACTIONS(1466), + [anon_sym_callableDataInNV] = ACTIONS(1466), + [anon_sym_shaderRecordNV] = ACTIONS(1466), + [anon_sym_layout] = ACTIONS(1466), }, [616] = { - [sym_identifier] = ACTIONS(2238), - [aux_sym_preproc_def_token1] = ACTIONS(2238), - [aux_sym_preproc_if_token1] = ACTIONS(2238), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2238), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2238), - [sym_preproc_directive] = ACTIONS(2238), - [anon_sym_subroutine] = ACTIONS(2238), - [anon_sym_invariant] = ACTIONS(2238), - [anon_sym_precise] = ACTIONS(2238), - [anon_sym_in] = ACTIONS(2238), - [anon_sym_out] = ACTIONS(2238), - [anon_sym_inout] = ACTIONS(2238), - [anon_sym_uniform] = ACTIONS(2238), - [anon_sym_shared] = ACTIONS(2238), - [anon_sym_attribute] = ACTIONS(2238), - [anon_sym_varying] = ACTIONS(2238), - [anon_sym_buffer] = ACTIONS(2238), - [anon_sym_coherent] = ACTIONS(2238), - [anon_sym_readonly] = ACTIONS(2238), - [anon_sym_writeonly] = ACTIONS(2238), - [anon_sym_precision] = ACTIONS(2238), - [anon_sym_highp] = ACTIONS(2238), - [anon_sym_mediump] = ACTIONS(2238), - [anon_sym_lowp] = ACTIONS(2238), - [anon_sym_centroid] = ACTIONS(2238), - [anon_sym_sample] = ACTIONS(2238), - [anon_sym_patch] = ACTIONS(2238), - [anon_sym_smooth] = ACTIONS(2238), - [anon_sym_flat] = ACTIONS(2238), - [anon_sym_noperspective] = ACTIONS(2238), - [anon_sym___extension__] = ACTIONS(2238), - [anon_sym_extern] = ACTIONS(2238), - [anon_sym___attribute__] = ACTIONS(2238), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2240), - [anon_sym___declspec] = ACTIONS(2238), - [anon_sym_RBRACE] = ACTIONS(2240), - [anon_sym_signed] = ACTIONS(2238), - [anon_sym_unsigned] = ACTIONS(2238), - [anon_sym_long] = ACTIONS(2238), - [anon_sym_short] = ACTIONS(2238), - [anon_sym_static] = ACTIONS(2238), - [anon_sym_auto] = ACTIONS(2238), - [anon_sym_register] = ACTIONS(2238), - [anon_sym_inline] = ACTIONS(2238), - [anon_sym___inline] = ACTIONS(2238), - [anon_sym___inline__] = ACTIONS(2238), - [anon_sym___forceinline] = ACTIONS(2238), - [anon_sym_thread_local] = ACTIONS(2238), - [anon_sym___thread] = ACTIONS(2238), - [anon_sym_const] = ACTIONS(2238), - [anon_sym_constexpr] = ACTIONS(2238), - [anon_sym_volatile] = ACTIONS(2238), - [anon_sym_restrict] = ACTIONS(2238), - [anon_sym___restrict__] = ACTIONS(2238), - [anon_sym__Atomic] = ACTIONS(2238), - [anon_sym__Noreturn] = ACTIONS(2238), - [anon_sym_noreturn] = ACTIONS(2238), - [sym_primitive_type] = ACTIONS(2238), - [anon_sym_enum] = ACTIONS(2238), - [anon_sym_struct] = ACTIONS(2238), - [anon_sym_union] = ACTIONS(2238), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2238), - [anon_sym_rayPayloadInEXT] = ACTIONS(2238), - [anon_sym_hitAttributeEXT] = ACTIONS(2238), - [anon_sym_callableDataEXT] = ACTIONS(2238), - [anon_sym_callableDataInEXT] = ACTIONS(2238), - [anon_sym_shaderRecordEXT] = ACTIONS(2238), - [anon_sym_rayPayloadNV] = ACTIONS(2238), - [anon_sym_rayPayloadInNV] = ACTIONS(2238), - [anon_sym_hitAttributeNV] = ACTIONS(2238), - [anon_sym_callableDataNV] = ACTIONS(2238), - [anon_sym_callableDataInNV] = ACTIONS(2238), - [anon_sym_shaderRecordNV] = ACTIONS(2238), - [anon_sym_layout] = ACTIONS(2238), + [sym_identifier] = ACTIONS(2244), + [aux_sym_preproc_def_token1] = ACTIONS(2244), + [aux_sym_preproc_if_token1] = ACTIONS(2244), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2244), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2244), + [sym_preproc_directive] = ACTIONS(2244), + [anon_sym_subroutine] = ACTIONS(2244), + [anon_sym_invariant] = ACTIONS(2244), + [anon_sym_precise] = ACTIONS(2244), + [anon_sym_in] = ACTIONS(2244), + [anon_sym_out] = ACTIONS(2244), + [anon_sym_inout] = ACTIONS(2244), + [anon_sym_uniform] = ACTIONS(2244), + [anon_sym_shared] = ACTIONS(2244), + [anon_sym_attribute] = ACTIONS(2244), + [anon_sym_varying] = ACTIONS(2244), + [anon_sym_buffer] = ACTIONS(2244), + [anon_sym_coherent] = ACTIONS(2244), + [anon_sym_readonly] = ACTIONS(2244), + [anon_sym_writeonly] = ACTIONS(2244), + [anon_sym_precision] = ACTIONS(2244), + [anon_sym_highp] = ACTIONS(2244), + [anon_sym_mediump] = ACTIONS(2244), + [anon_sym_lowp] = ACTIONS(2244), + [anon_sym_centroid] = ACTIONS(2244), + [anon_sym_sample] = ACTIONS(2244), + [anon_sym_patch] = ACTIONS(2244), + [anon_sym_smooth] = ACTIONS(2244), + [anon_sym_flat] = ACTIONS(2244), + [anon_sym_noperspective] = ACTIONS(2244), + [anon_sym___extension__] = ACTIONS(2244), + [anon_sym_extern] = ACTIONS(2244), + [anon_sym___attribute__] = ACTIONS(2244), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2246), + [anon_sym___declspec] = ACTIONS(2244), + [anon_sym_RBRACE] = ACTIONS(2246), + [anon_sym_signed] = ACTIONS(2244), + [anon_sym_unsigned] = ACTIONS(2244), + [anon_sym_long] = ACTIONS(2244), + [anon_sym_short] = ACTIONS(2244), + [anon_sym_static] = ACTIONS(2244), + [anon_sym_auto] = ACTIONS(2244), + [anon_sym_register] = ACTIONS(2244), + [anon_sym_inline] = ACTIONS(2244), + [anon_sym___inline] = ACTIONS(2244), + [anon_sym___inline__] = ACTIONS(2244), + [anon_sym___forceinline] = ACTIONS(2244), + [anon_sym_thread_local] = ACTIONS(2244), + [anon_sym___thread] = ACTIONS(2244), + [anon_sym_const] = ACTIONS(2244), + [anon_sym_constexpr] = ACTIONS(2244), + [anon_sym_volatile] = ACTIONS(2244), + [anon_sym_restrict] = ACTIONS(2244), + [anon_sym___restrict__] = ACTIONS(2244), + [anon_sym__Atomic] = ACTIONS(2244), + [anon_sym__Noreturn] = ACTIONS(2244), + [anon_sym_noreturn] = ACTIONS(2244), + [sym_primitive_type] = ACTIONS(2244), + [anon_sym_enum] = ACTIONS(2244), + [anon_sym_struct] = ACTIONS(2244), + [anon_sym_union] = ACTIONS(2244), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2244), + [anon_sym_rayPayloadInEXT] = ACTIONS(2244), + [anon_sym_hitAttributeEXT] = ACTIONS(2244), + [anon_sym_callableDataEXT] = ACTIONS(2244), + [anon_sym_callableDataInEXT] = ACTIONS(2244), + [anon_sym_shaderRecordEXT] = ACTIONS(2244), + [anon_sym_rayPayloadNV] = ACTIONS(2244), + [anon_sym_rayPayloadInNV] = ACTIONS(2244), + [anon_sym_hitAttributeNV] = ACTIONS(2244), + [anon_sym_callableDataNV] = ACTIONS(2244), + [anon_sym_callableDataInNV] = ACTIONS(2244), + [anon_sym_shaderRecordNV] = ACTIONS(2244), + [anon_sym_layout] = ACTIONS(2244), }, [617] = { - [sym_identifier] = ACTIONS(2262), - [aux_sym_preproc_def_token1] = ACTIONS(2262), - [aux_sym_preproc_if_token1] = ACTIONS(2262), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2262), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2262), - [sym_preproc_directive] = ACTIONS(2262), - [anon_sym_subroutine] = ACTIONS(2262), - [anon_sym_invariant] = ACTIONS(2262), - [anon_sym_precise] = ACTIONS(2262), - [anon_sym_in] = ACTIONS(2262), - [anon_sym_out] = ACTIONS(2262), - [anon_sym_inout] = ACTIONS(2262), - [anon_sym_uniform] = ACTIONS(2262), - [anon_sym_shared] = ACTIONS(2262), - [anon_sym_attribute] = ACTIONS(2262), - [anon_sym_varying] = ACTIONS(2262), - [anon_sym_buffer] = ACTIONS(2262), - [anon_sym_coherent] = ACTIONS(2262), - [anon_sym_readonly] = ACTIONS(2262), - [anon_sym_writeonly] = ACTIONS(2262), - [anon_sym_precision] = ACTIONS(2262), - [anon_sym_highp] = ACTIONS(2262), - [anon_sym_mediump] = ACTIONS(2262), - [anon_sym_lowp] = ACTIONS(2262), - [anon_sym_centroid] = ACTIONS(2262), - [anon_sym_sample] = ACTIONS(2262), - [anon_sym_patch] = ACTIONS(2262), - [anon_sym_smooth] = ACTIONS(2262), - [anon_sym_flat] = ACTIONS(2262), - [anon_sym_noperspective] = ACTIONS(2262), - [anon_sym___extension__] = ACTIONS(2262), - [anon_sym_extern] = ACTIONS(2262), - [anon_sym___attribute__] = ACTIONS(2262), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2264), - [anon_sym___declspec] = ACTIONS(2262), - [anon_sym_RBRACE] = ACTIONS(2264), - [anon_sym_signed] = ACTIONS(2262), - [anon_sym_unsigned] = ACTIONS(2262), - [anon_sym_long] = ACTIONS(2262), - [anon_sym_short] = ACTIONS(2262), - [anon_sym_static] = ACTIONS(2262), - [anon_sym_auto] = ACTIONS(2262), - [anon_sym_register] = ACTIONS(2262), - [anon_sym_inline] = ACTIONS(2262), - [anon_sym___inline] = ACTIONS(2262), - [anon_sym___inline__] = ACTIONS(2262), - [anon_sym___forceinline] = ACTIONS(2262), - [anon_sym_thread_local] = ACTIONS(2262), - [anon_sym___thread] = ACTIONS(2262), - [anon_sym_const] = ACTIONS(2262), - [anon_sym_constexpr] = ACTIONS(2262), - [anon_sym_volatile] = ACTIONS(2262), - [anon_sym_restrict] = ACTIONS(2262), - [anon_sym___restrict__] = ACTIONS(2262), - [anon_sym__Atomic] = ACTIONS(2262), - [anon_sym__Noreturn] = ACTIONS(2262), - [anon_sym_noreturn] = ACTIONS(2262), - [sym_primitive_type] = ACTIONS(2262), - [anon_sym_enum] = ACTIONS(2262), - [anon_sym_struct] = ACTIONS(2262), - [anon_sym_union] = ACTIONS(2262), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2262), - [anon_sym_rayPayloadInEXT] = ACTIONS(2262), - [anon_sym_hitAttributeEXT] = ACTIONS(2262), - [anon_sym_callableDataEXT] = ACTIONS(2262), - [anon_sym_callableDataInEXT] = ACTIONS(2262), - [anon_sym_shaderRecordEXT] = ACTIONS(2262), - [anon_sym_rayPayloadNV] = ACTIONS(2262), - [anon_sym_rayPayloadInNV] = ACTIONS(2262), - [anon_sym_hitAttributeNV] = ACTIONS(2262), - [anon_sym_callableDataNV] = ACTIONS(2262), - [anon_sym_callableDataInNV] = ACTIONS(2262), - [anon_sym_shaderRecordNV] = ACTIONS(2262), - [anon_sym_layout] = ACTIONS(2262), + [sym_identifier] = ACTIONS(2248), + [aux_sym_preproc_def_token1] = ACTIONS(2248), + [aux_sym_preproc_if_token1] = ACTIONS(2248), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2248), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2248), + [sym_preproc_directive] = ACTIONS(2248), + [anon_sym_subroutine] = ACTIONS(2248), + [anon_sym_invariant] = ACTIONS(2248), + [anon_sym_precise] = ACTIONS(2248), + [anon_sym_in] = ACTIONS(2248), + [anon_sym_out] = ACTIONS(2248), + [anon_sym_inout] = ACTIONS(2248), + [anon_sym_uniform] = ACTIONS(2248), + [anon_sym_shared] = ACTIONS(2248), + [anon_sym_attribute] = ACTIONS(2248), + [anon_sym_varying] = ACTIONS(2248), + [anon_sym_buffer] = ACTIONS(2248), + [anon_sym_coherent] = ACTIONS(2248), + [anon_sym_readonly] = ACTIONS(2248), + [anon_sym_writeonly] = ACTIONS(2248), + [anon_sym_precision] = ACTIONS(2248), + [anon_sym_highp] = ACTIONS(2248), + [anon_sym_mediump] = ACTIONS(2248), + [anon_sym_lowp] = ACTIONS(2248), + [anon_sym_centroid] = ACTIONS(2248), + [anon_sym_sample] = ACTIONS(2248), + [anon_sym_patch] = ACTIONS(2248), + [anon_sym_smooth] = ACTIONS(2248), + [anon_sym_flat] = ACTIONS(2248), + [anon_sym_noperspective] = ACTIONS(2248), + [anon_sym___extension__] = ACTIONS(2248), + [anon_sym_extern] = ACTIONS(2248), + [anon_sym___attribute__] = ACTIONS(2248), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2250), + [anon_sym___declspec] = ACTIONS(2248), + [anon_sym_RBRACE] = ACTIONS(2250), + [anon_sym_signed] = ACTIONS(2248), + [anon_sym_unsigned] = ACTIONS(2248), + [anon_sym_long] = ACTIONS(2248), + [anon_sym_short] = ACTIONS(2248), + [anon_sym_static] = ACTIONS(2248), + [anon_sym_auto] = ACTIONS(2248), + [anon_sym_register] = ACTIONS(2248), + [anon_sym_inline] = ACTIONS(2248), + [anon_sym___inline] = ACTIONS(2248), + [anon_sym___inline__] = ACTIONS(2248), + [anon_sym___forceinline] = ACTIONS(2248), + [anon_sym_thread_local] = ACTIONS(2248), + [anon_sym___thread] = ACTIONS(2248), + [anon_sym_const] = ACTIONS(2248), + [anon_sym_constexpr] = ACTIONS(2248), + [anon_sym_volatile] = ACTIONS(2248), + [anon_sym_restrict] = ACTIONS(2248), + [anon_sym___restrict__] = ACTIONS(2248), + [anon_sym__Atomic] = ACTIONS(2248), + [anon_sym__Noreturn] = ACTIONS(2248), + [anon_sym_noreturn] = ACTIONS(2248), + [sym_primitive_type] = ACTIONS(2248), + [anon_sym_enum] = ACTIONS(2248), + [anon_sym_struct] = ACTIONS(2248), + [anon_sym_union] = ACTIONS(2248), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2248), + [anon_sym_rayPayloadInEXT] = ACTIONS(2248), + [anon_sym_hitAttributeEXT] = ACTIONS(2248), + [anon_sym_callableDataEXT] = ACTIONS(2248), + [anon_sym_callableDataInEXT] = ACTIONS(2248), + [anon_sym_shaderRecordEXT] = ACTIONS(2248), + [anon_sym_rayPayloadNV] = ACTIONS(2248), + [anon_sym_rayPayloadInNV] = ACTIONS(2248), + [anon_sym_hitAttributeNV] = ACTIONS(2248), + [anon_sym_callableDataNV] = ACTIONS(2248), + [anon_sym_callableDataInNV] = ACTIONS(2248), + [anon_sym_shaderRecordNV] = ACTIONS(2248), + [anon_sym_layout] = ACTIONS(2248), }, [618] = { - [sym_identifier] = ACTIONS(2266), - [aux_sym_preproc_def_token1] = ACTIONS(2266), - [aux_sym_preproc_if_token1] = ACTIONS(2266), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2266), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2266), - [sym_preproc_directive] = ACTIONS(2266), - [anon_sym_subroutine] = ACTIONS(2266), - [anon_sym_invariant] = ACTIONS(2266), - [anon_sym_precise] = ACTIONS(2266), - [anon_sym_in] = ACTIONS(2266), - [anon_sym_out] = ACTIONS(2266), - [anon_sym_inout] = ACTIONS(2266), - [anon_sym_uniform] = ACTIONS(2266), - [anon_sym_shared] = ACTIONS(2266), - [anon_sym_attribute] = ACTIONS(2266), - [anon_sym_varying] = ACTIONS(2266), - [anon_sym_buffer] = ACTIONS(2266), - [anon_sym_coherent] = ACTIONS(2266), - [anon_sym_readonly] = ACTIONS(2266), - [anon_sym_writeonly] = ACTIONS(2266), - [anon_sym_precision] = ACTIONS(2266), - [anon_sym_highp] = ACTIONS(2266), - [anon_sym_mediump] = ACTIONS(2266), - [anon_sym_lowp] = ACTIONS(2266), - [anon_sym_centroid] = ACTIONS(2266), - [anon_sym_sample] = ACTIONS(2266), - [anon_sym_patch] = ACTIONS(2266), - [anon_sym_smooth] = ACTIONS(2266), - [anon_sym_flat] = ACTIONS(2266), - [anon_sym_noperspective] = ACTIONS(2266), - [anon_sym___extension__] = ACTIONS(2266), - [anon_sym_extern] = ACTIONS(2266), - [anon_sym___attribute__] = ACTIONS(2266), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2268), - [anon_sym___declspec] = ACTIONS(2266), - [anon_sym_RBRACE] = ACTIONS(2268), - [anon_sym_signed] = ACTIONS(2266), - [anon_sym_unsigned] = ACTIONS(2266), - [anon_sym_long] = ACTIONS(2266), - [anon_sym_short] = ACTIONS(2266), - [anon_sym_static] = ACTIONS(2266), - [anon_sym_auto] = ACTIONS(2266), - [anon_sym_register] = ACTIONS(2266), - [anon_sym_inline] = ACTIONS(2266), - [anon_sym___inline] = ACTIONS(2266), - [anon_sym___inline__] = ACTIONS(2266), - [anon_sym___forceinline] = ACTIONS(2266), - [anon_sym_thread_local] = ACTIONS(2266), - [anon_sym___thread] = ACTIONS(2266), - [anon_sym_const] = ACTIONS(2266), - [anon_sym_constexpr] = ACTIONS(2266), - [anon_sym_volatile] = ACTIONS(2266), - [anon_sym_restrict] = ACTIONS(2266), - [anon_sym___restrict__] = ACTIONS(2266), - [anon_sym__Atomic] = ACTIONS(2266), - [anon_sym__Noreturn] = ACTIONS(2266), - [anon_sym_noreturn] = ACTIONS(2266), - [sym_primitive_type] = ACTIONS(2266), - [anon_sym_enum] = ACTIONS(2266), - [anon_sym_struct] = ACTIONS(2266), - [anon_sym_union] = ACTIONS(2266), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2266), - [anon_sym_rayPayloadInEXT] = ACTIONS(2266), - [anon_sym_hitAttributeEXT] = ACTIONS(2266), - [anon_sym_callableDataEXT] = ACTIONS(2266), - [anon_sym_callableDataInEXT] = ACTIONS(2266), - [anon_sym_shaderRecordEXT] = ACTIONS(2266), - [anon_sym_rayPayloadNV] = ACTIONS(2266), - [anon_sym_rayPayloadInNV] = ACTIONS(2266), - [anon_sym_hitAttributeNV] = ACTIONS(2266), - [anon_sym_callableDataNV] = ACTIONS(2266), - [anon_sym_callableDataInNV] = ACTIONS(2266), - [anon_sym_shaderRecordNV] = ACTIONS(2266), - [anon_sym_layout] = ACTIONS(2266), + [sym_identifier] = ACTIONS(2236), + [aux_sym_preproc_def_token1] = ACTIONS(2236), + [aux_sym_preproc_if_token1] = ACTIONS(2236), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2236), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2236), + [sym_preproc_directive] = ACTIONS(2236), + [anon_sym_subroutine] = ACTIONS(2236), + [anon_sym_invariant] = ACTIONS(2236), + [anon_sym_precise] = ACTIONS(2236), + [anon_sym_in] = ACTIONS(2236), + [anon_sym_out] = ACTIONS(2236), + [anon_sym_inout] = ACTIONS(2236), + [anon_sym_uniform] = ACTIONS(2236), + [anon_sym_shared] = ACTIONS(2236), + [anon_sym_attribute] = ACTIONS(2236), + [anon_sym_varying] = ACTIONS(2236), + [anon_sym_buffer] = ACTIONS(2236), + [anon_sym_coherent] = ACTIONS(2236), + [anon_sym_readonly] = ACTIONS(2236), + [anon_sym_writeonly] = ACTIONS(2236), + [anon_sym_precision] = ACTIONS(2236), + [anon_sym_highp] = ACTIONS(2236), + [anon_sym_mediump] = ACTIONS(2236), + [anon_sym_lowp] = ACTIONS(2236), + [anon_sym_centroid] = ACTIONS(2236), + [anon_sym_sample] = ACTIONS(2236), + [anon_sym_patch] = ACTIONS(2236), + [anon_sym_smooth] = ACTIONS(2236), + [anon_sym_flat] = ACTIONS(2236), + [anon_sym_noperspective] = ACTIONS(2236), + [anon_sym___extension__] = ACTIONS(2236), + [anon_sym_extern] = ACTIONS(2236), + [anon_sym___attribute__] = ACTIONS(2236), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2238), + [anon_sym___declspec] = ACTIONS(2236), + [anon_sym_RBRACE] = ACTIONS(2238), + [anon_sym_signed] = ACTIONS(2236), + [anon_sym_unsigned] = ACTIONS(2236), + [anon_sym_long] = ACTIONS(2236), + [anon_sym_short] = ACTIONS(2236), + [anon_sym_static] = ACTIONS(2236), + [anon_sym_auto] = ACTIONS(2236), + [anon_sym_register] = ACTIONS(2236), + [anon_sym_inline] = ACTIONS(2236), + [anon_sym___inline] = ACTIONS(2236), + [anon_sym___inline__] = ACTIONS(2236), + [anon_sym___forceinline] = ACTIONS(2236), + [anon_sym_thread_local] = ACTIONS(2236), + [anon_sym___thread] = ACTIONS(2236), + [anon_sym_const] = ACTIONS(2236), + [anon_sym_constexpr] = ACTIONS(2236), + [anon_sym_volatile] = ACTIONS(2236), + [anon_sym_restrict] = ACTIONS(2236), + [anon_sym___restrict__] = ACTIONS(2236), + [anon_sym__Atomic] = ACTIONS(2236), + [anon_sym__Noreturn] = ACTIONS(2236), + [anon_sym_noreturn] = ACTIONS(2236), + [sym_primitive_type] = ACTIONS(2236), + [anon_sym_enum] = ACTIONS(2236), + [anon_sym_struct] = ACTIONS(2236), + [anon_sym_union] = ACTIONS(2236), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2236), + [anon_sym_rayPayloadInEXT] = ACTIONS(2236), + [anon_sym_hitAttributeEXT] = ACTIONS(2236), + [anon_sym_callableDataEXT] = ACTIONS(2236), + [anon_sym_callableDataInEXT] = ACTIONS(2236), + [anon_sym_shaderRecordEXT] = ACTIONS(2236), + [anon_sym_rayPayloadNV] = ACTIONS(2236), + [anon_sym_rayPayloadInNV] = ACTIONS(2236), + [anon_sym_hitAttributeNV] = ACTIONS(2236), + [anon_sym_callableDataNV] = ACTIONS(2236), + [anon_sym_callableDataInNV] = ACTIONS(2236), + [anon_sym_shaderRecordNV] = ACTIONS(2236), + [anon_sym_layout] = ACTIONS(2236), }, [619] = { - [sym_identifier] = ACTIONS(2290), - [aux_sym_preproc_def_token1] = ACTIONS(2290), - [aux_sym_preproc_if_token1] = ACTIONS(2290), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2290), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2290), - [sym_preproc_directive] = ACTIONS(2290), - [anon_sym_subroutine] = ACTIONS(2290), - [anon_sym_invariant] = ACTIONS(2290), - [anon_sym_precise] = ACTIONS(2290), - [anon_sym_in] = ACTIONS(2290), - [anon_sym_out] = ACTIONS(2290), - [anon_sym_inout] = ACTIONS(2290), - [anon_sym_uniform] = ACTIONS(2290), - [anon_sym_shared] = ACTIONS(2290), - [anon_sym_attribute] = ACTIONS(2290), - [anon_sym_varying] = ACTIONS(2290), - [anon_sym_buffer] = ACTIONS(2290), - [anon_sym_coherent] = ACTIONS(2290), - [anon_sym_readonly] = ACTIONS(2290), - [anon_sym_writeonly] = ACTIONS(2290), - [anon_sym_precision] = ACTIONS(2290), - [anon_sym_highp] = ACTIONS(2290), - [anon_sym_mediump] = ACTIONS(2290), - [anon_sym_lowp] = ACTIONS(2290), - [anon_sym_centroid] = ACTIONS(2290), - [anon_sym_sample] = ACTIONS(2290), - [anon_sym_patch] = ACTIONS(2290), - [anon_sym_smooth] = ACTIONS(2290), - [anon_sym_flat] = ACTIONS(2290), - [anon_sym_noperspective] = ACTIONS(2290), - [anon_sym___extension__] = ACTIONS(2290), - [anon_sym_extern] = ACTIONS(2290), - [anon_sym___attribute__] = ACTIONS(2290), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2292), - [anon_sym___declspec] = ACTIONS(2290), - [anon_sym_RBRACE] = ACTIONS(2292), - [anon_sym_signed] = ACTIONS(2290), - [anon_sym_unsigned] = ACTIONS(2290), - [anon_sym_long] = ACTIONS(2290), - [anon_sym_short] = ACTIONS(2290), - [anon_sym_static] = ACTIONS(2290), - [anon_sym_auto] = ACTIONS(2290), - [anon_sym_register] = ACTIONS(2290), - [anon_sym_inline] = ACTIONS(2290), - [anon_sym___inline] = ACTIONS(2290), - [anon_sym___inline__] = ACTIONS(2290), - [anon_sym___forceinline] = ACTIONS(2290), - [anon_sym_thread_local] = ACTIONS(2290), - [anon_sym___thread] = ACTIONS(2290), - [anon_sym_const] = ACTIONS(2290), - [anon_sym_constexpr] = ACTIONS(2290), - [anon_sym_volatile] = ACTIONS(2290), - [anon_sym_restrict] = ACTIONS(2290), - [anon_sym___restrict__] = ACTIONS(2290), - [anon_sym__Atomic] = ACTIONS(2290), - [anon_sym__Noreturn] = ACTIONS(2290), - [anon_sym_noreturn] = ACTIONS(2290), - [sym_primitive_type] = ACTIONS(2290), - [anon_sym_enum] = ACTIONS(2290), - [anon_sym_struct] = ACTIONS(2290), - [anon_sym_union] = ACTIONS(2290), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2290), - [anon_sym_rayPayloadInEXT] = ACTIONS(2290), - [anon_sym_hitAttributeEXT] = ACTIONS(2290), - [anon_sym_callableDataEXT] = ACTIONS(2290), - [anon_sym_callableDataInEXT] = ACTIONS(2290), - [anon_sym_shaderRecordEXT] = ACTIONS(2290), - [anon_sym_rayPayloadNV] = ACTIONS(2290), - [anon_sym_rayPayloadInNV] = ACTIONS(2290), - [anon_sym_hitAttributeNV] = ACTIONS(2290), - [anon_sym_callableDataNV] = ACTIONS(2290), - [anon_sym_callableDataInNV] = ACTIONS(2290), - [anon_sym_shaderRecordNV] = ACTIONS(2290), - [anon_sym_layout] = ACTIONS(2290), + [sym_identifier] = ACTIONS(2208), + [aux_sym_preproc_def_token1] = ACTIONS(2208), + [aux_sym_preproc_if_token1] = ACTIONS(2208), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2208), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2208), + [sym_preproc_directive] = ACTIONS(2208), + [anon_sym_subroutine] = ACTIONS(2208), + [anon_sym_invariant] = ACTIONS(2208), + [anon_sym_precise] = ACTIONS(2208), + [anon_sym_in] = ACTIONS(2208), + [anon_sym_out] = ACTIONS(2208), + [anon_sym_inout] = ACTIONS(2208), + [anon_sym_uniform] = ACTIONS(2208), + [anon_sym_shared] = ACTIONS(2208), + [anon_sym_attribute] = ACTIONS(2208), + [anon_sym_varying] = ACTIONS(2208), + [anon_sym_buffer] = ACTIONS(2208), + [anon_sym_coherent] = ACTIONS(2208), + [anon_sym_readonly] = ACTIONS(2208), + [anon_sym_writeonly] = ACTIONS(2208), + [anon_sym_precision] = ACTIONS(2208), + [anon_sym_highp] = ACTIONS(2208), + [anon_sym_mediump] = ACTIONS(2208), + [anon_sym_lowp] = ACTIONS(2208), + [anon_sym_centroid] = ACTIONS(2208), + [anon_sym_sample] = ACTIONS(2208), + [anon_sym_patch] = ACTIONS(2208), + [anon_sym_smooth] = ACTIONS(2208), + [anon_sym_flat] = ACTIONS(2208), + [anon_sym_noperspective] = ACTIONS(2208), + [anon_sym___extension__] = ACTIONS(2208), + [anon_sym_extern] = ACTIONS(2208), + [anon_sym___attribute__] = ACTIONS(2208), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2210), + [anon_sym___declspec] = ACTIONS(2208), + [anon_sym_RBRACE] = ACTIONS(2210), + [anon_sym_signed] = ACTIONS(2208), + [anon_sym_unsigned] = ACTIONS(2208), + [anon_sym_long] = ACTIONS(2208), + [anon_sym_short] = ACTIONS(2208), + [anon_sym_static] = ACTIONS(2208), + [anon_sym_auto] = ACTIONS(2208), + [anon_sym_register] = ACTIONS(2208), + [anon_sym_inline] = ACTIONS(2208), + [anon_sym___inline] = ACTIONS(2208), + [anon_sym___inline__] = ACTIONS(2208), + [anon_sym___forceinline] = ACTIONS(2208), + [anon_sym_thread_local] = ACTIONS(2208), + [anon_sym___thread] = ACTIONS(2208), + [anon_sym_const] = ACTIONS(2208), + [anon_sym_constexpr] = ACTIONS(2208), + [anon_sym_volatile] = ACTIONS(2208), + [anon_sym_restrict] = ACTIONS(2208), + [anon_sym___restrict__] = ACTIONS(2208), + [anon_sym__Atomic] = ACTIONS(2208), + [anon_sym__Noreturn] = ACTIONS(2208), + [anon_sym_noreturn] = ACTIONS(2208), + [sym_primitive_type] = ACTIONS(2208), + [anon_sym_enum] = ACTIONS(2208), + [anon_sym_struct] = ACTIONS(2208), + [anon_sym_union] = ACTIONS(2208), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2208), + [anon_sym_rayPayloadInEXT] = ACTIONS(2208), + [anon_sym_hitAttributeEXT] = ACTIONS(2208), + [anon_sym_callableDataEXT] = ACTIONS(2208), + [anon_sym_callableDataInEXT] = ACTIONS(2208), + [anon_sym_shaderRecordEXT] = ACTIONS(2208), + [anon_sym_rayPayloadNV] = ACTIONS(2208), + [anon_sym_rayPayloadInNV] = ACTIONS(2208), + [anon_sym_hitAttributeNV] = ACTIONS(2208), + [anon_sym_callableDataNV] = ACTIONS(2208), + [anon_sym_callableDataInNV] = ACTIONS(2208), + [anon_sym_shaderRecordNV] = ACTIONS(2208), + [anon_sym_layout] = ACTIONS(2208), }, [620] = { + [sym_identifier] = ACTIONS(2208), + [aux_sym_preproc_def_token1] = ACTIONS(2208), + [aux_sym_preproc_if_token1] = ACTIONS(2208), + [aux_sym_preproc_if_token2] = ACTIONS(2208), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2208), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2208), + [sym_preproc_directive] = ACTIONS(2208), + [anon_sym_subroutine] = ACTIONS(2208), + [anon_sym_invariant] = ACTIONS(2208), + [anon_sym_precise] = ACTIONS(2208), + [anon_sym_in] = ACTIONS(2208), + [anon_sym_out] = ACTIONS(2208), + [anon_sym_inout] = ACTIONS(2208), + [anon_sym_uniform] = ACTIONS(2208), + [anon_sym_shared] = ACTIONS(2208), + [anon_sym_attribute] = ACTIONS(2208), + [anon_sym_varying] = ACTIONS(2208), + [anon_sym_buffer] = ACTIONS(2208), + [anon_sym_coherent] = ACTIONS(2208), + [anon_sym_readonly] = ACTIONS(2208), + [anon_sym_writeonly] = ACTIONS(2208), + [anon_sym_precision] = ACTIONS(2208), + [anon_sym_highp] = ACTIONS(2208), + [anon_sym_mediump] = ACTIONS(2208), + [anon_sym_lowp] = ACTIONS(2208), + [anon_sym_centroid] = ACTIONS(2208), + [anon_sym_sample] = ACTIONS(2208), + [anon_sym_patch] = ACTIONS(2208), + [anon_sym_smooth] = ACTIONS(2208), + [anon_sym_flat] = ACTIONS(2208), + [anon_sym_noperspective] = ACTIONS(2208), + [anon_sym___extension__] = ACTIONS(2208), + [anon_sym_extern] = ACTIONS(2208), + [anon_sym___attribute__] = ACTIONS(2208), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2210), + [anon_sym___declspec] = ACTIONS(2208), + [anon_sym_signed] = ACTIONS(2208), + [anon_sym_unsigned] = ACTIONS(2208), + [anon_sym_long] = ACTIONS(2208), + [anon_sym_short] = ACTIONS(2208), + [anon_sym_static] = ACTIONS(2208), + [anon_sym_auto] = ACTIONS(2208), + [anon_sym_register] = ACTIONS(2208), + [anon_sym_inline] = ACTIONS(2208), + [anon_sym___inline] = ACTIONS(2208), + [anon_sym___inline__] = ACTIONS(2208), + [anon_sym___forceinline] = ACTIONS(2208), + [anon_sym_thread_local] = ACTIONS(2208), + [anon_sym___thread] = ACTIONS(2208), + [anon_sym_const] = ACTIONS(2208), + [anon_sym_constexpr] = ACTIONS(2208), + [anon_sym_volatile] = ACTIONS(2208), + [anon_sym_restrict] = ACTIONS(2208), + [anon_sym___restrict__] = ACTIONS(2208), + [anon_sym__Atomic] = ACTIONS(2208), + [anon_sym__Noreturn] = ACTIONS(2208), + [anon_sym_noreturn] = ACTIONS(2208), + [sym_primitive_type] = ACTIONS(2208), + [anon_sym_enum] = ACTIONS(2208), + [anon_sym_struct] = ACTIONS(2208), + [anon_sym_union] = ACTIONS(2208), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2208), + [anon_sym_rayPayloadInEXT] = ACTIONS(2208), + [anon_sym_hitAttributeEXT] = ACTIONS(2208), + [anon_sym_callableDataEXT] = ACTIONS(2208), + [anon_sym_callableDataInEXT] = ACTIONS(2208), + [anon_sym_shaderRecordEXT] = ACTIONS(2208), + [anon_sym_rayPayloadNV] = ACTIONS(2208), + [anon_sym_rayPayloadInNV] = ACTIONS(2208), + [anon_sym_hitAttributeNV] = ACTIONS(2208), + [anon_sym_callableDataNV] = ACTIONS(2208), + [anon_sym_callableDataInNV] = ACTIONS(2208), + [anon_sym_shaderRecordNV] = ACTIONS(2208), + [anon_sym_layout] = ACTIONS(2208), + }, + [621] = { + [sym_identifier] = ACTIONS(2268), + [aux_sym_preproc_def_token1] = ACTIONS(2268), + [aux_sym_preproc_if_token1] = ACTIONS(2268), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2268), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2268), + [sym_preproc_directive] = ACTIONS(2268), + [anon_sym_subroutine] = ACTIONS(2268), + [anon_sym_invariant] = ACTIONS(2268), + [anon_sym_precise] = ACTIONS(2268), + [anon_sym_in] = ACTIONS(2268), + [anon_sym_out] = ACTIONS(2268), + [anon_sym_inout] = ACTIONS(2268), + [anon_sym_uniform] = ACTIONS(2268), + [anon_sym_shared] = ACTIONS(2268), + [anon_sym_attribute] = ACTIONS(2268), + [anon_sym_varying] = ACTIONS(2268), + [anon_sym_buffer] = ACTIONS(2268), + [anon_sym_coherent] = ACTIONS(2268), + [anon_sym_readonly] = ACTIONS(2268), + [anon_sym_writeonly] = ACTIONS(2268), + [anon_sym_precision] = ACTIONS(2268), + [anon_sym_highp] = ACTIONS(2268), + [anon_sym_mediump] = ACTIONS(2268), + [anon_sym_lowp] = ACTIONS(2268), + [anon_sym_centroid] = ACTIONS(2268), + [anon_sym_sample] = ACTIONS(2268), + [anon_sym_patch] = ACTIONS(2268), + [anon_sym_smooth] = ACTIONS(2268), + [anon_sym_flat] = ACTIONS(2268), + [anon_sym_noperspective] = ACTIONS(2268), + [anon_sym___extension__] = ACTIONS(2268), + [anon_sym_extern] = ACTIONS(2268), + [anon_sym___attribute__] = ACTIONS(2268), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2270), + [anon_sym___declspec] = ACTIONS(2268), + [anon_sym_RBRACE] = ACTIONS(2270), + [anon_sym_signed] = ACTIONS(2268), + [anon_sym_unsigned] = ACTIONS(2268), + [anon_sym_long] = ACTIONS(2268), + [anon_sym_short] = ACTIONS(2268), + [anon_sym_static] = ACTIONS(2268), + [anon_sym_auto] = ACTIONS(2268), + [anon_sym_register] = ACTIONS(2268), + [anon_sym_inline] = ACTIONS(2268), + [anon_sym___inline] = ACTIONS(2268), + [anon_sym___inline__] = ACTIONS(2268), + [anon_sym___forceinline] = ACTIONS(2268), + [anon_sym_thread_local] = ACTIONS(2268), + [anon_sym___thread] = ACTIONS(2268), + [anon_sym_const] = ACTIONS(2268), + [anon_sym_constexpr] = ACTIONS(2268), + [anon_sym_volatile] = ACTIONS(2268), + [anon_sym_restrict] = ACTIONS(2268), + [anon_sym___restrict__] = ACTIONS(2268), + [anon_sym__Atomic] = ACTIONS(2268), + [anon_sym__Noreturn] = ACTIONS(2268), + [anon_sym_noreturn] = ACTIONS(2268), + [sym_primitive_type] = ACTIONS(2268), + [anon_sym_enum] = ACTIONS(2268), + [anon_sym_struct] = ACTIONS(2268), + [anon_sym_union] = ACTIONS(2268), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2268), + [anon_sym_rayPayloadInEXT] = ACTIONS(2268), + [anon_sym_hitAttributeEXT] = ACTIONS(2268), + [anon_sym_callableDataEXT] = ACTIONS(2268), + [anon_sym_callableDataInEXT] = ACTIONS(2268), + [anon_sym_shaderRecordEXT] = ACTIONS(2268), + [anon_sym_rayPayloadNV] = ACTIONS(2268), + [anon_sym_rayPayloadInNV] = ACTIONS(2268), + [anon_sym_hitAttributeNV] = ACTIONS(2268), + [anon_sym_callableDataNV] = ACTIONS(2268), + [anon_sym_callableDataInNV] = ACTIONS(2268), + [anon_sym_shaderRecordNV] = ACTIONS(2268), + [anon_sym_layout] = ACTIONS(2268), + }, + [622] = { + [sym_identifier] = ACTIONS(2228), + [aux_sym_preproc_def_token1] = ACTIONS(2228), + [aux_sym_preproc_if_token1] = ACTIONS(2228), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2228), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2228), + [sym_preproc_directive] = ACTIONS(2228), + [anon_sym_subroutine] = ACTIONS(2228), + [anon_sym_invariant] = ACTIONS(2228), + [anon_sym_precise] = ACTIONS(2228), + [anon_sym_in] = ACTIONS(2228), + [anon_sym_out] = ACTIONS(2228), + [anon_sym_inout] = ACTIONS(2228), + [anon_sym_uniform] = ACTIONS(2228), + [anon_sym_shared] = ACTIONS(2228), + [anon_sym_attribute] = ACTIONS(2228), + [anon_sym_varying] = ACTIONS(2228), + [anon_sym_buffer] = ACTIONS(2228), + [anon_sym_coherent] = ACTIONS(2228), + [anon_sym_readonly] = ACTIONS(2228), + [anon_sym_writeonly] = ACTIONS(2228), + [anon_sym_precision] = ACTIONS(2228), + [anon_sym_highp] = ACTIONS(2228), + [anon_sym_mediump] = ACTIONS(2228), + [anon_sym_lowp] = ACTIONS(2228), + [anon_sym_centroid] = ACTIONS(2228), + [anon_sym_sample] = ACTIONS(2228), + [anon_sym_patch] = ACTIONS(2228), + [anon_sym_smooth] = ACTIONS(2228), + [anon_sym_flat] = ACTIONS(2228), + [anon_sym_noperspective] = ACTIONS(2228), + [anon_sym___extension__] = ACTIONS(2228), + [anon_sym_extern] = ACTIONS(2228), + [anon_sym___attribute__] = ACTIONS(2228), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2230), + [anon_sym___declspec] = ACTIONS(2228), + [anon_sym_RBRACE] = ACTIONS(2230), + [anon_sym_signed] = ACTIONS(2228), + [anon_sym_unsigned] = ACTIONS(2228), + [anon_sym_long] = ACTIONS(2228), + [anon_sym_short] = ACTIONS(2228), + [anon_sym_static] = ACTIONS(2228), + [anon_sym_auto] = ACTIONS(2228), + [anon_sym_register] = ACTIONS(2228), + [anon_sym_inline] = ACTIONS(2228), + [anon_sym___inline] = ACTIONS(2228), + [anon_sym___inline__] = ACTIONS(2228), + [anon_sym___forceinline] = ACTIONS(2228), + [anon_sym_thread_local] = ACTIONS(2228), + [anon_sym___thread] = ACTIONS(2228), + [anon_sym_const] = ACTIONS(2228), + [anon_sym_constexpr] = ACTIONS(2228), + [anon_sym_volatile] = ACTIONS(2228), + [anon_sym_restrict] = ACTIONS(2228), + [anon_sym___restrict__] = ACTIONS(2228), + [anon_sym__Atomic] = ACTIONS(2228), + [anon_sym__Noreturn] = ACTIONS(2228), + [anon_sym_noreturn] = ACTIONS(2228), + [sym_primitive_type] = ACTIONS(2228), + [anon_sym_enum] = ACTIONS(2228), + [anon_sym_struct] = ACTIONS(2228), + [anon_sym_union] = ACTIONS(2228), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2228), + [anon_sym_rayPayloadInEXT] = ACTIONS(2228), + [anon_sym_hitAttributeEXT] = ACTIONS(2228), + [anon_sym_callableDataEXT] = ACTIONS(2228), + [anon_sym_callableDataInEXT] = ACTIONS(2228), + [anon_sym_shaderRecordEXT] = ACTIONS(2228), + [anon_sym_rayPayloadNV] = ACTIONS(2228), + [anon_sym_rayPayloadInNV] = ACTIONS(2228), + [anon_sym_hitAttributeNV] = ACTIONS(2228), + [anon_sym_callableDataNV] = ACTIONS(2228), + [anon_sym_callableDataInNV] = ACTIONS(2228), + [anon_sym_shaderRecordNV] = ACTIONS(2228), + [anon_sym_layout] = ACTIONS(2228), + }, + [623] = { + [sym_identifier] = ACTIONS(2240), + [aux_sym_preproc_def_token1] = ACTIONS(2240), + [aux_sym_preproc_if_token1] = ACTIONS(2240), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2240), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2240), + [sym_preproc_directive] = ACTIONS(2240), + [anon_sym_subroutine] = ACTIONS(2240), + [anon_sym_invariant] = ACTIONS(2240), + [anon_sym_precise] = ACTIONS(2240), + [anon_sym_in] = ACTIONS(2240), + [anon_sym_out] = ACTIONS(2240), + [anon_sym_inout] = ACTIONS(2240), + [anon_sym_uniform] = ACTIONS(2240), + [anon_sym_shared] = ACTIONS(2240), + [anon_sym_attribute] = ACTIONS(2240), + [anon_sym_varying] = ACTIONS(2240), + [anon_sym_buffer] = ACTIONS(2240), + [anon_sym_coherent] = ACTIONS(2240), + [anon_sym_readonly] = ACTIONS(2240), + [anon_sym_writeonly] = ACTIONS(2240), + [anon_sym_precision] = ACTIONS(2240), + [anon_sym_highp] = ACTIONS(2240), + [anon_sym_mediump] = ACTIONS(2240), + [anon_sym_lowp] = ACTIONS(2240), + [anon_sym_centroid] = ACTIONS(2240), + [anon_sym_sample] = ACTIONS(2240), + [anon_sym_patch] = ACTIONS(2240), + [anon_sym_smooth] = ACTIONS(2240), + [anon_sym_flat] = ACTIONS(2240), + [anon_sym_noperspective] = ACTIONS(2240), + [anon_sym___extension__] = ACTIONS(2240), + [anon_sym_extern] = ACTIONS(2240), + [anon_sym___attribute__] = ACTIONS(2240), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2242), + [anon_sym___declspec] = ACTIONS(2240), + [anon_sym_RBRACE] = ACTIONS(2242), + [anon_sym_signed] = ACTIONS(2240), + [anon_sym_unsigned] = ACTIONS(2240), + [anon_sym_long] = ACTIONS(2240), + [anon_sym_short] = ACTIONS(2240), + [anon_sym_static] = ACTIONS(2240), + [anon_sym_auto] = ACTIONS(2240), + [anon_sym_register] = ACTIONS(2240), + [anon_sym_inline] = ACTIONS(2240), + [anon_sym___inline] = ACTIONS(2240), + [anon_sym___inline__] = ACTIONS(2240), + [anon_sym___forceinline] = ACTIONS(2240), + [anon_sym_thread_local] = ACTIONS(2240), + [anon_sym___thread] = ACTIONS(2240), + [anon_sym_const] = ACTIONS(2240), + [anon_sym_constexpr] = ACTIONS(2240), + [anon_sym_volatile] = ACTIONS(2240), + [anon_sym_restrict] = ACTIONS(2240), + [anon_sym___restrict__] = ACTIONS(2240), + [anon_sym__Atomic] = ACTIONS(2240), + [anon_sym__Noreturn] = ACTIONS(2240), + [anon_sym_noreturn] = ACTIONS(2240), + [sym_primitive_type] = ACTIONS(2240), + [anon_sym_enum] = ACTIONS(2240), + [anon_sym_struct] = ACTIONS(2240), + [anon_sym_union] = ACTIONS(2240), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2240), + [anon_sym_rayPayloadInEXT] = ACTIONS(2240), + [anon_sym_hitAttributeEXT] = ACTIONS(2240), + [anon_sym_callableDataEXT] = ACTIONS(2240), + [anon_sym_callableDataInEXT] = ACTIONS(2240), + [anon_sym_shaderRecordEXT] = ACTIONS(2240), + [anon_sym_rayPayloadNV] = ACTIONS(2240), + [anon_sym_rayPayloadInNV] = ACTIONS(2240), + [anon_sym_hitAttributeNV] = ACTIONS(2240), + [anon_sym_callableDataNV] = ACTIONS(2240), + [anon_sym_callableDataInNV] = ACTIONS(2240), + [anon_sym_shaderRecordNV] = ACTIONS(2240), + [anon_sym_layout] = ACTIONS(2240), + }, + [624] = { + [sym_identifier] = ACTIONS(2204), + [aux_sym_preproc_def_token1] = ACTIONS(2204), + [aux_sym_preproc_if_token1] = ACTIONS(2204), + [aux_sym_preproc_if_token2] = ACTIONS(2204), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2204), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2204), + [sym_preproc_directive] = ACTIONS(2204), + [anon_sym_subroutine] = ACTIONS(2204), + [anon_sym_invariant] = ACTIONS(2204), + [anon_sym_precise] = ACTIONS(2204), + [anon_sym_in] = ACTIONS(2204), + [anon_sym_out] = ACTIONS(2204), + [anon_sym_inout] = ACTIONS(2204), + [anon_sym_uniform] = ACTIONS(2204), + [anon_sym_shared] = ACTIONS(2204), + [anon_sym_attribute] = ACTIONS(2204), + [anon_sym_varying] = ACTIONS(2204), + [anon_sym_buffer] = ACTIONS(2204), + [anon_sym_coherent] = ACTIONS(2204), + [anon_sym_readonly] = ACTIONS(2204), + [anon_sym_writeonly] = ACTIONS(2204), + [anon_sym_precision] = ACTIONS(2204), + [anon_sym_highp] = ACTIONS(2204), + [anon_sym_mediump] = ACTIONS(2204), + [anon_sym_lowp] = ACTIONS(2204), + [anon_sym_centroid] = ACTIONS(2204), + [anon_sym_sample] = ACTIONS(2204), + [anon_sym_patch] = ACTIONS(2204), + [anon_sym_smooth] = ACTIONS(2204), + [anon_sym_flat] = ACTIONS(2204), + [anon_sym_noperspective] = ACTIONS(2204), + [anon_sym___extension__] = ACTIONS(2204), + [anon_sym_extern] = ACTIONS(2204), + [anon_sym___attribute__] = ACTIONS(2204), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2206), + [anon_sym___declspec] = ACTIONS(2204), + [anon_sym_signed] = ACTIONS(2204), + [anon_sym_unsigned] = ACTIONS(2204), + [anon_sym_long] = ACTIONS(2204), + [anon_sym_short] = ACTIONS(2204), + [anon_sym_static] = ACTIONS(2204), + [anon_sym_auto] = ACTIONS(2204), + [anon_sym_register] = ACTIONS(2204), + [anon_sym_inline] = ACTIONS(2204), + [anon_sym___inline] = ACTIONS(2204), + [anon_sym___inline__] = ACTIONS(2204), + [anon_sym___forceinline] = ACTIONS(2204), + [anon_sym_thread_local] = ACTIONS(2204), + [anon_sym___thread] = ACTIONS(2204), + [anon_sym_const] = ACTIONS(2204), + [anon_sym_constexpr] = ACTIONS(2204), + [anon_sym_volatile] = ACTIONS(2204), + [anon_sym_restrict] = ACTIONS(2204), + [anon_sym___restrict__] = ACTIONS(2204), + [anon_sym__Atomic] = ACTIONS(2204), + [anon_sym__Noreturn] = ACTIONS(2204), + [anon_sym_noreturn] = ACTIONS(2204), + [sym_primitive_type] = ACTIONS(2204), + [anon_sym_enum] = ACTIONS(2204), + [anon_sym_struct] = ACTIONS(2204), + [anon_sym_union] = ACTIONS(2204), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2204), + [anon_sym_rayPayloadInEXT] = ACTIONS(2204), + [anon_sym_hitAttributeEXT] = ACTIONS(2204), + [anon_sym_callableDataEXT] = ACTIONS(2204), + [anon_sym_callableDataInEXT] = ACTIONS(2204), + [anon_sym_shaderRecordEXT] = ACTIONS(2204), + [anon_sym_rayPayloadNV] = ACTIONS(2204), + [anon_sym_rayPayloadInNV] = ACTIONS(2204), + [anon_sym_hitAttributeNV] = ACTIONS(2204), + [anon_sym_callableDataNV] = ACTIONS(2204), + [anon_sym_callableDataInNV] = ACTIONS(2204), + [anon_sym_shaderRecordNV] = ACTIONS(2204), + [anon_sym_layout] = ACTIONS(2204), + }, + [625] = { + [sym_identifier] = ACTIONS(2204), + [aux_sym_preproc_def_token1] = ACTIONS(2204), + [aux_sym_preproc_if_token1] = ACTIONS(2204), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2204), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2204), + [sym_preproc_directive] = ACTIONS(2204), + [anon_sym_subroutine] = ACTIONS(2204), + [anon_sym_invariant] = ACTIONS(2204), + [anon_sym_precise] = ACTIONS(2204), + [anon_sym_in] = ACTIONS(2204), + [anon_sym_out] = ACTIONS(2204), + [anon_sym_inout] = ACTIONS(2204), + [anon_sym_uniform] = ACTIONS(2204), + [anon_sym_shared] = ACTIONS(2204), + [anon_sym_attribute] = ACTIONS(2204), + [anon_sym_varying] = ACTIONS(2204), + [anon_sym_buffer] = ACTIONS(2204), + [anon_sym_coherent] = ACTIONS(2204), + [anon_sym_readonly] = ACTIONS(2204), + [anon_sym_writeonly] = ACTIONS(2204), + [anon_sym_precision] = ACTIONS(2204), + [anon_sym_highp] = ACTIONS(2204), + [anon_sym_mediump] = ACTIONS(2204), + [anon_sym_lowp] = ACTIONS(2204), + [anon_sym_centroid] = ACTIONS(2204), + [anon_sym_sample] = ACTIONS(2204), + [anon_sym_patch] = ACTIONS(2204), + [anon_sym_smooth] = ACTIONS(2204), + [anon_sym_flat] = ACTIONS(2204), + [anon_sym_noperspective] = ACTIONS(2204), + [anon_sym___extension__] = ACTIONS(2204), + [anon_sym_extern] = ACTIONS(2204), + [anon_sym___attribute__] = ACTIONS(2204), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2206), + [anon_sym___declspec] = ACTIONS(2204), + [anon_sym_RBRACE] = ACTIONS(2206), + [anon_sym_signed] = ACTIONS(2204), + [anon_sym_unsigned] = ACTIONS(2204), + [anon_sym_long] = ACTIONS(2204), + [anon_sym_short] = ACTIONS(2204), + [anon_sym_static] = ACTIONS(2204), + [anon_sym_auto] = ACTIONS(2204), + [anon_sym_register] = ACTIONS(2204), + [anon_sym_inline] = ACTIONS(2204), + [anon_sym___inline] = ACTIONS(2204), + [anon_sym___inline__] = ACTIONS(2204), + [anon_sym___forceinline] = ACTIONS(2204), + [anon_sym_thread_local] = ACTIONS(2204), + [anon_sym___thread] = ACTIONS(2204), + [anon_sym_const] = ACTIONS(2204), + [anon_sym_constexpr] = ACTIONS(2204), + [anon_sym_volatile] = ACTIONS(2204), + [anon_sym_restrict] = ACTIONS(2204), + [anon_sym___restrict__] = ACTIONS(2204), + [anon_sym__Atomic] = ACTIONS(2204), + [anon_sym__Noreturn] = ACTIONS(2204), + [anon_sym_noreturn] = ACTIONS(2204), + [sym_primitive_type] = ACTIONS(2204), + [anon_sym_enum] = ACTIONS(2204), + [anon_sym_struct] = ACTIONS(2204), + [anon_sym_union] = ACTIONS(2204), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2204), + [anon_sym_rayPayloadInEXT] = ACTIONS(2204), + [anon_sym_hitAttributeEXT] = ACTIONS(2204), + [anon_sym_callableDataEXT] = ACTIONS(2204), + [anon_sym_callableDataInEXT] = ACTIONS(2204), + [anon_sym_shaderRecordEXT] = ACTIONS(2204), + [anon_sym_rayPayloadNV] = ACTIONS(2204), + [anon_sym_rayPayloadInNV] = ACTIONS(2204), + [anon_sym_hitAttributeNV] = ACTIONS(2204), + [anon_sym_callableDataNV] = ACTIONS(2204), + [anon_sym_callableDataInNV] = ACTIONS(2204), + [anon_sym_shaderRecordNV] = ACTIONS(2204), + [anon_sym_layout] = ACTIONS(2204), + }, + [626] = { + [sym_identifier] = ACTIONS(2256), + [aux_sym_preproc_def_token1] = ACTIONS(2256), + [aux_sym_preproc_if_token1] = ACTIONS(2256), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2256), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2256), + [sym_preproc_directive] = ACTIONS(2256), + [anon_sym_subroutine] = ACTIONS(2256), + [anon_sym_invariant] = ACTIONS(2256), + [anon_sym_precise] = ACTIONS(2256), + [anon_sym_in] = ACTIONS(2256), + [anon_sym_out] = ACTIONS(2256), + [anon_sym_inout] = ACTIONS(2256), + [anon_sym_uniform] = ACTIONS(2256), + [anon_sym_shared] = ACTIONS(2256), + [anon_sym_attribute] = ACTIONS(2256), + [anon_sym_varying] = ACTIONS(2256), + [anon_sym_buffer] = ACTIONS(2256), + [anon_sym_coherent] = ACTIONS(2256), + [anon_sym_readonly] = ACTIONS(2256), + [anon_sym_writeonly] = ACTIONS(2256), + [anon_sym_precision] = ACTIONS(2256), + [anon_sym_highp] = ACTIONS(2256), + [anon_sym_mediump] = ACTIONS(2256), + [anon_sym_lowp] = ACTIONS(2256), + [anon_sym_centroid] = ACTIONS(2256), + [anon_sym_sample] = ACTIONS(2256), + [anon_sym_patch] = ACTIONS(2256), + [anon_sym_smooth] = ACTIONS(2256), + [anon_sym_flat] = ACTIONS(2256), + [anon_sym_noperspective] = ACTIONS(2256), + [anon_sym___extension__] = ACTIONS(2256), + [anon_sym_extern] = ACTIONS(2256), + [anon_sym___attribute__] = ACTIONS(2256), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2258), + [anon_sym___declspec] = ACTIONS(2256), + [anon_sym_RBRACE] = ACTIONS(2258), + [anon_sym_signed] = ACTIONS(2256), + [anon_sym_unsigned] = ACTIONS(2256), + [anon_sym_long] = ACTIONS(2256), + [anon_sym_short] = ACTIONS(2256), + [anon_sym_static] = ACTIONS(2256), + [anon_sym_auto] = ACTIONS(2256), + [anon_sym_register] = ACTIONS(2256), + [anon_sym_inline] = ACTIONS(2256), + [anon_sym___inline] = ACTIONS(2256), + [anon_sym___inline__] = ACTIONS(2256), + [anon_sym___forceinline] = ACTIONS(2256), + [anon_sym_thread_local] = ACTIONS(2256), + [anon_sym___thread] = ACTIONS(2256), + [anon_sym_const] = ACTIONS(2256), + [anon_sym_constexpr] = ACTIONS(2256), + [anon_sym_volatile] = ACTIONS(2256), + [anon_sym_restrict] = ACTIONS(2256), + [anon_sym___restrict__] = ACTIONS(2256), + [anon_sym__Atomic] = ACTIONS(2256), + [anon_sym__Noreturn] = ACTIONS(2256), + [anon_sym_noreturn] = ACTIONS(2256), + [sym_primitive_type] = ACTIONS(2256), + [anon_sym_enum] = ACTIONS(2256), + [anon_sym_struct] = ACTIONS(2256), + [anon_sym_union] = ACTIONS(2256), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2256), + [anon_sym_rayPayloadInEXT] = ACTIONS(2256), + [anon_sym_hitAttributeEXT] = ACTIONS(2256), + [anon_sym_callableDataEXT] = ACTIONS(2256), + [anon_sym_callableDataInEXT] = ACTIONS(2256), + [anon_sym_shaderRecordEXT] = ACTIONS(2256), + [anon_sym_rayPayloadNV] = ACTIONS(2256), + [anon_sym_rayPayloadInNV] = ACTIONS(2256), + [anon_sym_hitAttributeNV] = ACTIONS(2256), + [anon_sym_callableDataNV] = ACTIONS(2256), + [anon_sym_callableDataInNV] = ACTIONS(2256), + [anon_sym_shaderRecordNV] = ACTIONS(2256), + [anon_sym_layout] = ACTIONS(2256), + }, + [627] = { + [sym_identifier] = ACTIONS(2260), + [aux_sym_preproc_def_token1] = ACTIONS(2260), + [aux_sym_preproc_if_token1] = ACTIONS(2260), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2260), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2260), + [sym_preproc_directive] = ACTIONS(2260), + [anon_sym_subroutine] = ACTIONS(2260), + [anon_sym_invariant] = ACTIONS(2260), + [anon_sym_precise] = ACTIONS(2260), + [anon_sym_in] = ACTIONS(2260), + [anon_sym_out] = ACTIONS(2260), + [anon_sym_inout] = ACTIONS(2260), + [anon_sym_uniform] = ACTIONS(2260), + [anon_sym_shared] = ACTIONS(2260), + [anon_sym_attribute] = ACTIONS(2260), + [anon_sym_varying] = ACTIONS(2260), + [anon_sym_buffer] = ACTIONS(2260), + [anon_sym_coherent] = ACTIONS(2260), + [anon_sym_readonly] = ACTIONS(2260), + [anon_sym_writeonly] = ACTIONS(2260), + [anon_sym_precision] = ACTIONS(2260), + [anon_sym_highp] = ACTIONS(2260), + [anon_sym_mediump] = ACTIONS(2260), + [anon_sym_lowp] = ACTIONS(2260), + [anon_sym_centroid] = ACTIONS(2260), + [anon_sym_sample] = ACTIONS(2260), + [anon_sym_patch] = ACTIONS(2260), + [anon_sym_smooth] = ACTIONS(2260), + [anon_sym_flat] = ACTIONS(2260), + [anon_sym_noperspective] = ACTIONS(2260), + [anon_sym___extension__] = ACTIONS(2260), + [anon_sym_extern] = ACTIONS(2260), + [anon_sym___attribute__] = ACTIONS(2260), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2262), + [anon_sym___declspec] = ACTIONS(2260), + [anon_sym_RBRACE] = ACTIONS(2262), + [anon_sym_signed] = ACTIONS(2260), + [anon_sym_unsigned] = ACTIONS(2260), + [anon_sym_long] = ACTIONS(2260), + [anon_sym_short] = ACTIONS(2260), + [anon_sym_static] = ACTIONS(2260), + [anon_sym_auto] = ACTIONS(2260), + [anon_sym_register] = ACTIONS(2260), + [anon_sym_inline] = ACTIONS(2260), + [anon_sym___inline] = ACTIONS(2260), + [anon_sym___inline__] = ACTIONS(2260), + [anon_sym___forceinline] = ACTIONS(2260), + [anon_sym_thread_local] = ACTIONS(2260), + [anon_sym___thread] = ACTIONS(2260), + [anon_sym_const] = ACTIONS(2260), + [anon_sym_constexpr] = ACTIONS(2260), + [anon_sym_volatile] = ACTIONS(2260), + [anon_sym_restrict] = ACTIONS(2260), + [anon_sym___restrict__] = ACTIONS(2260), + [anon_sym__Atomic] = ACTIONS(2260), + [anon_sym__Noreturn] = ACTIONS(2260), + [anon_sym_noreturn] = ACTIONS(2260), + [sym_primitive_type] = ACTIONS(2260), + [anon_sym_enum] = ACTIONS(2260), + [anon_sym_struct] = ACTIONS(2260), + [anon_sym_union] = ACTIONS(2260), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2260), + [anon_sym_rayPayloadInEXT] = ACTIONS(2260), + [anon_sym_hitAttributeEXT] = ACTIONS(2260), + [anon_sym_callableDataEXT] = ACTIONS(2260), + [anon_sym_callableDataInEXT] = ACTIONS(2260), + [anon_sym_shaderRecordEXT] = ACTIONS(2260), + [anon_sym_rayPayloadNV] = ACTIONS(2260), + [anon_sym_rayPayloadInNV] = ACTIONS(2260), + [anon_sym_hitAttributeNV] = ACTIONS(2260), + [anon_sym_callableDataNV] = ACTIONS(2260), + [anon_sym_callableDataInNV] = ACTIONS(2260), + [anon_sym_shaderRecordNV] = ACTIONS(2260), + [anon_sym_layout] = ACTIONS(2260), + }, + [628] = { + [sym_identifier] = ACTIONS(2232), + [aux_sym_preproc_def_token1] = ACTIONS(2232), + [aux_sym_preproc_if_token1] = ACTIONS(2232), + [aux_sym_preproc_if_token2] = ACTIONS(2232), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2232), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2232), + [sym_preproc_directive] = ACTIONS(2232), + [anon_sym_subroutine] = ACTIONS(2232), + [anon_sym_invariant] = ACTIONS(2232), + [anon_sym_precise] = ACTIONS(2232), + [anon_sym_in] = ACTIONS(2232), + [anon_sym_out] = ACTIONS(2232), + [anon_sym_inout] = ACTIONS(2232), + [anon_sym_uniform] = ACTIONS(2232), + [anon_sym_shared] = ACTIONS(2232), + [anon_sym_attribute] = ACTIONS(2232), + [anon_sym_varying] = ACTIONS(2232), + [anon_sym_buffer] = ACTIONS(2232), + [anon_sym_coherent] = ACTIONS(2232), + [anon_sym_readonly] = ACTIONS(2232), + [anon_sym_writeonly] = ACTIONS(2232), + [anon_sym_precision] = ACTIONS(2232), + [anon_sym_highp] = ACTIONS(2232), + [anon_sym_mediump] = ACTIONS(2232), + [anon_sym_lowp] = ACTIONS(2232), + [anon_sym_centroid] = ACTIONS(2232), + [anon_sym_sample] = ACTIONS(2232), + [anon_sym_patch] = ACTIONS(2232), + [anon_sym_smooth] = ACTIONS(2232), + [anon_sym_flat] = ACTIONS(2232), + [anon_sym_noperspective] = ACTIONS(2232), + [anon_sym___extension__] = ACTIONS(2232), + [anon_sym_extern] = ACTIONS(2232), + [anon_sym___attribute__] = ACTIONS(2232), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2234), + [anon_sym___declspec] = ACTIONS(2232), + [anon_sym_signed] = ACTIONS(2232), + [anon_sym_unsigned] = ACTIONS(2232), + [anon_sym_long] = ACTIONS(2232), + [anon_sym_short] = ACTIONS(2232), + [anon_sym_static] = ACTIONS(2232), + [anon_sym_auto] = ACTIONS(2232), + [anon_sym_register] = ACTIONS(2232), + [anon_sym_inline] = ACTIONS(2232), + [anon_sym___inline] = ACTIONS(2232), + [anon_sym___inline__] = ACTIONS(2232), + [anon_sym___forceinline] = ACTIONS(2232), + [anon_sym_thread_local] = ACTIONS(2232), + [anon_sym___thread] = ACTIONS(2232), + [anon_sym_const] = ACTIONS(2232), + [anon_sym_constexpr] = ACTIONS(2232), + [anon_sym_volatile] = ACTIONS(2232), + [anon_sym_restrict] = ACTIONS(2232), + [anon_sym___restrict__] = ACTIONS(2232), + [anon_sym__Atomic] = ACTIONS(2232), + [anon_sym__Noreturn] = ACTIONS(2232), + [anon_sym_noreturn] = ACTIONS(2232), + [sym_primitive_type] = ACTIONS(2232), + [anon_sym_enum] = ACTIONS(2232), + [anon_sym_struct] = ACTIONS(2232), + [anon_sym_union] = ACTIONS(2232), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2232), + [anon_sym_rayPayloadInEXT] = ACTIONS(2232), + [anon_sym_hitAttributeEXT] = ACTIONS(2232), + [anon_sym_callableDataEXT] = ACTIONS(2232), + [anon_sym_callableDataInEXT] = ACTIONS(2232), + [anon_sym_shaderRecordEXT] = ACTIONS(2232), + [anon_sym_rayPayloadNV] = ACTIONS(2232), + [anon_sym_rayPayloadInNV] = ACTIONS(2232), + [anon_sym_hitAttributeNV] = ACTIONS(2232), + [anon_sym_callableDataNV] = ACTIONS(2232), + [anon_sym_callableDataInNV] = ACTIONS(2232), + [anon_sym_shaderRecordNV] = ACTIONS(2232), + [anon_sym_layout] = ACTIONS(2232), + }, + [629] = { + [sym_identifier] = ACTIONS(2236), + [aux_sym_preproc_def_token1] = ACTIONS(2236), + [aux_sym_preproc_if_token1] = ACTIONS(2236), + [aux_sym_preproc_if_token2] = ACTIONS(2236), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2236), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2236), + [sym_preproc_directive] = ACTIONS(2236), + [anon_sym_subroutine] = ACTIONS(2236), + [anon_sym_invariant] = ACTIONS(2236), + [anon_sym_precise] = ACTIONS(2236), + [anon_sym_in] = ACTIONS(2236), + [anon_sym_out] = ACTIONS(2236), + [anon_sym_inout] = ACTIONS(2236), + [anon_sym_uniform] = ACTIONS(2236), + [anon_sym_shared] = ACTIONS(2236), + [anon_sym_attribute] = ACTIONS(2236), + [anon_sym_varying] = ACTIONS(2236), + [anon_sym_buffer] = ACTIONS(2236), + [anon_sym_coherent] = ACTIONS(2236), + [anon_sym_readonly] = ACTIONS(2236), + [anon_sym_writeonly] = ACTIONS(2236), + [anon_sym_precision] = ACTIONS(2236), + [anon_sym_highp] = ACTIONS(2236), + [anon_sym_mediump] = ACTIONS(2236), + [anon_sym_lowp] = ACTIONS(2236), + [anon_sym_centroid] = ACTIONS(2236), + [anon_sym_sample] = ACTIONS(2236), + [anon_sym_patch] = ACTIONS(2236), + [anon_sym_smooth] = ACTIONS(2236), + [anon_sym_flat] = ACTIONS(2236), + [anon_sym_noperspective] = ACTIONS(2236), + [anon_sym___extension__] = ACTIONS(2236), + [anon_sym_extern] = ACTIONS(2236), + [anon_sym___attribute__] = ACTIONS(2236), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2238), + [anon_sym___declspec] = ACTIONS(2236), + [anon_sym_signed] = ACTIONS(2236), + [anon_sym_unsigned] = ACTIONS(2236), + [anon_sym_long] = ACTIONS(2236), + [anon_sym_short] = ACTIONS(2236), + [anon_sym_static] = ACTIONS(2236), + [anon_sym_auto] = ACTIONS(2236), + [anon_sym_register] = ACTIONS(2236), + [anon_sym_inline] = ACTIONS(2236), + [anon_sym___inline] = ACTIONS(2236), + [anon_sym___inline__] = ACTIONS(2236), + [anon_sym___forceinline] = ACTIONS(2236), + [anon_sym_thread_local] = ACTIONS(2236), + [anon_sym___thread] = ACTIONS(2236), + [anon_sym_const] = ACTIONS(2236), + [anon_sym_constexpr] = ACTIONS(2236), + [anon_sym_volatile] = ACTIONS(2236), + [anon_sym_restrict] = ACTIONS(2236), + [anon_sym___restrict__] = ACTIONS(2236), + [anon_sym__Atomic] = ACTIONS(2236), + [anon_sym__Noreturn] = ACTIONS(2236), + [anon_sym_noreturn] = ACTIONS(2236), + [sym_primitive_type] = ACTIONS(2236), + [anon_sym_enum] = ACTIONS(2236), + [anon_sym_struct] = ACTIONS(2236), + [anon_sym_union] = ACTIONS(2236), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2236), + [anon_sym_rayPayloadInEXT] = ACTIONS(2236), + [anon_sym_hitAttributeEXT] = ACTIONS(2236), + [anon_sym_callableDataEXT] = ACTIONS(2236), + [anon_sym_callableDataInEXT] = ACTIONS(2236), + [anon_sym_shaderRecordEXT] = ACTIONS(2236), + [anon_sym_rayPayloadNV] = ACTIONS(2236), + [anon_sym_rayPayloadInNV] = ACTIONS(2236), + [anon_sym_hitAttributeNV] = ACTIONS(2236), + [anon_sym_callableDataNV] = ACTIONS(2236), + [anon_sym_callableDataInNV] = ACTIONS(2236), + [anon_sym_shaderRecordNV] = ACTIONS(2236), + [anon_sym_layout] = ACTIONS(2236), + }, + [630] = { [sym_identifier] = ACTIONS(1498), [aux_sym_preproc_def_token1] = ACTIONS(1498), [aux_sym_preproc_if_token1] = ACTIONS(1498), @@ -96450,1305 +97215,535 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1498), [anon_sym_layout] = ACTIONS(1498), }, - [621] = { - [sym_identifier] = ACTIONS(2278), - [aux_sym_preproc_def_token1] = ACTIONS(2278), - [aux_sym_preproc_if_token1] = ACTIONS(2278), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2278), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2278), - [sym_preproc_directive] = ACTIONS(2278), - [anon_sym_subroutine] = ACTIONS(2278), - [anon_sym_invariant] = ACTIONS(2278), - [anon_sym_precise] = ACTIONS(2278), - [anon_sym_in] = ACTIONS(2278), - [anon_sym_out] = ACTIONS(2278), - [anon_sym_inout] = ACTIONS(2278), - [anon_sym_uniform] = ACTIONS(2278), - [anon_sym_shared] = ACTIONS(2278), - [anon_sym_attribute] = ACTIONS(2278), - [anon_sym_varying] = ACTIONS(2278), - [anon_sym_buffer] = ACTIONS(2278), - [anon_sym_coherent] = ACTIONS(2278), - [anon_sym_readonly] = ACTIONS(2278), - [anon_sym_writeonly] = ACTIONS(2278), - [anon_sym_precision] = ACTIONS(2278), - [anon_sym_highp] = ACTIONS(2278), - [anon_sym_mediump] = ACTIONS(2278), - [anon_sym_lowp] = ACTIONS(2278), - [anon_sym_centroid] = ACTIONS(2278), - [anon_sym_sample] = ACTIONS(2278), - [anon_sym_patch] = ACTIONS(2278), - [anon_sym_smooth] = ACTIONS(2278), - [anon_sym_flat] = ACTIONS(2278), - [anon_sym_noperspective] = ACTIONS(2278), - [anon_sym___extension__] = ACTIONS(2278), - [anon_sym_extern] = ACTIONS(2278), - [anon_sym___attribute__] = ACTIONS(2278), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2280), - [anon_sym___declspec] = ACTIONS(2278), - [anon_sym_RBRACE] = ACTIONS(2280), - [anon_sym_signed] = ACTIONS(2278), - [anon_sym_unsigned] = ACTIONS(2278), - [anon_sym_long] = ACTIONS(2278), - [anon_sym_short] = ACTIONS(2278), - [anon_sym_static] = ACTIONS(2278), - [anon_sym_auto] = ACTIONS(2278), - [anon_sym_register] = ACTIONS(2278), - [anon_sym_inline] = ACTIONS(2278), - [anon_sym___inline] = ACTIONS(2278), - [anon_sym___inline__] = ACTIONS(2278), - [anon_sym___forceinline] = ACTIONS(2278), - [anon_sym_thread_local] = ACTIONS(2278), - [anon_sym___thread] = ACTIONS(2278), - [anon_sym_const] = ACTIONS(2278), - [anon_sym_constexpr] = ACTIONS(2278), - [anon_sym_volatile] = ACTIONS(2278), - [anon_sym_restrict] = ACTIONS(2278), - [anon_sym___restrict__] = ACTIONS(2278), - [anon_sym__Atomic] = ACTIONS(2278), - [anon_sym__Noreturn] = ACTIONS(2278), - [anon_sym_noreturn] = ACTIONS(2278), - [sym_primitive_type] = ACTIONS(2278), - [anon_sym_enum] = ACTIONS(2278), - [anon_sym_struct] = ACTIONS(2278), - [anon_sym_union] = ACTIONS(2278), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2278), - [anon_sym_rayPayloadInEXT] = ACTIONS(2278), - [anon_sym_hitAttributeEXT] = ACTIONS(2278), - [anon_sym_callableDataEXT] = ACTIONS(2278), - [anon_sym_callableDataInEXT] = ACTIONS(2278), - [anon_sym_shaderRecordEXT] = ACTIONS(2278), - [anon_sym_rayPayloadNV] = ACTIONS(2278), - [anon_sym_rayPayloadInNV] = ACTIONS(2278), - [anon_sym_hitAttributeNV] = ACTIONS(2278), - [anon_sym_callableDataNV] = ACTIONS(2278), - [anon_sym_callableDataInNV] = ACTIONS(2278), - [anon_sym_shaderRecordNV] = ACTIONS(2278), - [anon_sym_layout] = ACTIONS(2278), - }, - [622] = { - [sym_identifier] = ACTIONS(2238), - [aux_sym_preproc_def_token1] = ACTIONS(2238), - [aux_sym_preproc_if_token1] = ACTIONS(2238), - [aux_sym_preproc_if_token2] = ACTIONS(2238), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2238), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2238), - [sym_preproc_directive] = ACTIONS(2238), - [anon_sym_subroutine] = ACTIONS(2238), - [anon_sym_invariant] = ACTIONS(2238), - [anon_sym_precise] = ACTIONS(2238), - [anon_sym_in] = ACTIONS(2238), - [anon_sym_out] = ACTIONS(2238), - [anon_sym_inout] = ACTIONS(2238), - [anon_sym_uniform] = ACTIONS(2238), - [anon_sym_shared] = ACTIONS(2238), - [anon_sym_attribute] = ACTIONS(2238), - [anon_sym_varying] = ACTIONS(2238), - [anon_sym_buffer] = ACTIONS(2238), - [anon_sym_coherent] = ACTIONS(2238), - [anon_sym_readonly] = ACTIONS(2238), - [anon_sym_writeonly] = ACTIONS(2238), - [anon_sym_precision] = ACTIONS(2238), - [anon_sym_highp] = ACTIONS(2238), - [anon_sym_mediump] = ACTIONS(2238), - [anon_sym_lowp] = ACTIONS(2238), - [anon_sym_centroid] = ACTIONS(2238), - [anon_sym_sample] = ACTIONS(2238), - [anon_sym_patch] = ACTIONS(2238), - [anon_sym_smooth] = ACTIONS(2238), - [anon_sym_flat] = ACTIONS(2238), - [anon_sym_noperspective] = ACTIONS(2238), - [anon_sym___extension__] = ACTIONS(2238), - [anon_sym_extern] = ACTIONS(2238), - [anon_sym___attribute__] = ACTIONS(2238), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2240), - [anon_sym___declspec] = ACTIONS(2238), - [anon_sym_signed] = ACTIONS(2238), - [anon_sym_unsigned] = ACTIONS(2238), - [anon_sym_long] = ACTIONS(2238), - [anon_sym_short] = ACTIONS(2238), - [anon_sym_static] = ACTIONS(2238), - [anon_sym_auto] = ACTIONS(2238), - [anon_sym_register] = ACTIONS(2238), - [anon_sym_inline] = ACTIONS(2238), - [anon_sym___inline] = ACTIONS(2238), - [anon_sym___inline__] = ACTIONS(2238), - [anon_sym___forceinline] = ACTIONS(2238), - [anon_sym_thread_local] = ACTIONS(2238), - [anon_sym___thread] = ACTIONS(2238), - [anon_sym_const] = ACTIONS(2238), - [anon_sym_constexpr] = ACTIONS(2238), - [anon_sym_volatile] = ACTIONS(2238), - [anon_sym_restrict] = ACTIONS(2238), - [anon_sym___restrict__] = ACTIONS(2238), - [anon_sym__Atomic] = ACTIONS(2238), - [anon_sym__Noreturn] = ACTIONS(2238), - [anon_sym_noreturn] = ACTIONS(2238), - [sym_primitive_type] = ACTIONS(2238), - [anon_sym_enum] = ACTIONS(2238), - [anon_sym_struct] = ACTIONS(2238), - [anon_sym_union] = ACTIONS(2238), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2238), - [anon_sym_rayPayloadInEXT] = ACTIONS(2238), - [anon_sym_hitAttributeEXT] = ACTIONS(2238), - [anon_sym_callableDataEXT] = ACTIONS(2238), - [anon_sym_callableDataInEXT] = ACTIONS(2238), - [anon_sym_shaderRecordEXT] = ACTIONS(2238), - [anon_sym_rayPayloadNV] = ACTIONS(2238), - [anon_sym_rayPayloadInNV] = ACTIONS(2238), - [anon_sym_hitAttributeNV] = ACTIONS(2238), - [anon_sym_callableDataNV] = ACTIONS(2238), - [anon_sym_callableDataInNV] = ACTIONS(2238), - [anon_sym_shaderRecordNV] = ACTIONS(2238), - [anon_sym_layout] = ACTIONS(2238), - }, - [623] = { - [sym_identifier] = ACTIONS(2230), - [aux_sym_preproc_def_token1] = ACTIONS(2230), - [aux_sym_preproc_if_token1] = ACTIONS(2230), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2230), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2230), - [sym_preproc_directive] = ACTIONS(2230), - [anon_sym_subroutine] = ACTIONS(2230), - [anon_sym_invariant] = ACTIONS(2230), - [anon_sym_precise] = ACTIONS(2230), - [anon_sym_in] = ACTIONS(2230), - [anon_sym_out] = ACTIONS(2230), - [anon_sym_inout] = ACTIONS(2230), - [anon_sym_uniform] = ACTIONS(2230), - [anon_sym_shared] = ACTIONS(2230), - [anon_sym_attribute] = ACTIONS(2230), - [anon_sym_varying] = ACTIONS(2230), - [anon_sym_buffer] = ACTIONS(2230), - [anon_sym_coherent] = ACTIONS(2230), - [anon_sym_readonly] = ACTIONS(2230), - [anon_sym_writeonly] = ACTIONS(2230), - [anon_sym_precision] = ACTIONS(2230), - [anon_sym_highp] = ACTIONS(2230), - [anon_sym_mediump] = ACTIONS(2230), - [anon_sym_lowp] = ACTIONS(2230), - [anon_sym_centroid] = ACTIONS(2230), - [anon_sym_sample] = ACTIONS(2230), - [anon_sym_patch] = ACTIONS(2230), - [anon_sym_smooth] = ACTIONS(2230), - [anon_sym_flat] = ACTIONS(2230), - [anon_sym_noperspective] = ACTIONS(2230), - [anon_sym___extension__] = ACTIONS(2230), - [anon_sym_extern] = ACTIONS(2230), - [anon_sym___attribute__] = ACTIONS(2230), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2232), - [anon_sym___declspec] = ACTIONS(2230), - [anon_sym_RBRACE] = ACTIONS(2232), - [anon_sym_signed] = ACTIONS(2230), - [anon_sym_unsigned] = ACTIONS(2230), - [anon_sym_long] = ACTIONS(2230), - [anon_sym_short] = ACTIONS(2230), - [anon_sym_static] = ACTIONS(2230), - [anon_sym_auto] = ACTIONS(2230), - [anon_sym_register] = ACTIONS(2230), - [anon_sym_inline] = ACTIONS(2230), - [anon_sym___inline] = ACTIONS(2230), - [anon_sym___inline__] = ACTIONS(2230), - [anon_sym___forceinline] = ACTIONS(2230), - [anon_sym_thread_local] = ACTIONS(2230), - [anon_sym___thread] = ACTIONS(2230), - [anon_sym_const] = ACTIONS(2230), - [anon_sym_constexpr] = ACTIONS(2230), - [anon_sym_volatile] = ACTIONS(2230), - [anon_sym_restrict] = ACTIONS(2230), - [anon_sym___restrict__] = ACTIONS(2230), - [anon_sym__Atomic] = ACTIONS(2230), - [anon_sym__Noreturn] = ACTIONS(2230), - [anon_sym_noreturn] = ACTIONS(2230), - [sym_primitive_type] = ACTIONS(2230), - [anon_sym_enum] = ACTIONS(2230), - [anon_sym_struct] = ACTIONS(2230), - [anon_sym_union] = ACTIONS(2230), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2230), - [anon_sym_rayPayloadInEXT] = ACTIONS(2230), - [anon_sym_hitAttributeEXT] = ACTIONS(2230), - [anon_sym_callableDataEXT] = ACTIONS(2230), - [anon_sym_callableDataInEXT] = ACTIONS(2230), - [anon_sym_shaderRecordEXT] = ACTIONS(2230), - [anon_sym_rayPayloadNV] = ACTIONS(2230), - [anon_sym_rayPayloadInNV] = ACTIONS(2230), - [anon_sym_hitAttributeNV] = ACTIONS(2230), - [anon_sym_callableDataNV] = ACTIONS(2230), - [anon_sym_callableDataInNV] = ACTIONS(2230), - [anon_sym_shaderRecordNV] = ACTIONS(2230), - [anon_sym_layout] = ACTIONS(2230), - }, - [624] = { - [sym_identifier] = ACTIONS(2262), - [aux_sym_preproc_def_token1] = ACTIONS(2262), - [aux_sym_preproc_if_token1] = ACTIONS(2262), - [aux_sym_preproc_if_token2] = ACTIONS(2262), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2262), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2262), - [sym_preproc_directive] = ACTIONS(2262), - [anon_sym_subroutine] = ACTIONS(2262), - [anon_sym_invariant] = ACTIONS(2262), - [anon_sym_precise] = ACTIONS(2262), - [anon_sym_in] = ACTIONS(2262), - [anon_sym_out] = ACTIONS(2262), - [anon_sym_inout] = ACTIONS(2262), - [anon_sym_uniform] = ACTIONS(2262), - [anon_sym_shared] = ACTIONS(2262), - [anon_sym_attribute] = ACTIONS(2262), - [anon_sym_varying] = ACTIONS(2262), - [anon_sym_buffer] = ACTIONS(2262), - [anon_sym_coherent] = ACTIONS(2262), - [anon_sym_readonly] = ACTIONS(2262), - [anon_sym_writeonly] = ACTIONS(2262), - [anon_sym_precision] = ACTIONS(2262), - [anon_sym_highp] = ACTIONS(2262), - [anon_sym_mediump] = ACTIONS(2262), - [anon_sym_lowp] = ACTIONS(2262), - [anon_sym_centroid] = ACTIONS(2262), - [anon_sym_sample] = ACTIONS(2262), - [anon_sym_patch] = ACTIONS(2262), - [anon_sym_smooth] = ACTIONS(2262), - [anon_sym_flat] = ACTIONS(2262), - [anon_sym_noperspective] = ACTIONS(2262), - [anon_sym___extension__] = ACTIONS(2262), - [anon_sym_extern] = ACTIONS(2262), - [anon_sym___attribute__] = ACTIONS(2262), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2264), - [anon_sym___declspec] = ACTIONS(2262), - [anon_sym_signed] = ACTIONS(2262), - [anon_sym_unsigned] = ACTIONS(2262), - [anon_sym_long] = ACTIONS(2262), - [anon_sym_short] = ACTIONS(2262), - [anon_sym_static] = ACTIONS(2262), - [anon_sym_auto] = ACTIONS(2262), - [anon_sym_register] = ACTIONS(2262), - [anon_sym_inline] = ACTIONS(2262), - [anon_sym___inline] = ACTIONS(2262), - [anon_sym___inline__] = ACTIONS(2262), - [anon_sym___forceinline] = ACTIONS(2262), - [anon_sym_thread_local] = ACTIONS(2262), - [anon_sym___thread] = ACTIONS(2262), - [anon_sym_const] = ACTIONS(2262), - [anon_sym_constexpr] = ACTIONS(2262), - [anon_sym_volatile] = ACTIONS(2262), - [anon_sym_restrict] = ACTIONS(2262), - [anon_sym___restrict__] = ACTIONS(2262), - [anon_sym__Atomic] = ACTIONS(2262), - [anon_sym__Noreturn] = ACTIONS(2262), - [anon_sym_noreturn] = ACTIONS(2262), - [sym_primitive_type] = ACTIONS(2262), - [anon_sym_enum] = ACTIONS(2262), - [anon_sym_struct] = ACTIONS(2262), - [anon_sym_union] = ACTIONS(2262), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2262), - [anon_sym_rayPayloadInEXT] = ACTIONS(2262), - [anon_sym_hitAttributeEXT] = ACTIONS(2262), - [anon_sym_callableDataEXT] = ACTIONS(2262), - [anon_sym_callableDataInEXT] = ACTIONS(2262), - [anon_sym_shaderRecordEXT] = ACTIONS(2262), - [anon_sym_rayPayloadNV] = ACTIONS(2262), - [anon_sym_rayPayloadInNV] = ACTIONS(2262), - [anon_sym_hitAttributeNV] = ACTIONS(2262), - [anon_sym_callableDataNV] = ACTIONS(2262), - [anon_sym_callableDataInNV] = ACTIONS(2262), - [anon_sym_shaderRecordNV] = ACTIONS(2262), - [anon_sym_layout] = ACTIONS(2262), - }, - [625] = { - [sym_identifier] = ACTIONS(2270), - [aux_sym_preproc_def_token1] = ACTIONS(2270), - [aux_sym_preproc_if_token1] = ACTIONS(2270), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2270), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2270), - [sym_preproc_directive] = ACTIONS(2270), - [anon_sym_subroutine] = ACTIONS(2270), - [anon_sym_invariant] = ACTIONS(2270), - [anon_sym_precise] = ACTIONS(2270), - [anon_sym_in] = ACTIONS(2270), - [anon_sym_out] = ACTIONS(2270), - [anon_sym_inout] = ACTIONS(2270), - [anon_sym_uniform] = ACTIONS(2270), - [anon_sym_shared] = ACTIONS(2270), - [anon_sym_attribute] = ACTIONS(2270), - [anon_sym_varying] = ACTIONS(2270), - [anon_sym_buffer] = ACTIONS(2270), - [anon_sym_coherent] = ACTIONS(2270), - [anon_sym_readonly] = ACTIONS(2270), - [anon_sym_writeonly] = ACTIONS(2270), - [anon_sym_precision] = ACTIONS(2270), - [anon_sym_highp] = ACTIONS(2270), - [anon_sym_mediump] = ACTIONS(2270), - [anon_sym_lowp] = ACTIONS(2270), - [anon_sym_centroid] = ACTIONS(2270), - [anon_sym_sample] = ACTIONS(2270), - [anon_sym_patch] = ACTIONS(2270), - [anon_sym_smooth] = ACTIONS(2270), - [anon_sym_flat] = ACTIONS(2270), - [anon_sym_noperspective] = ACTIONS(2270), - [anon_sym___extension__] = ACTIONS(2270), - [anon_sym_extern] = ACTIONS(2270), - [anon_sym___attribute__] = ACTIONS(2270), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2272), - [anon_sym___declspec] = ACTIONS(2270), - [anon_sym_RBRACE] = ACTIONS(2272), - [anon_sym_signed] = ACTIONS(2270), - [anon_sym_unsigned] = ACTIONS(2270), - [anon_sym_long] = ACTIONS(2270), - [anon_sym_short] = ACTIONS(2270), - [anon_sym_static] = ACTIONS(2270), - [anon_sym_auto] = ACTIONS(2270), - [anon_sym_register] = ACTIONS(2270), - [anon_sym_inline] = ACTIONS(2270), - [anon_sym___inline] = ACTIONS(2270), - [anon_sym___inline__] = ACTIONS(2270), - [anon_sym___forceinline] = ACTIONS(2270), - [anon_sym_thread_local] = ACTIONS(2270), - [anon_sym___thread] = ACTIONS(2270), - [anon_sym_const] = ACTIONS(2270), - [anon_sym_constexpr] = ACTIONS(2270), - [anon_sym_volatile] = ACTIONS(2270), - [anon_sym_restrict] = ACTIONS(2270), - [anon_sym___restrict__] = ACTIONS(2270), - [anon_sym__Atomic] = ACTIONS(2270), - [anon_sym__Noreturn] = ACTIONS(2270), - [anon_sym_noreturn] = ACTIONS(2270), - [sym_primitive_type] = ACTIONS(2270), - [anon_sym_enum] = ACTIONS(2270), - [anon_sym_struct] = ACTIONS(2270), - [anon_sym_union] = ACTIONS(2270), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2270), - [anon_sym_rayPayloadInEXT] = ACTIONS(2270), - [anon_sym_hitAttributeEXT] = ACTIONS(2270), - [anon_sym_callableDataEXT] = ACTIONS(2270), - [anon_sym_callableDataInEXT] = ACTIONS(2270), - [anon_sym_shaderRecordEXT] = ACTIONS(2270), - [anon_sym_rayPayloadNV] = ACTIONS(2270), - [anon_sym_rayPayloadInNV] = ACTIONS(2270), - [anon_sym_hitAttributeNV] = ACTIONS(2270), - [anon_sym_callableDataNV] = ACTIONS(2270), - [anon_sym_callableDataInNV] = ACTIONS(2270), - [anon_sym_shaderRecordNV] = ACTIONS(2270), - [anon_sym_layout] = ACTIONS(2270), - }, - [626] = { - [sym_identifier] = ACTIONS(2274), - [aux_sym_preproc_def_token1] = ACTIONS(2274), - [aux_sym_preproc_if_token1] = ACTIONS(2274), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2274), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2274), - [sym_preproc_directive] = ACTIONS(2274), - [anon_sym_subroutine] = ACTIONS(2274), - [anon_sym_invariant] = ACTIONS(2274), - [anon_sym_precise] = ACTIONS(2274), - [anon_sym_in] = ACTIONS(2274), - [anon_sym_out] = ACTIONS(2274), - [anon_sym_inout] = ACTIONS(2274), - [anon_sym_uniform] = ACTIONS(2274), - [anon_sym_shared] = ACTIONS(2274), - [anon_sym_attribute] = ACTIONS(2274), - [anon_sym_varying] = ACTIONS(2274), - [anon_sym_buffer] = ACTIONS(2274), - [anon_sym_coherent] = ACTIONS(2274), - [anon_sym_readonly] = ACTIONS(2274), - [anon_sym_writeonly] = ACTIONS(2274), - [anon_sym_precision] = ACTIONS(2274), - [anon_sym_highp] = ACTIONS(2274), - [anon_sym_mediump] = ACTIONS(2274), - [anon_sym_lowp] = ACTIONS(2274), - [anon_sym_centroid] = ACTIONS(2274), - [anon_sym_sample] = ACTIONS(2274), - [anon_sym_patch] = ACTIONS(2274), - [anon_sym_smooth] = ACTIONS(2274), - [anon_sym_flat] = ACTIONS(2274), - [anon_sym_noperspective] = ACTIONS(2274), - [anon_sym___extension__] = ACTIONS(2274), - [anon_sym_extern] = ACTIONS(2274), - [anon_sym___attribute__] = ACTIONS(2274), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2276), - [anon_sym___declspec] = ACTIONS(2274), - [anon_sym_RBRACE] = ACTIONS(2276), - [anon_sym_signed] = ACTIONS(2274), - [anon_sym_unsigned] = ACTIONS(2274), - [anon_sym_long] = ACTIONS(2274), - [anon_sym_short] = ACTIONS(2274), - [anon_sym_static] = ACTIONS(2274), - [anon_sym_auto] = ACTIONS(2274), - [anon_sym_register] = ACTIONS(2274), - [anon_sym_inline] = ACTIONS(2274), - [anon_sym___inline] = ACTIONS(2274), - [anon_sym___inline__] = ACTIONS(2274), - [anon_sym___forceinline] = ACTIONS(2274), - [anon_sym_thread_local] = ACTIONS(2274), - [anon_sym___thread] = ACTIONS(2274), - [anon_sym_const] = ACTIONS(2274), - [anon_sym_constexpr] = ACTIONS(2274), - [anon_sym_volatile] = ACTIONS(2274), - [anon_sym_restrict] = ACTIONS(2274), - [anon_sym___restrict__] = ACTIONS(2274), - [anon_sym__Atomic] = ACTIONS(2274), - [anon_sym__Noreturn] = ACTIONS(2274), - [anon_sym_noreturn] = ACTIONS(2274), - [sym_primitive_type] = ACTIONS(2274), - [anon_sym_enum] = ACTIONS(2274), - [anon_sym_struct] = ACTIONS(2274), - [anon_sym_union] = ACTIONS(2274), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2274), - [anon_sym_rayPayloadInEXT] = ACTIONS(2274), - [anon_sym_hitAttributeEXT] = ACTIONS(2274), - [anon_sym_callableDataEXT] = ACTIONS(2274), - [anon_sym_callableDataInEXT] = ACTIONS(2274), - [anon_sym_shaderRecordEXT] = ACTIONS(2274), - [anon_sym_rayPayloadNV] = ACTIONS(2274), - [anon_sym_rayPayloadInNV] = ACTIONS(2274), - [anon_sym_hitAttributeNV] = ACTIONS(2274), - [anon_sym_callableDataNV] = ACTIONS(2274), - [anon_sym_callableDataInNV] = ACTIONS(2274), - [anon_sym_shaderRecordNV] = ACTIONS(2274), - [anon_sym_layout] = ACTIONS(2274), - }, - [627] = { - [sym_identifier] = ACTIONS(2266), - [aux_sym_preproc_def_token1] = ACTIONS(2266), - [aux_sym_preproc_if_token1] = ACTIONS(2266), - [aux_sym_preproc_if_token2] = ACTIONS(2266), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2266), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2266), - [sym_preproc_directive] = ACTIONS(2266), - [anon_sym_subroutine] = ACTIONS(2266), - [anon_sym_invariant] = ACTIONS(2266), - [anon_sym_precise] = ACTIONS(2266), - [anon_sym_in] = ACTIONS(2266), - [anon_sym_out] = ACTIONS(2266), - [anon_sym_inout] = ACTIONS(2266), - [anon_sym_uniform] = ACTIONS(2266), - [anon_sym_shared] = ACTIONS(2266), - [anon_sym_attribute] = ACTIONS(2266), - [anon_sym_varying] = ACTIONS(2266), - [anon_sym_buffer] = ACTIONS(2266), - [anon_sym_coherent] = ACTIONS(2266), - [anon_sym_readonly] = ACTIONS(2266), - [anon_sym_writeonly] = ACTIONS(2266), - [anon_sym_precision] = ACTIONS(2266), - [anon_sym_highp] = ACTIONS(2266), - [anon_sym_mediump] = ACTIONS(2266), - [anon_sym_lowp] = ACTIONS(2266), - [anon_sym_centroid] = ACTIONS(2266), - [anon_sym_sample] = ACTIONS(2266), - [anon_sym_patch] = ACTIONS(2266), - [anon_sym_smooth] = ACTIONS(2266), - [anon_sym_flat] = ACTIONS(2266), - [anon_sym_noperspective] = ACTIONS(2266), - [anon_sym___extension__] = ACTIONS(2266), - [anon_sym_extern] = ACTIONS(2266), - [anon_sym___attribute__] = ACTIONS(2266), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2268), - [anon_sym___declspec] = ACTIONS(2266), - [anon_sym_signed] = ACTIONS(2266), - [anon_sym_unsigned] = ACTIONS(2266), - [anon_sym_long] = ACTIONS(2266), - [anon_sym_short] = ACTIONS(2266), - [anon_sym_static] = ACTIONS(2266), - [anon_sym_auto] = ACTIONS(2266), - [anon_sym_register] = ACTIONS(2266), - [anon_sym_inline] = ACTIONS(2266), - [anon_sym___inline] = ACTIONS(2266), - [anon_sym___inline__] = ACTIONS(2266), - [anon_sym___forceinline] = ACTIONS(2266), - [anon_sym_thread_local] = ACTIONS(2266), - [anon_sym___thread] = ACTIONS(2266), - [anon_sym_const] = ACTIONS(2266), - [anon_sym_constexpr] = ACTIONS(2266), - [anon_sym_volatile] = ACTIONS(2266), - [anon_sym_restrict] = ACTIONS(2266), - [anon_sym___restrict__] = ACTIONS(2266), - [anon_sym__Atomic] = ACTIONS(2266), - [anon_sym__Noreturn] = ACTIONS(2266), - [anon_sym_noreturn] = ACTIONS(2266), - [sym_primitive_type] = ACTIONS(2266), - [anon_sym_enum] = ACTIONS(2266), - [anon_sym_struct] = ACTIONS(2266), - [anon_sym_union] = ACTIONS(2266), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2266), - [anon_sym_rayPayloadInEXT] = ACTIONS(2266), - [anon_sym_hitAttributeEXT] = ACTIONS(2266), - [anon_sym_callableDataEXT] = ACTIONS(2266), - [anon_sym_callableDataInEXT] = ACTIONS(2266), - [anon_sym_shaderRecordEXT] = ACTIONS(2266), - [anon_sym_rayPayloadNV] = ACTIONS(2266), - [anon_sym_rayPayloadInNV] = ACTIONS(2266), - [anon_sym_hitAttributeNV] = ACTIONS(2266), - [anon_sym_callableDataNV] = ACTIONS(2266), - [anon_sym_callableDataInNV] = ACTIONS(2266), - [anon_sym_shaderRecordNV] = ACTIONS(2266), - [anon_sym_layout] = ACTIONS(2266), - }, - [628] = { - [sym_identifier] = ACTIONS(2270), - [aux_sym_preproc_def_token1] = ACTIONS(2270), - [aux_sym_preproc_if_token1] = ACTIONS(2270), - [aux_sym_preproc_if_token2] = ACTIONS(2270), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2270), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2270), - [sym_preproc_directive] = ACTIONS(2270), - [anon_sym_subroutine] = ACTIONS(2270), - [anon_sym_invariant] = ACTIONS(2270), - [anon_sym_precise] = ACTIONS(2270), - [anon_sym_in] = ACTIONS(2270), - [anon_sym_out] = ACTIONS(2270), - [anon_sym_inout] = ACTIONS(2270), - [anon_sym_uniform] = ACTIONS(2270), - [anon_sym_shared] = ACTIONS(2270), - [anon_sym_attribute] = ACTIONS(2270), - [anon_sym_varying] = ACTIONS(2270), - [anon_sym_buffer] = ACTIONS(2270), - [anon_sym_coherent] = ACTIONS(2270), - [anon_sym_readonly] = ACTIONS(2270), - [anon_sym_writeonly] = ACTIONS(2270), - [anon_sym_precision] = ACTIONS(2270), - [anon_sym_highp] = ACTIONS(2270), - [anon_sym_mediump] = ACTIONS(2270), - [anon_sym_lowp] = ACTIONS(2270), - [anon_sym_centroid] = ACTIONS(2270), - [anon_sym_sample] = ACTIONS(2270), - [anon_sym_patch] = ACTIONS(2270), - [anon_sym_smooth] = ACTIONS(2270), - [anon_sym_flat] = ACTIONS(2270), - [anon_sym_noperspective] = ACTIONS(2270), - [anon_sym___extension__] = ACTIONS(2270), - [anon_sym_extern] = ACTIONS(2270), - [anon_sym___attribute__] = ACTIONS(2270), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2272), - [anon_sym___declspec] = ACTIONS(2270), - [anon_sym_signed] = ACTIONS(2270), - [anon_sym_unsigned] = ACTIONS(2270), - [anon_sym_long] = ACTIONS(2270), - [anon_sym_short] = ACTIONS(2270), - [anon_sym_static] = ACTIONS(2270), - [anon_sym_auto] = ACTIONS(2270), - [anon_sym_register] = ACTIONS(2270), - [anon_sym_inline] = ACTIONS(2270), - [anon_sym___inline] = ACTIONS(2270), - [anon_sym___inline__] = ACTIONS(2270), - [anon_sym___forceinline] = ACTIONS(2270), - [anon_sym_thread_local] = ACTIONS(2270), - [anon_sym___thread] = ACTIONS(2270), - [anon_sym_const] = ACTIONS(2270), - [anon_sym_constexpr] = ACTIONS(2270), - [anon_sym_volatile] = ACTIONS(2270), - [anon_sym_restrict] = ACTIONS(2270), - [anon_sym___restrict__] = ACTIONS(2270), - [anon_sym__Atomic] = ACTIONS(2270), - [anon_sym__Noreturn] = ACTIONS(2270), - [anon_sym_noreturn] = ACTIONS(2270), - [sym_primitive_type] = ACTIONS(2270), - [anon_sym_enum] = ACTIONS(2270), - [anon_sym_struct] = ACTIONS(2270), - [anon_sym_union] = ACTIONS(2270), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2270), - [anon_sym_rayPayloadInEXT] = ACTIONS(2270), - [anon_sym_hitAttributeEXT] = ACTIONS(2270), - [anon_sym_callableDataEXT] = ACTIONS(2270), - [anon_sym_callableDataInEXT] = ACTIONS(2270), - [anon_sym_shaderRecordEXT] = ACTIONS(2270), - [anon_sym_rayPayloadNV] = ACTIONS(2270), - [anon_sym_rayPayloadInNV] = ACTIONS(2270), - [anon_sym_hitAttributeNV] = ACTIONS(2270), - [anon_sym_callableDataNV] = ACTIONS(2270), - [anon_sym_callableDataInNV] = ACTIONS(2270), - [anon_sym_shaderRecordNV] = ACTIONS(2270), - [anon_sym_layout] = ACTIONS(2270), - }, - [629] = { - [sym_identifier] = ACTIONS(1556), - [aux_sym_preproc_def_token1] = ACTIONS(1556), - [aux_sym_preproc_if_token1] = ACTIONS(1556), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1556), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1556), - [sym_preproc_directive] = ACTIONS(1556), - [anon_sym_subroutine] = ACTIONS(1556), - [anon_sym_invariant] = ACTIONS(1556), - [anon_sym_precise] = ACTIONS(1556), - [anon_sym_in] = ACTIONS(1556), - [anon_sym_out] = ACTIONS(1556), - [anon_sym_inout] = ACTIONS(1556), - [anon_sym_uniform] = ACTIONS(1556), - [anon_sym_shared] = ACTIONS(1556), - [anon_sym_attribute] = ACTIONS(1556), - [anon_sym_varying] = ACTIONS(1556), - [anon_sym_buffer] = ACTIONS(1556), - [anon_sym_coherent] = ACTIONS(1556), - [anon_sym_readonly] = ACTIONS(1556), - [anon_sym_writeonly] = ACTIONS(1556), - [anon_sym_precision] = ACTIONS(1556), - [anon_sym_highp] = ACTIONS(1556), - [anon_sym_mediump] = ACTIONS(1556), - [anon_sym_lowp] = ACTIONS(1556), - [anon_sym_centroid] = ACTIONS(1556), - [anon_sym_sample] = ACTIONS(1556), - [anon_sym_patch] = ACTIONS(1556), - [anon_sym_smooth] = ACTIONS(1556), - [anon_sym_flat] = ACTIONS(1556), - [anon_sym_noperspective] = ACTIONS(1556), - [anon_sym___extension__] = ACTIONS(1556), - [anon_sym_extern] = ACTIONS(1556), - [anon_sym___attribute__] = ACTIONS(1556), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1558), - [anon_sym___declspec] = ACTIONS(1556), - [anon_sym_RBRACE] = ACTIONS(1558), - [anon_sym_signed] = ACTIONS(1556), - [anon_sym_unsigned] = ACTIONS(1556), - [anon_sym_long] = ACTIONS(1556), - [anon_sym_short] = ACTIONS(1556), - [anon_sym_static] = ACTIONS(1556), - [anon_sym_auto] = ACTIONS(1556), - [anon_sym_register] = ACTIONS(1556), - [anon_sym_inline] = ACTIONS(1556), - [anon_sym___inline] = ACTIONS(1556), - [anon_sym___inline__] = ACTIONS(1556), - [anon_sym___forceinline] = ACTIONS(1556), - [anon_sym_thread_local] = ACTIONS(1556), - [anon_sym___thread] = ACTIONS(1556), - [anon_sym_const] = ACTIONS(1556), - [anon_sym_constexpr] = ACTIONS(1556), - [anon_sym_volatile] = ACTIONS(1556), - [anon_sym_restrict] = ACTIONS(1556), - [anon_sym___restrict__] = ACTIONS(1556), - [anon_sym__Atomic] = ACTIONS(1556), - [anon_sym__Noreturn] = ACTIONS(1556), - [anon_sym_noreturn] = ACTIONS(1556), - [sym_primitive_type] = ACTIONS(1556), - [anon_sym_enum] = ACTIONS(1556), - [anon_sym_struct] = ACTIONS(1556), - [anon_sym_union] = ACTIONS(1556), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1556), - [anon_sym_rayPayloadInEXT] = ACTIONS(1556), - [anon_sym_hitAttributeEXT] = ACTIONS(1556), - [anon_sym_callableDataEXT] = ACTIONS(1556), - [anon_sym_callableDataInEXT] = ACTIONS(1556), - [anon_sym_shaderRecordEXT] = ACTIONS(1556), - [anon_sym_rayPayloadNV] = ACTIONS(1556), - [anon_sym_rayPayloadInNV] = ACTIONS(1556), - [anon_sym_hitAttributeNV] = ACTIONS(1556), - [anon_sym_callableDataNV] = ACTIONS(1556), - [anon_sym_callableDataInNV] = ACTIONS(1556), - [anon_sym_shaderRecordNV] = ACTIONS(1556), - [anon_sym_layout] = ACTIONS(1556), - }, - [630] = { - [sym_identifier] = ACTIONS(1532), - [aux_sym_preproc_def_token1] = ACTIONS(1532), - [aux_sym_preproc_if_token1] = ACTIONS(1532), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1532), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1532), - [sym_preproc_directive] = ACTIONS(1532), - [anon_sym_subroutine] = ACTIONS(1532), - [anon_sym_invariant] = ACTIONS(1532), - [anon_sym_precise] = ACTIONS(1532), - [anon_sym_in] = ACTIONS(1532), - [anon_sym_out] = ACTIONS(1532), - [anon_sym_inout] = ACTIONS(1532), - [anon_sym_uniform] = ACTIONS(1532), - [anon_sym_shared] = ACTIONS(1532), - [anon_sym_attribute] = ACTIONS(1532), - [anon_sym_varying] = ACTIONS(1532), - [anon_sym_buffer] = ACTIONS(1532), - [anon_sym_coherent] = ACTIONS(1532), - [anon_sym_readonly] = ACTIONS(1532), - [anon_sym_writeonly] = ACTIONS(1532), - [anon_sym_precision] = ACTIONS(1532), - [anon_sym_highp] = ACTIONS(1532), - [anon_sym_mediump] = ACTIONS(1532), - [anon_sym_lowp] = ACTIONS(1532), - [anon_sym_centroid] = ACTIONS(1532), - [anon_sym_sample] = ACTIONS(1532), - [anon_sym_patch] = ACTIONS(1532), - [anon_sym_smooth] = ACTIONS(1532), - [anon_sym_flat] = ACTIONS(1532), - [anon_sym_noperspective] = ACTIONS(1532), - [anon_sym___extension__] = ACTIONS(1532), - [anon_sym_extern] = ACTIONS(1532), - [anon_sym___attribute__] = ACTIONS(1532), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1534), - [anon_sym___declspec] = ACTIONS(1532), - [anon_sym_RBRACE] = ACTIONS(1534), - [anon_sym_signed] = ACTIONS(1532), - [anon_sym_unsigned] = ACTIONS(1532), - [anon_sym_long] = ACTIONS(1532), - [anon_sym_short] = ACTIONS(1532), - [anon_sym_static] = ACTIONS(1532), - [anon_sym_auto] = ACTIONS(1532), - [anon_sym_register] = ACTIONS(1532), - [anon_sym_inline] = ACTIONS(1532), - [anon_sym___inline] = ACTIONS(1532), - [anon_sym___inline__] = ACTIONS(1532), - [anon_sym___forceinline] = ACTIONS(1532), - [anon_sym_thread_local] = ACTIONS(1532), - [anon_sym___thread] = ACTIONS(1532), - [anon_sym_const] = ACTIONS(1532), - [anon_sym_constexpr] = ACTIONS(1532), - [anon_sym_volatile] = ACTIONS(1532), - [anon_sym_restrict] = ACTIONS(1532), - [anon_sym___restrict__] = ACTIONS(1532), - [anon_sym__Atomic] = ACTIONS(1532), - [anon_sym__Noreturn] = ACTIONS(1532), - [anon_sym_noreturn] = ACTIONS(1532), - [sym_primitive_type] = ACTIONS(1532), - [anon_sym_enum] = ACTIONS(1532), - [anon_sym_struct] = ACTIONS(1532), - [anon_sym_union] = ACTIONS(1532), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1532), - [anon_sym_rayPayloadInEXT] = ACTIONS(1532), - [anon_sym_hitAttributeEXT] = ACTIONS(1532), - [anon_sym_callableDataEXT] = ACTIONS(1532), - [anon_sym_callableDataInEXT] = ACTIONS(1532), - [anon_sym_shaderRecordEXT] = ACTIONS(1532), - [anon_sym_rayPayloadNV] = ACTIONS(1532), - [anon_sym_rayPayloadInNV] = ACTIONS(1532), - [anon_sym_hitAttributeNV] = ACTIONS(1532), - [anon_sym_callableDataNV] = ACTIONS(1532), - [anon_sym_callableDataInNV] = ACTIONS(1532), - [anon_sym_shaderRecordNV] = ACTIONS(1532), - [anon_sym_layout] = ACTIONS(1532), - }, [631] = { - [sym_identifier] = ACTIONS(2226), - [aux_sym_preproc_def_token1] = ACTIONS(2226), - [aux_sym_preproc_if_token1] = ACTIONS(2226), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2226), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2226), - [sym_preproc_directive] = ACTIONS(2226), - [anon_sym_subroutine] = ACTIONS(2226), - [anon_sym_invariant] = ACTIONS(2226), - [anon_sym_precise] = ACTIONS(2226), - [anon_sym_in] = ACTIONS(2226), - [anon_sym_out] = ACTIONS(2226), - [anon_sym_inout] = ACTIONS(2226), - [anon_sym_uniform] = ACTIONS(2226), - [anon_sym_shared] = ACTIONS(2226), - [anon_sym_attribute] = ACTIONS(2226), - [anon_sym_varying] = ACTIONS(2226), - [anon_sym_buffer] = ACTIONS(2226), - [anon_sym_coherent] = ACTIONS(2226), - [anon_sym_readonly] = ACTIONS(2226), - [anon_sym_writeonly] = ACTIONS(2226), - [anon_sym_precision] = ACTIONS(2226), - [anon_sym_highp] = ACTIONS(2226), - [anon_sym_mediump] = ACTIONS(2226), - [anon_sym_lowp] = ACTIONS(2226), - [anon_sym_centroid] = ACTIONS(2226), - [anon_sym_sample] = ACTIONS(2226), - [anon_sym_patch] = ACTIONS(2226), - [anon_sym_smooth] = ACTIONS(2226), - [anon_sym_flat] = ACTIONS(2226), - [anon_sym_noperspective] = ACTIONS(2226), - [anon_sym___extension__] = ACTIONS(2226), - [anon_sym_extern] = ACTIONS(2226), - [anon_sym___attribute__] = ACTIONS(2226), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2228), - [anon_sym___declspec] = ACTIONS(2226), - [anon_sym_RBRACE] = ACTIONS(2228), - [anon_sym_signed] = ACTIONS(2226), - [anon_sym_unsigned] = ACTIONS(2226), - [anon_sym_long] = ACTIONS(2226), - [anon_sym_short] = ACTIONS(2226), - [anon_sym_static] = ACTIONS(2226), - [anon_sym_auto] = ACTIONS(2226), - [anon_sym_register] = ACTIONS(2226), - [anon_sym_inline] = ACTIONS(2226), - [anon_sym___inline] = ACTIONS(2226), - [anon_sym___inline__] = ACTIONS(2226), - [anon_sym___forceinline] = ACTIONS(2226), - [anon_sym_thread_local] = ACTIONS(2226), - [anon_sym___thread] = ACTIONS(2226), - [anon_sym_const] = ACTIONS(2226), - [anon_sym_constexpr] = ACTIONS(2226), - [anon_sym_volatile] = ACTIONS(2226), - [anon_sym_restrict] = ACTIONS(2226), - [anon_sym___restrict__] = ACTIONS(2226), - [anon_sym__Atomic] = ACTIONS(2226), - [anon_sym__Noreturn] = ACTIONS(2226), - [anon_sym_noreturn] = ACTIONS(2226), - [sym_primitive_type] = ACTIONS(2226), - [anon_sym_enum] = ACTIONS(2226), - [anon_sym_struct] = ACTIONS(2226), - [anon_sym_union] = ACTIONS(2226), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2226), - [anon_sym_rayPayloadInEXT] = ACTIONS(2226), - [anon_sym_hitAttributeEXT] = ACTIONS(2226), - [anon_sym_callableDataEXT] = ACTIONS(2226), - [anon_sym_callableDataInEXT] = ACTIONS(2226), - [anon_sym_shaderRecordEXT] = ACTIONS(2226), - [anon_sym_rayPayloadNV] = ACTIONS(2226), - [anon_sym_rayPayloadInNV] = ACTIONS(2226), - [anon_sym_hitAttributeNV] = ACTIONS(2226), - [anon_sym_callableDataNV] = ACTIONS(2226), - [anon_sym_callableDataInNV] = ACTIONS(2226), - [anon_sym_shaderRecordNV] = ACTIONS(2226), - [anon_sym_layout] = ACTIONS(2226), + [sym_identifier] = ACTIONS(2240), + [aux_sym_preproc_def_token1] = ACTIONS(2240), + [aux_sym_preproc_if_token1] = ACTIONS(2240), + [aux_sym_preproc_if_token2] = ACTIONS(2240), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2240), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2240), + [sym_preproc_directive] = ACTIONS(2240), + [anon_sym_subroutine] = ACTIONS(2240), + [anon_sym_invariant] = ACTIONS(2240), + [anon_sym_precise] = ACTIONS(2240), + [anon_sym_in] = ACTIONS(2240), + [anon_sym_out] = ACTIONS(2240), + [anon_sym_inout] = ACTIONS(2240), + [anon_sym_uniform] = ACTIONS(2240), + [anon_sym_shared] = ACTIONS(2240), + [anon_sym_attribute] = ACTIONS(2240), + [anon_sym_varying] = ACTIONS(2240), + [anon_sym_buffer] = ACTIONS(2240), + [anon_sym_coherent] = ACTIONS(2240), + [anon_sym_readonly] = ACTIONS(2240), + [anon_sym_writeonly] = ACTIONS(2240), + [anon_sym_precision] = ACTIONS(2240), + [anon_sym_highp] = ACTIONS(2240), + [anon_sym_mediump] = ACTIONS(2240), + [anon_sym_lowp] = ACTIONS(2240), + [anon_sym_centroid] = ACTIONS(2240), + [anon_sym_sample] = ACTIONS(2240), + [anon_sym_patch] = ACTIONS(2240), + [anon_sym_smooth] = ACTIONS(2240), + [anon_sym_flat] = ACTIONS(2240), + [anon_sym_noperspective] = ACTIONS(2240), + [anon_sym___extension__] = ACTIONS(2240), + [anon_sym_extern] = ACTIONS(2240), + [anon_sym___attribute__] = ACTIONS(2240), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2242), + [anon_sym___declspec] = ACTIONS(2240), + [anon_sym_signed] = ACTIONS(2240), + [anon_sym_unsigned] = ACTIONS(2240), + [anon_sym_long] = ACTIONS(2240), + [anon_sym_short] = ACTIONS(2240), + [anon_sym_static] = ACTIONS(2240), + [anon_sym_auto] = ACTIONS(2240), + [anon_sym_register] = ACTIONS(2240), + [anon_sym_inline] = ACTIONS(2240), + [anon_sym___inline] = ACTIONS(2240), + [anon_sym___inline__] = ACTIONS(2240), + [anon_sym___forceinline] = ACTIONS(2240), + [anon_sym_thread_local] = ACTIONS(2240), + [anon_sym___thread] = ACTIONS(2240), + [anon_sym_const] = ACTIONS(2240), + [anon_sym_constexpr] = ACTIONS(2240), + [anon_sym_volatile] = ACTIONS(2240), + [anon_sym_restrict] = ACTIONS(2240), + [anon_sym___restrict__] = ACTIONS(2240), + [anon_sym__Atomic] = ACTIONS(2240), + [anon_sym__Noreturn] = ACTIONS(2240), + [anon_sym_noreturn] = ACTIONS(2240), + [sym_primitive_type] = ACTIONS(2240), + [anon_sym_enum] = ACTIONS(2240), + [anon_sym_struct] = ACTIONS(2240), + [anon_sym_union] = ACTIONS(2240), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2240), + [anon_sym_rayPayloadInEXT] = ACTIONS(2240), + [anon_sym_hitAttributeEXT] = ACTIONS(2240), + [anon_sym_callableDataEXT] = ACTIONS(2240), + [anon_sym_callableDataInEXT] = ACTIONS(2240), + [anon_sym_shaderRecordEXT] = ACTIONS(2240), + [anon_sym_rayPayloadNV] = ACTIONS(2240), + [anon_sym_rayPayloadInNV] = ACTIONS(2240), + [anon_sym_hitAttributeNV] = ACTIONS(2240), + [anon_sym_callableDataNV] = ACTIONS(2240), + [anon_sym_callableDataInNV] = ACTIONS(2240), + [anon_sym_shaderRecordNV] = ACTIONS(2240), + [anon_sym_layout] = ACTIONS(2240), }, [632] = { - [sym_identifier] = ACTIONS(2282), - [aux_sym_preproc_def_token1] = ACTIONS(2282), - [aux_sym_preproc_if_token1] = ACTIONS(2282), - [aux_sym_preproc_if_token2] = ACTIONS(2282), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2282), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2282), - [sym_preproc_directive] = ACTIONS(2282), - [anon_sym_subroutine] = ACTIONS(2282), - [anon_sym_invariant] = ACTIONS(2282), - [anon_sym_precise] = ACTIONS(2282), - [anon_sym_in] = ACTIONS(2282), - [anon_sym_out] = ACTIONS(2282), - [anon_sym_inout] = ACTIONS(2282), - [anon_sym_uniform] = ACTIONS(2282), - [anon_sym_shared] = ACTIONS(2282), - [anon_sym_attribute] = ACTIONS(2282), - [anon_sym_varying] = ACTIONS(2282), - [anon_sym_buffer] = ACTIONS(2282), - [anon_sym_coherent] = ACTIONS(2282), - [anon_sym_readonly] = ACTIONS(2282), - [anon_sym_writeonly] = ACTIONS(2282), - [anon_sym_precision] = ACTIONS(2282), - [anon_sym_highp] = ACTIONS(2282), - [anon_sym_mediump] = ACTIONS(2282), - [anon_sym_lowp] = ACTIONS(2282), - [anon_sym_centroid] = ACTIONS(2282), - [anon_sym_sample] = ACTIONS(2282), - [anon_sym_patch] = ACTIONS(2282), - [anon_sym_smooth] = ACTIONS(2282), - [anon_sym_flat] = ACTIONS(2282), - [anon_sym_noperspective] = ACTIONS(2282), - [anon_sym___extension__] = ACTIONS(2282), - [anon_sym_extern] = ACTIONS(2282), - [anon_sym___attribute__] = ACTIONS(2282), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2284), - [anon_sym___declspec] = ACTIONS(2282), - [anon_sym_signed] = ACTIONS(2282), - [anon_sym_unsigned] = ACTIONS(2282), - [anon_sym_long] = ACTIONS(2282), - [anon_sym_short] = ACTIONS(2282), - [anon_sym_static] = ACTIONS(2282), - [anon_sym_auto] = ACTIONS(2282), - [anon_sym_register] = ACTIONS(2282), - [anon_sym_inline] = ACTIONS(2282), - [anon_sym___inline] = ACTIONS(2282), - [anon_sym___inline__] = ACTIONS(2282), - [anon_sym___forceinline] = ACTIONS(2282), - [anon_sym_thread_local] = ACTIONS(2282), - [anon_sym___thread] = ACTIONS(2282), - [anon_sym_const] = ACTIONS(2282), - [anon_sym_constexpr] = ACTIONS(2282), - [anon_sym_volatile] = ACTIONS(2282), - [anon_sym_restrict] = ACTIONS(2282), - [anon_sym___restrict__] = ACTIONS(2282), - [anon_sym__Atomic] = ACTIONS(2282), - [anon_sym__Noreturn] = ACTIONS(2282), - [anon_sym_noreturn] = ACTIONS(2282), - [sym_primitive_type] = ACTIONS(2282), - [anon_sym_enum] = ACTIONS(2282), - [anon_sym_struct] = ACTIONS(2282), - [anon_sym_union] = ACTIONS(2282), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2282), - [anon_sym_rayPayloadInEXT] = ACTIONS(2282), - [anon_sym_hitAttributeEXT] = ACTIONS(2282), - [anon_sym_callableDataEXT] = ACTIONS(2282), - [anon_sym_callableDataInEXT] = ACTIONS(2282), - [anon_sym_shaderRecordEXT] = ACTIONS(2282), - [anon_sym_rayPayloadNV] = ACTIONS(2282), - [anon_sym_rayPayloadInNV] = ACTIONS(2282), - [anon_sym_hitAttributeNV] = ACTIONS(2282), - [anon_sym_callableDataNV] = ACTIONS(2282), - [anon_sym_callableDataInNV] = ACTIONS(2282), - [anon_sym_shaderRecordNV] = ACTIONS(2282), - [anon_sym_layout] = ACTIONS(2282), + [sym_identifier] = ACTIONS(2264), + [aux_sym_preproc_def_token1] = ACTIONS(2264), + [aux_sym_preproc_if_token1] = ACTIONS(2264), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2264), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2264), + [sym_preproc_directive] = ACTIONS(2264), + [anon_sym_subroutine] = ACTIONS(2264), + [anon_sym_invariant] = ACTIONS(2264), + [anon_sym_precise] = ACTIONS(2264), + [anon_sym_in] = ACTIONS(2264), + [anon_sym_out] = ACTIONS(2264), + [anon_sym_inout] = ACTIONS(2264), + [anon_sym_uniform] = ACTIONS(2264), + [anon_sym_shared] = ACTIONS(2264), + [anon_sym_attribute] = ACTIONS(2264), + [anon_sym_varying] = ACTIONS(2264), + [anon_sym_buffer] = ACTIONS(2264), + [anon_sym_coherent] = ACTIONS(2264), + [anon_sym_readonly] = ACTIONS(2264), + [anon_sym_writeonly] = ACTIONS(2264), + [anon_sym_precision] = ACTIONS(2264), + [anon_sym_highp] = ACTIONS(2264), + [anon_sym_mediump] = ACTIONS(2264), + [anon_sym_lowp] = ACTIONS(2264), + [anon_sym_centroid] = ACTIONS(2264), + [anon_sym_sample] = ACTIONS(2264), + [anon_sym_patch] = ACTIONS(2264), + [anon_sym_smooth] = ACTIONS(2264), + [anon_sym_flat] = ACTIONS(2264), + [anon_sym_noperspective] = ACTIONS(2264), + [anon_sym___extension__] = ACTIONS(2264), + [anon_sym_extern] = ACTIONS(2264), + [anon_sym___attribute__] = ACTIONS(2264), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2266), + [anon_sym___declspec] = ACTIONS(2264), + [anon_sym_RBRACE] = ACTIONS(2266), + [anon_sym_signed] = ACTIONS(2264), + [anon_sym_unsigned] = ACTIONS(2264), + [anon_sym_long] = ACTIONS(2264), + [anon_sym_short] = ACTIONS(2264), + [anon_sym_static] = ACTIONS(2264), + [anon_sym_auto] = ACTIONS(2264), + [anon_sym_register] = ACTIONS(2264), + [anon_sym_inline] = ACTIONS(2264), + [anon_sym___inline] = ACTIONS(2264), + [anon_sym___inline__] = ACTIONS(2264), + [anon_sym___forceinline] = ACTIONS(2264), + [anon_sym_thread_local] = ACTIONS(2264), + [anon_sym___thread] = ACTIONS(2264), + [anon_sym_const] = ACTIONS(2264), + [anon_sym_constexpr] = ACTIONS(2264), + [anon_sym_volatile] = ACTIONS(2264), + [anon_sym_restrict] = ACTIONS(2264), + [anon_sym___restrict__] = ACTIONS(2264), + [anon_sym__Atomic] = ACTIONS(2264), + [anon_sym__Noreturn] = ACTIONS(2264), + [anon_sym_noreturn] = ACTIONS(2264), + [sym_primitive_type] = ACTIONS(2264), + [anon_sym_enum] = ACTIONS(2264), + [anon_sym_struct] = ACTIONS(2264), + [anon_sym_union] = ACTIONS(2264), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2264), + [anon_sym_rayPayloadInEXT] = ACTIONS(2264), + [anon_sym_hitAttributeEXT] = ACTIONS(2264), + [anon_sym_callableDataEXT] = ACTIONS(2264), + [anon_sym_callableDataInEXT] = ACTIONS(2264), + [anon_sym_shaderRecordEXT] = ACTIONS(2264), + [anon_sym_rayPayloadNV] = ACTIONS(2264), + [anon_sym_rayPayloadInNV] = ACTIONS(2264), + [anon_sym_hitAttributeNV] = ACTIONS(2264), + [anon_sym_callableDataNV] = ACTIONS(2264), + [anon_sym_callableDataInNV] = ACTIONS(2264), + [anon_sym_shaderRecordNV] = ACTIONS(2264), + [anon_sym_layout] = ACTIONS(2264), }, [633] = { - [sym_identifier] = ACTIONS(2282), - [aux_sym_preproc_def_token1] = ACTIONS(2282), - [aux_sym_preproc_if_token1] = ACTIONS(2282), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2282), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2282), - [sym_preproc_directive] = ACTIONS(2282), - [anon_sym_subroutine] = ACTIONS(2282), - [anon_sym_invariant] = ACTIONS(2282), - [anon_sym_precise] = ACTIONS(2282), - [anon_sym_in] = ACTIONS(2282), - [anon_sym_out] = ACTIONS(2282), - [anon_sym_inout] = ACTIONS(2282), - [anon_sym_uniform] = ACTIONS(2282), - [anon_sym_shared] = ACTIONS(2282), - [anon_sym_attribute] = ACTIONS(2282), - [anon_sym_varying] = ACTIONS(2282), - [anon_sym_buffer] = ACTIONS(2282), - [anon_sym_coherent] = ACTIONS(2282), - [anon_sym_readonly] = ACTIONS(2282), - [anon_sym_writeonly] = ACTIONS(2282), - [anon_sym_precision] = ACTIONS(2282), - [anon_sym_highp] = ACTIONS(2282), - [anon_sym_mediump] = ACTIONS(2282), - [anon_sym_lowp] = ACTIONS(2282), - [anon_sym_centroid] = ACTIONS(2282), - [anon_sym_sample] = ACTIONS(2282), - [anon_sym_patch] = ACTIONS(2282), - [anon_sym_smooth] = ACTIONS(2282), - [anon_sym_flat] = ACTIONS(2282), - [anon_sym_noperspective] = ACTIONS(2282), - [anon_sym___extension__] = ACTIONS(2282), - [anon_sym_extern] = ACTIONS(2282), - [anon_sym___attribute__] = ACTIONS(2282), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2284), - [anon_sym___declspec] = ACTIONS(2282), - [anon_sym_RBRACE] = ACTIONS(2284), - [anon_sym_signed] = ACTIONS(2282), - [anon_sym_unsigned] = ACTIONS(2282), - [anon_sym_long] = ACTIONS(2282), - [anon_sym_short] = ACTIONS(2282), - [anon_sym_static] = ACTIONS(2282), - [anon_sym_auto] = ACTIONS(2282), - [anon_sym_register] = ACTIONS(2282), - [anon_sym_inline] = ACTIONS(2282), - [anon_sym___inline] = ACTIONS(2282), - [anon_sym___inline__] = ACTIONS(2282), - [anon_sym___forceinline] = ACTIONS(2282), - [anon_sym_thread_local] = ACTIONS(2282), - [anon_sym___thread] = ACTIONS(2282), - [anon_sym_const] = ACTIONS(2282), - [anon_sym_constexpr] = ACTIONS(2282), - [anon_sym_volatile] = ACTIONS(2282), - [anon_sym_restrict] = ACTIONS(2282), - [anon_sym___restrict__] = ACTIONS(2282), - [anon_sym__Atomic] = ACTIONS(2282), - [anon_sym__Noreturn] = ACTIONS(2282), - [anon_sym_noreturn] = ACTIONS(2282), - [sym_primitive_type] = ACTIONS(2282), - [anon_sym_enum] = ACTIONS(2282), - [anon_sym_struct] = ACTIONS(2282), - [anon_sym_union] = ACTIONS(2282), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2282), - [anon_sym_rayPayloadInEXT] = ACTIONS(2282), - [anon_sym_hitAttributeEXT] = ACTIONS(2282), - [anon_sym_callableDataEXT] = ACTIONS(2282), - [anon_sym_callableDataInEXT] = ACTIONS(2282), - [anon_sym_shaderRecordEXT] = ACTIONS(2282), - [anon_sym_rayPayloadNV] = ACTIONS(2282), - [anon_sym_rayPayloadInNV] = ACTIONS(2282), - [anon_sym_hitAttributeNV] = ACTIONS(2282), - [anon_sym_callableDataNV] = ACTIONS(2282), - [anon_sym_callableDataInNV] = ACTIONS(2282), - [anon_sym_shaderRecordNV] = ACTIONS(2282), - [anon_sym_layout] = ACTIONS(2282), + [sym_identifier] = ACTIONS(2272), + [aux_sym_preproc_def_token1] = ACTIONS(2272), + [aux_sym_preproc_if_token1] = ACTIONS(2272), + [aux_sym_preproc_if_token2] = ACTIONS(2272), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2272), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2272), + [sym_preproc_directive] = ACTIONS(2272), + [anon_sym_subroutine] = ACTIONS(2272), + [anon_sym_invariant] = ACTIONS(2272), + [anon_sym_precise] = ACTIONS(2272), + [anon_sym_in] = ACTIONS(2272), + [anon_sym_out] = ACTIONS(2272), + [anon_sym_inout] = ACTIONS(2272), + [anon_sym_uniform] = ACTIONS(2272), + [anon_sym_shared] = ACTIONS(2272), + [anon_sym_attribute] = ACTIONS(2272), + [anon_sym_varying] = ACTIONS(2272), + [anon_sym_buffer] = ACTIONS(2272), + [anon_sym_coherent] = ACTIONS(2272), + [anon_sym_readonly] = ACTIONS(2272), + [anon_sym_writeonly] = ACTIONS(2272), + [anon_sym_precision] = ACTIONS(2272), + [anon_sym_highp] = ACTIONS(2272), + [anon_sym_mediump] = ACTIONS(2272), + [anon_sym_lowp] = ACTIONS(2272), + [anon_sym_centroid] = ACTIONS(2272), + [anon_sym_sample] = ACTIONS(2272), + [anon_sym_patch] = ACTIONS(2272), + [anon_sym_smooth] = ACTIONS(2272), + [anon_sym_flat] = ACTIONS(2272), + [anon_sym_noperspective] = ACTIONS(2272), + [anon_sym___extension__] = ACTIONS(2272), + [anon_sym_extern] = ACTIONS(2272), + [anon_sym___attribute__] = ACTIONS(2272), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2274), + [anon_sym___declspec] = ACTIONS(2272), + [anon_sym_signed] = ACTIONS(2272), + [anon_sym_unsigned] = ACTIONS(2272), + [anon_sym_long] = ACTIONS(2272), + [anon_sym_short] = ACTIONS(2272), + [anon_sym_static] = ACTIONS(2272), + [anon_sym_auto] = ACTIONS(2272), + [anon_sym_register] = ACTIONS(2272), + [anon_sym_inline] = ACTIONS(2272), + [anon_sym___inline] = ACTIONS(2272), + [anon_sym___inline__] = ACTIONS(2272), + [anon_sym___forceinline] = ACTIONS(2272), + [anon_sym_thread_local] = ACTIONS(2272), + [anon_sym___thread] = ACTIONS(2272), + [anon_sym_const] = ACTIONS(2272), + [anon_sym_constexpr] = ACTIONS(2272), + [anon_sym_volatile] = ACTIONS(2272), + [anon_sym_restrict] = ACTIONS(2272), + [anon_sym___restrict__] = ACTIONS(2272), + [anon_sym__Atomic] = ACTIONS(2272), + [anon_sym__Noreturn] = ACTIONS(2272), + [anon_sym_noreturn] = ACTIONS(2272), + [sym_primitive_type] = ACTIONS(2272), + [anon_sym_enum] = ACTIONS(2272), + [anon_sym_struct] = ACTIONS(2272), + [anon_sym_union] = ACTIONS(2272), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2272), + [anon_sym_rayPayloadInEXT] = ACTIONS(2272), + [anon_sym_hitAttributeEXT] = ACTIONS(2272), + [anon_sym_callableDataEXT] = ACTIONS(2272), + [anon_sym_callableDataInEXT] = ACTIONS(2272), + [anon_sym_shaderRecordEXT] = ACTIONS(2272), + [anon_sym_rayPayloadNV] = ACTIONS(2272), + [anon_sym_rayPayloadInNV] = ACTIONS(2272), + [anon_sym_hitAttributeNV] = ACTIONS(2272), + [anon_sym_callableDataNV] = ACTIONS(2272), + [anon_sym_callableDataInNV] = ACTIONS(2272), + [anon_sym_shaderRecordNV] = ACTIONS(2272), + [anon_sym_layout] = ACTIONS(2272), }, [634] = { - [sym_identifier] = ACTIONS(2274), - [aux_sym_preproc_def_token1] = ACTIONS(2274), - [aux_sym_preproc_if_token1] = ACTIONS(2274), - [aux_sym_preproc_if_token2] = ACTIONS(2274), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2274), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2274), - [sym_preproc_directive] = ACTIONS(2274), - [anon_sym_subroutine] = ACTIONS(2274), - [anon_sym_invariant] = ACTIONS(2274), - [anon_sym_precise] = ACTIONS(2274), - [anon_sym_in] = ACTIONS(2274), - [anon_sym_out] = ACTIONS(2274), - [anon_sym_inout] = ACTIONS(2274), - [anon_sym_uniform] = ACTIONS(2274), - [anon_sym_shared] = ACTIONS(2274), - [anon_sym_attribute] = ACTIONS(2274), - [anon_sym_varying] = ACTIONS(2274), - [anon_sym_buffer] = ACTIONS(2274), - [anon_sym_coherent] = ACTIONS(2274), - [anon_sym_readonly] = ACTIONS(2274), - [anon_sym_writeonly] = ACTIONS(2274), - [anon_sym_precision] = ACTIONS(2274), - [anon_sym_highp] = ACTIONS(2274), - [anon_sym_mediump] = ACTIONS(2274), - [anon_sym_lowp] = ACTIONS(2274), - [anon_sym_centroid] = ACTIONS(2274), - [anon_sym_sample] = ACTIONS(2274), - [anon_sym_patch] = ACTIONS(2274), - [anon_sym_smooth] = ACTIONS(2274), - [anon_sym_flat] = ACTIONS(2274), - [anon_sym_noperspective] = ACTIONS(2274), - [anon_sym___extension__] = ACTIONS(2274), - [anon_sym_extern] = ACTIONS(2274), - [anon_sym___attribute__] = ACTIONS(2274), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2276), - [anon_sym___declspec] = ACTIONS(2274), - [anon_sym_signed] = ACTIONS(2274), - [anon_sym_unsigned] = ACTIONS(2274), - [anon_sym_long] = ACTIONS(2274), - [anon_sym_short] = ACTIONS(2274), - [anon_sym_static] = ACTIONS(2274), - [anon_sym_auto] = ACTIONS(2274), - [anon_sym_register] = ACTIONS(2274), - [anon_sym_inline] = ACTIONS(2274), - [anon_sym___inline] = ACTIONS(2274), - [anon_sym___inline__] = ACTIONS(2274), - [anon_sym___forceinline] = ACTIONS(2274), - [anon_sym_thread_local] = ACTIONS(2274), - [anon_sym___thread] = ACTIONS(2274), - [anon_sym_const] = ACTIONS(2274), - [anon_sym_constexpr] = ACTIONS(2274), - [anon_sym_volatile] = ACTIONS(2274), - [anon_sym_restrict] = ACTIONS(2274), - [anon_sym___restrict__] = ACTIONS(2274), - [anon_sym__Atomic] = ACTIONS(2274), - [anon_sym__Noreturn] = ACTIONS(2274), - [anon_sym_noreturn] = ACTIONS(2274), - [sym_primitive_type] = ACTIONS(2274), - [anon_sym_enum] = ACTIONS(2274), - [anon_sym_struct] = ACTIONS(2274), - [anon_sym_union] = ACTIONS(2274), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2274), - [anon_sym_rayPayloadInEXT] = ACTIONS(2274), - [anon_sym_hitAttributeEXT] = ACTIONS(2274), - [anon_sym_callableDataEXT] = ACTIONS(2274), - [anon_sym_callableDataInEXT] = ACTIONS(2274), - [anon_sym_shaderRecordEXT] = ACTIONS(2274), - [anon_sym_rayPayloadNV] = ACTIONS(2274), - [anon_sym_rayPayloadInNV] = ACTIONS(2274), - [anon_sym_hitAttributeNV] = ACTIONS(2274), - [anon_sym_callableDataNV] = ACTIONS(2274), - [anon_sym_callableDataInNV] = ACTIONS(2274), - [anon_sym_shaderRecordNV] = ACTIONS(2274), - [anon_sym_layout] = ACTIONS(2274), + [sym_identifier] = ACTIONS(2276), + [aux_sym_preproc_def_token1] = ACTIONS(2276), + [aux_sym_preproc_if_token1] = ACTIONS(2276), + [aux_sym_preproc_if_token2] = ACTIONS(2276), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2276), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2276), + [sym_preproc_directive] = ACTIONS(2276), + [anon_sym_subroutine] = ACTIONS(2276), + [anon_sym_invariant] = ACTIONS(2276), + [anon_sym_precise] = ACTIONS(2276), + [anon_sym_in] = ACTIONS(2276), + [anon_sym_out] = ACTIONS(2276), + [anon_sym_inout] = ACTIONS(2276), + [anon_sym_uniform] = ACTIONS(2276), + [anon_sym_shared] = ACTIONS(2276), + [anon_sym_attribute] = ACTIONS(2276), + [anon_sym_varying] = ACTIONS(2276), + [anon_sym_buffer] = ACTIONS(2276), + [anon_sym_coherent] = ACTIONS(2276), + [anon_sym_readonly] = ACTIONS(2276), + [anon_sym_writeonly] = ACTIONS(2276), + [anon_sym_precision] = ACTIONS(2276), + [anon_sym_highp] = ACTIONS(2276), + [anon_sym_mediump] = ACTIONS(2276), + [anon_sym_lowp] = ACTIONS(2276), + [anon_sym_centroid] = ACTIONS(2276), + [anon_sym_sample] = ACTIONS(2276), + [anon_sym_patch] = ACTIONS(2276), + [anon_sym_smooth] = ACTIONS(2276), + [anon_sym_flat] = ACTIONS(2276), + [anon_sym_noperspective] = ACTIONS(2276), + [anon_sym___extension__] = ACTIONS(2276), + [anon_sym_extern] = ACTIONS(2276), + [anon_sym___attribute__] = ACTIONS(2276), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2278), + [anon_sym___declspec] = ACTIONS(2276), + [anon_sym_signed] = ACTIONS(2276), + [anon_sym_unsigned] = ACTIONS(2276), + [anon_sym_long] = ACTIONS(2276), + [anon_sym_short] = ACTIONS(2276), + [anon_sym_static] = ACTIONS(2276), + [anon_sym_auto] = ACTIONS(2276), + [anon_sym_register] = ACTIONS(2276), + [anon_sym_inline] = ACTIONS(2276), + [anon_sym___inline] = ACTIONS(2276), + [anon_sym___inline__] = ACTIONS(2276), + [anon_sym___forceinline] = ACTIONS(2276), + [anon_sym_thread_local] = ACTIONS(2276), + [anon_sym___thread] = ACTIONS(2276), + [anon_sym_const] = ACTIONS(2276), + [anon_sym_constexpr] = ACTIONS(2276), + [anon_sym_volatile] = ACTIONS(2276), + [anon_sym_restrict] = ACTIONS(2276), + [anon_sym___restrict__] = ACTIONS(2276), + [anon_sym__Atomic] = ACTIONS(2276), + [anon_sym__Noreturn] = ACTIONS(2276), + [anon_sym_noreturn] = ACTIONS(2276), + [sym_primitive_type] = ACTIONS(2276), + [anon_sym_enum] = ACTIONS(2276), + [anon_sym_struct] = ACTIONS(2276), + [anon_sym_union] = ACTIONS(2276), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2276), + [anon_sym_rayPayloadInEXT] = ACTIONS(2276), + [anon_sym_hitAttributeEXT] = ACTIONS(2276), + [anon_sym_callableDataEXT] = ACTIONS(2276), + [anon_sym_callableDataInEXT] = ACTIONS(2276), + [anon_sym_shaderRecordEXT] = ACTIONS(2276), + [anon_sym_rayPayloadNV] = ACTIONS(2276), + [anon_sym_rayPayloadInNV] = ACTIONS(2276), + [anon_sym_hitAttributeNV] = ACTIONS(2276), + [anon_sym_callableDataNV] = ACTIONS(2276), + [anon_sym_callableDataInNV] = ACTIONS(2276), + [anon_sym_shaderRecordNV] = ACTIONS(2276), + [anon_sym_layout] = ACTIONS(2276), }, [635] = { - [sym_identifier] = ACTIONS(2234), - [aux_sym_preproc_def_token1] = ACTIONS(2234), - [aux_sym_preproc_if_token1] = ACTIONS(2234), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2234), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2234), - [sym_preproc_directive] = ACTIONS(2234), - [anon_sym_subroutine] = ACTIONS(2234), - [anon_sym_invariant] = ACTIONS(2234), - [anon_sym_precise] = ACTIONS(2234), - [anon_sym_in] = ACTIONS(2234), - [anon_sym_out] = ACTIONS(2234), - [anon_sym_inout] = ACTIONS(2234), - [anon_sym_uniform] = ACTIONS(2234), - [anon_sym_shared] = ACTIONS(2234), - [anon_sym_attribute] = ACTIONS(2234), - [anon_sym_varying] = ACTIONS(2234), - [anon_sym_buffer] = ACTIONS(2234), - [anon_sym_coherent] = ACTIONS(2234), - [anon_sym_readonly] = ACTIONS(2234), - [anon_sym_writeonly] = ACTIONS(2234), - [anon_sym_precision] = ACTIONS(2234), - [anon_sym_highp] = ACTIONS(2234), - [anon_sym_mediump] = ACTIONS(2234), - [anon_sym_lowp] = ACTIONS(2234), - [anon_sym_centroid] = ACTIONS(2234), - [anon_sym_sample] = ACTIONS(2234), - [anon_sym_patch] = ACTIONS(2234), - [anon_sym_smooth] = ACTIONS(2234), - [anon_sym_flat] = ACTIONS(2234), - [anon_sym_noperspective] = ACTIONS(2234), - [anon_sym___extension__] = ACTIONS(2234), - [anon_sym_extern] = ACTIONS(2234), - [anon_sym___attribute__] = ACTIONS(2234), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2236), - [anon_sym___declspec] = ACTIONS(2234), - [anon_sym_RBRACE] = ACTIONS(2236), - [anon_sym_signed] = ACTIONS(2234), - [anon_sym_unsigned] = ACTIONS(2234), - [anon_sym_long] = ACTIONS(2234), - [anon_sym_short] = ACTIONS(2234), - [anon_sym_static] = ACTIONS(2234), - [anon_sym_auto] = ACTIONS(2234), - [anon_sym_register] = ACTIONS(2234), - [anon_sym_inline] = ACTIONS(2234), - [anon_sym___inline] = ACTIONS(2234), - [anon_sym___inline__] = ACTIONS(2234), - [anon_sym___forceinline] = ACTIONS(2234), - [anon_sym_thread_local] = ACTIONS(2234), - [anon_sym___thread] = ACTIONS(2234), - [anon_sym_const] = ACTIONS(2234), - [anon_sym_constexpr] = ACTIONS(2234), - [anon_sym_volatile] = ACTIONS(2234), - [anon_sym_restrict] = ACTIONS(2234), - [anon_sym___restrict__] = ACTIONS(2234), - [anon_sym__Atomic] = ACTIONS(2234), - [anon_sym__Noreturn] = ACTIONS(2234), - [anon_sym_noreturn] = ACTIONS(2234), - [sym_primitive_type] = ACTIONS(2234), - [anon_sym_enum] = ACTIONS(2234), - [anon_sym_struct] = ACTIONS(2234), - [anon_sym_union] = ACTIONS(2234), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2234), - [anon_sym_rayPayloadInEXT] = ACTIONS(2234), - [anon_sym_hitAttributeEXT] = ACTIONS(2234), - [anon_sym_callableDataEXT] = ACTIONS(2234), - [anon_sym_callableDataInEXT] = ACTIONS(2234), - [anon_sym_shaderRecordEXT] = ACTIONS(2234), - [anon_sym_rayPayloadNV] = ACTIONS(2234), - [anon_sym_rayPayloadInNV] = ACTIONS(2234), - [anon_sym_hitAttributeNV] = ACTIONS(2234), - [anon_sym_callableDataNV] = ACTIONS(2234), - [anon_sym_callableDataInNV] = ACTIONS(2234), - [anon_sym_shaderRecordNV] = ACTIONS(2234), - [anon_sym_layout] = ACTIONS(2234), + [sym_identifier] = ACTIONS(2212), + [aux_sym_preproc_def_token1] = ACTIONS(2212), + [aux_sym_preproc_if_token1] = ACTIONS(2212), + [aux_sym_preproc_if_token2] = ACTIONS(2212), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2212), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2212), + [sym_preproc_directive] = ACTIONS(2212), + [anon_sym_subroutine] = ACTIONS(2212), + [anon_sym_invariant] = ACTIONS(2212), + [anon_sym_precise] = ACTIONS(2212), + [anon_sym_in] = ACTIONS(2212), + [anon_sym_out] = ACTIONS(2212), + [anon_sym_inout] = ACTIONS(2212), + [anon_sym_uniform] = ACTIONS(2212), + [anon_sym_shared] = ACTIONS(2212), + [anon_sym_attribute] = ACTIONS(2212), + [anon_sym_varying] = ACTIONS(2212), + [anon_sym_buffer] = ACTIONS(2212), + [anon_sym_coherent] = ACTIONS(2212), + [anon_sym_readonly] = ACTIONS(2212), + [anon_sym_writeonly] = ACTIONS(2212), + [anon_sym_precision] = ACTIONS(2212), + [anon_sym_highp] = ACTIONS(2212), + [anon_sym_mediump] = ACTIONS(2212), + [anon_sym_lowp] = ACTIONS(2212), + [anon_sym_centroid] = ACTIONS(2212), + [anon_sym_sample] = ACTIONS(2212), + [anon_sym_patch] = ACTIONS(2212), + [anon_sym_smooth] = ACTIONS(2212), + [anon_sym_flat] = ACTIONS(2212), + [anon_sym_noperspective] = ACTIONS(2212), + [anon_sym___extension__] = ACTIONS(2212), + [anon_sym_extern] = ACTIONS(2212), + [anon_sym___attribute__] = ACTIONS(2212), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2214), + [anon_sym___declspec] = ACTIONS(2212), + [anon_sym_signed] = ACTIONS(2212), + [anon_sym_unsigned] = ACTIONS(2212), + [anon_sym_long] = ACTIONS(2212), + [anon_sym_short] = ACTIONS(2212), + [anon_sym_static] = ACTIONS(2212), + [anon_sym_auto] = ACTIONS(2212), + [anon_sym_register] = ACTIONS(2212), + [anon_sym_inline] = ACTIONS(2212), + [anon_sym___inline] = ACTIONS(2212), + [anon_sym___inline__] = ACTIONS(2212), + [anon_sym___forceinline] = ACTIONS(2212), + [anon_sym_thread_local] = ACTIONS(2212), + [anon_sym___thread] = ACTIONS(2212), + [anon_sym_const] = ACTIONS(2212), + [anon_sym_constexpr] = ACTIONS(2212), + [anon_sym_volatile] = ACTIONS(2212), + [anon_sym_restrict] = ACTIONS(2212), + [anon_sym___restrict__] = ACTIONS(2212), + [anon_sym__Atomic] = ACTIONS(2212), + [anon_sym__Noreturn] = ACTIONS(2212), + [anon_sym_noreturn] = ACTIONS(2212), + [sym_primitive_type] = ACTIONS(2212), + [anon_sym_enum] = ACTIONS(2212), + [anon_sym_struct] = ACTIONS(2212), + [anon_sym_union] = ACTIONS(2212), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2212), + [anon_sym_rayPayloadInEXT] = ACTIONS(2212), + [anon_sym_hitAttributeEXT] = ACTIONS(2212), + [anon_sym_callableDataEXT] = ACTIONS(2212), + [anon_sym_callableDataInEXT] = ACTIONS(2212), + [anon_sym_shaderRecordEXT] = ACTIONS(2212), + [anon_sym_rayPayloadNV] = ACTIONS(2212), + [anon_sym_rayPayloadInNV] = ACTIONS(2212), + [anon_sym_hitAttributeNV] = ACTIONS(2212), + [anon_sym_callableDataNV] = ACTIONS(2212), + [anon_sym_callableDataInNV] = ACTIONS(2212), + [anon_sym_shaderRecordNV] = ACTIONS(2212), + [anon_sym_layout] = ACTIONS(2212), }, [636] = { - [sym_identifier] = ACTIONS(1524), - [aux_sym_preproc_def_token1] = ACTIONS(1524), - [aux_sym_preproc_if_token1] = ACTIONS(1524), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1524), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1524), - [sym_preproc_directive] = ACTIONS(1524), - [anon_sym_subroutine] = ACTIONS(1524), - [anon_sym_invariant] = ACTIONS(1524), - [anon_sym_precise] = ACTIONS(1524), - [anon_sym_in] = ACTIONS(1524), - [anon_sym_out] = ACTIONS(1524), - [anon_sym_inout] = ACTIONS(1524), - [anon_sym_uniform] = ACTIONS(1524), - [anon_sym_shared] = ACTIONS(1524), - [anon_sym_attribute] = ACTIONS(1524), - [anon_sym_varying] = ACTIONS(1524), - [anon_sym_buffer] = ACTIONS(1524), - [anon_sym_coherent] = ACTIONS(1524), - [anon_sym_readonly] = ACTIONS(1524), - [anon_sym_writeonly] = ACTIONS(1524), - [anon_sym_precision] = ACTIONS(1524), - [anon_sym_highp] = ACTIONS(1524), - [anon_sym_mediump] = ACTIONS(1524), - [anon_sym_lowp] = ACTIONS(1524), - [anon_sym_centroid] = ACTIONS(1524), - [anon_sym_sample] = ACTIONS(1524), - [anon_sym_patch] = ACTIONS(1524), - [anon_sym_smooth] = ACTIONS(1524), - [anon_sym_flat] = ACTIONS(1524), - [anon_sym_noperspective] = ACTIONS(1524), - [anon_sym___extension__] = ACTIONS(1524), - [anon_sym_extern] = ACTIONS(1524), - [anon_sym___attribute__] = ACTIONS(1524), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1526), - [anon_sym___declspec] = ACTIONS(1524), - [anon_sym_RBRACE] = ACTIONS(1526), - [anon_sym_signed] = ACTIONS(1524), - [anon_sym_unsigned] = ACTIONS(1524), - [anon_sym_long] = ACTIONS(1524), - [anon_sym_short] = ACTIONS(1524), - [anon_sym_static] = ACTIONS(1524), - [anon_sym_auto] = ACTIONS(1524), - [anon_sym_register] = ACTIONS(1524), - [anon_sym_inline] = ACTIONS(1524), - [anon_sym___inline] = ACTIONS(1524), - [anon_sym___inline__] = ACTIONS(1524), - [anon_sym___forceinline] = ACTIONS(1524), - [anon_sym_thread_local] = ACTIONS(1524), - [anon_sym___thread] = ACTIONS(1524), - [anon_sym_const] = ACTIONS(1524), - [anon_sym_constexpr] = ACTIONS(1524), - [anon_sym_volatile] = ACTIONS(1524), - [anon_sym_restrict] = ACTIONS(1524), - [anon_sym___restrict__] = ACTIONS(1524), - [anon_sym__Atomic] = ACTIONS(1524), - [anon_sym__Noreturn] = ACTIONS(1524), - [anon_sym_noreturn] = ACTIONS(1524), - [sym_primitive_type] = ACTIONS(1524), - [anon_sym_enum] = ACTIONS(1524), - [anon_sym_struct] = ACTIONS(1524), - [anon_sym_union] = ACTIONS(1524), + [sym_identifier] = ACTIONS(1470), + [aux_sym_preproc_def_token1] = ACTIONS(1470), + [aux_sym_preproc_if_token1] = ACTIONS(1470), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1470), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1470), + [sym_preproc_directive] = ACTIONS(1470), + [anon_sym_subroutine] = ACTIONS(1470), + [anon_sym_invariant] = ACTIONS(1470), + [anon_sym_precise] = ACTIONS(1470), + [anon_sym_in] = ACTIONS(1470), + [anon_sym_out] = ACTIONS(1470), + [anon_sym_inout] = ACTIONS(1470), + [anon_sym_uniform] = ACTIONS(1470), + [anon_sym_shared] = ACTIONS(1470), + [anon_sym_attribute] = ACTIONS(1470), + [anon_sym_varying] = ACTIONS(1470), + [anon_sym_buffer] = ACTIONS(1470), + [anon_sym_coherent] = ACTIONS(1470), + [anon_sym_readonly] = ACTIONS(1470), + [anon_sym_writeonly] = ACTIONS(1470), + [anon_sym_precision] = ACTIONS(1470), + [anon_sym_highp] = ACTIONS(1470), + [anon_sym_mediump] = ACTIONS(1470), + [anon_sym_lowp] = ACTIONS(1470), + [anon_sym_centroid] = ACTIONS(1470), + [anon_sym_sample] = ACTIONS(1470), + [anon_sym_patch] = ACTIONS(1470), + [anon_sym_smooth] = ACTIONS(1470), + [anon_sym_flat] = ACTIONS(1470), + [anon_sym_noperspective] = ACTIONS(1470), + [anon_sym___extension__] = ACTIONS(1470), + [anon_sym_extern] = ACTIONS(1470), + [anon_sym___attribute__] = ACTIONS(1470), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1472), + [anon_sym___declspec] = ACTIONS(1470), + [anon_sym_RBRACE] = ACTIONS(1472), + [anon_sym_signed] = ACTIONS(1470), + [anon_sym_unsigned] = ACTIONS(1470), + [anon_sym_long] = ACTIONS(1470), + [anon_sym_short] = ACTIONS(1470), + [anon_sym_static] = ACTIONS(1470), + [anon_sym_auto] = ACTIONS(1470), + [anon_sym_register] = ACTIONS(1470), + [anon_sym_inline] = ACTIONS(1470), + [anon_sym___inline] = ACTIONS(1470), + [anon_sym___inline__] = ACTIONS(1470), + [anon_sym___forceinline] = ACTIONS(1470), + [anon_sym_thread_local] = ACTIONS(1470), + [anon_sym___thread] = ACTIONS(1470), + [anon_sym_const] = ACTIONS(1470), + [anon_sym_constexpr] = ACTIONS(1470), + [anon_sym_volatile] = ACTIONS(1470), + [anon_sym_restrict] = ACTIONS(1470), + [anon_sym___restrict__] = ACTIONS(1470), + [anon_sym__Atomic] = ACTIONS(1470), + [anon_sym__Noreturn] = ACTIONS(1470), + [anon_sym_noreturn] = ACTIONS(1470), + [sym_primitive_type] = ACTIONS(1470), + [anon_sym_enum] = ACTIONS(1470), + [anon_sym_struct] = ACTIONS(1470), + [anon_sym_union] = ACTIONS(1470), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1524), - [anon_sym_rayPayloadInEXT] = ACTIONS(1524), - [anon_sym_hitAttributeEXT] = ACTIONS(1524), - [anon_sym_callableDataEXT] = ACTIONS(1524), - [anon_sym_callableDataInEXT] = ACTIONS(1524), - [anon_sym_shaderRecordEXT] = ACTIONS(1524), - [anon_sym_rayPayloadNV] = ACTIONS(1524), - [anon_sym_rayPayloadInNV] = ACTIONS(1524), - [anon_sym_hitAttributeNV] = ACTIONS(1524), - [anon_sym_callableDataNV] = ACTIONS(1524), - [anon_sym_callableDataInNV] = ACTIONS(1524), - [anon_sym_shaderRecordNV] = ACTIONS(1524), - [anon_sym_layout] = ACTIONS(1524), + [anon_sym_rayPayloadEXT] = ACTIONS(1470), + [anon_sym_rayPayloadInEXT] = ACTIONS(1470), + [anon_sym_hitAttributeEXT] = ACTIONS(1470), + [anon_sym_callableDataEXT] = ACTIONS(1470), + [anon_sym_callableDataInEXT] = ACTIONS(1470), + [anon_sym_shaderRecordEXT] = ACTIONS(1470), + [anon_sym_rayPayloadNV] = ACTIONS(1470), + [anon_sym_rayPayloadInNV] = ACTIONS(1470), + [anon_sym_hitAttributeNV] = ACTIONS(1470), + [anon_sym_callableDataNV] = ACTIONS(1470), + [anon_sym_callableDataInNV] = ACTIONS(1470), + [anon_sym_shaderRecordNV] = ACTIONS(1470), + [anon_sym_layout] = ACTIONS(1470), }, [637] = { [sym_field_declaration_list] = STATE(1713), - [sym_string_literal] = STATE(817), - [sym_identifier] = ACTIONS(2306), - [anon_sym_COMMA] = ACTIONS(2308), - [anon_sym_LPAREN2] = ACTIONS(2310), - [anon_sym_DASH] = ACTIONS(2314), - [anon_sym_PLUS] = ACTIONS(2314), - [anon_sym_STAR] = ACTIONS(2316), - [anon_sym_SLASH] = ACTIONS(2314), - [anon_sym_PERCENT] = ACTIONS(2314), - [anon_sym_PIPE_PIPE] = ACTIONS(2308), - [anon_sym_AMP_AMP] = ACTIONS(2308), - [anon_sym_PIPE] = ACTIONS(2314), - [anon_sym_CARET] = ACTIONS(2314), - [anon_sym_AMP] = ACTIONS(2314), - [anon_sym_EQ_EQ] = ACTIONS(2308), - [anon_sym_BANG_EQ] = ACTIONS(2308), - [anon_sym_GT] = ACTIONS(2314), - [anon_sym_GT_EQ] = ACTIONS(2308), - [anon_sym_LT_EQ] = ACTIONS(2308), - [anon_sym_LT] = ACTIONS(2314), - [anon_sym_LT_LT] = ACTIONS(2314), - [anon_sym_GT_GT] = ACTIONS(2314), - [anon_sym_SEMI] = ACTIONS(2319), - [anon_sym___extension__] = ACTIONS(2306), - [anon_sym_extern] = ACTIONS(2306), - [anon_sym___attribute__] = ACTIONS(2306), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2322), - [anon_sym___declspec] = ACTIONS(2306), - [anon_sym___based] = ACTIONS(2306), - [anon_sym_LBRACE] = ACTIONS(2324), - [anon_sym_LBRACK] = ACTIONS(2314), - [anon_sym_EQ] = ACTIONS(2326), - [anon_sym_static] = ACTIONS(2306), - [anon_sym_auto] = ACTIONS(2306), - [anon_sym_register] = ACTIONS(2306), - [anon_sym_inline] = ACTIONS(2306), - [anon_sym___inline] = ACTIONS(2306), - [anon_sym___inline__] = ACTIONS(2306), - [anon_sym___forceinline] = ACTIONS(2306), - [anon_sym_thread_local] = ACTIONS(2306), - [anon_sym___thread] = ACTIONS(2306), - [anon_sym_const] = ACTIONS(2306), - [anon_sym_constexpr] = ACTIONS(2306), - [anon_sym_volatile] = ACTIONS(2306), - [anon_sym_restrict] = ACTIONS(2306), - [anon_sym___restrict__] = ACTIONS(2306), - [anon_sym__Atomic] = ACTIONS(2306), - [anon_sym__Noreturn] = ACTIONS(2306), - [anon_sym_noreturn] = ACTIONS(2306), - [anon_sym_COLON] = ACTIONS(2328), - [anon_sym_QMARK] = ACTIONS(2308), - [anon_sym_STAR_EQ] = ACTIONS(2330), - [anon_sym_SLASH_EQ] = ACTIONS(2330), - [anon_sym_PERCENT_EQ] = ACTIONS(2330), - [anon_sym_PLUS_EQ] = ACTIONS(2330), - [anon_sym_DASH_EQ] = ACTIONS(2330), - [anon_sym_LT_LT_EQ] = ACTIONS(2330), - [anon_sym_GT_GT_EQ] = ACTIONS(2330), - [anon_sym_AMP_EQ] = ACTIONS(2330), - [anon_sym_CARET_EQ] = ACTIONS(2330), - [anon_sym_PIPE_EQ] = ACTIONS(2330), - [anon_sym_DASH_DASH] = ACTIONS(2308), - [anon_sym_PLUS_PLUS] = ACTIONS(2308), - [anon_sym_DOT] = ACTIONS(2308), - [anon_sym_DASH_GT] = ACTIONS(2308), + [sym_string_literal] = STATE(818), + [sym_identifier] = ACTIONS(2288), + [anon_sym_COMMA] = ACTIONS(2290), + [anon_sym_LPAREN2] = ACTIONS(2292), + [anon_sym_DASH] = ACTIONS(2296), + [anon_sym_PLUS] = ACTIONS(2296), + [anon_sym_STAR] = ACTIONS(2298), + [anon_sym_SLASH] = ACTIONS(2296), + [anon_sym_PERCENT] = ACTIONS(2296), + [anon_sym_PIPE_PIPE] = ACTIONS(2290), + [anon_sym_AMP_AMP] = ACTIONS(2290), + [anon_sym_PIPE] = ACTIONS(2296), + [anon_sym_CARET] = ACTIONS(2296), + [anon_sym_AMP] = ACTIONS(2296), + [anon_sym_EQ_EQ] = ACTIONS(2290), + [anon_sym_BANG_EQ] = ACTIONS(2290), + [anon_sym_GT] = ACTIONS(2296), + [anon_sym_GT_EQ] = ACTIONS(2290), + [anon_sym_LT_EQ] = ACTIONS(2290), + [anon_sym_LT] = ACTIONS(2296), + [anon_sym_LT_LT] = ACTIONS(2296), + [anon_sym_GT_GT] = ACTIONS(2296), + [anon_sym_SEMI] = ACTIONS(2290), + [anon_sym___extension__] = ACTIONS(2288), + [anon_sym_extern] = ACTIONS(2288), + [anon_sym___attribute__] = ACTIONS(2288), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2301), + [anon_sym___declspec] = ACTIONS(2288), + [anon_sym___based] = ACTIONS(2288), + [anon_sym_LBRACE] = ACTIONS(2303), + [anon_sym_LBRACK] = ACTIONS(2296), + [anon_sym_EQ] = ACTIONS(2305), + [anon_sym_static] = ACTIONS(2288), + [anon_sym_auto] = ACTIONS(2288), + [anon_sym_register] = ACTIONS(2288), + [anon_sym_inline] = ACTIONS(2288), + [anon_sym___inline] = ACTIONS(2288), + [anon_sym___inline__] = ACTIONS(2288), + [anon_sym___forceinline] = ACTIONS(2288), + [anon_sym_thread_local] = ACTIONS(2288), + [anon_sym___thread] = ACTIONS(2288), + [anon_sym_const] = ACTIONS(2288), + [anon_sym_constexpr] = ACTIONS(2288), + [anon_sym_volatile] = ACTIONS(2288), + [anon_sym_restrict] = ACTIONS(2288), + [anon_sym___restrict__] = ACTIONS(2288), + [anon_sym__Atomic] = ACTIONS(2288), + [anon_sym__Noreturn] = ACTIONS(2288), + [anon_sym_noreturn] = ACTIONS(2288), + [anon_sym_COLON] = ACTIONS(2307), + [anon_sym_QMARK] = ACTIONS(2290), + [anon_sym_STAR_EQ] = ACTIONS(2309), + [anon_sym_SLASH_EQ] = ACTIONS(2309), + [anon_sym_PERCENT_EQ] = ACTIONS(2309), + [anon_sym_PLUS_EQ] = ACTIONS(2309), + [anon_sym_DASH_EQ] = ACTIONS(2309), + [anon_sym_LT_LT_EQ] = ACTIONS(2309), + [anon_sym_GT_GT_EQ] = ACTIONS(2309), + [anon_sym_AMP_EQ] = ACTIONS(2309), + [anon_sym_CARET_EQ] = ACTIONS(2309), + [anon_sym_PIPE_EQ] = ACTIONS(2309), + [anon_sym_DASH_DASH] = ACTIONS(2290), + [anon_sym_PLUS_PLUS] = ACTIONS(2290), + [anon_sym_DOT] = ACTIONS(2290), + [anon_sym_DASH_GT] = ACTIONS(2290), [anon_sym_L_DQUOTE] = ACTIONS(101), [anon_sym_u_DQUOTE] = ACTIONS(101), [anon_sym_U_DQUOTE] = ACTIONS(101), @@ -97757,72 +97752,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [638] = { - [sym_field_declaration_list] = STATE(1716), - [sym_string_literal] = STATE(817), - [sym_identifier] = ACTIONS(2306), - [anon_sym_COMMA] = ACTIONS(2308), - [anon_sym_LPAREN2] = ACTIONS(2310), - [anon_sym_DASH] = ACTIONS(2314), - [anon_sym_PLUS] = ACTIONS(2314), - [anon_sym_STAR] = ACTIONS(2316), - [anon_sym_SLASH] = ACTIONS(2314), - [anon_sym_PERCENT] = ACTIONS(2314), - [anon_sym_PIPE_PIPE] = ACTIONS(2308), - [anon_sym_AMP_AMP] = ACTIONS(2308), - [anon_sym_PIPE] = ACTIONS(2314), - [anon_sym_CARET] = ACTIONS(2314), - [anon_sym_AMP] = ACTIONS(2314), - [anon_sym_EQ_EQ] = ACTIONS(2308), - [anon_sym_BANG_EQ] = ACTIONS(2308), - [anon_sym_GT] = ACTIONS(2314), - [anon_sym_GT_EQ] = ACTIONS(2308), - [anon_sym_LT_EQ] = ACTIONS(2308), - [anon_sym_LT] = ACTIONS(2314), - [anon_sym_LT_LT] = ACTIONS(2314), - [anon_sym_GT_GT] = ACTIONS(2314), - [anon_sym_SEMI] = ACTIONS(2308), - [anon_sym___extension__] = ACTIONS(2306), - [anon_sym_extern] = ACTIONS(2306), - [anon_sym___attribute__] = ACTIONS(2306), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2322), - [anon_sym___declspec] = ACTIONS(2306), - [anon_sym___based] = ACTIONS(2306), - [anon_sym_LBRACE] = ACTIONS(2324), - [anon_sym_LBRACK] = ACTIONS(2314), - [anon_sym_EQ] = ACTIONS(2326), - [anon_sym_static] = ACTIONS(2306), - [anon_sym_auto] = ACTIONS(2306), - [anon_sym_register] = ACTIONS(2306), - [anon_sym_inline] = ACTIONS(2306), - [anon_sym___inline] = ACTIONS(2306), - [anon_sym___inline__] = ACTIONS(2306), - [anon_sym___forceinline] = ACTIONS(2306), - [anon_sym_thread_local] = ACTIONS(2306), - [anon_sym___thread] = ACTIONS(2306), - [anon_sym_const] = ACTIONS(2306), - [anon_sym_constexpr] = ACTIONS(2306), - [anon_sym_volatile] = ACTIONS(2306), - [anon_sym_restrict] = ACTIONS(2306), - [anon_sym___restrict__] = ACTIONS(2306), - [anon_sym__Atomic] = ACTIONS(2306), - [anon_sym__Noreturn] = ACTIONS(2306), - [anon_sym_noreturn] = ACTIONS(2306), - [anon_sym_COLON] = ACTIONS(2332), - [anon_sym_QMARK] = ACTIONS(2308), - [anon_sym_STAR_EQ] = ACTIONS(2330), - [anon_sym_SLASH_EQ] = ACTIONS(2330), - [anon_sym_PERCENT_EQ] = ACTIONS(2330), - [anon_sym_PLUS_EQ] = ACTIONS(2330), - [anon_sym_DASH_EQ] = ACTIONS(2330), - [anon_sym_LT_LT_EQ] = ACTIONS(2330), - [anon_sym_GT_GT_EQ] = ACTIONS(2330), - [anon_sym_AMP_EQ] = ACTIONS(2330), - [anon_sym_CARET_EQ] = ACTIONS(2330), - [anon_sym_PIPE_EQ] = ACTIONS(2330), - [anon_sym_DASH_DASH] = ACTIONS(2308), - [anon_sym_PLUS_PLUS] = ACTIONS(2308), - [anon_sym_DOT] = ACTIONS(2308), - [anon_sym_DASH_GT] = ACTIONS(2308), + [sym_field_declaration_list] = STATE(1751), + [sym_string_literal] = STATE(818), + [sym_identifier] = ACTIONS(2288), + [anon_sym_COMMA] = ACTIONS(2290), + [anon_sym_LPAREN2] = ACTIONS(2292), + [anon_sym_DASH] = ACTIONS(2296), + [anon_sym_PLUS] = ACTIONS(2296), + [anon_sym_STAR] = ACTIONS(2298), + [anon_sym_SLASH] = ACTIONS(2296), + [anon_sym_PERCENT] = ACTIONS(2296), + [anon_sym_PIPE_PIPE] = ACTIONS(2290), + [anon_sym_AMP_AMP] = ACTIONS(2290), + [anon_sym_PIPE] = ACTIONS(2296), + [anon_sym_CARET] = ACTIONS(2296), + [anon_sym_AMP] = ACTIONS(2296), + [anon_sym_EQ_EQ] = ACTIONS(2290), + [anon_sym_BANG_EQ] = ACTIONS(2290), + [anon_sym_GT] = ACTIONS(2296), + [anon_sym_GT_EQ] = ACTIONS(2290), + [anon_sym_LT_EQ] = ACTIONS(2290), + [anon_sym_LT] = ACTIONS(2296), + [anon_sym_LT_LT] = ACTIONS(2296), + [anon_sym_GT_GT] = ACTIONS(2296), + [anon_sym_SEMI] = ACTIONS(2311), + [anon_sym___extension__] = ACTIONS(2288), + [anon_sym_extern] = ACTIONS(2288), + [anon_sym___attribute__] = ACTIONS(2288), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2301), + [anon_sym___declspec] = ACTIONS(2288), + [anon_sym___based] = ACTIONS(2288), + [anon_sym_LBRACE] = ACTIONS(2303), + [anon_sym_LBRACK] = ACTIONS(2296), + [anon_sym_EQ] = ACTIONS(2305), + [anon_sym_static] = ACTIONS(2288), + [anon_sym_auto] = ACTIONS(2288), + [anon_sym_register] = ACTIONS(2288), + [anon_sym_inline] = ACTIONS(2288), + [anon_sym___inline] = ACTIONS(2288), + [anon_sym___inline__] = ACTIONS(2288), + [anon_sym___forceinline] = ACTIONS(2288), + [anon_sym_thread_local] = ACTIONS(2288), + [anon_sym___thread] = ACTIONS(2288), + [anon_sym_const] = ACTIONS(2288), + [anon_sym_constexpr] = ACTIONS(2288), + [anon_sym_volatile] = ACTIONS(2288), + [anon_sym_restrict] = ACTIONS(2288), + [anon_sym___restrict__] = ACTIONS(2288), + [anon_sym__Atomic] = ACTIONS(2288), + [anon_sym__Noreturn] = ACTIONS(2288), + [anon_sym_noreturn] = ACTIONS(2288), + [anon_sym_COLON] = ACTIONS(2314), + [anon_sym_QMARK] = ACTIONS(2290), + [anon_sym_STAR_EQ] = ACTIONS(2309), + [anon_sym_SLASH_EQ] = ACTIONS(2309), + [anon_sym_PERCENT_EQ] = ACTIONS(2309), + [anon_sym_PLUS_EQ] = ACTIONS(2309), + [anon_sym_DASH_EQ] = ACTIONS(2309), + [anon_sym_LT_LT_EQ] = ACTIONS(2309), + [anon_sym_GT_GT_EQ] = ACTIONS(2309), + [anon_sym_AMP_EQ] = ACTIONS(2309), + [anon_sym_CARET_EQ] = ACTIONS(2309), + [anon_sym_PIPE_EQ] = ACTIONS(2309), + [anon_sym_DASH_DASH] = ACTIONS(2290), + [anon_sym_PLUS_PLUS] = ACTIONS(2290), + [anon_sym_DOT] = ACTIONS(2290), + [anon_sym_DASH_GT] = ACTIONS(2290), [anon_sym_L_DQUOTE] = ACTIONS(101), [anon_sym_u_DQUOTE] = ACTIONS(101), [anon_sym_U_DQUOTE] = ACTIONS(101), @@ -97831,46 +97826,120 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [639] = { + [sym_field_declaration_list] = STATE(1711), + [sym_string_literal] = STATE(818), + [sym_identifier] = ACTIONS(2288), + [anon_sym_COMMA] = ACTIONS(2290), + [anon_sym_LPAREN2] = ACTIONS(2292), + [anon_sym_DASH] = ACTIONS(2296), + [anon_sym_PLUS] = ACTIONS(2296), + [anon_sym_STAR] = ACTIONS(2298), + [anon_sym_SLASH] = ACTIONS(2296), + [anon_sym_PERCENT] = ACTIONS(2296), + [anon_sym_PIPE_PIPE] = ACTIONS(2290), + [anon_sym_AMP_AMP] = ACTIONS(2290), + [anon_sym_PIPE] = ACTIONS(2296), + [anon_sym_CARET] = ACTIONS(2296), + [anon_sym_AMP] = ACTIONS(2296), + [anon_sym_EQ_EQ] = ACTIONS(2290), + [anon_sym_BANG_EQ] = ACTIONS(2290), + [anon_sym_GT] = ACTIONS(2296), + [anon_sym_GT_EQ] = ACTIONS(2290), + [anon_sym_LT_EQ] = ACTIONS(2290), + [anon_sym_LT] = ACTIONS(2296), + [anon_sym_LT_LT] = ACTIONS(2296), + [anon_sym_GT_GT] = ACTIONS(2296), + [anon_sym_SEMI] = ACTIONS(2311), + [anon_sym___extension__] = ACTIONS(2288), + [anon_sym_extern] = ACTIONS(2288), + [anon_sym___attribute__] = ACTIONS(2288), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2301), + [anon_sym___declspec] = ACTIONS(2288), + [anon_sym___based] = ACTIONS(2288), + [anon_sym_LBRACE] = ACTIONS(2303), + [anon_sym_LBRACK] = ACTIONS(2296), + [anon_sym_EQ] = ACTIONS(2305), + [anon_sym_static] = ACTIONS(2288), + [anon_sym_auto] = ACTIONS(2288), + [anon_sym_register] = ACTIONS(2288), + [anon_sym_inline] = ACTIONS(2288), + [anon_sym___inline] = ACTIONS(2288), + [anon_sym___inline__] = ACTIONS(2288), + [anon_sym___forceinline] = ACTIONS(2288), + [anon_sym_thread_local] = ACTIONS(2288), + [anon_sym___thread] = ACTIONS(2288), + [anon_sym_const] = ACTIONS(2288), + [anon_sym_constexpr] = ACTIONS(2288), + [anon_sym_volatile] = ACTIONS(2288), + [anon_sym_restrict] = ACTIONS(2288), + [anon_sym___restrict__] = ACTIONS(2288), + [anon_sym__Atomic] = ACTIONS(2288), + [anon_sym__Noreturn] = ACTIONS(2288), + [anon_sym_noreturn] = ACTIONS(2288), + [anon_sym_COLON] = ACTIONS(2316), + [anon_sym_QMARK] = ACTIONS(2290), + [anon_sym_STAR_EQ] = ACTIONS(2309), + [anon_sym_SLASH_EQ] = ACTIONS(2309), + [anon_sym_PERCENT_EQ] = ACTIONS(2309), + [anon_sym_PLUS_EQ] = ACTIONS(2309), + [anon_sym_DASH_EQ] = ACTIONS(2309), + [anon_sym_LT_LT_EQ] = ACTIONS(2309), + [anon_sym_GT_GT_EQ] = ACTIONS(2309), + [anon_sym_AMP_EQ] = ACTIONS(2309), + [anon_sym_CARET_EQ] = ACTIONS(2309), + [anon_sym_PIPE_EQ] = ACTIONS(2309), + [anon_sym_DASH_DASH] = ACTIONS(2290), + [anon_sym_PLUS_PLUS] = ACTIONS(2290), + [anon_sym_DOT] = ACTIONS(2290), + [anon_sym_DASH_GT] = ACTIONS(2290), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_comment] = ACTIONS(3), + }, + [640] = { [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1210), + [sym__declaration_specifiers] = STATE(1242), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_variadic_parameter] = STATE(1605), - [sym_parameter_declaration] = STATE(1605), - [sym_macro_type_specifier] = STATE(1000), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_variadic_parameter] = STATE(1610), + [sym_parameter_declaration] = STATE(1610), + [sym_macro_type_specifier] = STATE(997), [sym_layout_specification] = STATE(674), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [aux_sym_parameter_declaration_repeat1] = STATE(674), [sym_identifier] = ACTIONS(1572), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2158), - [anon_sym_RPAREN] = ACTIONS(2160), - [anon_sym_precise] = ACTIONS(2166), - [anon_sym_in] = ACTIONS(2166), - [anon_sym_out] = ACTIONS(2166), - [anon_sym_inout] = ACTIONS(2166), - [anon_sym_uniform] = ACTIONS(2166), - [anon_sym_shared] = ACTIONS(2166), - [anon_sym_attribute] = ACTIONS(2166), - [anon_sym_varying] = ACTIONS(2166), - [anon_sym_buffer] = ACTIONS(2166), - [anon_sym_coherent] = ACTIONS(2166), - [anon_sym_readonly] = ACTIONS(2166), - [anon_sym_writeonly] = ACTIONS(2166), - [anon_sym_centroid] = ACTIONS(2166), - [anon_sym_sample] = ACTIONS(2166), - [anon_sym_patch] = ACTIONS(2166), - [anon_sym_smooth] = ACTIONS(2166), - [anon_sym_flat] = ACTIONS(2166), - [anon_sym_noperspective] = ACTIONS(2166), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2146), + [anon_sym_RPAREN] = ACTIONS(2148), + [anon_sym_precise] = ACTIONS(2154), + [anon_sym_in] = ACTIONS(2154), + [anon_sym_out] = ACTIONS(2154), + [anon_sym_inout] = ACTIONS(2154), + [anon_sym_uniform] = ACTIONS(2154), + [anon_sym_shared] = ACTIONS(2154), + [anon_sym_attribute] = ACTIONS(2154), + [anon_sym_varying] = ACTIONS(2154), + [anon_sym_buffer] = ACTIONS(2154), + [anon_sym_coherent] = ACTIONS(2154), + [anon_sym_readonly] = ACTIONS(2154), + [anon_sym_writeonly] = ACTIONS(2154), + [anon_sym_centroid] = ACTIONS(2154), + [anon_sym_sample] = ACTIONS(2154), + [anon_sym_patch] = ACTIONS(2154), + [anon_sym_smooth] = ACTIONS(2154), + [anon_sym_flat] = ACTIONS(2154), + [anon_sym_noperspective] = ACTIONS(2154), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), @@ -97902,149 +97971,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(59), [anon_sym_union] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [anon_sym_layout] = ACTIONS(2172), - }, - [640] = { - [sym_extension_storage_class] = STATE(640), - [sym_layout_specification] = STATE(640), - [aux_sym_declaration_repeat1] = STATE(640), - [sym_identifier] = ACTIONS(2334), - [anon_sym_subroutine] = ACTIONS(2336), - [anon_sym_invariant] = ACTIONS(2336), - [anon_sym_precise] = ACTIONS(2336), - [anon_sym_in] = ACTIONS(2336), - [anon_sym_out] = ACTIONS(2336), - [anon_sym_inout] = ACTIONS(2336), - [anon_sym_uniform] = ACTIONS(2336), - [anon_sym_shared] = ACTIONS(2336), - [anon_sym_attribute] = ACTIONS(2336), - [anon_sym_varying] = ACTIONS(2336), - [anon_sym_buffer] = ACTIONS(2336), - [anon_sym_coherent] = ACTIONS(2336), - [anon_sym_readonly] = ACTIONS(2336), - [anon_sym_writeonly] = ACTIONS(2336), - [anon_sym_precision] = ACTIONS(2336), - [anon_sym_highp] = ACTIONS(2336), - [anon_sym_mediump] = ACTIONS(2336), - [anon_sym_lowp] = ACTIONS(2336), - [anon_sym_centroid] = ACTIONS(2336), - [anon_sym_sample] = ACTIONS(2336), - [anon_sym_patch] = ACTIONS(2336), - [anon_sym_smooth] = ACTIONS(2336), - [anon_sym_flat] = ACTIONS(2336), - [anon_sym_noperspective] = ACTIONS(2336), - [anon_sym___extension__] = ACTIONS(2334), - [anon_sym_extern] = ACTIONS(2334), - [anon_sym___attribute__] = ACTIONS(2334), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2339), - [anon_sym___declspec] = ACTIONS(2334), - [anon_sym_signed] = ACTIONS(2334), - [anon_sym_unsigned] = ACTIONS(2334), - [anon_sym_long] = ACTIONS(2334), - [anon_sym_short] = ACTIONS(2334), - [anon_sym_static] = ACTIONS(2334), - [anon_sym_auto] = ACTIONS(2334), - [anon_sym_register] = ACTIONS(2334), - [anon_sym_inline] = ACTIONS(2334), - [anon_sym___inline] = ACTIONS(2334), - [anon_sym___inline__] = ACTIONS(2334), - [anon_sym___forceinline] = ACTIONS(2334), - [anon_sym_thread_local] = ACTIONS(2334), - [anon_sym___thread] = ACTIONS(2334), - [anon_sym_const] = ACTIONS(2334), - [anon_sym_constexpr] = ACTIONS(2334), - [anon_sym_volatile] = ACTIONS(2334), - [anon_sym_restrict] = ACTIONS(2334), - [anon_sym___restrict__] = ACTIONS(2334), - [anon_sym__Atomic] = ACTIONS(2334), - [anon_sym__Noreturn] = ACTIONS(2334), - [anon_sym_noreturn] = ACTIONS(2334), - [sym_primitive_type] = ACTIONS(2334), - [anon_sym_enum] = ACTIONS(2334), - [anon_sym_struct] = ACTIONS(2334), - [anon_sym_union] = ACTIONS(2334), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2341), - [anon_sym_rayPayloadInEXT] = ACTIONS(2341), - [anon_sym_hitAttributeEXT] = ACTIONS(2341), - [anon_sym_callableDataEXT] = ACTIONS(2341), - [anon_sym_callableDataInEXT] = ACTIONS(2341), - [anon_sym_shaderRecordEXT] = ACTIONS(2341), - [anon_sym_rayPayloadNV] = ACTIONS(2341), - [anon_sym_rayPayloadInNV] = ACTIONS(2341), - [anon_sym_hitAttributeNV] = ACTIONS(2341), - [anon_sym_callableDataNV] = ACTIONS(2341), - [anon_sym_callableDataInNV] = ACTIONS(2341), - [anon_sym_shaderRecordNV] = ACTIONS(2341), - [anon_sym_layout] = ACTIONS(2344), + [anon_sym_layout] = ACTIONS(2160), }, [641] = { - [sym_field_declaration_list] = STATE(1744), - [sym_string_literal] = STATE(817), - [sym_identifier] = ACTIONS(2306), - [anon_sym_COMMA] = ACTIONS(2308), - [anon_sym_LPAREN2] = ACTIONS(2310), - [anon_sym_DASH] = ACTIONS(2314), - [anon_sym_PLUS] = ACTIONS(2314), - [anon_sym_STAR] = ACTIONS(2316), - [anon_sym_SLASH] = ACTIONS(2314), - [anon_sym_PERCENT] = ACTIONS(2314), - [anon_sym_PIPE_PIPE] = ACTIONS(2308), - [anon_sym_AMP_AMP] = ACTIONS(2308), - [anon_sym_PIPE] = ACTIONS(2314), - [anon_sym_CARET] = ACTIONS(2314), - [anon_sym_AMP] = ACTIONS(2314), - [anon_sym_EQ_EQ] = ACTIONS(2308), - [anon_sym_BANG_EQ] = ACTIONS(2308), - [anon_sym_GT] = ACTIONS(2314), - [anon_sym_GT_EQ] = ACTIONS(2308), - [anon_sym_LT_EQ] = ACTIONS(2308), - [anon_sym_LT] = ACTIONS(2314), - [anon_sym_LT_LT] = ACTIONS(2314), - [anon_sym_GT_GT] = ACTIONS(2314), - [anon_sym_SEMI] = ACTIONS(2308), - [anon_sym___extension__] = ACTIONS(2306), - [anon_sym_extern] = ACTIONS(2306), - [anon_sym___attribute__] = ACTIONS(2306), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2322), - [anon_sym___declspec] = ACTIONS(2306), - [anon_sym___based] = ACTIONS(2306), - [anon_sym_LBRACE] = ACTIONS(2324), - [anon_sym_LBRACK] = ACTIONS(2314), - [anon_sym_EQ] = ACTIONS(2326), - [anon_sym_static] = ACTIONS(2306), - [anon_sym_auto] = ACTIONS(2306), - [anon_sym_register] = ACTIONS(2306), - [anon_sym_inline] = ACTIONS(2306), - [anon_sym___inline] = ACTIONS(2306), - [anon_sym___inline__] = ACTIONS(2306), - [anon_sym___forceinline] = ACTIONS(2306), - [anon_sym_thread_local] = ACTIONS(2306), - [anon_sym___thread] = ACTIONS(2306), - [anon_sym_const] = ACTIONS(2306), - [anon_sym_constexpr] = ACTIONS(2306), - [anon_sym_volatile] = ACTIONS(2306), - [anon_sym_restrict] = ACTIONS(2306), - [anon_sym___restrict__] = ACTIONS(2306), - [anon_sym__Atomic] = ACTIONS(2306), - [anon_sym__Noreturn] = ACTIONS(2306), - [anon_sym_noreturn] = ACTIONS(2306), - [anon_sym_COLON] = ACTIONS(2347), - [anon_sym_QMARK] = ACTIONS(2308), - [anon_sym_STAR_EQ] = ACTIONS(2330), - [anon_sym_SLASH_EQ] = ACTIONS(2330), - [anon_sym_PERCENT_EQ] = ACTIONS(2330), - [anon_sym_PLUS_EQ] = ACTIONS(2330), - [anon_sym_DASH_EQ] = ACTIONS(2330), - [anon_sym_LT_LT_EQ] = ACTIONS(2330), - [anon_sym_GT_GT_EQ] = ACTIONS(2330), - [anon_sym_AMP_EQ] = ACTIONS(2330), - [anon_sym_CARET_EQ] = ACTIONS(2330), - [anon_sym_PIPE_EQ] = ACTIONS(2330), - [anon_sym_DASH_DASH] = ACTIONS(2308), - [anon_sym_PLUS_PLUS] = ACTIONS(2308), - [anon_sym_DOT] = ACTIONS(2308), - [anon_sym_DASH_GT] = ACTIONS(2308), + [sym_field_declaration_list] = STATE(1751), + [sym_string_literal] = STATE(818), + [sym_identifier] = ACTIONS(2288), + [anon_sym_COMMA] = ACTIONS(2290), + [anon_sym_LPAREN2] = ACTIONS(2292), + [anon_sym_DASH] = ACTIONS(2296), + [anon_sym_PLUS] = ACTIONS(2296), + [anon_sym_STAR] = ACTIONS(2298), + [anon_sym_SLASH] = ACTIONS(2296), + [anon_sym_PERCENT] = ACTIONS(2296), + [anon_sym_PIPE_PIPE] = ACTIONS(2290), + [anon_sym_AMP_AMP] = ACTIONS(2290), + [anon_sym_PIPE] = ACTIONS(2296), + [anon_sym_CARET] = ACTIONS(2296), + [anon_sym_AMP] = ACTIONS(2296), + [anon_sym_EQ_EQ] = ACTIONS(2290), + [anon_sym_BANG_EQ] = ACTIONS(2290), + [anon_sym_GT] = ACTIONS(2296), + [anon_sym_GT_EQ] = ACTIONS(2290), + [anon_sym_LT_EQ] = ACTIONS(2290), + [anon_sym_LT] = ACTIONS(2296), + [anon_sym_LT_LT] = ACTIONS(2296), + [anon_sym_GT_GT] = ACTIONS(2296), + [anon_sym_SEMI] = ACTIONS(2290), + [anon_sym___extension__] = ACTIONS(2288), + [anon_sym_extern] = ACTIONS(2288), + [anon_sym___attribute__] = ACTIONS(2288), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2301), + [anon_sym___declspec] = ACTIONS(2288), + [anon_sym___based] = ACTIONS(2288), + [anon_sym_LBRACE] = ACTIONS(2303), + [anon_sym_LBRACK] = ACTIONS(2296), + [anon_sym_EQ] = ACTIONS(2305), + [anon_sym_static] = ACTIONS(2288), + [anon_sym_auto] = ACTIONS(2288), + [anon_sym_register] = ACTIONS(2288), + [anon_sym_inline] = ACTIONS(2288), + [anon_sym___inline] = ACTIONS(2288), + [anon_sym___inline__] = ACTIONS(2288), + [anon_sym___forceinline] = ACTIONS(2288), + [anon_sym_thread_local] = ACTIONS(2288), + [anon_sym___thread] = ACTIONS(2288), + [anon_sym_const] = ACTIONS(2288), + [anon_sym_constexpr] = ACTIONS(2288), + [anon_sym_volatile] = ACTIONS(2288), + [anon_sym_restrict] = ACTIONS(2288), + [anon_sym___restrict__] = ACTIONS(2288), + [anon_sym__Atomic] = ACTIONS(2288), + [anon_sym__Noreturn] = ACTIONS(2288), + [anon_sym_noreturn] = ACTIONS(2288), + [anon_sym_COLON] = ACTIONS(2314), + [anon_sym_QMARK] = ACTIONS(2290), + [anon_sym_STAR_EQ] = ACTIONS(2309), + [anon_sym_SLASH_EQ] = ACTIONS(2309), + [anon_sym_PERCENT_EQ] = ACTIONS(2309), + [anon_sym_PLUS_EQ] = ACTIONS(2309), + [anon_sym_DASH_EQ] = ACTIONS(2309), + [anon_sym_LT_LT_EQ] = ACTIONS(2309), + [anon_sym_GT_GT_EQ] = ACTIONS(2309), + [anon_sym_AMP_EQ] = ACTIONS(2309), + [anon_sym_CARET_EQ] = ACTIONS(2309), + [anon_sym_PIPE_EQ] = ACTIONS(2309), + [anon_sym_DASH_DASH] = ACTIONS(2290), + [anon_sym_PLUS_PLUS] = ACTIONS(2290), + [anon_sym_DOT] = ACTIONS(2290), + [anon_sym_DASH_GT] = ACTIONS(2290), [anon_sym_L_DQUOTE] = ACTIONS(101), [anon_sym_u_DQUOTE] = ACTIONS(101), [anon_sym_U_DQUOTE] = ACTIONS(101), @@ -98053,72 +98048,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [642] = { - [sym_field_declaration_list] = STATE(1714), - [sym_string_literal] = STATE(817), - [sym_identifier] = ACTIONS(2306), - [anon_sym_COMMA] = ACTIONS(2308), - [anon_sym_LPAREN2] = ACTIONS(2310), - [anon_sym_DASH] = ACTIONS(2314), - [anon_sym_PLUS] = ACTIONS(2314), - [anon_sym_STAR] = ACTIONS(2316), - [anon_sym_SLASH] = ACTIONS(2314), - [anon_sym_PERCENT] = ACTIONS(2314), - [anon_sym_PIPE_PIPE] = ACTIONS(2308), - [anon_sym_AMP_AMP] = ACTIONS(2308), - [anon_sym_PIPE] = ACTIONS(2314), - [anon_sym_CARET] = ACTIONS(2314), - [anon_sym_AMP] = ACTIONS(2314), - [anon_sym_EQ_EQ] = ACTIONS(2308), - [anon_sym_BANG_EQ] = ACTIONS(2308), - [anon_sym_GT] = ACTIONS(2314), - [anon_sym_GT_EQ] = ACTIONS(2308), - [anon_sym_LT_EQ] = ACTIONS(2308), - [anon_sym_LT] = ACTIONS(2314), - [anon_sym_LT_LT] = ACTIONS(2314), - [anon_sym_GT_GT] = ACTIONS(2314), - [anon_sym_SEMI] = ACTIONS(2319), - [anon_sym___extension__] = ACTIONS(2306), - [anon_sym_extern] = ACTIONS(2306), - [anon_sym___attribute__] = ACTIONS(2306), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2322), - [anon_sym___declspec] = ACTIONS(2306), - [anon_sym___based] = ACTIONS(2306), - [anon_sym_LBRACE] = ACTIONS(2324), - [anon_sym_LBRACK] = ACTIONS(2314), - [anon_sym_EQ] = ACTIONS(2326), - [anon_sym_static] = ACTIONS(2306), - [anon_sym_auto] = ACTIONS(2306), - [anon_sym_register] = ACTIONS(2306), - [anon_sym_inline] = ACTIONS(2306), - [anon_sym___inline] = ACTIONS(2306), - [anon_sym___inline__] = ACTIONS(2306), - [anon_sym___forceinline] = ACTIONS(2306), - [anon_sym_thread_local] = ACTIONS(2306), - [anon_sym___thread] = ACTIONS(2306), - [anon_sym_const] = ACTIONS(2306), - [anon_sym_constexpr] = ACTIONS(2306), - [anon_sym_volatile] = ACTIONS(2306), - [anon_sym_restrict] = ACTIONS(2306), - [anon_sym___restrict__] = ACTIONS(2306), - [anon_sym__Atomic] = ACTIONS(2306), - [anon_sym__Noreturn] = ACTIONS(2306), - [anon_sym_noreturn] = ACTIONS(2306), - [anon_sym_COLON] = ACTIONS(2349), - [anon_sym_QMARK] = ACTIONS(2308), - [anon_sym_STAR_EQ] = ACTIONS(2330), - [anon_sym_SLASH_EQ] = ACTIONS(2330), - [anon_sym_PERCENT_EQ] = ACTIONS(2330), - [anon_sym_PLUS_EQ] = ACTIONS(2330), - [anon_sym_DASH_EQ] = ACTIONS(2330), - [anon_sym_LT_LT_EQ] = ACTIONS(2330), - [anon_sym_GT_GT_EQ] = ACTIONS(2330), - [anon_sym_AMP_EQ] = ACTIONS(2330), - [anon_sym_CARET_EQ] = ACTIONS(2330), - [anon_sym_PIPE_EQ] = ACTIONS(2330), - [anon_sym_DASH_DASH] = ACTIONS(2308), - [anon_sym_PLUS_PLUS] = ACTIONS(2308), - [anon_sym_DOT] = ACTIONS(2308), - [anon_sym_DASH_GT] = ACTIONS(2308), + [sym_field_declaration_list] = STATE(1736), + [sym_string_literal] = STATE(818), + [sym_identifier] = ACTIONS(2288), + [anon_sym_COMMA] = ACTIONS(2290), + [anon_sym_LPAREN2] = ACTIONS(2292), + [anon_sym_DASH] = ACTIONS(2296), + [anon_sym_PLUS] = ACTIONS(2296), + [anon_sym_STAR] = ACTIONS(2298), + [anon_sym_SLASH] = ACTIONS(2296), + [anon_sym_PERCENT] = ACTIONS(2296), + [anon_sym_PIPE_PIPE] = ACTIONS(2290), + [anon_sym_AMP_AMP] = ACTIONS(2290), + [anon_sym_PIPE] = ACTIONS(2296), + [anon_sym_CARET] = ACTIONS(2296), + [anon_sym_AMP] = ACTIONS(2296), + [anon_sym_EQ_EQ] = ACTIONS(2290), + [anon_sym_BANG_EQ] = ACTIONS(2290), + [anon_sym_GT] = ACTIONS(2296), + [anon_sym_GT_EQ] = ACTIONS(2290), + [anon_sym_LT_EQ] = ACTIONS(2290), + [anon_sym_LT] = ACTIONS(2296), + [anon_sym_LT_LT] = ACTIONS(2296), + [anon_sym_GT_GT] = ACTIONS(2296), + [anon_sym_SEMI] = ACTIONS(2290), + [anon_sym___extension__] = ACTIONS(2288), + [anon_sym_extern] = ACTIONS(2288), + [anon_sym___attribute__] = ACTIONS(2288), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2301), + [anon_sym___declspec] = ACTIONS(2288), + [anon_sym___based] = ACTIONS(2288), + [anon_sym_LBRACE] = ACTIONS(2303), + [anon_sym_LBRACK] = ACTIONS(2296), + [anon_sym_EQ] = ACTIONS(2305), + [anon_sym_static] = ACTIONS(2288), + [anon_sym_auto] = ACTIONS(2288), + [anon_sym_register] = ACTIONS(2288), + [anon_sym_inline] = ACTIONS(2288), + [anon_sym___inline] = ACTIONS(2288), + [anon_sym___inline__] = ACTIONS(2288), + [anon_sym___forceinline] = ACTIONS(2288), + [anon_sym_thread_local] = ACTIONS(2288), + [anon_sym___thread] = ACTIONS(2288), + [anon_sym_const] = ACTIONS(2288), + [anon_sym_constexpr] = ACTIONS(2288), + [anon_sym_volatile] = ACTIONS(2288), + [anon_sym_restrict] = ACTIONS(2288), + [anon_sym___restrict__] = ACTIONS(2288), + [anon_sym__Atomic] = ACTIONS(2288), + [anon_sym__Noreturn] = ACTIONS(2288), + [anon_sym_noreturn] = ACTIONS(2288), + [anon_sym_COLON] = ACTIONS(2318), + [anon_sym_QMARK] = ACTIONS(2290), + [anon_sym_STAR_EQ] = ACTIONS(2309), + [anon_sym_SLASH_EQ] = ACTIONS(2309), + [anon_sym_PERCENT_EQ] = ACTIONS(2309), + [anon_sym_PLUS_EQ] = ACTIONS(2309), + [anon_sym_DASH_EQ] = ACTIONS(2309), + [anon_sym_LT_LT_EQ] = ACTIONS(2309), + [anon_sym_GT_GT_EQ] = ACTIONS(2309), + [anon_sym_AMP_EQ] = ACTIONS(2309), + [anon_sym_CARET_EQ] = ACTIONS(2309), + [anon_sym_PIPE_EQ] = ACTIONS(2309), + [anon_sym_DASH_DASH] = ACTIONS(2290), + [anon_sym_PLUS_PLUS] = ACTIONS(2290), + [anon_sym_DOT] = ACTIONS(2290), + [anon_sym_DASH_GT] = ACTIONS(2290), [anon_sym_L_DQUOTE] = ACTIONS(101), [anon_sym_u_DQUOTE] = ACTIONS(101), [anon_sym_U_DQUOTE] = ACTIONS(101), @@ -98127,72 +98122,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [643] = { - [sym_field_declaration_list] = STATE(1714), - [sym_string_literal] = STATE(817), - [sym_identifier] = ACTIONS(2306), - [anon_sym_COMMA] = ACTIONS(2308), - [anon_sym_LPAREN2] = ACTIONS(2310), - [anon_sym_DASH] = ACTIONS(2314), - [anon_sym_PLUS] = ACTIONS(2314), - [anon_sym_STAR] = ACTIONS(2316), - [anon_sym_SLASH] = ACTIONS(2314), - [anon_sym_PERCENT] = ACTIONS(2314), - [anon_sym_PIPE_PIPE] = ACTIONS(2308), - [anon_sym_AMP_AMP] = ACTIONS(2308), - [anon_sym_PIPE] = ACTIONS(2314), - [anon_sym_CARET] = ACTIONS(2314), - [anon_sym_AMP] = ACTIONS(2314), - [anon_sym_EQ_EQ] = ACTIONS(2308), - [anon_sym_BANG_EQ] = ACTIONS(2308), - [anon_sym_GT] = ACTIONS(2314), - [anon_sym_GT_EQ] = ACTIONS(2308), - [anon_sym_LT_EQ] = ACTIONS(2308), - [anon_sym_LT] = ACTIONS(2314), - [anon_sym_LT_LT] = ACTIONS(2314), - [anon_sym_GT_GT] = ACTIONS(2314), - [anon_sym_SEMI] = ACTIONS(2308), - [anon_sym___extension__] = ACTIONS(2306), - [anon_sym_extern] = ACTIONS(2306), - [anon_sym___attribute__] = ACTIONS(2306), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2322), - [anon_sym___declspec] = ACTIONS(2306), - [anon_sym___based] = ACTIONS(2306), - [anon_sym_LBRACE] = ACTIONS(2324), - [anon_sym_LBRACK] = ACTIONS(2314), - [anon_sym_EQ] = ACTIONS(2326), - [anon_sym_static] = ACTIONS(2306), - [anon_sym_auto] = ACTIONS(2306), - [anon_sym_register] = ACTIONS(2306), - [anon_sym_inline] = ACTIONS(2306), - [anon_sym___inline] = ACTIONS(2306), - [anon_sym___inline__] = ACTIONS(2306), - [anon_sym___forceinline] = ACTIONS(2306), - [anon_sym_thread_local] = ACTIONS(2306), - [anon_sym___thread] = ACTIONS(2306), - [anon_sym_const] = ACTIONS(2306), - [anon_sym_constexpr] = ACTIONS(2306), - [anon_sym_volatile] = ACTIONS(2306), - [anon_sym_restrict] = ACTIONS(2306), - [anon_sym___restrict__] = ACTIONS(2306), - [anon_sym__Atomic] = ACTIONS(2306), - [anon_sym__Noreturn] = ACTIONS(2306), - [anon_sym_noreturn] = ACTIONS(2306), - [anon_sym_COLON] = ACTIONS(2349), - [anon_sym_QMARK] = ACTIONS(2308), - [anon_sym_STAR_EQ] = ACTIONS(2330), - [anon_sym_SLASH_EQ] = ACTIONS(2330), - [anon_sym_PERCENT_EQ] = ACTIONS(2330), - [anon_sym_PLUS_EQ] = ACTIONS(2330), - [anon_sym_DASH_EQ] = ACTIONS(2330), - [anon_sym_LT_LT_EQ] = ACTIONS(2330), - [anon_sym_GT_GT_EQ] = ACTIONS(2330), - [anon_sym_AMP_EQ] = ACTIONS(2330), - [anon_sym_CARET_EQ] = ACTIONS(2330), - [anon_sym_PIPE_EQ] = ACTIONS(2330), - [anon_sym_DASH_DASH] = ACTIONS(2308), - [anon_sym_PLUS_PLUS] = ACTIONS(2308), - [anon_sym_DOT] = ACTIONS(2308), - [anon_sym_DASH_GT] = ACTIONS(2308), + [sym_field_declaration_list] = STATE(1711), + [sym_string_literal] = STATE(818), + [sym_identifier] = ACTIONS(2288), + [anon_sym_COMMA] = ACTIONS(2290), + [anon_sym_LPAREN2] = ACTIONS(2292), + [anon_sym_DASH] = ACTIONS(2296), + [anon_sym_PLUS] = ACTIONS(2296), + [anon_sym_STAR] = ACTIONS(2298), + [anon_sym_SLASH] = ACTIONS(2296), + [anon_sym_PERCENT] = ACTIONS(2296), + [anon_sym_PIPE_PIPE] = ACTIONS(2290), + [anon_sym_AMP_AMP] = ACTIONS(2290), + [anon_sym_PIPE] = ACTIONS(2296), + [anon_sym_CARET] = ACTIONS(2296), + [anon_sym_AMP] = ACTIONS(2296), + [anon_sym_EQ_EQ] = ACTIONS(2290), + [anon_sym_BANG_EQ] = ACTIONS(2290), + [anon_sym_GT] = ACTIONS(2296), + [anon_sym_GT_EQ] = ACTIONS(2290), + [anon_sym_LT_EQ] = ACTIONS(2290), + [anon_sym_LT] = ACTIONS(2296), + [anon_sym_LT_LT] = ACTIONS(2296), + [anon_sym_GT_GT] = ACTIONS(2296), + [anon_sym_SEMI] = ACTIONS(2290), + [anon_sym___extension__] = ACTIONS(2288), + [anon_sym_extern] = ACTIONS(2288), + [anon_sym___attribute__] = ACTIONS(2288), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2301), + [anon_sym___declspec] = ACTIONS(2288), + [anon_sym___based] = ACTIONS(2288), + [anon_sym_LBRACE] = ACTIONS(2303), + [anon_sym_LBRACK] = ACTIONS(2296), + [anon_sym_EQ] = ACTIONS(2305), + [anon_sym_static] = ACTIONS(2288), + [anon_sym_auto] = ACTIONS(2288), + [anon_sym_register] = ACTIONS(2288), + [anon_sym_inline] = ACTIONS(2288), + [anon_sym___inline] = ACTIONS(2288), + [anon_sym___inline__] = ACTIONS(2288), + [anon_sym___forceinline] = ACTIONS(2288), + [anon_sym_thread_local] = ACTIONS(2288), + [anon_sym___thread] = ACTIONS(2288), + [anon_sym_const] = ACTIONS(2288), + [anon_sym_constexpr] = ACTIONS(2288), + [anon_sym_volatile] = ACTIONS(2288), + [anon_sym_restrict] = ACTIONS(2288), + [anon_sym___restrict__] = ACTIONS(2288), + [anon_sym__Atomic] = ACTIONS(2288), + [anon_sym__Noreturn] = ACTIONS(2288), + [anon_sym_noreturn] = ACTIONS(2288), + [anon_sym_COLON] = ACTIONS(2316), + [anon_sym_QMARK] = ACTIONS(2290), + [anon_sym_STAR_EQ] = ACTIONS(2309), + [anon_sym_SLASH_EQ] = ACTIONS(2309), + [anon_sym_PERCENT_EQ] = ACTIONS(2309), + [anon_sym_PLUS_EQ] = ACTIONS(2309), + [anon_sym_DASH_EQ] = ACTIONS(2309), + [anon_sym_LT_LT_EQ] = ACTIONS(2309), + [anon_sym_GT_GT_EQ] = ACTIONS(2309), + [anon_sym_AMP_EQ] = ACTIONS(2309), + [anon_sym_CARET_EQ] = ACTIONS(2309), + [anon_sym_PIPE_EQ] = ACTIONS(2309), + [anon_sym_DASH_DASH] = ACTIONS(2290), + [anon_sym_PLUS_PLUS] = ACTIONS(2290), + [anon_sym_DOT] = ACTIONS(2290), + [anon_sym_DASH_GT] = ACTIONS(2290), [anon_sym_L_DQUOTE] = ACTIONS(101), [anon_sym_u_DQUOTE] = ACTIONS(101), [anon_sym_U_DQUOTE] = ACTIONS(101), @@ -98201,72 +98196,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [644] = { - [sym_field_declaration_list] = STATE(1753), - [sym_string_literal] = STATE(817), - [sym_identifier] = ACTIONS(2306), - [anon_sym_COMMA] = ACTIONS(2308), - [anon_sym_LPAREN2] = ACTIONS(2310), - [anon_sym_DASH] = ACTIONS(2314), - [anon_sym_PLUS] = ACTIONS(2314), - [anon_sym_STAR] = ACTIONS(2316), - [anon_sym_SLASH] = ACTIONS(2314), - [anon_sym_PERCENT] = ACTIONS(2314), - [anon_sym_PIPE_PIPE] = ACTIONS(2308), - [anon_sym_AMP_AMP] = ACTIONS(2308), - [anon_sym_PIPE] = ACTIONS(2314), - [anon_sym_CARET] = ACTIONS(2314), - [anon_sym_AMP] = ACTIONS(2314), - [anon_sym_EQ_EQ] = ACTIONS(2308), - [anon_sym_BANG_EQ] = ACTIONS(2308), - [anon_sym_GT] = ACTIONS(2314), - [anon_sym_GT_EQ] = ACTIONS(2308), - [anon_sym_LT_EQ] = ACTIONS(2308), - [anon_sym_LT] = ACTIONS(2314), - [anon_sym_LT_LT] = ACTIONS(2314), - [anon_sym_GT_GT] = ACTIONS(2314), - [anon_sym_SEMI] = ACTIONS(2308), - [anon_sym___extension__] = ACTIONS(2306), - [anon_sym_extern] = ACTIONS(2306), - [anon_sym___attribute__] = ACTIONS(2306), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2322), - [anon_sym___declspec] = ACTIONS(2306), - [anon_sym___based] = ACTIONS(2306), - [anon_sym_LBRACE] = ACTIONS(2324), - [anon_sym_LBRACK] = ACTIONS(2314), - [anon_sym_EQ] = ACTIONS(2326), - [anon_sym_static] = ACTIONS(2306), - [anon_sym_auto] = ACTIONS(2306), - [anon_sym_register] = ACTIONS(2306), - [anon_sym_inline] = ACTIONS(2306), - [anon_sym___inline] = ACTIONS(2306), - [anon_sym___inline__] = ACTIONS(2306), - [anon_sym___forceinline] = ACTIONS(2306), - [anon_sym_thread_local] = ACTIONS(2306), - [anon_sym___thread] = ACTIONS(2306), - [anon_sym_const] = ACTIONS(2306), - [anon_sym_constexpr] = ACTIONS(2306), - [anon_sym_volatile] = ACTIONS(2306), - [anon_sym_restrict] = ACTIONS(2306), - [anon_sym___restrict__] = ACTIONS(2306), - [anon_sym__Atomic] = ACTIONS(2306), - [anon_sym__Noreturn] = ACTIONS(2306), - [anon_sym_noreturn] = ACTIONS(2306), - [anon_sym_COLON] = ACTIONS(2351), - [anon_sym_QMARK] = ACTIONS(2308), - [anon_sym_STAR_EQ] = ACTIONS(2330), - [anon_sym_SLASH_EQ] = ACTIONS(2330), - [anon_sym_PERCENT_EQ] = ACTIONS(2330), - [anon_sym_PLUS_EQ] = ACTIONS(2330), - [anon_sym_DASH_EQ] = ACTIONS(2330), - [anon_sym_LT_LT_EQ] = ACTIONS(2330), - [anon_sym_GT_GT_EQ] = ACTIONS(2330), - [anon_sym_AMP_EQ] = ACTIONS(2330), - [anon_sym_CARET_EQ] = ACTIONS(2330), - [anon_sym_PIPE_EQ] = ACTIONS(2330), - [anon_sym_DASH_DASH] = ACTIONS(2308), - [anon_sym_PLUS_PLUS] = ACTIONS(2308), - [anon_sym_DOT] = ACTIONS(2308), - [anon_sym_DASH_GT] = ACTIONS(2308), + [sym_field_declaration_list] = STATE(1721), + [sym_string_literal] = STATE(818), + [sym_identifier] = ACTIONS(2288), + [anon_sym_COMMA] = ACTIONS(2290), + [anon_sym_LPAREN2] = ACTIONS(2292), + [anon_sym_DASH] = ACTIONS(2296), + [anon_sym_PLUS] = ACTIONS(2296), + [anon_sym_STAR] = ACTIONS(2298), + [anon_sym_SLASH] = ACTIONS(2296), + [anon_sym_PERCENT] = ACTIONS(2296), + [anon_sym_PIPE_PIPE] = ACTIONS(2290), + [anon_sym_AMP_AMP] = ACTIONS(2290), + [anon_sym_PIPE] = ACTIONS(2296), + [anon_sym_CARET] = ACTIONS(2296), + [anon_sym_AMP] = ACTIONS(2296), + [anon_sym_EQ_EQ] = ACTIONS(2290), + [anon_sym_BANG_EQ] = ACTIONS(2290), + [anon_sym_GT] = ACTIONS(2296), + [anon_sym_GT_EQ] = ACTIONS(2290), + [anon_sym_LT_EQ] = ACTIONS(2290), + [anon_sym_LT] = ACTIONS(2296), + [anon_sym_LT_LT] = ACTIONS(2296), + [anon_sym_GT_GT] = ACTIONS(2296), + [anon_sym_SEMI] = ACTIONS(2290), + [anon_sym___extension__] = ACTIONS(2288), + [anon_sym_extern] = ACTIONS(2288), + [anon_sym___attribute__] = ACTIONS(2288), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2301), + [anon_sym___declspec] = ACTIONS(2288), + [anon_sym___based] = ACTIONS(2288), + [anon_sym_LBRACE] = ACTIONS(2303), + [anon_sym_LBRACK] = ACTIONS(2296), + [anon_sym_EQ] = ACTIONS(2305), + [anon_sym_static] = ACTIONS(2288), + [anon_sym_auto] = ACTIONS(2288), + [anon_sym_register] = ACTIONS(2288), + [anon_sym_inline] = ACTIONS(2288), + [anon_sym___inline] = ACTIONS(2288), + [anon_sym___inline__] = ACTIONS(2288), + [anon_sym___forceinline] = ACTIONS(2288), + [anon_sym_thread_local] = ACTIONS(2288), + [anon_sym___thread] = ACTIONS(2288), + [anon_sym_const] = ACTIONS(2288), + [anon_sym_constexpr] = ACTIONS(2288), + [anon_sym_volatile] = ACTIONS(2288), + [anon_sym_restrict] = ACTIONS(2288), + [anon_sym___restrict__] = ACTIONS(2288), + [anon_sym__Atomic] = ACTIONS(2288), + [anon_sym__Noreturn] = ACTIONS(2288), + [anon_sym_noreturn] = ACTIONS(2288), + [anon_sym_COLON] = ACTIONS(2320), + [anon_sym_QMARK] = ACTIONS(2290), + [anon_sym_STAR_EQ] = ACTIONS(2309), + [anon_sym_SLASH_EQ] = ACTIONS(2309), + [anon_sym_PERCENT_EQ] = ACTIONS(2309), + [anon_sym_PLUS_EQ] = ACTIONS(2309), + [anon_sym_DASH_EQ] = ACTIONS(2309), + [anon_sym_LT_LT_EQ] = ACTIONS(2309), + [anon_sym_GT_GT_EQ] = ACTIONS(2309), + [anon_sym_AMP_EQ] = ACTIONS(2309), + [anon_sym_CARET_EQ] = ACTIONS(2309), + [anon_sym_PIPE_EQ] = ACTIONS(2309), + [anon_sym_DASH_DASH] = ACTIONS(2290), + [anon_sym_PLUS_PLUS] = ACTIONS(2290), + [anon_sym_DOT] = ACTIONS(2290), + [anon_sym_DASH_GT] = ACTIONS(2290), [anon_sym_L_DQUOTE] = ACTIONS(101), [anon_sym_u_DQUOTE] = ACTIONS(101), [anon_sym_U_DQUOTE] = ACTIONS(101), @@ -98275,72 +98270,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [645] = { - [sym_field_declaration_list] = STATE(1716), - [sym_string_literal] = STATE(817), - [sym_identifier] = ACTIONS(2306), - [anon_sym_COMMA] = ACTIONS(2308), - [anon_sym_LPAREN2] = ACTIONS(2310), - [anon_sym_DASH] = ACTIONS(2314), - [anon_sym_PLUS] = ACTIONS(2314), - [anon_sym_STAR] = ACTIONS(2316), - [anon_sym_SLASH] = ACTIONS(2314), - [anon_sym_PERCENT] = ACTIONS(2314), - [anon_sym_PIPE_PIPE] = ACTIONS(2308), - [anon_sym_AMP_AMP] = ACTIONS(2308), - [anon_sym_PIPE] = ACTIONS(2314), - [anon_sym_CARET] = ACTIONS(2314), - [anon_sym_AMP] = ACTIONS(2314), - [anon_sym_EQ_EQ] = ACTIONS(2308), - [anon_sym_BANG_EQ] = ACTIONS(2308), - [anon_sym_GT] = ACTIONS(2314), - [anon_sym_GT_EQ] = ACTIONS(2308), - [anon_sym_LT_EQ] = ACTIONS(2308), - [anon_sym_LT] = ACTIONS(2314), - [anon_sym_LT_LT] = ACTIONS(2314), - [anon_sym_GT_GT] = ACTIONS(2314), - [anon_sym_SEMI] = ACTIONS(2308), - [anon_sym___extension__] = ACTIONS(2306), - [anon_sym_extern] = ACTIONS(2306), - [anon_sym___attribute__] = ACTIONS(2306), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2322), - [anon_sym___declspec] = ACTIONS(2306), - [anon_sym___based] = ACTIONS(2306), - [anon_sym_LBRACE] = ACTIONS(2324), - [anon_sym_LBRACK] = ACTIONS(2314), - [anon_sym_EQ] = ACTIONS(2326), - [anon_sym_static] = ACTIONS(2306), - [anon_sym_auto] = ACTIONS(2306), - [anon_sym_register] = ACTIONS(2306), - [anon_sym_inline] = ACTIONS(2306), - [anon_sym___inline] = ACTIONS(2306), - [anon_sym___inline__] = ACTIONS(2306), - [anon_sym___forceinline] = ACTIONS(2306), - [anon_sym_thread_local] = ACTIONS(2306), - [anon_sym___thread] = ACTIONS(2306), - [anon_sym_const] = ACTIONS(2306), - [anon_sym_constexpr] = ACTIONS(2306), - [anon_sym_volatile] = ACTIONS(2306), - [anon_sym_restrict] = ACTIONS(2306), - [anon_sym___restrict__] = ACTIONS(2306), - [anon_sym__Atomic] = ACTIONS(2306), - [anon_sym__Noreturn] = ACTIONS(2306), - [anon_sym_noreturn] = ACTIONS(2306), - [anon_sym_COLON] = ACTIONS(2353), - [anon_sym_QMARK] = ACTIONS(2308), - [anon_sym_STAR_EQ] = ACTIONS(2330), - [anon_sym_SLASH_EQ] = ACTIONS(2330), - [anon_sym_PERCENT_EQ] = ACTIONS(2330), - [anon_sym_PLUS_EQ] = ACTIONS(2330), - [anon_sym_DASH_EQ] = ACTIONS(2330), - [anon_sym_LT_LT_EQ] = ACTIONS(2330), - [anon_sym_GT_GT_EQ] = ACTIONS(2330), - [anon_sym_AMP_EQ] = ACTIONS(2330), - [anon_sym_CARET_EQ] = ACTIONS(2330), - [anon_sym_PIPE_EQ] = ACTIONS(2330), - [anon_sym_DASH_DASH] = ACTIONS(2308), - [anon_sym_PLUS_PLUS] = ACTIONS(2308), - [anon_sym_DOT] = ACTIONS(2308), - [anon_sym_DASH_GT] = ACTIONS(2308), + [sym_field_declaration_list] = STATE(1736), + [sym_string_literal] = STATE(818), + [sym_identifier] = ACTIONS(2288), + [anon_sym_COMMA] = ACTIONS(2290), + [anon_sym_LPAREN2] = ACTIONS(2292), + [anon_sym_DASH] = ACTIONS(2296), + [anon_sym_PLUS] = ACTIONS(2296), + [anon_sym_STAR] = ACTIONS(2298), + [anon_sym_SLASH] = ACTIONS(2296), + [anon_sym_PERCENT] = ACTIONS(2296), + [anon_sym_PIPE_PIPE] = ACTIONS(2290), + [anon_sym_AMP_AMP] = ACTIONS(2290), + [anon_sym_PIPE] = ACTIONS(2296), + [anon_sym_CARET] = ACTIONS(2296), + [anon_sym_AMP] = ACTIONS(2296), + [anon_sym_EQ_EQ] = ACTIONS(2290), + [anon_sym_BANG_EQ] = ACTIONS(2290), + [anon_sym_GT] = ACTIONS(2296), + [anon_sym_GT_EQ] = ACTIONS(2290), + [anon_sym_LT_EQ] = ACTIONS(2290), + [anon_sym_LT] = ACTIONS(2296), + [anon_sym_LT_LT] = ACTIONS(2296), + [anon_sym_GT_GT] = ACTIONS(2296), + [anon_sym_SEMI] = ACTIONS(2311), + [anon_sym___extension__] = ACTIONS(2288), + [anon_sym_extern] = ACTIONS(2288), + [anon_sym___attribute__] = ACTIONS(2288), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2301), + [anon_sym___declspec] = ACTIONS(2288), + [anon_sym___based] = ACTIONS(2288), + [anon_sym_LBRACE] = ACTIONS(2303), + [anon_sym_LBRACK] = ACTIONS(2296), + [anon_sym_EQ] = ACTIONS(2305), + [anon_sym_static] = ACTIONS(2288), + [anon_sym_auto] = ACTIONS(2288), + [anon_sym_register] = ACTIONS(2288), + [anon_sym_inline] = ACTIONS(2288), + [anon_sym___inline] = ACTIONS(2288), + [anon_sym___inline__] = ACTIONS(2288), + [anon_sym___forceinline] = ACTIONS(2288), + [anon_sym_thread_local] = ACTIONS(2288), + [anon_sym___thread] = ACTIONS(2288), + [anon_sym_const] = ACTIONS(2288), + [anon_sym_constexpr] = ACTIONS(2288), + [anon_sym_volatile] = ACTIONS(2288), + [anon_sym_restrict] = ACTIONS(2288), + [anon_sym___restrict__] = ACTIONS(2288), + [anon_sym__Atomic] = ACTIONS(2288), + [anon_sym__Noreturn] = ACTIONS(2288), + [anon_sym_noreturn] = ACTIONS(2288), + [anon_sym_COLON] = ACTIONS(2318), + [anon_sym_QMARK] = ACTIONS(2290), + [anon_sym_STAR_EQ] = ACTIONS(2309), + [anon_sym_SLASH_EQ] = ACTIONS(2309), + [anon_sym_PERCENT_EQ] = ACTIONS(2309), + [anon_sym_PLUS_EQ] = ACTIONS(2309), + [anon_sym_DASH_EQ] = ACTIONS(2309), + [anon_sym_LT_LT_EQ] = ACTIONS(2309), + [anon_sym_GT_GT_EQ] = ACTIONS(2309), + [anon_sym_AMP_EQ] = ACTIONS(2309), + [anon_sym_CARET_EQ] = ACTIONS(2309), + [anon_sym_PIPE_EQ] = ACTIONS(2309), + [anon_sym_DASH_DASH] = ACTIONS(2290), + [anon_sym_PLUS_PLUS] = ACTIONS(2290), + [anon_sym_DOT] = ACTIONS(2290), + [anon_sym_DASH_GT] = ACTIONS(2290), [anon_sym_L_DQUOTE] = ACTIONS(101), [anon_sym_u_DQUOTE] = ACTIONS(101), [anon_sym_U_DQUOTE] = ACTIONS(101), @@ -98349,72 +98344,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [646] = { - [sym_field_declaration_list] = STATE(1753), - [sym_string_literal] = STATE(817), - [sym_identifier] = ACTIONS(2306), - [anon_sym_COMMA] = ACTIONS(2308), - [anon_sym_LPAREN2] = ACTIONS(2310), - [anon_sym_DASH] = ACTIONS(2314), - [anon_sym_PLUS] = ACTIONS(2314), - [anon_sym_STAR] = ACTIONS(2316), - [anon_sym_SLASH] = ACTIONS(2314), - [anon_sym_PERCENT] = ACTIONS(2314), - [anon_sym_PIPE_PIPE] = ACTIONS(2308), - [anon_sym_AMP_AMP] = ACTIONS(2308), - [anon_sym_PIPE] = ACTIONS(2314), - [anon_sym_CARET] = ACTIONS(2314), - [anon_sym_AMP] = ACTIONS(2314), - [anon_sym_EQ_EQ] = ACTIONS(2308), - [anon_sym_BANG_EQ] = ACTIONS(2308), - [anon_sym_GT] = ACTIONS(2314), - [anon_sym_GT_EQ] = ACTIONS(2308), - [anon_sym_LT_EQ] = ACTIONS(2308), - [anon_sym_LT] = ACTIONS(2314), - [anon_sym_LT_LT] = ACTIONS(2314), - [anon_sym_GT_GT] = ACTIONS(2314), - [anon_sym_SEMI] = ACTIONS(2319), - [anon_sym___extension__] = ACTIONS(2306), - [anon_sym_extern] = ACTIONS(2306), - [anon_sym___attribute__] = ACTIONS(2306), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2322), - [anon_sym___declspec] = ACTIONS(2306), - [anon_sym___based] = ACTIONS(2306), - [anon_sym_LBRACE] = ACTIONS(2324), - [anon_sym_LBRACK] = ACTIONS(2314), - [anon_sym_EQ] = ACTIONS(2326), - [anon_sym_static] = ACTIONS(2306), - [anon_sym_auto] = ACTIONS(2306), - [anon_sym_register] = ACTIONS(2306), - [anon_sym_inline] = ACTIONS(2306), - [anon_sym___inline] = ACTIONS(2306), - [anon_sym___inline__] = ACTIONS(2306), - [anon_sym___forceinline] = ACTIONS(2306), - [anon_sym_thread_local] = ACTIONS(2306), - [anon_sym___thread] = ACTIONS(2306), - [anon_sym_const] = ACTIONS(2306), - [anon_sym_constexpr] = ACTIONS(2306), - [anon_sym_volatile] = ACTIONS(2306), - [anon_sym_restrict] = ACTIONS(2306), - [anon_sym___restrict__] = ACTIONS(2306), - [anon_sym__Atomic] = ACTIONS(2306), - [anon_sym__Noreturn] = ACTIONS(2306), - [anon_sym_noreturn] = ACTIONS(2306), - [anon_sym_COLON] = ACTIONS(2351), - [anon_sym_QMARK] = ACTIONS(2308), - [anon_sym_STAR_EQ] = ACTIONS(2330), - [anon_sym_SLASH_EQ] = ACTIONS(2330), - [anon_sym_PERCENT_EQ] = ACTIONS(2330), - [anon_sym_PLUS_EQ] = ACTIONS(2330), - [anon_sym_DASH_EQ] = ACTIONS(2330), - [anon_sym_LT_LT_EQ] = ACTIONS(2330), - [anon_sym_GT_GT_EQ] = ACTIONS(2330), - [anon_sym_AMP_EQ] = ACTIONS(2330), - [anon_sym_CARET_EQ] = ACTIONS(2330), - [anon_sym_PIPE_EQ] = ACTIONS(2330), - [anon_sym_DASH_DASH] = ACTIONS(2308), - [anon_sym_PLUS_PLUS] = ACTIONS(2308), - [anon_sym_DOT] = ACTIONS(2308), - [anon_sym_DASH_GT] = ACTIONS(2308), + [sym_field_declaration_list] = STATE(1713), + [sym_string_literal] = STATE(818), + [sym_identifier] = ACTIONS(2288), + [anon_sym_COMMA] = ACTIONS(2290), + [anon_sym_LPAREN2] = ACTIONS(2292), + [anon_sym_DASH] = ACTIONS(2296), + [anon_sym_PLUS] = ACTIONS(2296), + [anon_sym_STAR] = ACTIONS(2298), + [anon_sym_SLASH] = ACTIONS(2296), + [anon_sym_PERCENT] = ACTIONS(2296), + [anon_sym_PIPE_PIPE] = ACTIONS(2290), + [anon_sym_AMP_AMP] = ACTIONS(2290), + [anon_sym_PIPE] = ACTIONS(2296), + [anon_sym_CARET] = ACTIONS(2296), + [anon_sym_AMP] = ACTIONS(2296), + [anon_sym_EQ_EQ] = ACTIONS(2290), + [anon_sym_BANG_EQ] = ACTIONS(2290), + [anon_sym_GT] = ACTIONS(2296), + [anon_sym_GT_EQ] = ACTIONS(2290), + [anon_sym_LT_EQ] = ACTIONS(2290), + [anon_sym_LT] = ACTIONS(2296), + [anon_sym_LT_LT] = ACTIONS(2296), + [anon_sym_GT_GT] = ACTIONS(2296), + [anon_sym_SEMI] = ACTIONS(2290), + [anon_sym___extension__] = ACTIONS(2288), + [anon_sym_extern] = ACTIONS(2288), + [anon_sym___attribute__] = ACTIONS(2288), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2301), + [anon_sym___declspec] = ACTIONS(2288), + [anon_sym___based] = ACTIONS(2288), + [anon_sym_LBRACE] = ACTIONS(2303), + [anon_sym_LBRACK] = ACTIONS(2296), + [anon_sym_EQ] = ACTIONS(2305), + [anon_sym_static] = ACTIONS(2288), + [anon_sym_auto] = ACTIONS(2288), + [anon_sym_register] = ACTIONS(2288), + [anon_sym_inline] = ACTIONS(2288), + [anon_sym___inline] = ACTIONS(2288), + [anon_sym___inline__] = ACTIONS(2288), + [anon_sym___forceinline] = ACTIONS(2288), + [anon_sym_thread_local] = ACTIONS(2288), + [anon_sym___thread] = ACTIONS(2288), + [anon_sym_const] = ACTIONS(2288), + [anon_sym_constexpr] = ACTIONS(2288), + [anon_sym_volatile] = ACTIONS(2288), + [anon_sym_restrict] = ACTIONS(2288), + [anon_sym___restrict__] = ACTIONS(2288), + [anon_sym__Atomic] = ACTIONS(2288), + [anon_sym__Noreturn] = ACTIONS(2288), + [anon_sym_noreturn] = ACTIONS(2288), + [anon_sym_COLON] = ACTIONS(2322), + [anon_sym_QMARK] = ACTIONS(2290), + [anon_sym_STAR_EQ] = ACTIONS(2309), + [anon_sym_SLASH_EQ] = ACTIONS(2309), + [anon_sym_PERCENT_EQ] = ACTIONS(2309), + [anon_sym_PLUS_EQ] = ACTIONS(2309), + [anon_sym_DASH_EQ] = ACTIONS(2309), + [anon_sym_LT_LT_EQ] = ACTIONS(2309), + [anon_sym_GT_GT_EQ] = ACTIONS(2309), + [anon_sym_AMP_EQ] = ACTIONS(2309), + [anon_sym_CARET_EQ] = ACTIONS(2309), + [anon_sym_PIPE_EQ] = ACTIONS(2309), + [anon_sym_DASH_DASH] = ACTIONS(2290), + [anon_sym_PLUS_PLUS] = ACTIONS(2290), + [anon_sym_DOT] = ACTIONS(2290), + [anon_sym_DASH_GT] = ACTIONS(2290), [anon_sym_L_DQUOTE] = ACTIONS(101), [anon_sym_u_DQUOTE] = ACTIONS(101), [anon_sym_U_DQUOTE] = ACTIONS(101), @@ -98423,72 +98418,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [647] = { - [sym_field_declaration_list] = STATE(1744), - [sym_string_literal] = STATE(817), - [sym_identifier] = ACTIONS(2306), - [anon_sym_COMMA] = ACTIONS(2308), - [anon_sym_LPAREN2] = ACTIONS(2310), - [anon_sym_DASH] = ACTIONS(2314), - [anon_sym_PLUS] = ACTIONS(2314), - [anon_sym_STAR] = ACTIONS(2316), - [anon_sym_SLASH] = ACTIONS(2314), - [anon_sym_PERCENT] = ACTIONS(2314), - [anon_sym_PIPE_PIPE] = ACTIONS(2308), - [anon_sym_AMP_AMP] = ACTIONS(2308), - [anon_sym_PIPE] = ACTIONS(2314), - [anon_sym_CARET] = ACTIONS(2314), - [anon_sym_AMP] = ACTIONS(2314), - [anon_sym_EQ_EQ] = ACTIONS(2308), - [anon_sym_BANG_EQ] = ACTIONS(2308), - [anon_sym_GT] = ACTIONS(2314), - [anon_sym_GT_EQ] = ACTIONS(2308), - [anon_sym_LT_EQ] = ACTIONS(2308), - [anon_sym_LT] = ACTIONS(2314), - [anon_sym_LT_LT] = ACTIONS(2314), - [anon_sym_GT_GT] = ACTIONS(2314), - [anon_sym_SEMI] = ACTIONS(2319), - [anon_sym___extension__] = ACTIONS(2306), - [anon_sym_extern] = ACTIONS(2306), - [anon_sym___attribute__] = ACTIONS(2306), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2322), - [anon_sym___declspec] = ACTIONS(2306), - [anon_sym___based] = ACTIONS(2306), - [anon_sym_LBRACE] = ACTIONS(2324), - [anon_sym_LBRACK] = ACTIONS(2314), - [anon_sym_EQ] = ACTIONS(2326), - [anon_sym_static] = ACTIONS(2306), - [anon_sym_auto] = ACTIONS(2306), - [anon_sym_register] = ACTIONS(2306), - [anon_sym_inline] = ACTIONS(2306), - [anon_sym___inline] = ACTIONS(2306), - [anon_sym___inline__] = ACTIONS(2306), - [anon_sym___forceinline] = ACTIONS(2306), - [anon_sym_thread_local] = ACTIONS(2306), - [anon_sym___thread] = ACTIONS(2306), - [anon_sym_const] = ACTIONS(2306), - [anon_sym_constexpr] = ACTIONS(2306), - [anon_sym_volatile] = ACTIONS(2306), - [anon_sym_restrict] = ACTIONS(2306), - [anon_sym___restrict__] = ACTIONS(2306), - [anon_sym__Atomic] = ACTIONS(2306), - [anon_sym__Noreturn] = ACTIONS(2306), - [anon_sym_noreturn] = ACTIONS(2306), - [anon_sym_COLON] = ACTIONS(2347), - [anon_sym_QMARK] = ACTIONS(2308), - [anon_sym_STAR_EQ] = ACTIONS(2330), - [anon_sym_SLASH_EQ] = ACTIONS(2330), - [anon_sym_PERCENT_EQ] = ACTIONS(2330), - [anon_sym_PLUS_EQ] = ACTIONS(2330), - [anon_sym_DASH_EQ] = ACTIONS(2330), - [anon_sym_LT_LT_EQ] = ACTIONS(2330), - [anon_sym_GT_GT_EQ] = ACTIONS(2330), - [anon_sym_AMP_EQ] = ACTIONS(2330), - [anon_sym_CARET_EQ] = ACTIONS(2330), - [anon_sym_PIPE_EQ] = ACTIONS(2330), - [anon_sym_DASH_DASH] = ACTIONS(2308), - [anon_sym_PLUS_PLUS] = ACTIONS(2308), - [anon_sym_DOT] = ACTIONS(2308), - [anon_sym_DASH_GT] = ACTIONS(2308), + [sym_field_declaration_list] = STATE(1721), + [sym_string_literal] = STATE(818), + [sym_identifier] = ACTIONS(2288), + [anon_sym_COMMA] = ACTIONS(2290), + [anon_sym_LPAREN2] = ACTIONS(2292), + [anon_sym_DASH] = ACTIONS(2296), + [anon_sym_PLUS] = ACTIONS(2296), + [anon_sym_STAR] = ACTIONS(2298), + [anon_sym_SLASH] = ACTIONS(2296), + [anon_sym_PERCENT] = ACTIONS(2296), + [anon_sym_PIPE_PIPE] = ACTIONS(2290), + [anon_sym_AMP_AMP] = ACTIONS(2290), + [anon_sym_PIPE] = ACTIONS(2296), + [anon_sym_CARET] = ACTIONS(2296), + [anon_sym_AMP] = ACTIONS(2296), + [anon_sym_EQ_EQ] = ACTIONS(2290), + [anon_sym_BANG_EQ] = ACTIONS(2290), + [anon_sym_GT] = ACTIONS(2296), + [anon_sym_GT_EQ] = ACTIONS(2290), + [anon_sym_LT_EQ] = ACTIONS(2290), + [anon_sym_LT] = ACTIONS(2296), + [anon_sym_LT_LT] = ACTIONS(2296), + [anon_sym_GT_GT] = ACTIONS(2296), + [anon_sym_SEMI] = ACTIONS(2311), + [anon_sym___extension__] = ACTIONS(2288), + [anon_sym_extern] = ACTIONS(2288), + [anon_sym___attribute__] = ACTIONS(2288), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2301), + [anon_sym___declspec] = ACTIONS(2288), + [anon_sym___based] = ACTIONS(2288), + [anon_sym_LBRACE] = ACTIONS(2303), + [anon_sym_LBRACK] = ACTIONS(2296), + [anon_sym_EQ] = ACTIONS(2305), + [anon_sym_static] = ACTIONS(2288), + [anon_sym_auto] = ACTIONS(2288), + [anon_sym_register] = ACTIONS(2288), + [anon_sym_inline] = ACTIONS(2288), + [anon_sym___inline] = ACTIONS(2288), + [anon_sym___inline__] = ACTIONS(2288), + [anon_sym___forceinline] = ACTIONS(2288), + [anon_sym_thread_local] = ACTIONS(2288), + [anon_sym___thread] = ACTIONS(2288), + [anon_sym_const] = ACTIONS(2288), + [anon_sym_constexpr] = ACTIONS(2288), + [anon_sym_volatile] = ACTIONS(2288), + [anon_sym_restrict] = ACTIONS(2288), + [anon_sym___restrict__] = ACTIONS(2288), + [anon_sym__Atomic] = ACTIONS(2288), + [anon_sym__Noreturn] = ACTIONS(2288), + [anon_sym_noreturn] = ACTIONS(2288), + [anon_sym_COLON] = ACTIONS(2320), + [anon_sym_QMARK] = ACTIONS(2290), + [anon_sym_STAR_EQ] = ACTIONS(2309), + [anon_sym_SLASH_EQ] = ACTIONS(2309), + [anon_sym_PERCENT_EQ] = ACTIONS(2309), + [anon_sym_PLUS_EQ] = ACTIONS(2309), + [anon_sym_DASH_EQ] = ACTIONS(2309), + [anon_sym_LT_LT_EQ] = ACTIONS(2309), + [anon_sym_GT_GT_EQ] = ACTIONS(2309), + [anon_sym_AMP_EQ] = ACTIONS(2309), + [anon_sym_CARET_EQ] = ACTIONS(2309), + [anon_sym_PIPE_EQ] = ACTIONS(2309), + [anon_sym_DASH_DASH] = ACTIONS(2290), + [anon_sym_PLUS_PLUS] = ACTIONS(2290), + [anon_sym_DOT] = ACTIONS(2290), + [anon_sym_DASH_GT] = ACTIONS(2290), [anon_sym_L_DQUOTE] = ACTIONS(101), [anon_sym_u_DQUOTE] = ACTIONS(101), [anon_sym_U_DQUOTE] = ACTIONS(101), @@ -98497,126 +98492,418 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [648] = { - [sym_field_declaration_list] = STATE(1713), - [sym_string_literal] = STATE(817), - [sym_identifier] = ACTIONS(2306), - [anon_sym_COMMA] = ACTIONS(2308), - [anon_sym_LPAREN2] = ACTIONS(2310), - [anon_sym_DASH] = ACTIONS(2314), - [anon_sym_PLUS] = ACTIONS(2314), - [anon_sym_STAR] = ACTIONS(2316), - [anon_sym_SLASH] = ACTIONS(2314), - [anon_sym_PERCENT] = ACTIONS(2314), - [anon_sym_PIPE_PIPE] = ACTIONS(2308), - [anon_sym_AMP_AMP] = ACTIONS(2308), - [anon_sym_PIPE] = ACTIONS(2314), - [anon_sym_CARET] = ACTIONS(2314), - [anon_sym_AMP] = ACTIONS(2314), - [anon_sym_EQ_EQ] = ACTIONS(2308), - [anon_sym_BANG_EQ] = ACTIONS(2308), - [anon_sym_GT] = ACTIONS(2314), - [anon_sym_GT_EQ] = ACTIONS(2308), - [anon_sym_LT_EQ] = ACTIONS(2308), - [anon_sym_LT] = ACTIONS(2314), - [anon_sym_LT_LT] = ACTIONS(2314), - [anon_sym_GT_GT] = ACTIONS(2314), - [anon_sym_SEMI] = ACTIONS(2308), - [anon_sym___extension__] = ACTIONS(2306), - [anon_sym_extern] = ACTIONS(2306), - [anon_sym___attribute__] = ACTIONS(2306), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2322), - [anon_sym___declspec] = ACTIONS(2306), - [anon_sym___based] = ACTIONS(2306), - [anon_sym_LBRACE] = ACTIONS(2324), - [anon_sym_LBRACK] = ACTIONS(2314), - [anon_sym_EQ] = ACTIONS(2326), - [anon_sym_static] = ACTIONS(2306), - [anon_sym_auto] = ACTIONS(2306), - [anon_sym_register] = ACTIONS(2306), - [anon_sym_inline] = ACTIONS(2306), - [anon_sym___inline] = ACTIONS(2306), - [anon_sym___inline__] = ACTIONS(2306), - [anon_sym___forceinline] = ACTIONS(2306), - [anon_sym_thread_local] = ACTIONS(2306), - [anon_sym___thread] = ACTIONS(2306), - [anon_sym_const] = ACTIONS(2306), - [anon_sym_constexpr] = ACTIONS(2306), - [anon_sym_volatile] = ACTIONS(2306), - [anon_sym_restrict] = ACTIONS(2306), - [anon_sym___restrict__] = ACTIONS(2306), - [anon_sym__Atomic] = ACTIONS(2306), - [anon_sym__Noreturn] = ACTIONS(2306), - [anon_sym_noreturn] = ACTIONS(2306), - [anon_sym_COLON] = ACTIONS(2328), - [anon_sym_QMARK] = ACTIONS(2308), - [anon_sym_STAR_EQ] = ACTIONS(2330), - [anon_sym_SLASH_EQ] = ACTIONS(2330), - [anon_sym_PERCENT_EQ] = ACTIONS(2330), - [anon_sym_PLUS_EQ] = ACTIONS(2330), - [anon_sym_DASH_EQ] = ACTIONS(2330), - [anon_sym_LT_LT_EQ] = ACTIONS(2330), - [anon_sym_GT_GT_EQ] = ACTIONS(2330), - [anon_sym_AMP_EQ] = ACTIONS(2330), - [anon_sym_CARET_EQ] = ACTIONS(2330), - [anon_sym_PIPE_EQ] = ACTIONS(2330), - [anon_sym_DASH_DASH] = ACTIONS(2308), - [anon_sym_PLUS_PLUS] = ACTIONS(2308), - [anon_sym_DOT] = ACTIONS(2308), - [anon_sym_DASH_GT] = ACTIONS(2308), + [sym_extension_storage_class] = STATE(648), + [sym_layout_specification] = STATE(648), + [aux_sym_declaration_repeat1] = STATE(648), + [sym_identifier] = ACTIONS(2324), + [anon_sym_subroutine] = ACTIONS(2326), + [anon_sym_invariant] = ACTIONS(2326), + [anon_sym_precise] = ACTIONS(2326), + [anon_sym_in] = ACTIONS(2326), + [anon_sym_out] = ACTIONS(2326), + [anon_sym_inout] = ACTIONS(2326), + [anon_sym_uniform] = ACTIONS(2326), + [anon_sym_shared] = ACTIONS(2326), + [anon_sym_attribute] = ACTIONS(2326), + [anon_sym_varying] = ACTIONS(2326), + [anon_sym_buffer] = ACTIONS(2326), + [anon_sym_coherent] = ACTIONS(2326), + [anon_sym_readonly] = ACTIONS(2326), + [anon_sym_writeonly] = ACTIONS(2326), + [anon_sym_precision] = ACTIONS(2326), + [anon_sym_highp] = ACTIONS(2326), + [anon_sym_mediump] = ACTIONS(2326), + [anon_sym_lowp] = ACTIONS(2326), + [anon_sym_centroid] = ACTIONS(2326), + [anon_sym_sample] = ACTIONS(2326), + [anon_sym_patch] = ACTIONS(2326), + [anon_sym_smooth] = ACTIONS(2326), + [anon_sym_flat] = ACTIONS(2326), + [anon_sym_noperspective] = ACTIONS(2326), + [anon_sym___extension__] = ACTIONS(2324), + [anon_sym_extern] = ACTIONS(2324), + [anon_sym___attribute__] = ACTIONS(2324), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2329), + [anon_sym___declspec] = ACTIONS(2324), + [anon_sym_signed] = ACTIONS(2324), + [anon_sym_unsigned] = ACTIONS(2324), + [anon_sym_long] = ACTIONS(2324), + [anon_sym_short] = ACTIONS(2324), + [anon_sym_static] = ACTIONS(2324), + [anon_sym_auto] = ACTIONS(2324), + [anon_sym_register] = ACTIONS(2324), + [anon_sym_inline] = ACTIONS(2324), + [anon_sym___inline] = ACTIONS(2324), + [anon_sym___inline__] = ACTIONS(2324), + [anon_sym___forceinline] = ACTIONS(2324), + [anon_sym_thread_local] = ACTIONS(2324), + [anon_sym___thread] = ACTIONS(2324), + [anon_sym_const] = ACTIONS(2324), + [anon_sym_constexpr] = ACTIONS(2324), + [anon_sym_volatile] = ACTIONS(2324), + [anon_sym_restrict] = ACTIONS(2324), + [anon_sym___restrict__] = ACTIONS(2324), + [anon_sym__Atomic] = ACTIONS(2324), + [anon_sym__Noreturn] = ACTIONS(2324), + [anon_sym_noreturn] = ACTIONS(2324), + [sym_primitive_type] = ACTIONS(2324), + [anon_sym_enum] = ACTIONS(2324), + [anon_sym_struct] = ACTIONS(2324), + [anon_sym_union] = ACTIONS(2324), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2331), + [anon_sym_rayPayloadInEXT] = ACTIONS(2331), + [anon_sym_hitAttributeEXT] = ACTIONS(2331), + [anon_sym_callableDataEXT] = ACTIONS(2331), + [anon_sym_callableDataInEXT] = ACTIONS(2331), + [anon_sym_shaderRecordEXT] = ACTIONS(2331), + [anon_sym_rayPayloadNV] = ACTIONS(2331), + [anon_sym_rayPayloadInNV] = ACTIONS(2331), + [anon_sym_hitAttributeNV] = ACTIONS(2331), + [anon_sym_callableDataNV] = ACTIONS(2331), + [anon_sym_callableDataInNV] = ACTIONS(2331), + [anon_sym_shaderRecordNV] = ACTIONS(2331), + [anon_sym_layout] = ACTIONS(2334), + }, + [649] = { + [sym_type_qualifier] = STATE(836), + [sym__expression] = STATE(1147), + [sym__expression_not_binary] = STATE(897), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), + [sym_pointer_expression] = STATE(967), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), + [sym_subscript_expression] = STATE(967), + [sym_call_expression] = STATE(967), + [sym_gnu_asm_expression] = STATE(897), + [sym_field_expression] = STATE(967), + [sym_compound_literal_expression] = STATE(897), + [sym_parenthesized_expression] = STATE(967), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym__type_definition_type_repeat1] = STATE(836), + [sym_identifier] = ACTIONS(2196), + [anon_sym_LPAREN2] = ACTIONS(2337), + [anon_sym_BANG] = ACTIONS(2200), + [anon_sym_TILDE] = ACTIONS(2200), + [anon_sym_DASH] = ACTIONS(2198), + [anon_sym_PLUS] = ACTIONS(2198), + [anon_sym_STAR] = ACTIONS(2339), + [anon_sym_AMP] = ACTIONS(2341), + [anon_sym___extension__] = ACTIONS(2343), + [anon_sym_RBRACK] = ACTIONS(2345), + [anon_sym_const] = ACTIONS(2343), + [anon_sym_constexpr] = ACTIONS(2343), + [anon_sym_volatile] = ACTIONS(2343), + [anon_sym_restrict] = ACTIONS(2343), + [anon_sym___restrict__] = ACTIONS(2343), + [anon_sym__Atomic] = ACTIONS(2343), + [anon_sym__Noreturn] = ACTIONS(2343), + [anon_sym_noreturn] = ACTIONS(2343), + [anon_sym_DASH_DASH] = ACTIONS(2347), + [anon_sym_PLUS_PLUS] = ACTIONS(2347), + [anon_sym_sizeof] = ACTIONS(2202), + [anon_sym___alignof__] = ACTIONS(89), + [anon_sym___alignof] = ACTIONS(89), + [anon_sym__alignof] = ACTIONS(89), + [anon_sym_alignof] = ACTIONS(89), + [anon_sym__Alignof] = ACTIONS(89), + [anon_sym_offsetof] = ACTIONS(91), + [anon_sym__Generic] = ACTIONS(93), + [anon_sym_asm] = ACTIONS(95), + [anon_sym___asm__] = ACTIONS(95), + [sym_number_literal] = ACTIONS(169), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), [anon_sym_L_DQUOTE] = ACTIONS(101), [anon_sym_u_DQUOTE] = ACTIONS(101), [anon_sym_U_DQUOTE] = ACTIONS(101), [anon_sym_u8_DQUOTE] = ACTIONS(101), [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(171), + [sym_false] = ACTIONS(171), + [anon_sym_NULL] = ACTIONS(105), + [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, - [649] = { - [sym_type_qualifier] = STATE(839), - [sym__expression] = STATE(1125), - [sym__expression_not_binary] = STATE(900), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), - [sym_pointer_expression] = STATE(971), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), - [sym_subscript_expression] = STATE(971), - [sym_call_expression] = STATE(971), - [sym_gnu_asm_expression] = STATE(900), - [sym_field_expression] = STATE(971), - [sym_compound_literal_expression] = STATE(900), - [sym_parenthesized_expression] = STATE(971), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym__type_definition_type_repeat1] = STATE(839), - [sym_identifier] = ACTIONS(2208), - [anon_sym_LPAREN2] = ACTIONS(2210), - [anon_sym_BANG] = ACTIONS(2214), - [anon_sym_TILDE] = ACTIONS(2214), - [anon_sym_DASH] = ACTIONS(2212), - [anon_sym_PLUS] = ACTIONS(2212), - [anon_sym_STAR] = ACTIONS(2355), - [anon_sym_AMP] = ACTIONS(2216), - [anon_sym___extension__] = ACTIONS(2357), + [650] = { + [sym__declaration_modifiers] = STATE(870), + [sym__declaration_specifiers] = STATE(1242), + [sym_attribute_specifier] = STATE(870), + [sym_attribute_declaration] = STATE(870), + [sym_ms_declspec_modifier] = STATE(870), + [sym_storage_class_specifier] = STATE(870), + [sym_type_qualifier] = STATE(870), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_variadic_parameter] = STATE(1715), + [sym_parameter_declaration] = STATE(1715), + [sym_macro_type_specifier] = STATE(997), + [sym_layout_specification] = STATE(674), + [aux_sym__declaration_specifiers_repeat1] = STATE(870), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), + [aux_sym_parameter_declaration_repeat1] = STATE(674), + [sym_identifier] = ACTIONS(1572), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2146), + [anon_sym_precise] = ACTIONS(2154), + [anon_sym_in] = ACTIONS(2154), + [anon_sym_out] = ACTIONS(2154), + [anon_sym_inout] = ACTIONS(2154), + [anon_sym_uniform] = ACTIONS(2154), + [anon_sym_shared] = ACTIONS(2154), + [anon_sym_attribute] = ACTIONS(2154), + [anon_sym_varying] = ACTIONS(2154), + [anon_sym_buffer] = ACTIONS(2154), + [anon_sym_coherent] = ACTIONS(2154), + [anon_sym_readonly] = ACTIONS(2154), + [anon_sym_writeonly] = ACTIONS(2154), + [anon_sym_centroid] = ACTIONS(2154), + [anon_sym_sample] = ACTIONS(2154), + [anon_sym_patch] = ACTIONS(2154), + [anon_sym_smooth] = ACTIONS(2154), + [anon_sym_flat] = ACTIONS(2154), + [anon_sym_noperspective] = ACTIONS(2154), + [anon_sym___extension__] = ACTIONS(53), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1342), + [anon_sym___declspec] = ACTIONS(43), + [anon_sym_signed] = ACTIONS(49), + [anon_sym_unsigned] = ACTIONS(49), + [anon_sym_long] = ACTIONS(49), + [anon_sym_short] = ACTIONS(49), + [anon_sym_static] = ACTIONS(51), + [anon_sym_auto] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym___inline] = ACTIONS(51), + [anon_sym___inline__] = ACTIONS(51), + [anon_sym___forceinline] = ACTIONS(51), + [anon_sym_thread_local] = ACTIONS(51), + [anon_sym___thread] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym___restrict__] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym__Noreturn] = ACTIONS(53), + [anon_sym_noreturn] = ACTIONS(53), + [sym_primitive_type] = ACTIONS(55), + [anon_sym_enum] = ACTIONS(57), + [anon_sym_struct] = ACTIONS(59), + [anon_sym_union] = ACTIONS(61), + [sym_comment] = ACTIONS(3), + [anon_sym_layout] = ACTIONS(2160), + }, + [651] = { + [sym_type_qualifier] = STATE(836), + [sym__expression] = STATE(1130), + [sym__expression_not_binary] = STATE(897), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), + [sym_pointer_expression] = STATE(967), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), + [sym_subscript_expression] = STATE(967), + [sym_call_expression] = STATE(967), + [sym_gnu_asm_expression] = STATE(897), + [sym_field_expression] = STATE(967), + [sym_compound_literal_expression] = STATE(897), + [sym_parenthesized_expression] = STATE(967), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym__type_definition_type_repeat1] = STATE(836), + [sym_identifier] = ACTIONS(2196), + [anon_sym_LPAREN2] = ACTIONS(2337), + [anon_sym_BANG] = ACTIONS(2200), + [anon_sym_TILDE] = ACTIONS(2200), + [anon_sym_DASH] = ACTIONS(2198), + [anon_sym_PLUS] = ACTIONS(2198), + [anon_sym_STAR] = ACTIONS(2349), + [anon_sym_AMP] = ACTIONS(2341), + [anon_sym___extension__] = ACTIONS(2343), + [anon_sym_RBRACK] = ACTIONS(2351), + [anon_sym_const] = ACTIONS(2343), + [anon_sym_constexpr] = ACTIONS(2343), + [anon_sym_volatile] = ACTIONS(2343), + [anon_sym_restrict] = ACTIONS(2343), + [anon_sym___restrict__] = ACTIONS(2343), + [anon_sym__Atomic] = ACTIONS(2343), + [anon_sym__Noreturn] = ACTIONS(2343), + [anon_sym_noreturn] = ACTIONS(2343), + [anon_sym_DASH_DASH] = ACTIONS(2347), + [anon_sym_PLUS_PLUS] = ACTIONS(2347), + [anon_sym_sizeof] = ACTIONS(2202), + [anon_sym___alignof__] = ACTIONS(89), + [anon_sym___alignof] = ACTIONS(89), + [anon_sym__alignof] = ACTIONS(89), + [anon_sym_alignof] = ACTIONS(89), + [anon_sym__Alignof] = ACTIONS(89), + [anon_sym_offsetof] = ACTIONS(91), + [anon_sym__Generic] = ACTIONS(93), + [anon_sym_asm] = ACTIONS(95), + [anon_sym___asm__] = ACTIONS(95), + [sym_number_literal] = ACTIONS(169), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(171), + [sym_false] = ACTIONS(171), + [anon_sym_NULL] = ACTIONS(105), + [anon_sym_nullptr] = ACTIONS(105), + [sym_comment] = ACTIONS(3), + }, + [652] = { + [sym_type_qualifier] = STATE(653), + [sym__expression] = STATE(1122), + [sym__expression_not_binary] = STATE(897), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), + [sym_pointer_expression] = STATE(967), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), + [sym_subscript_expression] = STATE(967), + [sym_call_expression] = STATE(967), + [sym_gnu_asm_expression] = STATE(897), + [sym_field_expression] = STATE(967), + [sym_compound_literal_expression] = STATE(897), + [sym_parenthesized_expression] = STATE(967), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym__type_definition_type_repeat1] = STATE(653), + [sym_identifier] = ACTIONS(2196), + [anon_sym_LPAREN2] = ACTIONS(2337), + [anon_sym_BANG] = ACTIONS(2200), + [anon_sym_TILDE] = ACTIONS(2200), + [anon_sym_DASH] = ACTIONS(2198), + [anon_sym_PLUS] = ACTIONS(2198), + [anon_sym_STAR] = ACTIONS(2353), + [anon_sym_AMP] = ACTIONS(2341), + [anon_sym___extension__] = ACTIONS(2343), + [anon_sym_RBRACK] = ACTIONS(2355), + [anon_sym_const] = ACTIONS(2343), + [anon_sym_constexpr] = ACTIONS(2343), + [anon_sym_volatile] = ACTIONS(2343), + [anon_sym_restrict] = ACTIONS(2343), + [anon_sym___restrict__] = ACTIONS(2343), + [anon_sym__Atomic] = ACTIONS(2343), + [anon_sym__Noreturn] = ACTIONS(2343), + [anon_sym_noreturn] = ACTIONS(2343), + [anon_sym_DASH_DASH] = ACTIONS(2347), + [anon_sym_PLUS_PLUS] = ACTIONS(2347), + [anon_sym_sizeof] = ACTIONS(2202), + [anon_sym___alignof__] = ACTIONS(89), + [anon_sym___alignof] = ACTIONS(89), + [anon_sym__alignof] = ACTIONS(89), + [anon_sym_alignof] = ACTIONS(89), + [anon_sym__Alignof] = ACTIONS(89), + [anon_sym_offsetof] = ACTIONS(91), + [anon_sym__Generic] = ACTIONS(93), + [anon_sym_asm] = ACTIONS(95), + [anon_sym___asm__] = ACTIONS(95), + [sym_number_literal] = ACTIONS(169), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_true] = ACTIONS(171), + [sym_false] = ACTIONS(171), + [anon_sym_NULL] = ACTIONS(105), + [anon_sym_nullptr] = ACTIONS(105), + [sym_comment] = ACTIONS(3), + }, + [653] = { + [sym_type_qualifier] = STATE(836), + [sym__expression] = STATE(1119), + [sym__expression_not_binary] = STATE(897), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), + [sym_pointer_expression] = STATE(967), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), + [sym_subscript_expression] = STATE(967), + [sym_call_expression] = STATE(967), + [sym_gnu_asm_expression] = STATE(897), + [sym_field_expression] = STATE(967), + [sym_compound_literal_expression] = STATE(897), + [sym_parenthesized_expression] = STATE(967), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym__type_definition_type_repeat1] = STATE(836), + [sym_identifier] = ACTIONS(2196), + [anon_sym_LPAREN2] = ACTIONS(2337), + [anon_sym_BANG] = ACTIONS(2200), + [anon_sym_TILDE] = ACTIONS(2200), + [anon_sym_DASH] = ACTIONS(2198), + [anon_sym_PLUS] = ACTIONS(2198), + [anon_sym_STAR] = ACTIONS(2357), + [anon_sym_AMP] = ACTIONS(2341), + [anon_sym___extension__] = ACTIONS(2343), [anon_sym_RBRACK] = ACTIONS(2359), - [anon_sym_const] = ACTIONS(2357), - [anon_sym_constexpr] = ACTIONS(2357), - [anon_sym_volatile] = ACTIONS(2357), - [anon_sym_restrict] = ACTIONS(2357), - [anon_sym___restrict__] = ACTIONS(2357), - [anon_sym__Atomic] = ACTIONS(2357), - [anon_sym__Noreturn] = ACTIONS(2357), - [anon_sym_noreturn] = ACTIONS(2357), - [anon_sym_DASH_DASH] = ACTIONS(2218), - [anon_sym_PLUS_PLUS] = ACTIONS(2218), - [anon_sym_sizeof] = ACTIONS(2220), + [anon_sym_const] = ACTIONS(2343), + [anon_sym_constexpr] = ACTIONS(2343), + [anon_sym_volatile] = ACTIONS(2343), + [anon_sym_restrict] = ACTIONS(2343), + [anon_sym___restrict__] = ACTIONS(2343), + [anon_sym__Atomic] = ACTIONS(2343), + [anon_sym__Noreturn] = ACTIONS(2343), + [anon_sym_noreturn] = ACTIONS(2343), + [anon_sym_DASH_DASH] = ACTIONS(2347), + [anon_sym_PLUS_PLUS] = ACTIONS(2347), + [anon_sym_sizeof] = ACTIONS(2202), [anon_sym___alignof__] = ACTIONS(89), [anon_sym___alignof] = ACTIONS(89), [anon_sym__alignof] = ACTIONS(89), @@ -98643,53 +98930,126 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, - [650] = { - [sym_type_qualifier] = STATE(656), - [sym__expression] = STATE(1132), - [sym__expression_not_binary] = STATE(900), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), - [sym_pointer_expression] = STATE(971), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), - [sym_subscript_expression] = STATE(971), - [sym_call_expression] = STATE(971), - [sym_gnu_asm_expression] = STATE(900), - [sym_field_expression] = STATE(971), - [sym_compound_literal_expression] = STATE(900), - [sym_parenthesized_expression] = STATE(971), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym__type_definition_type_repeat1] = STATE(656), - [sym_identifier] = ACTIONS(2208), - [anon_sym_LPAREN2] = ACTIONS(2210), - [anon_sym_BANG] = ACTIONS(2214), - [anon_sym_TILDE] = ACTIONS(2214), - [anon_sym_DASH] = ACTIONS(2212), - [anon_sym_PLUS] = ACTIONS(2212), + [654] = { + [sym_field_declaration_list] = STATE(1787), + [sym_string_literal] = STATE(818), + [sym_identifier] = ACTIONS(2288), + [anon_sym_COMMA] = ACTIONS(2290), + [anon_sym_LPAREN2] = ACTIONS(2292), + [anon_sym_DASH] = ACTIONS(2296), + [anon_sym_PLUS] = ACTIONS(2296), + [anon_sym_STAR] = ACTIONS(2298), + [anon_sym_SLASH] = ACTIONS(2296), + [anon_sym_PERCENT] = ACTIONS(2296), + [anon_sym_PIPE_PIPE] = ACTIONS(2290), + [anon_sym_AMP_AMP] = ACTIONS(2290), + [anon_sym_PIPE] = ACTIONS(2296), + [anon_sym_CARET] = ACTIONS(2296), + [anon_sym_AMP] = ACTIONS(2296), + [anon_sym_EQ_EQ] = ACTIONS(2290), + [anon_sym_BANG_EQ] = ACTIONS(2290), + [anon_sym_GT] = ACTIONS(2296), + [anon_sym_GT_EQ] = ACTIONS(2290), + [anon_sym_LT_EQ] = ACTIONS(2290), + [anon_sym_LT] = ACTIONS(2296), + [anon_sym_LT_LT] = ACTIONS(2296), + [anon_sym_GT_GT] = ACTIONS(2296), + [anon_sym_SEMI] = ACTIONS(2290), + [anon_sym___extension__] = ACTIONS(2288), + [anon_sym_extern] = ACTIONS(2288), + [anon_sym___attribute__] = ACTIONS(2288), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2301), + [anon_sym___declspec] = ACTIONS(2288), + [anon_sym___based] = ACTIONS(2288), + [anon_sym_LBRACE] = ACTIONS(2303), + [anon_sym_LBRACK] = ACTIONS(2296), + [anon_sym_EQ] = ACTIONS(2305), + [anon_sym_static] = ACTIONS(2288), + [anon_sym_auto] = ACTIONS(2288), + [anon_sym_register] = ACTIONS(2288), + [anon_sym_inline] = ACTIONS(2288), + [anon_sym___inline] = ACTIONS(2288), + [anon_sym___inline__] = ACTIONS(2288), + [anon_sym___forceinline] = ACTIONS(2288), + [anon_sym_thread_local] = ACTIONS(2288), + [anon_sym___thread] = ACTIONS(2288), + [anon_sym_const] = ACTIONS(2288), + [anon_sym_constexpr] = ACTIONS(2288), + [anon_sym_volatile] = ACTIONS(2288), + [anon_sym_restrict] = ACTIONS(2288), + [anon_sym___restrict__] = ACTIONS(2288), + [anon_sym__Atomic] = ACTIONS(2288), + [anon_sym__Noreturn] = ACTIONS(2288), + [anon_sym_noreturn] = ACTIONS(2288), + [anon_sym_QMARK] = ACTIONS(2290), + [anon_sym_STAR_EQ] = ACTIONS(2309), + [anon_sym_SLASH_EQ] = ACTIONS(2309), + [anon_sym_PERCENT_EQ] = ACTIONS(2309), + [anon_sym_PLUS_EQ] = ACTIONS(2309), + [anon_sym_DASH_EQ] = ACTIONS(2309), + [anon_sym_LT_LT_EQ] = ACTIONS(2309), + [anon_sym_GT_GT_EQ] = ACTIONS(2309), + [anon_sym_AMP_EQ] = ACTIONS(2309), + [anon_sym_CARET_EQ] = ACTIONS(2309), + [anon_sym_PIPE_EQ] = ACTIONS(2309), + [anon_sym_DASH_DASH] = ACTIONS(2290), + [anon_sym_PLUS_PLUS] = ACTIONS(2290), + [anon_sym_DOT] = ACTIONS(2290), + [anon_sym_DASH_GT] = ACTIONS(2290), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(101), + [anon_sym_DQUOTE] = ACTIONS(101), + [sym_comment] = ACTIONS(3), + }, + [655] = { + [sym_type_qualifier] = STATE(659), + [sym__expression] = STATE(1123), + [sym__expression_not_binary] = STATE(897), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), + [sym_pointer_expression] = STATE(967), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), + [sym_subscript_expression] = STATE(967), + [sym_call_expression] = STATE(967), + [sym_gnu_asm_expression] = STATE(897), + [sym_field_expression] = STATE(967), + [sym_compound_literal_expression] = STATE(897), + [sym_parenthesized_expression] = STATE(967), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym__type_definition_type_repeat1] = STATE(659), + [sym_identifier] = ACTIONS(2196), + [anon_sym_LPAREN2] = ACTIONS(2337), + [anon_sym_BANG] = ACTIONS(2200), + [anon_sym_TILDE] = ACTIONS(2200), + [anon_sym_DASH] = ACTIONS(2198), + [anon_sym_PLUS] = ACTIONS(2198), [anon_sym_STAR] = ACTIONS(2361), - [anon_sym_AMP] = ACTIONS(2216), - [anon_sym___extension__] = ACTIONS(2357), + [anon_sym_AMP] = ACTIONS(2341), + [anon_sym___extension__] = ACTIONS(2343), [anon_sym_RBRACK] = ACTIONS(2363), - [anon_sym_const] = ACTIONS(2357), - [anon_sym_constexpr] = ACTIONS(2357), - [anon_sym_volatile] = ACTIONS(2357), - [anon_sym_restrict] = ACTIONS(2357), - [anon_sym___restrict__] = ACTIONS(2357), - [anon_sym__Atomic] = ACTIONS(2357), - [anon_sym__Noreturn] = ACTIONS(2357), - [anon_sym_noreturn] = ACTIONS(2357), - [anon_sym_DASH_DASH] = ACTIONS(2218), - [anon_sym_PLUS_PLUS] = ACTIONS(2218), - [anon_sym_sizeof] = ACTIONS(2220), + [anon_sym_const] = ACTIONS(2343), + [anon_sym_constexpr] = ACTIONS(2343), + [anon_sym_volatile] = ACTIONS(2343), + [anon_sym_restrict] = ACTIONS(2343), + [anon_sym___restrict__] = ACTIONS(2343), + [anon_sym__Atomic] = ACTIONS(2343), + [anon_sym__Noreturn] = ACTIONS(2343), + [anon_sym_noreturn] = ACTIONS(2343), + [anon_sym_DASH_DASH] = ACTIONS(2347), + [anon_sym_PLUS_PLUS] = ACTIONS(2347), + [anon_sym_sizeof] = ACTIONS(2202), [anon_sym___alignof__] = ACTIONS(89), [anon_sym___alignof] = ACTIONS(89), [anon_sym__alignof] = ACTIONS(89), @@ -98716,53 +99076,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, - [651] = { - [sym_type_qualifier] = STATE(661), - [sym__expression] = STATE(1148), - [sym__expression_not_binary] = STATE(900), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), - [sym_pointer_expression] = STATE(971), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), - [sym_subscript_expression] = STATE(971), - [sym_call_expression] = STATE(971), - [sym_gnu_asm_expression] = STATE(900), - [sym_field_expression] = STATE(971), - [sym_compound_literal_expression] = STATE(900), - [sym_parenthesized_expression] = STATE(971), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym__type_definition_type_repeat1] = STATE(661), - [sym_identifier] = ACTIONS(2208), - [anon_sym_LPAREN2] = ACTIONS(2210), - [anon_sym_BANG] = ACTIONS(2214), - [anon_sym_TILDE] = ACTIONS(2214), - [anon_sym_DASH] = ACTIONS(2212), - [anon_sym_PLUS] = ACTIONS(2212), + [656] = { + [sym_type_qualifier] = STATE(651), + [sym__expression] = STATE(1132), + [sym__expression_not_binary] = STATE(897), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), + [sym_pointer_expression] = STATE(967), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), + [sym_subscript_expression] = STATE(967), + [sym_call_expression] = STATE(967), + [sym_gnu_asm_expression] = STATE(897), + [sym_field_expression] = STATE(967), + [sym_compound_literal_expression] = STATE(897), + [sym_parenthesized_expression] = STATE(967), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym__type_definition_type_repeat1] = STATE(651), + [sym_identifier] = ACTIONS(2196), + [anon_sym_LPAREN2] = ACTIONS(2337), + [anon_sym_BANG] = ACTIONS(2200), + [anon_sym_TILDE] = ACTIONS(2200), + [anon_sym_DASH] = ACTIONS(2198), + [anon_sym_PLUS] = ACTIONS(2198), [anon_sym_STAR] = ACTIONS(2365), - [anon_sym_AMP] = ACTIONS(2216), - [anon_sym___extension__] = ACTIONS(2357), + [anon_sym_AMP] = ACTIONS(2341), + [anon_sym___extension__] = ACTIONS(2343), [anon_sym_RBRACK] = ACTIONS(2367), - [anon_sym_const] = ACTIONS(2357), - [anon_sym_constexpr] = ACTIONS(2357), - [anon_sym_volatile] = ACTIONS(2357), - [anon_sym_restrict] = ACTIONS(2357), - [anon_sym___restrict__] = ACTIONS(2357), - [anon_sym__Atomic] = ACTIONS(2357), - [anon_sym__Noreturn] = ACTIONS(2357), - [anon_sym_noreturn] = ACTIONS(2357), - [anon_sym_DASH_DASH] = ACTIONS(2218), - [anon_sym_PLUS_PLUS] = ACTIONS(2218), - [anon_sym_sizeof] = ACTIONS(2220), + [anon_sym_const] = ACTIONS(2343), + [anon_sym_constexpr] = ACTIONS(2343), + [anon_sym_volatile] = ACTIONS(2343), + [anon_sym_restrict] = ACTIONS(2343), + [anon_sym___restrict__] = ACTIONS(2343), + [anon_sym__Atomic] = ACTIONS(2343), + [anon_sym__Noreturn] = ACTIONS(2343), + [anon_sym_noreturn] = ACTIONS(2343), + [anon_sym_DASH_DASH] = ACTIONS(2347), + [anon_sym_PLUS_PLUS] = ACTIONS(2347), + [anon_sym_sizeof] = ACTIONS(2202), [anon_sym___alignof__] = ACTIONS(89), [anon_sym___alignof] = ACTIONS(89), [anon_sym__alignof] = ACTIONS(89), @@ -98789,72 +99149,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, - [652] = { - [sym_field_declaration_list] = STATE(1782), - [sym_string_literal] = STATE(817), - [sym_identifier] = ACTIONS(2306), - [anon_sym_COMMA] = ACTIONS(2308), - [anon_sym_LPAREN2] = ACTIONS(2310), - [anon_sym_DASH] = ACTIONS(2314), - [anon_sym_PLUS] = ACTIONS(2314), - [anon_sym_STAR] = ACTIONS(2316), - [anon_sym_SLASH] = ACTIONS(2314), - [anon_sym_PERCENT] = ACTIONS(2314), - [anon_sym_PIPE_PIPE] = ACTIONS(2308), - [anon_sym_AMP_AMP] = ACTIONS(2308), - [anon_sym_PIPE] = ACTIONS(2314), - [anon_sym_CARET] = ACTIONS(2314), - [anon_sym_AMP] = ACTIONS(2314), - [anon_sym_EQ_EQ] = ACTIONS(2308), - [anon_sym_BANG_EQ] = ACTIONS(2308), - [anon_sym_GT] = ACTIONS(2314), - [anon_sym_GT_EQ] = ACTIONS(2308), - [anon_sym_LT_EQ] = ACTIONS(2308), - [anon_sym_LT] = ACTIONS(2314), - [anon_sym_LT_LT] = ACTIONS(2314), - [anon_sym_GT_GT] = ACTIONS(2314), - [anon_sym_SEMI] = ACTIONS(2308), - [anon_sym___extension__] = ACTIONS(2306), - [anon_sym_extern] = ACTIONS(2306), - [anon_sym___attribute__] = ACTIONS(2306), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2322), - [anon_sym___declspec] = ACTIONS(2306), - [anon_sym___based] = ACTIONS(2306), - [anon_sym_LBRACE] = ACTIONS(2324), - [anon_sym_LBRACK] = ACTIONS(2314), - [anon_sym_EQ] = ACTIONS(2326), - [anon_sym_static] = ACTIONS(2306), - [anon_sym_auto] = ACTIONS(2306), - [anon_sym_register] = ACTIONS(2306), - [anon_sym_inline] = ACTIONS(2306), - [anon_sym___inline] = ACTIONS(2306), - [anon_sym___inline__] = ACTIONS(2306), - [anon_sym___forceinline] = ACTIONS(2306), - [anon_sym_thread_local] = ACTIONS(2306), - [anon_sym___thread] = ACTIONS(2306), - [anon_sym_const] = ACTIONS(2306), - [anon_sym_constexpr] = ACTIONS(2306), - [anon_sym_volatile] = ACTIONS(2306), - [anon_sym_restrict] = ACTIONS(2306), - [anon_sym___restrict__] = ACTIONS(2306), - [anon_sym__Atomic] = ACTIONS(2306), - [anon_sym__Noreturn] = ACTIONS(2306), - [anon_sym_noreturn] = ACTIONS(2306), - [anon_sym_QMARK] = ACTIONS(2308), - [anon_sym_STAR_EQ] = ACTIONS(2330), - [anon_sym_SLASH_EQ] = ACTIONS(2330), - [anon_sym_PERCENT_EQ] = ACTIONS(2330), - [anon_sym_PLUS_EQ] = ACTIONS(2330), - [anon_sym_DASH_EQ] = ACTIONS(2330), - [anon_sym_LT_LT_EQ] = ACTIONS(2330), - [anon_sym_GT_GT_EQ] = ACTIONS(2330), - [anon_sym_AMP_EQ] = ACTIONS(2330), - [anon_sym_CARET_EQ] = ACTIONS(2330), - [anon_sym_PIPE_EQ] = ACTIONS(2330), - [anon_sym_DASH_DASH] = ACTIONS(2308), - [anon_sym_PLUS_PLUS] = ACTIONS(2308), - [anon_sym_DOT] = ACTIONS(2308), - [anon_sym_DASH_GT] = ACTIONS(2308), + [657] = { + [sym_field_declaration_list] = STATE(1713), + [sym_string_literal] = STATE(818), + [sym_identifier] = ACTIONS(2288), + [anon_sym_LPAREN2] = ACTIONS(2292), + [anon_sym_DASH] = ACTIONS(2296), + [anon_sym_PLUS] = ACTIONS(2296), + [anon_sym_STAR] = ACTIONS(2298), + [anon_sym_SLASH] = ACTIONS(2296), + [anon_sym_PERCENT] = ACTIONS(2296), + [anon_sym_PIPE_PIPE] = ACTIONS(2290), + [anon_sym_AMP_AMP] = ACTIONS(2290), + [anon_sym_PIPE] = ACTIONS(2296), + [anon_sym_CARET] = ACTIONS(2296), + [anon_sym_AMP] = ACTIONS(2296), + [anon_sym_EQ_EQ] = ACTIONS(2290), + [anon_sym_BANG_EQ] = ACTIONS(2290), + [anon_sym_GT] = ACTIONS(2296), + [anon_sym_GT_EQ] = ACTIONS(2290), + [anon_sym_LT_EQ] = ACTIONS(2290), + [anon_sym_LT] = ACTIONS(2296), + [anon_sym_LT_LT] = ACTIONS(2296), + [anon_sym_GT_GT] = ACTIONS(2296), + [anon_sym_SEMI] = ACTIONS(2311), + [anon_sym___extension__] = ACTIONS(2288), + [anon_sym_extern] = ACTIONS(2288), + [anon_sym___attribute__] = ACTIONS(2288), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2301), + [anon_sym___declspec] = ACTIONS(2288), + [anon_sym___based] = ACTIONS(2288), + [anon_sym_LBRACE] = ACTIONS(2303), + [anon_sym_LBRACK] = ACTIONS(2296), + [anon_sym_EQ] = ACTIONS(2305), + [anon_sym_static] = ACTIONS(2288), + [anon_sym_auto] = ACTIONS(2288), + [anon_sym_register] = ACTIONS(2288), + [anon_sym_inline] = ACTIONS(2288), + [anon_sym___inline] = ACTIONS(2288), + [anon_sym___inline__] = ACTIONS(2288), + [anon_sym___forceinline] = ACTIONS(2288), + [anon_sym_thread_local] = ACTIONS(2288), + [anon_sym___thread] = ACTIONS(2288), + [anon_sym_const] = ACTIONS(2288), + [anon_sym_constexpr] = ACTIONS(2288), + [anon_sym_volatile] = ACTIONS(2288), + [anon_sym_restrict] = ACTIONS(2288), + [anon_sym___restrict__] = ACTIONS(2288), + [anon_sym__Atomic] = ACTIONS(2288), + [anon_sym__Noreturn] = ACTIONS(2288), + [anon_sym_noreturn] = ACTIONS(2288), + [anon_sym_COLON] = ACTIONS(2322), + [anon_sym_QMARK] = ACTIONS(2290), + [anon_sym_STAR_EQ] = ACTIONS(2309), + [anon_sym_SLASH_EQ] = ACTIONS(2309), + [anon_sym_PERCENT_EQ] = ACTIONS(2309), + [anon_sym_PLUS_EQ] = ACTIONS(2309), + [anon_sym_DASH_EQ] = ACTIONS(2309), + [anon_sym_LT_LT_EQ] = ACTIONS(2309), + [anon_sym_GT_GT_EQ] = ACTIONS(2309), + [anon_sym_AMP_EQ] = ACTIONS(2309), + [anon_sym_CARET_EQ] = ACTIONS(2309), + [anon_sym_PIPE_EQ] = ACTIONS(2309), + [anon_sym_DASH_DASH] = ACTIONS(2290), + [anon_sym_PLUS_PLUS] = ACTIONS(2290), + [anon_sym_DOT] = ACTIONS(2290), + [anon_sym_DASH_GT] = ACTIONS(2290), [anon_sym_L_DQUOTE] = ACTIONS(101), [anon_sym_u_DQUOTE] = ACTIONS(101), [anon_sym_U_DQUOTE] = ACTIONS(101), @@ -98862,53 +99222,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(101), [sym_comment] = ACTIONS(3), }, - [653] = { + [658] = { [sym_type_qualifier] = STATE(649), - [sym__expression] = STATE(1156), - [sym__expression_not_binary] = STATE(900), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), - [sym_pointer_expression] = STATE(971), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), - [sym_subscript_expression] = STATE(971), - [sym_call_expression] = STATE(971), - [sym_gnu_asm_expression] = STATE(900), - [sym_field_expression] = STATE(971), - [sym_compound_literal_expression] = STATE(900), - [sym_parenthesized_expression] = STATE(971), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), + [sym__expression] = STATE(1154), + [sym__expression_not_binary] = STATE(897), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), + [sym_pointer_expression] = STATE(967), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), + [sym_subscript_expression] = STATE(967), + [sym_call_expression] = STATE(967), + [sym_gnu_asm_expression] = STATE(897), + [sym_field_expression] = STATE(967), + [sym_compound_literal_expression] = STATE(897), + [sym_parenthesized_expression] = STATE(967), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), [aux_sym__type_definition_type_repeat1] = STATE(649), - [sym_identifier] = ACTIONS(2208), - [anon_sym_LPAREN2] = ACTIONS(2210), - [anon_sym_BANG] = ACTIONS(2214), - [anon_sym_TILDE] = ACTIONS(2214), - [anon_sym_DASH] = ACTIONS(2212), - [anon_sym_PLUS] = ACTIONS(2212), + [sym_identifier] = ACTIONS(2196), + [anon_sym_LPAREN2] = ACTIONS(2337), + [anon_sym_BANG] = ACTIONS(2200), + [anon_sym_TILDE] = ACTIONS(2200), + [anon_sym_DASH] = ACTIONS(2198), + [anon_sym_PLUS] = ACTIONS(2198), [anon_sym_STAR] = ACTIONS(2369), - [anon_sym_AMP] = ACTIONS(2216), - [anon_sym___extension__] = ACTIONS(2357), + [anon_sym_AMP] = ACTIONS(2341), + [anon_sym___extension__] = ACTIONS(2343), [anon_sym_RBRACK] = ACTIONS(2371), - [anon_sym_const] = ACTIONS(2357), - [anon_sym_constexpr] = ACTIONS(2357), - [anon_sym_volatile] = ACTIONS(2357), - [anon_sym_restrict] = ACTIONS(2357), - [anon_sym___restrict__] = ACTIONS(2357), - [anon_sym__Atomic] = ACTIONS(2357), - [anon_sym__Noreturn] = ACTIONS(2357), - [anon_sym_noreturn] = ACTIONS(2357), - [anon_sym_DASH_DASH] = ACTIONS(2218), - [anon_sym_PLUS_PLUS] = ACTIONS(2218), - [anon_sym_sizeof] = ACTIONS(2220), + [anon_sym_const] = ACTIONS(2343), + [anon_sym_constexpr] = ACTIONS(2343), + [anon_sym_volatile] = ACTIONS(2343), + [anon_sym_restrict] = ACTIONS(2343), + [anon_sym___restrict__] = ACTIONS(2343), + [anon_sym__Atomic] = ACTIONS(2343), + [anon_sym__Noreturn] = ACTIONS(2343), + [anon_sym_noreturn] = ACTIONS(2343), + [anon_sym_DASH_DASH] = ACTIONS(2347), + [anon_sym_PLUS_PLUS] = ACTIONS(2347), + [anon_sym_sizeof] = ACTIONS(2202), [anon_sym___alignof__] = ACTIONS(89), [anon_sym___alignof] = ACTIONS(89), [anon_sym__alignof] = ACTIONS(89), @@ -98935,53 +99295,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, - [654] = { - [sym_type_qualifier] = STATE(839), - [sym__expression] = STATE(1155), - [sym__expression_not_binary] = STATE(900), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), - [sym_pointer_expression] = STATE(971), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), - [sym_subscript_expression] = STATE(971), - [sym_call_expression] = STATE(971), - [sym_gnu_asm_expression] = STATE(900), - [sym_field_expression] = STATE(971), - [sym_compound_literal_expression] = STATE(900), - [sym_parenthesized_expression] = STATE(971), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym__type_definition_type_repeat1] = STATE(839), - [sym_identifier] = ACTIONS(2208), - [anon_sym_LPAREN2] = ACTIONS(2210), - [anon_sym_BANG] = ACTIONS(2214), - [anon_sym_TILDE] = ACTIONS(2214), - [anon_sym_DASH] = ACTIONS(2212), - [anon_sym_PLUS] = ACTIONS(2212), + [659] = { + [sym_type_qualifier] = STATE(836), + [sym__expression] = STATE(1139), + [sym__expression_not_binary] = STATE(897), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), + [sym_pointer_expression] = STATE(967), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), + [sym_subscript_expression] = STATE(967), + [sym_call_expression] = STATE(967), + [sym_gnu_asm_expression] = STATE(897), + [sym_field_expression] = STATE(967), + [sym_compound_literal_expression] = STATE(897), + [sym_parenthesized_expression] = STATE(967), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym__type_definition_type_repeat1] = STATE(836), + [sym_identifier] = ACTIONS(2196), + [anon_sym_LPAREN2] = ACTIONS(2337), + [anon_sym_BANG] = ACTIONS(2200), + [anon_sym_TILDE] = ACTIONS(2200), + [anon_sym_DASH] = ACTIONS(2198), + [anon_sym_PLUS] = ACTIONS(2198), [anon_sym_STAR] = ACTIONS(2373), - [anon_sym_AMP] = ACTIONS(2216), - [anon_sym___extension__] = ACTIONS(2357), + [anon_sym_AMP] = ACTIONS(2341), + [anon_sym___extension__] = ACTIONS(2343), [anon_sym_RBRACK] = ACTIONS(2375), - [anon_sym_const] = ACTIONS(2357), - [anon_sym_constexpr] = ACTIONS(2357), - [anon_sym_volatile] = ACTIONS(2357), - [anon_sym_restrict] = ACTIONS(2357), - [anon_sym___restrict__] = ACTIONS(2357), - [anon_sym__Atomic] = ACTIONS(2357), - [anon_sym__Noreturn] = ACTIONS(2357), - [anon_sym_noreturn] = ACTIONS(2357), - [anon_sym_DASH_DASH] = ACTIONS(2218), - [anon_sym_PLUS_PLUS] = ACTIONS(2218), - [anon_sym_sizeof] = ACTIONS(2220), + [anon_sym_const] = ACTIONS(2343), + [anon_sym_constexpr] = ACTIONS(2343), + [anon_sym_volatile] = ACTIONS(2343), + [anon_sym_restrict] = ACTIONS(2343), + [anon_sym___restrict__] = ACTIONS(2343), + [anon_sym__Atomic] = ACTIONS(2343), + [anon_sym__Noreturn] = ACTIONS(2343), + [anon_sym_noreturn] = ACTIONS(2343), + [anon_sym_DASH_DASH] = ACTIONS(2347), + [anon_sym_PLUS_PLUS] = ACTIONS(2347), + [anon_sym_sizeof] = ACTIONS(2202), [anon_sym___alignof__] = ACTIONS(89), [anon_sym___alignof] = ACTIONS(89), [anon_sym__alignof] = ACTIONS(89), @@ -99008,53 +99368,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, - [655] = { - [sym_type_qualifier] = STATE(660), - [sym__expression] = STATE(1159), - [sym__expression_not_binary] = STATE(900), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), - [sym_pointer_expression] = STATE(971), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), - [sym_subscript_expression] = STATE(971), - [sym_call_expression] = STATE(971), - [sym_gnu_asm_expression] = STATE(900), - [sym_field_expression] = STATE(971), - [sym_compound_literal_expression] = STATE(900), - [sym_parenthesized_expression] = STATE(971), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym__type_definition_type_repeat1] = STATE(660), - [sym_identifier] = ACTIONS(2208), - [anon_sym_LPAREN2] = ACTIONS(2210), - [anon_sym_BANG] = ACTIONS(2214), - [anon_sym_TILDE] = ACTIONS(2214), - [anon_sym_DASH] = ACTIONS(2212), - [anon_sym_PLUS] = ACTIONS(2212), + [660] = { + [sym_type_qualifier] = STATE(661), + [sym__expression] = STATE(1137), + [sym__expression_not_binary] = STATE(897), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), + [sym_pointer_expression] = STATE(967), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), + [sym_subscript_expression] = STATE(967), + [sym_call_expression] = STATE(967), + [sym_gnu_asm_expression] = STATE(897), + [sym_field_expression] = STATE(967), + [sym_compound_literal_expression] = STATE(897), + [sym_parenthesized_expression] = STATE(967), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym__type_definition_type_repeat1] = STATE(661), + [sym_identifier] = ACTIONS(2196), + [anon_sym_LPAREN2] = ACTIONS(2337), + [anon_sym_BANG] = ACTIONS(2200), + [anon_sym_TILDE] = ACTIONS(2200), + [anon_sym_DASH] = ACTIONS(2198), + [anon_sym_PLUS] = ACTIONS(2198), [anon_sym_STAR] = ACTIONS(2377), - [anon_sym_AMP] = ACTIONS(2216), - [anon_sym___extension__] = ACTIONS(2357), + [anon_sym_AMP] = ACTIONS(2341), + [anon_sym___extension__] = ACTIONS(2343), [anon_sym_RBRACK] = ACTIONS(2379), - [anon_sym_const] = ACTIONS(2357), - [anon_sym_constexpr] = ACTIONS(2357), - [anon_sym_volatile] = ACTIONS(2357), - [anon_sym_restrict] = ACTIONS(2357), - [anon_sym___restrict__] = ACTIONS(2357), - [anon_sym__Atomic] = ACTIONS(2357), - [anon_sym__Noreturn] = ACTIONS(2357), - [anon_sym_noreturn] = ACTIONS(2357), - [anon_sym_DASH_DASH] = ACTIONS(2218), - [anon_sym_PLUS_PLUS] = ACTIONS(2218), - [anon_sym_sizeof] = ACTIONS(2220), + [anon_sym_const] = ACTIONS(2343), + [anon_sym_constexpr] = ACTIONS(2343), + [anon_sym_volatile] = ACTIONS(2343), + [anon_sym_restrict] = ACTIONS(2343), + [anon_sym___restrict__] = ACTIONS(2343), + [anon_sym__Atomic] = ACTIONS(2343), + [anon_sym__Noreturn] = ACTIONS(2343), + [anon_sym_noreturn] = ACTIONS(2343), + [anon_sym_DASH_DASH] = ACTIONS(2347), + [anon_sym_PLUS_PLUS] = ACTIONS(2347), + [anon_sym_sizeof] = ACTIONS(2202), [anon_sym___alignof__] = ACTIONS(89), [anon_sym___alignof] = ACTIONS(89), [anon_sym__alignof] = ACTIONS(89), @@ -99081,418 +99441,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(105), [sym_comment] = ACTIONS(3), }, - [656] = { - [sym_type_qualifier] = STATE(839), - [sym__expression] = STATE(1127), - [sym__expression_not_binary] = STATE(900), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), - [sym_pointer_expression] = STATE(971), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), - [sym_subscript_expression] = STATE(971), - [sym_call_expression] = STATE(971), - [sym_gnu_asm_expression] = STATE(900), - [sym_field_expression] = STATE(971), - [sym_compound_literal_expression] = STATE(900), - [sym_parenthesized_expression] = STATE(971), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym__type_definition_type_repeat1] = STATE(839), - [sym_identifier] = ACTIONS(2208), - [anon_sym_LPAREN2] = ACTIONS(2210), - [anon_sym_BANG] = ACTIONS(2214), - [anon_sym_TILDE] = ACTIONS(2214), - [anon_sym_DASH] = ACTIONS(2212), - [anon_sym_PLUS] = ACTIONS(2212), + [661] = { + [sym_type_qualifier] = STATE(836), + [sym__expression] = STATE(1136), + [sym__expression_not_binary] = STATE(897), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), + [sym_pointer_expression] = STATE(967), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), + [sym_subscript_expression] = STATE(967), + [sym_call_expression] = STATE(967), + [sym_gnu_asm_expression] = STATE(897), + [sym_field_expression] = STATE(967), + [sym_compound_literal_expression] = STATE(897), + [sym_parenthesized_expression] = STATE(967), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym__type_definition_type_repeat1] = STATE(836), + [sym_identifier] = ACTIONS(2196), + [anon_sym_LPAREN2] = ACTIONS(2337), + [anon_sym_BANG] = ACTIONS(2200), + [anon_sym_TILDE] = ACTIONS(2200), + [anon_sym_DASH] = ACTIONS(2198), + [anon_sym_PLUS] = ACTIONS(2198), [anon_sym_STAR] = ACTIONS(2381), - [anon_sym_AMP] = ACTIONS(2216), - [anon_sym___extension__] = ACTIONS(2357), + [anon_sym_AMP] = ACTIONS(2341), + [anon_sym___extension__] = ACTIONS(2343), [anon_sym_RBRACK] = ACTIONS(2383), - [anon_sym_const] = ACTIONS(2357), - [anon_sym_constexpr] = ACTIONS(2357), - [anon_sym_volatile] = ACTIONS(2357), - [anon_sym_restrict] = ACTIONS(2357), - [anon_sym___restrict__] = ACTIONS(2357), - [anon_sym__Atomic] = ACTIONS(2357), - [anon_sym__Noreturn] = ACTIONS(2357), - [anon_sym_noreturn] = ACTIONS(2357), - [anon_sym_DASH_DASH] = ACTIONS(2218), - [anon_sym_PLUS_PLUS] = ACTIONS(2218), - [anon_sym_sizeof] = ACTIONS(2220), - [anon_sym___alignof__] = ACTIONS(89), - [anon_sym___alignof] = ACTIONS(89), - [anon_sym__alignof] = ACTIONS(89), - [anon_sym_alignof] = ACTIONS(89), - [anon_sym__Alignof] = ACTIONS(89), - [anon_sym_offsetof] = ACTIONS(91), - [anon_sym__Generic] = ACTIONS(93), - [anon_sym_asm] = ACTIONS(95), - [anon_sym___asm__] = ACTIONS(95), - [sym_number_literal] = ACTIONS(169), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(171), - [sym_false] = ACTIONS(171), - [anon_sym_NULL] = ACTIONS(105), - [anon_sym_nullptr] = ACTIONS(105), - [sym_comment] = ACTIONS(3), - }, - [657] = { - [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1210), - [sym_attribute_specifier] = STATE(870), - [sym_attribute_declaration] = STATE(870), - [sym_ms_declspec_modifier] = STATE(870), - [sym_storage_class_specifier] = STATE(870), - [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_variadic_parameter] = STATE(1719), - [sym_parameter_declaration] = STATE(1719), - [sym_macro_type_specifier] = STATE(1000), - [sym_layout_specification] = STATE(674), - [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), - [aux_sym_parameter_declaration_repeat1] = STATE(674), - [sym_identifier] = ACTIONS(1572), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2158), - [anon_sym_precise] = ACTIONS(2166), - [anon_sym_in] = ACTIONS(2166), - [anon_sym_out] = ACTIONS(2166), - [anon_sym_inout] = ACTIONS(2166), - [anon_sym_uniform] = ACTIONS(2166), - [anon_sym_shared] = ACTIONS(2166), - [anon_sym_attribute] = ACTIONS(2166), - [anon_sym_varying] = ACTIONS(2166), - [anon_sym_buffer] = ACTIONS(2166), - [anon_sym_coherent] = ACTIONS(2166), - [anon_sym_readonly] = ACTIONS(2166), - [anon_sym_writeonly] = ACTIONS(2166), - [anon_sym_centroid] = ACTIONS(2166), - [anon_sym_sample] = ACTIONS(2166), - [anon_sym_patch] = ACTIONS(2166), - [anon_sym_smooth] = ACTIONS(2166), - [anon_sym_flat] = ACTIONS(2166), - [anon_sym_noperspective] = ACTIONS(2166), - [anon_sym___extension__] = ACTIONS(53), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1342), - [anon_sym___declspec] = ACTIONS(43), - [anon_sym_signed] = ACTIONS(49), - [anon_sym_unsigned] = ACTIONS(49), - [anon_sym_long] = ACTIONS(49), - [anon_sym_short] = ACTIONS(49), - [anon_sym_static] = ACTIONS(51), - [anon_sym_auto] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym___inline] = ACTIONS(51), - [anon_sym___inline__] = ACTIONS(51), - [anon_sym___forceinline] = ACTIONS(51), - [anon_sym_thread_local] = ACTIONS(51), - [anon_sym___thread] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym___restrict__] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym__Noreturn] = ACTIONS(53), - [anon_sym_noreturn] = ACTIONS(53), - [sym_primitive_type] = ACTIONS(55), - [anon_sym_enum] = ACTIONS(57), - [anon_sym_struct] = ACTIONS(59), - [anon_sym_union] = ACTIONS(61), - [sym_comment] = ACTIONS(3), - [anon_sym_layout] = ACTIONS(2172), - }, - [658] = { - [sym_field_declaration_list] = STATE(1716), - [sym_string_literal] = STATE(817), - [sym_identifier] = ACTIONS(2306), - [anon_sym_LPAREN2] = ACTIONS(2310), - [anon_sym_DASH] = ACTIONS(2314), - [anon_sym_PLUS] = ACTIONS(2314), - [anon_sym_STAR] = ACTIONS(2316), - [anon_sym_SLASH] = ACTIONS(2314), - [anon_sym_PERCENT] = ACTIONS(2314), - [anon_sym_PIPE_PIPE] = ACTIONS(2308), - [anon_sym_AMP_AMP] = ACTIONS(2308), - [anon_sym_PIPE] = ACTIONS(2314), - [anon_sym_CARET] = ACTIONS(2314), - [anon_sym_AMP] = ACTIONS(2314), - [anon_sym_EQ_EQ] = ACTIONS(2308), - [anon_sym_BANG_EQ] = ACTIONS(2308), - [anon_sym_GT] = ACTIONS(2314), - [anon_sym_GT_EQ] = ACTIONS(2308), - [anon_sym_LT_EQ] = ACTIONS(2308), - [anon_sym_LT] = ACTIONS(2314), - [anon_sym_LT_LT] = ACTIONS(2314), - [anon_sym_GT_GT] = ACTIONS(2314), - [anon_sym_SEMI] = ACTIONS(2319), - [anon_sym___extension__] = ACTIONS(2306), - [anon_sym_extern] = ACTIONS(2306), - [anon_sym___attribute__] = ACTIONS(2306), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2322), - [anon_sym___declspec] = ACTIONS(2306), - [anon_sym___based] = ACTIONS(2306), - [anon_sym_LBRACE] = ACTIONS(2324), - [anon_sym_LBRACK] = ACTIONS(2314), - [anon_sym_EQ] = ACTIONS(2326), - [anon_sym_static] = ACTIONS(2306), - [anon_sym_auto] = ACTIONS(2306), - [anon_sym_register] = ACTIONS(2306), - [anon_sym_inline] = ACTIONS(2306), - [anon_sym___inline] = ACTIONS(2306), - [anon_sym___inline__] = ACTIONS(2306), - [anon_sym___forceinline] = ACTIONS(2306), - [anon_sym_thread_local] = ACTIONS(2306), - [anon_sym___thread] = ACTIONS(2306), - [anon_sym_const] = ACTIONS(2306), - [anon_sym_constexpr] = ACTIONS(2306), - [anon_sym_volatile] = ACTIONS(2306), - [anon_sym_restrict] = ACTIONS(2306), - [anon_sym___restrict__] = ACTIONS(2306), - [anon_sym__Atomic] = ACTIONS(2306), - [anon_sym__Noreturn] = ACTIONS(2306), - [anon_sym_noreturn] = ACTIONS(2306), - [anon_sym_COLON] = ACTIONS(2353), - [anon_sym_QMARK] = ACTIONS(2308), - [anon_sym_STAR_EQ] = ACTIONS(2330), - [anon_sym_SLASH_EQ] = ACTIONS(2330), - [anon_sym_PERCENT_EQ] = ACTIONS(2330), - [anon_sym_PLUS_EQ] = ACTIONS(2330), - [anon_sym_DASH_EQ] = ACTIONS(2330), - [anon_sym_LT_LT_EQ] = ACTIONS(2330), - [anon_sym_GT_GT_EQ] = ACTIONS(2330), - [anon_sym_AMP_EQ] = ACTIONS(2330), - [anon_sym_CARET_EQ] = ACTIONS(2330), - [anon_sym_PIPE_EQ] = ACTIONS(2330), - [anon_sym_DASH_DASH] = ACTIONS(2308), - [anon_sym_PLUS_PLUS] = ACTIONS(2308), - [anon_sym_DOT] = ACTIONS(2308), - [anon_sym_DASH_GT] = ACTIONS(2308), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_comment] = ACTIONS(3), - }, - [659] = { - [sym_type_qualifier] = STATE(654), - [sym__expression] = STATE(1141), - [sym__expression_not_binary] = STATE(900), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), - [sym_pointer_expression] = STATE(971), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), - [sym_subscript_expression] = STATE(971), - [sym_call_expression] = STATE(971), - [sym_gnu_asm_expression] = STATE(900), - [sym_field_expression] = STATE(971), - [sym_compound_literal_expression] = STATE(900), - [sym_parenthesized_expression] = STATE(971), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym__type_definition_type_repeat1] = STATE(654), - [sym_identifier] = ACTIONS(2208), - [anon_sym_LPAREN2] = ACTIONS(2210), - [anon_sym_BANG] = ACTIONS(2214), - [anon_sym_TILDE] = ACTIONS(2214), - [anon_sym_DASH] = ACTIONS(2212), - [anon_sym_PLUS] = ACTIONS(2212), - [anon_sym_STAR] = ACTIONS(2385), - [anon_sym_AMP] = ACTIONS(2216), - [anon_sym___extension__] = ACTIONS(2357), - [anon_sym_RBRACK] = ACTIONS(2387), - [anon_sym_const] = ACTIONS(2357), - [anon_sym_constexpr] = ACTIONS(2357), - [anon_sym_volatile] = ACTIONS(2357), - [anon_sym_restrict] = ACTIONS(2357), - [anon_sym___restrict__] = ACTIONS(2357), - [anon_sym__Atomic] = ACTIONS(2357), - [anon_sym__Noreturn] = ACTIONS(2357), - [anon_sym_noreturn] = ACTIONS(2357), - [anon_sym_DASH_DASH] = ACTIONS(2218), - [anon_sym_PLUS_PLUS] = ACTIONS(2218), - [anon_sym_sizeof] = ACTIONS(2220), - [anon_sym___alignof__] = ACTIONS(89), - [anon_sym___alignof] = ACTIONS(89), - [anon_sym__alignof] = ACTIONS(89), - [anon_sym_alignof] = ACTIONS(89), - [anon_sym__Alignof] = ACTIONS(89), - [anon_sym_offsetof] = ACTIONS(91), - [anon_sym__Generic] = ACTIONS(93), - [anon_sym_asm] = ACTIONS(95), - [anon_sym___asm__] = ACTIONS(95), - [sym_number_literal] = ACTIONS(169), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(171), - [sym_false] = ACTIONS(171), - [anon_sym_NULL] = ACTIONS(105), - [anon_sym_nullptr] = ACTIONS(105), - [sym_comment] = ACTIONS(3), - }, - [660] = { - [sym_type_qualifier] = STATE(839), - [sym__expression] = STATE(1152), - [sym__expression_not_binary] = STATE(900), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), - [sym_pointer_expression] = STATE(971), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), - [sym_subscript_expression] = STATE(971), - [sym_call_expression] = STATE(971), - [sym_gnu_asm_expression] = STATE(900), - [sym_field_expression] = STATE(971), - [sym_compound_literal_expression] = STATE(900), - [sym_parenthesized_expression] = STATE(971), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym__type_definition_type_repeat1] = STATE(839), - [sym_identifier] = ACTIONS(2208), - [anon_sym_LPAREN2] = ACTIONS(2210), - [anon_sym_BANG] = ACTIONS(2214), - [anon_sym_TILDE] = ACTIONS(2214), - [anon_sym_DASH] = ACTIONS(2212), - [anon_sym_PLUS] = ACTIONS(2212), - [anon_sym_STAR] = ACTIONS(2389), - [anon_sym_AMP] = ACTIONS(2216), - [anon_sym___extension__] = ACTIONS(2357), - [anon_sym_RBRACK] = ACTIONS(2391), - [anon_sym_const] = ACTIONS(2357), - [anon_sym_constexpr] = ACTIONS(2357), - [anon_sym_volatile] = ACTIONS(2357), - [anon_sym_restrict] = ACTIONS(2357), - [anon_sym___restrict__] = ACTIONS(2357), - [anon_sym__Atomic] = ACTIONS(2357), - [anon_sym__Noreturn] = ACTIONS(2357), - [anon_sym_noreturn] = ACTIONS(2357), - [anon_sym_DASH_DASH] = ACTIONS(2218), - [anon_sym_PLUS_PLUS] = ACTIONS(2218), - [anon_sym_sizeof] = ACTIONS(2220), - [anon_sym___alignof__] = ACTIONS(89), - [anon_sym___alignof] = ACTIONS(89), - [anon_sym__alignof] = ACTIONS(89), - [anon_sym_alignof] = ACTIONS(89), - [anon_sym__Alignof] = ACTIONS(89), - [anon_sym_offsetof] = ACTIONS(91), - [anon_sym__Generic] = ACTIONS(93), - [anon_sym_asm] = ACTIONS(95), - [anon_sym___asm__] = ACTIONS(95), - [sym_number_literal] = ACTIONS(169), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(171), - [sym_false] = ACTIONS(171), - [anon_sym_NULL] = ACTIONS(105), - [anon_sym_nullptr] = ACTIONS(105), - [sym_comment] = ACTIONS(3), - }, - [661] = { - [sym_type_qualifier] = STATE(839), - [sym__expression] = STATE(1151), - [sym__expression_not_binary] = STATE(900), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), - [sym_pointer_expression] = STATE(971), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), - [sym_subscript_expression] = STATE(971), - [sym_call_expression] = STATE(971), - [sym_gnu_asm_expression] = STATE(900), - [sym_field_expression] = STATE(971), - [sym_compound_literal_expression] = STATE(900), - [sym_parenthesized_expression] = STATE(971), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym__type_definition_type_repeat1] = STATE(839), - [sym_identifier] = ACTIONS(2208), - [anon_sym_LPAREN2] = ACTIONS(2210), - [anon_sym_BANG] = ACTIONS(2214), - [anon_sym_TILDE] = ACTIONS(2214), - [anon_sym_DASH] = ACTIONS(2212), - [anon_sym_PLUS] = ACTIONS(2212), - [anon_sym_STAR] = ACTIONS(2393), - [anon_sym_AMP] = ACTIONS(2216), - [anon_sym___extension__] = ACTIONS(2357), - [anon_sym_RBRACK] = ACTIONS(2395), - [anon_sym_const] = ACTIONS(2357), - [anon_sym_constexpr] = ACTIONS(2357), - [anon_sym_volatile] = ACTIONS(2357), - [anon_sym_restrict] = ACTIONS(2357), - [anon_sym___restrict__] = ACTIONS(2357), - [anon_sym__Atomic] = ACTIONS(2357), - [anon_sym__Noreturn] = ACTIONS(2357), - [anon_sym_noreturn] = ACTIONS(2357), - [anon_sym_DASH_DASH] = ACTIONS(2218), - [anon_sym_PLUS_PLUS] = ACTIONS(2218), - [anon_sym_sizeof] = ACTIONS(2220), + [anon_sym_const] = ACTIONS(2343), + [anon_sym_constexpr] = ACTIONS(2343), + [anon_sym_volatile] = ACTIONS(2343), + [anon_sym_restrict] = ACTIONS(2343), + [anon_sym___restrict__] = ACTIONS(2343), + [anon_sym__Atomic] = ACTIONS(2343), + [anon_sym__Noreturn] = ACTIONS(2343), + [anon_sym_noreturn] = ACTIONS(2343), + [anon_sym_DASH_DASH] = ACTIONS(2347), + [anon_sym_PLUS_PLUS] = ACTIONS(2347), + [anon_sym_sizeof] = ACTIONS(2202), [anon_sym___alignof__] = ACTIONS(89), [anon_sym___alignof] = ACTIONS(89), [anon_sym__alignof] = ACTIONS(89), @@ -99520,604 +99515,604 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [662] = { - [sym_identifier] = ACTIONS(2397), - [anon_sym_subroutine] = ACTIONS(1810), - [anon_sym_invariant] = ACTIONS(1810), - [anon_sym_precise] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1810), - [anon_sym_out] = ACTIONS(1810), - [anon_sym_inout] = ACTIONS(1810), - [anon_sym_uniform] = ACTIONS(1810), - [anon_sym_shared] = ACTIONS(1810), - [anon_sym_attribute] = ACTIONS(1810), - [anon_sym_varying] = ACTIONS(1810), - [anon_sym_buffer] = ACTIONS(1810), - [anon_sym_coherent] = ACTIONS(1810), - [anon_sym_readonly] = ACTIONS(1810), - [anon_sym_writeonly] = ACTIONS(1810), - [anon_sym_precision] = ACTIONS(1810), - [anon_sym_highp] = ACTIONS(1810), - [anon_sym_mediump] = ACTIONS(1810), - [anon_sym_lowp] = ACTIONS(1810), - [anon_sym_centroid] = ACTIONS(1810), - [anon_sym_sample] = ACTIONS(1810), - [anon_sym_patch] = ACTIONS(1810), - [anon_sym_smooth] = ACTIONS(1810), - [anon_sym_flat] = ACTIONS(1810), - [anon_sym_noperspective] = ACTIONS(1810), - [anon_sym___extension__] = ACTIONS(1810), - [anon_sym_extern] = ACTIONS(1810), - [anon_sym___attribute__] = ACTIONS(1810), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), - [anon_sym___declspec] = ACTIONS(1810), - [anon_sym_signed] = ACTIONS(1810), - [anon_sym_unsigned] = ACTIONS(1810), - [anon_sym_long] = ACTIONS(1810), - [anon_sym_short] = ACTIONS(1810), - [anon_sym_static] = ACTIONS(1810), - [anon_sym_auto] = ACTIONS(1810), - [anon_sym_register] = ACTIONS(1810), - [anon_sym_inline] = ACTIONS(1810), - [anon_sym___inline] = ACTIONS(1810), - [anon_sym___inline__] = ACTIONS(1810), - [anon_sym___forceinline] = ACTIONS(1810), - [anon_sym_thread_local] = ACTIONS(1810), - [anon_sym___thread] = ACTIONS(1810), - [anon_sym_const] = ACTIONS(1810), - [anon_sym_constexpr] = ACTIONS(1810), - [anon_sym_volatile] = ACTIONS(1810), - [anon_sym_restrict] = ACTIONS(1810), - [anon_sym___restrict__] = ACTIONS(1810), - [anon_sym__Atomic] = ACTIONS(1810), - [anon_sym__Noreturn] = ACTIONS(1810), - [anon_sym_noreturn] = ACTIONS(1810), - [sym_primitive_type] = ACTIONS(1810), - [anon_sym_enum] = ACTIONS(1810), - [anon_sym_struct] = ACTIONS(1810), - [anon_sym_union] = ACTIONS(1810), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1810), - [anon_sym_rayPayloadInEXT] = ACTIONS(1810), - [anon_sym_hitAttributeEXT] = ACTIONS(1810), - [anon_sym_callableDataEXT] = ACTIONS(1810), - [anon_sym_callableDataInEXT] = ACTIONS(1810), - [anon_sym_shaderRecordEXT] = ACTIONS(1810), - [anon_sym_rayPayloadNV] = ACTIONS(1810), - [anon_sym_rayPayloadInNV] = ACTIONS(1810), - [anon_sym_hitAttributeNV] = ACTIONS(1810), - [anon_sym_callableDataNV] = ACTIONS(1810), - [anon_sym_callableDataInNV] = ACTIONS(1810), - [anon_sym_shaderRecordNV] = ACTIONS(1810), - [anon_sym_layout] = ACTIONS(1810), + [sym_identifier] = ACTIONS(2385), + [anon_sym_subroutine] = ACTIONS(1804), + [anon_sym_invariant] = ACTIONS(1804), + [anon_sym_precise] = ACTIONS(1804), + [anon_sym_in] = ACTIONS(1804), + [anon_sym_out] = ACTIONS(1804), + [anon_sym_inout] = ACTIONS(1804), + [anon_sym_uniform] = ACTIONS(1804), + [anon_sym_shared] = ACTIONS(1804), + [anon_sym_attribute] = ACTIONS(1804), + [anon_sym_varying] = ACTIONS(1804), + [anon_sym_buffer] = ACTIONS(1804), + [anon_sym_coherent] = ACTIONS(1804), + [anon_sym_readonly] = ACTIONS(1804), + [anon_sym_writeonly] = ACTIONS(1804), + [anon_sym_precision] = ACTIONS(1804), + [anon_sym_highp] = ACTIONS(1804), + [anon_sym_mediump] = ACTIONS(1804), + [anon_sym_lowp] = ACTIONS(1804), + [anon_sym_centroid] = ACTIONS(1804), + [anon_sym_sample] = ACTIONS(1804), + [anon_sym_patch] = ACTIONS(1804), + [anon_sym_smooth] = ACTIONS(1804), + [anon_sym_flat] = ACTIONS(1804), + [anon_sym_noperspective] = ACTIONS(1804), + [anon_sym___extension__] = ACTIONS(1804), + [anon_sym_extern] = ACTIONS(1804), + [anon_sym___attribute__] = ACTIONS(1804), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2388), + [anon_sym___declspec] = ACTIONS(1804), + [anon_sym_signed] = ACTIONS(1804), + [anon_sym_unsigned] = ACTIONS(1804), + [anon_sym_long] = ACTIONS(1804), + [anon_sym_short] = ACTIONS(1804), + [anon_sym_static] = ACTIONS(1804), + [anon_sym_auto] = ACTIONS(1804), + [anon_sym_register] = ACTIONS(1804), + [anon_sym_inline] = ACTIONS(1804), + [anon_sym___inline] = ACTIONS(1804), + [anon_sym___inline__] = ACTIONS(1804), + [anon_sym___forceinline] = ACTIONS(1804), + [anon_sym_thread_local] = ACTIONS(1804), + [anon_sym___thread] = ACTIONS(1804), + [anon_sym_const] = ACTIONS(1804), + [anon_sym_constexpr] = ACTIONS(1804), + [anon_sym_volatile] = ACTIONS(1804), + [anon_sym_restrict] = ACTIONS(1804), + [anon_sym___restrict__] = ACTIONS(1804), + [anon_sym__Atomic] = ACTIONS(1804), + [anon_sym__Noreturn] = ACTIONS(1804), + [anon_sym_noreturn] = ACTIONS(1804), + [sym_primitive_type] = ACTIONS(1804), + [anon_sym_enum] = ACTIONS(1804), + [anon_sym_struct] = ACTIONS(1804), + [anon_sym_union] = ACTIONS(1804), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1804), + [anon_sym_rayPayloadInEXT] = ACTIONS(1804), + [anon_sym_hitAttributeEXT] = ACTIONS(1804), + [anon_sym_callableDataEXT] = ACTIONS(1804), + [anon_sym_callableDataInEXT] = ACTIONS(1804), + [anon_sym_shaderRecordEXT] = ACTIONS(1804), + [anon_sym_rayPayloadNV] = ACTIONS(1804), + [anon_sym_rayPayloadInNV] = ACTIONS(1804), + [anon_sym_hitAttributeNV] = ACTIONS(1804), + [anon_sym_callableDataNV] = ACTIONS(1804), + [anon_sym_callableDataInNV] = ACTIONS(1804), + [anon_sym_shaderRecordNV] = ACTIONS(1804), + [anon_sym_layout] = ACTIONS(1804), }, [663] = { - [sym_identifier] = ACTIONS(2402), - [anon_sym_subroutine] = ACTIONS(2402), - [anon_sym_invariant] = ACTIONS(2402), - [anon_sym_precise] = ACTIONS(2402), - [anon_sym_in] = ACTIONS(2402), - [anon_sym_out] = ACTIONS(2402), - [anon_sym_inout] = ACTIONS(2402), - [anon_sym_uniform] = ACTIONS(2402), - [anon_sym_shared] = ACTIONS(2402), - [anon_sym_attribute] = ACTIONS(2402), - [anon_sym_varying] = ACTIONS(2402), - [anon_sym_buffer] = ACTIONS(2402), - [anon_sym_coherent] = ACTIONS(2402), - [anon_sym_readonly] = ACTIONS(2402), - [anon_sym_writeonly] = ACTIONS(2402), - [anon_sym_precision] = ACTIONS(2402), - [anon_sym_highp] = ACTIONS(2402), - [anon_sym_mediump] = ACTIONS(2402), - [anon_sym_lowp] = ACTIONS(2402), - [anon_sym_centroid] = ACTIONS(2402), - [anon_sym_sample] = ACTIONS(2402), - [anon_sym_patch] = ACTIONS(2402), - [anon_sym_smooth] = ACTIONS(2402), - [anon_sym_flat] = ACTIONS(2402), - [anon_sym_noperspective] = ACTIONS(2402), - [anon_sym___extension__] = ACTIONS(2402), - [anon_sym_extern] = ACTIONS(2402), - [anon_sym___attribute__] = ACTIONS(2402), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2404), - [anon_sym___declspec] = ACTIONS(2402), - [anon_sym_signed] = ACTIONS(2402), - [anon_sym_unsigned] = ACTIONS(2402), - [anon_sym_long] = ACTIONS(2402), - [anon_sym_short] = ACTIONS(2402), - [anon_sym_static] = ACTIONS(2402), - [anon_sym_auto] = ACTIONS(2402), - [anon_sym_register] = ACTIONS(2402), - [anon_sym_inline] = ACTIONS(2402), - [anon_sym___inline] = ACTIONS(2402), - [anon_sym___inline__] = ACTIONS(2402), - [anon_sym___forceinline] = ACTIONS(2402), - [anon_sym_thread_local] = ACTIONS(2402), - [anon_sym___thread] = ACTIONS(2402), - [anon_sym_const] = ACTIONS(2402), - [anon_sym_constexpr] = ACTIONS(2402), - [anon_sym_volatile] = ACTIONS(2402), - [anon_sym_restrict] = ACTIONS(2402), - [anon_sym___restrict__] = ACTIONS(2402), - [anon_sym__Atomic] = ACTIONS(2402), - [anon_sym__Noreturn] = ACTIONS(2402), - [anon_sym_noreturn] = ACTIONS(2402), - [sym_primitive_type] = ACTIONS(2402), - [anon_sym_enum] = ACTIONS(2402), - [anon_sym_struct] = ACTIONS(2402), - [anon_sym_union] = ACTIONS(2402), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2402), - [anon_sym_rayPayloadInEXT] = ACTIONS(2402), - [anon_sym_hitAttributeEXT] = ACTIONS(2402), - [anon_sym_callableDataEXT] = ACTIONS(2402), - [anon_sym_callableDataInEXT] = ACTIONS(2402), - [anon_sym_shaderRecordEXT] = ACTIONS(2402), - [anon_sym_rayPayloadNV] = ACTIONS(2402), - [anon_sym_rayPayloadInNV] = ACTIONS(2402), - [anon_sym_hitAttributeNV] = ACTIONS(2402), - [anon_sym_callableDataNV] = ACTIONS(2402), - [anon_sym_callableDataInNV] = ACTIONS(2402), - [anon_sym_shaderRecordNV] = ACTIONS(2402), - [anon_sym_layout] = ACTIONS(2402), + [sym_identifier] = ACTIONS(2390), + [anon_sym_subroutine] = ACTIONS(1804), + [anon_sym_invariant] = ACTIONS(1804), + [anon_sym_precise] = ACTIONS(1804), + [anon_sym_in] = ACTIONS(1804), + [anon_sym_out] = ACTIONS(1804), + [anon_sym_inout] = ACTIONS(1804), + [anon_sym_uniform] = ACTIONS(1804), + [anon_sym_shared] = ACTIONS(1804), + [anon_sym_attribute] = ACTIONS(1804), + [anon_sym_varying] = ACTIONS(1804), + [anon_sym_buffer] = ACTIONS(1804), + [anon_sym_coherent] = ACTIONS(1804), + [anon_sym_readonly] = ACTIONS(1804), + [anon_sym_writeonly] = ACTIONS(1804), + [anon_sym_precision] = ACTIONS(1804), + [anon_sym_highp] = ACTIONS(1804), + [anon_sym_mediump] = ACTIONS(1804), + [anon_sym_lowp] = ACTIONS(1804), + [anon_sym_centroid] = ACTIONS(1804), + [anon_sym_sample] = ACTIONS(1804), + [anon_sym_patch] = ACTIONS(1804), + [anon_sym_smooth] = ACTIONS(1804), + [anon_sym_flat] = ACTIONS(1804), + [anon_sym_noperspective] = ACTIONS(1804), + [anon_sym___extension__] = ACTIONS(1804), + [anon_sym_extern] = ACTIONS(1804), + [anon_sym___attribute__] = ACTIONS(1804), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2388), + [anon_sym___declspec] = ACTIONS(1804), + [anon_sym_signed] = ACTIONS(1804), + [anon_sym_unsigned] = ACTIONS(1804), + [anon_sym_long] = ACTIONS(1804), + [anon_sym_short] = ACTIONS(1804), + [anon_sym_static] = ACTIONS(1804), + [anon_sym_auto] = ACTIONS(1804), + [anon_sym_register] = ACTIONS(1804), + [anon_sym_inline] = ACTIONS(1804), + [anon_sym___inline] = ACTIONS(1804), + [anon_sym___inline__] = ACTIONS(1804), + [anon_sym___forceinline] = ACTIONS(1804), + [anon_sym_thread_local] = ACTIONS(1804), + [anon_sym___thread] = ACTIONS(1804), + [anon_sym_const] = ACTIONS(1804), + [anon_sym_constexpr] = ACTIONS(1804), + [anon_sym_volatile] = ACTIONS(1804), + [anon_sym_restrict] = ACTIONS(1804), + [anon_sym___restrict__] = ACTIONS(1804), + [anon_sym__Atomic] = ACTIONS(1804), + [anon_sym__Noreturn] = ACTIONS(1804), + [anon_sym_noreturn] = ACTIONS(1804), + [sym_primitive_type] = ACTIONS(1804), + [anon_sym_enum] = ACTIONS(1804), + [anon_sym_struct] = ACTIONS(1804), + [anon_sym_union] = ACTIONS(1804), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1804), + [anon_sym_rayPayloadInEXT] = ACTIONS(1804), + [anon_sym_hitAttributeEXT] = ACTIONS(1804), + [anon_sym_callableDataEXT] = ACTIONS(1804), + [anon_sym_callableDataInEXT] = ACTIONS(1804), + [anon_sym_shaderRecordEXT] = ACTIONS(1804), + [anon_sym_rayPayloadNV] = ACTIONS(1804), + [anon_sym_rayPayloadInNV] = ACTIONS(1804), + [anon_sym_hitAttributeNV] = ACTIONS(1804), + [anon_sym_callableDataNV] = ACTIONS(1804), + [anon_sym_callableDataInNV] = ACTIONS(1804), + [anon_sym_shaderRecordNV] = ACTIONS(1804), + [anon_sym_layout] = ACTIONS(1804), }, [664] = { - [sym_identifier] = ACTIONS(2406), - [anon_sym_subroutine] = ACTIONS(1810), - [anon_sym_invariant] = ACTIONS(1810), - [anon_sym_precise] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1810), - [anon_sym_out] = ACTIONS(1810), - [anon_sym_inout] = ACTIONS(1810), - [anon_sym_uniform] = ACTIONS(1810), - [anon_sym_shared] = ACTIONS(1810), - [anon_sym_attribute] = ACTIONS(1810), - [anon_sym_varying] = ACTIONS(1810), - [anon_sym_buffer] = ACTIONS(1810), - [anon_sym_coherent] = ACTIONS(1810), - [anon_sym_readonly] = ACTIONS(1810), - [anon_sym_writeonly] = ACTIONS(1810), - [anon_sym_precision] = ACTIONS(1810), - [anon_sym_highp] = ACTIONS(1810), - [anon_sym_mediump] = ACTIONS(1810), - [anon_sym_lowp] = ACTIONS(1810), - [anon_sym_centroid] = ACTIONS(1810), - [anon_sym_sample] = ACTIONS(1810), - [anon_sym_patch] = ACTIONS(1810), - [anon_sym_smooth] = ACTIONS(1810), - [anon_sym_flat] = ACTIONS(1810), - [anon_sym_noperspective] = ACTIONS(1810), - [anon_sym___extension__] = ACTIONS(1810), - [anon_sym_extern] = ACTIONS(1810), - [anon_sym___attribute__] = ACTIONS(1810), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), - [anon_sym___declspec] = ACTIONS(1810), - [anon_sym_signed] = ACTIONS(1810), - [anon_sym_unsigned] = ACTIONS(1810), - [anon_sym_long] = ACTIONS(1810), - [anon_sym_short] = ACTIONS(1810), - [anon_sym_static] = ACTIONS(1810), - [anon_sym_auto] = ACTIONS(1810), - [anon_sym_register] = ACTIONS(1810), - [anon_sym_inline] = ACTIONS(1810), - [anon_sym___inline] = ACTIONS(1810), - [anon_sym___inline__] = ACTIONS(1810), - [anon_sym___forceinline] = ACTIONS(1810), - [anon_sym_thread_local] = ACTIONS(1810), - [anon_sym___thread] = ACTIONS(1810), - [anon_sym_const] = ACTIONS(1810), - [anon_sym_constexpr] = ACTIONS(1810), - [anon_sym_volatile] = ACTIONS(1810), - [anon_sym_restrict] = ACTIONS(1810), - [anon_sym___restrict__] = ACTIONS(1810), - [anon_sym__Atomic] = ACTIONS(1810), - [anon_sym__Noreturn] = ACTIONS(1810), - [anon_sym_noreturn] = ACTIONS(1810), - [sym_primitive_type] = ACTIONS(1810), - [anon_sym_enum] = ACTIONS(1810), - [anon_sym_struct] = ACTIONS(1810), - [anon_sym_union] = ACTIONS(1810), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1810), - [anon_sym_rayPayloadInEXT] = ACTIONS(1810), - [anon_sym_hitAttributeEXT] = ACTIONS(1810), - [anon_sym_callableDataEXT] = ACTIONS(1810), - [anon_sym_callableDataInEXT] = ACTIONS(1810), - [anon_sym_shaderRecordEXT] = ACTIONS(1810), - [anon_sym_rayPayloadNV] = ACTIONS(1810), - [anon_sym_rayPayloadInNV] = ACTIONS(1810), - [anon_sym_hitAttributeNV] = ACTIONS(1810), - [anon_sym_callableDataNV] = ACTIONS(1810), - [anon_sym_callableDataInNV] = ACTIONS(1810), - [anon_sym_shaderRecordNV] = ACTIONS(1810), - [anon_sym_layout] = ACTIONS(1810), + [sym_identifier] = ACTIONS(2393), + [anon_sym_subroutine] = ACTIONS(2393), + [anon_sym_invariant] = ACTIONS(2393), + [anon_sym_precise] = ACTIONS(2393), + [anon_sym_in] = ACTIONS(2393), + [anon_sym_out] = ACTIONS(2393), + [anon_sym_inout] = ACTIONS(2393), + [anon_sym_uniform] = ACTIONS(2393), + [anon_sym_shared] = ACTIONS(2393), + [anon_sym_attribute] = ACTIONS(2393), + [anon_sym_varying] = ACTIONS(2393), + [anon_sym_buffer] = ACTIONS(2393), + [anon_sym_coherent] = ACTIONS(2393), + [anon_sym_readonly] = ACTIONS(2393), + [anon_sym_writeonly] = ACTIONS(2393), + [anon_sym_precision] = ACTIONS(2393), + [anon_sym_highp] = ACTIONS(2393), + [anon_sym_mediump] = ACTIONS(2393), + [anon_sym_lowp] = ACTIONS(2393), + [anon_sym_centroid] = ACTIONS(2393), + [anon_sym_sample] = ACTIONS(2393), + [anon_sym_patch] = ACTIONS(2393), + [anon_sym_smooth] = ACTIONS(2393), + [anon_sym_flat] = ACTIONS(2393), + [anon_sym_noperspective] = ACTIONS(2393), + [anon_sym___extension__] = ACTIONS(2393), + [anon_sym_extern] = ACTIONS(2393), + [anon_sym___attribute__] = ACTIONS(2393), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2395), + [anon_sym___declspec] = ACTIONS(2393), + [anon_sym_signed] = ACTIONS(2393), + [anon_sym_unsigned] = ACTIONS(2393), + [anon_sym_long] = ACTIONS(2393), + [anon_sym_short] = ACTIONS(2393), + [anon_sym_static] = ACTIONS(2393), + [anon_sym_auto] = ACTIONS(2393), + [anon_sym_register] = ACTIONS(2393), + [anon_sym_inline] = ACTIONS(2393), + [anon_sym___inline] = ACTIONS(2393), + [anon_sym___inline__] = ACTIONS(2393), + [anon_sym___forceinline] = ACTIONS(2393), + [anon_sym_thread_local] = ACTIONS(2393), + [anon_sym___thread] = ACTIONS(2393), + [anon_sym_const] = ACTIONS(2393), + [anon_sym_constexpr] = ACTIONS(2393), + [anon_sym_volatile] = ACTIONS(2393), + [anon_sym_restrict] = ACTIONS(2393), + [anon_sym___restrict__] = ACTIONS(2393), + [anon_sym__Atomic] = ACTIONS(2393), + [anon_sym__Noreturn] = ACTIONS(2393), + [anon_sym_noreturn] = ACTIONS(2393), + [sym_primitive_type] = ACTIONS(2393), + [anon_sym_enum] = ACTIONS(2393), + [anon_sym_struct] = ACTIONS(2393), + [anon_sym_union] = ACTIONS(2393), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2393), + [anon_sym_rayPayloadInEXT] = ACTIONS(2393), + [anon_sym_hitAttributeEXT] = ACTIONS(2393), + [anon_sym_callableDataEXT] = ACTIONS(2393), + [anon_sym_callableDataInEXT] = ACTIONS(2393), + [anon_sym_shaderRecordEXT] = ACTIONS(2393), + [anon_sym_rayPayloadNV] = ACTIONS(2393), + [anon_sym_rayPayloadInNV] = ACTIONS(2393), + [anon_sym_hitAttributeNV] = ACTIONS(2393), + [anon_sym_callableDataNV] = ACTIONS(2393), + [anon_sym_callableDataInNV] = ACTIONS(2393), + [anon_sym_shaderRecordNV] = ACTIONS(2393), + [anon_sym_layout] = ACTIONS(2393), }, [665] = { - [sym_identifier] = ACTIONS(2409), - [anon_sym_subroutine] = ACTIONS(2409), - [anon_sym_invariant] = ACTIONS(2409), - [anon_sym_precise] = ACTIONS(2409), - [anon_sym_in] = ACTIONS(2409), - [anon_sym_out] = ACTIONS(2409), - [anon_sym_inout] = ACTIONS(2409), - [anon_sym_uniform] = ACTIONS(2409), - [anon_sym_shared] = ACTIONS(2409), - [anon_sym_attribute] = ACTIONS(2409), - [anon_sym_varying] = ACTIONS(2409), - [anon_sym_buffer] = ACTIONS(2409), - [anon_sym_coherent] = ACTIONS(2409), - [anon_sym_readonly] = ACTIONS(2409), - [anon_sym_writeonly] = ACTIONS(2409), - [anon_sym_precision] = ACTIONS(2409), - [anon_sym_highp] = ACTIONS(2409), - [anon_sym_mediump] = ACTIONS(2409), - [anon_sym_lowp] = ACTIONS(2409), - [anon_sym_centroid] = ACTIONS(2409), - [anon_sym_sample] = ACTIONS(2409), - [anon_sym_patch] = ACTIONS(2409), - [anon_sym_smooth] = ACTIONS(2409), - [anon_sym_flat] = ACTIONS(2409), - [anon_sym_noperspective] = ACTIONS(2409), - [anon_sym___extension__] = ACTIONS(2409), - [anon_sym_extern] = ACTIONS(2409), - [anon_sym___attribute__] = ACTIONS(2409), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2411), - [anon_sym___declspec] = ACTIONS(2409), - [anon_sym_signed] = ACTIONS(2409), - [anon_sym_unsigned] = ACTIONS(2409), - [anon_sym_long] = ACTIONS(2409), - [anon_sym_short] = ACTIONS(2409), - [anon_sym_static] = ACTIONS(2409), - [anon_sym_auto] = ACTIONS(2409), - [anon_sym_register] = ACTIONS(2409), - [anon_sym_inline] = ACTIONS(2409), - [anon_sym___inline] = ACTIONS(2409), - [anon_sym___inline__] = ACTIONS(2409), - [anon_sym___forceinline] = ACTIONS(2409), - [anon_sym_thread_local] = ACTIONS(2409), - [anon_sym___thread] = ACTIONS(2409), - [anon_sym_const] = ACTIONS(2409), - [anon_sym_constexpr] = ACTIONS(2409), - [anon_sym_volatile] = ACTIONS(2409), - [anon_sym_restrict] = ACTIONS(2409), - [anon_sym___restrict__] = ACTIONS(2409), - [anon_sym__Atomic] = ACTIONS(2409), - [anon_sym__Noreturn] = ACTIONS(2409), - [anon_sym_noreturn] = ACTIONS(2409), - [sym_primitive_type] = ACTIONS(2409), - [anon_sym_enum] = ACTIONS(2409), - [anon_sym_struct] = ACTIONS(2409), - [anon_sym_union] = ACTIONS(2409), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2409), - [anon_sym_rayPayloadInEXT] = ACTIONS(2409), - [anon_sym_hitAttributeEXT] = ACTIONS(2409), - [anon_sym_callableDataEXT] = ACTIONS(2409), - [anon_sym_callableDataInEXT] = ACTIONS(2409), - [anon_sym_shaderRecordEXT] = ACTIONS(2409), - [anon_sym_rayPayloadNV] = ACTIONS(2409), - [anon_sym_rayPayloadInNV] = ACTIONS(2409), - [anon_sym_hitAttributeNV] = ACTIONS(2409), - [anon_sym_callableDataNV] = ACTIONS(2409), - [anon_sym_callableDataInNV] = ACTIONS(2409), - [anon_sym_shaderRecordNV] = ACTIONS(2409), - [anon_sym_layout] = ACTIONS(2409), + [sym_identifier] = ACTIONS(2397), + [anon_sym_subroutine] = ACTIONS(1804), + [anon_sym_invariant] = ACTIONS(1804), + [anon_sym_precise] = ACTIONS(1804), + [anon_sym_in] = ACTIONS(1804), + [anon_sym_out] = ACTIONS(1804), + [anon_sym_inout] = ACTIONS(1804), + [anon_sym_uniform] = ACTIONS(1804), + [anon_sym_shared] = ACTIONS(1804), + [anon_sym_attribute] = ACTIONS(1804), + [anon_sym_varying] = ACTIONS(1804), + [anon_sym_buffer] = ACTIONS(1804), + [anon_sym_coherent] = ACTIONS(1804), + [anon_sym_readonly] = ACTIONS(1804), + [anon_sym_writeonly] = ACTIONS(1804), + [anon_sym_precision] = ACTIONS(1804), + [anon_sym_highp] = ACTIONS(1804), + [anon_sym_mediump] = ACTIONS(1804), + [anon_sym_lowp] = ACTIONS(1804), + [anon_sym_centroid] = ACTIONS(1804), + [anon_sym_sample] = ACTIONS(1804), + [anon_sym_patch] = ACTIONS(1804), + [anon_sym_smooth] = ACTIONS(1804), + [anon_sym_flat] = ACTIONS(1804), + [anon_sym_noperspective] = ACTIONS(1804), + [anon_sym___extension__] = ACTIONS(1804), + [anon_sym_extern] = ACTIONS(1804), + [anon_sym___attribute__] = ACTIONS(1804), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2388), + [anon_sym___declspec] = ACTIONS(1804), + [anon_sym_signed] = ACTIONS(1804), + [anon_sym_unsigned] = ACTIONS(1804), + [anon_sym_long] = ACTIONS(1804), + [anon_sym_short] = ACTIONS(1804), + [anon_sym_static] = ACTIONS(1804), + [anon_sym_auto] = ACTIONS(1804), + [anon_sym_register] = ACTIONS(1804), + [anon_sym_inline] = ACTIONS(1804), + [anon_sym___inline] = ACTIONS(1804), + [anon_sym___inline__] = ACTIONS(1804), + [anon_sym___forceinline] = ACTIONS(1804), + [anon_sym_thread_local] = ACTIONS(1804), + [anon_sym___thread] = ACTIONS(1804), + [anon_sym_const] = ACTIONS(1804), + [anon_sym_constexpr] = ACTIONS(1804), + [anon_sym_volatile] = ACTIONS(1804), + [anon_sym_restrict] = ACTIONS(1804), + [anon_sym___restrict__] = ACTIONS(1804), + [anon_sym__Atomic] = ACTIONS(1804), + [anon_sym__Noreturn] = ACTIONS(1804), + [anon_sym_noreturn] = ACTIONS(1804), + [sym_primitive_type] = ACTIONS(1804), + [anon_sym_enum] = ACTIONS(1804), + [anon_sym_struct] = ACTIONS(1804), + [anon_sym_union] = ACTIONS(1804), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1804), + [anon_sym_rayPayloadInEXT] = ACTIONS(1804), + [anon_sym_hitAttributeEXT] = ACTIONS(1804), + [anon_sym_callableDataEXT] = ACTIONS(1804), + [anon_sym_callableDataInEXT] = ACTIONS(1804), + [anon_sym_shaderRecordEXT] = ACTIONS(1804), + [anon_sym_rayPayloadNV] = ACTIONS(1804), + [anon_sym_rayPayloadInNV] = ACTIONS(1804), + [anon_sym_hitAttributeNV] = ACTIONS(1804), + [anon_sym_callableDataNV] = ACTIONS(1804), + [anon_sym_callableDataInNV] = ACTIONS(1804), + [anon_sym_shaderRecordNV] = ACTIONS(1804), + [anon_sym_layout] = ACTIONS(1804), }, [666] = { - [sym_identifier] = ACTIONS(2413), - [anon_sym_subroutine] = ACTIONS(2413), - [anon_sym_invariant] = ACTIONS(2413), - [anon_sym_precise] = ACTIONS(2413), - [anon_sym_in] = ACTIONS(2413), - [anon_sym_out] = ACTIONS(2413), - [anon_sym_inout] = ACTIONS(2413), - [anon_sym_uniform] = ACTIONS(2413), - [anon_sym_shared] = ACTIONS(2413), - [anon_sym_attribute] = ACTIONS(2413), - [anon_sym_varying] = ACTIONS(2413), - [anon_sym_buffer] = ACTIONS(2413), - [anon_sym_coherent] = ACTIONS(2413), - [anon_sym_readonly] = ACTIONS(2413), - [anon_sym_writeonly] = ACTIONS(2413), - [anon_sym_precision] = ACTIONS(2413), - [anon_sym_highp] = ACTIONS(2413), - [anon_sym_mediump] = ACTIONS(2413), - [anon_sym_lowp] = ACTIONS(2413), - [anon_sym_centroid] = ACTIONS(2413), - [anon_sym_sample] = ACTIONS(2413), - [anon_sym_patch] = ACTIONS(2413), - [anon_sym_smooth] = ACTIONS(2413), - [anon_sym_flat] = ACTIONS(2413), - [anon_sym_noperspective] = ACTIONS(2413), - [anon_sym___extension__] = ACTIONS(2413), - [anon_sym_extern] = ACTIONS(2413), - [anon_sym___attribute__] = ACTIONS(2413), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2415), - [anon_sym___declspec] = ACTIONS(2413), - [anon_sym_signed] = ACTIONS(2413), - [anon_sym_unsigned] = ACTIONS(2413), - [anon_sym_long] = ACTIONS(2413), - [anon_sym_short] = ACTIONS(2413), - [anon_sym_static] = ACTIONS(2413), - [anon_sym_auto] = ACTIONS(2413), - [anon_sym_register] = ACTIONS(2413), - [anon_sym_inline] = ACTIONS(2413), - [anon_sym___inline] = ACTIONS(2413), - [anon_sym___inline__] = ACTIONS(2413), - [anon_sym___forceinline] = ACTIONS(2413), - [anon_sym_thread_local] = ACTIONS(2413), - [anon_sym___thread] = ACTIONS(2413), - [anon_sym_const] = ACTIONS(2413), - [anon_sym_constexpr] = ACTIONS(2413), - [anon_sym_volatile] = ACTIONS(2413), - [anon_sym_restrict] = ACTIONS(2413), - [anon_sym___restrict__] = ACTIONS(2413), - [anon_sym__Atomic] = ACTIONS(2413), - [anon_sym__Noreturn] = ACTIONS(2413), - [anon_sym_noreturn] = ACTIONS(2413), - [sym_primitive_type] = ACTIONS(2413), - [anon_sym_enum] = ACTIONS(2413), - [anon_sym_struct] = ACTIONS(2413), - [anon_sym_union] = ACTIONS(2413), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2413), - [anon_sym_rayPayloadInEXT] = ACTIONS(2413), - [anon_sym_hitAttributeEXT] = ACTIONS(2413), - [anon_sym_callableDataEXT] = ACTIONS(2413), - [anon_sym_callableDataInEXT] = ACTIONS(2413), - [anon_sym_shaderRecordEXT] = ACTIONS(2413), - [anon_sym_rayPayloadNV] = ACTIONS(2413), - [anon_sym_rayPayloadInNV] = ACTIONS(2413), - [anon_sym_hitAttributeNV] = ACTIONS(2413), - [anon_sym_callableDataNV] = ACTIONS(2413), - [anon_sym_callableDataInNV] = ACTIONS(2413), - [anon_sym_shaderRecordNV] = ACTIONS(2413), - [anon_sym_layout] = ACTIONS(2413), + [sym_identifier] = ACTIONS(2400), + [anon_sym_subroutine] = ACTIONS(2400), + [anon_sym_invariant] = ACTIONS(2400), + [anon_sym_precise] = ACTIONS(2400), + [anon_sym_in] = ACTIONS(2400), + [anon_sym_out] = ACTIONS(2400), + [anon_sym_inout] = ACTIONS(2400), + [anon_sym_uniform] = ACTIONS(2400), + [anon_sym_shared] = ACTIONS(2400), + [anon_sym_attribute] = ACTIONS(2400), + [anon_sym_varying] = ACTIONS(2400), + [anon_sym_buffer] = ACTIONS(2400), + [anon_sym_coherent] = ACTIONS(2400), + [anon_sym_readonly] = ACTIONS(2400), + [anon_sym_writeonly] = ACTIONS(2400), + [anon_sym_precision] = ACTIONS(2400), + [anon_sym_highp] = ACTIONS(2400), + [anon_sym_mediump] = ACTIONS(2400), + [anon_sym_lowp] = ACTIONS(2400), + [anon_sym_centroid] = ACTIONS(2400), + [anon_sym_sample] = ACTIONS(2400), + [anon_sym_patch] = ACTIONS(2400), + [anon_sym_smooth] = ACTIONS(2400), + [anon_sym_flat] = ACTIONS(2400), + [anon_sym_noperspective] = ACTIONS(2400), + [anon_sym___extension__] = ACTIONS(2400), + [anon_sym_extern] = ACTIONS(2400), + [anon_sym___attribute__] = ACTIONS(2400), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2402), + [anon_sym___declspec] = ACTIONS(2400), + [anon_sym_signed] = ACTIONS(2400), + [anon_sym_unsigned] = ACTIONS(2400), + [anon_sym_long] = ACTIONS(2400), + [anon_sym_short] = ACTIONS(2400), + [anon_sym_static] = ACTIONS(2400), + [anon_sym_auto] = ACTIONS(2400), + [anon_sym_register] = ACTIONS(2400), + [anon_sym_inline] = ACTIONS(2400), + [anon_sym___inline] = ACTIONS(2400), + [anon_sym___inline__] = ACTIONS(2400), + [anon_sym___forceinline] = ACTIONS(2400), + [anon_sym_thread_local] = ACTIONS(2400), + [anon_sym___thread] = ACTIONS(2400), + [anon_sym_const] = ACTIONS(2400), + [anon_sym_constexpr] = ACTIONS(2400), + [anon_sym_volatile] = ACTIONS(2400), + [anon_sym_restrict] = ACTIONS(2400), + [anon_sym___restrict__] = ACTIONS(2400), + [anon_sym__Atomic] = ACTIONS(2400), + [anon_sym__Noreturn] = ACTIONS(2400), + [anon_sym_noreturn] = ACTIONS(2400), + [sym_primitive_type] = ACTIONS(2400), + [anon_sym_enum] = ACTIONS(2400), + [anon_sym_struct] = ACTIONS(2400), + [anon_sym_union] = ACTIONS(2400), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2400), + [anon_sym_rayPayloadInEXT] = ACTIONS(2400), + [anon_sym_hitAttributeEXT] = ACTIONS(2400), + [anon_sym_callableDataEXT] = ACTIONS(2400), + [anon_sym_callableDataInEXT] = ACTIONS(2400), + [anon_sym_shaderRecordEXT] = ACTIONS(2400), + [anon_sym_rayPayloadNV] = ACTIONS(2400), + [anon_sym_rayPayloadInNV] = ACTIONS(2400), + [anon_sym_hitAttributeNV] = ACTIONS(2400), + [anon_sym_callableDataNV] = ACTIONS(2400), + [anon_sym_callableDataInNV] = ACTIONS(2400), + [anon_sym_shaderRecordNV] = ACTIONS(2400), + [anon_sym_layout] = ACTIONS(2400), }, [667] = { - [sym_identifier] = ACTIONS(2417), - [anon_sym_subroutine] = ACTIONS(2417), - [anon_sym_invariant] = ACTIONS(2417), - [anon_sym_precise] = ACTIONS(2417), - [anon_sym_in] = ACTIONS(2417), - [anon_sym_out] = ACTIONS(2417), - [anon_sym_inout] = ACTIONS(2417), - [anon_sym_uniform] = ACTIONS(2417), - [anon_sym_shared] = ACTIONS(2417), - [anon_sym_attribute] = ACTIONS(2417), - [anon_sym_varying] = ACTIONS(2417), - [anon_sym_buffer] = ACTIONS(2417), - [anon_sym_coherent] = ACTIONS(2417), - [anon_sym_readonly] = ACTIONS(2417), - [anon_sym_writeonly] = ACTIONS(2417), - [anon_sym_precision] = ACTIONS(2417), - [anon_sym_highp] = ACTIONS(2417), - [anon_sym_mediump] = ACTIONS(2417), - [anon_sym_lowp] = ACTIONS(2417), - [anon_sym_centroid] = ACTIONS(2417), - [anon_sym_sample] = ACTIONS(2417), - [anon_sym_patch] = ACTIONS(2417), - [anon_sym_smooth] = ACTIONS(2417), - [anon_sym_flat] = ACTIONS(2417), - [anon_sym_noperspective] = ACTIONS(2417), - [anon_sym___extension__] = ACTIONS(2417), - [anon_sym_extern] = ACTIONS(2417), - [anon_sym___attribute__] = ACTIONS(2417), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2419), - [anon_sym___declspec] = ACTIONS(2417), - [anon_sym_signed] = ACTIONS(2417), - [anon_sym_unsigned] = ACTIONS(2417), - [anon_sym_long] = ACTIONS(2417), - [anon_sym_short] = ACTIONS(2417), - [anon_sym_static] = ACTIONS(2417), - [anon_sym_auto] = ACTIONS(2417), - [anon_sym_register] = ACTIONS(2417), - [anon_sym_inline] = ACTIONS(2417), - [anon_sym___inline] = ACTIONS(2417), - [anon_sym___inline__] = ACTIONS(2417), - [anon_sym___forceinline] = ACTIONS(2417), - [anon_sym_thread_local] = ACTIONS(2417), - [anon_sym___thread] = ACTIONS(2417), - [anon_sym_const] = ACTIONS(2417), - [anon_sym_constexpr] = ACTIONS(2417), - [anon_sym_volatile] = ACTIONS(2417), - [anon_sym_restrict] = ACTIONS(2417), - [anon_sym___restrict__] = ACTIONS(2417), - [anon_sym__Atomic] = ACTIONS(2417), - [anon_sym__Noreturn] = ACTIONS(2417), - [anon_sym_noreturn] = ACTIONS(2417), - [sym_primitive_type] = ACTIONS(2417), - [anon_sym_enum] = ACTIONS(2417), - [anon_sym_struct] = ACTIONS(2417), - [anon_sym_union] = ACTIONS(2417), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2417), - [anon_sym_rayPayloadInEXT] = ACTIONS(2417), - [anon_sym_hitAttributeEXT] = ACTIONS(2417), - [anon_sym_callableDataEXT] = ACTIONS(2417), - [anon_sym_callableDataInEXT] = ACTIONS(2417), - [anon_sym_shaderRecordEXT] = ACTIONS(2417), - [anon_sym_rayPayloadNV] = ACTIONS(2417), - [anon_sym_rayPayloadInNV] = ACTIONS(2417), - [anon_sym_hitAttributeNV] = ACTIONS(2417), - [anon_sym_callableDataNV] = ACTIONS(2417), - [anon_sym_callableDataInNV] = ACTIONS(2417), - [anon_sym_shaderRecordNV] = ACTIONS(2417), - [anon_sym_layout] = ACTIONS(2417), + [sym_identifier] = ACTIONS(2404), + [anon_sym_subroutine] = ACTIONS(2404), + [anon_sym_invariant] = ACTIONS(2404), + [anon_sym_precise] = ACTIONS(2404), + [anon_sym_in] = ACTIONS(2404), + [anon_sym_out] = ACTIONS(2404), + [anon_sym_inout] = ACTIONS(2404), + [anon_sym_uniform] = ACTIONS(2404), + [anon_sym_shared] = ACTIONS(2404), + [anon_sym_attribute] = ACTIONS(2404), + [anon_sym_varying] = ACTIONS(2404), + [anon_sym_buffer] = ACTIONS(2404), + [anon_sym_coherent] = ACTIONS(2404), + [anon_sym_readonly] = ACTIONS(2404), + [anon_sym_writeonly] = ACTIONS(2404), + [anon_sym_precision] = ACTIONS(2404), + [anon_sym_highp] = ACTIONS(2404), + [anon_sym_mediump] = ACTIONS(2404), + [anon_sym_lowp] = ACTIONS(2404), + [anon_sym_centroid] = ACTIONS(2404), + [anon_sym_sample] = ACTIONS(2404), + [anon_sym_patch] = ACTIONS(2404), + [anon_sym_smooth] = ACTIONS(2404), + [anon_sym_flat] = ACTIONS(2404), + [anon_sym_noperspective] = ACTIONS(2404), + [anon_sym___extension__] = ACTIONS(2404), + [anon_sym_extern] = ACTIONS(2404), + [anon_sym___attribute__] = ACTIONS(2404), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2406), + [anon_sym___declspec] = ACTIONS(2404), + [anon_sym_signed] = ACTIONS(2404), + [anon_sym_unsigned] = ACTIONS(2404), + [anon_sym_long] = ACTIONS(2404), + [anon_sym_short] = ACTIONS(2404), + [anon_sym_static] = ACTIONS(2404), + [anon_sym_auto] = ACTIONS(2404), + [anon_sym_register] = ACTIONS(2404), + [anon_sym_inline] = ACTIONS(2404), + [anon_sym___inline] = ACTIONS(2404), + [anon_sym___inline__] = ACTIONS(2404), + [anon_sym___forceinline] = ACTIONS(2404), + [anon_sym_thread_local] = ACTIONS(2404), + [anon_sym___thread] = ACTIONS(2404), + [anon_sym_const] = ACTIONS(2404), + [anon_sym_constexpr] = ACTIONS(2404), + [anon_sym_volatile] = ACTIONS(2404), + [anon_sym_restrict] = ACTIONS(2404), + [anon_sym___restrict__] = ACTIONS(2404), + [anon_sym__Atomic] = ACTIONS(2404), + [anon_sym__Noreturn] = ACTIONS(2404), + [anon_sym_noreturn] = ACTIONS(2404), + [sym_primitive_type] = ACTIONS(2404), + [anon_sym_enum] = ACTIONS(2404), + [anon_sym_struct] = ACTIONS(2404), + [anon_sym_union] = ACTIONS(2404), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2404), + [anon_sym_rayPayloadInEXT] = ACTIONS(2404), + [anon_sym_hitAttributeEXT] = ACTIONS(2404), + [anon_sym_callableDataEXT] = ACTIONS(2404), + [anon_sym_callableDataInEXT] = ACTIONS(2404), + [anon_sym_shaderRecordEXT] = ACTIONS(2404), + [anon_sym_rayPayloadNV] = ACTIONS(2404), + [anon_sym_rayPayloadInNV] = ACTIONS(2404), + [anon_sym_hitAttributeNV] = ACTIONS(2404), + [anon_sym_callableDataNV] = ACTIONS(2404), + [anon_sym_callableDataInNV] = ACTIONS(2404), + [anon_sym_shaderRecordNV] = ACTIONS(2404), + [anon_sym_layout] = ACTIONS(2404), }, [668] = { - [sym_identifier] = ACTIONS(2421), - [anon_sym_subroutine] = ACTIONS(1810), - [anon_sym_invariant] = ACTIONS(1810), - [anon_sym_precise] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1810), - [anon_sym_out] = ACTIONS(1810), - [anon_sym_inout] = ACTIONS(1810), - [anon_sym_uniform] = ACTIONS(1810), - [anon_sym_shared] = ACTIONS(1810), - [anon_sym_attribute] = ACTIONS(1810), - [anon_sym_varying] = ACTIONS(1810), - [anon_sym_buffer] = ACTIONS(1810), - [anon_sym_coherent] = ACTIONS(1810), - [anon_sym_readonly] = ACTIONS(1810), - [anon_sym_writeonly] = ACTIONS(1810), - [anon_sym_precision] = ACTIONS(1810), - [anon_sym_highp] = ACTIONS(1810), - [anon_sym_mediump] = ACTIONS(1810), - [anon_sym_lowp] = ACTIONS(1810), - [anon_sym_centroid] = ACTIONS(1810), - [anon_sym_sample] = ACTIONS(1810), - [anon_sym_patch] = ACTIONS(1810), - [anon_sym_smooth] = ACTIONS(1810), - [anon_sym_flat] = ACTIONS(1810), - [anon_sym_noperspective] = ACTIONS(1810), - [anon_sym___extension__] = ACTIONS(1810), - [anon_sym_extern] = ACTIONS(1810), - [anon_sym___attribute__] = ACTIONS(1810), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), - [anon_sym___declspec] = ACTIONS(1810), - [anon_sym_signed] = ACTIONS(1810), - [anon_sym_unsigned] = ACTIONS(1810), - [anon_sym_long] = ACTIONS(1810), - [anon_sym_short] = ACTIONS(1810), - [anon_sym_static] = ACTIONS(1810), - [anon_sym_auto] = ACTIONS(1810), - [anon_sym_register] = ACTIONS(1810), - [anon_sym_inline] = ACTIONS(1810), - [anon_sym___inline] = ACTIONS(1810), - [anon_sym___inline__] = ACTIONS(1810), - [anon_sym___forceinline] = ACTIONS(1810), - [anon_sym_thread_local] = ACTIONS(1810), - [anon_sym___thread] = ACTIONS(1810), - [anon_sym_const] = ACTIONS(1810), - [anon_sym_constexpr] = ACTIONS(1810), - [anon_sym_volatile] = ACTIONS(1810), - [anon_sym_restrict] = ACTIONS(1810), - [anon_sym___restrict__] = ACTIONS(1810), - [anon_sym__Atomic] = ACTIONS(1810), - [anon_sym__Noreturn] = ACTIONS(1810), - [anon_sym_noreturn] = ACTIONS(1810), - [sym_primitive_type] = ACTIONS(1810), - [anon_sym_enum] = ACTIONS(1810), - [anon_sym_struct] = ACTIONS(1810), - [anon_sym_union] = ACTIONS(1810), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1810), - [anon_sym_rayPayloadInEXT] = ACTIONS(1810), - [anon_sym_hitAttributeEXT] = ACTIONS(1810), - [anon_sym_callableDataEXT] = ACTIONS(1810), - [anon_sym_callableDataInEXT] = ACTIONS(1810), - [anon_sym_shaderRecordEXT] = ACTIONS(1810), - [anon_sym_rayPayloadNV] = ACTIONS(1810), - [anon_sym_rayPayloadInNV] = ACTIONS(1810), - [anon_sym_hitAttributeNV] = ACTIONS(1810), - [anon_sym_callableDataNV] = ACTIONS(1810), - [anon_sym_callableDataInNV] = ACTIONS(1810), - [anon_sym_shaderRecordNV] = ACTIONS(1810), - [anon_sym_layout] = ACTIONS(1810), + [sym_identifier] = ACTIONS(2408), + [anon_sym_subroutine] = ACTIONS(1804), + [anon_sym_invariant] = ACTIONS(1804), + [anon_sym_precise] = ACTIONS(1804), + [anon_sym_in] = ACTIONS(1804), + [anon_sym_out] = ACTIONS(1804), + [anon_sym_inout] = ACTIONS(1804), + [anon_sym_uniform] = ACTIONS(1804), + [anon_sym_shared] = ACTIONS(1804), + [anon_sym_attribute] = ACTIONS(1804), + [anon_sym_varying] = ACTIONS(1804), + [anon_sym_buffer] = ACTIONS(1804), + [anon_sym_coherent] = ACTIONS(1804), + [anon_sym_readonly] = ACTIONS(1804), + [anon_sym_writeonly] = ACTIONS(1804), + [anon_sym_precision] = ACTIONS(1804), + [anon_sym_highp] = ACTIONS(1804), + [anon_sym_mediump] = ACTIONS(1804), + [anon_sym_lowp] = ACTIONS(1804), + [anon_sym_centroid] = ACTIONS(1804), + [anon_sym_sample] = ACTIONS(1804), + [anon_sym_patch] = ACTIONS(1804), + [anon_sym_smooth] = ACTIONS(1804), + [anon_sym_flat] = ACTIONS(1804), + [anon_sym_noperspective] = ACTIONS(1804), + [anon_sym___extension__] = ACTIONS(1804), + [anon_sym_extern] = ACTIONS(1804), + [anon_sym___attribute__] = ACTIONS(1804), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2388), + [anon_sym___declspec] = ACTIONS(1804), + [anon_sym_signed] = ACTIONS(1804), + [anon_sym_unsigned] = ACTIONS(1804), + [anon_sym_long] = ACTIONS(1804), + [anon_sym_short] = ACTIONS(1804), + [anon_sym_static] = ACTIONS(1804), + [anon_sym_auto] = ACTIONS(1804), + [anon_sym_register] = ACTIONS(1804), + [anon_sym_inline] = ACTIONS(1804), + [anon_sym___inline] = ACTIONS(1804), + [anon_sym___inline__] = ACTIONS(1804), + [anon_sym___forceinline] = ACTIONS(1804), + [anon_sym_thread_local] = ACTIONS(1804), + [anon_sym___thread] = ACTIONS(1804), + [anon_sym_const] = ACTIONS(1804), + [anon_sym_constexpr] = ACTIONS(1804), + [anon_sym_volatile] = ACTIONS(1804), + [anon_sym_restrict] = ACTIONS(1804), + [anon_sym___restrict__] = ACTIONS(1804), + [anon_sym__Atomic] = ACTIONS(1804), + [anon_sym__Noreturn] = ACTIONS(1804), + [anon_sym_noreturn] = ACTIONS(1804), + [sym_primitive_type] = ACTIONS(1804), + [anon_sym_enum] = ACTIONS(1804), + [anon_sym_struct] = ACTIONS(1804), + [anon_sym_union] = ACTIONS(1804), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1804), + [anon_sym_rayPayloadInEXT] = ACTIONS(1804), + [anon_sym_hitAttributeEXT] = ACTIONS(1804), + [anon_sym_callableDataEXT] = ACTIONS(1804), + [anon_sym_callableDataInEXT] = ACTIONS(1804), + [anon_sym_shaderRecordEXT] = ACTIONS(1804), + [anon_sym_rayPayloadNV] = ACTIONS(1804), + [anon_sym_rayPayloadInNV] = ACTIONS(1804), + [anon_sym_hitAttributeNV] = ACTIONS(1804), + [anon_sym_callableDataNV] = ACTIONS(1804), + [anon_sym_callableDataInNV] = ACTIONS(1804), + [anon_sym_shaderRecordNV] = ACTIONS(1804), + [anon_sym_layout] = ACTIONS(1804), }, [669] = { - [sym_identifier] = ACTIONS(2424), - [anon_sym_subroutine] = ACTIONS(1810), - [anon_sym_invariant] = ACTIONS(1810), - [anon_sym_precise] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1810), - [anon_sym_out] = ACTIONS(1810), - [anon_sym_inout] = ACTIONS(1810), - [anon_sym_uniform] = ACTIONS(1810), - [anon_sym_shared] = ACTIONS(1810), - [anon_sym_attribute] = ACTIONS(1810), - [anon_sym_varying] = ACTIONS(1810), - [anon_sym_buffer] = ACTIONS(1810), - [anon_sym_coherent] = ACTIONS(1810), - [anon_sym_readonly] = ACTIONS(1810), - [anon_sym_writeonly] = ACTIONS(1810), - [anon_sym_precision] = ACTIONS(1810), - [anon_sym_highp] = ACTIONS(1810), - [anon_sym_mediump] = ACTIONS(1810), - [anon_sym_lowp] = ACTIONS(1810), - [anon_sym_centroid] = ACTIONS(1810), - [anon_sym_sample] = ACTIONS(1810), - [anon_sym_patch] = ACTIONS(1810), - [anon_sym_smooth] = ACTIONS(1810), - [anon_sym_flat] = ACTIONS(1810), - [anon_sym_noperspective] = ACTIONS(1810), - [anon_sym___extension__] = ACTIONS(1810), - [anon_sym_extern] = ACTIONS(1810), - [anon_sym___attribute__] = ACTIONS(1810), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), - [anon_sym___declspec] = ACTIONS(1810), - [anon_sym_signed] = ACTIONS(1810), - [anon_sym_unsigned] = ACTIONS(1810), - [anon_sym_long] = ACTIONS(1810), - [anon_sym_short] = ACTIONS(1810), - [anon_sym_static] = ACTIONS(1810), - [anon_sym_auto] = ACTIONS(1810), - [anon_sym_register] = ACTIONS(1810), - [anon_sym_inline] = ACTIONS(1810), - [anon_sym___inline] = ACTIONS(1810), - [anon_sym___inline__] = ACTIONS(1810), - [anon_sym___forceinline] = ACTIONS(1810), - [anon_sym_thread_local] = ACTIONS(1810), - [anon_sym___thread] = ACTIONS(1810), - [anon_sym_const] = ACTIONS(1810), - [anon_sym_constexpr] = ACTIONS(1810), - [anon_sym_volatile] = ACTIONS(1810), - [anon_sym_restrict] = ACTIONS(1810), - [anon_sym___restrict__] = ACTIONS(1810), - [anon_sym__Atomic] = ACTIONS(1810), - [anon_sym__Noreturn] = ACTIONS(1810), - [anon_sym_noreturn] = ACTIONS(1810), - [sym_primitive_type] = ACTIONS(1810), - [anon_sym_enum] = ACTIONS(1810), - [anon_sym_struct] = ACTIONS(1810), - [anon_sym_union] = ACTIONS(1810), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1810), - [anon_sym_rayPayloadInEXT] = ACTIONS(1810), - [anon_sym_hitAttributeEXT] = ACTIONS(1810), - [anon_sym_callableDataEXT] = ACTIONS(1810), - [anon_sym_callableDataInEXT] = ACTIONS(1810), - [anon_sym_shaderRecordEXT] = ACTIONS(1810), - [anon_sym_rayPayloadNV] = ACTIONS(1810), - [anon_sym_rayPayloadInNV] = ACTIONS(1810), - [anon_sym_hitAttributeNV] = ACTIONS(1810), - [anon_sym_callableDataNV] = ACTIONS(1810), - [anon_sym_callableDataInNV] = ACTIONS(1810), - [anon_sym_shaderRecordNV] = ACTIONS(1810), - [anon_sym_layout] = ACTIONS(1810), + [sym_identifier] = ACTIONS(2411), + [anon_sym_subroutine] = ACTIONS(1804), + [anon_sym_invariant] = ACTIONS(1804), + [anon_sym_precise] = ACTIONS(1804), + [anon_sym_in] = ACTIONS(1804), + [anon_sym_out] = ACTIONS(1804), + [anon_sym_inout] = ACTIONS(1804), + [anon_sym_uniform] = ACTIONS(1804), + [anon_sym_shared] = ACTIONS(1804), + [anon_sym_attribute] = ACTIONS(1804), + [anon_sym_varying] = ACTIONS(1804), + [anon_sym_buffer] = ACTIONS(1804), + [anon_sym_coherent] = ACTIONS(1804), + [anon_sym_readonly] = ACTIONS(1804), + [anon_sym_writeonly] = ACTIONS(1804), + [anon_sym_precision] = ACTIONS(1804), + [anon_sym_highp] = ACTIONS(1804), + [anon_sym_mediump] = ACTIONS(1804), + [anon_sym_lowp] = ACTIONS(1804), + [anon_sym_centroid] = ACTIONS(1804), + [anon_sym_sample] = ACTIONS(1804), + [anon_sym_patch] = ACTIONS(1804), + [anon_sym_smooth] = ACTIONS(1804), + [anon_sym_flat] = ACTIONS(1804), + [anon_sym_noperspective] = ACTIONS(1804), + [anon_sym___extension__] = ACTIONS(1804), + [anon_sym_extern] = ACTIONS(1804), + [anon_sym___attribute__] = ACTIONS(1804), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2388), + [anon_sym___declspec] = ACTIONS(1804), + [anon_sym_signed] = ACTIONS(1804), + [anon_sym_unsigned] = ACTIONS(1804), + [anon_sym_long] = ACTIONS(1804), + [anon_sym_short] = ACTIONS(1804), + [anon_sym_static] = ACTIONS(1804), + [anon_sym_auto] = ACTIONS(1804), + [anon_sym_register] = ACTIONS(1804), + [anon_sym_inline] = ACTIONS(1804), + [anon_sym___inline] = ACTIONS(1804), + [anon_sym___inline__] = ACTIONS(1804), + [anon_sym___forceinline] = ACTIONS(1804), + [anon_sym_thread_local] = ACTIONS(1804), + [anon_sym___thread] = ACTIONS(1804), + [anon_sym_const] = ACTIONS(1804), + [anon_sym_constexpr] = ACTIONS(1804), + [anon_sym_volatile] = ACTIONS(1804), + [anon_sym_restrict] = ACTIONS(1804), + [anon_sym___restrict__] = ACTIONS(1804), + [anon_sym__Atomic] = ACTIONS(1804), + [anon_sym__Noreturn] = ACTIONS(1804), + [anon_sym_noreturn] = ACTIONS(1804), + [sym_primitive_type] = ACTIONS(1804), + [anon_sym_enum] = ACTIONS(1804), + [anon_sym_struct] = ACTIONS(1804), + [anon_sym_union] = ACTIONS(1804), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1804), + [anon_sym_rayPayloadInEXT] = ACTIONS(1804), + [anon_sym_hitAttributeEXT] = ACTIONS(1804), + [anon_sym_callableDataEXT] = ACTIONS(1804), + [anon_sym_callableDataInEXT] = ACTIONS(1804), + [anon_sym_shaderRecordEXT] = ACTIONS(1804), + [anon_sym_rayPayloadNV] = ACTIONS(1804), + [anon_sym_rayPayloadInNV] = ACTIONS(1804), + [anon_sym_hitAttributeNV] = ACTIONS(1804), + [anon_sym_callableDataNV] = ACTIONS(1804), + [anon_sym_callableDataInNV] = ACTIONS(1804), + [anon_sym_shaderRecordNV] = ACTIONS(1804), + [anon_sym_layout] = ACTIONS(1804), }, [670] = { - [sym__expression] = STATE(1057), - [sym__expression_not_binary] = STATE(900), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__expression] = STATE(1054), + [sym__expression_not_binary] = STATE(897), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_initializer_list] = STATE(1614), - [sym_initializer_pair] = STATE(1614), - [sym_subscript_designator] = STATE(1497), - [sym_field_designator] = STATE(1497), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_initializer_pair_repeat1] = STATE(1497), - [sym_identifier] = ACTIONS(2194), - [anon_sym_COMMA] = ACTIONS(2427), + [sym_initializer_list] = STATE(1612), + [sym_initializer_pair] = STATE(1612), + [sym_subscript_designator] = STATE(1496), + [sym_field_designator] = STATE(1496), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_initializer_pair_repeat1] = STATE(1496), + [sym_identifier] = ACTIONS(2182), + [anon_sym_COMMA] = ACTIONS(2414), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -100125,9 +100120,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_LBRACE] = ACTIONS(1799), - [anon_sym_RBRACE] = ACTIONS(2429), - [anon_sym_LBRACK] = ACTIONS(2431), + [anon_sym_LBRACE] = ACTIONS(1795), + [anon_sym_RBRACE] = ACTIONS(2416), + [anon_sym_LBRACK] = ACTIONS(2418), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -100140,7 +100135,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(93), [anon_sym_asm] = ACTIONS(95), [anon_sym___asm__] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(2433), + [anon_sym_DOT] = ACTIONS(2420), [sym_number_literal] = ACTIONS(169), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -100159,177 +100154,177 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [671] = { - [sym_identifier] = ACTIONS(2435), - [anon_sym_subroutine] = ACTIONS(1810), - [anon_sym_invariant] = ACTIONS(1810), - [anon_sym_precise] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1810), - [anon_sym_out] = ACTIONS(1810), - [anon_sym_inout] = ACTIONS(1810), - [anon_sym_uniform] = ACTIONS(1810), - [anon_sym_shared] = ACTIONS(1810), - [anon_sym_attribute] = ACTIONS(1810), - [anon_sym_varying] = ACTIONS(1810), - [anon_sym_buffer] = ACTIONS(1810), - [anon_sym_coherent] = ACTIONS(1810), - [anon_sym_readonly] = ACTIONS(1810), - [anon_sym_writeonly] = ACTIONS(1810), - [anon_sym_precision] = ACTIONS(1810), - [anon_sym_highp] = ACTIONS(1810), - [anon_sym_mediump] = ACTIONS(1810), - [anon_sym_lowp] = ACTIONS(1810), - [anon_sym_centroid] = ACTIONS(1810), - [anon_sym_sample] = ACTIONS(1810), - [anon_sym_patch] = ACTIONS(1810), - [anon_sym_smooth] = ACTIONS(1810), - [anon_sym_flat] = ACTIONS(1810), - [anon_sym_noperspective] = ACTIONS(1810), - [anon_sym___extension__] = ACTIONS(1810), - [anon_sym_extern] = ACTIONS(1810), - [anon_sym___attribute__] = ACTIONS(1810), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), - [anon_sym___declspec] = ACTIONS(1810), - [anon_sym_signed] = ACTIONS(1810), - [anon_sym_unsigned] = ACTIONS(1810), - [anon_sym_long] = ACTIONS(1810), - [anon_sym_short] = ACTIONS(1810), - [anon_sym_static] = ACTIONS(1810), - [anon_sym_auto] = ACTIONS(1810), - [anon_sym_register] = ACTIONS(1810), - [anon_sym_inline] = ACTIONS(1810), - [anon_sym___inline] = ACTIONS(1810), - [anon_sym___inline__] = ACTIONS(1810), - [anon_sym___forceinline] = ACTIONS(1810), - [anon_sym_thread_local] = ACTIONS(1810), - [anon_sym___thread] = ACTIONS(1810), - [anon_sym_const] = ACTIONS(1810), - [anon_sym_constexpr] = ACTIONS(1810), - [anon_sym_volatile] = ACTIONS(1810), - [anon_sym_restrict] = ACTIONS(1810), - [anon_sym___restrict__] = ACTIONS(1810), - [anon_sym__Atomic] = ACTIONS(1810), - [anon_sym__Noreturn] = ACTIONS(1810), - [anon_sym_noreturn] = ACTIONS(1810), - [sym_primitive_type] = ACTIONS(1810), - [anon_sym_enum] = ACTIONS(1810), - [anon_sym_struct] = ACTIONS(1810), - [anon_sym_union] = ACTIONS(1810), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1810), - [anon_sym_rayPayloadInEXT] = ACTIONS(1810), - [anon_sym_hitAttributeEXT] = ACTIONS(1810), - [anon_sym_callableDataEXT] = ACTIONS(1810), - [anon_sym_callableDataInEXT] = ACTIONS(1810), - [anon_sym_shaderRecordEXT] = ACTIONS(1810), - [anon_sym_rayPayloadNV] = ACTIONS(1810), - [anon_sym_rayPayloadInNV] = ACTIONS(1810), - [anon_sym_hitAttributeNV] = ACTIONS(1810), - [anon_sym_callableDataNV] = ACTIONS(1810), - [anon_sym_callableDataInNV] = ACTIONS(1810), - [anon_sym_shaderRecordNV] = ACTIONS(1810), - [anon_sym_layout] = ACTIONS(1810), + [sym_identifier] = ACTIONS(2422), + [anon_sym_subroutine] = ACTIONS(2422), + [anon_sym_invariant] = ACTIONS(2422), + [anon_sym_precise] = ACTIONS(2422), + [anon_sym_in] = ACTIONS(2422), + [anon_sym_out] = ACTIONS(2422), + [anon_sym_inout] = ACTIONS(2422), + [anon_sym_uniform] = ACTIONS(2422), + [anon_sym_shared] = ACTIONS(2422), + [anon_sym_attribute] = ACTIONS(2422), + [anon_sym_varying] = ACTIONS(2422), + [anon_sym_buffer] = ACTIONS(2422), + [anon_sym_coherent] = ACTIONS(2422), + [anon_sym_readonly] = ACTIONS(2422), + [anon_sym_writeonly] = ACTIONS(2422), + [anon_sym_precision] = ACTIONS(2422), + [anon_sym_highp] = ACTIONS(2422), + [anon_sym_mediump] = ACTIONS(2422), + [anon_sym_lowp] = ACTIONS(2422), + [anon_sym_centroid] = ACTIONS(2422), + [anon_sym_sample] = ACTIONS(2422), + [anon_sym_patch] = ACTIONS(2422), + [anon_sym_smooth] = ACTIONS(2422), + [anon_sym_flat] = ACTIONS(2422), + [anon_sym_noperspective] = ACTIONS(2422), + [anon_sym___extension__] = ACTIONS(2422), + [anon_sym_extern] = ACTIONS(2422), + [anon_sym___attribute__] = ACTIONS(2422), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2424), + [anon_sym___declspec] = ACTIONS(2422), + [anon_sym_signed] = ACTIONS(2422), + [anon_sym_unsigned] = ACTIONS(2422), + [anon_sym_long] = ACTIONS(2422), + [anon_sym_short] = ACTIONS(2422), + [anon_sym_static] = ACTIONS(2422), + [anon_sym_auto] = ACTIONS(2422), + [anon_sym_register] = ACTIONS(2422), + [anon_sym_inline] = ACTIONS(2422), + [anon_sym___inline] = ACTIONS(2422), + [anon_sym___inline__] = ACTIONS(2422), + [anon_sym___forceinline] = ACTIONS(2422), + [anon_sym_thread_local] = ACTIONS(2422), + [anon_sym___thread] = ACTIONS(2422), + [anon_sym_const] = ACTIONS(2422), + [anon_sym_constexpr] = ACTIONS(2422), + [anon_sym_volatile] = ACTIONS(2422), + [anon_sym_restrict] = ACTIONS(2422), + [anon_sym___restrict__] = ACTIONS(2422), + [anon_sym__Atomic] = ACTIONS(2422), + [anon_sym__Noreturn] = ACTIONS(2422), + [anon_sym_noreturn] = ACTIONS(2422), + [sym_primitive_type] = ACTIONS(2422), + [anon_sym_enum] = ACTIONS(2422), + [anon_sym_struct] = ACTIONS(2422), + [anon_sym_union] = ACTIONS(2422), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2422), + [anon_sym_rayPayloadInEXT] = ACTIONS(2422), + [anon_sym_hitAttributeEXT] = ACTIONS(2422), + [anon_sym_callableDataEXT] = ACTIONS(2422), + [anon_sym_callableDataInEXT] = ACTIONS(2422), + [anon_sym_shaderRecordEXT] = ACTIONS(2422), + [anon_sym_rayPayloadNV] = ACTIONS(2422), + [anon_sym_rayPayloadInNV] = ACTIONS(2422), + [anon_sym_hitAttributeNV] = ACTIONS(2422), + [anon_sym_callableDataNV] = ACTIONS(2422), + [anon_sym_callableDataInNV] = ACTIONS(2422), + [anon_sym_shaderRecordNV] = ACTIONS(2422), + [anon_sym_layout] = ACTIONS(2422), }, [672] = { - [sym_identifier] = ACTIONS(2438), - [anon_sym_subroutine] = ACTIONS(1810), - [anon_sym_invariant] = ACTIONS(1810), - [anon_sym_precise] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1810), - [anon_sym_out] = ACTIONS(1810), - [anon_sym_inout] = ACTIONS(1810), - [anon_sym_uniform] = ACTIONS(1810), - [anon_sym_shared] = ACTIONS(1810), - [anon_sym_attribute] = ACTIONS(1810), - [anon_sym_varying] = ACTIONS(1810), - [anon_sym_buffer] = ACTIONS(1810), - [anon_sym_coherent] = ACTIONS(1810), - [anon_sym_readonly] = ACTIONS(1810), - [anon_sym_writeonly] = ACTIONS(1810), - [anon_sym_precision] = ACTIONS(1810), - [anon_sym_highp] = ACTIONS(1810), - [anon_sym_mediump] = ACTIONS(1810), - [anon_sym_lowp] = ACTIONS(1810), - [anon_sym_centroid] = ACTIONS(1810), - [anon_sym_sample] = ACTIONS(1810), - [anon_sym_patch] = ACTIONS(1810), - [anon_sym_smooth] = ACTIONS(1810), - [anon_sym_flat] = ACTIONS(1810), - [anon_sym_noperspective] = ACTIONS(1810), - [anon_sym___extension__] = ACTIONS(1810), - [anon_sym_extern] = ACTIONS(1810), - [anon_sym___attribute__] = ACTIONS(1810), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2400), - [anon_sym___declspec] = ACTIONS(1810), - [anon_sym_signed] = ACTIONS(1810), - [anon_sym_unsigned] = ACTIONS(1810), - [anon_sym_long] = ACTIONS(1810), - [anon_sym_short] = ACTIONS(1810), - [anon_sym_static] = ACTIONS(1810), - [anon_sym_auto] = ACTIONS(1810), - [anon_sym_register] = ACTIONS(1810), - [anon_sym_inline] = ACTIONS(1810), - [anon_sym___inline] = ACTIONS(1810), - [anon_sym___inline__] = ACTIONS(1810), - [anon_sym___forceinline] = ACTIONS(1810), - [anon_sym_thread_local] = ACTIONS(1810), - [anon_sym___thread] = ACTIONS(1810), - [anon_sym_const] = ACTIONS(1810), - [anon_sym_constexpr] = ACTIONS(1810), - [anon_sym_volatile] = ACTIONS(1810), - [anon_sym_restrict] = ACTIONS(1810), - [anon_sym___restrict__] = ACTIONS(1810), - [anon_sym__Atomic] = ACTIONS(1810), - [anon_sym__Noreturn] = ACTIONS(1810), - [anon_sym_noreturn] = ACTIONS(1810), - [sym_primitive_type] = ACTIONS(1810), - [anon_sym_enum] = ACTIONS(1810), - [anon_sym_struct] = ACTIONS(1810), - [anon_sym_union] = ACTIONS(1810), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1810), - [anon_sym_rayPayloadInEXT] = ACTIONS(1810), - [anon_sym_hitAttributeEXT] = ACTIONS(1810), - [anon_sym_callableDataEXT] = ACTIONS(1810), - [anon_sym_callableDataInEXT] = ACTIONS(1810), - [anon_sym_shaderRecordEXT] = ACTIONS(1810), - [anon_sym_rayPayloadNV] = ACTIONS(1810), - [anon_sym_rayPayloadInNV] = ACTIONS(1810), - [anon_sym_hitAttributeNV] = ACTIONS(1810), - [anon_sym_callableDataNV] = ACTIONS(1810), - [anon_sym_callableDataInNV] = ACTIONS(1810), - [anon_sym_shaderRecordNV] = ACTIONS(1810), - [anon_sym_layout] = ACTIONS(1810), + [sym_identifier] = ACTIONS(2426), + [anon_sym_subroutine] = ACTIONS(1804), + [anon_sym_invariant] = ACTIONS(1804), + [anon_sym_precise] = ACTIONS(1804), + [anon_sym_in] = ACTIONS(1804), + [anon_sym_out] = ACTIONS(1804), + [anon_sym_inout] = ACTIONS(1804), + [anon_sym_uniform] = ACTIONS(1804), + [anon_sym_shared] = ACTIONS(1804), + [anon_sym_attribute] = ACTIONS(1804), + [anon_sym_varying] = ACTIONS(1804), + [anon_sym_buffer] = ACTIONS(1804), + [anon_sym_coherent] = ACTIONS(1804), + [anon_sym_readonly] = ACTIONS(1804), + [anon_sym_writeonly] = ACTIONS(1804), + [anon_sym_precision] = ACTIONS(1804), + [anon_sym_highp] = ACTIONS(1804), + [anon_sym_mediump] = ACTIONS(1804), + [anon_sym_lowp] = ACTIONS(1804), + [anon_sym_centroid] = ACTIONS(1804), + [anon_sym_sample] = ACTIONS(1804), + [anon_sym_patch] = ACTIONS(1804), + [anon_sym_smooth] = ACTIONS(1804), + [anon_sym_flat] = ACTIONS(1804), + [anon_sym_noperspective] = ACTIONS(1804), + [anon_sym___extension__] = ACTIONS(1804), + [anon_sym_extern] = ACTIONS(1804), + [anon_sym___attribute__] = ACTIONS(1804), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2388), + [anon_sym___declspec] = ACTIONS(1804), + [anon_sym_signed] = ACTIONS(1804), + [anon_sym_unsigned] = ACTIONS(1804), + [anon_sym_long] = ACTIONS(1804), + [anon_sym_short] = ACTIONS(1804), + [anon_sym_static] = ACTIONS(1804), + [anon_sym_auto] = ACTIONS(1804), + [anon_sym_register] = ACTIONS(1804), + [anon_sym_inline] = ACTIONS(1804), + [anon_sym___inline] = ACTIONS(1804), + [anon_sym___inline__] = ACTIONS(1804), + [anon_sym___forceinline] = ACTIONS(1804), + [anon_sym_thread_local] = ACTIONS(1804), + [anon_sym___thread] = ACTIONS(1804), + [anon_sym_const] = ACTIONS(1804), + [anon_sym_constexpr] = ACTIONS(1804), + [anon_sym_volatile] = ACTIONS(1804), + [anon_sym_restrict] = ACTIONS(1804), + [anon_sym___restrict__] = ACTIONS(1804), + [anon_sym__Atomic] = ACTIONS(1804), + [anon_sym__Noreturn] = ACTIONS(1804), + [anon_sym_noreturn] = ACTIONS(1804), + [sym_primitive_type] = ACTIONS(1804), + [anon_sym_enum] = ACTIONS(1804), + [anon_sym_struct] = ACTIONS(1804), + [anon_sym_union] = ACTIONS(1804), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1804), + [anon_sym_rayPayloadInEXT] = ACTIONS(1804), + [anon_sym_hitAttributeEXT] = ACTIONS(1804), + [anon_sym_callableDataEXT] = ACTIONS(1804), + [anon_sym_callableDataInEXT] = ACTIONS(1804), + [anon_sym_shaderRecordEXT] = ACTIONS(1804), + [anon_sym_rayPayloadNV] = ACTIONS(1804), + [anon_sym_rayPayloadInNV] = ACTIONS(1804), + [anon_sym_hitAttributeNV] = ACTIONS(1804), + [anon_sym_callableDataNV] = ACTIONS(1804), + [anon_sym_callableDataInNV] = ACTIONS(1804), + [anon_sym_shaderRecordNV] = ACTIONS(1804), + [anon_sym_layout] = ACTIONS(1804), }, [673] = { - [sym__expression] = STATE(1108), - [sym__expression_not_binary] = STATE(900), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__expression] = STATE(1087), + [sym__expression_not_binary] = STATE(897), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_initializer_list] = STATE(1760), - [sym_initializer_pair] = STATE(1760), - [sym_subscript_designator] = STATE(1497), - [sym_field_designator] = STATE(1497), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_initializer_pair_repeat1] = STATE(1497), - [sym_identifier] = ACTIONS(2194), + [sym_initializer_list] = STATE(1729), + [sym_initializer_pair] = STATE(1729), + [sym_subscript_designator] = STATE(1496), + [sym_field_designator] = STATE(1496), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_initializer_pair_repeat1] = STATE(1496), + [sym_identifier] = ACTIONS(2182), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -100337,9 +100332,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_LBRACE] = ACTIONS(1799), - [anon_sym_RBRACE] = ACTIONS(2441), - [anon_sym_LBRACK] = ACTIONS(2431), + [anon_sym_LBRACE] = ACTIONS(1795), + [anon_sym_RBRACE] = ACTIONS(2429), + [anon_sym_LBRACK] = ACTIONS(2418), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -100352,7 +100347,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(93), [anon_sym_asm] = ACTIONS(95), [anon_sym___asm__] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(2433), + [anon_sym_DOT] = ACTIONS(2420), [sym_number_literal] = ACTIONS(169), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -100372,41 +100367,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [674] = { [sym__declaration_modifiers] = STATE(870), - [sym__declaration_specifiers] = STATE(1216), + [sym__declaration_specifiers] = STATE(1243), [sym_attribute_specifier] = STATE(870), [sym_attribute_declaration] = STATE(870), [sym_ms_declspec_modifier] = STATE(870), [sym_storage_class_specifier] = STATE(870), [sym_type_qualifier] = STATE(870), - [sym__type_specifier] = STATE(961), - [sym_sized_type_specifier] = STATE(1000), - [sym_enum_specifier] = STATE(1000), - [sym_struct_specifier] = STATE(1000), - [sym_union_specifier] = STATE(1000), - [sym_macro_type_specifier] = STATE(1000), + [sym__type_specifier] = STATE(963), + [sym_sized_type_specifier] = STATE(997), + [sym_enum_specifier] = STATE(997), + [sym_struct_specifier] = STATE(997), + [sym_union_specifier] = STATE(997), + [sym_macro_type_specifier] = STATE(997), [sym_layout_specification] = STATE(816), [aux_sym__declaration_specifiers_repeat1] = STATE(870), - [aux_sym_sized_type_specifier_repeat1] = STATE(1002), + [aux_sym_sized_type_specifier_repeat1] = STATE(999), [aux_sym_parameter_declaration_repeat1] = STATE(816), [sym_identifier] = ACTIONS(1572), - [anon_sym_precise] = ACTIONS(2443), - [anon_sym_in] = ACTIONS(2443), - [anon_sym_out] = ACTIONS(2443), - [anon_sym_inout] = ACTIONS(2443), - [anon_sym_uniform] = ACTIONS(2443), - [anon_sym_shared] = ACTIONS(2443), - [anon_sym_attribute] = ACTIONS(2443), - [anon_sym_varying] = ACTIONS(2443), - [anon_sym_buffer] = ACTIONS(2443), - [anon_sym_coherent] = ACTIONS(2443), - [anon_sym_readonly] = ACTIONS(2443), - [anon_sym_writeonly] = ACTIONS(2443), - [anon_sym_centroid] = ACTIONS(2443), - [anon_sym_sample] = ACTIONS(2443), - [anon_sym_patch] = ACTIONS(2443), - [anon_sym_smooth] = ACTIONS(2443), - [anon_sym_flat] = ACTIONS(2443), - [anon_sym_noperspective] = ACTIONS(2443), + [anon_sym_precise] = ACTIONS(2431), + [anon_sym_in] = ACTIONS(2431), + [anon_sym_out] = ACTIONS(2431), + [anon_sym_inout] = ACTIONS(2431), + [anon_sym_uniform] = ACTIONS(2431), + [anon_sym_shared] = ACTIONS(2431), + [anon_sym_attribute] = ACTIONS(2431), + [anon_sym_varying] = ACTIONS(2431), + [anon_sym_buffer] = ACTIONS(2431), + [anon_sym_coherent] = ACTIONS(2431), + [anon_sym_readonly] = ACTIONS(2431), + [anon_sym_writeonly] = ACTIONS(2431), + [anon_sym_centroid] = ACTIONS(2431), + [anon_sym_sample] = ACTIONS(2431), + [anon_sym_patch] = ACTIONS(2431), + [anon_sym_smooth] = ACTIONS(2431), + [anon_sym_flat] = ACTIONS(2431), + [anon_sym_noperspective] = ACTIONS(2431), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), @@ -100438,38 +100433,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(59), [anon_sym_union] = ACTIONS(61), [sym_comment] = ACTIONS(3), - [anon_sym_layout] = ACTIONS(2172), + [anon_sym_layout] = ACTIONS(2160), }, [675] = { - [sym__expression] = STATE(1108), - [sym__expression_not_binary] = STATE(900), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__expression] = STATE(1087), + [sym__expression_not_binary] = STATE(897), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_initializer_list] = STATE(1760), - [sym_initializer_pair] = STATE(1760), - [sym_subscript_designator] = STATE(1497), - [sym_field_designator] = STATE(1497), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_initializer_pair_repeat1] = STATE(1497), - [sym_identifier] = ACTIONS(2194), + [sym_initializer_list] = STATE(1729), + [sym_initializer_pair] = STATE(1729), + [sym_subscript_designator] = STATE(1496), + [sym_field_designator] = STATE(1496), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_initializer_pair_repeat1] = STATE(1496), + [sym_identifier] = ACTIONS(2182), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -100477,9 +100472,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_LBRACE] = ACTIONS(1799), - [anon_sym_RBRACE] = ACTIONS(2445), - [anon_sym_LBRACK] = ACTIONS(2431), + [anon_sym_LBRACE] = ACTIONS(1795), + [anon_sym_RBRACE] = ACTIONS(2433), + [anon_sym_LBRACK] = ACTIONS(2418), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -100492,7 +100487,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(93), [anon_sym_asm] = ACTIONS(95), [anon_sym___asm__] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(2433), + [anon_sym_DOT] = ACTIONS(2420), [sym_number_literal] = ACTIONS(169), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -100511,35 +100506,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [676] = { - [sym__expression] = STATE(1108), - [sym__expression_not_binary] = STATE(900), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), + [sym__expression] = STATE(1087), + [sym__expression_not_binary] = STATE(897), + [sym_conditional_expression] = STATE(897), + [sym_assignment_expression] = STATE(897), [sym_pointer_expression] = STATE(917), - [sym_unary_expression] = STATE(900), - [sym_binary_expression] = STATE(900), - [sym_update_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_alignof_expression] = STATE(900), - [sym_offsetof_expression] = STATE(900), - [sym_generic_expression] = STATE(900), + [sym_unary_expression] = STATE(897), + [sym_binary_expression] = STATE(897), + [sym_update_expression] = STATE(897), + [sym_cast_expression] = STATE(897), + [sym_sizeof_expression] = STATE(897), + [sym_alignof_expression] = STATE(897), + [sym_offsetof_expression] = STATE(897), + [sym_generic_expression] = STATE(897), [sym_subscript_expression] = STATE(917), [sym_call_expression] = STATE(917), - [sym_gnu_asm_expression] = STATE(900), + [sym_gnu_asm_expression] = STATE(897), [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(900), + [sym_compound_literal_expression] = STATE(897), [sym_parenthesized_expression] = STATE(917), - [sym_initializer_list] = STATE(1760), - [sym_initializer_pair] = STATE(1760), - [sym_subscript_designator] = STATE(1497), - [sym_field_designator] = STATE(1497), - [sym_char_literal] = STATE(900), - [sym_concatenated_string] = STATE(900), - [sym_string_literal] = STATE(825), - [sym_null] = STATE(900), - [aux_sym_initializer_pair_repeat1] = STATE(1497), - [sym_identifier] = ACTIONS(2194), + [sym_initializer_list] = STATE(1729), + [sym_initializer_pair] = STATE(1729), + [sym_subscript_designator] = STATE(1496), + [sym_field_designator] = STATE(1496), + [sym_char_literal] = STATE(897), + [sym_concatenated_string] = STATE(897), + [sym_string_literal] = STATE(829), + [sym_null] = STATE(897), + [aux_sym_initializer_pair_repeat1] = STATE(1496), + [sym_identifier] = ACTIONS(2182), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -100547,8 +100542,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_LBRACE] = ACTIONS(1799), - [anon_sym_LBRACK] = ACTIONS(2431), + [anon_sym_LBRACE] = ACTIONS(1795), + [anon_sym_LBRACK] = ACTIONS(2418), [anon_sym_DASH_DASH] = ACTIONS(85), [anon_sym_PLUS_PLUS] = ACTIONS(85), [anon_sym_sizeof] = ACTIONS(87), @@ -100561,7 +100556,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(93), [anon_sym_asm] = ACTIONS(95), [anon_sym___asm__] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(2433), + [anon_sym_DOT] = ACTIONS(2420), [sym_number_literal] = ACTIONS(169), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -100597,17 +100592,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(2447), 1, + ACTIONS(2435), 1, anon_sym_RPAREN, - ACTIONS(2449), 1, + ACTIONS(2437), 1, anon_sym___extension__, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(1059), 1, + STATE(1052), 1, sym__expression, - STATE(1657), 1, + STATE(1660), 1, sym_compound_statement, ACTIONS(21), 2, anon_sym_BANG, @@ -100654,7 +100649,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -100686,17 +100681,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(2451), 1, + ACTIONS(2439), 1, anon_sym_RPAREN, - ACTIONS(2453), 1, + ACTIONS(2441), 1, anon_sym___extension__, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(1058), 1, + STATE(1056), 1, sym__expression, - STATE(1595), 1, + STATE(1594), 1, sym_compound_statement, ACTIONS(21), 2, anon_sym_BANG, @@ -100743,7 +100738,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -100775,15 +100770,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(2455), 1, + ACTIONS(2443), 1, anon_sym___extension__, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(1062), 1, + STATE(1075), 1, sym__expression, - STATE(1724), 1, + STATE(1720), 1, sym_compound_statement, ACTIONS(21), 2, anon_sym_BANG, @@ -100830,92 +100825,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, - sym__expression_not_binary, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_alignof_expression, - sym_offsetof_expression, - sym_generic_expression, - sym_gnu_asm_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_null, - [339] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(87), 1, - anon_sym_sizeof, - ACTIONS(91), 1, - anon_sym_offsetof, - ACTIONS(93), 1, - anon_sym__Generic, - ACTIONS(169), 1, - sym_number_literal, - ACTIONS(2194), 1, - sym_identifier, - ACTIONS(2457), 1, - anon_sym_SEMI, - STATE(825), 1, - sym_string_literal, - STATE(1102), 1, - sym__expression, - STATE(1906), 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(85), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(105), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(171), 2, - sym_true, - sym_false, - ACTIONS(89), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(99), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(101), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(917), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -100932,7 +100842,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [447] = 23, + [339] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -100945,15 +100855,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(2459), 1, - anon_sym_RPAREN, - STATE(825), 1, + ACTIONS(2445), 1, + anon_sym_SEMI, + STATE(829), 1, sym_string_literal, - STATE(1111), 1, + STATE(1064), 1, sym__expression, - STATE(2041), 1, + STATE(1910), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -101000,7 +100910,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -101017,7 +100927,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [555] = 23, + [447] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -101030,15 +100940,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(2461), 1, - anon_sym_SEMI, - STATE(825), 1, + ACTIONS(2447), 1, + anon_sym_RPAREN, + STATE(829), 1, sym_string_literal, - STATE(1075), 1, + STATE(1080), 1, sym__expression, - STATE(1806), 1, + STATE(2040), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -101085,7 +100995,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -101102,7 +101012,91 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [663] = 23, + [555] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(91), 1, + anon_sym_offsetof, + ACTIONS(93), 1, + anon_sym__Generic, + ACTIONS(169), 1, + sym_number_literal, + ACTIONS(1785), 1, + sym_identifier, + ACTIONS(1795), 1, + anon_sym_LBRACE, + ACTIONS(1797), 1, + anon_sym_sizeof, + ACTIONS(2449), 1, + anon_sym_LPAREN2, + STATE(829), 1, + sym_string_literal, + STATE(884), 1, + sym__expression, + STATE(908), 1, + sym_initializer_list, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(95), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(105), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(171), 2, + sym_true, + sym_false, + ACTIONS(1789), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1791), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2451), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(89), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(99), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(101), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(897), 21, + sym__expression_not_binary, + sym_conditional_expression, + sym_assignment_expression, + sym_pointer_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_alignof_expression, + sym_offsetof_expression, + sym_generic_expression, + sym_subscript_expression, + sym_call_expression, + sym_gnu_asm_expression, + sym_field_expression, + sym_compound_literal_expression, + sym_parenthesized_expression, + sym_char_literal, + sym_concatenated_string, + sym_null, + [661] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -101115,15 +101109,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(2463), 1, - anon_sym_SEMI, - STATE(825), 1, + ACTIONS(2453), 1, + anon_sym_RPAREN, + STATE(829), 1, sym_string_literal, - STATE(1100), 1, + STATE(1068), 1, sym__expression, - STATE(1840), 1, + STATE(1921), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -101170,7 +101164,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -101187,7 +101181,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [771] = 23, + [769] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -101200,15 +101194,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(2465), 1, - anon_sym_SEMI, - STATE(825), 1, + ACTIONS(2455), 1, + anon_sym_RPAREN, + STATE(829), 1, sym_string_literal, - STATE(1078), 1, + STATE(1085), 1, sym__expression, - STATE(2048), 1, + STATE(1807), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -101255,7 +101249,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -101272,7 +101266,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [879] = 23, + [877] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -101285,15 +101279,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(2467), 1, - anon_sym_RPAREN, - STATE(825), 1, + ACTIONS(2457), 1, + anon_sym_SEMI, + STATE(829), 1, sym_string_literal, - STATE(1082), 1, + STATE(1106), 1, sym__expression, - STATE(1922), 1, + STATE(2047), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -101340,7 +101334,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -101357,7 +101351,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [987] = 23, + [985] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -101370,15 +101364,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(2469), 1, + ACTIONS(2459), 1, anon_sym_RPAREN, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(1083), 1, + STATE(1077), 1, sym__expression, - STATE(1914), 1, + STATE(1831), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -101425,7 +101419,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -101442,32 +101436,41 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [1095] = 22, + [1093] = 23, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(87), 1, + anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(1785), 1, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(1789), 1, - anon_sym_LPAREN2, - ACTIONS(1799), 1, - anon_sym_LBRACE, - ACTIONS(1803), 1, - anon_sym_sizeof, - STATE(825), 1, + ACTIONS(2461), 1, + anon_sym_SEMI, + STATE(829), 1, sym_string_literal, - STATE(911), 1, - sym_initializer_list, - STATE(912), 1, + STATE(1063), 1, sym__expression, + STATE(2005), 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(85), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -101477,15 +101480,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1791), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1793), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1801), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -101504,11 +101498,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(917), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -101517,12 +101516,8 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, - sym_subscript_expression, - sym_call_expression, sym_gnu_asm_expression, - sym_field_expression, sym_compound_literal_expression, - sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, @@ -101539,15 +101534,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(2471), 1, - anon_sym_SEMI, - STATE(825), 1, + ACTIONS(2463), 1, + anon_sym_RPAREN, + STATE(829), 1, sym_string_literal, - STATE(1092), 1, + STATE(1086), 1, sym__expression, - STATE(2013), 1, + STATE(2038), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -101594,7 +101589,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -101612,6 +101607,91 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_null, [1309] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(91), 1, + anon_sym_offsetof, + ACTIONS(93), 1, + anon_sym__Generic, + ACTIONS(169), 1, + sym_number_literal, + ACTIONS(1795), 1, + anon_sym_LBRACE, + ACTIONS(2196), 1, + sym_identifier, + ACTIONS(2202), 1, + anon_sym_sizeof, + ACTIONS(2337), 1, + anon_sym_LPAREN2, + STATE(829), 1, + sym_string_literal, + STATE(908), 1, + sym_initializer_list, + STATE(941), 1, + sym__expression, + ACTIONS(95), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(105), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(171), 2, + sym_true, + sym_false, + ACTIONS(2198), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2200), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2341), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2347), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(89), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(99), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(101), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(967), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(897), 16, + sym__expression_not_binary, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_alignof_expression, + sym_offsetof_expression, + sym_generic_expression, + sym_gnu_asm_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + sym_null, + [1417] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -101624,15 +101704,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(2473), 1, - anon_sym_RPAREN, - STATE(825), 1, + ACTIONS(2465), 1, + anon_sym_SEMI, + STATE(829), 1, sym_string_literal, - STATE(1089), 1, + STATE(1114), 1, sym__expression, - STATE(1813), 1, + STATE(1991), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -101679,7 +101759,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -101696,7 +101776,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [1417] = 23, + [1525] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -101709,16 +101789,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(1799), 1, + ACTIONS(1795), 1, anon_sym_LBRACE, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(911), 1, - sym_initializer_list, - STATE(912), 1, + STATE(1092), 1, sym__expression, + STATE(1710), 1, + sym_initializer_list, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -101764,7 +101844,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -101781,7 +101861,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [1525] = 23, + [1633] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -101794,15 +101874,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(2475), 1, + ACTIONS(2467), 1, anon_sym_SEMI, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(1065), 1, + STATE(1095), 1, sym__expression, - STATE(2021), 1, + STATE(2017), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -101849,7 +101929,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -101866,41 +101946,29 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [1633] = 23, + [1741] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(87), 1, - anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(1785), 1, sym_identifier, - ACTIONS(2477), 1, - anon_sym_SEMI, - STATE(825), 1, + ACTIONS(1795), 1, + anon_sym_LBRACE, + ACTIONS(1848), 1, + anon_sym_sizeof, + ACTIONS(2469), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(1086), 1, + STATE(908), 1, + sym_initializer_list, + STATE(941), 1, sym__expression, - STATE(1993), 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(85), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -101910,6 +101978,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, + ACTIONS(1844), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1846), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2341), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2471), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -101928,16 +102008,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(917), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -101946,12 +102021,16 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, + sym_subscript_expression, + sym_call_expression, sym_gnu_asm_expression, + sym_field_expression, sym_compound_literal_expression, + sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [1741] = 23, + [1847] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -101964,13 +102043,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(1799), 1, + ACTIONS(1795), 1, anon_sym_LBRACE, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(1073), 1, + STATE(1107), 1, sym__expression, STATE(1740), 1, sym_initializer_list, @@ -102019,7 +102098,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -102036,7 +102115,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [1849] = 23, + [1955] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -102049,15 +102128,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(2479), 1, + ACTIONS(2473), 1, anon_sym_SEMI, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(1064), 1, + STATE(1067), 1, sym__expression, - STATE(2031), 1, + STATE(1804), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -102104,7 +102183,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -102121,29 +102200,41 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [1957] = 23, + [2063] = 23, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(87), 1, + anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(1799), 1, - anon_sym_LBRACE, - ACTIONS(2208), 1, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(2210), 1, - anon_sym_LPAREN2, - ACTIONS(2220), 1, - anon_sym_sizeof, - STATE(825), 1, + ACTIONS(2475), 1, + anon_sym_SEMI, + STATE(829), 1, sym_string_literal, - STATE(911), 1, - sym_initializer_list, - STATE(933), 1, + STATE(1093), 1, sym__expression, + STATE(1870), 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(85), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -102153,18 +102244,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(2212), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2214), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2216), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2218), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -102183,13 +102262,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(971), 5, + STATE(917), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -102206,29 +102285,41 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [2065] = 22, + [2171] = 23, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(87), 1, + anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(1785), 1, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(1799), 1, - anon_sym_LBRACE, - ACTIONS(1850), 1, - anon_sym_LPAREN2, - ACTIONS(1860), 1, - anon_sym_sizeof, - STATE(825), 1, + ACTIONS(2477), 1, + anon_sym_RPAREN, + STATE(829), 1, sym_string_literal, - STATE(911), 1, - sym_initializer_list, - STATE(933), 1, + STATE(1084), 1, sym__expression, + STATE(2039), 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(85), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -102238,18 +102329,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1852), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1854), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1858), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2216), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -102268,11 +102347,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(917), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -102281,16 +102365,12 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, - sym_subscript_expression, - sym_call_expression, sym_gnu_asm_expression, - sym_field_expression, sym_compound_literal_expression, - sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [2171] = 23, + [2279] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -102303,16 +102383,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(1795), 1, + anon_sym_LBRACE, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(2481), 1, - anon_sym_RPAREN, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(1105), 1, + STATE(884), 1, sym__expression, - STATE(2040), 1, - sym_comma_expression, + STATE(908), 1, + sym_initializer_list, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -102358,7 +102438,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -102375,7 +102455,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [2279] = 23, + [2387] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -102388,16 +102468,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(1799), 1, - anon_sym_LBRACE, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - STATE(825), 1, + ACTIONS(2479), 1, + anon_sym_SEMI, + STATE(829), 1, sym_string_literal, - STATE(1106), 1, + STATE(1059), 1, sym__expression, - STATE(1718), 1, - sym_initializer_list, + STATE(2019), 1, + sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -102443,7 +102523,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -102460,41 +102540,27 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [2387] = 23, + [2495] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(87), 1, - anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(1785), 1, sym_identifier, - ACTIONS(2483), 1, - anon_sym_RPAREN, - STATE(825), 1, + ACTIONS(1848), 1, + anon_sym_sizeof, + ACTIONS(2469), 1, + anon_sym_LPAREN2, + ACTIONS(2481), 1, + anon_sym_RBRACK, + STATE(829), 1, sym_string_literal, - STATE(1115), 1, + STATE(932), 1, sym__expression, - STATE(2042), 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(85), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -102504,6 +102570,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, + ACTIONS(1844), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1846), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2341), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2471), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -102522,16 +102600,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(917), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -102540,44 +102613,36 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, + sym_subscript_expression, + sym_call_expression, sym_gnu_asm_expression, + sym_field_expression, sym_compound_literal_expression, + sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [2495] = 22, + [2598] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(87), 1, - anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(1785), 1, sym_identifier, - STATE(825), 1, + ACTIONS(1848), 1, + anon_sym_sizeof, + ACTIONS(2469), 1, + anon_sym_LPAREN2, + ACTIONS(2483), 1, + anon_sym_RBRACK, + STATE(829), 1, sym_string_literal, - STATE(1055), 1, + STATE(932), 1, sym__expression, - STATE(1784), 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(85), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -102587,6 +102652,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, + ACTIONS(1844), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1846), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2341), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2471), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -102605,16 +102682,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(917), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -102623,12 +102695,16 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, + sym_subscript_expression, + sym_call_expression, sym_gnu_asm_expression, + sym_field_expression, sym_compound_literal_expression, + sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [2600] = 22, + [2701] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -102641,13 +102717,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, ACTIONS(2485), 1, anon_sym_COLON, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(1158), 1, + STATE(1134), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -102694,7 +102770,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -102711,7 +102787,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [2705] = 21, + [2806] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -102722,15 +102798,15 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1785), 1, sym_identifier, - ACTIONS(1850), 1, - anon_sym_LPAREN2, - ACTIONS(1860), 1, + ACTIONS(1848), 1, anon_sym_sizeof, + ACTIONS(2469), 1, + anon_sym_LPAREN2, ACTIONS(2487), 1, anon_sym_RBRACK, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(938), 1, + STATE(932), 1, sym__expression, ACTIONS(95), 2, anon_sym_asm, @@ -102741,18 +102817,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1852), 2, + ACTIONS(1844), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1854), 2, + ACTIONS(1846), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1858), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2216), 2, + ACTIONS(2341), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(2471), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -102771,7 +102847,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -102793,7 +102869,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [2808] = 22, + [2909] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -102806,13 +102882,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, ACTIONS(2489), 1, anon_sym_COLON, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(1135), 1, + STATE(1155), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -102859,7 +102935,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -102876,7 +102952,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [2913] = 21, + [3014] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -102887,15 +102963,15 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1785), 1, sym_identifier, - ACTIONS(1850), 1, - anon_sym_LPAREN2, - ACTIONS(1860), 1, + ACTIONS(1848), 1, anon_sym_sizeof, + ACTIONS(2469), 1, + anon_sym_LPAREN2, ACTIONS(2491), 1, anon_sym_RBRACK, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(938), 1, + STATE(932), 1, sym__expression, ACTIONS(95), 2, anon_sym_asm, @@ -102906,18 +102982,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1852), 2, + ACTIONS(1844), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1854), 2, + ACTIONS(1846), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1858), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2216), 2, + ACTIONS(2341), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(2471), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -102936,7 +103012,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -102958,7 +103034,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [3016] = 21, + [3117] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -102969,15 +103045,15 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1785), 1, sym_identifier, - ACTIONS(1850), 1, - anon_sym_LPAREN2, - ACTIONS(1860), 1, + ACTIONS(1848), 1, anon_sym_sizeof, + ACTIONS(2469), 1, + anon_sym_LPAREN2, ACTIONS(2493), 1, anon_sym_RBRACK, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(938), 1, + STATE(932), 1, sym__expression, ACTIONS(95), 2, anon_sym_asm, @@ -102988,18 +103064,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1852), 2, + ACTIONS(1844), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1854), 2, + ACTIONS(1846), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1858), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2216), 2, + ACTIONS(2341), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(2471), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -103018,7 +103094,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -103040,7 +103116,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [3119] = 22, + [3220] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -103053,13 +103129,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(1088), 1, + STATE(1082), 1, sym__expression, - STATE(1825), 1, + STATE(1816), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -103106,7 +103182,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -103123,7 +103199,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [3224] = 21, + [3325] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -103134,15 +103210,15 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1785), 1, sym_identifier, - ACTIONS(1850), 1, - anon_sym_LPAREN2, - ACTIONS(1860), 1, + ACTIONS(1848), 1, anon_sym_sizeof, + ACTIONS(2469), 1, + anon_sym_LPAREN2, ACTIONS(2495), 1, anon_sym_RBRACK, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(938), 1, + STATE(932), 1, sym__expression, ACTIONS(95), 2, anon_sym_asm, @@ -103153,18 +103229,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1852), 2, + ACTIONS(1844), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1854), 2, + ACTIONS(1846), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1858), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2216), 2, + ACTIONS(2341), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(2471), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -103183,7 +103259,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -103205,27 +103281,39 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [3327] = 21, + [3428] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(87), 1, + anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(1785), 1, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(1850), 1, - anon_sym_LPAREN2, - ACTIONS(1860), 1, - anon_sym_sizeof, ACTIONS(2497), 1, - anon_sym_RBRACK, - STATE(825), 1, + anon_sym_COLON, + STATE(829), 1, sym_string_literal, - STATE(938), 1, + STATE(1149), 1, sym__expression, + ACTIONS(21), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(85), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -103235,18 +103323,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1852), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1854), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1858), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2216), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -103265,11 +103341,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(917), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -103278,16 +103359,12 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, - sym_subscript_expression, - sym_call_expression, sym_gnu_asm_expression, - sym_field_expression, sym_compound_literal_expression, - sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [3430] = 21, + [3533] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -103298,15 +103375,15 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1785), 1, sym_identifier, - ACTIONS(1850), 1, - anon_sym_LPAREN2, - ACTIONS(1860), 1, + ACTIONS(1848), 1, anon_sym_sizeof, + ACTIONS(2469), 1, + anon_sym_LPAREN2, ACTIONS(2499), 1, anon_sym_RBRACK, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(938), 1, + STATE(932), 1, sym__expression, ACTIONS(95), 2, anon_sym_asm, @@ -103317,18 +103394,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1852), 2, + ACTIONS(1844), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1854), 2, + ACTIONS(1846), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1858), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2216), 2, + ACTIONS(2341), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(2471), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -103347,7 +103424,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -103369,39 +103446,27 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [3533] = 22, + [3636] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(87), 1, - anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(1785), 1, sym_identifier, - STATE(825), 1, + ACTIONS(1848), 1, + anon_sym_sizeof, + ACTIONS(2469), 1, + anon_sym_LPAREN2, + ACTIONS(2501), 1, + anon_sym_RBRACK, + STATE(829), 1, sym_string_literal, - STATE(1112), 1, + STATE(932), 1, sym__expression, - STATE(2010), 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(85), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -103411,6 +103476,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, + ACTIONS(1844), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1846), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2341), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2471), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -103429,16 +103506,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(917), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -103447,12 +103519,16 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, + sym_subscript_expression, + sym_call_expression, sym_gnu_asm_expression, + sym_field_expression, sym_compound_literal_expression, + sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [3638] = 22, + [3739] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -103465,14 +103541,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(2501), 1, - anon_sym_COLON, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(1124), 1, + STATE(1097), 1, sym__expression, + STATE(2008), 1, + sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -103518,7 +103594,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -103535,7 +103611,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [3743] = 22, + [3844] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -103548,14 +103624,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(2503), 1, - anon_sym_COLON, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(1154), 1, + STATE(1053), 1, sym__expression, + STATE(1771), 1, + sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -103601,7 +103677,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -103618,27 +103694,39 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [3848] = 21, + [3949] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(87), 1, + anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(1785), 1, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(1850), 1, - anon_sym_LPAREN2, - ACTIONS(1860), 1, - anon_sym_sizeof, - ACTIONS(2505), 1, - anon_sym_RBRACK, - STATE(825), 1, + ACTIONS(2503), 1, + anon_sym_COLON, + STATE(829), 1, sym_string_literal, - STATE(938), 1, + STATE(1117), 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(85), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -103648,18 +103736,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1852), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1854), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1858), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2216), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -103678,93 +103754,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, - sym__expression_not_binary, - sym_conditional_expression, - sym_assignment_expression, + STATE(917), 5, sym_pointer_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_alignof_expression, - sym_offsetof_expression, - sym_generic_expression, sym_subscript_expression, sym_call_expression, - sym_gnu_asm_expression, sym_field_expression, - sym_compound_literal_expression, sym_parenthesized_expression, - sym_char_literal, - sym_concatenated_string, - sym_null, - [3951] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_offsetof, - ACTIONS(93), 1, - anon_sym__Generic, - ACTIONS(169), 1, - sym_number_literal, - ACTIONS(1785), 1, - sym_identifier, - ACTIONS(1850), 1, - anon_sym_LPAREN2, - ACTIONS(1860), 1, - anon_sym_sizeof, - ACTIONS(2507), 1, - anon_sym_RBRACK, - STATE(825), 1, - sym_string_literal, - STATE(938), 1, - sym__expression, - ACTIONS(95), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(105), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(171), 2, - sym_true, - sym_false, - ACTIONS(1852), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1854), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1858), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2216), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(89), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(99), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(101), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(900), 21, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -103773,12 +103772,8 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, - sym_subscript_expression, - sym_call_expression, sym_gnu_asm_expression, - sym_field_expression, sym_compound_literal_expression, - sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, @@ -103793,15 +103788,15 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1785), 1, sym_identifier, - ACTIONS(1850), 1, - anon_sym_LPAREN2, - ACTIONS(1860), 1, + ACTIONS(1848), 1, anon_sym_sizeof, - ACTIONS(2509), 1, + ACTIONS(2469), 1, + anon_sym_LPAREN2, + ACTIONS(2505), 1, anon_sym_RBRACK, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(938), 1, + STATE(932), 1, sym__expression, ACTIONS(95), 2, anon_sym_asm, @@ -103812,18 +103807,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1852), 2, + ACTIONS(1844), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1854), 2, + ACTIONS(1846), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1858), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2216), 2, + ACTIONS(2341), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(2471), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -103842,7 +103837,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -103875,15 +103870,15 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1785), 1, sym_identifier, - ACTIONS(1850), 1, - anon_sym_LPAREN2, - ACTIONS(1860), 1, + ACTIONS(1848), 1, anon_sym_sizeof, - ACTIONS(2511), 1, + ACTIONS(2469), 1, + anon_sym_LPAREN2, + ACTIONS(2507), 1, anon_sym_RBRACK, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(938), 1, + STATE(932), 1, sym__expression, ACTIONS(95), 2, anon_sym_asm, @@ -103894,18 +103889,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1852), 2, + ACTIONS(1844), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1854), 2, + ACTIONS(1846), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1858), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2216), 2, + ACTIONS(2341), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(2471), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -103924,7 +103919,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -103955,15 +103950,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2208), 1, + ACTIONS(2196), 1, sym_identifier, - ACTIONS(2210), 1, - anon_sym_LPAREN2, - ACTIONS(2220), 1, + ACTIONS(2202), 1, anon_sym_sizeof, - STATE(825), 1, + ACTIONS(2337), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(1121), 1, + STATE(1148), 1, sym__expression, ACTIONS(95), 2, anon_sym_asm, @@ -103974,16 +103969,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(2212), 2, + ACTIONS(2198), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2214), 2, + ACTIONS(2200), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2216), 2, + ACTIONS(2341), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2218), 2, + ACTIONS(2347), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 5, @@ -104004,13 +103999,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(971), 5, + STATE(967), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -104027,28 +104022,37 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [4362] = 20, + [4362] = 21, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(87), 1, + anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(1785), 1, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(1789), 1, - anon_sym_LPAREN2, - ACTIONS(1803), 1, - anon_sym_sizeof, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(896), 1, + STATE(1079), 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(85), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -104058,13 +104062,85 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1791), 2, + ACTIONS(89), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(99), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(101), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(917), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(897), 16, + sym__expression_not_binary, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_alignof_expression, + sym_offsetof_expression, + sym_generic_expression, + sym_gnu_asm_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + sym_null, + [4464] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(91), 1, + anon_sym_offsetof, + ACTIONS(93), 1, + anon_sym__Generic, + ACTIONS(169), 1, + sym_number_literal, + ACTIONS(2196), 1, + sym_identifier, + ACTIONS(2202), 1, + anon_sym_sizeof, + ACTIONS(2337), 1, + anon_sym_LPAREN2, + STATE(829), 1, + sym_string_literal, + STATE(1133), 1, + sym__expression, + ACTIONS(95), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(105), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(171), 2, + sym_true, + sym_false, + ACTIONS(2198), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1793), 2, + ACTIONS(2200), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1801), 2, + ACTIONS(2341), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2347), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 5, @@ -104085,11 +104161,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(967), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -104098,16 +104179,12 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, - sym_subscript_expression, - sym_call_expression, sym_gnu_asm_expression, - sym_field_expression, sym_compound_literal_expression, - sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [4462] = 20, + [4566] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -104118,14 +104195,17 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1785), 1, sym_identifier, - ACTIONS(1850), 1, - anon_sym_LPAREN2, - ACTIONS(1860), 1, + ACTIONS(1797), 1, anon_sym_sizeof, - STATE(825), 1, + ACTIONS(2449), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(936), 1, + STATE(888), 1, sym__expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -104135,18 +104215,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1852), 2, + ACTIONS(1789), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1854), 2, + ACTIONS(1791), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1858), 2, + ACTIONS(2451), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2216), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -104165,7 +104242,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -104187,7 +104264,88 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [4562] = 20, + [4666] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(87), 1, + anon_sym_sizeof, + ACTIONS(91), 1, + anon_sym_offsetof, + ACTIONS(93), 1, + anon_sym__Generic, + ACTIONS(169), 1, + sym_number_literal, + ACTIONS(2182), 1, + sym_identifier, + STATE(829), 1, + sym_string_literal, + STATE(1098), 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(85), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(95), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(105), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(171), 2, + sym_true, + sym_false, + ACTIONS(89), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(99), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(101), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(917), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(897), 16, + sym__expression_not_binary, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_alignof_expression, + sym_offsetof_expression, + sym_generic_expression, + sym_gnu_asm_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + sym_null, + [4768] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -104198,14 +104356,17 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1785), 1, sym_identifier, - ACTIONS(1850), 1, - anon_sym_LPAREN2, - ACTIONS(1860), 1, + ACTIONS(1797), 1, anon_sym_sizeof, - STATE(825), 1, + ACTIONS(2449), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(939), 1, + STATE(903), 1, sym__expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -104215,18 +104376,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1852), 2, + ACTIONS(1789), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1854), 2, + ACTIONS(1791), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1858), 2, + ACTIONS(2451), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2216), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -104245,7 +104403,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -104267,7 +104425,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [4662] = 20, + [4868] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -104278,14 +104436,17 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1785), 1, sym_identifier, - ACTIONS(1850), 1, - anon_sym_LPAREN2, - ACTIONS(1860), 1, + ACTIONS(1797), 1, anon_sym_sizeof, - STATE(825), 1, + ACTIONS(2449), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(930), 1, + STATE(904), 1, sym__expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -104295,18 +104456,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1852), 2, + ACTIONS(1789), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1854), 2, + ACTIONS(1791), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1858), 2, + ACTIONS(2451), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2216), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -104325,7 +104483,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -104347,37 +104505,28 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [4762] = 21, + [4968] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(87), 1, - anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(1785), 1, sym_identifier, - STATE(825), 1, + ACTIONS(1797), 1, + anon_sym_sizeof, + ACTIONS(2449), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(1031), 1, + STATE(905), 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(85), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -104387,6 +104536,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, + ACTIONS(1789), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1791), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2451), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -104405,16 +104563,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(917), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -104423,12 +104576,16 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, + sym_subscript_expression, + sym_call_expression, sym_gnu_asm_expression, + sym_field_expression, sym_compound_literal_expression, + sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [4864] = 20, + [5068] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -104439,14 +104596,17 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1785), 1, sym_identifier, - ACTIONS(1850), 1, - anon_sym_LPAREN2, - ACTIONS(1860), 1, + ACTIONS(1797), 1, anon_sym_sizeof, - STATE(825), 1, + ACTIONS(2449), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(944), 1, + STATE(906), 1, sym__expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -104456,18 +104616,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1852), 2, + ACTIONS(1789), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1854), 2, + ACTIONS(1791), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1858), 2, + ACTIONS(2451), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2216), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -104486,7 +104643,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -104508,37 +104665,28 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [4964] = 21, + [5168] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(87), 1, - anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(1785), 1, sym_identifier, - STATE(825), 1, + ACTIONS(1797), 1, + anon_sym_sizeof, + ACTIONS(2449), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(1129), 1, + STATE(907), 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(85), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -104548,6 +104696,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, + ACTIONS(1789), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1791), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2451), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -104566,16 +104723,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(917), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -104584,42 +104736,37 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, + sym_subscript_expression, + sym_call_expression, sym_gnu_asm_expression, + sym_field_expression, sym_compound_literal_expression, + sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [5066] = 21, + [5268] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(87), 1, - anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(1785), 1, sym_identifier, - STATE(825), 1, + ACTIONS(1797), 1, + anon_sym_sizeof, + ACTIONS(2449), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(1029), 1, + STATE(878), 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(85), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -104629,6 +104776,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, + ACTIONS(1789), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1791), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2451), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -104647,16 +104803,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(917), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -104665,12 +104816,16 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, + sym_subscript_expression, + sym_call_expression, sym_gnu_asm_expression, + sym_field_expression, sym_compound_literal_expression, + sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [5168] = 20, + [5368] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -104681,14 +104836,17 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1785), 1, sym_identifier, - ACTIONS(1860), 1, + ACTIONS(1797), 1, anon_sym_sizeof, - ACTIONS(2513), 1, + ACTIONS(2449), 1, anon_sym_LPAREN2, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(927), 1, + STATE(909), 1, sym__expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -104698,18 +104856,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1852), 2, + ACTIONS(1789), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1854), 2, + ACTIONS(1791), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1858), 2, + ACTIONS(2451), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2216), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -104728,7 +104883,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -104750,37 +104905,28 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [5268] = 21, + [5468] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(87), 1, - anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(1785), 1, sym_identifier, - STATE(825), 1, + ACTIONS(1797), 1, + anon_sym_sizeof, + ACTIONS(2449), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(1070), 1, + STATE(910), 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(85), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -104790,6 +104936,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, + ACTIONS(1789), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1791), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2451), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -104808,16 +104963,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(917), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -104826,42 +104976,37 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, + sym_subscript_expression, + sym_call_expression, sym_gnu_asm_expression, + sym_field_expression, sym_compound_literal_expression, + sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [5370] = 21, + [5568] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(87), 1, - anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(1785), 1, sym_identifier, - STATE(825), 1, + ACTIONS(1797), 1, + anon_sym_sizeof, + ACTIONS(2449), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(1051), 1, + STATE(915), 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(85), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -104871,6 +105016,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, + ACTIONS(1789), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1791), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2451), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -104889,16 +105043,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(917), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -104907,12 +105056,16 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, + sym_subscript_expression, + sym_call_expression, sym_gnu_asm_expression, + sym_field_expression, sym_compound_literal_expression, + sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [5472] = 21, + [5668] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -104921,16 +105074,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2208), 1, + ACTIONS(1785), 1, sym_identifier, - ACTIONS(2210), 1, - anon_sym_LPAREN2, - ACTIONS(2220), 1, + ACTIONS(1797), 1, anon_sym_sizeof, - STATE(825), 1, + ACTIONS(2449), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(1143), 1, + STATE(911), 1, sym__expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -104940,16 +105096,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(2212), 2, + ACTIONS(1789), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2214), 2, + ACTIONS(1791), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2216), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2218), 2, + ACTIONS(2451), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 5, @@ -104970,16 +105123,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(971), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -104988,12 +105136,16 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, + sym_subscript_expression, + sym_call_expression, sym_gnu_asm_expression, + sym_field_expression, sym_compound_literal_expression, + sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [5574] = 21, + [5768] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -105002,16 +105154,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2208), 1, + ACTIONS(1785), 1, sym_identifier, - ACTIONS(2210), 1, - anon_sym_LPAREN2, - ACTIONS(2220), 1, + ACTIONS(1797), 1, anon_sym_sizeof, - STATE(825), 1, + ACTIONS(2449), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(1139), 1, + STATE(881), 1, sym__expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -105021,16 +105176,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(2212), 2, + ACTIONS(1789), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2214), 2, + ACTIONS(1791), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2216), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2218), 2, + ACTIONS(2451), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 5, @@ -105051,16 +105203,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(971), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -105069,12 +105216,16 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, + sym_subscript_expression, + sym_call_expression, sym_gnu_asm_expression, + sym_field_expression, sym_compound_literal_expression, + sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [5676] = 21, + [5868] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -105087,11 +105238,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(882), 1, + STATE(1124), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -105138,7 +105289,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -105155,25 +105306,37 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [5778] = 21, + [5970] = 21, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(87), 1, + anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2208), 1, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(2210), 1, - anon_sym_LPAREN2, - ACTIONS(2220), 1, - anon_sym_sizeof, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(1134), 1, + STATE(1153), 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(85), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -105183,18 +105346,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(2212), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2214), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2216), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2218), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -105213,13 +105364,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(971), 5, + STATE(917), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -105236,37 +105387,28 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [5880] = 21, + [6072] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(87), 1, - anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(1785), 1, sym_identifier, - STATE(825), 1, + ACTIONS(1797), 1, + anon_sym_sizeof, + ACTIONS(2449), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(1116), 1, + STATE(896), 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(85), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -105276,6 +105418,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, + ACTIONS(1789), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1791), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2451), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -105294,16 +105445,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(917), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -105312,12 +105458,16 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, + sym_subscript_expression, + sym_call_expression, sym_gnu_asm_expression, + sym_field_expression, sym_compound_literal_expression, + sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [5982] = 21, + [6172] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -105326,15 +105476,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2208), 1, + ACTIONS(2196), 1, sym_identifier, - ACTIONS(2210), 1, - anon_sym_LPAREN2, - ACTIONS(2220), 1, + ACTIONS(2202), 1, anon_sym_sizeof, - STATE(825), 1, + ACTIONS(2337), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(1153), 1, + STATE(1120), 1, sym__expression, ACTIONS(95), 2, anon_sym_asm, @@ -105345,16 +105495,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(2212), 2, + ACTIONS(2198), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2214), 2, + ACTIONS(2200), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2216), 2, + ACTIONS(2341), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2218), 2, + ACTIONS(2347), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 5, @@ -105375,13 +105525,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(971), 5, + STATE(967), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -105398,7 +105548,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [6084] = 21, + [6274] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -105407,15 +105557,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2208), 1, + ACTIONS(2196), 1, sym_identifier, - ACTIONS(2210), 1, - anon_sym_LPAREN2, - ACTIONS(2220), 1, + ACTIONS(2202), 1, anon_sym_sizeof, - STATE(825), 1, + ACTIONS(2337), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(1120), 1, + STATE(1118), 1, sym__expression, ACTIONS(95), 2, anon_sym_asm, @@ -105426,16 +105576,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(2212), 2, + ACTIONS(2198), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2214), 2, + ACTIONS(2200), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2216), 2, + ACTIONS(2341), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2218), 2, + ACTIONS(2347), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 5, @@ -105456,13 +105606,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(971), 5, + STATE(967), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -105479,37 +105629,25 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [6186] = 21, + [6376] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(87), 1, - anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2196), 1, sym_identifier, - STATE(825), 1, + ACTIONS(2202), 1, + anon_sym_sizeof, + ACTIONS(2337), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(1028), 1, + STATE(930), 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(85), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -105519,6 +105657,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, + ACTIONS(2198), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2200), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2341), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2347), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -105537,13 +105687,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(917), 5, + STATE(967), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -105560,37 +105710,25 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [6288] = 21, + [6478] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(87), 1, - anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2196), 1, sym_identifier, - STATE(825), 1, + ACTIONS(2202), 1, + anon_sym_sizeof, + ACTIONS(2337), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(1056), 1, + STATE(1128), 1, sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(85), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -105600,6 +105738,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, + ACTIONS(2198), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2200), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2341), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2347), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -105618,13 +105768,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(917), 5, + STATE(967), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -105641,7 +105791,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [6390] = 21, + [6580] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -105654,11 +105804,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(1140), 1, + STATE(1081), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -105705,7 +105855,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -105722,7 +105872,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [6492] = 21, + [6682] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -105735,11 +105885,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(1037), 1, + STATE(1121), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -105786,7 +105936,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -105803,25 +105953,37 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [6594] = 21, + [6784] = 21, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(87), 1, + anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2208), 1, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(2210), 1, - anon_sym_LPAREN2, - ACTIONS(2220), 1, - anon_sym_sizeof, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(935), 1, + STATE(1113), 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(85), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -105831,18 +105993,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(2212), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2214), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2216), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2218), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -105861,13 +106011,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(971), 5, + STATE(917), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -105884,7 +106034,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [6696] = 21, + [6886] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -105893,15 +106043,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2208), 1, + ACTIONS(2196), 1, sym_identifier, - ACTIONS(2210), 1, - anon_sym_LPAREN2, - ACTIONS(2220), 1, + ACTIONS(2202), 1, anon_sym_sizeof, - STATE(825), 1, + ACTIONS(2337), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(1122), 1, + STATE(1146), 1, sym__expression, ACTIONS(95), 2, anon_sym_asm, @@ -105912,16 +106062,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(2212), 2, + ACTIONS(2198), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2214), 2, + ACTIONS(2200), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2216), 2, + ACTIONS(2341), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2218), 2, + ACTIONS(2347), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 5, @@ -105942,13 +106092,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(971), 5, + STATE(967), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -105965,37 +106115,25 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [6798] = 21, + [6988] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(87), 1, - anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2196), 1, sym_identifier, - STATE(825), 1, + ACTIONS(2202), 1, + anon_sym_sizeof, + ACTIONS(2337), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(905), 1, + STATE(1150), 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(85), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -106005,6 +106143,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, + ACTIONS(2198), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2200), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2341), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2347), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -106023,13 +106173,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(917), 5, + STATE(967), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -106046,7 +106196,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [6900] = 21, + [7090] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -106055,15 +106205,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2208), 1, + ACTIONS(2196), 1, sym_identifier, - ACTIONS(2210), 1, - anon_sym_LPAREN2, - ACTIONS(2220), 1, + ACTIONS(2202), 1, anon_sym_sizeof, - STATE(825), 1, + ACTIONS(2337), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(1123), 1, + STATE(1157), 1, sym__expression, ACTIONS(95), 2, anon_sym_asm, @@ -106074,16 +106224,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(2212), 2, + ACTIONS(2198), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2214), 2, + ACTIONS(2200), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2216), 2, + ACTIONS(2341), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2218), 2, + ACTIONS(2347), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 5, @@ -106104,13 +106254,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(971), 5, + STATE(967), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -106127,37 +106277,25 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [7002] = 21, + [7192] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(87), 1, - anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2196), 1, sym_identifier, - STATE(825), 1, + ACTIONS(2202), 1, + anon_sym_sizeof, + ACTIONS(2337), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(913), 1, + STATE(1151), 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(85), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -106167,87 +106305,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(89), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(99), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(101), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(917), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(900), 16, - sym__expression_not_binary, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_alignof_expression, - sym_offsetof_expression, - sym_generic_expression, - sym_gnu_asm_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_null, - [7104] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(87), 1, - anon_sym_sizeof, - ACTIONS(91), 1, - anon_sym_offsetof, - ACTIONS(93), 1, - anon_sym__Generic, - ACTIONS(169), 1, - sym_number_literal, - ACTIONS(2194), 1, - sym_identifier, - ACTIONS(2515), 1, - anon_sym_LPAREN2, - STATE(825), 1, - sym_string_literal, - STATE(1036), 1, - sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(2198), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(2200), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2341), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(85), 2, + ACTIONS(2347), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(95), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(105), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(171), 2, - sym_true, - sym_false, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -106266,13 +106335,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(917), 5, + STATE(967), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -106289,7 +106358,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [7206] = 21, + [7294] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -106302,11 +106371,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(1110), 1, + STATE(1055), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -106353,7 +106422,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -106370,37 +106439,25 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [7308] = 21, + [7396] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(87), 1, - anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2196), 1, sym_identifier, - STATE(825), 1, + ACTIONS(2202), 1, + anon_sym_sizeof, + ACTIONS(2337), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(1033), 1, + STATE(1126), 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(85), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -106410,6 +106467,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, + ACTIONS(2198), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2200), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2341), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2347), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -106428,13 +106497,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(917), 5, + STATE(967), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -106451,25 +106520,37 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [7410] = 20, + [7498] = 21, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(87), 1, + anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(1785), 1, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(1850), 1, - anon_sym_LPAREN2, - ACTIONS(1860), 1, - anon_sym_sizeof, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(935), 1, + STATE(1022), 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(85), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -106479,18 +106560,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1852), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1854), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1858), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2216), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -106509,11 +106578,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(917), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -106522,16 +106596,12 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, - sym_subscript_expression, - sym_call_expression, sym_gnu_asm_expression, - sym_field_expression, sym_compound_literal_expression, - sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [7510] = 21, + [7600] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -106544,11 +106614,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(1142), 1, + STATE(1051), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -106595,7 +106665,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -106612,7 +106682,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [7612] = 21, + [7702] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -106625,11 +106695,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(1149), 1, + STATE(1115), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -106676,7 +106746,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -106693,37 +106763,25 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [7714] = 21, + [7804] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(87), 1, - anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2196), 1, sym_identifier, - STATE(825), 1, + ACTIONS(2202), 1, + anon_sym_sizeof, + ACTIONS(2337), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(1144), 1, + STATE(1131), 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(85), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -106733,6 +106791,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, + ACTIONS(2198), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2200), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2341), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2347), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -106751,13 +106821,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(917), 5, + STATE(967), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -106774,37 +106844,25 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [7816] = 21, + [7906] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(87), 1, - anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2196), 1, sym_identifier, - STATE(825), 1, + ACTIONS(2202), 1, + anon_sym_sizeof, + ACTIONS(2337), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(1119), 1, + STATE(1145), 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(85), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -106814,6 +106872,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, + ACTIONS(2198), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2200), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2341), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2347), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -106832,13 +106902,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(917), 5, + STATE(967), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -106855,7 +106925,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [7918] = 21, + [8008] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -106868,11 +106938,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(1136), 1, + STATE(1021), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -106919,7 +106989,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -106936,28 +107006,37 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [8020] = 20, + [8110] = 21, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(87), 1, + anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(1785), 1, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(1789), 1, - anon_sym_LPAREN2, - ACTIONS(1803), 1, - anon_sym_sizeof, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(904), 1, + STATE(1033), 1, sym__expression, + ACTIONS(21), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(85), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -106967,15 +107046,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1791), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1793), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1801), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -106994,11 +107064,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(917), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -107007,16 +107082,12 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, - sym_subscript_expression, - sym_call_expression, sym_gnu_asm_expression, - sym_field_expression, sym_compound_literal_expression, - sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [8120] = 21, + [8212] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -107025,15 +107096,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2208), 1, + ACTIONS(1785), 1, sym_identifier, - ACTIONS(2210), 1, - anon_sym_LPAREN2, - ACTIONS(2220), 1, + ACTIONS(1848), 1, anon_sym_sizeof, - STATE(825), 1, + ACTIONS(2469), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(1128), 1, + STATE(935), 1, sym__expression, ACTIONS(95), 2, anon_sym_asm, @@ -107044,16 +107115,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(2212), 2, + ACTIONS(1844), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2214), 2, + ACTIONS(1846), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2216), 2, + ACTIONS(2341), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2218), 2, + ACTIONS(2471), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 5, @@ -107074,16 +107145,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(971), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -107092,12 +107158,16 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, + sym_subscript_expression, + sym_call_expression, sym_gnu_asm_expression, + sym_field_expression, sym_compound_literal_expression, + sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [8222] = 20, + [8312] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -107108,17 +107178,14 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1785), 1, sym_identifier, - ACTIONS(1789), 1, - anon_sym_LPAREN2, - ACTIONS(1803), 1, + ACTIONS(1848), 1, anon_sym_sizeof, - STATE(825), 1, + ACTIONS(2469), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(907), 1, + STATE(934), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -107128,13 +107195,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1791), 2, + ACTIONS(1844), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1793), 2, + ACTIONS(1846), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1801), 2, + ACTIONS(2341), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2471), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 5, @@ -107155,7 +107225,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -107177,88 +107247,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [8322] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(87), 1, - anon_sym_sizeof, - ACTIONS(91), 1, - anon_sym_offsetof, - ACTIONS(93), 1, - anon_sym__Generic, - ACTIONS(169), 1, - sym_number_literal, - ACTIONS(2194), 1, - sym_identifier, - STATE(825), 1, - sym_string_literal, - STATE(1094), 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(85), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(105), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(171), 2, - sym_true, - sym_false, - ACTIONS(89), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(99), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(101), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(917), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(900), 16, - sym__expression_not_binary, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_alignof_expression, - sym_offsetof_expression, - sym_generic_expression, - sym_gnu_asm_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_null, - [8424] = 20, + [8412] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -107269,13 +107258,13 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1785), 1, sym_identifier, - ACTIONS(1850), 1, - anon_sym_LPAREN2, - ACTIONS(1860), 1, + ACTIONS(1848), 1, anon_sym_sizeof, - STATE(825), 1, + ACTIONS(2469), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(941), 1, + STATE(933), 1, sym__expression, ACTIONS(95), 2, anon_sym_asm, @@ -107286,18 +107275,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1852), 2, + ACTIONS(1844), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1854), 2, + ACTIONS(1846), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1858), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2216), 2, + ACTIONS(2341), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(2471), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -107316,7 +107305,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -107338,7 +107327,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [8524] = 20, + [8512] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -107349,17 +107338,14 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1785), 1, sym_identifier, - ACTIONS(1789), 1, - anon_sym_LPAREN2, - ACTIONS(1803), 1, + ACTIONS(1848), 1, anon_sym_sizeof, - STATE(825), 1, + ACTIONS(2469), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(905), 1, + STATE(938), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -107369,13 +107355,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1791), 2, + ACTIONS(1844), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1793), 2, + ACTIONS(1846), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1801), 2, + ACTIONS(2341), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2471), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 5, @@ -107396,7 +107385,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -107418,7 +107407,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [8624] = 21, + [8612] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -107427,15 +107416,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2208), 1, + ACTIONS(1785), 1, sym_identifier, - ACTIONS(2210), 1, - anon_sym_LPAREN2, - ACTIONS(2220), 1, + ACTIONS(1848), 1, anon_sym_sizeof, - STATE(825), 1, + ACTIONS(2469), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(1145), 1, + STATE(940), 1, sym__expression, ACTIONS(95), 2, anon_sym_asm, @@ -107446,16 +107435,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(2212), 2, + ACTIONS(1844), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2214), 2, + ACTIONS(1846), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2216), 2, + ACTIONS(2341), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2218), 2, + ACTIONS(2471), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 5, @@ -107476,16 +107465,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(971), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -107494,12 +107478,16 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, + sym_subscript_expression, + sym_call_expression, sym_gnu_asm_expression, + sym_field_expression, sym_compound_literal_expression, + sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [8726] = 20, + [8712] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -107510,13 +107498,13 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1785), 1, sym_identifier, - ACTIONS(1850), 1, - anon_sym_LPAREN2, - ACTIONS(1860), 1, + ACTIONS(1848), 1, anon_sym_sizeof, - STATE(825), 1, + ACTIONS(2469), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(946), 1, + STATE(937), 1, sym__expression, ACTIONS(95), 2, anon_sym_asm, @@ -107527,18 +107515,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1852), 2, + ACTIONS(1844), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1854), 2, + ACTIONS(1846), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1858), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2216), 2, + ACTIONS(2341), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(2471), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -107557,7 +107545,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -107579,7 +107567,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [8826] = 21, + [8812] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -107592,11 +107580,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(1052), 1, + STATE(1026), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -107643,7 +107631,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -107660,25 +107648,37 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [8928] = 20, + [8914] = 21, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(87), 1, + anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(1785), 1, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(1850), 1, - anon_sym_LPAREN2, - ACTIONS(1860), 1, - anon_sym_sizeof, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(940), 1, + STATE(915), 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(85), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -107688,18 +107688,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1852), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1854), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1858), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2216), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -107718,11 +107706,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(917), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -107731,16 +107724,12 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, - sym_subscript_expression, - sym_call_expression, sym_gnu_asm_expression, - sym_field_expression, sym_compound_literal_expression, - sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [9028] = 21, + [9016] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -107753,11 +107742,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(1054), 1, + STATE(1027), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -107804,7 +107793,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -107821,25 +107810,37 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [9130] = 21, + [9118] = 21, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(87), 1, + anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2208), 1, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(2210), 1, - anon_sym_LPAREN2, - ACTIONS(2220), 1, - anon_sym_sizeof, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(1157), 1, + STATE(1029), 1, sym__expression, + ACTIONS(21), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(85), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -107849,18 +107850,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(2212), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2214), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2216), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2218), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -107879,13 +107868,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(971), 5, + STATE(917), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -107902,25 +107891,37 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [9232] = 21, + [9220] = 21, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(87), 1, + anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2208), 1, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(2210), 1, - anon_sym_LPAREN2, - ACTIONS(2220), 1, - anon_sym_sizeof, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(944), 1, + STATE(1030), 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(85), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -107930,18 +107931,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(2212), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2214), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2216), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2218), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -107960,13 +107949,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(971), 5, + STATE(917), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -107983,25 +107972,37 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [9334] = 20, + [9322] = 21, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(87), 1, + anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(1785), 1, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(1850), 1, - anon_sym_LPAREN2, - ACTIONS(1860), 1, - anon_sym_sizeof, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(926), 1, + STATE(1034), 1, sym__expression, + ACTIONS(21), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(85), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -108011,18 +108012,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1852), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1854), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1858), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2216), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -108041,11 +108030,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(917), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -108054,16 +108048,12 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, - sym_subscript_expression, - sym_call_expression, sym_gnu_asm_expression, - sym_field_expression, sym_compound_literal_expression, - sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [9434] = 21, + [9424] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -108072,15 +108062,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2208), 1, + ACTIONS(2196), 1, sym_identifier, - ACTIONS(2210), 1, - anon_sym_LPAREN2, - ACTIONS(2220), 1, + ACTIONS(2202), 1, anon_sym_sizeof, - STATE(825), 1, + ACTIONS(2337), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(1131), 1, + STATE(1141), 1, sym__expression, ACTIONS(95), 2, anon_sym_asm, @@ -108091,16 +108081,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(2212), 2, + ACTIONS(2198), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2214), 2, + ACTIONS(2200), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2216), 2, + ACTIONS(2341), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2218), 2, + ACTIONS(2347), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 5, @@ -108121,13 +108111,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(971), 5, + STATE(967), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -108144,7 +108134,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [9536] = 21, + [9526] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -108157,11 +108147,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(1147), 1, + STATE(1050), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -108208,7 +108198,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -108225,25 +108215,37 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [9638] = 20, + [9628] = 21, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(87), 1, + anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(1785), 1, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(1850), 1, - anon_sym_LPAREN2, - ACTIONS(1860), 1, - anon_sym_sizeof, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(938), 1, + STATE(1035), 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(85), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -108253,18 +108255,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1852), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1854), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1858), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2216), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -108283,11 +108273,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(917), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -108296,34 +108291,42 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, - sym_subscript_expression, - sym_call_expression, sym_gnu_asm_expression, - sym_field_expression, sym_compound_literal_expression, - sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [9738] = 21, + [9730] = 21, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(87), 1, + anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2208), 1, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(2210), 1, - anon_sym_LPAREN2, - ACTIONS(2220), 1, - anon_sym_sizeof, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(930), 1, + STATE(1032), 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(85), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -108333,18 +108336,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(2212), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2214), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2216), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2218), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -108363,13 +108354,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(971), 5, + STATE(917), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -108386,28 +108377,37 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [9840] = 20, + [9832] = 21, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(87), 1, + anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(1785), 1, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(1789), 1, - anon_sym_LPAREN2, - ACTIONS(1803), 1, - anon_sym_sizeof, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(913), 1, + STATE(1024), 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(85), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -108417,15 +108417,87 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1791), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1793), 2, + ACTIONS(89), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(99), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(101), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(917), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(897), 16, + sym__expression_not_binary, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_alignof_expression, + sym_offsetof_expression, + sym_generic_expression, + sym_gnu_asm_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + sym_null, + [9934] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(87), 1, + anon_sym_sizeof, + ACTIONS(91), 1, + anon_sym_offsetof, + ACTIONS(93), 1, + anon_sym__Generic, + ACTIONS(169), 1, + sym_number_literal, + ACTIONS(2182), 1, + sym_identifier, + STATE(829), 1, + sym_string_literal, + STATE(1031), 1, + sym__expression, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1801), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(85), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(95), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(105), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(171), 2, + sym_true, + sym_false, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -108444,11 +108516,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(917), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -108457,16 +108534,12 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, - sym_subscript_expression, - sym_call_expression, sym_gnu_asm_expression, - sym_field_expression, sym_compound_literal_expression, - sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [9940] = 20, + [10036] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -108475,19 +108548,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(1785), 1, + ACTIONS(2196), 1, sym_identifier, - ACTIONS(1803), 1, + ACTIONS(2202), 1, anon_sym_sizeof, - ACTIONS(2517), 1, + ACTIONS(2337), 1, anon_sym_LPAREN2, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(897), 1, + STATE(1125), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -108497,13 +108567,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1791), 2, + ACTIONS(2198), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1793), 2, + ACTIONS(2200), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1801), 2, + ACTIONS(2341), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2347), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 5, @@ -108524,11 +108597,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(967), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -108537,16 +108615,12 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, - sym_subscript_expression, - sym_call_expression, sym_gnu_asm_expression, - sym_field_expression, sym_compound_literal_expression, - sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [10040] = 21, + [10138] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -108559,11 +108633,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(1024), 1, + STATE(901), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -108610,7 +108684,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -108627,7 +108701,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [10142] = 21, + [10240] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -108636,15 +108710,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2208), 1, + ACTIONS(1785), 1, sym_identifier, - ACTIONS(2220), 1, + ACTIONS(1848), 1, anon_sym_sizeof, - ACTIONS(2519), 1, + ACTIONS(2469), 1, anon_sym_LPAREN2, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(1137), 1, + STATE(946), 1, sym__expression, ACTIONS(95), 2, anon_sym_asm, @@ -108655,16 +108729,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(2212), 2, + ACTIONS(1844), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2214), 2, + ACTIONS(1846), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2216), 2, + ACTIONS(2341), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2218), 2, + ACTIONS(2471), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 5, @@ -108685,16 +108759,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(971), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -108703,12 +108772,16 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, + sym_subscript_expression, + sym_call_expression, sym_gnu_asm_expression, + sym_field_expression, sym_compound_literal_expression, + sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [10244] = 21, + [10340] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -108721,11 +108794,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(1071), 1, + STATE(1058), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -108772,7 +108845,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -108789,7 +108862,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [10346] = 20, + [10442] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -108800,13 +108873,13 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1785), 1, sym_identifier, - ACTIONS(1789), 1, - anon_sym_LPAREN2, - ACTIONS(1803), 1, + ACTIONS(1797), 1, anon_sym_sizeof, - STATE(825), 1, + ACTIONS(2449), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(888), 1, + STATE(887), 1, sym__expression, ACTIONS(25), 2, anon_sym_STAR, @@ -108820,13 +108893,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1791), 2, + ACTIONS(1789), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1793), 2, + ACTIONS(1791), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1801), 2, + ACTIONS(2451), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 5, @@ -108847,7 +108920,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -108869,28 +108942,37 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [10446] = 20, + [10542] = 21, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(87), 1, + anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(1785), 1, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(1789), 1, - anon_sym_LPAREN2, - ACTIONS(1803), 1, - anon_sym_sizeof, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(889), 1, + STATE(1138), 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(85), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -108900,13 +108982,85 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1791), 2, + ACTIONS(89), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(99), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(101), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(917), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(897), 16, + sym__expression_not_binary, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_alignof_expression, + sym_offsetof_expression, + sym_generic_expression, + sym_gnu_asm_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + sym_null, + [10644] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(91), 1, + anon_sym_offsetof, + ACTIONS(93), 1, + anon_sym__Generic, + ACTIONS(169), 1, + sym_number_literal, + ACTIONS(1785), 1, + sym_identifier, + ACTIONS(1848), 1, + anon_sym_sizeof, + ACTIONS(2469), 1, + anon_sym_LPAREN2, + STATE(829), 1, + sym_string_literal, + STATE(930), 1, + sym__expression, + ACTIONS(95), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(105), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(171), 2, + sym_true, + sym_false, + ACTIONS(1844), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1793), 2, + ACTIONS(1846), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1801), 2, + ACTIONS(2341), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2471), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 5, @@ -108927,7 +109081,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -108949,7 +109103,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [10546] = 20, + [10744] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -108960,14 +109114,17 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1785), 1, sym_identifier, - ACTIONS(1850), 1, - anon_sym_LPAREN2, - ACTIONS(1860), 1, + ACTIONS(1797), 1, anon_sym_sizeof, - STATE(825), 1, + ACTIONS(2449), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(943), 1, + STATE(901), 1, sym__expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -108977,18 +109134,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1852), 2, + ACTIONS(1789), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1854), 2, + ACTIONS(1791), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1858), 2, + ACTIONS(2451), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2216), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -109007,7 +109161,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -109029,7 +109183,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [10646] = 20, + [10844] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -109040,13 +109194,13 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1785), 1, sym_identifier, - ACTIONS(1789), 1, - anon_sym_LPAREN2, - ACTIONS(1803), 1, + ACTIONS(1797), 1, anon_sym_sizeof, - STATE(825), 1, + ACTIONS(2509), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(890), 1, + STATE(877), 1, sym__expression, ACTIONS(25), 2, anon_sym_STAR, @@ -109060,13 +109214,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1791), 2, + ACTIONS(1789), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1793), 2, + ACTIONS(1791), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1801), 2, + ACTIONS(2451), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 5, @@ -109087,7 +109241,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -109109,7 +109263,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [10746] = 20, + [10944] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -109120,17 +109274,14 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1785), 1, sym_identifier, - ACTIONS(1789), 1, - anon_sym_LPAREN2, - ACTIONS(1803), 1, + ACTIONS(1848), 1, anon_sym_sizeof, - STATE(825), 1, + ACTIONS(2469), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(908), 1, + STATE(942), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -109140,13 +109291,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1791), 2, + ACTIONS(1844), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1793), 2, + ACTIONS(1846), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1801), 2, + ACTIONS(2341), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2471), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 5, @@ -109167,7 +109321,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -109189,7 +109343,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [10846] = 20, + [11044] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -109200,17 +109354,14 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1785), 1, sym_identifier, - ACTIONS(1789), 1, - anon_sym_LPAREN2, - ACTIONS(1803), 1, + ACTIONS(1848), 1, anon_sym_sizeof, - STATE(825), 1, + ACTIONS(2469), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(892), 1, + STATE(944), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -109220,13 +109371,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1791), 2, + ACTIONS(1844), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1793), 2, + ACTIONS(1846), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1801), 2, + ACTIONS(2341), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2471), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 5, @@ -109247,7 +109401,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -109269,7 +109423,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [10946] = 20, + [11144] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -109278,19 +109432,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(1785), 1, + ACTIONS(2196), 1, sym_identifier, - ACTIONS(1789), 1, - anon_sym_LPAREN2, - ACTIONS(1803), 1, + ACTIONS(2202), 1, anon_sym_sizeof, - STATE(825), 1, + ACTIONS(2511), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(895), 1, + STATE(929), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -109300,13 +109451,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1791), 2, + ACTIONS(2198), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1793), 2, + ACTIONS(2200), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1801), 2, + ACTIONS(2341), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2347), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 5, @@ -109327,91 +109481,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, - sym__expression_not_binary, - sym_conditional_expression, - sym_assignment_expression, + STATE(967), 5, sym_pointer_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_alignof_expression, - sym_offsetof_expression, - sym_generic_expression, sym_subscript_expression, sym_call_expression, - sym_gnu_asm_expression, sym_field_expression, - sym_compound_literal_expression, sym_parenthesized_expression, - sym_char_literal, - sym_concatenated_string, - sym_null, - [11046] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_offsetof, - ACTIONS(93), 1, - anon_sym__Generic, - ACTIONS(169), 1, - sym_number_literal, - ACTIONS(1785), 1, - sym_identifier, - ACTIONS(1789), 1, - anon_sym_LPAREN2, - ACTIONS(1803), 1, - anon_sym_sizeof, - STATE(825), 1, - sym_string_literal, - STATE(877), 1, - sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(105), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(171), 2, - sym_true, - sym_false, - ACTIONS(1791), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1793), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1801), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(89), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(99), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(101), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(900), 21, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -109420,16 +109499,12 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, - sym_subscript_expression, - sym_call_expression, sym_gnu_asm_expression, - sym_field_expression, sym_compound_literal_expression, - sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [11146] = 20, + [11246] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -109438,19 +109513,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(1785), 1, + ACTIONS(2196), 1, sym_identifier, - ACTIONS(1789), 1, - anon_sym_LPAREN2, - ACTIONS(1803), 1, + ACTIONS(2202), 1, anon_sym_sizeof, - STATE(825), 1, + ACTIONS(2337), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(878), 1, + STATE(931), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -109460,13 +109532,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1791), 2, + ACTIONS(2198), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1793), 2, + ACTIONS(2200), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1801), 2, + ACTIONS(2341), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2347), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 5, @@ -109487,11 +109562,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(967), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -109500,16 +109580,12 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, - sym_subscript_expression, - sym_call_expression, sym_gnu_asm_expression, - sym_field_expression, sym_compound_literal_expression, - sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [11246] = 20, + [11348] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -109520,17 +109596,14 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1785), 1, sym_identifier, - ACTIONS(1789), 1, - anon_sym_LPAREN2, - ACTIONS(1803), 1, + ACTIONS(1848), 1, anon_sym_sizeof, - STATE(825), 1, + ACTIONS(2469), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(882), 1, + STATE(945), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -109540,13 +109613,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1791), 2, + ACTIONS(1844), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1793), 2, + ACTIONS(1846), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1801), 2, + ACTIONS(2341), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2471), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 5, @@ -109567,7 +109643,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -109589,7 +109665,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [11346] = 20, + [11448] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -109600,17 +109676,14 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1785), 1, sym_identifier, - ACTIONS(1789), 1, - anon_sym_LPAREN2, - ACTIONS(1803), 1, + ACTIONS(1848), 1, anon_sym_sizeof, - STATE(825), 1, + ACTIONS(2469), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(899), 1, + STATE(932), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -109620,13 +109693,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1791), 2, + ACTIONS(1844), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1793), 2, + ACTIONS(1846), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1801), 2, + ACTIONS(2341), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2471), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 5, @@ -109647,7 +109723,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -109669,7 +109745,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [11446] = 20, + [11548] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -109678,15 +109754,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(1785), 1, + ACTIONS(2196), 1, sym_identifier, - ACTIONS(1850), 1, - anon_sym_LPAREN2, - ACTIONS(1860), 1, + ACTIONS(2202), 1, anon_sym_sizeof, - STATE(825), 1, + ACTIONS(2337), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(945), 1, + STATE(926), 1, sym__expression, ACTIONS(95), 2, anon_sym_asm, @@ -109697,18 +109773,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1852), 2, + ACTIONS(2198), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1854), 2, + ACTIONS(2200), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1858), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2216), 2, + ACTIONS(2341), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(2347), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -109727,11 +109803,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(967), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -109740,16 +109821,12 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, - sym_subscript_expression, - sym_call_expression, sym_gnu_asm_expression, - sym_field_expression, sym_compound_literal_expression, - sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [11546] = 21, + [11650] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -109758,15 +109835,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2208), 1, + ACTIONS(1785), 1, sym_identifier, - ACTIONS(2210), 1, - anon_sym_LPAREN2, - ACTIONS(2220), 1, + ACTIONS(1848), 1, anon_sym_sizeof, - STATE(825), 1, + ACTIONS(2469), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(1160), 1, + STATE(927), 1, sym__expression, ACTIONS(95), 2, anon_sym_asm, @@ -109777,16 +109854,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(2212), 2, + ACTIONS(1844), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2214), 2, + ACTIONS(1846), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2216), 2, + ACTIONS(2341), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2218), 2, + ACTIONS(2471), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(89), 5, @@ -109807,16 +109884,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(971), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -109825,12 +109897,16 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, + sym_subscript_expression, + sym_call_expression, sym_gnu_asm_expression, + sym_field_expression, sym_compound_literal_expression, + sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [11648] = 20, + [11750] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(91), 1, @@ -109841,13 +109917,13 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1785), 1, sym_identifier, - ACTIONS(1850), 1, - anon_sym_LPAREN2, - ACTIONS(1860), 1, + ACTIONS(1848), 1, anon_sym_sizeof, - STATE(825), 1, + ACTIONS(2469), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(932), 1, + STATE(926), 1, sym__expression, ACTIONS(95), 2, anon_sym_asm, @@ -109858,18 +109934,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1852), 2, + ACTIONS(1844), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1854), 2, + ACTIONS(1846), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1858), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2216), 2, + ACTIONS(2341), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(2471), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -109888,7 +109964,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -109910,7 +109986,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [11748] = 21, + [11850] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -109923,11 +109999,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(1027), 1, + STATE(1129), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -109974,7 +110050,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -109991,7 +110067,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [11850] = 21, + [11952] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -110004,11 +110080,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(1022), 1, + STATE(1140), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -110055,88 +110131,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, - sym__expression_not_binary, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_alignof_expression, - sym_offsetof_expression, - sym_generic_expression, - sym_gnu_asm_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_null, - [11952] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_offsetof, - ACTIONS(93), 1, - anon_sym__Generic, - ACTIONS(169), 1, - sym_number_literal, - ACTIONS(2208), 1, - sym_identifier, - ACTIONS(2210), 1, - anon_sym_LPAREN2, - ACTIONS(2220), 1, - anon_sym_sizeof, - STATE(825), 1, - sym_string_literal, - STATE(1118), 1, - sym__expression, - ACTIONS(95), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(105), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(171), 2, - sym_true, - sym_false, - ACTIONS(2212), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2214), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2216), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2218), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(89), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(99), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(101), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(971), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -110164,11 +110159,11 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1785), 1, sym_identifier, - ACTIONS(1850), 1, - anon_sym_LPAREN2, - ACTIONS(1860), 1, + ACTIONS(1848), 1, anon_sym_sizeof, - STATE(825), 1, + ACTIONS(2469), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, STATE(931), 1, sym__expression, @@ -110181,18 +110176,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1852), 2, + ACTIONS(1844), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1854), 2, + ACTIONS(1846), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1858), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2216), 2, + ACTIONS(2341), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(2471), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -110211,7 +110206,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -110233,25 +110228,37 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [12154] = 20, + [12154] = 21, ACTIONS(3), 1, sym_comment, + ACTIONS(87), 1, + anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(1785), 1, + ACTIONS(2182), 1, sym_identifier, - ACTIONS(1850), 1, + ACTIONS(2513), 1, anon_sym_LPAREN2, - ACTIONS(1860), 1, - anon_sym_sizeof, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(937), 1, + STATE(877), 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(85), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -110261,18 +110268,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, - ACTIONS(1852), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1854), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1858), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2216), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -110291,11 +110286,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(900), 21, + STATE(917), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -110304,16 +110304,12 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, - sym_subscript_expression, - sym_call_expression, sym_gnu_asm_expression, - sym_field_expression, sym_compound_literal_expression, - sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [12254] = 21, + [12256] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -110326,11 +110322,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(1035), 1, + STATE(1116), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -110377,7 +110373,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -110394,37 +110390,25 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [12356] = 21, + [12358] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(87), 1, - anon_sym_sizeof, ACTIONS(91), 1, anon_sym_offsetof, ACTIONS(93), 1, anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(1785), 1, sym_identifier, - STATE(825), 1, + ACTIONS(1848), 1, + anon_sym_sizeof, + ACTIONS(2515), 1, + anon_sym_LPAREN2, + STATE(829), 1, sym_string_literal, - STATE(1034), 1, + STATE(929), 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(85), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(95), 2, anon_sym_asm, anon_sym___asm__, @@ -110434,6 +110418,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(171), 2, sym_true, sym_false, + ACTIONS(1844), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1846), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2341), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2471), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 5, anon_sym___alignof__, anon_sym___alignof, @@ -110452,16 +110448,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(917), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -110470,8 +110461,12 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, + sym_subscript_expression, + sym_call_expression, sym_gnu_asm_expression, + sym_field_expression, sym_compound_literal_expression, + sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, @@ -110488,11 +110483,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(1032), 1, + STATE(1156), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -110539,7 +110534,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -110569,11 +110564,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(169), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(2182), 1, sym_identifier, - STATE(825), 1, + STATE(829), 1, sym_string_literal, - STATE(1030), 1, + STATE(887), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -110620,7 +110615,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(900), 16, + STATE(897), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -110656,20 +110651,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(853), 1, + STATE(854), 1, sym_ms_call_modifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1348), 1, + STATE(1361), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -110730,20 +110725,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(857), 1, + STATE(858), 1, sym_ms_call_modifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1370), 1, + STATE(1386), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -110804,20 +110799,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(851), 1, + STATE(849), 1, sym_ms_call_modifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1386), 1, + STATE(1364), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -110878,20 +110873,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(848), 1, + STATE(846), 1, sym_ms_call_modifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1383), 1, + STATE(1366), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -110952,20 +110947,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(847), 1, + STATE(844), 1, sym_ms_call_modifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1388), 1, + STATE(1346), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -111007,30 +111002,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [13127] = 12, + [13127] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2306), 1, - anon_sym_const, - ACTIONS(2310), 1, - anon_sym_LPAREN2, - ACTIONS(2316), 1, - anon_sym_STAR, - ACTIONS(2326), 1, - anon_sym_EQ, - STATE(817), 1, - sym_string_literal, - ACTIONS(2319), 2, - anon_sym_RPAREN, - anon_sym_LBRACK, - ACTIONS(101), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2322), 8, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(43), 1, + anon_sym___declspec, + ACTIONS(55), 1, + sym_primitive_type, + ACTIONS(57), 1, + anon_sym_enum, + ACTIONS(59), 1, + anon_sym_struct, + ACTIONS(61), 1, + anon_sym_union, + ACTIONS(1342), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1572), 1, + sym_identifier, + STATE(847), 1, + sym_ms_call_modifier, + STATE(963), 1, + sym__type_specifier, + STATE(999), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1368), 1, + sym__declaration_specifiers, + ACTIONS(49), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(997), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + ACTIONS(45), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + STATE(870), 7, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + aux_sym__declaration_specifiers_repeat1, + ACTIONS(53), 9, anon_sym___extension__, + anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -111038,43 +111065,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - ACTIONS(2330), 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(2314), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2308), 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, - [13206] = 19, + ACTIONS(51), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + [13220] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -111093,20 +111095,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(863), 1, + STATE(845), 1, sym_ms_call_modifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1354), 1, + STATE(1374), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -111148,7 +111150,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [13299] = 19, + [13313] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -111167,20 +111169,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(859), 1, + STATE(860), 1, sym_ms_call_modifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1352), 1, + STATE(1354), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -111222,7 +111224,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [13392] = 19, + [13406] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -111241,20 +111243,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(845), 1, + STATE(866), 1, sym_ms_call_modifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1371), 1, + STATE(1350), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -111296,7 +111298,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [13485] = 19, + [13499] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -111315,20 +111317,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(866), 1, + STATE(855), 1, sym_ms_call_modifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1368), 1, + STATE(1395), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -111370,7 +111372,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [13578] = 19, + [13592] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -111389,20 +111391,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(844), 1, + STATE(862), 1, sym_ms_call_modifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1397), 1, + STATE(1352), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -111444,7 +111446,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [13671] = 19, + [13685] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -111463,20 +111465,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(854), 1, + STATE(843), 1, sym_ms_call_modifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1376), 1, + STATE(1381), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -111518,7 +111520,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [13764] = 19, + [13778] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -111537,20 +111539,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(855), 1, + STATE(864), 1, sym_ms_call_modifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1356), 1, + STATE(1390), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -111592,7 +111594,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [13857] = 19, + [13871] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -111611,20 +111613,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(862), 1, + STATE(863), 1, sym_ms_call_modifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1363), 1, + STATE(1369), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -111666,62 +111668,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [13950] = 19, + [13964] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(43), 1, - anon_sym___declspec, - ACTIONS(55), 1, - sym_primitive_type, - ACTIONS(57), 1, - anon_sym_enum, - ACTIONS(59), 1, - anon_sym_struct, - ACTIONS(61), 1, - anon_sym_union, - ACTIONS(1342), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1572), 1, - sym_identifier, - STATE(846), 1, - sym_ms_call_modifier, - STATE(961), 1, - sym__type_specifier, - STATE(1002), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1392), 1, - sym__declaration_specifiers, - ACTIONS(49), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1000), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(45), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - STATE(870), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, + ACTIONS(2288), 1, anon_sym_const, + ACTIONS(2292), 1, + anon_sym_LPAREN2, + ACTIONS(2298), 1, + anon_sym_STAR, + ACTIONS(2305), 1, + anon_sym_EQ, + STATE(818), 1, + sym_string_literal, + ACTIONS(2311), 2, + anon_sym_RPAREN, + anon_sym_LBRACK, + ACTIONS(101), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2301), 8, + anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -111729,17 +111699,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - ACTIONS(51), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, + ACTIONS(2309), 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(2296), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2290), 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, [14043] = 19, ACTIONS(3), 1, sym_comment, @@ -111759,20 +111754,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(843), 1, + STATE(856), 1, sym_ms_call_modifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1366), 1, + STATE(1384), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -111817,14 +111812,14 @@ static const uint16_t ts_small_parse_table[] = { [14136] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2526), 1, + ACTIONS(2522), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2528), 1, + ACTIONS(2524), 1, anon_sym_layout, STATE(816), 2, sym_layout_specification, aux_sym_parameter_declaration_repeat1, - ACTIONS(2523), 18, + ACTIONS(2519), 18, anon_sym_precise, anon_sym_in, anon_sym_out, @@ -111843,7 +111838,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_smooth, anon_sym_flat, anon_sym_noperspective, - ACTIONS(2521), 30, + ACTIONS(2517), 30, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -111877,9 +111872,9 @@ static const uint16_t ts_small_parse_table[] = { [14202] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2531), 1, + ACTIONS(2527), 1, sym_identifier, - STATE(818), 2, + STATE(819), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(101), 5, @@ -111888,7 +111883,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2535), 14, + ACTIONS(2531), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -111903,7 +111898,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym___attribute__, anon_sym_EQ, - ACTIONS(2533), 29, + ACTIONS(2529), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -111936,9 +111931,9 @@ static const uint16_t ts_small_parse_table[] = { [14267] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2537), 1, + ACTIONS(2533), 1, sym_identifier, - STATE(819), 2, + STATE(817), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(101), 5, @@ -111947,7 +111942,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2541), 14, + ACTIONS(2537), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -111962,7 +111957,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym___attribute__, anon_sym_EQ, - ACTIONS(2539), 29, + ACTIONS(2535), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -111995,18 +111990,18 @@ static const uint16_t ts_small_parse_table[] = { [14332] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2543), 1, + ACTIONS(2539), 1, sym_identifier, STATE(819), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, - ACTIONS(2550), 5, + ACTIONS(2546), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2548), 14, + ACTIONS(2544), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -112021,7 +112016,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym___attribute__, anon_sym_EQ, - ACTIONS(2546), 29, + ACTIONS(2542), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -112054,9 +112049,9 @@ static const uint16_t ts_small_parse_table[] = { [14397] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2415), 1, + ACTIONS(2402), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2413), 49, + ACTIONS(2400), 49, anon_sym_precise, anon_sym_in, anon_sym_out, @@ -112109,9 +112104,9 @@ static const uint16_t ts_small_parse_table[] = { [14455] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2411), 1, + ACTIONS(2395), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2409), 49, + ACTIONS(2393), 49, anon_sym_precise, anon_sym_in, anon_sym_out, @@ -112164,9 +112159,9 @@ static const uint16_t ts_small_parse_table[] = { [14513] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2404), 1, + ACTIONS(2424), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2402), 49, + ACTIONS(2422), 49, anon_sym_precise, anon_sym_in, anon_sym_out, @@ -112219,7 +112214,7 @@ static const uint16_t ts_small_parse_table[] = { [14571] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2198), 21, + ACTIONS(2551), 21, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -112241,7 +112236,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2196), 28, + ACTIONS(2549), 28, anon_sym_DASH, anon_sym_PLUS, anon_sym_if, @@ -112273,7 +112268,7 @@ static const uint16_t ts_small_parse_table[] = { [14628] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2302), 15, + ACTIONS(2284), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -112289,7 +112284,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_EQ, sym_identifier, - ACTIONS(2304), 34, + ACTIONS(2286), 34, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -112327,7 +112322,7 @@ static const uint16_t ts_small_parse_table[] = { [14685] = 5, ACTIONS(3), 1, sym_comment, - STATE(817), 1, + STATE(818), 1, sym_string_literal, ACTIONS(101), 5, anon_sym_L_DQUOTE, @@ -112335,7 +112330,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2314), 13, + ACTIONS(2296), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -112349,7 +112344,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2308), 30, + ACTIONS(2290), 30, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -112380,66 +112375,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [14746] = 5, + [14746] = 3, ACTIONS(3), 1, sym_comment, - STATE(817), 1, - sym_string_literal, - ACTIONS(101), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2314), 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(2308), 30, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [14807] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2202), 21, + ACTIONS(2190), 21, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -112461,7 +112400,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2200), 28, + ACTIONS(2188), 28, anon_sym_DASH, anon_sym_PLUS, anon_sym_if, @@ -112490,10 +112429,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_NULL, anon_sym_nullptr, sym_identifier, - [14864] = 3, + [14803] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2298), 15, + ACTIONS(2280), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -112509,7 +112448,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_EQ, sym_identifier, - ACTIONS(2300), 34, + ACTIONS(2282), 34, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -112544,10 +112483,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [14921] = 3, + [14860] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2555), 21, + ACTIONS(2186), 21, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -112569,7 +112508,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2553), 28, + ACTIONS(2184), 28, anon_sym_DASH, anon_sym_PLUS, anon_sym_if, @@ -112598,12 +112537,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_NULL, anon_sym_nullptr, sym_identifier, - [14978] = 7, + [14917] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2326), 1, - anon_sym_EQ, - STATE(817), 1, + STATE(818), 1, sym_string_literal, ACTIONS(101), 5, anon_sym_L_DQUOTE, @@ -112611,18 +112548,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2330), 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(2314), 12, + ACTIONS(2296), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -112635,7 +112561,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2308), 19, + anon_sym_EQ, + ACTIONS(2290), 30, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -112649,16 +112576,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [15042] = 3, + [14978] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2559), 14, + ACTIONS(2305), 1, + anon_sym_EQ, + STATE(818), 1, + sym_string_literal, + ACTIONS(101), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2309), 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(2296), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -112671,9 +112630,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_EQ, - ACTIONS(2557), 33, + ACTIONS(2290), 19, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -112685,32 +112642,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_SEMI, anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_RBRACK, + anon_sym_LBRACK, anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_asm, - anon_sym___asm__, anon_sym_DOT, anon_sym_DASH_GT, - [15097] = 3, + [15042] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2563), 14, + ACTIONS(2555), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -112725,7 +112668,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, - ACTIONS(2561), 33, + ACTIONS(2553), 33, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -112759,10 +112702,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_DOT, anon_sym_DASH_GT, - [15152] = 3, + [15097] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2567), 14, + ACTIONS(2559), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -112777,7 +112720,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, - ACTIONS(2565), 33, + ACTIONS(2557), 33, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -112811,10 +112754,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_DOT, anon_sym_DASH_GT, - [15207] = 3, + [15152] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2571), 14, + ACTIONS(2563), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -112829,7 +112772,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, - ACTIONS(2569), 33, + ACTIONS(2561), 33, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -112863,10 +112806,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_DOT, anon_sym_DASH_GT, - [15262] = 3, + [15207] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2575), 14, + ACTIONS(2567), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -112881,7 +112824,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, - ACTIONS(2573), 33, + ACTIONS(2565), 33, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -112915,10 +112858,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_DOT, anon_sym_DASH_GT, - [15317] = 3, + [15262] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2579), 14, + ACTIONS(2571), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -112933,7 +112876,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, - ACTIONS(2577), 33, + ACTIONS(2569), 33, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -112967,10 +112910,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_DOT, anon_sym_DASH_GT, - [15372] = 3, + [15317] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(836), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(2577), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(2573), 17, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_sizeof, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + anon_sym_offsetof, + anon_sym__Generic, + anon_sym_asm, + anon_sym___asm__, + sym_true, + sym_false, + anon_sym_NULL, + anon_sym_nullptr, + sym_identifier, + ACTIONS(2575), 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, + [15376] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2583), 14, + ACTIONS(2582), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -112985,7 +112982,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, - ACTIONS(2581), 33, + ACTIONS(2580), 33, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -113019,10 +113016,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_DOT, anon_sym_DASH_GT, - [15427] = 3, + [15431] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2587), 14, + ACTIONS(2586), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -113037,7 +113034,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, - ACTIONS(2585), 33, + ACTIONS(2584), 33, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -113071,64 +113068,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_DOT, anon_sym_DASH_GT, - [15482] = 5, + [15486] = 3, ACTIONS(3), 1, sym_comment, - STATE(839), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(2593), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(2589), 17, + ACTIONS(2590), 14, anon_sym_DASH, anon_sym_PLUS, - anon_sym_sizeof, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - anon_sym_offsetof, - anon_sym__Generic, - anon_sym_asm, - anon_sym___asm__, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, - sym_identifier, - ACTIONS(2591), 19, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_EQ, + ACTIONS(2588), 33, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, + anon_sym_asm, + anon_sym___asm__, + anon_sym_DOT, + anon_sym_DASH_GT, [15541] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2598), 14, + ACTIONS(2594), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -113143,7 +113138,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, - ACTIONS(2596), 33, + ACTIONS(2592), 33, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -113180,7 +113175,7 @@ static const uint16_t ts_small_parse_table[] = { [15596] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2602), 14, + ACTIONS(2598), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -113195,7 +113190,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, - ACTIONS(2600), 33, + ACTIONS(2596), 33, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -113248,18 +113243,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1362), 1, + STATE(1379), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -113313,18 +113308,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1365), 1, + STATE(1382), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -113378,18 +113373,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1387), 1, + STATE(1372), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -113443,18 +113438,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1369), 1, + STATE(1383), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -113508,18 +113503,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1393), 1, + STATE(1365), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -113573,18 +113568,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1389), 1, + STATE(1371), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -113638,18 +113633,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1384), 1, + STATE(1370), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -113703,18 +113698,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1358), 1, + STATE(1363), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -113768,18 +113763,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1381), 1, + STATE(1393), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -113833,18 +113828,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1396), 1, + STATE(1347), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -113898,18 +113893,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1380), 1, + STATE(1356), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -113963,18 +113958,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1374), 1, + STATE(1359), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -114028,18 +114023,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1385), 1, + STATE(1362), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -114093,18 +114088,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1355), 1, + STATE(1385), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -114158,18 +114153,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1349), 1, + STATE(1394), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -114223,18 +114218,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1373), 1, + STATE(1355), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -114288,18 +114283,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1395), 1, + STATE(1387), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -114353,18 +114348,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1351), 1, + STATE(1360), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -114418,18 +114413,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1372), 1, + STATE(1353), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -114483,18 +114478,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1357), 1, + STATE(1378), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -114548,18 +114543,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1364), 1, + STATE(1351), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -114613,18 +114608,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1353), 1, + STATE(1367), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -114678,18 +114673,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1394), 1, + STATE(1391), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -114743,18 +114738,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1361), 1, + STATE(1392), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -114808,18 +114803,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(961), 1, + STATE(963), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1367), 1, + STATE(1349), 1, sym__declaration_specifiers, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -114857,11 +114852,11 @@ static const uint16_t ts_small_parse_table[] = { [17701] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2326), 1, + ACTIONS(2305), 1, anon_sym_EQ, - ACTIONS(2328), 1, + ACTIONS(2314), 1, anon_sym_COLON, - STATE(817), 1, + STATE(818), 1, sym_string_literal, ACTIONS(101), 5, anon_sym_L_DQUOTE, @@ -114869,7 +114864,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2330), 10, + ACTIONS(2309), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -114880,7 +114875,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2314), 12, + ACTIONS(2296), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -114893,7 +114888,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2308), 15, + ACTIONS(2290), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -114909,70 +114904,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [17764] = 9, + [17764] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2614), 1, - anon_sym___attribute__, - ACTIONS(2617), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2620), 1, - anon_sym___declspec, - ACTIONS(2606), 5, + ACTIONS(2305), 1, + anon_sym_EQ, + ACTIONS(2318), 1, + anon_sym_COLON, + STATE(818), 1, + sym_string_literal, + ACTIONS(101), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2309), 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(2296), 12, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2290), 15, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, + 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, - STATE(868), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(2608), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(2611), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - ACTIONS(2604), 11, - anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, anon_sym_LBRACK, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [17829] = 8, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [17827] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2326), 1, + ACTIONS(2305), 1, anon_sym_EQ, - ACTIONS(2351), 1, + ACTIONS(2307), 1, anon_sym_COLON, - STATE(817), 1, + STATE(818), 1, sym_string_literal, ACTIONS(101), 5, anon_sym_L_DQUOTE, @@ -114980,7 +114974,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2330), 10, + ACTIONS(2309), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -114991,7 +114985,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2314), 12, + ACTIONS(2296), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -115004,7 +114998,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2308), 15, + ACTIONS(2290), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -115020,7 +115014,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [17892] = 16, + [17890] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -115039,22 +115033,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1572), 1, sym_identifier, - STATE(960), 1, + STATE(961), 1, sym__type_specifier, - STATE(1002), 1, + STATE(999), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(49), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(868), 7, + STATE(872), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -115083,14 +115077,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [17971] = 8, + [17969] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2326), 1, + ACTIONS(2305), 1, anon_sym_EQ, - ACTIONS(2332), 1, + ACTIONS(2320), 1, anon_sym_COLON, - STATE(817), 1, + STATE(818), 1, sym_string_literal, ACTIONS(101), 5, anon_sym_L_DQUOTE, @@ -115098,7 +115092,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2330), 10, + ACTIONS(2309), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -115109,7 +115103,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2314), 12, + ACTIONS(2296), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -115122,7 +115116,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2308), 15, + ACTIONS(2290), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -115138,10 +115132,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [18034] = 3, + [18032] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2610), 1, + anon_sym___attribute__, + ACTIONS(2613), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2616), 1, + anon_sym___declspec, + ACTIONS(2602), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + STATE(872), 7, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + aux_sym__declaration_specifiers_repeat1, + ACTIONS(2604), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(2607), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(2600), 11, + anon_sym___based, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_LBRACK, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [18097] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2625), 19, + ACTIONS(2621), 19, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -115161,7 +115211,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2623), 26, + ACTIONS(2619), 26, anon_sym_DASH, anon_sym_PLUS, anon_sym___extension__, @@ -115188,69 +115238,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_NULL, anon_sym_nullptr, sym_identifier, - [18087] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2326), 1, - anon_sym_EQ, - ACTIONS(2353), 1, - anon_sym_COLON, - STATE(817), 1, - sym_string_literal, - ACTIONS(101), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2330), 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(2314), 12, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2308), 15, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, [18150] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2326), 1, + ACTIONS(2305), 1, anon_sym_EQ, - ACTIONS(2347), 1, + ACTIONS(2316), 1, anon_sym_COLON, - STATE(817), 1, + STATE(818), 1, sym_string_literal, ACTIONS(101), 5, anon_sym_L_DQUOTE, @@ -115258,7 +115253,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2330), 10, + ACTIONS(2309), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -115269,7 +115264,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2314), 12, + ACTIONS(2296), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -115282,7 +115277,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2308), 15, + ACTIONS(2290), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -115301,11 +115296,11 @@ static const uint16_t ts_small_parse_table[] = { [18213] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2326), 1, + ACTIONS(2305), 1, anon_sym_EQ, - ACTIONS(2349), 1, + ACTIONS(2322), 1, anon_sym_COLON, - STATE(817), 1, + STATE(818), 1, sym_string_literal, ACTIONS(101), 5, anon_sym_L_DQUOTE, @@ -115313,7 +115308,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2330), 10, + ACTIONS(2309), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -115324,7 +115319,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2314), 12, + ACTIONS(2296), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -115337,7 +115332,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2308), 15, + ACTIONS(2290), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -115356,7 +115351,7 @@ static const uint16_t ts_small_parse_table[] = { [18276] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2553), 13, + ACTIONS(2549), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -115370,7 +115365,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2555), 31, + ACTIONS(2551), 31, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -115402,50 +115397,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [18328] = 14, + [18328] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - STATE(909), 1, + STATE(882), 1, sym_argument_list, ACTIONS(2631), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2637), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2639), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2641), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2643), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2647), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2633), 3, + ACTIONS(2627), 13, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2635), 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(2627), 19, + ACTIONS(2623), 23, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, @@ -115461,101 +115450,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [18401] = 18, + [18389] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2635), 1, - anon_sym_EQ, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(2651), 1, - anon_sym_AMP_AMP, - ACTIONS(2653), 1, - anon_sym_PIPE, - ACTIONS(2655), 1, + ACTIONS(2643), 1, anon_sym_CARET, - ACTIONS(2657), 1, + ACTIONS(2645), 1, anon_sym_AMP, - STATE(909), 1, + STATE(882), 1, sym_argument_list, ACTIONS(2631), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2633), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2637), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2637), 2, + ACTIONS(2641), 2, + anon_sym_PIPE, + anon_sym_EQ, + ACTIONS(2647), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2639), 2, + ACTIONS(2649), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2641), 2, + ACTIONS(2651), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2643), 2, + ACTIONS(2653), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2647), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2633), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2627), 18, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - 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, - [18482] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2661), 13, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(2639), 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(2659), 30, + ACTIONS(2635), 19, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -115568,14 +115511,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, - [18533] = 3, + [18466] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2665), 13, + ACTIONS(2657), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -115589,7 +115528,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2663), 30, + ACTIONS(2655), 30, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -115601,9 +115540,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_SEMI, anon_sym___attribute__, + anon_sym_RBRACK_RBRACK, anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -115620,10 +115559,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [18584] = 3, + [18517] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2669), 13, + ACTIONS(2661), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -115637,7 +115576,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2667), 30, + ACTIONS(2659), 30, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -115668,22 +115607,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [18635] = 8, + [18568] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - STATE(909), 1, + ACTIONS(2643), 1, + anon_sym_CARET, + ACTIONS(2645), 1, + anon_sym_AMP, + ACTIONS(2665), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2667), 1, + anon_sym_AMP_AMP, + ACTIONS(2669), 1, + anon_sym_PIPE, + ACTIONS(2671), 1, + anon_sym_EQ, + ACTIONS(2673), 1, + anon_sym_QMARK, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2635), 13, + ACTIONS(2637), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2647), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2649), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2651), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2653), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2639), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2663), 16, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [18653] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2677), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -115697,9 +115689,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2627), 23, + ACTIONS(2675), 30, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -115709,6 +115702,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -115721,10 +115716,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [18696] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [18704] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2673), 13, + ACTIONS(2681), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -115738,7 +115737,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2671), 30, + ACTIONS(2679), 30, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -115769,58 +115768,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [18747] = 3, + [18755] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2677), 9, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2625), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - ACTIONS(2675), 34, - anon_sym___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, + ACTIONS(2629), 1, anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - anon_sym_asm, - anon_sym___asm__, - sym_identifier, - [18798] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2681), 13, + STATE(882), 1, + sym_argument_list, + ACTIONS(2631), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2633), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2685), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -115834,10 +115797,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2679), 30, + ACTIONS(2683), 23, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -115846,9 +115808,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_SEMI, anon_sym___attribute__, - anon_sym_RBRACK_RBRACK, anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -115861,14 +115821,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, - [18849] = 3, + [18816] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2685), 13, + ACTIONS(2689), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -115882,7 +115838,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2683), 30, + ACTIONS(2687), 30, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -115894,9 +115850,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_SEMI, anon_sym___attribute__, - anon_sym_RBRACK_RBRACK, anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -115913,10 +115869,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [18900] = 3, + [18867] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 13, + ACTIONS(2693), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -115930,7 +115886,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2687), 30, + ACTIONS(2691), 30, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -115961,29 +115917,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [18951] = 10, + [18918] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2631), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2647), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2633), 3, + ACTIONS(2697), 13, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2635), 8, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -115992,7 +115943,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2627), 23, + ACTIONS(2695), 25, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -116016,39 +115967,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [19016] = 11, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + [18977] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - STATE(909), 1, + STATE(882), 1, sym_argument_list, ACTIONS(2631), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2643), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2647), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2633), 3, + ACTIONS(2701), 13, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2635), 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(2627), 23, + ACTIONS(2699), 23, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -116072,52 +116022,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [19083] = 13, + [19038] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, - anon_sym_LPAREN2, - ACTIONS(2645), 1, - anon_sym_LBRACK, - STATE(909), 1, - sym_argument_list, - ACTIONS(2631), 2, + ACTIONS(2705), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2639), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2641), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2643), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2647), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2633), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2635), 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(2627), 21, + ACTIONS(2703), 30, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -116130,10 +116066,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [19154] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [19089] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2693), 13, + ACTIONS(2707), 1, + anon_sym_EQ, + STATE(818), 1, + sym_string_literal, + ACTIONS(101), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2709), 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(2296), 12, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2290), 14, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [19148] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2713), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -116147,7 +116139,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2691), 30, + ACTIONS(2711), 30, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -116178,54 +116170,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [19205] = 15, + [19199] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, - anon_sym_LPAREN2, - ACTIONS(2645), 1, - anon_sym_LBRACK, - ACTIONS(2657), 1, - anon_sym_AMP, - STATE(909), 1, - sym_argument_list, - ACTIONS(2631), 2, + ACTIONS(2717), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2637), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2639), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2641), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2643), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2647), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2633), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2635), 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(2627), 19, + ACTIONS(2715), 30, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -116238,10 +116214,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [19280] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [19250] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2697), 13, + ACTIONS(2721), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -116255,7 +116235,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2695), 30, + ACTIONS(2719), 30, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -116286,10 +116266,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [19331] = 3, + [19301] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2701), 13, + ACTIONS(2725), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -116303,7 +116283,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2699), 30, + ACTIONS(2723), 30, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -116315,9 +116295,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_SEMI, anon_sym___attribute__, + anon_sym_RBRACK_RBRACK, anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -116334,55 +116314,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [19382] = 16, + [19352] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, - anon_sym_LPAREN2, - ACTIONS(2645), 1, - anon_sym_LBRACK, - ACTIONS(2655), 1, - anon_sym_CARET, - ACTIONS(2657), 1, - anon_sym_AMP, - STATE(909), 1, - sym_argument_list, - ACTIONS(2631), 2, + ACTIONS(2729), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2635), 2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_EQ, - ACTIONS(2637), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2639), 2, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2641), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2643), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2647), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2633), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2627), 19, + anon_sym_EQ, + ACTIONS(2727), 30, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -116395,58 +116358,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [19459] = 17, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [19403] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2635), 1, - anon_sym_EQ, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(2653), 1, - anon_sym_PIPE, - ACTIONS(2655), 1, + ACTIONS(2643), 1, anon_sym_CARET, - ACTIONS(2657), 1, + ACTIONS(2645), 1, anon_sym_AMP, - STATE(909), 1, + ACTIONS(2665), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2667), 1, + anon_sym_AMP_AMP, + ACTIONS(2669), 1, + anon_sym_PIPE, + ACTIONS(2673), 1, + anon_sym_QMARK, + ACTIONS(2733), 1, + anon_sym_EQ, + STATE(882), 1, sym_argument_list, ACTIONS(2631), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2633), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2637), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2637), 2, + ACTIONS(2647), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2639), 2, + ACTIONS(2649), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2641), 2, + ACTIONS(2651), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2643), 2, + ACTIONS(2653), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2647), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2633), 3, + ACTIONS(2639), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2627), 19, + ACTIONS(2731), 16, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, anon_sym_COLON, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -116457,41 +116427,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [19538] = 11, + [19488] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, - anon_sym_LPAREN2, - ACTIONS(2645), 1, - anon_sym_LBRACK, - STATE(909), 1, - sym_argument_list, - ACTIONS(2631), 2, + ACTIONS(2737), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2643), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2647), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2633), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2705), 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(2703), 23, + ACTIONS(2735), 30, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -116501,6 +116457,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -116513,10 +116471,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [19605] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [19539] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2709), 13, + ACTIONS(2741), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -116530,7 +116492,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2707), 30, + ACTIONS(2739), 30, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -116542,9 +116504,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_SEMI, anon_sym___attribute__, - anon_sym_RBRACK_RBRACK, anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -116561,28 +116523,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [19656] = 9, + [19590] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, - anon_sym_LPAREN2, - ACTIONS(2645), 1, - anon_sym_LBRACK, - STATE(909), 1, - sym_argument_list, - ACTIONS(2647), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2633), 3, + ACTIONS(2745), 13, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2635), 10, - anon_sym_DASH, - anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -116591,9 +116540,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2627), 23, + ACTIONS(2743), 30, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -116603,6 +116553,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -116615,10 +116567,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [19719] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [19641] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2713), 13, + ACTIONS(2749), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -116632,7 +116588,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2711), 30, + ACTIONS(2747), 30, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -116644,9 +116600,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_SEMI, anon_sym___attribute__, + anon_sym_RBRACK_RBRACK, anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -116663,75 +116619,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [19770] = 20, + [19692] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(2651), 1, - anon_sym_AMP_AMP, - ACTIONS(2653), 1, - anon_sym_PIPE, - ACTIONS(2655), 1, - anon_sym_CARET, - ACTIONS(2657), 1, - anon_sym_AMP, - ACTIONS(2717), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2719), 1, - anon_sym_EQ, - ACTIONS(2721), 1, - anon_sym_QMARK, - STATE(909), 1, + STATE(882), 1, sym_argument_list, ACTIONS(2631), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2637), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2639), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2641), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2643), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2647), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2633), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2715), 16, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [19855] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2725), 13, + ACTIONS(2753), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -116745,10 +116648,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2723), 30, + ACTIONS(2751), 23, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -116758,8 +116660,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -116772,14 +116672,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, - [19906] = 3, + [19753] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2729), 13, + ACTIONS(2757), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -116793,7 +116689,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2727), 30, + ACTIONS(2755), 30, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -116824,27 +116720,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [19957] = 8, + [19804] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2733), 13, + ACTIONS(2637), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(2639), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(2641), 8, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -116853,7 +116751,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2731), 23, + ACTIONS(2635), 23, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -116877,33 +116775,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [20018] = 7, + [19869] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2649), 2, + ACTIONS(2631), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2737), 13, + ACTIONS(2637), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(2653), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2639), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(2641), 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(2735), 25, + ACTIONS(2635), 23, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -116927,40 +116831,52 @@ 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, - [20077] = 3, + [19936] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2741), 13, + ACTIONS(2625), 1, + anon_sym_LPAREN2, + ACTIONS(2629), 1, + anon_sym_LBRACK, + STATE(882), 1, + sym_argument_list, + ACTIONS(2631), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2633), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2637), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(2649), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2651), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2653), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2639), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(2641), 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(2739), 30, + ACTIONS(2635), 21, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -116973,65 +116889,55 @@ 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, - [20128] = 20, + [20007] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(2651), 1, - anon_sym_AMP_AMP, - ACTIONS(2653), 1, - anon_sym_PIPE, - ACTIONS(2655), 1, - anon_sym_CARET, - ACTIONS(2657), 1, - anon_sym_AMP, - ACTIONS(2717), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2721), 1, - anon_sym_QMARK, - ACTIONS(2745), 1, - anon_sym_EQ, - STATE(909), 1, + STATE(882), 1, sym_argument_list, ACTIONS(2631), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2633), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2637), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2637), 2, + ACTIONS(2647), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2639), 2, + ACTIONS(2649), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2641), 2, + ACTIONS(2651), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2643), 2, + ACTIONS(2653), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2647), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2633), 3, + ACTIONS(2639), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2743), 16, + ACTIONS(2641), 4, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ, + ACTIONS(2635), 19, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, anon_sym_COLON, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -117042,61 +116948,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [20213] = 20, + [20080] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(2651), 1, - anon_sym_AMP_AMP, - ACTIONS(2653), 1, - anon_sym_PIPE, - ACTIONS(2655), 1, - anon_sym_CARET, - ACTIONS(2657), 1, + ACTIONS(2645), 1, anon_sym_AMP, - ACTIONS(2717), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2721), 1, - anon_sym_QMARK, - ACTIONS(2749), 1, - anon_sym_EQ, - STATE(909), 1, + STATE(882), 1, sym_argument_list, ACTIONS(2631), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2633), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2637), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2637), 2, + ACTIONS(2647), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2639), 2, + ACTIONS(2649), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2641), 2, + ACTIONS(2651), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2643), 2, + ACTIONS(2653), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2647), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2633), 3, + ACTIONS(2639), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2747), 16, + ACTIONS(2641), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_EQ, + ACTIONS(2635), 19, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, anon_sym_COLON, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -117107,10 +117008,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [20298] = 3, + [20155] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2753), 13, + ACTIONS(2761), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -117124,7 +117025,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2751), 30, + ACTIONS(2759), 30, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -117155,38 +117056,119 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [20349] = 3, + [20206] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2757), 13, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, + ACTIONS(2625), 1, + anon_sym_LPAREN2, + ACTIONS(2629), 1, + anon_sym_LBRACK, + ACTIONS(2641), 1, + anon_sym_EQ, + ACTIONS(2643), 1, anon_sym_CARET, + ACTIONS(2645), 1, anon_sym_AMP, + ACTIONS(2669), 1, + anon_sym_PIPE, + STATE(882), 1, + sym_argument_list, + ACTIONS(2631), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2633), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2637), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2647), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2649), 2, anon_sym_GT, anon_sym_LT, + ACTIONS(2651), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2653), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(2755), 30, + ACTIONS(2639), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2635), 19, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_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, + [20285] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2625), 1, + anon_sym_LPAREN2, + ACTIONS(2629), 1, + anon_sym_LBRACK, + ACTIONS(2641), 1, + anon_sym_EQ, + ACTIONS(2643), 1, + anon_sym_CARET, + ACTIONS(2645), 1, + anon_sym_AMP, + ACTIONS(2667), 1, + anon_sym_AMP_AMP, + ACTIONS(2669), 1, + anon_sym_PIPE, + STATE(882), 1, + sym_argument_list, + ACTIONS(2631), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2633), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2637), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2647), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2649), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2651), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(2653), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2639), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2635), 18, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -117199,19 +117181,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + [20366] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2625), 1, + anon_sym_LPAREN2, + ACTIONS(2629), 1, + anon_sym_LBRACK, + STATE(882), 1, + sym_argument_list, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - [20400] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2761), 13, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(2639), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(2641), 10, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -117220,10 +117211,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2759), 30, + ACTIONS(2635), 23, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -117233,8 +117223,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -117247,53 +117235,109 @@ 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, - [20451] = 8, + [20429] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2765), 9, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(2645), 1, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + ACTIONS(2763), 34, + anon_sym___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_LBRACK, - STATE(909), 1, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + anon_sym_asm, + anon_sym___asm__, + sym_identifier, + [20480] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2625), 1, + anon_sym_LPAREN2, + ACTIONS(2629), 1, + anon_sym_LBRACK, + ACTIONS(2643), 1, + anon_sym_CARET, + ACTIONS(2645), 1, + anon_sym_AMP, + ACTIONS(2665), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2667), 1, + anon_sym_AMP_AMP, + ACTIONS(2669), 1, + anon_sym_PIPE, + ACTIONS(2673), 1, + anon_sym_QMARK, + ACTIONS(2769), 1, + anon_sym_EQ, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2765), 13, + ACTIONS(2637), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(2647), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2649), 2, anon_sym_GT, anon_sym_LT, + ACTIONS(2651), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2653), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(2763), 23, + ACTIONS(2639), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2767), 16, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, anon_sym_COLON, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -117304,22 +117348,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [20512] = 8, + [20565] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, - anon_sym_LPAREN2, - ACTIONS(2645), 1, - anon_sym_LBRACK, - STATE(909), 1, - sym_argument_list, - ACTIONS(2647), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2769), 13, + ACTIONS(2773), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -117333,9 +117365,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2767), 23, + ACTIONS(2771), 30, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -117345,6 +117378,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -117357,10 +117392,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [20573] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [20616] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2773), 13, + ACTIONS(2625), 1, + anon_sym_LPAREN2, + ACTIONS(2629), 1, + anon_sym_LBRACK, + STATE(882), 1, + sym_argument_list, + ACTIONS(2631), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2633), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2641), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -117374,10 +117425,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2771), 30, + ACTIONS(2635), 23, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -117387,8 +117437,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -117401,11 +117449,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [20624] = 3, + [20677] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2777), 13, @@ -117453,64 +117497,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [20675] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2779), 1, - anon_sym_EQ, - STATE(817), 1, - sym_string_literal, - ACTIONS(101), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2781), 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(2314), 12, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2308), 14, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [20734] = 5, + [20728] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2326), 1, + ACTIONS(2305), 1, anon_sym_EQ, - ACTIONS(2330), 10, + ACTIONS(2309), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -117521,7 +117513,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2314), 12, + ACTIONS(2296), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -117534,7 +117526,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2308), 19, + ACTIONS(2290), 19, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -117554,85 +117546,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [20788] = 7, + [20782] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(2324), 1, - anon_sym_LBRACE, - STATE(966), 1, - sym_field_declaration_list, - STATE(1001), 1, - sym_attribute_specifier, - ACTIONS(2785), 7, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2150), 1, anon_sym_LPAREN2, + ACTIONS(2152), 1, anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2783), 28, - anon_sym___extension__, - anon_sym_extern, - anon_sym___declspec, + ACTIONS(2156), 1, anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - sym_primitive_type, + ACTIONS(2779), 1, sym_identifier, - [20843] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2789), 7, + ACTIONS(2787), 1, + anon_sym_LBRACK, + STATE(1174), 1, + sym_ms_unaligned_ptr_modifier, + STATE(1338), 1, + sym__declarator, + STATE(1497), 1, + sym__abstract_declarator, + STATE(1511), 1, + sym_parameter_list, + STATE(1977), 1, + sym_ms_based_modifier, + ACTIONS(2781), 2, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - ACTIONS(2787), 32, + ACTIONS(2785), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(1041), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(1043), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + ACTIONS(2783), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(1525), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + STATE(1411), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + ACTIONS(53), 9, anon_sym___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -117641,23 +117606,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [20890] = 7, + [20861] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - ACTIONS(2324), 1, + ACTIONS(2303), 1, anon_sym_LBRACE, - STATE(968), 1, + STATE(964), 1, sym_field_declaration_list, - STATE(1005), 1, + STATE(993), 1, sym_attribute_specifier, - ACTIONS(2793), 7, + ACTIONS(2791), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -117665,7 +117625,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2791), 28, + ACTIONS(2789), 28, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -117694,78 +117654,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [20945] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2162), 1, - anon_sym_LPAREN2, - ACTIONS(2164), 1, - anon_sym_STAR, - ACTIONS(2168), 1, - anon_sym___based, - ACTIONS(2795), 1, - sym_identifier, - ACTIONS(2803), 1, - anon_sym_LBRACK, - STATE(1172), 1, - sym_ms_unaligned_ptr_modifier, - STATE(1340), 1, - sym__declarator, - STATE(1507), 1, - sym__abstract_declarator, - STATE(1515), 1, - sym_parameter_list, - STATE(1979), 1, - sym_ms_based_modifier, - ACTIONS(2797), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2801), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(1039), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(1047), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - ACTIONS(2799), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(1516), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - STATE(1414), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [21024] = 3, + [20916] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2625), 7, + ACTIONS(2795), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2623), 32, + anon_sym_LBRACE, + ACTIONS(2793), 32, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -117798,18 +117698,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [21071] = 7, + [20963] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(2324), 1, - anon_sym_LBRACE, - STATE(956), 1, - sym_field_declaration_list, - STATE(988), 1, - sym_attribute_specifier, - ACTIONS(2807), 7, + ACTIONS(2621), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -117817,9 +117709,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2805), 28, + ACTIONS(2619), 32, anon_sym___extension__, anon_sym_extern, + anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_signed, @@ -117845,19 +117738,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, sym_identifier, - [21126] = 7, + [21010] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - ACTIONS(2324), 1, + ACTIONS(2303), 1, anon_sym_LBRACE, - STATE(967), 1, + STATE(950), 1, sym_field_declaration_list, - STATE(979), 1, + STATE(1005), 1, sym_attribute_specifier, - ACTIONS(2811), 7, + ACTIONS(2799), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -117865,7 +117761,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2809), 28, + ACTIONS(2797), 28, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -117894,18 +117790,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [21181] = 7, + [21065] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - ACTIONS(2324), 1, + ACTIONS(2303), 1, anon_sym_LBRACE, - STATE(970), 1, + STATE(952), 1, sym_field_declaration_list, - STATE(975), 1, + STATE(1001), 1, sym_attribute_specifier, - ACTIONS(2815), 7, + ACTIONS(2803), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -117913,7 +117809,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2813), 28, + ACTIONS(2801), 28, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -117942,128 +117838,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [21236] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2635), 1, - anon_sym_EQ, - ACTIONS(2645), 1, - anon_sym_LBRACK, - ACTIONS(2817), 1, - anon_sym_LPAREN2, - ACTIONS(2823), 1, - anon_sym_PIPE, - ACTIONS(2825), 1, - anon_sym_CARET, - ACTIONS(2827), 1, - anon_sym_AMP, - STATE(909), 1, - sym_argument_list, - ACTIONS(2647), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2819), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2829), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2831), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2833), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2835), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2821), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2627), 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, - [21310] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2645), 1, - anon_sym_LBRACK, - ACTIONS(2817), 1, - anon_sym_LPAREN2, - STATE(909), 1, - sym_argument_list, - ACTIONS(2647), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2819), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2835), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2821), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2705), 6, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_EQ, - ACTIONS(2703), 18, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [21372] = 3, + [21120] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2198), 6, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(2303), 1, + anon_sym_LBRACE, + STATE(971), 1, + sym_field_declaration_list, + STATE(986), 1, + sym_attribute_specifier, + ACTIONS(2807), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(2196), 32, + anon_sym_COLON, + ACTIONS(2805), 28, anon_sym___extension__, anon_sym_extern, - anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_signed, @@ -118089,24 +117885,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, sym_identifier, - [21418] = 3, + [21175] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2202), 6, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(2303), 1, + anon_sym_LBRACE, + STATE(962), 1, + sym_field_declaration_list, + STATE(988), 1, + sym_attribute_specifier, + ACTIONS(2811), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(2200), 32, + anon_sym_COLON, + ACTIONS(2809), 28, anon_sym___extension__, anon_sym_extern, - anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_signed, @@ -118132,23 +117933,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, sym_identifier, - [21464] = 7, + [21230] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(2817), 1, + ACTIONS(2813), 1, anon_sym_LPAREN2, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2737), 13, + ACTIONS(2697), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -118162,7 +117960,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2735), 20, + ACTIONS(2695), 20, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -118183,75 +117981,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - [21518] = 11, + [21284] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(2817), 1, - anon_sym_LPAREN2, - STATE(909), 1, - sym_argument_list, - ACTIONS(2647), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2819), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2835), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2821), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2635), 6, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, + ACTIONS(2733), 1, anon_sym_EQ, - ACTIONS(2627), 18, + ACTIONS(2813), 1, + anon_sym_LPAREN2, + ACTIONS(2819), 1, anon_sym_PIPE_PIPE, + ACTIONS(2821), 1, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [21580] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2645), 1, - anon_sym_LBRACK, - ACTIONS(2817), 1, - anon_sym_LPAREN2, + ACTIONS(2823), 1, + anon_sym_PIPE, + ACTIONS(2825), 1, + anon_sym_CARET, ACTIONS(2827), 1, anon_sym_AMP, - STATE(909), 1, + ACTIONS(2837), 1, + anon_sym_QMARK, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2819), 2, + ACTIONS(2815), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2829), 2, @@ -118266,67 +118025,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2835), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2635), 3, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_EQ, - ACTIONS(2821), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2627), 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, - [21650] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2645), 1, - anon_sym_LBRACK, - ACTIONS(2817), 1, - anon_sym_LPAREN2, - STATE(909), 1, - sym_argument_list, - ACTIONS(2647), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2765), 13, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(2817), 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(2763), 18, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, + ACTIONS(2731), 11, anon_sym_RBRACK, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -118337,17 +118041,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [21706] = 3, + [21364] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2839), 6, + ACTIONS(2186), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(2837), 32, + ACTIONS(2184), 32, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -118380,22 +118084,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [21752] = 8, + [21410] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(2817), 1, + ACTIONS(2813), 1, anon_sym_LPAREN2, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2635), 13, + ACTIONS(2627), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -118409,7 +118113,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2627), 18, + ACTIONS(2623), 18, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -118428,56 +118132,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [21808] = 20, + [21466] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(2745), 1, - anon_sym_EQ, - ACTIONS(2817), 1, + ACTIONS(2813), 1, anon_sym_LPAREN2, - ACTIONS(2823), 1, - anon_sym_PIPE, - ACTIONS(2825), 1, - anon_sym_CARET, - ACTIONS(2827), 1, - anon_sym_AMP, - ACTIONS(2841), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2843), 1, - anon_sym_AMP_AMP, - ACTIONS(2845), 1, - anon_sym_QMARK, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2819), 2, + ACTIONS(2641), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2829), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2831), 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(2833), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2835), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2821), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2743), 11, + anon_sym_EQ, + ACTIONS(2635), 18, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_RBRACK, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -118488,50 +118180,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [21888] = 16, + [21522] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(2817), 1, + ACTIONS(2813), 1, anon_sym_LPAREN2, - ACTIONS(2825), 1, - anon_sym_CARET, - ACTIONS(2827), 1, - anon_sym_AMP, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2635), 2, - anon_sym_PIPE, - anon_sym_EQ, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2819), 2, + ACTIONS(2753), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2829), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2831), 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(2833), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2835), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2821), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2627), 14, + anon_sym_EQ, + ACTIONS(2751), 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, @@ -118544,22 +118228,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [21960] = 8, + [21578] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(2817), 1, + ACTIONS(2813), 1, anon_sym_LPAREN2, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2733), 13, + ACTIONS(2701), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -118573,7 +118257,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2731), 18, + ACTIONS(2699), 18, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -118592,14 +118276,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [22016] = 20, + [21634] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(2749), 1, + ACTIONS(2641), 1, anon_sym_EQ, - ACTIONS(2817), 1, + ACTIONS(2813), 1, anon_sym_LPAREN2, ACTIONS(2823), 1, anon_sym_PIPE, @@ -118607,21 +118291,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(2827), 1, anon_sym_AMP, - ACTIONS(2841), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2843), 1, - anon_sym_AMP_AMP, - ACTIONS(2845), 1, - anon_sym_QMARK, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2819), 2, + ACTIONS(2815), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2829), 2, @@ -118636,12 +118314,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2835), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2821), 3, + ACTIONS(2817), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2747), 11, + ACTIONS(2635), 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, @@ -118652,32 +118333,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [22096] = 18, + [21708] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2635), 1, - anon_sym_EQ, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(2817), 1, + ACTIONS(2641), 1, + anon_sym_EQ, + ACTIONS(2813), 1, anon_sym_LPAREN2, + ACTIONS(2821), 1, + anon_sym_AMP_AMP, ACTIONS(2823), 1, anon_sym_PIPE, ACTIONS(2825), 1, anon_sym_CARET, ACTIONS(2827), 1, anon_sym_AMP, - ACTIONS(2843), 1, - anon_sym_AMP_AMP, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2819), 2, + ACTIONS(2815), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2829), 2, @@ -118692,11 +118373,11 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2835), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2821), 3, + ACTIONS(2817), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2627), 13, + ACTIONS(2635), 13, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_QMARK, @@ -118710,26 +118391,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [22172] = 9, + [21784] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(2817), 1, + ACTIONS(2813), 1, anon_sym_LPAREN2, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2821), 3, + ACTIONS(2817), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2635), 10, + ACTIONS(2641), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_PIPE, @@ -118740,7 +118421,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2627), 18, + ACTIONS(2635), 18, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -118759,36 +118440,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [22230] = 20, + [21842] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(2719), 1, + ACTIONS(2769), 1, anon_sym_EQ, - ACTIONS(2817), 1, + ACTIONS(2813), 1, anon_sym_LPAREN2, + ACTIONS(2819), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2821), 1, + anon_sym_AMP_AMP, ACTIONS(2823), 1, anon_sym_PIPE, ACTIONS(2825), 1, anon_sym_CARET, ACTIONS(2827), 1, anon_sym_AMP, - ACTIONS(2841), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2843), 1, - anon_sym_AMP_AMP, - ACTIONS(2845), 1, + ACTIONS(2837), 1, anon_sym_QMARK, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2819), 2, + ACTIONS(2815), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2829), 2, @@ -118803,11 +118484,11 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2835), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2821), 3, + ACTIONS(2817), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2715), 11, + ACTIONS(2767), 11, anon_sym_RBRACK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -118819,44 +118500,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [22310] = 10, + [21922] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(2817), 1, + ACTIONS(2813), 1, anon_sym_LPAREN2, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2819), 2, + ACTIONS(2815), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2821), 3, + ACTIONS(2829), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2831), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2833), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2835), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2817), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2635), 8, + ACTIONS(2641), 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(2627), 18, + ACTIONS(2635), 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, @@ -118869,42 +118554,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [22370] = 8, + [21990] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(2817), 1, + ACTIONS(2813), 1, anon_sym_LPAREN2, - STATE(909), 1, + ACTIONS(2825), 1, + anon_sym_CARET, + ACTIONS(2827), 1, + anon_sym_AMP, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2769), 13, + ACTIONS(2641), 2, + anon_sym_PIPE, + anon_sym_EQ, + ACTIONS(2815), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(2829), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2831), 2, anon_sym_GT, anon_sym_LT, + ACTIONS(2833), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2835), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(2767), 18, + ACTIONS(2817), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2635), 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, @@ -118917,24 +118610,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [22426] = 13, + [22062] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2645), 1, + ACTIONS(2841), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + ACTIONS(2839), 32, + anon_sym___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_LBRACK, - ACTIONS(2817), 1, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [22108] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2629), 1, + anon_sym_LBRACK, + ACTIONS(2813), 1, anon_sym_LPAREN2, - STATE(909), 1, + ACTIONS(2827), 1, + anon_sym_AMP, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2819), 2, + ACTIONS(2815), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(2829), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, ACTIONS(2831), 2, anon_sym_GT, anon_sym_LT, @@ -118944,20 +118685,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2835), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2821), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2635), 4, + ACTIONS(2641), 3, anon_sym_PIPE, anon_sym_CARET, - anon_sym_AMP, anon_sym_EQ, - ACTIONS(2627), 16, + ACTIONS(2817), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2635), 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, @@ -118970,48 +118708,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [22492] = 14, + [22178] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(2817), 1, + ACTIONS(2813), 1, anon_sym_LPAREN2, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2819), 2, + ACTIONS(2685), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2829), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2831), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2833), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2835), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2821), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2635), 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(2627), 14, + ACTIONS(2683), 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, @@ -119024,32 +118756,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [22560] = 3, + [22234] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2697), 13, + ACTIONS(2629), 1, + anon_sym_LBRACK, + ACTIONS(2813), 1, + anon_sym_LPAREN2, + STATE(882), 1, + sym_argument_list, + ACTIONS(2631), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2633), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2815), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(2835), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2817), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(2641), 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(2695), 24, - anon_sym_LPAREN2, + ACTIONS(2635), 18, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -119062,32 +118807,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [22605] = 5, + [22296] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2839), 1, - anon_sym_LBRACK_LBRACK, - STATE(467), 1, - sym_string_literal, - ACTIONS(2847), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2837), 30, + ACTIONS(2190), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + ACTIONS(2188), 32, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, + anon_sym___based, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, + anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -119110,15 +118850,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [22654] = 3, + [22342] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2685), 13, + ACTIONS(2629), 1, + anon_sym_LBRACK, + ACTIONS(2813), 1, + anon_sym_LPAREN2, + STATE(882), 1, + sym_argument_list, + ACTIONS(2631), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2633), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2815), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(2817), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(2641), 8, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -119127,15 +118881,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2683), 24, - anon_sym_LPAREN2, + ACTIONS(2635), 18, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -119148,14 +118900,123 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + [22402] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2629), 1, + anon_sym_LBRACK, + ACTIONS(2671), 1, + anon_sym_EQ, + ACTIONS(2813), 1, + anon_sym_LPAREN2, + ACTIONS(2819), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2821), 1, + anon_sym_AMP_AMP, + ACTIONS(2823), 1, + anon_sym_PIPE, + ACTIONS(2825), 1, + anon_sym_CARET, + ACTIONS(2827), 1, + anon_sym_AMP, + ACTIONS(2837), 1, + anon_sym_QMARK, + STATE(882), 1, + sym_argument_list, + ACTIONS(2631), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2633), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2815), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2829), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2831), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2833), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2835), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2817), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2663), 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, + [22482] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2629), 1, + anon_sym_LBRACK, + ACTIONS(2813), 1, + anon_sym_LPAREN2, + STATE(882), 1, + sym_argument_list, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - [22699] = 3, + ACTIONS(2815), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2831), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2833), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2835), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2817), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2641), 4, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ, + ACTIONS(2635), 16, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [22548] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2709), 13, + ACTIONS(2749), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -119169,7 +119030,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2707), 24, + ACTIONS(2747), 24, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -119194,28 +119055,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [22744] = 5, + [22593] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2839), 1, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(43), 1, + anon_sym___declspec, + ACTIONS(1342), 1, anon_sym_LBRACK_LBRACK, - STATE(466), 1, - sym_string_literal, - ACTIONS(2847), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2837), 30, + ACTIONS(2843), 3, + anon_sym___based, + anon_sym_LBRACK, + sym_identifier, + ACTIONS(2845), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + STATE(872), 7, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + aux_sym__declaration_specifiers_repeat1, + ACTIONS(53), 9, anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(51), 10, anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -119225,30 +119103,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [22793] = 5, + [22650] = 5, ACTIONS(3), 1, sym_comment, - STATE(952), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2853), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2851), 7, + ACTIONS(39), 1, + anon_sym___attribute__, + STATE(973), 1, + sym_attribute_specifier, + ACTIONS(2849), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -119256,12 +119118,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2849), 25, + ACTIONS(2847), 28, anon_sym___extension__, anon_sym_extern, - anon_sym___attribute__, anon_sym___declspec, anon_sym___based, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, @@ -119282,14 +119147,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [22842] = 5, + [22699] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - STATE(977), 1, + STATE(1007), 1, sym_attribute_specifier, - ACTIONS(2858), 7, + ACTIONS(2853), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -119297,7 +119162,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2856), 28, + ACTIONS(2851), 28, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -119326,31 +119191,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [22891] = 5, + [22748] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - STATE(999), 1, - sym_attribute_specifier, - ACTIONS(2862), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, + ACTIONS(2841), 1, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2860), 28, + STATE(467), 1, + sym_string_literal, + ACTIONS(2855), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2839), 30, anon_sym___extension__, anon_sym_extern, + anon_sym___attribute__, anon_sym___declspec, - anon_sym___based, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -119369,15 +119231,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, sym_identifier, - [22940] = 5, + [22797] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - STATE(993), 1, + STATE(989), 1, sym_attribute_specifier, - ACTIONS(2866), 7, + ACTIONS(2859), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -119385,7 +119250,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2864), 28, + ACTIONS(2857), 28, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -119414,31 +119279,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [22989] = 5, + [22846] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - STATE(1007), 1, - sym_attribute_specifier, - ACTIONS(2870), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, + ACTIONS(2841), 1, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2868), 28, + STATE(466), 1, + sym_string_literal, + ACTIONS(2855), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2839), 30, anon_sym___extension__, anon_sym_extern, + anon_sym___attribute__, anon_sym___declspec, - anon_sym___based, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -119457,21 +119319,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, sym_identifier, - [23038] = 5, + [22895] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2839), 1, + ACTIONS(2841), 1, anon_sym_LBRACK_LBRACK, - STATE(464), 1, + STATE(463), 1, sym_string_literal, - ACTIONS(2847), 5, + ACTIONS(2855), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2837), 30, + ACTIONS(2839), 30, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -119502,10 +119367,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [23087] = 3, + [22944] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2681), 13, + ACTIONS(2657), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -119519,7 +119384,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2679), 24, + ACTIONS(2655), 24, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -119544,172 +119409,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [23132] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(43), 1, - anon_sym___declspec, - ACTIONS(1342), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2872), 3, - anon_sym___based, - anon_sym_LBRACK, - sym_identifier, - ACTIONS(2874), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - STATE(868), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(51), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - [23189] = 9, + [22989] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - ACTIONS(43), 1, - anon_sym___declspec, - ACTIONS(1342), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2876), 3, - anon_sym___based, - anon_sym_LBRACK, - sym_identifier, - ACTIONS(2878), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - STATE(959), 7, - sym__declaration_modifiers, + STATE(982), 1, sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(51), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - [23246] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(43), 1, - anon_sym___declspec, - ACTIONS(1342), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2880), 3, - anon_sym___based, - anon_sym_LBRACK, - sym_identifier, - ACTIONS(2882), 5, + ACTIONS(2863), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, - STATE(964), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(51), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - [23303] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2839), 1, anon_sym_LBRACK_LBRACK, - STATE(463), 1, - sym_string_literal, - ACTIONS(2847), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2837), 30, + anon_sym_COLON, + ACTIONS(2861), 28, anon_sym___extension__, anon_sym_extern, - anon_sym___attribute__, anon_sym___declspec, + anon_sym___based, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, + anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -119728,18 +119452,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, sym_identifier, - [23352] = 5, + [23038] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - STATE(987), 1, + STATE(1008), 1, sym_attribute_specifier, - ACTIONS(2886), 7, + ACTIONS(2867), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -119747,7 +119468,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2884), 28, + ACTIONS(2865), 28, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -119776,68 +119497,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [23401] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(43), 1, - anon_sym___declspec, - ACTIONS(1342), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2888), 3, - anon_sym___based, - anon_sym_LBRACK, - sym_identifier, - ACTIONS(2890), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - STATE(868), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(51), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - [23458] = 5, + [23087] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2839), 1, + ACTIONS(2841), 1, anon_sym_LBRACK_LBRACK, - STATE(465), 1, + STATE(464), 1, sym_string_literal, - ACTIONS(2847), 5, + ACTIONS(2855), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2837), 30, + ACTIONS(2839), 30, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -119868,14 +119541,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [23507] = 5, + [23136] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2721), 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(2719), 24, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [23181] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - STATE(983), 1, + STATE(990), 1, sym_attribute_specifier, - ACTIONS(2894), 7, + ACTIONS(2871), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -119883,7 +119598,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2892), 28, + ACTIONS(2869), 28, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -119912,31 +119627,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [23556] = 5, + [23230] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - STATE(991), 1, - sym_attribute_specifier, - ACTIONS(2898), 7, + ACTIONS(43), 1, + anon_sym___declspec, + ACTIONS(1342), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2873), 3, + anon_sym___based, + anon_sym_LBRACK, + sym_identifier, + ACTIONS(2875), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2896), 28, + STATE(968), 7, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + aux_sym__declaration_specifiers_repeat1, + ACTIONS(53), 9, anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(51), 10, anon_sym_extern, - anon_sym___declspec, - anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -119946,24 +119675,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - sym_primitive_type, - sym_identifier, - [23605] = 5, + [23287] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - STATE(995), 1, + STATE(979), 1, sym_attribute_specifier, - ACTIONS(2902), 7, + ACTIONS(2879), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -119971,7 +119690,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2900), 28, + ACTIONS(2877), 28, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -120000,14 +119719,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [23654] = 5, + [23336] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - STATE(1004), 1, + ACTIONS(43), 1, + anon_sym___declspec, + ACTIONS(1342), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2881), 3, + anon_sym___based, + anon_sym_LBRACK, + sym_identifier, + ACTIONS(2883), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + STATE(948), 7, + sym__declaration_modifiers, sym_attribute_specifier, - ACTIONS(2906), 7, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + aux_sym__declaration_specifiers_repeat1, + ACTIONS(53), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(51), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + [23393] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + STATE(972), 1, + sym_attribute_specifier, + ACTIONS(2887), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -120015,7 +119782,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2904), 28, + ACTIONS(2885), 28, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -120044,14 +119811,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [23703] = 5, + [23442] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - STATE(1006), 1, - sym_attribute_specifier, - ACTIONS(2910), 7, + ACTIONS(2725), 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(2723), 24, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [23487] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(966), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2893), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2891), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -120059,15 +119871,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2908), 28, + ACTIONS(2889), 25, anon_sym___extension__, anon_sym_extern, + anon_sym___attribute__, anon_sym___declspec, anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, @@ -120088,12 +119897,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [23752] = 5, + [23536] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2779), 1, + ACTIONS(2707), 1, anon_sym_EQ, - ACTIONS(2781), 10, + ACTIONS(2709), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -120104,7 +119913,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2314), 12, + ACTIONS(2296), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -120117,7 +119926,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2308), 14, + ACTIONS(2290), 14, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -120132,10 +119941,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [23801] = 3, + [23585] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2914), 7, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(43), 1, + anon_sym___declspec, + ACTIONS(1342), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2896), 3, + anon_sym___based, + anon_sym_LBRACK, + sym_identifier, + ACTIONS(2898), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + STATE(872), 7, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + aux_sym__declaration_specifiers_repeat1, + ACTIONS(53), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(51), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + [23642] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + STATE(978), 1, + sym_attribute_specifier, + ACTIONS(2902), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -120143,10 +120004,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2912), 29, + ACTIONS(2900), 28, anon_sym___extension__, anon_sym_extern, - anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_signed, @@ -120173,28 +120033,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [23845] = 3, + [23691] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2918), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, + ACTIONS(2841), 1, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2916), 29, + STATE(465), 1, + sym_string_literal, + ACTIONS(2855), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2839), 30, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, - anon_sym___based, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -120213,11 +120073,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, sym_identifier, - [23889] = 3, + [23740] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2922), 7, + ACTIONS(39), 1, + anon_sym___attribute__, + STATE(977), 1, + sym_attribute_specifier, + ACTIONS(2906), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -120225,10 +120092,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2920), 29, + ACTIONS(2904), 28, anon_sym___extension__, anon_sym_extern, - anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_signed, @@ -120255,10 +120121,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [23933] = 3, + [23789] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2926), 7, + ACTIONS(2910), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -120266,7 +120132,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2924), 29, + ACTIONS(2908), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -120296,51 +120162,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [23977] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1350), 17, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_sizeof, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - anon_sym_offsetof, - anon_sym__Generic, - anon_sym_asm, - anon_sym___asm__, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, - sym_identifier, - ACTIONS(1352), 19, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [24021] = 3, + [23833] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2930), 7, + ACTIONS(2914), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -120348,7 +120173,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2928), 29, + ACTIONS(2912), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -120378,18 +120203,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [24065] = 3, + [23877] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2934), 7, + ACTIONS(2916), 1, + anon_sym_LPAREN2, + ACTIONS(2301), 6, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2932), 29, + ACTIONS(2288), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -120419,10 +120245,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [24109] = 3, + [23923] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2938), 7, + ACTIONS(2921), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -120430,7 +120256,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2936), 29, + ACTIONS(2919), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -120460,10 +120286,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [24153] = 3, + [23967] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2942), 7, + ACTIONS(2925), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -120471,7 +120297,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2940), 29, + ACTIONS(2923), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -120501,51 +120327,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [24197] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1386), 17, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_sizeof, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - anon_sym_offsetof, - anon_sym__Generic, - anon_sym_asm, - anon_sym___asm__, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, - sym_identifier, - ACTIONS(1388), 19, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [24241] = 3, + [24011] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2946), 7, + ACTIONS(2929), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -120553,7 +120338,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2944), 29, + ACTIONS(2927), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -120583,10 +120368,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [24285] = 3, + [24055] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2950), 7, + ACTIONS(2933), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -120594,7 +120379,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2948), 29, + ACTIONS(2931), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -120624,10 +120409,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [24329] = 3, + [24099] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2954), 7, + ACTIONS(2937), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -120635,7 +120420,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2952), 29, + ACTIONS(2935), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -120665,10 +120450,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [24373] = 3, + [24143] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2958), 7, + ACTIONS(2941), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -120676,7 +120461,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2956), 29, + ACTIONS(2939), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -120706,19 +120491,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [24417] = 4, + [24187] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2960), 1, - anon_sym_LPAREN2, - ACTIONS(2322), 6, + ACTIONS(2945), 7, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2306), 29, + ACTIONS(2943), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -120748,10 +120532,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [24463] = 3, + [24231] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2965), 7, + ACTIONS(2949), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -120759,7 +120543,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2963), 29, + ACTIONS(2947), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -120789,10 +120573,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [24507] = 3, + [24275] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2969), 7, + ACTIONS(2953), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -120800,7 +120584,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2967), 29, + ACTIONS(2951), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -120830,51 +120614,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [24551] = 3, + [24319] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2973), 7, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(1434), 17, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_sizeof, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + anon_sym_offsetof, + anon_sym__Generic, + anon_sym_asm, + anon_sym___asm__, + sym_true, + sym_false, + anon_sym_NULL, + anon_sym_nullptr, + sym_identifier, + ACTIONS(1436), 19, anon_sym_LPAREN2, + anon_sym_BANG, + anon_sym_TILDE, anon_sym_STAR, + anon_sym_AMP, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2971), 29, - anon_sym___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - sym_primitive_type, - sym_identifier, - [24595] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_number_literal, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [24363] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1358), 17, + ACTIONS(1430), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_sizeof, @@ -120892,7 +120676,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_NULL, anon_sym_nullptr, sym_identifier, - ACTIONS(1360), 19, + ACTIONS(1432), 19, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -120912,10 +120696,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [24639] = 3, + [24407] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 7, + ACTIONS(2957), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -120923,7 +120707,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2975), 29, + ACTIONS(2955), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -120953,10 +120737,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [24683] = 3, + [24451] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2981), 7, + ACTIONS(2961), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -120964,7 +120748,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2979), 29, + ACTIONS(2959), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -120994,10 +120778,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [24727] = 3, + [24495] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2985), 7, + ACTIONS(2965), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -121005,7 +120789,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2983), 29, + ACTIONS(2963), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -121035,10 +120819,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [24771] = 3, + [24539] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2989), 7, + ACTIONS(2969), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -121046,7 +120830,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2987), 29, + ACTIONS(2967), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -121076,10 +120860,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [24815] = 3, + [24583] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2993), 7, + ACTIONS(2973), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -121087,7 +120871,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2991), 29, + ACTIONS(2971), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -121117,10 +120901,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [24859] = 3, + [24627] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1398), 17, + ACTIONS(1422), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_sizeof, @@ -121138,7 +120922,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_NULL, anon_sym_nullptr, sym_identifier, - ACTIONS(1400), 19, + ACTIONS(1424), 19, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -121158,10 +120942,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [24903] = 3, + [24671] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2997), 7, + ACTIONS(2977), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -121169,7 +120953,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2995), 29, + ACTIONS(2975), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -121199,10 +120983,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [24947] = 3, + [24715] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1430), 17, + ACTIONS(2981), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + ACTIONS(2979), 29, + anon_sym___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + sym_primitive_type, + sym_identifier, + [24759] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1374), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_sizeof, @@ -121220,7 +121045,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_NULL, anon_sym_nullptr, sym_identifier, - ACTIONS(1432), 19, + ACTIONS(1376), 19, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -121240,10 +121065,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [24991] = 3, + [24803] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2985), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + ACTIONS(2983), 29, + anon_sym___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + sym_primitive_type, + sym_identifier, + [24847] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2989), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + ACTIONS(2987), 29, + anon_sym___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + sym_primitive_type, + sym_identifier, + [24891] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3001), 7, + ACTIONS(2993), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -121251,7 +121158,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2999), 29, + ACTIONS(2991), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -121281,10 +121188,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [25035] = 3, + [24935] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3005), 7, + ACTIONS(2997), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -121292,7 +121199,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(3003), 29, + ACTIONS(2995), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -121322,10 +121229,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [25079] = 3, + [24979] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2999), 1, + sym_identifier, + ACTIONS(3008), 1, + sym_primitive_type, + STATE(966), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(3006), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(3002), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + ACTIONS(3004), 23, + anon_sym___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + [25031] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3009), 7, + ACTIONS(3012), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -121333,7 +121285,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(3007), 29, + ACTIONS(3010), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -121363,33 +121315,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [25123] = 7, + [25075] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3011), 1, - sym_identifier, - ACTIONS(3020), 1, - sym_primitive_type, - STATE(952), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(3018), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3014), 6, + ACTIONS(3016), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(3016), 23, + anon_sym_COLON, + ACTIONS(3014), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, @@ -121408,10 +121354,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [25175] = 3, + sym_primitive_type, + sym_identifier, + [25119] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3024), 7, + ACTIONS(3020), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -121419,7 +121367,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(3022), 29, + ACTIONS(3018), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -121449,10 +121397,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [25219] = 3, + [25163] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3028), 7, + ACTIONS(3024), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -121460,7 +121408,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(3026), 29, + ACTIONS(3022), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -121490,10 +121438,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [25263] = 3, + [25207] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3032), 7, + ACTIONS(3028), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -121501,7 +121449,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(3030), 29, + ACTIONS(3026), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -121531,10 +121479,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [25307] = 3, + [25251] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3036), 7, + ACTIONS(3032), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -121542,7 +121490,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(3034), 29, + ACTIONS(3030), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -121572,10 +121520,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [25351] = 3, + [25295] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3040), 7, + ACTIONS(1370), 17, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_sizeof, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + anon_sym_offsetof, + anon_sym__Generic, + anon_sym_asm, + anon_sym___asm__, + sym_true, + sym_false, + anon_sym_NULL, + anon_sym_nullptr, + sym_identifier, + ACTIONS(1372), 19, + anon_sym_LPAREN2, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP, + anon_sym_SEMI, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + sym_number_literal, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [25339] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3036), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -121583,7 +121572,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(3038), 29, + ACTIONS(3034), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -121613,10 +121602,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [25395] = 3, + [25383] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3044), 7, + ACTIONS(3040), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -121624,7 +121613,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(3042), 29, + ACTIONS(3038), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -121654,44 +121643,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [25439] = 16, + [25427] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(3046), 1, + ACTIONS(3042), 1, sym_identifier, - ACTIONS(3048), 1, + ACTIONS(3044), 1, anon_sym_LPAREN2, - ACTIONS(3050), 1, + ACTIONS(3046), 1, anon_sym_STAR, - ACTIONS(3054), 1, + ACTIONS(3050), 1, sym_primitive_type, - STATE(1172), 1, + STATE(1174), 1, sym_ms_unaligned_ptr_modifier, - STATE(1407), 1, + STATE(1400), 1, sym__type_declarator, - STATE(1934), 1, + STATE(1932), 1, sym_ms_based_modifier, - ACTIONS(2801), 2, + ACTIONS(2785), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(1150), 2, + STATE(1142), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1161), 2, + STATE(1163), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - ACTIONS(2799), 3, + ACTIONS(2783), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(3052), 4, + ACTIONS(3048), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1496), 5, + STATE(1487), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, @@ -121707,44 +121696,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [25508] = 16, + [25496] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(3046), 1, + ACTIONS(3042), 1, sym_identifier, - ACTIONS(3048), 1, + ACTIONS(3044), 1, anon_sym_LPAREN2, - ACTIONS(3050), 1, + ACTIONS(3046), 1, anon_sym_STAR, - ACTIONS(3054), 1, + ACTIONS(3050), 1, sym_primitive_type, - STATE(1172), 1, + STATE(1174), 1, sym_ms_unaligned_ptr_modifier, - STATE(1410), 1, + STATE(1404), 1, sym__type_declarator, - STATE(1934), 1, + STATE(1932), 1, sym_ms_based_modifier, - ACTIONS(2801), 2, + ACTIONS(2785), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(1011), 2, + STATE(1009), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1130), 2, + STATE(1152), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2799), 3, + ACTIONS(2783), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(3052), 4, + ACTIONS(3048), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1496), 5, + STATE(1487), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, @@ -121760,44 +121749,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [25577] = 16, + [25565] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(3046), 1, + ACTIONS(3042), 1, sym_identifier, - ACTIONS(3048), 1, + ACTIONS(3044), 1, anon_sym_LPAREN2, - ACTIONS(3050), 1, + ACTIONS(3046), 1, anon_sym_STAR, - ACTIONS(3054), 1, + ACTIONS(3050), 1, sym_primitive_type, - STATE(1172), 1, + STATE(1174), 1, sym_ms_unaligned_ptr_modifier, - STATE(1413), 1, + STATE(1407), 1, sym__type_declarator, - STATE(1934), 1, + STATE(1932), 1, sym_ms_based_modifier, - ACTIONS(2801), 2, + ACTIONS(2785), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(1117), 2, + STATE(1135), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1161), 2, + STATE(1163), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - ACTIONS(2799), 3, + ACTIONS(2783), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(3052), 4, + ACTIONS(3048), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1496), 5, + STATE(1487), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, @@ -121813,44 +121802,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [25646] = 16, + [25634] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(3046), 1, + ACTIONS(3042), 1, sym_identifier, - ACTIONS(3048), 1, + ACTIONS(3044), 1, anon_sym_LPAREN2, - ACTIONS(3050), 1, + ACTIONS(3046), 1, anon_sym_STAR, - ACTIONS(3054), 1, + ACTIONS(3050), 1, sym_primitive_type, - STATE(1172), 1, + STATE(1174), 1, sym_ms_unaligned_ptr_modifier, - STATE(1413), 1, + STATE(1400), 1, sym__type_declarator, - STATE(1934), 1, + STATE(1932), 1, sym_ms_based_modifier, - ACTIONS(2801), 2, + ACTIONS(2785), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(1009), 2, + STATE(1011), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1117), 2, + STATE(1142), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2799), 3, + ACTIONS(2783), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(3052), 4, + ACTIONS(3048), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1496), 5, + STATE(1487), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, @@ -121866,7 +121855,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [25715] = 10, + [25703] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -121875,15 +121864,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___declspec, ACTIONS(1342), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3056), 1, + ACTIONS(3052), 1, anon_sym_SEMI, - ACTIONS(2880), 2, + ACTIONS(2881), 2, anon_sym___based, sym_identifier, - ACTIONS(2882), 2, + ACTIONS(2883), 2, anon_sym_LPAREN2, anon_sym_STAR, - STATE(964), 7, + STATE(948), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -121912,7 +121901,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [25771] = 10, + [25759] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -121921,15 +121910,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___declspec, ACTIONS(1342), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3058), 1, + ACTIONS(3054), 1, anon_sym_SEMI, - ACTIONS(2880), 2, + ACTIONS(2881), 2, anon_sym___based, sym_identifier, - ACTIONS(2882), 2, + ACTIONS(2883), 2, anon_sym_LPAREN2, anon_sym_STAR, - STATE(964), 7, + STATE(948), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -121958,51 +121947,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [25827] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3064), 1, - anon_sym___attribute__, - ACTIONS(3067), 1, - anon_sym_LBRACE, - ACTIONS(3069), 1, - anon_sym_COLON, - STATE(982), 1, - sym_attribute_specifier, - STATE(1042), 1, - sym_enumerator_list, - ACTIONS(3062), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - ACTIONS(3060), 23, - anon_sym___extension__, - anon_sym_extern, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - sym_identifier, - [25879] = 10, + [25815] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -122011,15 +121956,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___declspec, ACTIONS(1342), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3071), 1, + ACTIONS(3056), 1, anon_sym_SEMI, - ACTIONS(2880), 2, + ACTIONS(2881), 2, anon_sym___based, sym_identifier, - ACTIONS(2882), 2, + ACTIONS(2883), 2, anon_sym_LPAREN2, anon_sym_STAR, - STATE(964), 7, + STATE(948), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -122048,7 +121993,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [25935] = 10, + [25871] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -122057,15 +122002,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___declspec, ACTIONS(1342), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3073), 1, + ACTIONS(3058), 1, anon_sym_SEMI, - ACTIONS(2880), 2, + ACTIONS(2881), 2, anon_sym___based, sym_identifier, - ACTIONS(2882), 2, + ACTIONS(2883), 2, anon_sym_LPAREN2, anon_sym_STAR, - STATE(964), 7, + STATE(948), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -122094,7 +122039,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [25991] = 10, + [25927] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3064), 1, + anon_sym___attribute__, + ACTIONS(3067), 1, + anon_sym_LBRACE, + ACTIONS(3069), 1, + anon_sym_COLON, + STATE(1000), 1, + sym_attribute_specifier, + STATE(1040), 1, + sym_enumerator_list, + ACTIONS(3062), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + ACTIONS(3060), 23, + anon_sym___extension__, + anon_sym_extern, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + sym_identifier, + [25979] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -122103,15 +122092,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___declspec, ACTIONS(1342), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3075), 1, + ACTIONS(3071), 1, anon_sym_SEMI, - ACTIONS(2880), 2, + ACTIONS(2881), 2, anon_sym___based, sym_identifier, - ACTIONS(2882), 2, + ACTIONS(2883), 2, anon_sym_LPAREN2, anon_sym_STAR, - STATE(964), 7, + STATE(948), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -122140,25 +122129,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [26047] = 7, + [26035] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(3067), 1, anon_sym_LBRACE, - ACTIONS(3081), 1, + ACTIONS(3077), 1, anon_sym___attribute__, - STATE(973), 1, + STATE(983), 1, sym_attribute_specifier, - STATE(1038), 1, + STATE(1039), 1, sym_enumerator_list, - ACTIONS(3079), 6, + ACTIONS(3075), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(3077), 23, + ACTIONS(3073), 23, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -122182,14 +122171,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, sym_identifier, - [26096] = 4, + [26084] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2625), 1, + ACTIONS(2621), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3084), 1, + ACTIONS(3080), 1, anon_sym_typedef, - ACTIONS(2623), 30, + ACTIONS(2619), 30, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -122220,106 +122209,122 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [26138] = 4, + [26126] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(2625), 1, - anon_sym_LBRACK_LBRACK, + anon_sym_LPAREN2, + ACTIONS(2629), 1, + anon_sym_LBRACK, ACTIONS(3086), 1, - anon_sym_typedef, - ACTIONS(2623), 30, - anon_sym___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [26180] = 20, + anon_sym_SLASH, + ACTIONS(3088), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3090), 1, + anon_sym_AMP_AMP, + ACTIONS(3092), 1, + anon_sym_PIPE, + ACTIONS(3094), 1, + anon_sym_CARET, + ACTIONS(3096), 1, + anon_sym_AMP, + ACTIONS(3106), 1, + anon_sym_QMARK, + STATE(882), 1, + sym_argument_list, + ACTIONS(2631), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2633), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3082), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3084), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3098), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3100), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3102), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3104), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2663), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_RBRACE, + anon_sym_COLON, + [26200] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2743), 6, + ACTIONS(2731), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, anon_sym_COLON, - [26254] = 4, + [26274] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2625), 1, + ACTIONS(2621), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3114), 1, + ACTIONS(3108), 1, anon_sym_typedef, - ACTIONS(2623), 30, + ACTIONS(2619), 30, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -122350,65 +122355,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [26296] = 17, + [26316] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2635), 1, - anon_sym_PIPE, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3100), 1, - anon_sym_CARET, - ACTIONS(3102), 1, - anon_sym_AMP, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(3104), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3106), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3108), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3110), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2627), 9, + ACTIONS(2641), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2635), 14, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [26364] = 4, + [26374] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2625), 1, + ACTIONS(2621), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3116), 1, + ACTIONS(3110), 1, anon_sym_typedef, - ACTIONS(2623), 30, + ACTIONS(2619), 30, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -122439,122 +122439,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [26406] = 4, + [26416] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2625), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3118), 1, - anon_sym_typedef, - ACTIONS(2623), 30, - anon_sym___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [26448] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2629), 1, anon_sym_LPAREN2, - ACTIONS(2635), 1, - anon_sym_PIPE, - ACTIONS(2645), 1, - anon_sym_LBRACK, - ACTIONS(3092), 1, - anon_sym_SLASH, - ACTIONS(3102), 1, - anon_sym_AMP, - STATE(909), 1, - sym_argument_list, - ACTIONS(2647), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3088), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3090), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3104), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3106), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3108), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3110), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2627), 10, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_QMARK, - [26514] = 10, - ACTIONS(3), 1, - sym_comment, ACTIONS(2629), 1, - anon_sym_LPAREN2, - ACTIONS(2645), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2635), 6, + ACTIONS(2641), 6, anon_sym_DASH, anon_sym_PLUS, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2627), 16, + ACTIONS(2635), 16, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -122571,50 +122483,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [26568] = 18, + [26470] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2627), 8, + ACTIONS(2635), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -122623,97 +122535,137 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [26638] = 15, + [26540] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2621), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3112), 1, + anon_sym_typedef, + ACTIONS(2619), 30, + anon_sym___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [26582] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - STATE(909), 1, - sym_argument_list, - ACTIONS(2635), 2, + ACTIONS(3092), 1, anon_sym_PIPE, + ACTIONS(3094), 1, + anon_sym_CARET, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(2647), 2, + STATE(882), 1, + sym_argument_list, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2627), 10, + ACTIONS(2635), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [26702] = 17, + [26650] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, - anon_sym_SLASH, - ACTIONS(3098), 1, + ACTIONS(2641), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3086), 1, + anon_sym_SLASH, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2627), 9, + ACTIONS(2635), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -122723,42 +122675,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [26770] = 14, + [26718] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2635), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3106), 2, + ACTIONS(2641), 4, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3110), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2627), 12, + ACTIONS(2635), 16, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -122766,97 +122711,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [26832] = 20, + [26774] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, - anon_sym_AMP_AMP, - ACTIONS(3098), 1, - anon_sym_PIPE, - ACTIONS(3100), 1, - anon_sym_CARET, - ACTIONS(3102), 1, - anon_sym_AMP, - ACTIONS(3112), 1, - anon_sym_QMARK, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(2641), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2715), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, - anon_sym_COLON, - [26906] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2629), 1, - anon_sym_LPAREN2, - ACTIONS(2645), 1, - anon_sym_LBRACK, - ACTIONS(3092), 1, - anon_sym_SLASH, - STATE(909), 1, - sym_argument_list, - ACTIONS(2647), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3088), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3090), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2635), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2627), 14, + ACTIONS(2635), 12, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -122864,178 +122763,180 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [26964] = 11, + [26836] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - STATE(909), 1, + ACTIONS(3088), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3090), 1, + anon_sym_AMP_AMP, + ACTIONS(3092), 1, + anon_sym_PIPE, + ACTIONS(3094), 1, + anon_sym_CARET, + ACTIONS(3096), 1, + anon_sym_AMP, + ACTIONS(3106), 1, + anon_sym_QMARK, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2635), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2627), 16, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(3100), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, + ACTIONS(2767), 6, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, anon_sym_COLON, - anon_sym_QMARK, - [27020] = 12, + [26910] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(2641), 1, + anon_sym_PIPE, + ACTIONS(3086), 1, anon_sym_SLASH, - STATE(909), 1, + ACTIONS(3096), 1, + anon_sym_AMP, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3110), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2705), 4, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(3098), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2703), 14, + ACTIONS(3102), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3104), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2635), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [27078] = 20, + [26976] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, - anon_sym_AMP_AMP, - ACTIONS(3098), 1, - anon_sym_PIPE, - ACTIONS(3100), 1, - anon_sym_CARET, - ACTIONS(3102), 1, - anon_sym_AMP, - ACTIONS(3112), 1, - anon_sym_QMARK, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(2641), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2747), 6, + ACTIONS(2635), 10, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, anon_sym_COLON, - [27152] = 5, + anon_sym_QMARK, + [27040] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3124), 1, - anon_sym___attribute__, - STATE(1008), 1, - sym_attribute_specifier, - ACTIONS(3122), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, + ACTIONS(2621), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3120), 23, + ACTIONS(3114), 1, + anon_sym_typedef, + ACTIONS(2619), 30, anon_sym___extension__, anon_sym_extern, + anon_sym___attribute__, anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -123053,70 +122954,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, sym_identifier, - [27195] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2162), 1, - anon_sym_LPAREN2, - ACTIONS(2164), 1, - anon_sym_STAR, - ACTIONS(2168), 1, - anon_sym___based, - ACTIONS(2795), 1, - sym_identifier, - ACTIONS(2803), 1, - anon_sym_LBRACK, - STATE(1329), 1, - sym__declarator, - STATE(1501), 1, - sym__abstract_declarator, - STATE(1515), 1, - sym_parameter_list, - STATE(1979), 1, - sym_ms_based_modifier, - ACTIONS(3127), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(1146), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(1516), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - STATE(1414), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [27258] = 5, + [27082] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3133), 1, + ACTIONS(3120), 1, anon_sym___attribute__, - STATE(980), 1, + STATE(1003), 1, sym_attribute_specifier, - ACTIONS(3131), 6, + ACTIONS(3118), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(3129), 23, + ACTIONS(3116), 23, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -123140,12 +122997,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, sym_identifier, - [27301] = 3, + [27125] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3138), 1, + ACTIONS(3125), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3136), 30, + ACTIONS(3123), 30, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -123176,21 +123033,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [27340] = 5, + [27164] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3131), 1, + anon_sym___attribute__, + STATE(975), 1, + sym_attribute_specifier, + ACTIONS(3129), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + ACTIONS(3127), 23, + anon_sym___extension__, + anon_sym_extern, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + sym_identifier, + [27207] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3144), 1, + ACTIONS(3138), 1, anon_sym___attribute__, - STATE(992), 1, + STATE(981), 1, sym_attribute_specifier, - ACTIONS(3142), 6, + ACTIONS(3136), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(3140), 23, + ACTIONS(3134), 23, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -123214,37 +123109,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, sym_identifier, - [27383] = 14, + [27250] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2150), 1, + anon_sym_LPAREN2, + ACTIONS(2152), 1, + anon_sym_STAR, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(3147), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3149), 1, + ACTIONS(2787), 1, + anon_sym_LBRACK, + STATE(1327), 1, + sym__declarator, + STATE(1501), 1, + sym__abstract_declarator, + STATE(1511), 1, + sym_parameter_list, + STATE(1977), 1, + sym_ms_based_modifier, + ACTIONS(3141), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(1144), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(1525), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + STATE(1411), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + ACTIONS(53), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + [27313] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2156), 1, + anon_sym___based, + ACTIONS(3143), 1, + sym_identifier, + ACTIONS(3145), 1, anon_sym_LPAREN2, - ACTIONS(3151), 1, + ACTIONS(3147), 1, anon_sym_STAR, - STATE(1172), 1, + STATE(1174), 1, sym_ms_unaligned_ptr_modifier, - STATE(1390), 1, + STATE(1396), 1, sym__field_declarator, - STATE(1964), 1, + STATE(1960), 1, sym_ms_based_modifier, - ACTIONS(2801), 2, + ACTIONS(2785), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(1045), 2, + STATE(1046), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1180), 2, + STATE(1182), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2799), 3, + ACTIONS(2783), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1459), 5, + STATE(1433), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -123260,42 +123203,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [27443] = 14, + [27373] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(3147), 1, + ACTIONS(2779), 1, sym_identifier, ACTIONS(3149), 1, anon_sym_LPAREN2, ACTIONS(3151), 1, anon_sym_STAR, - STATE(1172), 1, + STATE(1174), 1, sym_ms_unaligned_ptr_modifier, - STATE(1399), 1, - sym__field_declarator, - STATE(1964), 1, + STATE(1327), 1, + sym__declarator, + STATE(1977), 1, sym_ms_based_modifier, - ACTIONS(2801), 2, + ACTIONS(2785), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(1050), 2, + STATE(1163), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1178), 2, + STATE(1175), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2799), 3, + ACTIONS(2783), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1459), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, + STATE(1411), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, ACTIONS(53), 9, anon_sym___extension__, anon_sym_const, @@ -123306,42 +123249,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [27503] = 14, + [27433] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(3147), 1, + ACTIONS(2779), 1, sym_identifier, ACTIONS(3149), 1, anon_sym_LPAREN2, ACTIONS(3151), 1, anon_sym_STAR, - STATE(1172), 1, + STATE(1174), 1, sym_ms_unaligned_ptr_modifier, - STATE(1399), 1, - sym__field_declarator, - STATE(1964), 1, + STATE(1321), 1, + sym__declarator, + STATE(1977), 1, sym_ms_based_modifier, - ACTIONS(2801), 2, + ACTIONS(2785), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(1161), 2, + STATE(1163), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1178), 2, + STATE(1177), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2799), 3, + ACTIONS(2783), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1459), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, + STATE(1411), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, ACTIONS(53), 9, anon_sym___extension__, anon_sym_const, @@ -123352,42 +123295,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [27563] = 14, + [27493] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(3143), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3145), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3147), 1, anon_sym_STAR, - STATE(1172), 1, + STATE(1174), 1, sym_ms_unaligned_ptr_modifier, - STATE(1329), 1, - sym__declarator, - STATE(1979), 1, + STATE(1396), 1, + sym__field_declarator, + STATE(1960), 1, sym_ms_based_modifier, - ACTIONS(2801), 2, + ACTIONS(2785), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(1048), 2, + STATE(1163), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1179), 2, + STATE(1182), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2799), 3, + ACTIONS(2783), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1414), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, + STATE(1433), 5, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, ACTIONS(53), 9, anon_sym___extension__, anon_sym_const, @@ -123398,42 +123341,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [27623] = 14, + [27553] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(3143), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3145), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3147), 1, anon_sym_STAR, - STATE(1172), 1, + STATE(1174), 1, sym_ms_unaligned_ptr_modifier, - STATE(1329), 1, - sym__declarator, - STATE(1979), 1, + STATE(1380), 1, + sym__field_declarator, + STATE(1960), 1, sym_ms_based_modifier, - ACTIONS(2801), 2, + ACTIONS(2785), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(1161), 2, + STATE(1163), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1179), 2, + STATE(1176), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2799), 3, + ACTIONS(2783), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1414), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, + STATE(1433), 5, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, ACTIONS(53), 9, anon_sym___extension__, anon_sym_const, @@ -123444,37 +123387,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [27683] = 14, + [27613] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1172), 1, + STATE(1174), 1, sym_ms_unaligned_ptr_modifier, - STATE(1323), 1, + STATE(1338), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - ACTIONS(2801), 2, + ACTIONS(2785), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(1161), 2, + STATE(1043), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1184), 2, + STATE(1180), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2799), 3, + ACTIONS(2783), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -123490,37 +123433,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [27743] = 14, + [27673] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1172), 1, + STATE(1174), 1, sym_ms_unaligned_ptr_modifier, - STATE(1340), 1, + STATE(1327), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - ACTIONS(2801), 2, + ACTIONS(2785), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(1047), 2, + STATE(1044), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1177), 2, + STATE(1175), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2799), 3, + ACTIONS(2783), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -123536,37 +123479,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [27803] = 14, + [27733] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(3147), 1, + ACTIONS(3143), 1, sym_identifier, - ACTIONS(3149), 1, + ACTIONS(3145), 1, anon_sym_LPAREN2, - ACTIONS(3151), 1, + ACTIONS(3147), 1, anon_sym_STAR, - STATE(1172), 1, + STATE(1174), 1, sym_ms_unaligned_ptr_modifier, - STATE(1382), 1, + STATE(1388), 1, sym__field_declarator, - STATE(1964), 1, + STATE(1960), 1, sym_ms_based_modifier, - ACTIONS(2801), 2, + ACTIONS(2785), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(1161), 2, + STATE(1045), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1183), 2, + STATE(1178), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2799), 3, + ACTIONS(2783), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1459), 5, + STATE(1433), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -123582,126 +123525,390 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [27863] = 22, + [27793] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, + ACTIONS(3090), 1, + anon_sym_AMP_AMP, + ACTIONS(3092), 1, + anon_sym_PIPE, + ACTIONS(3094), 1, + anon_sym_CARET, ACTIONS(3096), 1, + anon_sym_AMP, + ACTIONS(3106), 1, + anon_sym_QMARK, + ACTIONS(3153), 1, + anon_sym_COMMA, + ACTIONS(3155), 1, + anon_sym_RPAREN, + STATE(882), 1, + sym_argument_list, + STATE(1651), 1, + aux_sym_generic_expression_repeat1, + ACTIONS(2631), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2633), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3082), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3084), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3098), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3100), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3102), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3104), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [27868] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2625), 1, + anon_sym_LPAREN2, + ACTIONS(2629), 1, + anon_sym_LBRACK, + ACTIONS(3086), 1, + anon_sym_SLASH, + ACTIONS(3088), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, ACTIONS(3157), 1, anon_sym_COMMA, ACTIONS(3159), 1, anon_sym_RPAREN, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - STATE(1652), 1, + STATE(1640), 1, aux_sym_argument_list_repeat1, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [27938] = 22, + [27943] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(2625), 1, + anon_sym_LPAREN2, ACTIONS(2629), 1, + anon_sym_LBRACK, + ACTIONS(3086), 1, + anon_sym_SLASH, + ACTIONS(3088), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3090), 1, + anon_sym_AMP_AMP, + ACTIONS(3092), 1, + anon_sym_PIPE, + ACTIONS(3094), 1, + anon_sym_CARET, + ACTIONS(3096), 1, + anon_sym_AMP, + ACTIONS(3106), 1, + anon_sym_QMARK, + ACTIONS(3157), 1, + anon_sym_COMMA, + ACTIONS(3161), 1, + anon_sym_RPAREN, + STATE(882), 1, + sym_argument_list, + STATE(1600), 1, + aux_sym_argument_list_repeat1, + ACTIONS(2631), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2633), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3082), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3084), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3098), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3100), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3102), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3104), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [28018] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, + ACTIONS(3086), 1, + anon_sym_SLASH, + ACTIONS(3088), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3090), 1, + anon_sym_AMP_AMP, ACTIONS(3092), 1, + anon_sym_PIPE, + ACTIONS(3094), 1, + anon_sym_CARET, + ACTIONS(3096), 1, + anon_sym_AMP, + ACTIONS(3106), 1, + anon_sym_QMARK, + ACTIONS(3163), 1, + anon_sym_COMMA, + STATE(882), 1, + sym_argument_list, + ACTIONS(2631), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2633), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3082), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3084), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3098), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3100), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3102), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3104), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3165), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [28091] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2625), 1, + anon_sym_LPAREN2, + ACTIONS(2629), 1, + anon_sym_LBRACK, + ACTIONS(3086), 1, anon_sym_SLASH, + ACTIONS(3088), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3090), 1, + anon_sym_AMP_AMP, + ACTIONS(3092), 1, + anon_sym_PIPE, ACTIONS(3094), 1, + anon_sym_CARET, + ACTIONS(3096), 1, + anon_sym_AMP, + ACTIONS(3106), 1, + anon_sym_QMARK, + ACTIONS(3167), 1, + anon_sym_COMMA, + ACTIONS(3169), 1, + anon_sym_RBRACE, + STATE(882), 1, + sym_argument_list, + STATE(1607), 1, + aux_sym_initializer_list_repeat1, + ACTIONS(2631), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2633), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3082), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3084), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3098), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3100), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3102), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3104), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [28166] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2625), 1, + anon_sym_LPAREN2, + ACTIONS(2629), 1, + anon_sym_LBRACK, + ACTIONS(3086), 1, + anon_sym_SLASH, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, + ACTIONS(3090), 1, + anon_sym_AMP_AMP, + ACTIONS(3092), 1, + anon_sym_PIPE, + ACTIONS(3094), 1, + anon_sym_CARET, ACTIONS(3096), 1, + anon_sym_AMP, + ACTIONS(3106), 1, + anon_sym_QMARK, + ACTIONS(3157), 1, + anon_sym_COMMA, + ACTIONS(3171), 1, + anon_sym_RPAREN, + STATE(882), 1, + sym_argument_list, + STATE(1649), 1, + aux_sym_argument_list_repeat1, + ACTIONS(2631), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2633), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3082), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3084), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3098), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3100), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3102), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3104), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [28241] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2625), 1, + anon_sym_LPAREN2, + ACTIONS(2629), 1, + anon_sym_LBRACK, + ACTIONS(3086), 1, + anon_sym_SLASH, + ACTIONS(3088), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - ACTIONS(3161), 1, + ACTIONS(3157), 1, anon_sym_COMMA, - ACTIONS(3163), 1, + ACTIONS(3173), 1, anon_sym_RPAREN, - STATE(909), 1, + STATE(882), 1, sym_argument_list, STATE(1658), 1, - aux_sym_generic_expression_repeat1, - ACTIONS(2647), 2, + aux_sym_argument_list_repeat1, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [28013] = 6, + [28316] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3168), 1, + ACTIONS(3178), 1, anon_sym_LPAREN2, - ACTIONS(3172), 1, + ACTIONS(3182), 1, anon_sym_LBRACK, - ACTIONS(2322), 2, + ACTIONS(2301), 2, anon_sym_COMMA, anon_sym_STAR, - ACTIONS(3165), 2, + ACTIONS(3175), 2, anon_sym_RPAREN, anon_sym_LBRACK_LBRACK, - ACTIONS(2306), 23, + ACTIONS(2288), 23, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -123725,322 +123932,349 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, sym_identifier, - [28056] = 20, + [28359] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3175), 3, + ACTIONS(3185), 3, anon_sym_COMMA, anon_sym_SEMI, anon_sym___attribute__, - [28127] = 21, + [28430] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - ACTIONS(3177), 1, + ACTIONS(3163), 1, anon_sym_COMMA, - STATE(909), 1, + ACTIONS(3187), 1, + anon_sym_SEMI, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3179), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [28200] = 22, + [28502] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2303), 1, + anon_sym_LBRACE, + ACTIONS(2916), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + STATE(1767), 1, + sym_field_declaration_list, + ACTIONS(2301), 2, + anon_sym_STAR, + anon_sym_LBRACK_LBRACK, + ACTIONS(2288), 23, + anon_sym___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + sym_identifier, + [28544] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2625), 1, + anon_sym_LPAREN2, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - ACTIONS(3157), 1, + ACTIONS(3163), 1, anon_sym_COMMA, - ACTIONS(3181), 1, - anon_sym_RPAREN, - STATE(909), 1, + ACTIONS(3189), 1, + anon_sym_SEMI, + STATE(882), 1, sym_argument_list, - STATE(1592), 1, - aux_sym_argument_list_repeat1, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [28275] = 22, + [28616] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - ACTIONS(3183), 1, + ACTIONS(3163), 1, anon_sym_COMMA, - ACTIONS(3185), 1, - anon_sym_RBRACE, - STATE(909), 1, + ACTIONS(3191), 1, + anon_sym_SEMI, + STATE(882), 1, sym_argument_list, - STATE(1611), 1, - aux_sym_initializer_list_repeat1, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [28350] = 22, + [28688] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - ACTIONS(3157), 1, + ACTIONS(3163), 1, anon_sym_COMMA, - ACTIONS(3187), 1, - anon_sym_RPAREN, - STATE(909), 1, + ACTIONS(3193), 1, + anon_sym_SEMI, + STATE(882), 1, sym_argument_list, - STATE(1660), 1, - aux_sym_argument_list_repeat1, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [28425] = 22, + [28760] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - ACTIONS(3157), 1, + ACTIONS(3163), 1, anon_sym_COMMA, - ACTIONS(3189), 1, - anon_sym_RPAREN, - STATE(909), 1, + ACTIONS(3195), 1, + anon_sym_SEMI, + STATE(882), 1, sym_argument_list, - STATE(1604), 1, - aux_sym_argument_list_repeat1, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [28500] = 13, + [28832] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, @@ -124051,23 +124285,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1572), 1, sym_identifier, - ACTIONS(2182), 1, + ACTIONS(3197), 1, anon_sym_enum, - STATE(1192), 1, + STATE(1172), 1, sym__type_specifier, - STATE(1256), 1, + STATE(1181), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1288), 1, - sym__type_definition_type, - STATE(1138), 2, + STATE(1940), 1, + sym_type_descriptor, + STATE(1158), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3191), 4, + ACTIONS(2164), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -124083,19 +124317,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [28556] = 6, + [28888] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2324), 1, + ACTIONS(2303), 1, anon_sym_LBRACE, - ACTIONS(2960), 1, + ACTIONS(2916), 1, anon_sym_LPAREN2, - STATE(1714), 1, + STATE(1721), 1, sym_field_declaration_list, - ACTIONS(2322), 2, + ACTIONS(2301), 2, anon_sym_STAR, anon_sym_LBRACK_LBRACK, - ACTIONS(2306), 23, + ACTIONS(2288), 23, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -124119,210 +124353,160 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, sym_identifier, - [28598] = 20, + [28930] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, - anon_sym_LBRACK, - ACTIONS(3092), 1, - anon_sym_SLASH, - ACTIONS(3094), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, - anon_sym_AMP_AMP, - ACTIONS(3098), 1, - anon_sym_PIPE, - ACTIONS(3100), 1, - anon_sym_CARET, - ACTIONS(3102), 1, - anon_sym_AMP, - ACTIONS(3112), 1, - anon_sym_QMARK, - STATE(909), 1, - sym_argument_list, - ACTIONS(2647), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3088), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3090), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3104), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3106), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3108), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3110), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3193), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [28668] = 21, - ACTIONS(3), 1, - sym_comment, ACTIONS(2629), 1, - anon_sym_LPAREN2, - ACTIONS(2645), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - ACTIONS(3177), 1, + ACTIONS(3163), 1, anon_sym_COMMA, - ACTIONS(3195), 1, + ACTIONS(3199), 1, anon_sym_SEMI, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [28740] = 21, + [29002] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - ACTIONS(3177), 1, + ACTIONS(3163), 1, anon_sym_COMMA, - ACTIONS(3197), 1, - anon_sym_SEMI, - STATE(909), 1, + ACTIONS(3201), 1, + anon_sym_RPAREN, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [28812] = 21, + [29074] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - ACTIONS(3177), 1, + ACTIONS(3163), 1, anon_sym_COMMA, - ACTIONS(3199), 1, + ACTIONS(3203), 1, anon_sym_SEMI, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [28884] = 13, + [29146] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, @@ -124333,23 +124517,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1572), 1, sym_identifier, - ACTIONS(2182), 1, + ACTIONS(2166), 1, anon_sym_enum, - STATE(1192), 1, + STATE(1247), 1, sym__type_specifier, - STATE(1256), 1, + STATE(1255), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1291), 1, + STATE(1289), 1, sym__type_definition_type, - STATE(1138), 2, + STATE(1127), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3191), 4, + ACTIONS(3205), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -124365,7 +124549,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [28940] = 13, + [29202] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, @@ -124376,23 +124560,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1572), 1, sym_identifier, - ACTIONS(3201), 1, + ACTIONS(2166), 1, anon_sym_enum, - STATE(1175), 1, + STATE(1247), 1, sym__type_specifier, - STATE(1181), 1, + STATE(1255), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1928), 1, - sym_type_descriptor, - STATE(1133), 2, + STATE(1294), 1, + sym__type_definition_type, + STATE(1127), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2180), 4, + ACTIONS(3205), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -124408,7 +124592,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [28996] = 13, + [29258] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, @@ -124419,23 +124603,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1572), 1, sym_identifier, - ACTIONS(2182), 1, + ACTIONS(2166), 1, anon_sym_enum, - STATE(1192), 1, + STATE(1247), 1, sym__type_specifier, - STATE(1256), 1, + STATE(1255), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1295), 1, + STATE(1288), 1, sym__type_definition_type, - STATE(1138), 2, + STATE(1127), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3191), 4, + ACTIONS(3205), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -124451,19 +124635,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [29052] = 6, + [29314] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2324), 1, + ACTIONS(2303), 1, anon_sym_LBRACE, - ACTIONS(2960), 1, + ACTIONS(2916), 1, anon_sym_LPAREN2, - STATE(1767), 1, + STATE(1762), 1, sym_field_declaration_list, - ACTIONS(2322), 2, + ACTIONS(2301), 2, anon_sym_STAR, anon_sym_LBRACK_LBRACK, - ACTIONS(2306), 23, + ACTIONS(2288), 23, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -124487,119 +124671,206 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, sym_identifier, - [29094] = 20, + [29356] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(55), 1, + sym_primitive_type, + ACTIONS(59), 1, + anon_sym_struct, + ACTIONS(61), 1, + anon_sym_union, + ACTIONS(1572), 1, + sym_identifier, + ACTIONS(2166), 1, + anon_sym_enum, + STATE(1247), 1, + sym__type_specifier, + STATE(1255), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1293), 1, + sym__type_definition_type, + STATE(1127), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(3205), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(997), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + ACTIONS(53), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + [29412] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3203), 2, + ACTIONS(3207), 2, anon_sym_COMMA, anon_sym_RPAREN, - [29164] = 20, + [29482] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(55), 1, + sym_primitive_type, + ACTIONS(59), 1, + anon_sym_struct, + ACTIONS(61), 1, + anon_sym_union, + ACTIONS(1572), 1, + sym_identifier, + ACTIONS(2166), 1, + anon_sym_enum, + STATE(1247), 1, + sym__type_specifier, + STATE(1255), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1285), 1, + sym__type_definition_type, + STATE(1127), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(3205), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(997), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + ACTIONS(53), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + [29538] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - STATE(909), 1, + ACTIONS(3163), 1, + anon_sym_COMMA, + ACTIONS(3209), 1, + anon_sym_RPAREN, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3205), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [29234] = 6, + [29610] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2324), 1, + ACTIONS(2303), 1, anon_sym_LBRACE, - ACTIONS(2960), 1, + ACTIONS(2916), 1, anon_sym_LPAREN2, - STATE(1703), 1, + STATE(1711), 1, sym_field_declaration_list, - ACTIONS(2322), 2, + ACTIONS(2301), 2, anon_sym_STAR, anon_sym_LBRACK_LBRACK, - ACTIONS(2306), 23, + ACTIONS(2288), 23, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -124623,281 +124894,209 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, sym_identifier, - [29276] = 20, + [29652] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3207), 2, + ACTIONS(3211), 2, anon_sym_COMMA, - anon_sym_SEMI, - [29346] = 6, + anon_sym_RPAREN, + [29722] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2324), 1, - anon_sym_LBRACE, - ACTIONS(2960), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - STATE(1713), 1, - sym_field_declaration_list, - ACTIONS(2322), 2, - anon_sym_STAR, - anon_sym_LBRACK_LBRACK, - ACTIONS(2306), 23, - anon_sym___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - sym_identifier, - [29388] = 21, - ACTIONS(3), 1, - sym_comment, ACTIONS(2629), 1, - anon_sym_LPAREN2, - ACTIONS(2645), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - ACTIONS(3177), 1, + ACTIONS(3163), 1, anon_sym_COMMA, - ACTIONS(3209), 1, - anon_sym_SEMI, - STATE(909), 1, + ACTIONS(3213), 1, + anon_sym_RPAREN, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [29460] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(55), 1, - sym_primitive_type, - ACTIONS(59), 1, - anon_sym_struct, - ACTIONS(61), 1, - anon_sym_union, - ACTIONS(1572), 1, - sym_identifier, - ACTIONS(2182), 1, - anon_sym_enum, - STATE(1175), 1, - sym__type_specifier, - STATE(1181), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1857), 1, - sym_type_descriptor, - STATE(1126), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(2180), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1000), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [29516] = 13, + [29794] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(55), 1, - sym_primitive_type, - ACTIONS(59), 1, - anon_sym_struct, - ACTIONS(61), 1, - anon_sym_union, - ACTIONS(1572), 1, - sym_identifier, - ACTIONS(3201), 1, - anon_sym_enum, - STATE(1175), 1, - sym__type_specifier, - STATE(1181), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1942), 1, - sym_type_descriptor, - STATE(1133), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(2180), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1000), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [29572] = 21, + ACTIONS(2625), 1, + anon_sym_LPAREN2, + ACTIONS(2629), 1, + anon_sym_LBRACK, + ACTIONS(3086), 1, + anon_sym_SLASH, + ACTIONS(3088), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3090), 1, + anon_sym_AMP_AMP, + ACTIONS(3092), 1, + anon_sym_PIPE, + ACTIONS(3094), 1, + anon_sym_CARET, + ACTIONS(3096), 1, + anon_sym_AMP, + ACTIONS(3106), 1, + anon_sym_QMARK, + STATE(882), 1, + sym_argument_list, + ACTIONS(2631), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2633), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3082), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3084), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3098), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3100), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3102), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3104), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3215), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [29864] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - ACTIONS(3177), 1, + ACTIONS(3163), 1, anon_sym_COMMA, - ACTIONS(3211), 1, - anon_sym_SEMI, - STATE(909), 1, + ACTIONS(3217), 1, + anon_sym_RPAREN, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [29644] = 13, + [29936] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, @@ -124908,23 +125107,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1572), 1, sym_identifier, - ACTIONS(2182), 1, + ACTIONS(2166), 1, anon_sym_enum, - STATE(1192), 1, + STATE(1247), 1, sym__type_specifier, - STATE(1256), 1, + STATE(1255), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1289), 1, + STATE(1291), 1, sym__type_definition_type, - STATE(1138), 2, + STATE(1127), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3191), 4, + ACTIONS(3205), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -124940,348 +125139,333 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [29700] = 21, + [29992] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - ACTIONS(3177), 1, + ACTIONS(3163), 1, anon_sym_COMMA, - ACTIONS(3213), 1, - anon_sym_SEMI, - STATE(909), 1, + ACTIONS(3219), 1, + anon_sym_RPAREN, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [29772] = 21, + [30064] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - ACTIONS(3177), 1, + ACTIONS(3163), 1, anon_sym_COMMA, - ACTIONS(3215), 1, - anon_sym_SEMI, - STATE(909), 1, + ACTIONS(3221), 1, + anon_sym_RPAREN, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [29844] = 21, + [30136] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - ACTIONS(3177), 1, + ACTIONS(3163), 1, anon_sym_COMMA, - ACTIONS(3217), 1, + ACTIONS(3223), 1, anon_sym_RPAREN, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [29916] = 21, + [30208] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - ACTIONS(3177), 1, - anon_sym_COMMA, - ACTIONS(3219), 1, - anon_sym_RPAREN, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [29988] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(55), 1, - sym_primitive_type, - ACTIONS(59), 1, - anon_sym_struct, - ACTIONS(61), 1, - anon_sym_union, - ACTIONS(1572), 1, - sym_identifier, - ACTIONS(2182), 1, - anon_sym_enum, - STATE(1175), 1, - sym__type_specifier, - STATE(1181), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1874), 1, - sym_type_descriptor, - STATE(1126), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(2180), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1000), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [30044] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(55), 1, - sym_primitive_type, - ACTIONS(59), 1, - anon_sym_struct, - ACTIONS(61), 1, - anon_sym_union, - ACTIONS(1572), 1, - sym_identifier, - ACTIONS(2182), 1, - anon_sym_enum, - STATE(1175), 1, - sym__type_specifier, - STATE(1181), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1876), 1, - sym_type_descriptor, - STATE(1126), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(2180), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1000), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [30100] = 21, + ACTIONS(3225), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [30278] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - ACTIONS(3177), 1, + ACTIONS(3163), 1, anon_sym_COMMA, - ACTIONS(3221), 1, + ACTIONS(3227), 1, anon_sym_SEMI, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [30172] = 13, + [30350] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2303), 1, + anon_sym_LBRACE, + ACTIONS(2916), 1, + anon_sym_LPAREN2, + STATE(1751), 1, + sym_field_declaration_list, + ACTIONS(2301), 2, + anon_sym_STAR, + anon_sym_LBRACK_LBRACK, + ACTIONS(2288), 23, + anon_sym___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + sym_identifier, + [30392] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2303), 1, + anon_sym_LBRACE, + ACTIONS(2916), 1, + anon_sym_LPAREN2, + STATE(1700), 1, + sym_field_declaration_list, + ACTIONS(2301), 2, + anon_sym_STAR, + anon_sym_LBRACK_LBRACK, + ACTIONS(2288), 23, + anon_sym___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + sym_identifier, + [30434] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, @@ -125292,23 +125476,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1572), 1, sym_identifier, - ACTIONS(2182), 1, + ACTIONS(2166), 1, anon_sym_enum, - STATE(1192), 1, + STATE(1247), 1, sym__type_specifier, - STATE(1256), 1, + STATE(1255), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1287), 1, + STATE(1295), 1, sym__type_definition_type, - STATE(1138), 2, + STATE(1127), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3191), 4, + ACTIONS(3205), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -125324,109 +125508,108 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [30228] = 21, + [30490] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - ACTIONS(3177), 1, - anon_sym_COMMA, - ACTIONS(3223), 1, - anon_sym_RPAREN, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [30300] = 21, + ACTIONS(3229), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [30560] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - ACTIONS(3177), 1, + ACTIONS(3163), 1, anon_sym_COMMA, - ACTIONS(3225), 1, - anon_sym_RPAREN, - STATE(909), 1, + ACTIONS(3231), 1, + anon_sym_SEMI, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [30372] = 13, + [30632] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, @@ -125437,23 +125620,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1572), 1, sym_identifier, - ACTIONS(2182), 1, + ACTIONS(2166), 1, anon_sym_enum, - STATE(1192), 1, + STATE(1172), 1, sym__type_specifier, - STATE(1256), 1, + STATE(1181), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1296), 1, - sym__type_definition_type, - STATE(1138), 2, + STATE(1855), 1, + sym_type_descriptor, + STATE(1143), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3191), 4, + ACTIONS(2164), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -125469,388 +125652,222 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [30428] = 6, + [30688] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2324), 1, - anon_sym_LBRACE, - ACTIONS(2960), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - STATE(1753), 1, - sym_field_declaration_list, - ACTIONS(2322), 2, - anon_sym_STAR, - anon_sym_LBRACK_LBRACK, - ACTIONS(2306), 23, - anon_sym___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - sym_identifier, - [30470] = 21, - ACTIONS(3), 1, - sym_comment, ACTIONS(2629), 1, - anon_sym_LPAREN2, - ACTIONS(2645), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - ACTIONS(3177), 1, + ACTIONS(3163), 1, anon_sym_COMMA, - ACTIONS(3227), 1, + ACTIONS(3233), 1, anon_sym_SEMI, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [30542] = 21, + [30760] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - ACTIONS(3177), 1, + ACTIONS(3163), 1, anon_sym_COMMA, - ACTIONS(3229), 1, + ACTIONS(3235), 1, anon_sym_SEMI, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [30614] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2629), 1, - anon_sym_LPAREN2, - ACTIONS(2645), 1, - anon_sym_LBRACK, - ACTIONS(3092), 1, - anon_sym_SLASH, - ACTIONS(3094), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, - anon_sym_AMP_AMP, - ACTIONS(3098), 1, - anon_sym_PIPE, - ACTIONS(3100), 1, - anon_sym_CARET, - ACTIONS(3102), 1, - anon_sym_AMP, - ACTIONS(3112), 1, - anon_sym_QMARK, - STATE(909), 1, - sym_argument_list, - ACTIONS(2647), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3088), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3090), 2, - anon_sym_STAR, - anon_sym_PERCENT, ACTIONS(3104), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3106), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3108), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3110), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3231), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [30684] = 6, + [30832] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2324), 1, - anon_sym_LBRACE, - ACTIONS(2960), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - STATE(1758), 1, - sym_field_declaration_list, - ACTIONS(2322), 2, - anon_sym_STAR, - anon_sym_LBRACK_LBRACK, - ACTIONS(2306), 23, - anon_sym___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - sym_identifier, - [30726] = 21, - ACTIONS(3), 1, - sym_comment, ACTIONS(2629), 1, - anon_sym_LPAREN2, - ACTIONS(2645), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - ACTIONS(3177), 1, + ACTIONS(3163), 1, anon_sym_COMMA, - ACTIONS(3233), 1, - anon_sym_SEMI, - STATE(909), 1, + ACTIONS(3237), 1, + anon_sym_RPAREN, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [30798] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(55), 1, - sym_primitive_type, - ACTIONS(59), 1, - anon_sym_struct, - ACTIONS(61), 1, - anon_sym_union, - ACTIONS(1572), 1, - sym_identifier, - ACTIONS(2182), 1, - anon_sym_enum, - STATE(1192), 1, - sym__type_specifier, - STATE(1256), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1292), 1, - sym__type_definition_type, - STATE(1138), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(3191), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1000), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [30854] = 21, + [30904] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - ACTIONS(3177), 1, - anon_sym_COMMA, - ACTIONS(3235), 1, - anon_sym_SEMI, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [30926] = 6, + ACTIONS(3239), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [30974] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2324), 1, + ACTIONS(2303), 1, anon_sym_LBRACE, - ACTIONS(2960), 1, + ACTIONS(2916), 1, anon_sym_LPAREN2, - STATE(1744), 1, + STATE(1757), 1, sym_field_declaration_list, - ACTIONS(2322), 2, + ACTIONS(2301), 2, anon_sym_STAR, anon_sym_LBRACK_LBRACK, - ACTIONS(2306), 23, + ACTIONS(2288), 23, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -125874,70 +125891,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, sym_identifier, - [30968] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2629), 1, - anon_sym_LPAREN2, - ACTIONS(2645), 1, - anon_sym_LBRACK, - ACTIONS(3092), 1, - anon_sym_SLASH, - ACTIONS(3094), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, - anon_sym_AMP_AMP, - ACTIONS(3098), 1, - anon_sym_PIPE, - ACTIONS(3100), 1, - anon_sym_CARET, - ACTIONS(3102), 1, - anon_sym_AMP, - ACTIONS(3112), 1, - anon_sym_QMARK, - ACTIONS(3177), 1, - anon_sym_COMMA, - ACTIONS(3237), 1, - anon_sym_SEMI, - STATE(909), 1, - sym_argument_list, - ACTIONS(2647), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3088), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3090), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3104), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3106), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3108), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3110), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [31040] = 6, + [31016] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2324), 1, + ACTIONS(2303), 1, anon_sym_LBRACE, - ACTIONS(2960), 1, + ACTIONS(2916), 1, anon_sym_LPAREN2, - STATE(1696), 1, + STATE(1756), 1, sym_field_declaration_list, - ACTIONS(2322), 2, + ACTIONS(2301), 2, anon_sym_STAR, anon_sym_LBRACK_LBRACK, - ACTIONS(2306), 23, + ACTIONS(2288), 23, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -125961,70 +125927,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, sym_identifier, - [31082] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2629), 1, - anon_sym_LPAREN2, - ACTIONS(2645), 1, - anon_sym_LBRACK, - ACTIONS(3092), 1, - anon_sym_SLASH, - ACTIONS(3094), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, - anon_sym_AMP_AMP, - ACTIONS(3098), 1, - anon_sym_PIPE, - ACTIONS(3100), 1, - anon_sym_CARET, - ACTIONS(3102), 1, - anon_sym_AMP, - ACTIONS(3112), 1, - anon_sym_QMARK, - ACTIONS(3177), 1, - anon_sym_COMMA, - ACTIONS(3239), 1, - anon_sym_SEMI, - STATE(909), 1, - sym_argument_list, - ACTIONS(2647), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3088), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3090), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3104), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3106), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3108), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3110), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [31154] = 6, + [31058] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2324), 1, + ACTIONS(2303), 1, anon_sym_LBRACE, - ACTIONS(2960), 1, + ACTIONS(2916), 1, anon_sym_LPAREN2, - STATE(1726), 1, + STATE(1724), 1, sym_field_declaration_list, - ACTIONS(2322), 2, + ACTIONS(2301), 2, anon_sym_STAR, anon_sym_LBRACK_LBRACK, - ACTIONS(2306), 23, + ACTIONS(2288), 23, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -126048,7 +125963,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, sym_identifier, - [31196] = 13, + [31100] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, @@ -126059,23 +125974,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1572), 1, sym_identifier, - ACTIONS(2182), 1, + ACTIONS(2166), 1, anon_sym_enum, - STATE(1192), 1, + STATE(1247), 1, sym__type_specifier, - STATE(1256), 1, + STATE(1255), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1297), 1, + STATE(1290), 1, sym__type_definition_type, - STATE(1138), 2, + STATE(1127), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3191), 4, + ACTIONS(3205), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -126091,108 +126006,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [31252] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2629), 1, - anon_sym_LPAREN2, - ACTIONS(2645), 1, - anon_sym_LBRACK, - ACTIONS(3092), 1, - anon_sym_SLASH, - ACTIONS(3094), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, - anon_sym_AMP_AMP, - ACTIONS(3098), 1, - anon_sym_PIPE, - ACTIONS(3100), 1, - anon_sym_CARET, - ACTIONS(3102), 1, - anon_sym_AMP, - ACTIONS(3112), 1, - anon_sym_QMARK, - ACTIONS(3177), 1, - anon_sym_COMMA, - ACTIONS(3241), 1, - anon_sym_RPAREN, - STATE(909), 1, - sym_argument_list, - ACTIONS(2647), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3088), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3090), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3104), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3106), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3108), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3110), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [31324] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2629), 1, - anon_sym_LPAREN2, - ACTIONS(2645), 1, - anon_sym_LBRACK, - ACTIONS(3092), 1, - anon_sym_SLASH, - ACTIONS(3094), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, - anon_sym_AMP_AMP, - ACTIONS(3098), 1, - anon_sym_PIPE, - ACTIONS(3100), 1, - anon_sym_CARET, - ACTIONS(3102), 1, - anon_sym_AMP, - ACTIONS(3112), 1, - anon_sym_QMARK, - STATE(909), 1, - sym_argument_list, - ACTIONS(2647), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3088), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3090), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3104), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3106), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3108), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3110), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3243), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [31394] = 13, + [31156] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, @@ -126203,23 +126017,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1572), 1, sym_identifier, - ACTIONS(2182), 1, + ACTIONS(2166), 1, anon_sym_enum, - STATE(1192), 1, + STATE(1247), 1, sym__type_specifier, - STATE(1256), 1, + STATE(1255), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1294), 1, + STATE(1287), 1, sym__type_definition_type, - STATE(1138), 2, + STATE(1127), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3191), 4, + ACTIONS(3205), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -126235,83 +126049,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [31450] = 20, + [31212] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, - anon_sym_LPAREN2, - ACTIONS(2645), 1, - anon_sym_LBRACK, - ACTIONS(3092), 1, - anon_sym_SLASH, - ACTIONS(3094), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, - anon_sym_AMP_AMP, - ACTIONS(3098), 1, - anon_sym_PIPE, - ACTIONS(3100), 1, - anon_sym_CARET, - ACTIONS(3102), 1, - anon_sym_AMP, - ACTIONS(3112), 1, - anon_sym_QMARK, - STATE(909), 1, - sym_argument_list, - ACTIONS(2647), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3088), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3090), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3104), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3106), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3108), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3110), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3245), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [31520] = 6, + ACTIONS(55), 1, + sym_primitive_type, + ACTIONS(59), 1, + anon_sym_struct, + ACTIONS(61), 1, + anon_sym_union, + ACTIONS(1572), 1, + sym_identifier, + ACTIONS(2166), 1, + anon_sym_enum, + STATE(1247), 1, + sym__type_specifier, + STATE(1255), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1292), 1, + sym__type_definition_type, + STATE(1127), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(3205), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(997), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + ACTIONS(53), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + [31268] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2324), 1, - anon_sym_LBRACE, - ACTIONS(2960), 1, - anon_sym_LPAREN2, - STATE(1716), 1, - sym_field_declaration_list, - ACTIONS(2322), 2, - anon_sym_STAR, - anon_sym_LBRACK_LBRACK, - ACTIONS(2306), 23, + ACTIONS(55), 1, + sym_primitive_type, + ACTIONS(59), 1, + anon_sym_struct, + ACTIONS(61), 1, + anon_sym_union, + ACTIONS(1572), 1, + sym_identifier, + ACTIONS(2166), 1, + anon_sym_enum, + STATE(1172), 1, + sym__type_specifier, + STATE(1181), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1872), 1, + sym_type_descriptor, + STATE(1143), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(2164), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(997), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + ACTIONS(53), 9, anon_sym___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -126320,160 +126135,195 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - sym_identifier, - [31562] = 20, + [31324] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - STATE(909), 1, + ACTIONS(3163), 1, + anon_sym_COMMA, + ACTIONS(3241), 1, + anon_sym_SEMI, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3247), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [31632] = 21, + [31396] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - ACTIONS(3177), 1, - anon_sym_COMMA, - ACTIONS(3249), 1, - anon_sym_RPAREN, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [31704] = 21, + ACTIONS(3243), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [31466] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2303), 1, + anon_sym_LBRACE, + ACTIONS(2916), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + STATE(1736), 1, + sym_field_declaration_list, + ACTIONS(2301), 2, + anon_sym_STAR, + anon_sym_LBRACK_LBRACK, + ACTIONS(2288), 23, + anon_sym___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + sym_identifier, + [31508] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2625), 1, + anon_sym_LPAREN2, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - ACTIONS(3177), 1, + ACTIONS(3163), 1, anon_sym_COMMA, - ACTIONS(3251), 1, - anon_sym_RPAREN, - STATE(909), 1, + ACTIONS(3245), 1, + anon_sym_SEMI, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [31776] = 13, + [31580] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, @@ -126484,23 +126334,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1572), 1, sym_identifier, - ACTIONS(2182), 1, + ACTIONS(2166), 1, anon_sym_enum, - STATE(1192), 1, + STATE(1172), 1, sym__type_specifier, - STATE(1256), 1, + STATE(1181), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1293), 1, - sym__type_definition_type, - STATE(1138), 2, + STATE(1874), 1, + sym_type_descriptor, + STATE(1143), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3191), 4, + ACTIONS(2164), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -126516,19 +126366,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [31832] = 6, + [31636] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2324), 1, + ACTIONS(2303), 1, anon_sym_LBRACE, - ACTIONS(2960), 1, + ACTIONS(2916), 1, anon_sym_LPAREN2, - STATE(1763), 1, + STATE(1713), 1, sym_field_declaration_list, - ACTIONS(2322), 2, + ACTIONS(2301), 2, anon_sym_STAR, anon_sym_LBRACK_LBRACK, - ACTIONS(2306), 23, + ACTIONS(2288), 23, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -126541,148 +126391,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___inline, anon_sym___inline__, anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - sym_identifier, - [31874] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2629), 1, - anon_sym_LPAREN2, - ACTIONS(2645), 1, - anon_sym_LBRACK, - ACTIONS(3092), 1, - anon_sym_SLASH, - ACTIONS(3094), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, - anon_sym_AMP_AMP, - ACTIONS(3098), 1, - anon_sym_PIPE, - ACTIONS(3100), 1, - anon_sym_CARET, - ACTIONS(3102), 1, - anon_sym_AMP, - ACTIONS(3112), 1, - anon_sym_QMARK, - ACTIONS(3177), 1, - anon_sym_COMMA, - ACTIONS(3253), 1, - anon_sym_RPAREN, - STATE(909), 1, - sym_argument_list, - ACTIONS(2647), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3088), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3090), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3104), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3106), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3108), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3110), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [31946] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2629), 1, - anon_sym_LPAREN2, - ACTIONS(2645), 1, - anon_sym_LBRACK, - ACTIONS(3092), 1, - anon_sym_SLASH, - ACTIONS(3094), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, - anon_sym_AMP_AMP, - ACTIONS(3098), 1, - anon_sym_PIPE, - ACTIONS(3100), 1, - anon_sym_CARET, - ACTIONS(3102), 1, - anon_sym_AMP, - ACTIONS(3112), 1, - anon_sym_QMARK, - ACTIONS(3255), 1, - anon_sym_COLON, - STATE(909), 1, - sym_argument_list, - ACTIONS(2647), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3088), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3090), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3104), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3106), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3108), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3110), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [32015] = 12, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + sym_identifier, + [31678] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, - anon_sym___based, - ACTIONS(3046), 1, - sym_identifier, - ACTIONS(3048), 1, - anon_sym_LPAREN2, - ACTIONS(3050), 1, - anon_sym_STAR, - ACTIONS(3054), 1, + ACTIONS(55), 1, sym_primitive_type, - STATE(1407), 1, - sym__type_declarator, - STATE(1934), 1, - sym_ms_based_modifier, - STATE(1146), 2, + ACTIONS(59), 1, + anon_sym_struct, + ACTIONS(61), 1, + anon_sym_union, + ACTIONS(1572), 1, + sym_identifier, + ACTIONS(3197), 1, + anon_sym_enum, + STATE(1172), 1, + sym__type_specifier, + STATE(1181), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1923), 1, + sym_type_descriptor, + STATE(1158), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3052), 4, + ACTIONS(2164), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1496), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, + STATE(997), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, ACTIONS(53), 9, anon_sym___extension__, anon_sym_const, @@ -126693,434 +126445,303 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [32068] = 20, + [31734] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2645), 1, - anon_sym_LBRACK, - ACTIONS(2817), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(3261), 1, + ACTIONS(2629), 1, + anon_sym_LBRACK, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3263), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3265), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3267), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3269), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3271), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3281), 1, - anon_sym_RBRACK, - ACTIONS(3283), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3257), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3259), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3273), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3275), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3277), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3279), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [32137] = 20, + ACTIONS(3247), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [31804] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - ACTIONS(3285), 1, - anon_sym_COLON, - STATE(909), 1, + ACTIONS(3163), 1, + anon_sym_COMMA, + ACTIONS(3249), 1, + anon_sym_SEMI, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [32206] = 17, + [31876] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2645), 1, - anon_sym_LBRACK, - ACTIONS(2817), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(3261), 1, - anon_sym_SLASH, - ACTIONS(3267), 1, - anon_sym_PIPE, - ACTIONS(3269), 1, - anon_sym_CARET, - ACTIONS(3271), 1, - anon_sym_AMP, - STATE(909), 1, - sym_argument_list, - ACTIONS(2647), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3257), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3259), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3273), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3275), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3277), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3279), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2627), 4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_RBRACK, - anon_sym_QMARK, - [32269] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(2817), 1, - anon_sym_LPAREN2, - ACTIONS(3261), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3265), 1, + ACTIONS(3088), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3267), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3269), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3271), 1, + ACTIONS(3096), 1, anon_sym_AMP, - STATE(909), 1, + ACTIONS(3106), 1, + anon_sym_QMARK, + ACTIONS(3251), 1, + anon_sym_COMMA, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3257), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3259), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3273), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3275), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3277), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3279), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2627), 3, - anon_sym_PIPE_PIPE, - anon_sym_RBRACK, - anon_sym_QMARK, - [32334] = 10, + [31945] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2645), 1, - anon_sym_LBRACK, - ACTIONS(2817), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(3261), 1, - anon_sym_SLASH, - STATE(909), 1, - sym_argument_list, - ACTIONS(2647), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3259), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2635), 6, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2627), 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, - [32383] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(2715), 1, - anon_sym_RBRACK, - ACTIONS(2817), 1, - anon_sym_LPAREN2, - ACTIONS(3261), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3263), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3265), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3267), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3269), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3271), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3283), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - STATE(909), 1, + ACTIONS(3253), 1, + anon_sym_COLON, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3257), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3259), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3273), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3275), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3277), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3279), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [32452] = 20, + [32014] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - ACTIONS(3287), 1, + ACTIONS(3255), 1, anon_sym_COLON, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [32521] = 20, + [32083] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2499), 1, - anon_sym_RBRACK, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(2817), 1, + ACTIONS(2813), 1, anon_sym_LPAREN2, - ACTIONS(3261), 1, + ACTIONS(3259), 1, anon_sym_SLASH, - ACTIONS(3263), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3265), 1, - anon_sym_AMP_AMP, - ACTIONS(3267), 1, - anon_sym_PIPE, - ACTIONS(3269), 1, - anon_sym_CARET, - ACTIONS(3271), 1, - anon_sym_AMP, - ACTIONS(3283), 1, - anon_sym_QMARK, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(3257), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3259), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3273), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3275), 2, + ACTIONS(2641), 6, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(3277), 2, + ACTIONS(2635), 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(3279), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [32590] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(55), 1, - sym_primitive_type, - ACTIONS(59), 1, - anon_sym_struct, - ACTIONS(61), 1, - anon_sym_union, - ACTIONS(1572), 1, - sym_identifier, - ACTIONS(2182), 1, - anon_sym_enum, - STATE(1174), 1, - sym__type_specifier, - STATE(1181), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1146), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(2180), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1000), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [32643] = 20, + anon_sym_RBRACK, + anon_sym_QMARK, + [32132] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2497), 1, + ACTIONS(2505), 1, anon_sym_RBRACK, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(2817), 1, + ACTIONS(2813), 1, anon_sym_LPAREN2, - ACTIONS(3261), 1, + ACTIONS(3259), 1, anon_sym_SLASH, ACTIONS(3263), 1, anon_sym_PIPE_PIPE, @@ -127132,22 +126753,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(3271), 1, anon_sym_AMP, - ACTIONS(3283), 1, + ACTIONS(3281), 1, anon_sym_QMARK, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(3257), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3259), 2, anon_sym_STAR, anon_sym_PERCENT, + ACTIONS(3261), 2, + anon_sym_DASH, + anon_sym_PLUS, ACTIONS(3273), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -127160,14 +126781,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3279), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [32712] = 20, + [32201] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(2817), 1, + ACTIONS(2767), 1, + anon_sym_RBRACK, + ACTIONS(2813), 1, anon_sym_LPAREN2, - ACTIONS(3261), 1, + ACTIONS(3259), 1, anon_sym_SLASH, ACTIONS(3263), 1, anon_sym_PIPE_PIPE, @@ -127179,24 +126802,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(3271), 1, anon_sym_AMP, - ACTIONS(3283), 1, + ACTIONS(3281), 1, anon_sym_QMARK, - ACTIONS(3289), 1, - anon_sym_RBRACK, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(3257), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3259), 2, anon_sym_STAR, anon_sym_PERCENT, + ACTIONS(3261), 2, + anon_sym_DASH, + anon_sym_PLUS, ACTIONS(3273), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -127209,106 +126830,65 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3279), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [32781] = 20, + [32270] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - ACTIONS(3291), 1, + ACTIONS(3283), 1, anon_sym_RPAREN, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [32850] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2168), 1, - anon_sym___based, - ACTIONS(3046), 1, - sym_identifier, - ACTIONS(3048), 1, - anon_sym_LPAREN2, - ACTIONS(3050), 1, - anon_sym_STAR, - ACTIONS(3054), 1, - sym_primitive_type, - STATE(1413), 1, - sym__type_declarator, - STATE(1934), 1, - sym_ms_based_modifier, - STATE(1146), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(3052), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1496), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [32903] = 20, + [32339] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2645), 1, - anon_sym_LBRACK, - ACTIONS(2747), 1, + ACTIONS(2491), 1, anon_sym_RBRACK, - ACTIONS(2817), 1, + ACTIONS(2629), 1, + anon_sym_LBRACK, + ACTIONS(2813), 1, anon_sym_LPAREN2, - ACTIONS(3261), 1, + ACTIONS(3259), 1, anon_sym_SLASH, ACTIONS(3263), 1, anon_sym_PIPE_PIPE, @@ -127320,22 +126900,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(3271), 1, anon_sym_AMP, - ACTIONS(3283), 1, + ACTIONS(3281), 1, anon_sym_QMARK, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(3257), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3259), 2, anon_sym_STAR, anon_sym_PERCENT, + ACTIONS(3261), 2, + anon_sym_DASH, + anon_sym_PLUS, ACTIONS(3273), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -127348,16 +126928,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3279), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [32972] = 20, + [32408] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2487), 1, + ACTIONS(2501), 1, anon_sym_RBRACK, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(2817), 1, + ACTIONS(2813), 1, anon_sym_LPAREN2, - ACTIONS(3261), 1, + ACTIONS(3259), 1, anon_sym_SLASH, ACTIONS(3263), 1, anon_sym_PIPE_PIPE, @@ -127369,102 +126949,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(3271), 1, anon_sym_AMP, - ACTIONS(3283), 1, + ACTIONS(3281), 1, anon_sym_QMARK, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(3257), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3259), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3273), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3275), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3277), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3279), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [33041] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(55), 1, - sym_primitive_type, - ACTIONS(59), 1, - anon_sym_struct, - ACTIONS(61), 1, - anon_sym_union, - ACTIONS(1572), 1, - sym_identifier, - ACTIONS(3201), 1, - anon_sym_enum, - STATE(1174), 1, - sym__type_specifier, - STATE(1181), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1146), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(2180), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1000), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [33094] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2635), 1, - anon_sym_PIPE, - ACTIONS(2645), 1, - anon_sym_LBRACK, - ACTIONS(2817), 1, - anon_sym_LPAREN2, - ACTIONS(3261), 1, - anon_sym_SLASH, - ACTIONS(3271), 1, - anon_sym_AMP, - STATE(909), 1, - sym_argument_list, - ACTIONS(2647), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3257), 2, + ACTIONS(3261), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3259), 2, - anon_sym_STAR, - anon_sym_PERCENT, ACTIONS(3273), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -127477,142 +126977,133 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3279), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2627), 5, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_RBRACK, - anon_sym_QMARK, - [33155] = 20, + [32477] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - ACTIONS(3293), 1, + ACTIONS(3285), 1, anon_sym_COLON, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [33224] = 20, + [32546] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(2629), 1, - anon_sym_LPAREN2, - ACTIONS(2645), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(2813), 1, + anon_sym_LPAREN2, + ACTIONS(3259), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3263), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3265), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3267), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3269), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3271), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3281), 1, anon_sym_QMARK, - ACTIONS(3295), 1, - anon_sym_COLON, - STATE(909), 1, + ACTIONS(3287), 1, + anon_sym_RBRACK, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3257), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3261), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3273), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3275), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3277), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3279), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [33293] = 12, + [32615] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(2817), 1, + ACTIONS(2813), 1, anon_sym_LPAREN2, - ACTIONS(3261), 1, + ACTIONS(3259), 1, anon_sym_SLASH, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(3257), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3259), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3279), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2705), 4, + ACTIONS(3261), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2641), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2703), 9, + ACTIONS(2635), 11, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, @@ -127620,9 +127111,11 @@ 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_RBRACK, anon_sym_QMARK, - [33346] = 12, + [32666] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, @@ -127633,21 +127126,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1572), 1, sym_identifier, - ACTIONS(2182), 1, + ACTIONS(2166), 1, anon_sym_enum, - STATE(1250), 1, + STATE(1222), 1, sym__type_specifier, - STATE(1256), 1, + STATE(1255), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1146), 2, + STATE(1144), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3191), 4, + ACTIONS(3205), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1000), 5, + STATE(997), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -127663,32 +127156,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [33399] = 15, + [32719] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(2817), 1, + ACTIONS(2813), 1, anon_sym_LPAREN2, - ACTIONS(3261), 1, + ACTIONS(3259), 1, anon_sym_SLASH, - STATE(909), 1, - sym_argument_list, - ACTIONS(2635), 2, + ACTIONS(3265), 1, + anon_sym_AMP_AMP, + ACTIONS(3267), 1, anon_sym_PIPE, + ACTIONS(3269), 1, + anon_sym_CARET, + ACTIONS(3271), 1, anon_sym_AMP, - ACTIONS(2647), 2, + STATE(882), 1, + sym_argument_list, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(3257), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3259), 2, anon_sym_STAR, anon_sym_PERCENT, + ACTIONS(3261), 2, + anon_sym_DASH, + anon_sym_PLUS, ACTIONS(3273), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -127701,71 +127199,69 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3279), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2627), 5, + ACTIONS(2635), 3, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_RBRACK, anon_sym_QMARK, - [33458] = 20, + [32784] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - ACTIONS(3297), 1, + ACTIONS(3289), 1, anon_sym_COLON, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [33527] = 20, + [32853] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2511), 1, + ACTIONS(2483), 1, anon_sym_RBRACK, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(2817), 1, + ACTIONS(2813), 1, anon_sym_LPAREN2, - ACTIONS(3261), 1, + ACTIONS(3259), 1, anon_sym_SLASH, ACTIONS(3263), 1, anon_sym_PIPE_PIPE, @@ -127777,22 +127273,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(3271), 1, anon_sym_AMP, - ACTIONS(3283), 1, + ACTIONS(3281), 1, anon_sym_QMARK, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(3257), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3259), 2, anon_sym_STAR, anon_sym_PERCENT, + ACTIONS(3261), 2, + anon_sym_DASH, + anon_sym_PLUS, ACTIONS(3273), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -127805,81 +127301,95 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3279), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [33596] = 20, + [32922] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(2629), 1, - anon_sym_LPAREN2, - ACTIONS(2645), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(2663), 1, + anon_sym_RBRACK, + ACTIONS(2813), 1, + anon_sym_LPAREN2, + ACTIONS(3259), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3263), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3265), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3267), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3269), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3271), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3281), 1, anon_sym_QMARK, - ACTIONS(3299), 1, - anon_sym_COLON, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3257), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3261), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3273), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3275), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3277), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3279), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [33665] = 14, + [32991] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2645), 1, + ACTIONS(2507), 1, + anon_sym_RBRACK, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(2817), 1, + ACTIONS(2813), 1, anon_sym_LPAREN2, - ACTIONS(3261), 1, + ACTIONS(3259), 1, anon_sym_SLASH, - STATE(909), 1, - sym_argument_list, - ACTIONS(2635), 2, + ACTIONS(3263), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3265), 1, + anon_sym_AMP_AMP, + ACTIONS(3267), 1, anon_sym_PIPE, + ACTIONS(3269), 1, + anon_sym_CARET, + ACTIONS(3271), 1, anon_sym_AMP, - ACTIONS(2647), 2, + ACTIONS(3281), 1, + anon_sym_QMARK, + STATE(882), 1, + sym_argument_list, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(3257), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3259), 2, anon_sym_STAR, anon_sym_PERCENT, + ACTIONS(3261), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3273), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, ACTIONS(3275), 2, anon_sym_GT, anon_sym_LT, @@ -127889,73 +127399,147 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3279), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2627), 7, + [33060] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2629), 1, + anon_sym_LBRACK, + ACTIONS(2813), 1, + anon_sym_LPAREN2, + ACTIONS(3259), 1, + anon_sym_SLASH, + STATE(882), 1, + sym_argument_list, + ACTIONS(2631), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2633), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3257), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3261), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3279), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2641), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2635), 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, - [33722] = 20, + [33113] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - ACTIONS(3301), 1, - anon_sym_COMMA, - STATE(909), 1, + ACTIONS(3291), 1, + anon_sym_COLON, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [33791] = 20, + [33182] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2645), 1, - anon_sym_LBRACK, - ACTIONS(2743), 1, + ACTIONS(2156), 1, + anon_sym___based, + ACTIONS(3042), 1, + sym_identifier, + ACTIONS(3044), 1, + anon_sym_LPAREN2, + ACTIONS(3046), 1, + anon_sym_STAR, + ACTIONS(3050), 1, + sym_primitive_type, + STATE(1410), 1, + sym__type_declarator, + STATE(1932), 1, + sym_ms_based_modifier, + STATE(1144), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(3048), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1487), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + ACTIONS(53), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + [33235] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2499), 1, anon_sym_RBRACK, - ACTIONS(2817), 1, + ACTIONS(2629), 1, + anon_sym_LBRACK, + ACTIONS(2813), 1, anon_sym_LPAREN2, - ACTIONS(3261), 1, + ACTIONS(3259), 1, anon_sym_SLASH, ACTIONS(3263), 1, anon_sym_PIPE_PIPE, @@ -127967,22 +127551,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(3271), 1, anon_sym_AMP, - ACTIONS(3283), 1, + ACTIONS(3281), 1, anon_sym_QMARK, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(3257), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3259), 2, anon_sym_STAR, anon_sym_PERCENT, + ACTIONS(3261), 2, + anon_sym_DASH, + anon_sym_PLUS, ACTIONS(3273), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -127995,99 +127579,114 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3279), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [33860] = 5, + [33304] = 20, ACTIONS(3), 1, sym_comment, - STATE(1146), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(2591), 6, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2493), 1, + anon_sym_RBRACK, + ACTIONS(2629), 1, + anon_sym_LBRACK, + ACTIONS(2813), 1, anon_sym_LPAREN2, + ACTIONS(3259), 1, + anon_sym_SLASH, + ACTIONS(3263), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3265), 1, + anon_sym_AMP_AMP, + ACTIONS(3267), 1, + anon_sym_PIPE, + ACTIONS(3269), 1, + anon_sym_CARET, + ACTIONS(3271), 1, + anon_sym_AMP, + ACTIONS(3281), 1, + anon_sym_QMARK, + STATE(882), 1, + sym_argument_list, + ACTIONS(2631), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2633), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3257), 2, anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_COLON, - ACTIONS(3303), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(2589), 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, - [33899] = 20, + anon_sym_PERCENT, + ACTIONS(3261), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3273), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3275), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3277), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3279), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [33373] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - ACTIONS(3306), 1, + ACTIONS(3293), 1, anon_sym_RPAREN, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [33968] = 20, + [33442] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2509), 1, + ACTIONS(2487), 1, anon_sym_RBRACK, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(2817), 1, + ACTIONS(2813), 1, anon_sym_LPAREN2, - ACTIONS(3261), 1, + ACTIONS(3259), 1, anon_sym_SLASH, ACTIONS(3263), 1, anon_sym_PIPE_PIPE, @@ -128099,22 +127698,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(3271), 1, anon_sym_AMP, - ACTIONS(3283), 1, + ACTIONS(3281), 1, anon_sym_QMARK, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(3257), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3259), 2, anon_sym_STAR, anon_sym_PERCENT, + ACTIONS(3261), 2, + anon_sym_DASH, + anon_sym_PLUS, ACTIONS(3273), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -128127,81 +127726,130 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3279), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [34037] = 20, + [33511] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - ACTIONS(3308), 1, + ACTIONS(3295), 1, anon_sym_COLON, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, + ACTIONS(3098), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3100), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3102), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, ACTIONS(3104), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [33580] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2629), 1, + anon_sym_LBRACK, + ACTIONS(2813), 1, + anon_sym_LPAREN2, + ACTIONS(3259), 1, + anon_sym_SLASH, + ACTIONS(3263), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3265), 1, + anon_sym_AMP_AMP, + ACTIONS(3267), 1, + anon_sym_PIPE, + ACTIONS(3269), 1, + anon_sym_CARET, + ACTIONS(3271), 1, + anon_sym_AMP, + ACTIONS(3281), 1, + anon_sym_QMARK, + ACTIONS(3297), 1, + anon_sym_RBRACK, + STATE(882), 1, + sym_argument_list, + ACTIONS(2631), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2633), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3257), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3261), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3273), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3275), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3277), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3279), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [34106] = 12, + [33649] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(3046), 1, + ACTIONS(3042), 1, sym_identifier, - ACTIONS(3048), 1, + ACTIONS(3044), 1, anon_sym_LPAREN2, - ACTIONS(3050), 1, + ACTIONS(3046), 1, anon_sym_STAR, - ACTIONS(3054), 1, + ACTIONS(3050), 1, sym_primitive_type, - STATE(1412), 1, + STATE(1407), 1, sym__type_declarator, - STATE(1934), 1, + STATE(1932), 1, sym_ms_based_modifier, - STATE(1146), 2, + STATE(1144), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3052), 4, + ACTIONS(3048), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1496), 5, + STATE(1487), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, @@ -128217,16 +127865,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [34159] = 20, + [33702] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(55), 1, + sym_primitive_type, + ACTIONS(59), 1, + anon_sym_struct, + ACTIONS(61), 1, + anon_sym_union, + ACTIONS(1572), 1, + sym_identifier, + ACTIONS(2166), 1, + anon_sym_enum, + STATE(1171), 1, + sym__type_specifier, + STATE(1181), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1144), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(2164), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(997), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + ACTIONS(53), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + [33755] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(1144), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(2575), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_COLON, + ACTIONS(3299), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(2573), 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, + [33794] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2505), 1, - anon_sym_RBRACK, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(2817), 1, + ACTIONS(2731), 1, + anon_sym_RBRACK, + ACTIONS(2813), 1, anon_sym_LPAREN2, - ACTIONS(3261), 1, + ACTIONS(3259), 1, anon_sym_SLASH, ACTIONS(3263), 1, anon_sym_PIPE_PIPE, @@ -128238,22 +127961,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(3271), 1, anon_sym_AMP, - ACTIONS(3283), 1, + ACTIONS(3281), 1, anon_sym_QMARK, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(3257), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3259), 2, anon_sym_STAR, anon_sym_PERCENT, + ACTIONS(3261), 2, + anon_sym_DASH, + anon_sym_PLUS, ACTIONS(3273), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -128266,43 +127989,35 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3279), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [34228] = 20, + [33863] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2495), 1, - anon_sym_RBRACK, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(2817), 1, + ACTIONS(2813), 1, anon_sym_LPAREN2, - ACTIONS(3261), 1, + ACTIONS(3259), 1, anon_sym_SLASH, - ACTIONS(3263), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3265), 1, - anon_sym_AMP_AMP, ACTIONS(3267), 1, anon_sym_PIPE, ACTIONS(3269), 1, anon_sym_CARET, ACTIONS(3271), 1, anon_sym_AMP, - ACTIONS(3283), 1, - anon_sym_QMARK, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(3257), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3259), 2, anon_sym_STAR, anon_sym_PERCENT, + ACTIONS(3261), 2, + anon_sym_DASH, + anon_sym_PLUS, ACTIONS(3273), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -128315,35 +128030,48 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3279), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [34297] = 17, + ACTIONS(2635), 4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_RBRACK, + anon_sym_QMARK, + [33926] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2635), 1, - anon_sym_PIPE, - ACTIONS(2645), 1, + ACTIONS(2495), 1, + anon_sym_RBRACK, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(2817), 1, + ACTIONS(2813), 1, anon_sym_LPAREN2, - ACTIONS(3261), 1, + ACTIONS(3259), 1, anon_sym_SLASH, + ACTIONS(3263), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3265), 1, + anon_sym_AMP_AMP, + ACTIONS(3267), 1, + anon_sym_PIPE, ACTIONS(3269), 1, anon_sym_CARET, ACTIONS(3271), 1, anon_sym_AMP, - STATE(909), 1, + ACTIONS(3281), 1, + anon_sym_QMARK, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(3257), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3259), 2, anon_sym_STAR, anon_sym_PERCENT, + ACTIONS(3261), 2, + anon_sym_DASH, + anon_sym_PLUS, ACTIONS(3273), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -128356,146 +128084,127 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3279), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2627), 4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_RBRACK, - anon_sym_QMARK, - [34360] = 20, + [33995] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2629), 1, - anon_sym_LPAREN2, - ACTIONS(2645), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(2813), 1, + anon_sym_LPAREN2, + ACTIONS(3259), 1, anon_sym_SLASH, - ACTIONS(3094), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, - anon_sym_AMP_AMP, - ACTIONS(3098), 1, - anon_sym_PIPE, - ACTIONS(3100), 1, - anon_sym_CARET, - ACTIONS(3102), 1, - anon_sym_AMP, - ACTIONS(3112), 1, - anon_sym_QMARK, - ACTIONS(3310), 1, - anon_sym_COLON, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(2641), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(3257), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3261), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3275), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3277), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3279), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [34429] = 20, + ACTIONS(2635), 7, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_RBRACK, + anon_sym_QMARK, + [34052] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2491), 1, - anon_sym_RBRACK, - ACTIONS(2645), 1, - anon_sym_LBRACK, - ACTIONS(2817), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(3261), 1, + ACTIONS(2629), 1, + anon_sym_LBRACK, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3263), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3265), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3267), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3269), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3271), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3283), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - STATE(909), 1, + ACTIONS(3302), 1, + anon_sym_COLON, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3257), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3259), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3273), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3275), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3277), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3279), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [34498] = 20, + [34121] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2493), 1, - anon_sym_RBRACK, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(2817), 1, + ACTIONS(2641), 1, + anon_sym_PIPE, + ACTIONS(2813), 1, anon_sym_LPAREN2, - ACTIONS(3261), 1, + ACTIONS(3259), 1, anon_sym_SLASH, - ACTIONS(3263), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3265), 1, - anon_sym_AMP_AMP, - ACTIONS(3267), 1, - anon_sym_PIPE, ACTIONS(3269), 1, anon_sym_CARET, ACTIONS(3271), 1, anon_sym_AMP, - ACTIONS(3283), 1, - anon_sym_QMARK, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(3257), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3259), 2, anon_sym_STAR, anon_sym_PERCENT, + ACTIONS(3261), 2, + anon_sym_DASH, + anon_sym_PLUS, ACTIONS(3273), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -128508,106 +128217,155 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3279), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [34567] = 12, + ACTIONS(2635), 4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_RBRACK, + anon_sym_QMARK, + [34184] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(2817), 1, + ACTIONS(2813), 1, anon_sym_LPAREN2, - ACTIONS(3261), 1, + ACTIONS(3259), 1, anon_sym_SLASH, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, + ACTIONS(2641), 2, + anon_sym_PIPE, + anon_sym_AMP, ACTIONS(3257), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3259), 2, anon_sym_STAR, anon_sym_PERCENT, + ACTIONS(3261), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3273), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3275), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3277), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, ACTIONS(3279), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2635), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2627), 9, + ACTIONS(2635), 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, - [34620] = 20, + [34243] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2156), 1, + anon_sym___based, + ACTIONS(3042), 1, + sym_identifier, + ACTIONS(3044), 1, anon_sym_LPAREN2, - ACTIONS(2645), 1, + ACTIONS(3046), 1, + anon_sym_STAR, + ACTIONS(3050), 1, + sym_primitive_type, + STATE(1400), 1, + sym__type_declarator, + STATE(1932), 1, + sym_ms_based_modifier, + STATE(1144), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(3048), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1487), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + ACTIONS(53), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + [34296] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2625), 1, + anon_sym_LPAREN2, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - ACTIONS(3312), 1, + ACTIONS(3304), 1, anon_sym_COLON, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [34689] = 20, + [34365] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2507), 1, + ACTIONS(2481), 1, anon_sym_RBRACK, - ACTIONS(2645), 1, + ACTIONS(2629), 1, anon_sym_LBRACK, - ACTIONS(2817), 1, + ACTIONS(2813), 1, anon_sym_LPAREN2, - ACTIONS(3261), 1, + ACTIONS(3259), 1, anon_sym_SLASH, ACTIONS(3263), 1, anon_sym_PIPE_PIPE, @@ -128619,22 +128377,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(3271), 1, anon_sym_AMP, - ACTIONS(3283), 1, + ACTIONS(3281), 1, anon_sym_QMARK, - STATE(909), 1, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(3257), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3259), 2, anon_sym_STAR, anon_sym_PERCENT, + ACTIONS(3261), 2, + anon_sym_DASH, + anon_sym_PLUS, ACTIONS(3273), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -128647,172 +128405,202 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3279), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [34758] = 11, + [34434] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2645), 1, - anon_sym_LBRACK, - ACTIONS(2817), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - ACTIONS(3261), 1, + ACTIONS(2629), 1, + anon_sym_LBRACK, + ACTIONS(3086), 1, anon_sym_SLASH, - STATE(909), 1, + ACTIONS(3088), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3090), 1, + anon_sym_AMP_AMP, + ACTIONS(3092), 1, + anon_sym_PIPE, + ACTIONS(3094), 1, + anon_sym_CARET, + ACTIONS(3096), 1, + anon_sym_AMP, + ACTIONS(3106), 1, + anon_sym_QMARK, + ACTIONS(3306), 1, + anon_sym_COLON, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3257), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3259), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2635), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2627), 11, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(3100), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_RBRACK, - anon_sym_QMARK, - [34809] = 7, + [34503] = 20, ACTIONS(3), 1, sym_comment, - STATE(1172), 1, - sym_ms_unaligned_ptr_modifier, - ACTIONS(3316), 2, + ACTIONS(2625), 1, anon_sym_LPAREN2, - anon_sym_STAR, - ACTIONS(3321), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(1161), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - ACTIONS(3318), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(3314), 16, - anon_sym___extension__, - anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - sym_primitive_type, - sym_identifier, - [34851] = 19, - ACTIONS(3), 1, - sym_comment, ACTIONS(2629), 1, - anon_sym_LPAREN2, - ACTIONS(2645), 1, anon_sym_LBRACK, - ACTIONS(3092), 1, + ACTIONS(3086), 1, anon_sym_SLASH, - ACTIONS(3094), 1, + ACTIONS(3088), 1, anon_sym_PIPE_PIPE, - ACTIONS(3096), 1, + ACTIONS(3090), 1, anon_sym_AMP_AMP, - ACTIONS(3098), 1, + ACTIONS(3092), 1, anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3094), 1, anon_sym_CARET, - ACTIONS(3102), 1, + ACTIONS(3096), 1, anon_sym_AMP, - ACTIONS(3112), 1, + ACTIONS(3106), 1, anon_sym_QMARK, - STATE(909), 1, + ACTIONS(3308), 1, + anon_sym_COLON, + STATE(882), 1, sym_argument_list, - ACTIONS(2647), 2, + ACTIONS(2631), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2649), 2, + ACTIONS(2633), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3088), 2, + ACTIONS(3082), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3090), 2, + ACTIONS(3084), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3104), 2, + ACTIONS(3098), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3106), 2, + ACTIONS(3100), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3108), 2, + ACTIONS(3102), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3110), 2, + ACTIONS(3104), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [34917] = 4, + [34572] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(3324), 1, - anon_sym_SEMI, - ACTIONS(2713), 7, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, + ACTIONS(2629), 1, + anon_sym_LBRACK, + ACTIONS(2641), 1, anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2711), 18, + ACTIONS(2813), 1, anon_sym_LPAREN2, + ACTIONS(3259), 1, + anon_sym_SLASH, + ACTIONS(3271), 1, + anon_sym_AMP, + STATE(882), 1, + sym_argument_list, + ACTIONS(2631), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2633), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3257), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(3261), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3273), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(3275), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3277), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(3279), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, + ACTIONS(2635), 5, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_RBRACK, anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [34953] = 8, + [34633] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(55), 1, + sym_primitive_type, + ACTIONS(59), 1, + anon_sym_struct, + ACTIONS(61), 1, + anon_sym_union, + ACTIONS(1572), 1, + sym_identifier, + ACTIONS(3197), 1, + anon_sym_enum, + STATE(1171), 1, + sym__type_specifier, + STATE(1181), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1144), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(2164), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(997), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + ACTIONS(53), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + [34686] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, ACTIONS(3067), 1, anon_sym_LBRACE, - ACTIONS(3326), 1, + ACTIONS(3310), 1, anon_sym_COLON, - STATE(982), 1, + STATE(1000), 1, sym_attribute_specifier, - STATE(1166), 1, + STATE(1165), 1, sym_enumerator_list, ACTIONS(3062), 5, anon_sym_COMMA, @@ -128837,25 +128625,139 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [34997] = 7, + [34730] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(3067), 1, + anon_sym_LBRACE, + STATE(983), 1, + sym_attribute_specifier, + STATE(1164), 1, + sym_enumerator_list, + ACTIONS(3075), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_COLON, + ACTIONS(3073), 16, + anon_sym___extension__, + anon_sym___based, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + sym_primitive_type, + sym_identifier, + [34772] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3312), 1, + anon_sym_SEMI, + ACTIONS(2737), 7, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2735), 18, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [34808] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2625), 1, + anon_sym_LPAREN2, + ACTIONS(2629), 1, + anon_sym_LBRACK, + ACTIONS(3086), 1, + anon_sym_SLASH, + ACTIONS(3088), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3090), 1, + anon_sym_AMP_AMP, + ACTIONS(3092), 1, + anon_sym_PIPE, + ACTIONS(3094), 1, + anon_sym_CARET, + ACTIONS(3096), 1, + anon_sym_AMP, + ACTIONS(3106), 1, + anon_sym_QMARK, + STATE(882), 1, + sym_argument_list, + ACTIONS(2631), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2633), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3082), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3084), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3098), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3100), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3102), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3104), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [34874] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(3067), 1, - anon_sym_LBRACE, - STATE(973), 1, - sym_attribute_specifier, - STATE(1167), 1, - sym_enumerator_list, - ACTIONS(3079), 6, - anon_sym_COMMA, - anon_sym_RPAREN, + STATE(1174), 1, + sym_ms_unaligned_ptr_modifier, + ACTIONS(3316), 2, anon_sym_LPAREN2, anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_COLON, - ACTIONS(3077), 16, + ACTIONS(3321), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(1163), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + ACTIONS(3318), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(3314), 16, anon_sym___extension__, anon_sym___based, anon_sym_signed, @@ -128872,21 +128774,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [35039] = 5, + [34916] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - STATE(992), 1, + STATE(975), 1, sym_attribute_specifier, - ACTIONS(3142), 6, + ACTIONS(3129), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_LBRACK, anon_sym_COLON, - ACTIONS(3140), 16, + ACTIONS(3127), 16, anon_sym___extension__, anon_sym___based, anon_sym_signed, @@ -128903,21 +128805,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [35075] = 5, + [34952] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - STATE(1008), 1, + STATE(981), 1, sym_attribute_specifier, - ACTIONS(3122), 6, + ACTIONS(3136), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_LBRACK, anon_sym_COLON, - ACTIONS(3120), 16, + ACTIONS(3134), 16, anon_sym___extension__, anon_sym___based, anon_sym_signed, @@ -128934,21 +128836,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [35111] = 5, + [34988] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - STATE(980), 1, + STATE(1003), 1, sym_attribute_specifier, - ACTIONS(3131), 6, + ACTIONS(3118), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_LBRACK, anon_sym_COLON, - ACTIONS(3129), 16, + ACTIONS(3116), 16, anon_sym___extension__, anon_sym___based, anon_sym_signed, @@ -128965,34 +128867,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [35147] = 11, + [35024] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_const, - ACTIONS(2204), 1, + ACTIONS(2192), 1, anon_sym_LPAREN2, - ACTIONS(2206), 1, + ACTIONS(2194), 1, anon_sym_STAR, - ACTIONS(2803), 1, + ACTIONS(2787), 1, anon_sym_LBRACK, STATE(1501), 1, sym__abstract_declarator, - STATE(1515), 1, + STATE(1511), 1, sym_parameter_list, - STATE(1146), 2, + STATE(1144), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3127), 3, + ACTIONS(3141), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - STATE(1516), 4, + STATE(1525), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - ACTIONS(3328), 8, + ACTIONS(3324), 8, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -129001,34 +128903,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [35194] = 11, + [35071] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_const, - ACTIONS(2204), 1, + ACTIONS(2192), 1, anon_sym_LPAREN2, - ACTIONS(2206), 1, + ACTIONS(2194), 1, anon_sym_STAR, - ACTIONS(2803), 1, + ACTIONS(2787), 1, anon_sym_LBRACK, - STATE(1507), 1, + STATE(1497), 1, sym__abstract_declarator, - STATE(1515), 1, + STATE(1511), 1, sym_parameter_list, - STATE(1169), 2, + STATE(1167), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2797), 3, + ACTIONS(2781), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - STATE(1516), 4, + STATE(1525), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - ACTIONS(3328), 8, + ACTIONS(3324), 8, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -129037,61 +128939,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [35241] = 11, + [35118] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_const, - ACTIONS(2204), 1, + ACTIONS(2192), 1, anon_sym_LPAREN2, - ACTIONS(2206), 1, + ACTIONS(2194), 1, anon_sym_STAR, - ACTIONS(2803), 1, + ACTIONS(2787), 1, anon_sym_LBRACK, - STATE(1499), 1, + STATE(1498), 1, sym__abstract_declarator, - STATE(1515), 1, + STATE(1511), 1, sym_parameter_list, - STATE(1146), 2, + STATE(1144), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3330), 3, + ACTIONS(3326), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - STATE(1516), 4, + STATE(1525), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - ACTIONS(3328), 8, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [35288] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3334), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - ACTIONS(3332), 21, + ACTIONS(3324), 8, anon_sym___extension__, - anon_sym___based, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - anon_sym__unaligned, - anon_sym___unaligned, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -129099,15 +128975,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - sym_primitive_type, - sym_identifier, - [35319] = 3, + [35165] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3338), 2, + ACTIONS(3330), 2, anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(3336), 21, + ACTIONS(3328), 21, anon_sym___extension__, anon_sym___based, sym_ms_restrict_modifier, @@ -129129,34 +129003,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [35350] = 11, + [35196] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_const, - ACTIONS(2204), 1, + ACTIONS(2192), 1, anon_sym_LPAREN2, - ACTIONS(2206), 1, + ACTIONS(2194), 1, anon_sym_STAR, - ACTIONS(2803), 1, + ACTIONS(2787), 1, anon_sym_LBRACK, STATE(1500), 1, sym__abstract_declarator, - STATE(1515), 1, + STATE(1511), 1, sym_parameter_list, - STATE(1176), 2, + STATE(1173), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3340), 3, + ACTIONS(3332), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - STATE(1516), 4, + STATE(1525), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - ACTIONS(3328), 8, + ACTIONS(3324), 8, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -129165,34 +129039,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [35397] = 11, + [35243] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_const, - ACTIONS(2204), 1, + ACTIONS(2192), 1, anon_sym_LPAREN2, - ACTIONS(2206), 1, + ACTIONS(2194), 1, anon_sym_STAR, - ACTIONS(2803), 1, + ACTIONS(2787), 1, anon_sym_LBRACK, - STATE(1508), 1, + STATE(1505), 1, sym__abstract_declarator, - STATE(1515), 1, + STATE(1511), 1, sym_parameter_list, - STATE(1171), 2, + STATE(1169), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3342), 3, + ACTIONS(3334), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - STATE(1516), 4, + STATE(1525), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - ACTIONS(3328), 8, + ACTIONS(3324), 8, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -129201,35 +129075,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [35444] = 11, + [35290] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_const, - ACTIONS(2204), 1, + ACTIONS(2192), 1, anon_sym_LPAREN2, - ACTIONS(2206), 1, + ACTIONS(2194), 1, anon_sym_STAR, - ACTIONS(2803), 1, + ACTIONS(2787), 1, anon_sym_LBRACK, - STATE(1506), 1, + STATE(1504), 1, sym__abstract_declarator, - STATE(1515), 1, + STATE(1511), 1, sym_parameter_list, - STATE(1146), 2, + STATE(1144), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3344), 3, + ACTIONS(3336), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - STATE(1516), 4, + STATE(1525), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - ACTIONS(3328), 8, + ACTIONS(3324), 8, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + [35337] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3340), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + ACTIONS(3338), 21, anon_sym___extension__, + anon_sym___based, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + anon_sym__unaligned, + anon_sym___unaligned, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -129237,25 +129137,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [35491] = 10, + sym_primitive_type, + sym_identifier, + [35368] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1329), 1, + STATE(1321), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1146), 2, + STATE(1144), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -129271,25 +129173,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [35535] = 10, + [35412] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(3147), 1, + ACTIONS(3143), 1, sym_identifier, - ACTIONS(3149), 1, + ACTIONS(3145), 1, anon_sym_LPAREN2, - ACTIONS(3151), 1, + ACTIONS(3147), 1, anon_sym_STAR, - STATE(1382), 1, + STATE(1373), 1, sym__field_declarator, - STATE(1964), 1, + STATE(1960), 1, sym_ms_based_modifier, - STATE(1146), 2, + STATE(1144), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1459), 5, + STATE(1433), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -129305,25 +129207,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [35579] = 10, + [35456] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1323), 1, + STATE(1335), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1146), 2, + STATE(1144), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -129339,25 +129241,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [35623] = 10, + [35500] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(3147), 1, + ACTIONS(3143), 1, sym_identifier, - ACTIONS(3149), 1, + ACTIONS(3145), 1, anon_sym_LPAREN2, - ACTIONS(3151), 1, + ACTIONS(3147), 1, anon_sym_STAR, - STATE(1399), 1, + STATE(1396), 1, sym__field_declarator, - STATE(1964), 1, + STATE(1960), 1, sym_ms_based_modifier, - STATE(1146), 2, + STATE(1144), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1459), 5, + STATE(1433), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -129373,51 +129275,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [35667] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3020), 1, - sym_primitive_type, - ACTIONS(3346), 1, - sym_identifier, - STATE(952), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(3018), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3014), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_COLON, - ACTIONS(3016), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [35705] = 5, + [35544] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3350), 1, + ACTIONS(3344), 1, anon_sym_LPAREN2, - STATE(1203), 1, + STATE(1241), 1, sym_preproc_argument_list, - ACTIONS(3352), 5, + ACTIONS(3346), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(3348), 15, + ACTIONS(3342), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -129433,30 +129304,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [35739] = 10, + [35578] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(3147), 1, + ACTIONS(2779), 1, sym_identifier, ACTIONS(3149), 1, anon_sym_LPAREN2, ACTIONS(3151), 1, anon_sym_STAR, - STATE(1375), 1, - sym__field_declarator, - STATE(1964), 1, + STATE(1327), 1, + sym__declarator, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1146), 2, + STATE(1144), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1459), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, + STATE(1411), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, ACTIONS(53), 9, anon_sym___extension__, anon_sym_const, @@ -129467,30 +129338,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [35783] = 10, + [35622] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3008), 1, + sym_primitive_type, + ACTIONS(3348), 1, + sym_identifier, + STATE(966), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(3006), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(3002), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_COLON, + ACTIONS(3004), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + [35660] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(3143), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3145), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3147), 1, anon_sym_STAR, - STATE(1318), 1, - sym__declarator, - STATE(1979), 1, + STATE(1380), 1, + sym__field_declarator, + STATE(1960), 1, sym_ms_based_modifier, - STATE(1146), 2, + STATE(1144), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1414), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, + STATE(1433), 5, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, ACTIONS(53), 9, anon_sym___extension__, anon_sym_const, @@ -129501,7 +129403,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [35827] = 10, + [35704] = 5, + ACTIONS(3342), 1, + anon_sym_LF, + ACTIONS(3350), 1, + anon_sym_LPAREN2, + ACTIONS(3352), 1, + sym_comment, + STATE(1278), 1, + sym_preproc_argument_list, + ACTIONS(3346), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + [35737] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(3354), 1, @@ -129526,7 +129456,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1189), 7, + STATE(1186), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -129534,7 +129464,7 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [35870] = 10, + [35780] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(3354), 1, @@ -129559,7 +129489,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1191), 7, + STATE(1187), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -129567,7 +129497,7 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [35913] = 16, + [35823] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(3374), 1, @@ -129586,7 +129516,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(3392), 1, anon_sym_AMP, - STATE(1647), 1, + STATE(1598), 1, aux_sym_preproc_argument_list_repeat1, ACTIONS(3378), 2, anon_sym_DASH, @@ -129606,40 +129536,46 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3400), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [35968] = 10, + [35878] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(3354), 1, - sym_identifier, - ACTIONS(3358), 1, - anon_sym_LPAREN2, - ACTIONS(3360), 1, - anon_sym_defined, + ACTIONS(3374), 1, + anon_sym_COMMA, + ACTIONS(3382), 1, + anon_sym_SLASH, + ACTIONS(3384), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3386), 1, + anon_sym_AMP_AMP, + ACTIONS(3388), 1, + anon_sym_PIPE, + ACTIONS(3390), 1, + anon_sym_CARET, + ACTIONS(3392), 1, + anon_sym_AMP, ACTIONS(3402), 1, anon_sym_RPAREN, - ACTIONS(3404), 1, - sym_number_literal, - ACTIONS(3362), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3364), 2, + STATE(1645), 1, + aux_sym_preproc_argument_list_repeat1, + ACTIONS(3378), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3368), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1187), 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, - [36011] = 16, + ACTIONS(3380), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3394), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3396), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3398), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3400), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [35933] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(3374), 1, @@ -129656,9 +129592,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(3392), 1, anon_sym_AMP, - ACTIONS(3406), 1, + ACTIONS(3404), 1, anon_sym_RPAREN, - STATE(1594), 1, + STATE(1591), 1, aux_sym_preproc_argument_list_repeat1, ACTIONS(3378), 2, anon_sym_DASH, @@ -129678,39 +129614,195 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3400), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [36066] = 5, - ACTIONS(3348), 1, - anon_sym_LF, - ACTIONS(3408), 1, + [35988] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3354), 1, + sym_identifier, + ACTIONS(3358), 1, anon_sym_LPAREN2, + ACTIONS(3360), 1, + anon_sym_defined, + ACTIONS(3406), 1, + anon_sym_RPAREN, + ACTIONS(3408), 1, + sym_number_literal, + ACTIONS(3362), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3364), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3368), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1188), 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, + [36031] = 9, + ACTIONS(3), 1, + sym_comment, ACTIONS(3410), 1, + sym_identifier, + ACTIONS(3412), 1, + anon_sym_LPAREN2, + ACTIONS(3414), 1, + anon_sym_defined, + ACTIONS(3420), 1, + sym_number_literal, + ACTIONS(3416), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3418), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3422), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1266), 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, + [36071] = 7, + ACTIONS(3), 1, sym_comment, - STATE(1273), 1, - sym_preproc_argument_list, - ACTIONS(3352), 18, + ACTIONS(3382), 1, + anon_sym_SLASH, + ACTIONS(3378), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(3380), 2, anon_sym_STAR, - anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3400), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3426), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3424), 9, + anon_sym_COMMA, + anon_sym_RPAREN, 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, - [36099] = 16, + [36107] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3410), 1, + sym_identifier, + ACTIONS(3412), 1, + anon_sym_LPAREN2, + ACTIONS(3414), 1, + anon_sym_defined, + ACTIONS(3428), 1, + sym_number_literal, + ACTIONS(3416), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3418), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3422), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1264), 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, + [36147] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3354), 1, + sym_identifier, + ACTIONS(3358), 1, + anon_sym_LPAREN2, + ACTIONS(3360), 1, + anon_sym_defined, + ACTIONS(3430), 1, + sym_number_literal, + ACTIONS(3362), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3364), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3368), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1237), 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, + [36187] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3354), 1, + sym_identifier, + ACTIONS(3358), 1, + anon_sym_LPAREN2, + ACTIONS(3360), 1, + anon_sym_defined, + ACTIONS(3432), 1, + sym_number_literal, + ACTIONS(3362), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3364), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3368), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1191), 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, + [36227] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(3374), 1, - anon_sym_COMMA, ACTIONS(3382), 1, anon_sym_SLASH, ACTIONS(3384), 1, @@ -129723,10 +129815,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(3392), 1, anon_sym_AMP, - ACTIONS(3412), 1, - anon_sym_RPAREN, - STATE(1600), 1, - aux_sym_preproc_argument_list_repeat1, ACTIONS(3378), 2, anon_sym_DASH, anon_sym_PLUS, @@ -129735,67 +129823,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, ACTIONS(3394), 2, anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3396), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3398), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3400), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [36154] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3416), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - STATE(1251), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(3414), 7, - anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - sym_identifier, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [36186] = 9, + anon_sym_BANG_EQ, + ACTIONS(3396), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3398), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3400), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3434), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [36277] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3418), 1, + ACTIONS(3354), 1, sym_identifier, - ACTIONS(3420), 1, + ACTIONS(3358), 1, anon_sym_LPAREN2, - ACTIONS(3422), 1, + ACTIONS(3360), 1, anon_sym_defined, - ACTIONS(3428), 1, + ACTIONS(3436), 1, sym_number_literal, - ACTIONS(3424), 2, + ACTIONS(3362), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3426), 2, + ACTIONS(3364), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3430), 5, + ACTIONS(3368), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1267), 7, + STATE(1239), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -129803,30 +129867,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [36226] = 9, + [36317] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3418), 1, + ACTIONS(3354), 1, sym_identifier, - ACTIONS(3420), 1, + ACTIONS(3358), 1, anon_sym_LPAREN2, - ACTIONS(3422), 1, + ACTIONS(3360), 1, anon_sym_defined, - ACTIONS(3432), 1, + ACTIONS(3438), 1, sym_number_literal, - ACTIONS(3424), 2, + ACTIONS(3362), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3426), 2, + ACTIONS(3364), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3430), 5, + ACTIONS(3368), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1266), 7, + STATE(1231), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -129834,80 +129898,61 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [36266] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3436), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3434), 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, - [36294] = 3, + [36357] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3440), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3438), 15, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3410), 1, + sym_identifier, + ACTIONS(3412), 1, + anon_sym_LPAREN2, + ACTIONS(3414), 1, + anon_sym_defined, + ACTIONS(3440), 1, + sym_number_literal, + ACTIONS(3416), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3418), 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, - [36322] = 9, + ACTIONS(3422), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1260), 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, + [36397] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3354), 1, + ACTIONS(3410), 1, sym_identifier, - ACTIONS(3358), 1, + ACTIONS(3412), 1, anon_sym_LPAREN2, - ACTIONS(3360), 1, + ACTIONS(3414), 1, anon_sym_defined, ACTIONS(3442), 1, sym_number_literal, - ACTIONS(3362), 2, + ACTIONS(3416), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3364), 2, + ACTIONS(3418), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3368), 5, + ACTIONS(3422), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1249), 7, + STATE(1261), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -129915,30 +129960,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [36362] = 9, + [36437] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3354), 1, + ACTIONS(3410), 1, sym_identifier, - ACTIONS(3358), 1, + ACTIONS(3412), 1, anon_sym_LPAREN2, - ACTIONS(3360), 1, + ACTIONS(3414), 1, anon_sym_defined, ACTIONS(3444), 1, sym_number_literal, - ACTIONS(3362), 2, + ACTIONS(3416), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3364), 2, + ACTIONS(3418), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3368), 5, + ACTIONS(3422), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1223), 7, + STATE(1262), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -129946,7 +129991,7 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [36402] = 9, + [36477] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3354), 1, @@ -129969,7 +130014,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1252), 7, + STATE(1229), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -129977,30 +130022,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [36442] = 9, + [36517] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3354), 1, + ACTIONS(3410), 1, sym_identifier, - ACTIONS(3358), 1, + ACTIONS(3412), 1, anon_sym_LPAREN2, - ACTIONS(3360), 1, + ACTIONS(3414), 1, anon_sym_defined, ACTIONS(3448), 1, sym_number_literal, - ACTIONS(3362), 2, + ACTIONS(3416), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3364), 2, + ACTIONS(3418), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3368), 5, + ACTIONS(3422), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1248), 7, + STATE(1263), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -130008,30 +130053,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [36482] = 9, + [36557] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3354), 1, + ACTIONS(3410), 1, sym_identifier, - ACTIONS(3358), 1, + ACTIONS(3412), 1, anon_sym_LPAREN2, - ACTIONS(3360), 1, + ACTIONS(3414), 1, anon_sym_defined, ACTIONS(3450), 1, sym_number_literal, - ACTIONS(3362), 2, + ACTIONS(3416), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3364), 2, + ACTIONS(3418), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3368), 5, + ACTIONS(3422), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1245), 7, + STATE(1265), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -130039,30 +130084,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [36522] = 9, + [36597] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3354), 1, + ACTIONS(3410), 1, sym_identifier, - ACTIONS(3358), 1, + ACTIONS(3412), 1, anon_sym_LPAREN2, - ACTIONS(3360), 1, + ACTIONS(3414), 1, anon_sym_defined, ACTIONS(3452), 1, sym_number_literal, - ACTIONS(3362), 2, + ACTIONS(3416), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3364), 2, + ACTIONS(3418), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3368), 5, + ACTIONS(3422), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1239), 7, + STATE(1276), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -130070,105 +130115,154 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [36562] = 3, + [36637] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3456), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3454), 15, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3410), 1, + sym_identifier, + ACTIONS(3412), 1, + anon_sym_LPAREN2, + ACTIONS(3414), 1, + anon_sym_defined, + ACTIONS(3454), 1, + sym_number_literal, + ACTIONS(3416), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3418), 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, - [36590] = 3, + ACTIONS(3422), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1252), 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, + [36677] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2773), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2771), 15, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3410), 1, + sym_identifier, + ACTIONS(3412), 1, + anon_sym_LPAREN2, + ACTIONS(3414), 1, + anon_sym_defined, + ACTIONS(3456), 1, + sym_number_literal, + ACTIONS(3416), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3418), 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, - [36618] = 3, + ACTIONS(3422), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1269), 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, + [36717] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3460), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3458), 15, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3410), 1, + sym_identifier, + ACTIONS(3412), 1, + anon_sym_LPAREN2, + ACTIONS(3414), 1, + anon_sym_defined, + ACTIONS(3458), 1, + sym_number_literal, + ACTIONS(3416), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3418), 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, - [36646] = 9, + ACTIONS(3422), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1271), 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, + [36757] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3418), 1, + ACTIONS(3410), 1, sym_identifier, - ACTIONS(3420), 1, + ACTIONS(3412), 1, + anon_sym_LPAREN2, + ACTIONS(3414), 1, + anon_sym_defined, + ACTIONS(3460), 1, + sym_number_literal, + ACTIONS(3416), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3418), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3422), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1272), 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, + [36797] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3410), 1, + sym_identifier, + ACTIONS(3412), 1, anon_sym_LPAREN2, - ACTIONS(3422), 1, + ACTIONS(3414), 1, anon_sym_defined, ACTIONS(3462), 1, sym_number_literal, - ACTIONS(3424), 2, + ACTIONS(3416), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3426), 2, + ACTIONS(3418), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3430), 5, + ACTIONS(3422), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1257), 7, + STATE(1273), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -130176,30 +130270,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [36686] = 9, + [36837] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3354), 1, + ACTIONS(3410), 1, sym_identifier, - ACTIONS(3358), 1, + ACTIONS(3412), 1, anon_sym_LPAREN2, - ACTIONS(3360), 1, + ACTIONS(3414), 1, anon_sym_defined, ACTIONS(3464), 1, sym_number_literal, - ACTIONS(3362), 2, + ACTIONS(3416), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3364), 2, + ACTIONS(3418), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3368), 5, + ACTIONS(3422), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1236), 7, + STATE(1274), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -130207,7 +130301,7 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [36726] = 9, + [36877] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3354), 1, @@ -130230,7 +130324,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1226), 7, + STATE(1228), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -130238,30 +130332,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [36766] = 9, + [36917] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3354), 1, + ACTIONS(3410), 1, sym_identifier, - ACTIONS(3358), 1, + ACTIONS(3412), 1, anon_sym_LPAREN2, - ACTIONS(3360), 1, + ACTIONS(3414), 1, anon_sym_defined, ACTIONS(3468), 1, sym_number_literal, - ACTIONS(3362), 2, + ACTIONS(3416), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3364), 2, + ACTIONS(3418), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3368), 5, + ACTIONS(3422), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1235), 7, + STATE(1275), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -130269,42 +130363,38 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [36806] = 13, + [36957] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2162), 1, - anon_sym_LPAREN2, - ACTIONS(2164), 1, - anon_sym_STAR, - ACTIONS(2168), 1, - anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(3410), 1, sym_identifier, - ACTIONS(2803), 1, - anon_sym_LBRACK, - STATE(1437), 1, - sym__declarator, - STATE(1515), 1, - sym_parameter_list, - STATE(1528), 1, - sym__abstract_declarator, - STATE(1979), 1, - sym_ms_based_modifier, - ACTIONS(3470), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(1516), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - STATE(1414), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [36854] = 9, + ACTIONS(3412), 1, + anon_sym_LPAREN2, + ACTIONS(3414), 1, + anon_sym_defined, + ACTIONS(3470), 1, + sym_number_literal, + ACTIONS(3416), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3418), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3422), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1279), 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, + [36997] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3354), 1, @@ -130327,7 +130417,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1234), 7, + STATE(1226), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -130335,55 +130425,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [36894] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3476), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3474), 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, - [36922] = 9, + [37037] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3418), 1, + ACTIONS(3354), 1, sym_identifier, - ACTIONS(3420), 1, + ACTIONS(3358), 1, anon_sym_LPAREN2, - ACTIONS(3422), 1, + ACTIONS(3360), 1, anon_sym_defined, - ACTIONS(3478), 1, + ACTIONS(3474), 1, sym_number_literal, - ACTIONS(3424), 2, + ACTIONS(3362), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3426), 2, + ACTIONS(3364), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3430), 5, + ACTIONS(3368), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1254), 7, + STATE(1225), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -130391,30 +130456,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [36962] = 9, + [37077] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3354), 1, + ACTIONS(3410), 1, sym_identifier, - ACTIONS(3358), 1, + ACTIONS(3412), 1, anon_sym_LPAREN2, - ACTIONS(3360), 1, + ACTIONS(3414), 1, anon_sym_defined, - ACTIONS(3480), 1, + ACTIONS(3476), 1, sym_number_literal, - ACTIONS(3362), 2, + ACTIONS(3416), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3364), 2, + ACTIONS(3418), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3368), 5, + ACTIONS(3422), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1221), 7, + STATE(1283), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -130422,16 +130487,172 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [37002] = 3, + [37117] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3480), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3478), 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, + [37145] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3484), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3482), 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, + [37173] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3488), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3486), 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, + [37201] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3492), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + STATE(1144), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(3490), 7, + anon_sym___based, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + sym_identifier, + ACTIONS(53), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + [37233] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3496), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + STATE(1144), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(3494), 7, + anon_sym___based, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + sym_identifier, + ACTIONS(53), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + [37265] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3484), 5, + ACTIONS(3500), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + STATE(1220), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(3498), 7, + anon_sym___based, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + sym_identifier, + ACTIONS(53), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + [37297] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3504), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(3482), 15, + ACTIONS(3502), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -130447,42 +130668,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [37030] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2162), 1, - anon_sym_LPAREN2, - ACTIONS(2164), 1, - anon_sym_STAR, - ACTIONS(2168), 1, - anon_sym___based, - ACTIONS(2795), 1, - sym_identifier, - ACTIONS(2803), 1, - anon_sym_LBRACK, - STATE(1470), 1, - sym__declarator, - STATE(1515), 1, - sym_parameter_list, - STATE(1524), 1, - sym__abstract_declarator, - STATE(1979), 1, - sym_ms_based_modifier, - ACTIONS(3486), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(1516), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - STATE(1414), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [37078] = 9, + [37325] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3354), 1, @@ -130491,7 +130677,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3360), 1, anon_sym_defined, - ACTIONS(3488), 1, + ACTIONS(3506), 1, sym_number_literal, ACTIONS(3362), 2, anon_sym_BANG, @@ -130505,100 +130691,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1261), 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, - [37118] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3418), 1, - sym_identifier, - ACTIONS(3420), 1, - anon_sym_LPAREN2, - ACTIONS(3422), 1, - anon_sym_defined, - ACTIONS(3490), 1, - sym_number_literal, - ACTIONS(3424), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3426), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3430), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1281), 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, - [37158] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3418), 1, - sym_identifier, - ACTIONS(3420), 1, - anon_sym_LPAREN2, - ACTIONS(3422), 1, - anon_sym_defined, - ACTIONS(3492), 1, - sym_number_literal, - ACTIONS(3424), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3426), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3430), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1262), 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, - [37198] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3418), 1, - sym_identifier, - ACTIONS(3420), 1, - anon_sym_LPAREN2, - ACTIONS(3422), 1, - anon_sym_defined, - ACTIONS(3494), 1, - sym_number_literal, - ACTIONS(3424), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3426), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3430), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1264), 7, + STATE(1254), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -130606,25 +130699,24 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [37238] = 6, + [37365] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3382), 1, anon_sym_SLASH, - ACTIONS(3378), 2, - anon_sym_DASH, - anon_sym_PLUS, ACTIONS(3380), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3498), 4, + ACTIONS(3426), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(3496), 11, + ACTIONS(3424), 13, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, @@ -130634,47 +130726,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [37272] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3418), 1, - sym_identifier, - ACTIONS(3420), 1, - anon_sym_LPAREN2, - ACTIONS(3422), 1, - anon_sym_defined, - ACTIONS(3500), 1, - sym_number_literal, - ACTIONS(3424), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3426), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3430), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1265), 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, - [37312] = 3, + [37397] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3498), 5, + ACTIONS(3426), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(3496), 15, + ACTIONS(3424), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -130690,38 +130751,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [37340] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3418), 1, - sym_identifier, - ACTIONS(3420), 1, - anon_sym_LPAREN2, - ACTIONS(3422), 1, - anon_sym_defined, - ACTIONS(3502), 1, - sym_number_literal, - ACTIONS(3424), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3426), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3430), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1255), 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, - [37380] = 9, + [37425] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3354), 1, @@ -130730,7 +130760,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3360), 1, anon_sym_defined, - ACTIONS(3504), 1, + ACTIONS(3508), 1, sym_number_literal, ACTIONS(3362), 2, anon_sym_BANG, @@ -130744,7 +130774,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1196), 7, + STATE(1232), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -130752,13 +130782,11 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [37420] = 14, + [37465] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(3382), 1, anon_sym_SLASH, - ACTIONS(3384), 1, - anon_sym_PIPE_PIPE, ACTIONS(3386), 1, anon_sym_AMP_AMP, ACTIONS(3388), 1, @@ -130785,157 +130813,160 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3400), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3506), 2, + ACTIONS(3424), 3, anon_sym_COMMA, anon_sym_RPAREN, - [37470] = 9, + anon_sym_PIPE_PIPE, + [37513] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3418), 1, - sym_identifier, - ACTIONS(3420), 1, - anon_sym_LPAREN2, - ACTIONS(3422), 1, - anon_sym_defined, - ACTIONS(3508), 1, - sym_number_literal, - ACTIONS(3424), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3426), 2, + ACTIONS(3382), 1, + anon_sym_SLASH, + ACTIONS(3388), 1, + anon_sym_PIPE, + ACTIONS(3390), 1, + anon_sym_CARET, + ACTIONS(3392), 1, + anon_sym_AMP, + ACTIONS(3378), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3430), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1268), 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, - [37510] = 9, + ACTIONS(3380), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3394), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3396), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3398), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3400), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3424), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + [37559] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3418), 1, - sym_identifier, - ACTIONS(3420), 1, - anon_sym_LPAREN2, - ACTIONS(3422), 1, - anon_sym_defined, - ACTIONS(3510), 1, - sym_number_literal, - ACTIONS(3424), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3426), 2, + ACTIONS(3512), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3510), 15, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3430), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1269), 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, - [37550] = 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, + [37587] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3418), 1, - sym_identifier, - ACTIONS(3420), 1, - anon_sym_LPAREN2, - ACTIONS(3422), 1, - anon_sym_defined, - ACTIONS(3512), 1, - sym_number_literal, - ACTIONS(3424), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3426), 2, + ACTIONS(3382), 1, + anon_sym_SLASH, + ACTIONS(3390), 1, + anon_sym_CARET, + ACTIONS(3392), 1, + anon_sym_AMP, + ACTIONS(3426), 1, + anon_sym_PIPE, + ACTIONS(3378), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3430), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1275), 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, - [37590] = 9, + ACTIONS(3380), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3394), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3396), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3398), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3400), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3424), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + [37633] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3418), 1, - sym_identifier, - ACTIONS(3420), 1, - anon_sym_LPAREN2, - ACTIONS(3422), 1, - anon_sym_defined, - ACTIONS(3514), 1, - sym_number_literal, - ACTIONS(3424), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3426), 2, + ACTIONS(3382), 1, + anon_sym_SLASH, + ACTIONS(3392), 1, + anon_sym_AMP, + ACTIONS(3426), 1, + anon_sym_PIPE, + ACTIONS(3378), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3430), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1278), 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, - [37630] = 9, + ACTIONS(3380), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3394), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3396), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3398), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3400), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3424), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + [37677] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3418), 1, + ACTIONS(3410), 1, sym_identifier, - ACTIONS(3420), 1, + ACTIONS(3412), 1, anon_sym_LPAREN2, - ACTIONS(3422), 1, + ACTIONS(3414), 1, anon_sym_defined, - ACTIONS(3516), 1, + ACTIONS(3514), 1, sym_number_literal, - ACTIONS(3424), 2, + ACTIONS(3416), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3426), 2, + ACTIONS(3418), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3430), 5, + ACTIONS(3422), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1279), 7, + STATE(1281), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -130943,61 +130974,62 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [37670] = 9, + [37717] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3418), 1, - sym_identifier, - ACTIONS(3420), 1, - anon_sym_LPAREN2, - ACTIONS(3422), 1, - anon_sym_defined, - ACTIONS(3518), 1, - sym_number_literal, - ACTIONS(3424), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3426), 2, + ACTIONS(3382), 1, + anon_sym_SLASH, + ACTIONS(3378), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3430), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1280), 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, - [37710] = 9, + ACTIONS(3380), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3394), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3396), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3398), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3400), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3426), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(3424), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + [37759] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3418), 1, + ACTIONS(3410), 1, sym_identifier, - ACTIONS(3420), 1, + ACTIONS(3412), 1, anon_sym_LPAREN2, - ACTIONS(3422), 1, + ACTIONS(3414), 1, anon_sym_defined, - ACTIONS(3520), 1, + ACTIONS(3516), 1, sym_number_literal, - ACTIONS(3424), 2, + ACTIONS(3416), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3426), 2, + ACTIONS(3418), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3430), 5, + ACTIONS(3422), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1276), 7, + STATE(1284), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -131005,28 +131037,22 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [37750] = 7, + [37799] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3382), 1, + ACTIONS(3520), 5, anon_sym_SLASH, - ACTIONS(3378), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3380), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3400), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3498), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(3496), 9, + ACTIONS(3518), 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, @@ -131034,7 +131060,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - [37786] = 9, + anon_sym_LT_LT, + anon_sym_GT_GT, + [37827] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3382), 1, @@ -131054,18 +131082,43 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3400), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3498), 2, + ACTIONS(3426), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(3424), 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, + [37867] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2713), 5, + anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, - ACTIONS(3496), 7, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2711), 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, - [37826] = 10, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + [37895] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(3382), 1, @@ -131076,82 +131129,167 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3380), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3394), 2, + ACTIONS(3426), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3424), 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, + [37929] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3524), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3522), 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, - ACTIONS(3396), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3398), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3400), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3498), 2, + [37957] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3528), 5, + anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, - ACTIONS(3496), 5, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3526), 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, - [37868] = 9, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + [37985] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3418), 1, + ACTIONS(2150), 1, + anon_sym_LPAREN2, + ACTIONS(2152), 1, + anon_sym_STAR, + ACTIONS(2156), 1, + anon_sym___based, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3420), 1, + ACTIONS(2787), 1, + anon_sym_LBRACK, + STATE(1434), 1, + sym__declarator, + STATE(1511), 1, + sym_parameter_list, + STATE(1523), 1, + sym__abstract_declarator, + STATE(1977), 1, + sym_ms_based_modifier, + ACTIONS(3530), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(1525), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + STATE(1411), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [38033] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2150), 1, anon_sym_LPAREN2, - ACTIONS(3422), 1, - anon_sym_defined, - ACTIONS(3522), 1, - sym_number_literal, - ACTIONS(3424), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3426), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3430), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1277), 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, - [37908] = 9, + ACTIONS(2152), 1, + anon_sym_STAR, + ACTIONS(2156), 1, + anon_sym___based, + ACTIONS(2779), 1, + sym_identifier, + ACTIONS(2787), 1, + anon_sym_LBRACK, + STATE(1423), 1, + sym__declarator, + STATE(1511), 1, + sym_parameter_list, + STATE(1519), 1, + sym__abstract_declarator, + STATE(1977), 1, + sym_ms_based_modifier, + ACTIONS(3532), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(1525), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + STATE(1411), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [38081] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3418), 1, + ACTIONS(3354), 1, sym_identifier, - ACTIONS(3420), 1, + ACTIONS(3358), 1, anon_sym_LPAREN2, - ACTIONS(3422), 1, + ACTIONS(3360), 1, anon_sym_defined, - ACTIONS(3524), 1, + ACTIONS(3534), 1, sym_number_literal, - ACTIONS(3424), 2, + ACTIONS(3362), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3426), 2, + ACTIONS(3364), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3430), 5, + ACTIONS(3368), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1259), 7, + STATE(1217), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -131159,63 +131297,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [37948] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3382), 1, - anon_sym_SLASH, - ACTIONS(3392), 1, - anon_sym_AMP, - ACTIONS(3498), 1, - anon_sym_PIPE, - ACTIONS(3378), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3380), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3394), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3396), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3398), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3400), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3496), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - [37992] = 9, + [38121] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3354), 1, + ACTIONS(3410), 1, sym_identifier, - ACTIONS(3358), 1, + ACTIONS(3412), 1, anon_sym_LPAREN2, - ACTIONS(3360), 1, + ACTIONS(3414), 1, anon_sym_defined, - ACTIONS(3526), 1, + ACTIONS(3536), 1, sym_number_literal, - ACTIONS(3362), 2, + ACTIONS(3416), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3364), 2, + ACTIONS(3418), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3368), 5, + ACTIONS(3422), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1283), 7, + STATE(1270), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -131223,24 +131328,24 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [38032] = 9, + [38161] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3418), 1, + ACTIONS(3410), 1, sym_identifier, - ACTIONS(3420), 1, + ACTIONS(3412), 1, anon_sym_LPAREN2, - ACTIONS(3422), 1, + ACTIONS(3414), 1, anon_sym_defined, - ACTIONS(3528), 1, + ACTIONS(3538), 1, sym_number_literal, - ACTIONS(3424), 2, + ACTIONS(3416), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3426), 2, + ACTIONS(3418), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3430), 5, + ACTIONS(3422), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, @@ -131254,41 +131359,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [38072] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3532), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3530), 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, - [38100] = 5, + [38201] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3536), 2, + ACTIONS(3542), 2, anon_sym_LPAREN2, anon_sym_STAR, - STATE(1146), 2, + STATE(1221), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3534), 7, + ACTIONS(3540), 7, anon_sym___based, anon_sym_signed, anon_sym_unsigned, @@ -131306,30 +131386,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [38132] = 9, + [38233] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3418), 1, + ACTIONS(3354), 1, sym_identifier, - ACTIONS(3420), 1, + ACTIONS(3358), 1, anon_sym_LPAREN2, - ACTIONS(3422), 1, + ACTIONS(3360), 1, anon_sym_defined, - ACTIONS(3538), 1, + ACTIONS(3544), 1, sym_number_literal, - ACTIONS(3424), 2, + ACTIONS(3362), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3426), 2, + ACTIONS(3364), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3430), 5, + ACTIONS(3368), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1285), 7, + STATE(1258), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -131337,64 +131417,61 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [38172] = 12, + [38273] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3382), 1, - anon_sym_SLASH, - ACTIONS(3390), 1, - anon_sym_CARET, - ACTIONS(3392), 1, - anon_sym_AMP, - ACTIONS(3498), 1, - anon_sym_PIPE, - ACTIONS(3378), 2, + ACTIONS(3410), 1, + sym_identifier, + ACTIONS(3412), 1, + anon_sym_LPAREN2, + ACTIONS(3414), 1, + anon_sym_defined, + ACTIONS(3546), 1, + sym_number_literal, + ACTIONS(3416), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3418), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3380), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3394), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3396), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3398), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3400), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3496), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - [38218] = 9, + ACTIONS(3422), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1253), 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, + [38313] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3418), 1, + ACTIONS(3354), 1, sym_identifier, - ACTIONS(3420), 1, + ACTIONS(3358), 1, anon_sym_LPAREN2, - ACTIONS(3422), 1, + ACTIONS(3360), 1, anon_sym_defined, - ACTIONS(3540), 1, + ACTIONS(3548), 1, sym_number_literal, - ACTIONS(3424), 2, + ACTIONS(3362), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3426), 2, + ACTIONS(3364), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3430), 5, + ACTIONS(3368), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1270), 7, + STATE(1234), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -131402,30 +131479,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [38258] = 9, + [38353] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3418), 1, + ACTIONS(3354), 1, sym_identifier, - ACTIONS(3420), 1, + ACTIONS(3358), 1, anon_sym_LPAREN2, - ACTIONS(3422), 1, + ACTIONS(3360), 1, anon_sym_defined, - ACTIONS(3542), 1, + ACTIONS(3550), 1, sym_number_literal, - ACTIONS(3424), 2, + ACTIONS(3362), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3426), 2, + ACTIONS(3364), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3430), 5, + ACTIONS(3368), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1263), 7, + STATE(1195), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -131433,126 +131510,67 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [38298] = 12, - ACTIONS(3), 1, + [38393] = 9, + ACTIONS(3352), 1, sym_comment, - ACTIONS(3382), 1, - anon_sym_SLASH, - ACTIONS(3388), 1, - anon_sym_PIPE, - ACTIONS(3390), 1, - anon_sym_CARET, - ACTIONS(3392), 1, + ACTIONS(3424), 1, + anon_sym_LF, + ACTIONS(3556), 1, anon_sym_AMP, - ACTIONS(3378), 2, + ACTIONS(3552), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3380), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3394), 2, + ACTIONS(3558), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3396), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3398), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3400), 2, + ACTIONS(3562), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3496), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - [38344] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3382), 1, - anon_sym_SLASH, - ACTIONS(3380), 2, + ACTIONS(3554), 3, anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3498), 4, + ACTIONS(3426), 4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_PIPE, - anon_sym_AMP, + anon_sym_CARET, + ACTIONS(3560), 4, anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(3496), 13, - anon_sym_COMMA, - anon_sym_RPAREN, + [38432] = 3, + ACTIONS(3352), 1, + sym_comment, + ACTIONS(3478), 1, + anon_sym_LF, + ACTIONS(3480), 18, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_PIPE, anon_sym_CARET, + anon_sym_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [38376] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3546), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - STATE(1243), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(3544), 7, - anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - sym_identifier, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [38408] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3550), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - STATE(1146), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(3548), 7, - anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - sym_identifier, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [38440] = 13, + [38459] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(3382), 1, anon_sym_SLASH, + ACTIONS(3384), 1, + anon_sym_PIPE_PIPE, ACTIONS(3386), 1, anon_sym_AMP_AMP, ACTIONS(3388), 1, @@ -131561,6 +131579,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(3392), 1, anon_sym_AMP, + ACTIONS(3564), 1, + anon_sym_RPAREN, ACTIONS(3378), 2, anon_sym_DASH, anon_sym_PLUS, @@ -131579,117 +131599,24 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3400), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3496), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - [38488] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3554), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3552), 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, - [38516] = 12, - ACTIONS(3410), 1, - sym_comment, - ACTIONS(3556), 1, - anon_sym_LF, - ACTIONS(3562), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3564), 1, - anon_sym_AMP_AMP, - ACTIONS(3566), 1, - anon_sym_PIPE, - ACTIONS(3568), 1, - anon_sym_CARET, - ACTIONS(3570), 1, - anon_sym_AMP, - ACTIONS(3558), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3572), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3576), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3560), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3574), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [38561] = 10, - ACTIONS(3410), 1, - sym_comment, - ACTIONS(3496), 1, - anon_sym_LF, - ACTIONS(3568), 1, - anon_sym_CARET, - ACTIONS(3570), 1, - anon_sym_AMP, - ACTIONS(3558), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3572), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3576), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3498), 3, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - ACTIONS(3560), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3574), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [38602] = 7, + [38508] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3011), 1, + ACTIONS(2999), 1, sym_identifier, - ACTIONS(3581), 1, + ACTIONS(3569), 1, sym_primitive_type, - STATE(952), 1, + STATE(966), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(3014), 2, + ACTIONS(3002), 2, anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(3578), 4, + ACTIONS(3566), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(3016), 10, + ACTIONS(3004), 10, anon_sym___extension__, anon_sym___based, anon_sym_const, @@ -131700,45 +131627,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [38637] = 12, - ACTIONS(3410), 1, - sym_comment, - ACTIONS(3562), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3564), 1, - anon_sym_AMP_AMP, - ACTIONS(3566), 1, - anon_sym_PIPE, - ACTIONS(3568), 1, - anon_sym_CARET, - ACTIONS(3570), 1, - anon_sym_AMP, - ACTIONS(3584), 1, - anon_sym_LF, - ACTIONS(3558), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3572), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3576), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3560), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3574), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [38682] = 3, - ACTIONS(3410), 1, + [38543] = 3, + ACTIONS(3352), 1, sym_comment, - ACTIONS(3530), 1, + ACTIONS(3502), 1, anon_sym_LF, - ACTIONS(3532), 18, + ACTIONS(3504), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -131757,45 +131651,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [38709] = 12, - ACTIONS(3410), 1, - sym_comment, - ACTIONS(3562), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3564), 1, - anon_sym_AMP_AMP, - ACTIONS(3566), 1, - anon_sym_PIPE, - ACTIONS(3568), 1, - anon_sym_CARET, - ACTIONS(3570), 1, - anon_sym_AMP, - ACTIONS(3586), 1, - anon_sym_LF, - ACTIONS(3558), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3572), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3576), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3560), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3574), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [38754] = 3, - ACTIONS(3410), 1, + [38570] = 3, + ACTIONS(3352), 1, sym_comment, - ACTIONS(3552), 1, + ACTIONS(3486), 1, anon_sym_LF, - ACTIONS(3554), 18, + ACTIONS(3488), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -131814,7 +131675,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [38781] = 14, + [38597] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(3382), 1, @@ -131829,7 +131690,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(3392), 1, anon_sym_AMP, - ACTIONS(3588), 1, + ACTIONS(3572), 1, anon_sym_RPAREN, ACTIONS(3378), 2, anon_sym_DASH, @@ -131849,18 +131710,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3400), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [38830] = 4, - ACTIONS(3410), 1, + [38646] = 3, + ACTIONS(3352), 1, sym_comment, - ACTIONS(3496), 1, + ACTIONS(3482), 1, anon_sym_LF, - ACTIONS(3560), 3, + ACTIONS(3484), 18, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3498), 15, - anon_sym_DASH, - anon_sym_PLUS, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, @@ -131874,50 +131734,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [38859] = 12, - ACTIONS(3410), 1, + [38673] = 4, + ACTIONS(3352), 1, sym_comment, - ACTIONS(3562), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3564), 1, - anon_sym_AMP_AMP, - ACTIONS(3566), 1, - anon_sym_PIPE, - ACTIONS(3568), 1, - anon_sym_CARET, - ACTIONS(3570), 1, - anon_sym_AMP, - ACTIONS(3590), 1, + ACTIONS(3424), 1, anon_sym_LF, - ACTIONS(3558), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3572), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3576), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3560), 3, + ACTIONS(3554), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3574), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [38904] = 3, - ACTIONS(3410), 1, - sym_comment, - ACTIONS(3496), 1, - anon_sym_LF, - ACTIONS(3498), 18, + ACTIONS(3426), 15, 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, @@ -131931,226 +131759,198 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [38931] = 12, - ACTIONS(3410), 1, + [38702] = 3, + ACTIONS(3352), 1, sym_comment, - ACTIONS(3496), 1, + ACTIONS(3424), 1, anon_sym_LF, - ACTIONS(3498), 1, + ACTIONS(3426), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(3564), 1, anon_sym_AMP_AMP, - ACTIONS(3566), 1, anon_sym_PIPE, - ACTIONS(3568), 1, anon_sym_CARET, - ACTIONS(3570), 1, anon_sym_AMP, - ACTIONS(3558), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3572), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3576), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3560), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3574), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [38976] = 12, - ACTIONS(3410), 1, + anon_sym_LT_LT, + anon_sym_GT_GT, + [38729] = 12, + ACTIONS(3352), 1, sym_comment, - ACTIONS(3562), 1, + ACTIONS(3424), 1, + anon_sym_LF, + ACTIONS(3426), 1, anon_sym_PIPE_PIPE, - ACTIONS(3564), 1, + ACTIONS(3556), 1, + anon_sym_AMP, + ACTIONS(3574), 1, anon_sym_AMP_AMP, - ACTIONS(3566), 1, + ACTIONS(3576), 1, anon_sym_PIPE, - ACTIONS(3568), 1, + ACTIONS(3578), 1, anon_sym_CARET, - ACTIONS(3570), 1, - anon_sym_AMP, - ACTIONS(3592), 1, - anon_sym_LF, - ACTIONS(3558), 2, + ACTIONS(3552), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3572), 2, + ACTIONS(3558), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3576), 2, + ACTIONS(3562), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3560), 3, + ACTIONS(3554), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3574), 4, + ACTIONS(3560), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [39021] = 11, - ACTIONS(3410), 1, + [38774] = 11, + ACTIONS(3352), 1, sym_comment, - ACTIONS(3496), 1, + ACTIONS(3424), 1, anon_sym_LF, - ACTIONS(3566), 1, + ACTIONS(3556), 1, + anon_sym_AMP, + ACTIONS(3576), 1, anon_sym_PIPE, - ACTIONS(3568), 1, + ACTIONS(3578), 1, anon_sym_CARET, - ACTIONS(3570), 1, - anon_sym_AMP, - ACTIONS(3498), 2, + ACTIONS(3426), 2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(3558), 2, + ACTIONS(3552), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3572), 2, + ACTIONS(3558), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3576), 2, + ACTIONS(3562), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3560), 3, + ACTIONS(3554), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3574), 4, + ACTIONS(3560), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [39064] = 9, - ACTIONS(3410), 1, + [38817] = 12, + ACTIONS(3352), 1, sym_comment, - ACTIONS(3496), 1, - anon_sym_LF, - ACTIONS(3570), 1, + ACTIONS(3556), 1, anon_sym_AMP, - ACTIONS(3558), 2, + ACTIONS(3574), 1, + anon_sym_AMP_AMP, + ACTIONS(3576), 1, + anon_sym_PIPE, + ACTIONS(3578), 1, + anon_sym_CARET, + ACTIONS(3580), 1, + anon_sym_LF, + ACTIONS(3582), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3552), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3572), 2, + ACTIONS(3558), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3576), 2, + ACTIONS(3562), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3560), 3, + ACTIONS(3554), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3498), 4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, - ACTIONS(3574), 4, + ACTIONS(3560), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [39103] = 8, - ACTIONS(3410), 1, + [38862] = 10, + ACTIONS(3352), 1, sym_comment, - ACTIONS(3496), 1, + ACTIONS(3424), 1, anon_sym_LF, - ACTIONS(3558), 2, + ACTIONS(3556), 1, + anon_sym_AMP, + ACTIONS(3578), 1, + anon_sym_CARET, + ACTIONS(3552), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3572), 2, + ACTIONS(3558), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3576), 2, + ACTIONS(3562), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3560), 3, + ACTIONS(3426), 3, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + ACTIONS(3554), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3574), 4, + ACTIONS(3560), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(3498), 5, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - [39140] = 12, - ACTIONS(3410), 1, + [38903] = 12, + ACTIONS(3352), 1, sym_comment, - ACTIONS(3562), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3564), 1, + ACTIONS(3556), 1, + anon_sym_AMP, + ACTIONS(3574), 1, anon_sym_AMP_AMP, - ACTIONS(3566), 1, + ACTIONS(3576), 1, anon_sym_PIPE, - ACTIONS(3568), 1, + ACTIONS(3578), 1, anon_sym_CARET, - ACTIONS(3570), 1, - anon_sym_AMP, - ACTIONS(3594), 1, + ACTIONS(3582), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3584), 1, anon_sym_LF, - ACTIONS(3558), 2, + ACTIONS(3552), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3572), 2, + ACTIONS(3558), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3576), 2, + ACTIONS(3562), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3560), 3, + ACTIONS(3554), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3574), 4, + ACTIONS(3560), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [39185] = 3, - ACTIONS(3410), 1, - sym_comment, - ACTIONS(3458), 1, + [38948] = 3, + ACTIONS(2711), 1, anon_sym_LF, - ACTIONS(3460), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - [39212] = 3, - ACTIONS(3410), 1, + ACTIONS(3352), 1, sym_comment, - ACTIONS(3474), 1, - anon_sym_LF, - ACTIONS(3476), 18, + ACTIONS(2713), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -132169,12 +131969,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [39239] = 3, - ACTIONS(3410), 1, + [38975] = 3, + ACTIONS(3352), 1, sym_comment, - ACTIONS(3454), 1, + ACTIONS(3522), 1, anon_sym_LF, - ACTIONS(3456), 18, + ACTIONS(3524), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -132193,140 +131993,112 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [39266] = 3, - ACTIONS(2771), 1, - anon_sym_LF, - ACTIONS(3410), 1, + [39002] = 8, + ACTIONS(3352), 1, sym_comment, - ACTIONS(2773), 18, + ACTIONS(3424), 1, + anon_sym_LF, + ACTIONS(3552), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(3558), 2, 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, - [39293] = 7, - ACTIONS(3410), 1, - sym_comment, - ACTIONS(3496), 1, - anon_sym_LF, - ACTIONS(3558), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3576), 2, + ACTIONS(3562), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3560), 3, + ACTIONS(3554), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3574), 4, + ACTIONS(3560), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(3498), 7, + ACTIONS(3426), 5, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [39328] = 12, - ACTIONS(3410), 1, + [39039] = 12, + ACTIONS(3352), 1, sym_comment, - ACTIONS(3562), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3564), 1, + ACTIONS(3556), 1, + anon_sym_AMP, + ACTIONS(3574), 1, anon_sym_AMP_AMP, - ACTIONS(3566), 1, + ACTIONS(3576), 1, anon_sym_PIPE, - ACTIONS(3568), 1, + ACTIONS(3578), 1, anon_sym_CARET, - ACTIONS(3570), 1, - anon_sym_AMP, - ACTIONS(3596), 1, + ACTIONS(3582), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3586), 1, anon_sym_LF, - ACTIONS(3558), 2, + ACTIONS(3552), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3572), 2, + ACTIONS(3558), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3576), 2, + ACTIONS(3562), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3560), 3, + ACTIONS(3554), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3574), 4, + ACTIONS(3560), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [39373] = 12, - ACTIONS(3410), 1, + [39084] = 7, + ACTIONS(3352), 1, sym_comment, - ACTIONS(3562), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3564), 1, - anon_sym_AMP_AMP, - ACTIONS(3566), 1, - anon_sym_PIPE, - ACTIONS(3568), 1, - anon_sym_CARET, - ACTIONS(3570), 1, - anon_sym_AMP, - ACTIONS(3598), 1, + ACTIONS(3424), 1, anon_sym_LF, - ACTIONS(3558), 2, + ACTIONS(3552), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3572), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3576), 2, + ACTIONS(3562), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3560), 3, + ACTIONS(3554), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3574), 4, + ACTIONS(3560), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [39418] = 6, - ACTIONS(3410), 1, + ACTIONS(3426), 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, + [39119] = 6, + ACTIONS(3352), 1, sym_comment, - ACTIONS(3496), 1, + ACTIONS(3424), 1, anon_sym_LF, - ACTIONS(3558), 2, + ACTIONS(3552), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3576), 2, + ACTIONS(3562), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3560), 3, + ACTIONS(3554), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3498), 11, + ACTIONS(3426), 11, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, @@ -132338,19 +132110,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [39451] = 5, - ACTIONS(3410), 1, + [39152] = 5, + ACTIONS(3352), 1, sym_comment, - ACTIONS(3496), 1, + ACTIONS(3424), 1, anon_sym_LF, - ACTIONS(3558), 2, + ACTIONS(3552), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3560), 3, + ACTIONS(3554), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3498), 13, + ACTIONS(3426), 13, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, @@ -132364,146 +132136,135 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [39482] = 12, - ACTIONS(3410), 1, + [39183] = 12, + ACTIONS(3352), 1, sym_comment, - ACTIONS(3562), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3564), 1, + ACTIONS(3556), 1, + anon_sym_AMP, + ACTIONS(3574), 1, anon_sym_AMP_AMP, - ACTIONS(3566), 1, + ACTIONS(3576), 1, anon_sym_PIPE, - ACTIONS(3568), 1, + ACTIONS(3578), 1, anon_sym_CARET, - ACTIONS(3570), 1, - anon_sym_AMP, - ACTIONS(3600), 1, + ACTIONS(3582), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3588), 1, anon_sym_LF, - ACTIONS(3558), 2, + ACTIONS(3552), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3572), 2, + ACTIONS(3558), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3576), 2, + ACTIONS(3562), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3560), 3, + ACTIONS(3554), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3574), 4, + ACTIONS(3560), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [39527] = 12, - ACTIONS(3410), 1, + [39228] = 12, + ACTIONS(3352), 1, sym_comment, - ACTIONS(3562), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3564), 1, + ACTIONS(3556), 1, + anon_sym_AMP, + ACTIONS(3574), 1, anon_sym_AMP_AMP, - ACTIONS(3566), 1, + ACTIONS(3576), 1, anon_sym_PIPE, - ACTIONS(3568), 1, + ACTIONS(3578), 1, anon_sym_CARET, - ACTIONS(3570), 1, - anon_sym_AMP, - ACTIONS(3602), 1, + ACTIONS(3582), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3590), 1, anon_sym_LF, - ACTIONS(3558), 2, + ACTIONS(3552), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3572), 2, + ACTIONS(3558), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3576), 2, + ACTIONS(3562), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3560), 3, + ACTIONS(3554), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3574), 4, + ACTIONS(3560), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [39572] = 12, - ACTIONS(3410), 1, + [39273] = 12, + ACTIONS(3352), 1, sym_comment, - ACTIONS(3562), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3564), 1, + ACTIONS(3556), 1, + anon_sym_AMP, + ACTIONS(3574), 1, anon_sym_AMP_AMP, - ACTIONS(3566), 1, + ACTIONS(3576), 1, anon_sym_PIPE, - ACTIONS(3568), 1, + ACTIONS(3578), 1, anon_sym_CARET, - ACTIONS(3570), 1, - anon_sym_AMP, - ACTIONS(3604), 1, + ACTIONS(3582), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3592), 1, anon_sym_LF, - ACTIONS(3558), 2, + ACTIONS(3552), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3572), 2, + ACTIONS(3558), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3576), 2, + ACTIONS(3562), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3560), 3, + ACTIONS(3554), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3574), 4, + ACTIONS(3560), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [39617] = 14, - ACTIONS(3), 1, + [39318] = 3, + ACTIONS(3352), 1, sym_comment, - ACTIONS(3382), 1, + ACTIONS(3510), 1, + anon_sym_LF, + ACTIONS(3512), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3384), 1, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(3386), 1, anon_sym_AMP_AMP, - ACTIONS(3388), 1, anon_sym_PIPE, - ACTIONS(3390), 1, anon_sym_CARET, - ACTIONS(3392), 1, anon_sym_AMP, - ACTIONS(3606), 1, - anon_sym_RPAREN, - ACTIONS(3378), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3380), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3394), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3396), 2, anon_sym_GT, - anon_sym_LT, - ACTIONS(3398), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3400), 2, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [39666] = 3, - ACTIONS(3410), 1, + [39345] = 3, + ACTIONS(3352), 1, sym_comment, - ACTIONS(3482), 1, + ACTIONS(3526), 1, anon_sym_LF, - ACTIONS(3484), 18, + ACTIONS(3528), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -132522,12 +132283,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [39693] = 3, - ACTIONS(3410), 1, + [39372] = 12, + ACTIONS(3352), 1, sym_comment, - ACTIONS(3438), 1, + ACTIONS(3556), 1, + anon_sym_AMP, + ACTIONS(3574), 1, + anon_sym_AMP_AMP, + ACTIONS(3576), 1, + anon_sym_PIPE, + ACTIONS(3578), 1, + anon_sym_CARET, + ACTIONS(3582), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3594), 1, + anon_sym_LF, + ACTIONS(3552), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3558), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3562), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3554), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3560), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [39417] = 3, + ACTIONS(3352), 1, + sym_comment, + ACTIONS(3518), 1, anon_sym_LF, - ACTIONS(3440), 18, + ACTIONS(3520), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -132546,808 +132340,939 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [39720] = 3, - ACTIONS(3410), 1, + [39444] = 12, + ACTIONS(3352), 1, sym_comment, - ACTIONS(3434), 1, + ACTIONS(3556), 1, + anon_sym_AMP, + ACTIONS(3574), 1, + anon_sym_AMP_AMP, + ACTIONS(3576), 1, + anon_sym_PIPE, + ACTIONS(3578), 1, + anon_sym_CARET, + ACTIONS(3582), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3596), 1, anon_sym_LF, - ACTIONS(3436), 18, + ACTIONS(3552), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(3558), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3562), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3554), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, + ACTIONS(3560), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [39489] = 12, + ACTIONS(3352), 1, + sym_comment, + ACTIONS(3556), 1, + anon_sym_AMP, + ACTIONS(3574), 1, anon_sym_AMP_AMP, + ACTIONS(3576), 1, anon_sym_PIPE, + ACTIONS(3578), 1, anon_sym_CARET, + ACTIONS(3582), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3598), 1, + anon_sym_LF, + ACTIONS(3552), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3558), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3562), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3554), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3560), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [39534] = 12, + ACTIONS(3352), 1, + sym_comment, + ACTIONS(3556), 1, anon_sym_AMP, + ACTIONS(3574), 1, + anon_sym_AMP_AMP, + ACTIONS(3576), 1, + anon_sym_PIPE, + ACTIONS(3578), 1, + anon_sym_CARET, + ACTIONS(3582), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3600), 1, + anon_sym_LF, + ACTIONS(3552), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3558), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(3562), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3554), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3560), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + [39579] = 12, + ACTIONS(3352), 1, + sym_comment, + ACTIONS(3556), 1, + anon_sym_AMP, + ACTIONS(3574), 1, + anon_sym_AMP_AMP, + ACTIONS(3576), 1, + anon_sym_PIPE, + ACTIONS(3578), 1, + anon_sym_CARET, + ACTIONS(3582), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3602), 1, + anon_sym_LF, + ACTIONS(3552), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3558), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3562), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [39747] = 11, + ACTIONS(3554), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3560), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [39624] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(3046), 1, + ACTIONS(3042), 1, sym_identifier, - ACTIONS(3048), 1, + ACTIONS(3044), 1, anon_sym_LPAREN2, - ACTIONS(3050), 1, + ACTIONS(3046), 1, anon_sym_STAR, - ACTIONS(3054), 1, + ACTIONS(3050), 1, sym_primitive_type, - STATE(1403), 1, + STATE(1402), 1, sym__type_declarator, - STATE(1578), 1, + STATE(1562), 1, sym__type_definition_declarators, - STATE(1934), 1, + STATE(1932), 1, sym_ms_based_modifier, - ACTIONS(3052), 4, + ACTIONS(3048), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1496), 5, + STATE(1487), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [39788] = 11, + [39665] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3060), 1, + anon_sym_const, + ACTIONS(3067), 1, + anon_sym_LBRACE, + ACTIONS(3604), 1, + anon_sym___attribute__, + ACTIONS(3606), 1, + anon_sym_COLON, + STATE(1000), 1, + sym_attribute_specifier, + STATE(1165), 1, + sym_enumerator_list, + ACTIONS(3062), 11, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym___extension__, + anon_sym_LBRACK, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + [39700] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(3046), 1, + ACTIONS(3042), 1, sym_identifier, - ACTIONS(3048), 1, + ACTIONS(3044), 1, anon_sym_LPAREN2, - ACTIONS(3050), 1, + ACTIONS(3046), 1, anon_sym_STAR, - ACTIONS(3054), 1, + ACTIONS(3050), 1, sym_primitive_type, - STATE(1403), 1, + STATE(1402), 1, sym__type_declarator, STATE(1574), 1, sym__type_definition_declarators, - STATE(1934), 1, + STATE(1932), 1, sym_ms_based_modifier, - ACTIONS(3052), 4, + ACTIONS(3048), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1496), 5, + STATE(1487), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [39829] = 11, + [39741] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(3046), 1, + ACTIONS(3042), 1, sym_identifier, - ACTIONS(3048), 1, + ACTIONS(3044), 1, anon_sym_LPAREN2, - ACTIONS(3050), 1, + ACTIONS(3046), 1, anon_sym_STAR, - ACTIONS(3054), 1, + ACTIONS(3050), 1, sym_primitive_type, - STATE(1403), 1, + STATE(1402), 1, sym__type_declarator, - STATE(1530), 1, + STATE(1566), 1, sym__type_definition_declarators, - STATE(1934), 1, + STATE(1932), 1, sym_ms_based_modifier, - ACTIONS(3052), 4, + ACTIONS(3048), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1496), 5, + STATE(1487), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [39870] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3060), 1, - anon_sym_const, - ACTIONS(3067), 1, - anon_sym_LBRACE, - ACTIONS(3608), 1, - anon_sym___attribute__, - ACTIONS(3610), 1, - anon_sym_COLON, - STATE(982), 1, - sym_attribute_specifier, - STATE(1166), 1, - sym_enumerator_list, - ACTIONS(3062), 11, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym___extension__, - anon_sym_LBRACK, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [39905] = 11, + [39782] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(3046), 1, + ACTIONS(3042), 1, sym_identifier, - ACTIONS(3048), 1, + ACTIONS(3044), 1, anon_sym_LPAREN2, - ACTIONS(3050), 1, + ACTIONS(3046), 1, anon_sym_STAR, - ACTIONS(3054), 1, + ACTIONS(3050), 1, sym_primitive_type, - STATE(1403), 1, + STATE(1402), 1, sym__type_declarator, - STATE(1562), 1, + STATE(1560), 1, sym__type_definition_declarators, - STATE(1934), 1, + STATE(1932), 1, sym_ms_based_modifier, - ACTIONS(3052), 4, + ACTIONS(3048), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1496), 5, + STATE(1487), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [39946] = 11, + [39823] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(3046), 1, + ACTIONS(3042), 1, sym_identifier, - ACTIONS(3048), 1, + ACTIONS(3044), 1, anon_sym_LPAREN2, - ACTIONS(3050), 1, + ACTIONS(3046), 1, anon_sym_STAR, - ACTIONS(3054), 1, + ACTIONS(3050), 1, sym_primitive_type, - STATE(1403), 1, + STATE(1402), 1, sym__type_declarator, - STATE(1569), 1, + STATE(1528), 1, sym__type_definition_declarators, - STATE(1934), 1, + STATE(1932), 1, sym_ms_based_modifier, - ACTIONS(3052), 4, + ACTIONS(3048), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1496), 5, + STATE(1487), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [39987] = 11, + [39864] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(3046), 1, + ACTIONS(3042), 1, sym_identifier, - ACTIONS(3048), 1, + ACTIONS(3044), 1, anon_sym_LPAREN2, - ACTIONS(3050), 1, + ACTIONS(3046), 1, anon_sym_STAR, - ACTIONS(3054), 1, + ACTIONS(3050), 1, sym_primitive_type, - STATE(1403), 1, + STATE(1402), 1, sym__type_declarator, - STATE(1537), 1, + STATE(1540), 1, sym__type_definition_declarators, - STATE(1934), 1, + STATE(1932), 1, sym_ms_based_modifier, - ACTIONS(3052), 4, + ACTIONS(3048), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1496), 5, + STATE(1487), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [40028] = 11, + [39905] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(3046), 1, + ACTIONS(3042), 1, sym_identifier, - ACTIONS(3048), 1, + ACTIONS(3044), 1, anon_sym_LPAREN2, - ACTIONS(3050), 1, + ACTIONS(3046), 1, anon_sym_STAR, - ACTIONS(3054), 1, + ACTIONS(3050), 1, sym_primitive_type, - STATE(1403), 1, + STATE(1402), 1, sym__type_declarator, - STATE(1545), 1, + STATE(1532), 1, sym__type_definition_declarators, - STATE(1934), 1, + STATE(1932), 1, sym_ms_based_modifier, - ACTIONS(3052), 4, + ACTIONS(3048), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1496), 5, + STATE(1487), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [40069] = 11, + [39946] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(3046), 1, + ACTIONS(3042), 1, sym_identifier, - ACTIONS(3048), 1, + ACTIONS(3044), 1, anon_sym_LPAREN2, - ACTIONS(3050), 1, + ACTIONS(3046), 1, anon_sym_STAR, - ACTIONS(3054), 1, + ACTIONS(3050), 1, sym_primitive_type, - STATE(1403), 1, + STATE(1402), 1, sym__type_declarator, - STATE(1565), 1, + STATE(1579), 1, sym__type_definition_declarators, - STATE(1934), 1, + STATE(1932), 1, sym_ms_based_modifier, - ACTIONS(3052), 4, + ACTIONS(3048), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1496), 5, + STATE(1487), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [40110] = 11, + [39987] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(3046), 1, + ACTIONS(3042), 1, sym_identifier, - ACTIONS(3048), 1, + ACTIONS(3044), 1, anon_sym_LPAREN2, - ACTIONS(3050), 1, + ACTIONS(3046), 1, anon_sym_STAR, - ACTIONS(3054), 1, + ACTIONS(3050), 1, sym_primitive_type, - STATE(1403), 1, + STATE(1402), 1, sym__type_declarator, - STATE(1576), 1, + STATE(1557), 1, sym__type_definition_declarators, - STATE(1934), 1, + STATE(1932), 1, sym_ms_based_modifier, - ACTIONS(3052), 4, + ACTIONS(3048), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1496), 5, + STATE(1487), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [40151] = 11, + [40028] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(3046), 1, + ACTIONS(3042), 1, sym_identifier, - ACTIONS(3048), 1, + ACTIONS(3044), 1, anon_sym_LPAREN2, - ACTIONS(3050), 1, + ACTIONS(3046), 1, anon_sym_STAR, - ACTIONS(3054), 1, + ACTIONS(3050), 1, sym_primitive_type, - STATE(1403), 1, + STATE(1402), 1, sym__type_declarator, - STATE(1564), 1, + STATE(1573), 1, sym__type_definition_declarators, - STATE(1934), 1, + STATE(1932), 1, sym_ms_based_modifier, - ACTIONS(3052), 4, + ACTIONS(3048), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1496), 5, + STATE(1487), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [40192] = 10, + [40069] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(3046), 1, + ACTIONS(3042), 1, sym_identifier, - ACTIONS(3048), 1, + ACTIONS(3044), 1, anon_sym_LPAREN2, - ACTIONS(3050), 1, + ACTIONS(3046), 1, anon_sym_STAR, - ACTIONS(3054), 1, + ACTIONS(3050), 1, sym_primitive_type, - STATE(1491), 1, + STATE(1414), 1, sym__type_declarator, - STATE(1934), 1, + STATE(1932), 1, sym_ms_based_modifier, - ACTIONS(3052), 4, + ACTIONS(3048), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1496), 5, + STATE(1487), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [40230] = 10, + [40107] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(3046), 1, + ACTIONS(3042), 1, sym_identifier, - ACTIONS(3048), 1, + ACTIONS(3044), 1, anon_sym_LPAREN2, - ACTIONS(3050), 1, + ACTIONS(3046), 1, anon_sym_STAR, - ACTIONS(3054), 1, + ACTIONS(3050), 1, sym_primitive_type, - STATE(1416), 1, + STATE(1482), 1, sym__type_declarator, - STATE(1934), 1, + STATE(1932), 1, sym_ms_based_modifier, - ACTIONS(3052), 4, + ACTIONS(3048), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1496), 5, + STATE(1487), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [40268] = 12, + [40145] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(3147), 1, + ACTIONS(3143), 1, sym_identifier, - ACTIONS(3149), 1, + ACTIONS(3145), 1, anon_sym_LPAREN2, - ACTIONS(3151), 1, + ACTIONS(3147), 1, anon_sym_STAR, - ACTIONS(3613), 1, + ACTIONS(3609), 1, anon_sym_SEMI, - STATE(1344), 1, + STATE(1342), 1, sym__field_declarator, - STATE(1608), 1, + STATE(1596), 1, sym__field_declaration_declarator, - STATE(1851), 1, + STATE(1840), 1, sym_attribute_specifier, - STATE(1964), 1, + STATE(1960), 1, sym_ms_based_modifier, - STATE(1459), 5, + STATE(1433), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - [40309] = 12, + [40186] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(3147), 1, + ACTIONS(3143), 1, sym_identifier, - ACTIONS(3149), 1, + ACTIONS(3145), 1, anon_sym_LPAREN2, - ACTIONS(3151), 1, + ACTIONS(3147), 1, anon_sym_STAR, - ACTIONS(3615), 1, + ACTIONS(3611), 1, anon_sym_SEMI, - STATE(1344), 1, + STATE(1342), 1, sym__field_declarator, - STATE(1598), 1, + STATE(1606), 1, sym__field_declaration_declarator, - STATE(1837), 1, + STATE(1931), 1, sym_attribute_specifier, - STATE(1964), 1, + STATE(1960), 1, sym_ms_based_modifier, - STATE(1459), 5, + STATE(1433), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - [40350] = 12, + [40227] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(3147), 1, + ACTIONS(3143), 1, sym_identifier, - ACTIONS(3149), 1, + ACTIONS(3145), 1, anon_sym_LPAREN2, - ACTIONS(3151), 1, - anon_sym_STAR, - ACTIONS(3617), 1, - anon_sym_SEMI, - STATE(1344), 1, - sym__field_declarator, - STATE(1593), 1, - sym__field_declaration_declarator, - STATE(1964), 1, - sym_ms_based_modifier, - STATE(1989), 1, - sym_attribute_specifier, - STATE(1459), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - [40391] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(2168), 1, - anon_sym___based, ACTIONS(3147), 1, - sym_identifier, - ACTIONS(3149), 1, - anon_sym_LPAREN2, - ACTIONS(3151), 1, anon_sym_STAR, - ACTIONS(3619), 1, + ACTIONS(3613), 1, anon_sym_SEMI, - STATE(1344), 1, + STATE(1342), 1, sym__field_declarator, - STATE(1663), 1, + STATE(1661), 1, sym__field_declaration_declarator, - STATE(1964), 1, - sym_ms_based_modifier, - STATE(1969), 1, + STATE(1952), 1, sym_attribute_specifier, - STATE(1459), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - [40432] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(2168), 1, - anon_sym___based, - ACTIONS(3147), 1, - sym_identifier, - ACTIONS(3149), 1, - anon_sym_LPAREN2, - ACTIONS(3151), 1, - anon_sym_STAR, - ACTIONS(3621), 1, - anon_sym_SEMI, - STATE(1344), 1, - sym__field_declarator, - STATE(1673), 1, - sym__field_declaration_declarator, - STATE(1964), 1, + STATE(1960), 1, sym_ms_based_modifier, - STATE(2007), 1, - sym_attribute_specifier, - STATE(1459), 5, + STATE(1433), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - [40473] = 14, + [40268] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(145), 1, + ACTIONS(531), 1, anon_sym_LBRACE, - ACTIONS(3623), 1, + ACTIONS(3615), 1, anon_sym_COMMA, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3627), 1, + ACTIONS(3619), 1, anon_sym_SEMI, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - ACTIONS(3631), 1, + ACTIONS(3623), 1, anon_sym_EQ, - STATE(154), 1, + STATE(361), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1610), 1, - sym_gnu_asm_expression, - STATE(1642), 1, + STATE(1589), 1, aux_sym__declaration_declarator_repeat1, - ACTIONS(3633), 2, + STATE(1609), 1, + sym_gnu_asm_expression, + ACTIONS(3625), 2, anon_sym_asm, anon_sym___asm__, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [40518] = 14, + [40313] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(591), 1, + ACTIONS(47), 1, anon_sym_LBRACE, - ACTIONS(3623), 1, + ACTIONS(3615), 1, anon_sym_COMMA, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3627), 1, + ACTIONS(3619), 1, anon_sym_SEMI, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - ACTIONS(3631), 1, + ACTIONS(3623), 1, anon_sym_EQ, - STATE(390), 1, + STATE(413), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1610), 1, - sym_gnu_asm_expression, - STATE(1642), 1, + STATE(1589), 1, aux_sym__declaration_declarator_repeat1, - ACTIONS(3633), 2, + STATE(1609), 1, + sym_gnu_asm_expression, + ACTIONS(3625), 2, anon_sym_asm, anon_sym___asm__, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [40563] = 12, + [40358] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(3147), 1, + ACTIONS(3143), 1, sym_identifier, - ACTIONS(3149), 1, + ACTIONS(3145), 1, anon_sym_LPAREN2, - ACTIONS(3151), 1, + ACTIONS(3147), 1, anon_sym_STAR, - ACTIONS(3635), 1, + ACTIONS(3627), 1, anon_sym_SEMI, - STATE(1344), 1, + STATE(1342), 1, sym__field_declarator, - STATE(1693), 1, + STATE(1608), 1, sym__field_declaration_declarator, - STATE(1945), 1, + STATE(1849), 1, sym_attribute_specifier, - STATE(1964), 1, + STATE(1960), 1, sym_ms_based_modifier, - STATE(1459), 5, + STATE(1433), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - [40604] = 12, + [40399] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(41), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(757), 1, + anon_sym_LBRACE, + ACTIONS(3615), 1, + anon_sym_COMMA, + ACTIONS(3617), 1, + anon_sym_LPAREN2, + ACTIONS(3619), 1, + anon_sym_SEMI, + ACTIONS(3621), 1, + anon_sym_LBRACK, + ACTIONS(3623), 1, + anon_sym_EQ, + STATE(386), 1, + sym_compound_statement, + STATE(1311), 1, + sym_parameter_list, + STATE(1589), 1, + aux_sym__declaration_declarator_repeat1, + STATE(1609), 1, + sym_gnu_asm_expression, + ACTIONS(3625), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(1340), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [40444] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(3147), 1, + ACTIONS(3143), 1, sym_identifier, - ACTIONS(3149), 1, + ACTIONS(3145), 1, anon_sym_LPAREN2, - ACTIONS(3151), 1, + ACTIONS(3147), 1, anon_sym_STAR, - ACTIONS(3637), 1, + ACTIONS(3629), 1, anon_sym_SEMI, - STATE(1344), 1, + STATE(1342), 1, sym__field_declarator, STATE(1654), 1, sym__field_declaration_declarator, STATE(1912), 1, sym_attribute_specifier, - STATE(1964), 1, + STATE(1960), 1, sym_ms_based_modifier, - STATE(1459), 5, + STATE(1433), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - [40645] = 14, + [40485] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(3623), 1, + ACTIONS(3615), 1, anon_sym_COMMA, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3627), 1, + ACTIONS(3619), 1, anon_sym_SEMI, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - ACTIONS(3631), 1, + ACTIONS(3623), 1, anon_sym_EQ, - STATE(213), 1, + STATE(227), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1610), 1, - sym_gnu_asm_expression, - STATE(1642), 1, + STATE(1589), 1, aux_sym__declaration_declarator_repeat1, - ACTIONS(3633), 2, + STATE(1609), 1, + sym_gnu_asm_expression, + ACTIONS(3625), 2, anon_sym_asm, anon_sym___asm__, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [40690] = 14, + [40530] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(41), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(531), 1, - anon_sym_LBRACE, - ACTIONS(3623), 1, - anon_sym_COMMA, - ACTIONS(3625), 1, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(2156), 1, + anon_sym___based, + ACTIONS(3143), 1, + sym_identifier, + ACTIONS(3145), 1, anon_sym_LPAREN2, - ACTIONS(3627), 1, - anon_sym_SEMI, - ACTIONS(3629), 1, - anon_sym_LBRACK, + ACTIONS(3147), 1, + anon_sym_STAR, ACTIONS(3631), 1, - anon_sym_EQ, - STATE(371), 1, - sym_compound_statement, - STATE(1314), 1, - sym_parameter_list, - STATE(1610), 1, - sym_gnu_asm_expression, - STATE(1642), 1, - aux_sym__declaration_declarator_repeat1, - ACTIONS(3633), 2, - anon_sym_asm, - anon_sym___asm__, - STATE(1342), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [40735] = 12, + anon_sym_SEMI, + STATE(1342), 1, + sym__field_declarator, + STATE(1590), 1, + sym__field_declaration_declarator, + STATE(1960), 1, + sym_ms_based_modifier, + STATE(1989), 1, + sym_attribute_specifier, + STATE(1433), 5, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + [40571] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(3147), 1, + ACTIONS(3143), 1, sym_identifier, - ACTIONS(3149), 1, + ACTIONS(3145), 1, anon_sym_LPAREN2, - ACTIONS(3151), 1, + ACTIONS(3147), 1, anon_sym_STAR, - ACTIONS(3639), 1, + ACTIONS(3633), 1, anon_sym_SEMI, - STATE(1344), 1, + STATE(1342), 1, sym__field_declarator, - STATE(1677), 1, + STATE(1675), 1, sym__field_declaration_declarator, + STATE(1825), 1, + sym_attribute_specifier, STATE(1960), 1, + sym_ms_based_modifier, + STATE(1433), 5, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + [40612] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(2156), 1, + anon_sym___based, + ACTIONS(3143), 1, + sym_identifier, + ACTIONS(3145), 1, + anon_sym_LPAREN2, + ACTIONS(3147), 1, + anon_sym_STAR, + ACTIONS(3635), 1, + anon_sym_SEMI, + STATE(1342), 1, + sym__field_declarator, + STATE(1691), 1, + sym__field_declaration_declarator, + STATE(1943), 1, sym_attribute_specifier, - STATE(1964), 1, + STATE(1960), 1, sym_ms_based_modifier, - STATE(1459), 5, + STATE(1433), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - [40776] = 14, + [40653] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(47), 1, + ACTIONS(145), 1, anon_sym_LBRACE, - ACTIONS(3623), 1, + ACTIONS(3615), 1, anon_sym_COMMA, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3627), 1, + ACTIONS(3619), 1, anon_sym_SEMI, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - ACTIONS(3631), 1, + ACTIONS(3623), 1, anon_sym_EQ, - STATE(434), 1, + STATE(132), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1610), 1, - sym_gnu_asm_expression, - STATE(1642), 1, + STATE(1589), 1, aux_sym__declaration_declarator_repeat1, - ACTIONS(3633), 2, + STATE(1609), 1, + sym_gnu_asm_expression, + ACTIONS(3625), 2, anon_sym_asm, anon_sym___asm__, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [40821] = 5, + [40698] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3604), 1, + anon_sym___attribute__, + ACTIONS(3639), 1, + anon_sym_LBRACK, + STATE(1322), 1, + sym_gnu_asm_expression, + ACTIONS(3625), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(1313), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + ACTIONS(3637), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + [40728] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3643), 1, anon_sym_LBRACK_LBRACK, ACTIONS(3646), 1, anon_sym_LBRACK, - STATE(1313), 2, + STATE(1312), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(3641), 10, @@ -133361,40 +133286,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_asm, anon_sym___asm__, - [40847] = 7, + [40754] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, + ACTIONS(3604), 1, anon_sym___attribute__, ACTIONS(3650), 1, anon_sym_LBRACK, - STATE(1324), 1, - sym_gnu_asm_expression, - ACTIONS(3633), 2, - anon_sym_asm, - anon_sym___asm__, - STATE(1315), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - ACTIONS(3648), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - [40877] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3608), 1, - anon_sym___attribute__, - ACTIONS(3654), 1, - anon_sym_LBRACK, - STATE(1326), 2, + STATE(1324), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - ACTIONS(3652), 9, + ACTIONS(3648), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -133404,114 +133306,117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [40902] = 10, + [40779] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1310), 1, + STATE(1301), 1, sym__declarator, - STATE(1626), 1, + STATE(1624), 1, sym_init_declarator, - STATE(1955), 1, - sym__declaration_declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1981), 1, + sym__declaration_declarator, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [40937] = 10, + [40814] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1312), 1, + STATE(1302), 1, sym__declarator, - STATE(1626), 1, + STATE(1624), 1, sym_init_declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1980), 1, + STATE(1978), 1, sym__declaration_declarator, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [40972] = 7, + [40849] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(41), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3625), 1, + ACTIONS(2156), 1, + anon_sym___based, + ACTIONS(2779), 1, + sym_identifier, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, - anon_sym_LBRACK, - STATE(1314), 1, - sym_parameter_list, - STATE(1342), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(3656), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - [41001] = 10, + ACTIONS(3151), 1, + anon_sym_STAR, + STATE(1336), 1, + sym__declarator, + STATE(1624), 1, + sym_init_declarator, + STATE(1802), 1, + sym__declaration_declarator, + STATE(1977), 1, + sym_ms_based_modifier, + STATE(1411), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [40884] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1309), 1, + STATE(1306), 1, sym__declarator, - STATE(1626), 1, + STATE(1624), 1, sym_init_declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(2004), 1, + STATE(2001), 1, sym__declaration_declarator, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [41036] = 5, + [40919] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, + ACTIONS(3604), 1, anon_sym___attribute__, - ACTIONS(3660), 1, + ACTIONS(3654), 1, anon_sym_LBRACK, - STATE(1326), 2, + STATE(1324), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - ACTIONS(3658), 9, + ACTIONS(3652), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -133521,71 +133426,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [41061] = 10, + [40944] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1338), 1, + STATE(1336), 1, sym__declarator, - STATE(1626), 1, + STATE(1624), 1, sym_init_declarator, - STATE(1835), 1, + STATE(1833), 1, sym__declaration_declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [41096] = 10, + [40979] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1338), 1, + STATE(1336), 1, sym__declarator, - STATE(1626), 1, + STATE(1624), 1, sym_init_declarator, - STATE(1866), 1, + STATE(1863), 1, sym__declaration_declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [41131] = 7, + [41014] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3662), 7, + ACTIONS(3656), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -133593,17 +133498,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [41160] = 5, + [41043] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, + ACTIONS(3604), 1, anon_sym___attribute__, - ACTIONS(3654), 1, + ACTIONS(3650), 1, anon_sym_LBRACK, - STATE(1320), 2, + STATE(1318), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - ACTIONS(3652), 9, + ACTIONS(3648), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -133613,42 +133518,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [41185] = 10, + [41068] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1338), 1, + STATE(1336), 1, sym__declarator, - STATE(1626), 1, + STATE(1624), 1, sym_init_declarator, - STATE(1955), 1, - sym__declaration_declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1981), 1, + sym__declaration_declarator, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [41220] = 5, + [41103] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3666), 1, + ACTIONS(3660), 1, anon_sym___attribute__, - ACTIONS(3669), 1, + ACTIONS(3663), 1, anon_sym_LBRACK, - STATE(1326), 2, + STATE(1324), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - ACTIONS(3664), 9, + ACTIONS(3658), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -133658,71 +133563,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [41245] = 10, + [41128] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1338), 1, + STATE(1336), 1, sym__declarator, - STATE(1626), 1, + STATE(1624), 1, sym_init_declarator, - STATE(1862), 1, + STATE(1857), 1, sym__declaration_declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [41280] = 10, + [41163] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1338), 1, + STATE(1336), 1, sym__declarator, - STATE(1626), 1, + STATE(1624), 1, sym_init_declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1980), 1, + STATE(1978), 1, sym__declaration_declarator, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [41315] = 7, + [41198] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3671), 7, + ACTIONS(3665), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -133730,273 +133635,270 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [41344] = 10, + [41227] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1305), 1, + STATE(1310), 1, sym__declarator, - STATE(1626), 1, + STATE(1624), 1, sym_init_declarator, - STATE(1893), 1, + STATE(1901), 1, sym__declaration_declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [41379] = 10, + [41262] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1338), 1, + STATE(1336), 1, sym__declarator, - STATE(1626), 1, + STATE(1624), 1, sym_init_declarator, - STATE(1953), 1, + STATE(1951), 1, sym__declaration_declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [41414] = 10, + [41297] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1338), 1, + STATE(1336), 1, sym__declarator, - STATE(1626), 1, + STATE(1624), 1, sym_init_declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(2004), 1, + STATE(2001), 1, sym__declaration_declarator, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [41449] = 10, + [41332] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1338), 1, + STATE(1336), 1, sym__declarator, - STATE(1626), 1, + STATE(1624), 1, sym_init_declarator, - STATE(1873), 1, + STATE(1852), 1, sym__declaration_declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [41484] = 10, + [41367] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1306), 1, + STATE(1304), 1, sym__declarator, - STATE(1626), 1, + STATE(1624), 1, sym_init_declarator, - STATE(1871), 1, + STATE(1867), 1, sym__declaration_declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [41519] = 10, + [41402] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1338), 1, + STATE(1336), 1, sym__declarator, - STATE(1626), 1, + STATE(1624), 1, sym_init_declarator, - STATE(1871), 1, + STATE(1867), 1, sym__declaration_declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [41554] = 10, + [41437] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1338), 1, + STATE(1336), 1, sym__declarator, - STATE(1626), 1, + STATE(1624), 1, sym_init_declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(2036), 1, + STATE(2034), 1, sym__declaration_declarator, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [41589] = 10, + [41472] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, - anon_sym___based, - ACTIONS(2795), 1, - sym_identifier, - ACTIONS(3153), 1, + ACTIONS(41), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, - anon_sym_STAR, - STATE(1338), 1, - sym__declarator, - STATE(1626), 1, - sym_init_declarator, - STATE(1804), 1, - sym__declaration_declarator, - STATE(1979), 1, - sym_ms_based_modifier, - STATE(1414), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [41624] = 12, + ACTIONS(3621), 1, + anon_sym_LBRACK, + STATE(1311), 1, + sym_parameter_list, + STATE(1340), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(3667), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + [41501] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3623), 1, + ACTIONS(3615), 1, anon_sym_COMMA, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3627), 1, + ACTIONS(3619), 1, anon_sym_SEMI, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - ACTIONS(3631), 1, + ACTIONS(3623), 1, anon_sym_EQ, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1610), 1, - sym_gnu_asm_expression, - STATE(1642), 1, + STATE(1589), 1, aux_sym__declaration_declarator_repeat1, - ACTIONS(3633), 2, + STATE(1609), 1, + sym_gnu_asm_expression, + ACTIONS(3625), 2, anon_sym_asm, anon_sym___asm__, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [41663] = 10, + [41540] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1338), 1, + STATE(1336), 1, sym__declarator, - STATE(1626), 1, + STATE(1624), 1, sym_init_declarator, - STATE(1893), 1, + STATE(1901), 1, sym__declaration_declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [41698] = 7, + [41575] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3673), 7, + ACTIONS(3669), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -134004,40 +133906,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [41727] = 9, + [41604] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1345), 1, + STATE(1343), 1, sym__declarator, STATE(1733), 1, sym_init_declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [41759] = 5, + [41636] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3677), 1, + ACTIONS(3673), 1, anon_sym_LBRACK, - STATE(1313), 2, + STATE(1312), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3675), 8, + ACTIONS(3671), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -134046,12 +133948,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [41783] = 3, + [41660] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3681), 1, + ACTIONS(3677), 1, anon_sym_LBRACK, - ACTIONS(3679), 11, + ACTIONS(3675), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -134063,61 +133965,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_asm, anon_sym___asm__, - [41803] = 11, + [41680] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3683), 1, + ACTIONS(3679), 1, anon_sym_COMMA, - ACTIONS(3687), 1, + ACTIONS(3683), 1, anon_sym_LBRACK, - ACTIONS(3689), 1, + ACTIONS(3685), 1, anon_sym_COLON, - STATE(1452), 1, + STATE(1448), 1, sym_parameter_list, - STATE(1536), 1, + STATE(1531), 1, sym_bitfield_clause, - STATE(1543), 1, + STATE(1539), 1, aux_sym__field_declaration_declarator_repeat1, - ACTIONS(3685), 2, + ACTIONS(3681), 2, anon_sym_SEMI, anon_sym___attribute__, - STATE(1411), 2, + STATE(1409), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [41839] = 10, + [41716] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - ACTIONS(3631), 1, + ACTIONS(3623), 1, anon_sym_EQ, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1725), 1, + STATE(1722), 1, sym_gnu_asm_expression, - ACTIONS(3633), 2, + ACTIONS(3625), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(3691), 2, + ACTIONS(3687), 2, anon_sym_COMMA, anon_sym_SEMI, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [41873] = 3, + [41750] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3695), 1, + ACTIONS(3691), 1, anon_sym_LBRACK, - ACTIONS(3693), 11, + ACTIONS(3689), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -134129,12 +134031,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_asm, anon_sym___asm__, - [41893] = 3, + [41770] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3699), 1, + ACTIONS(3695), 1, anon_sym_LBRACK, - ACTIONS(3697), 11, + ACTIONS(3693), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -134146,1137 +134048,1122 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_asm, anon_sym___asm__, - [41913] = 8, + [41790] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1439), 1, + STATE(1437), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [41942] = 8, + [41819] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1428), 1, + STATE(1426), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [41971] = 8, + [41848] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1435), 1, + STATE(1432), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42000] = 8, + [41877] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1424), 1, + STATE(1453), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42029] = 8, + [41906] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1457), 1, + STATE(1422), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42058] = 8, + [41935] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1458), 1, + STATE(1455), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42087] = 8, + [41964] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1461), 1, + STATE(1459), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42116] = 8, + [41993] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1462), 1, + STATE(1460), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42145] = 8, + [42022] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1464), 1, + STATE(1465), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42174] = 8, + [42051] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1477), 1, + STATE(1476), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42203] = 8, + [42080] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1478), 1, + STATE(1477), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42232] = 8, + [42109] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1460), 1, + STATE(1456), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42261] = 8, + [42138] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, STATE(1442), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42290] = 8, + [42167] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1434), 1, + STATE(1431), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42319] = 8, + [42196] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, STATE(1427), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42348] = 8, + [42225] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1475), 1, + STATE(1469), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42377] = 8, + [42254] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1472), 1, + STATE(1466), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42406] = 8, + [42283] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1482), 1, + STATE(1481), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42435] = 8, + [42312] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1480), 1, + STATE(1479), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42464] = 8, + [42341] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1479), 1, + STATE(1478), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42493] = 8, + [42370] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1474), 1, + STATE(1473), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42522] = 8, + [42399] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1473), 1, + STATE(1472), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42551] = 8, + [42428] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, STATE(1451), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42580] = 8, + [42457] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1463), 1, + STATE(1462), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42609] = 8, + [42486] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1446), 1, + STATE(1444), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42638] = 8, + [42515] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1450), 1, + STATE(1446), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42667] = 8, + [42544] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, STATE(1436), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42696] = 7, + [42573] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3687), 1, + ACTIONS(3683), 1, anon_sym_LBRACK, - STATE(1452), 1, + STATE(1448), 1, sym_parameter_list, - STATE(1411), 2, + STATE(1409), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3701), 5, + ACTIONS(3697), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym___attribute__, anon_sym_COLON, - [42723] = 8, + [42600] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1455), 1, + STATE(1450), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42752] = 8, + [42629] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1441), 1, + STATE(1438), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42781] = 8, + [42658] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1447), 1, + STATE(1457), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42810] = 8, + [42687] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(3147), 1, + ACTIONS(3143), 1, sym_identifier, - ACTIONS(3149), 1, + ACTIONS(3145), 1, anon_sym_LPAREN2, - ACTIONS(3151), 1, + ACTIONS(3147), 1, anon_sym_STAR, - STATE(1494), 1, + STATE(1491), 1, sym__field_declarator, - STATE(1964), 1, + STATE(1960), 1, sym_ms_based_modifier, - STATE(1459), 5, + STATE(1433), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - [42839] = 8, + [42716] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1483), 1, + STATE(1474), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42868] = 8, + [42745] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1481), 1, + STATE(1480), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42897] = 7, + [42774] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3687), 1, + ACTIONS(3683), 1, anon_sym_LBRACK, - STATE(1452), 1, + STATE(1448), 1, sym_parameter_list, - STATE(1411), 2, + STATE(1409), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3703), 5, + ACTIONS(3699), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym___attribute__, anon_sym_COLON, - [42924] = 8, + [42801] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1466), 1, + STATE(1467), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42953] = 8, + [42830] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1467), 1, + STATE(1468), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42982] = 8, + [42859] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1425), 1, + STATE(1464), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [43011] = 8, + [42888] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1465), 1, + STATE(1458), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [43040] = 8, + [42917] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1449), 1, + STATE(1447), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [43069] = 8, + [42946] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1426), 1, + STATE(1424), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [43098] = 8, + [42975] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1429), 1, + STATE(1425), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [43127] = 7, + [43004] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3687), 1, + ACTIONS(3683), 1, anon_sym_LBRACK, - STATE(1452), 1, + STATE(1448), 1, sym_parameter_list, - STATE(1411), 2, + STATE(1409), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3705), 5, + ACTIONS(3701), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym___attribute__, anon_sym_COLON, - [43154] = 8, + [43031] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(3147), 1, + ACTIONS(3143), 1, sym_identifier, - ACTIONS(3149), 1, + ACTIONS(3145), 1, anon_sym_LPAREN2, - ACTIONS(3151), 1, + ACTIONS(3147), 1, anon_sym_STAR, - STATE(1400), 1, + STATE(1398), 1, sym__field_declarator, - STATE(1964), 1, + STATE(1960), 1, sym_ms_based_modifier, - STATE(1459), 5, + STATE(1433), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - [43183] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2168), 1, - anon_sym___based, - ACTIONS(2795), 1, - sym_identifier, - ACTIONS(3153), 1, - anon_sym_LPAREN2, - ACTIONS(3155), 1, - anon_sym_STAR, - STATE(1430), 1, - sym__declarator, - STATE(1979), 1, - sym_ms_based_modifier, - STATE(1414), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [43212] = 8, + [43060] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1431), 1, + STATE(1428), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [43241] = 8, + [43089] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1448), 1, + STATE(1429), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [43270] = 8, + [43118] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1468), 1, + STATE(1440), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [43299] = 8, + [43147] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1454), 1, + STATE(1463), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [43328] = 8, + [43176] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1469), 1, + STATE(1470), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [43357] = 8, + [43205] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2156), 1, anon_sym___based, - ACTIONS(2795), 1, + ACTIONS(2779), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3149), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3151), 1, anon_sym_STAR, - STATE(1485), 1, + STATE(1461), 1, sym__declarator, - STATE(1979), 1, + STATE(1977), 1, sym_ms_based_modifier, - STATE(1414), 5, + STATE(1411), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [43386] = 7, + [43234] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3687), 1, + ACTIONS(3683), 1, anon_sym_LBRACK, - STATE(1452), 1, + STATE(1448), 1, sym_parameter_list, - STATE(1411), 2, + STATE(1409), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3707), 5, + ACTIONS(3703), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym___attribute__, anon_sym_COLON, - [43413] = 9, + [43261] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2156), 1, + anon_sym___based, + ACTIONS(2779), 1, + sym_identifier, + ACTIONS(3149), 1, + anon_sym_LPAREN2, + ACTIONS(3151), 1, + anon_sym_STAR, + STATE(1489), 1, + sym__declarator, + STATE(1977), 1, + sym_ms_based_modifier, + STATE(1411), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [43290] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3687), 1, + ACTIONS(3683), 1, anon_sym_LBRACK, - ACTIONS(3689), 1, + ACTIONS(3685), 1, anon_sym_COLON, - STATE(1452), 1, + STATE(1448), 1, sym_parameter_list, - STATE(1695), 1, + STATE(1652), 1, sym_bitfield_clause, - STATE(1411), 2, + STATE(1409), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3709), 3, + ACTIONS(3705), 3, anon_sym_COMMA, anon_sym_SEMI, anon_sym___attribute__, - [43444] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3713), 1, - anon_sym_LBRACK, - ACTIONS(3711), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - [43462] = 3, + [43321] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3717), 1, + ACTIONS(3709), 1, anon_sym_LBRACK, - ACTIONS(3715), 9, + ACTIONS(3707), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -135286,37 +135173,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [43480] = 9, + [43339] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3719), 1, - anon_sym_COMMA, - ACTIONS(3723), 1, + ACTIONS(3713), 1, anon_sym_LBRACK, - STATE(1489), 1, + STATE(1483), 1, sym_parameter_list, - STATE(1549), 1, - aux_sym__type_definition_declarators_repeat1, - ACTIONS(3721), 2, - anon_sym_SEMI, - anon_sym___attribute__, - STATE(1422), 2, + STATE(1415), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [43510] = 6, + ACTIONS(3711), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym___attribute__, + [43365] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3727), 1, + ACTIONS(3717), 1, anon_sym_LBRACK, - STATE(1559), 1, - sym_gnu_asm_output_operand, - STATE(1939), 1, + STATE(1565), 1, + sym_gnu_asm_input_operand, + STATE(2053), 1, sym_string_literal, - ACTIONS(3725), 2, + ACTIONS(3715), 2, anon_sym_RPAREN, anon_sym_COLON, ACTIONS(101), 5, @@ -135325,16 +135210,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [43534] = 6, + [43389] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3731), 1, + ACTIONS(41), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3617), 1, + anon_sym_LPAREN2, + ACTIONS(3713), 1, anon_sym_LBRACK, - STATE(1558), 1, - sym_gnu_asm_input_operand, - STATE(2055), 1, + ACTIONS(3719), 1, + anon_sym_COMMA, + STATE(1483), 1, + sym_parameter_list, + STATE(1543), 1, + aux_sym__type_definition_declarators_repeat1, + ACTIONS(3721), 2, + anon_sym_SEMI, + anon_sym___attribute__, + STATE(1415), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [43419] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3725), 1, + anon_sym_LBRACK, + STATE(1561), 1, + sym_gnu_asm_output_operand, + STATE(1947), 1, sym_string_literal, - ACTIONS(3729), 2, + ACTIONS(3723), 2, anon_sym_RPAREN, anon_sym_COLON, ACTIONS(101), 5, @@ -135343,46 +135249,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [43558] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3735), 1, - anon_sym_LBRACK, - ACTIONS(3733), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - [43576] = 7, + [43443] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3723), 1, + ACTIONS(3713), 1, anon_sym_LBRACK, - STATE(1489), 1, + STATE(1483), 1, sym_parameter_list, - STATE(1422), 2, + STATE(1415), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3737), 4, + ACTIONS(3727), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym___attribute__, - [43602] = 3, + [43469] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3741), 1, + ACTIONS(3731), 1, anon_sym_LBRACK, - ACTIONS(3739), 9, + ACTIONS(3729), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -135392,12 +135283,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [43620] = 3, + [43487] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3745), 1, + ACTIONS(3735), 1, anon_sym_LBRACK, - ACTIONS(3743), 9, + ACTIONS(3733), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -135407,86 +135298,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [43638] = 7, + [43505] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3723), 1, + ACTIONS(3713), 1, anon_sym_LBRACK, - STATE(1489), 1, + STATE(1483), 1, sym_parameter_list, - STATE(1422), 2, + STATE(1415), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3747), 4, + ACTIONS(3737), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym___attribute__, - [43664] = 5, + [43531] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3741), 1, + anon_sym_LBRACK, + ACTIONS(3739), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + [43549] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3751), 1, + ACTIONS(3745), 1, anon_sym_LBRACK, - STATE(1313), 2, + STATE(1312), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3749), 6, + ACTIONS(3743), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_COLON, - [43686] = 7, + [43571] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3723), 1, + ACTIONS(3713), 1, anon_sym_LBRACK, - STATE(1489), 1, + STATE(1483), 1, sym_parameter_list, - STATE(1422), 2, + STATE(1415), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3753), 4, + ACTIONS(3747), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym___attribute__, - [43712] = 7, + [43597] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(41), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3625), 1, - anon_sym_LPAREN2, - ACTIONS(3723), 1, + ACTIONS(3751), 1, anon_sym_LBRACK, - STATE(1489), 1, - sym_parameter_list, - STATE(1422), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(3755), 4, + ACTIONS(3749), 9, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym___attribute__, - [43738] = 3, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + [43615] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3759), 1, + ACTIONS(3755), 1, anon_sym_LBRACK, - ACTIONS(3757), 9, + ACTIONS(3753), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -135496,50 +135398,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [43756] = 5, + [43633] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3761), 1, + ACTIONS(3757), 1, sym_identifier, - ACTIONS(3765), 1, + ACTIONS(3761), 1, sym_system_lib_string, - STATE(1879), 2, + STATE(1930), 2, sym_preproc_call_expression, sym_string_literal, - ACTIONS(3763), 5, + ACTIONS(3759), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [43777] = 7, + [43654] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3723), 1, + ACTIONS(3713), 1, anon_sym_LBRACK, - STATE(1489), 1, + STATE(1483), 1, sym_parameter_list, - STATE(1422), 2, + STATE(1415), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(3763), 3, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym___attribute__, + [43679] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(41), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3767), 1, + anon_sym_LBRACK, + STATE(1312), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3767), 3, + ACTIONS(3765), 5, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, - [43802] = 6, + [43700] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(3769), 1, anon_sym_RPAREN, ACTIONS(3771), 1, anon_sym_COLON, - STATE(817), 1, + STATE(818), 1, sym_string_literal, - STATE(1683), 1, + STATE(1689), 1, sym_gnu_asm_output_operand_list, ACTIONS(101), 5, anon_sym_L_DQUOTE, @@ -135547,268 +135465,238 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [43825] = 5, + [43723] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3773), 1, sym_identifier, ACTIONS(3775), 1, sym_system_lib_string, - STATE(2016), 2, + STATE(2014), 2, sym_preproc_call_expression, sym_string_literal, - ACTIONS(3763), 5, + ACTIONS(3759), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [43846] = 5, + [43744] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3777), 1, sym_identifier, ACTIONS(3779), 1, sym_system_lib_string, - STATE(1931), 2, + STATE(1812), 2, sym_preproc_call_expression, sym_string_literal, - ACTIONS(3763), 5, + ACTIONS(3759), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [43867] = 6, + [43765] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3771), 1, - anon_sym_COLON, ACTIONS(3781), 1, - anon_sym_RPAREN, - STATE(817), 1, + sym_identifier, + ACTIONS(3783), 1, + sym_system_lib_string, + STATE(1877), 2, + sym_preproc_call_expression, sym_string_literal, - STATE(1691), 1, - sym_gnu_asm_output_operand_list, - ACTIONS(101), 5, + ACTIONS(3759), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [43890] = 5, + [43786] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3783), 1, - sym_identifier, ACTIONS(3785), 1, + sym_identifier, + ACTIONS(3787), 1, sym_system_lib_string, - STATE(1845), 2, + STATE(1837), 2, sym_preproc_call_expression, sym_string_literal, - ACTIONS(3763), 5, + ACTIONS(3759), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [43911] = 5, + [43807] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(41), 1, - anon_sym_LBRACK_LBRACK, + ACTIONS(3771), 1, + anon_sym_COLON, ACTIONS(3789), 1, - anon_sym_LBRACK, - STATE(1313), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(3787), 5, - anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - [43932] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3791), 1, - sym_identifier, - ACTIONS(3793), 1, - sym_system_lib_string, - STATE(1812), 2, - sym_preproc_call_expression, + STATE(818), 1, sym_string_literal, - ACTIONS(3763), 5, + STATE(1687), 1, + sym_gnu_asm_output_operand_list, + ACTIONS(101), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [43953] = 8, + [43830] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(145), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(137), 1, + STATE(141), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [43979] = 8, + [43856] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(47), 1, - anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(433), 1, - sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + ACTIONS(3791), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44005] = 8, + [43880] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(591), 1, + ACTIONS(757), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(382), 1, + STATE(348), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44031] = 8, + [43906] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(219), 1, + ACTIONS(757), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(203), 1, + STATE(381), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44057] = 8, + [43932] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(531), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(392), 1, + STATE(395), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44083] = 8, + [43958] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(591), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(366), 1, + STATE(225), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44109] = 8, + [43984] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(591), 1, + ACTIONS(757), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(398), 1, + STATE(382), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44135] = 8, + [44010] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(591), 1, + ACTIONS(757), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(360), 1, + STATE(383), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44161] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3797), 1, - anon_sym_LBRACK, - ACTIONS(3795), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [44177] = 5, + [44036] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3727), 1, + ACTIONS(3725), 1, anon_sym_LBRACK, - STATE(1597), 1, + STATE(1595), 1, sym_gnu_asm_output_operand, - STATE(1939), 1, + STATE(1947), 1, sym_string_literal, ACTIONS(101), 5, anon_sym_L_DQUOTE, @@ -135816,83 +135704,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [44197] = 8, + [44056] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(228), 1, + STATE(224), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44223] = 8, + [44082] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(218), 1, + STATE(203), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44249] = 8, + [44108] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(41), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(219), 1, - anon_sym_LBRACE, - ACTIONS(3625), 1, - anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3795), 1, anon_sym_LBRACK, - STATE(226), 1, - sym_compound_statement, - STATE(1314), 1, - sym_parameter_list, - STATE(1342), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [44275] = 7, + ACTIONS(3793), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + [44124] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - ACTIONS(3799), 2, + ACTIONS(3797), 2, anon_sym_COMMA, anon_sym_RPAREN, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44299] = 3, + [44148] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3803), 1, + ACTIONS(3801), 1, anon_sym_LBRACK, - ACTIONS(3801), 7, + ACTIONS(3799), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -135900,81 +135783,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [44315] = 8, + [44164] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(232), 1, + STATE(212), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44341] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3805), 1, - sym_identifier, - STATE(1420), 1, - sym_string_literal, - STATE(1625), 1, - sym_concatenated_string, - ACTIONS(101), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [44361] = 8, + [44190] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(531), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(384), 1, + STATE(213), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44387] = 8, + [44216] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(47), 1, + ACTIONS(531), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(418), 1, + STATE(387), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44413] = 3, + [44242] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3809), 1, + ACTIONS(3805), 1, anon_sym_LBRACK, - ACTIONS(3807), 7, + ACTIONS(3803), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -135982,25 +135850,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [44429] = 3, + [44258] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3813), 1, - anon_sym_LBRACK, - ACTIONS(3811), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, + ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [44445] = 3, + ACTIONS(47), 1, + anon_sym_LBRACE, + ACTIONS(3617), 1, + anon_sym_LPAREN2, + ACTIONS(3621), 1, + anon_sym_LBRACK, + STATE(420), 1, + sym_compound_statement, + STATE(1311), 1, + sym_parameter_list, + STATE(1340), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [44284] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3817), 1, + ACTIONS(3809), 1, anon_sym_LBRACK, - ACTIONS(3815), 7, + ACTIONS(3807), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -136008,133 +135881,174 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [44461] = 8, + [44300] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(531), 1, + ACTIONS(47), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(404), 1, + STATE(418), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44487] = 8, + [44326] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3811), 1, + sym_identifier, + STATE(1416), 1, + sym_string_literal, + STATE(1623), 1, + sym_concatenated_string, + ACTIONS(101), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [44346] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(591), 1, + ACTIONS(531), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(395), 1, + STATE(400), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44513] = 8, + [44372] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3815), 1, + anon_sym_LBRACK, + ACTIONS(3813), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + [44388] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(47), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(410), 1, + STATE(215), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44539] = 8, + [44414] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(47), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(425), 1, + STATE(435), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44565] = 8, + [44440] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3817), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + [44456] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3823), 1, + anon_sym_LBRACK, + ACTIONS(3821), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + [44472] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(219), 1, + ACTIONS(47), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(227), 1, + STATE(408), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44591] = 8, + [44498] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(221), 1, + STATE(217), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44617] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3821), 1, - anon_sym_LBRACK, - ACTIONS(3819), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [44633] = 4, + [44524] = 4, ACTIONS(3), 1, sym_comment, - STATE(1554), 1, + STATE(1527), 1, sym_string_literal, - ACTIONS(3823), 2, + ACTIONS(3825), 2, anon_sym_RPAREN, anon_sym_COLON, ACTIONS(101), 5, @@ -136143,50 +136057,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [44651] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(41), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(47), 1, - anon_sym_LBRACE, - ACTIONS(3625), 1, - anon_sym_LPAREN2, - ACTIONS(3629), 1, - anon_sym_LBRACK, - STATE(408), 1, - sym_compound_statement, - STATE(1314), 1, - sym_parameter_list, - STATE(1342), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [44677] = 8, + [44542] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(47), 1, + ACTIONS(145), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(422), 1, + STATE(142), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44703] = 5, + [44568] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3731), 1, + ACTIONS(3717), 1, anon_sym_LBRACK, - STATE(1667), 1, + STATE(1656), 1, sym_gnu_asm_input_operand, - STATE(2055), 1, + STATE(2053), 1, sym_string_literal, ACTIONS(101), 5, anon_sym_L_DQUOTE, @@ -136194,345 +136090,369 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [44723] = 8, + [44588] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(145), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(136), 1, + STATE(140), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44749] = 8, + [44614] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(145), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(135), 1, + STATE(153), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44775] = 3, + [44640] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3827), 1, - anon_sym_LBRACK, - ACTIONS(3825), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, + ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [44791] = 8, + ACTIONS(757), 1, + anon_sym_LBRACE, + ACTIONS(3617), 1, + anon_sym_LPAREN2, + ACTIONS(3621), 1, + anon_sym_LBRACK, + STATE(363), 1, + sym_compound_statement, + STATE(1311), 1, + sym_parameter_list, + STATE(1340), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [44666] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(145), 1, + ACTIONS(47), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(147), 1, + STATE(415), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44817] = 8, + [44692] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(145), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(130), 1, + STATE(139), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44843] = 8, + [44718] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(145), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(132), 1, + STATE(138), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44869] = 8, + [44744] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(531), 1, + ACTIONS(47), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(369), 1, + STATE(406), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44895] = 8, + [44770] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(145), 1, + ACTIONS(531), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(134), 1, + STATE(365), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44921] = 8, + [44796] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(47), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(406), 1, + STATE(432), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44947] = 8, + [44822] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(591), 1, + ACTIONS(47), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(359), 1, + STATE(433), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44973] = 8, + [44848] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(591), 1, + ACTIONS(145), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(379), 1, + STATE(136), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44999] = 8, + [44874] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(47), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(420), 1, + STATE(218), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [45025] = 8, + [44900] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(47), 1, + ACTIONS(757), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(412), 1, + STATE(402), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [45051] = 7, + [44926] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3625), 1, + ACTIONS(757), 1, + anon_sym_LBRACE, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(1314), 1, + STATE(357), 1, + sym_compound_statement, + STATE(1311), 1, sym_parameter_list, - ACTIONS(3829), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [45075] = 3, + [44952] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3833), 1, - anon_sym_LBRACK, - ACTIONS(3831), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, + ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [45091] = 8, + ACTIONS(219), 1, + anon_sym_LBRACE, + ACTIONS(3617), 1, + anon_sym_LPAREN2, + ACTIONS(3621), 1, + anon_sym_LBRACK, + STATE(221), 1, + sym_compound_statement, + STATE(1311), 1, + sym_parameter_list, + STATE(1340), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [44978] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(219), 1, + ACTIONS(47), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(215), 1, + STATE(410), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [45117] = 8, + [45004] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3829), 1, + anon_sym_LBRACK, + ACTIONS(3827), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + [45020] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(531), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(358), 1, + STATE(356), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [45143] = 8, + [45046] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(531), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(357), 1, + STATE(355), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [45169] = 8, + [45072] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(219), 1, + ACTIONS(757), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(225), 1, + STATE(378), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [45195] = 5, + [45098] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3805), 1, + ACTIONS(3811), 1, sym_identifier, - STATE(1417), 1, + STATE(1421), 1, sym_string_literal, - STATE(1690), 1, + STATE(1688), 1, sym_concatenated_string, ACTIONS(101), 5, anon_sym_L_DQUOTE, @@ -136540,459 +136460,428 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [45215] = 8, + [45118] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(145), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(139), 1, + STATE(144), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [45241] = 8, + [45144] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(145), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(144), 1, + STATE(131), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [45267] = 8, + [45170] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(531), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(352), 1, + STATE(350), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [45293] = 8, + [45196] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(531), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(351), 1, + STATE(349), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [45319] = 8, + [45222] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(591), 1, + ACTIONS(757), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(364), 1, + STATE(398), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [45345] = 8, + [45248] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(531), 1, anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - STATE(377), 1, + STATE(375), 1, sym_compound_statement, - STATE(1314), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [45371] = 8, + [45274] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(591), 1, - anon_sym_LBRACE, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3629), 1, + ACTIONS(3713), 1, anon_sym_LBRACK, - STATE(381), 1, - sym_compound_statement, - STATE(1314), 1, + ACTIONS(3831), 1, + anon_sym_RPAREN, + STATE(1483), 1, sym_parameter_list, - STATE(1342), 2, + STATE(1415), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [45397] = 3, + [45297] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3837), 1, + ACTIONS(3835), 1, anon_sym_LBRACK, - ACTIONS(3835), 6, + ACTIONS(3833), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [45412] = 7, + [45312] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(41), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3625), 1, - anon_sym_LPAREN2, - ACTIONS(3629), 1, - anon_sym_LBRACK, ACTIONS(3839), 1, - anon_sym_RPAREN, - STATE(1314), 1, - sym_parameter_list, - STATE(1342), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [45435] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3843), 1, anon_sym_LBRACK, - ACTIONS(3841), 6, + ACTIONS(3837), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [45450] = 3, + [45327] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(43), 1, + anon_sym___declspec, + ACTIONS(2303), 1, + anon_sym_LBRACE, + ACTIONS(3841), 1, + sym_identifier, + STATE(969), 1, + sym_field_declaration_list, + STATE(1513), 1, + sym_attribute_specifier, + STATE(1597), 1, + sym_ms_declspec_modifier, + [45352] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3847), 1, + ACTIONS(3845), 1, anon_sym_LBRACK, - ACTIONS(3845), 6, + ACTIONS(3843), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [45465] = 3, + [45367] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3851), 1, + ACTIONS(3849), 1, anon_sym_LBRACK, - ACTIONS(3849), 6, + ACTIONS(3847), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [45480] = 3, + [45382] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3855), 1, + ACTIONS(3853), 1, anon_sym_LBRACK, - ACTIONS(3853), 6, + ACTIONS(3851), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [45495] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(43), 1, - anon_sym___declspec, - ACTIONS(2324), 1, - anon_sym_LBRACE, - ACTIONS(3857), 1, - sym_identifier, - STATE(953), 1, - sym_field_declaration_list, - STATE(1518), 1, - sym_attribute_specifier, - STATE(1601), 1, - sym_ms_declspec_modifier, - [45520] = 7, + [45397] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3723), 1, + ACTIONS(3621), 1, anon_sym_LBRACK, - ACTIONS(3859), 1, + ACTIONS(3855), 1, anon_sym_RPAREN, - STATE(1489), 1, + STATE(1311), 1, sym_parameter_list, - STATE(1422), 2, + STATE(1340), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [45543] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3863), 1, - anon_sym_LBRACK, - ACTIONS(3861), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - [45558] = 3, + [45420] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3867), 1, + ACTIONS(3859), 1, anon_sym_LBRACK, - ACTIONS(3865), 6, + ACTIONS(3857), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [45573] = 7, + [45435] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3687), 1, + ACTIONS(3683), 1, anon_sym_LBRACK, - ACTIONS(3869), 1, + ACTIONS(3861), 1, anon_sym_RPAREN, - STATE(1452), 1, + STATE(1448), 1, sym_parameter_list, - STATE(1411), 2, + STATE(1409), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [45596] = 3, + [45458] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3873), 1, + ACTIONS(3865), 1, anon_sym_LBRACK, - ACTIONS(3871), 6, + ACTIONS(3863), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [45611] = 3, + [45473] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3877), 1, + ACTIONS(3869), 1, + anon_sym_LBRACK, + ACTIONS(3867), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + [45488] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3873), 1, anon_sym_LBRACK, - ACTIONS(3875), 6, + ACTIONS(3871), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [45626] = 5, + [45503] = 3, + ACTIONS(3), 1, + sym_comment, + STATE(1918), 1, + sym_string_literal, + ACTIONS(101), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [45517] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(2418), 1, anon_sym_LBRACK, - ACTIONS(3879), 1, + ACTIONS(3875), 1, anon_sym_EQ, - ACTIONS(3881), 1, + ACTIONS(3877), 1, anon_sym_DOT, - STATE(1502), 3, + STATE(1507), 3, sym_subscript_designator, sym_field_designator, aux_sym_initializer_pair_repeat1, - [45644] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3883), 1, - anon_sym_LPAREN2, - STATE(1498), 2, - sym_gnu_asm_qualifier, - aux_sym_gnu_asm_expression_repeat1, - ACTIONS(3885), 3, - anon_sym_inline, - anon_sym_volatile, - anon_sym_goto, - [45660] = 5, + [45535] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3890), 1, + ACTIONS(3881), 1, anon_sym_LBRACK, - STATE(1520), 1, + STATE(1516), 1, sym_parameter_list, - ACTIONS(3888), 3, + ACTIONS(3879), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - [45678] = 5, + [45553] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3890), 1, + ACTIONS(3881), 1, anon_sym_LBRACK, - STATE(1520), 1, + STATE(1516), 1, sym_parameter_list, - ACTIONS(3892), 3, + ACTIONS(3883), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - [45696] = 5, + [45571] = 3, + ACTIONS(3), 1, + sym_comment, + STATE(1945), 1, + sym_string_literal, + ACTIONS(101), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [45585] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3890), 1, + ACTIONS(3881), 1, anon_sym_LBRACK, - STATE(1520), 1, + STATE(1516), 1, sym_parameter_list, - ACTIONS(3894), 3, + ACTIONS(3885), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - [45714] = 5, + [45603] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3896), 1, + ACTIONS(3617), 1, + anon_sym_LPAREN2, + ACTIONS(3881), 1, anon_sym_LBRACK, - ACTIONS(3899), 1, - anon_sym_EQ, - ACTIONS(3901), 1, - anon_sym_DOT, - STATE(1502), 3, - sym_subscript_designator, - sym_field_designator, - aux_sym_initializer_pair_repeat1, - [45732] = 3, - ACTIONS(3), 1, - sym_comment, - STATE(1947), 1, - sym_string_literal, - ACTIONS(101), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [45746] = 4, + STATE(1516), 1, + sym_parameter_list, + ACTIONS(3887), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + [45621] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3904), 1, + ACTIONS(3889), 1, anon_sym_LPAREN2, - STATE(1511), 2, + STATE(1509), 2, sym_gnu_asm_qualifier, aux_sym_gnu_asm_expression_repeat1, - ACTIONS(3906), 3, + ACTIONS(3891), 3, anon_sym_inline, anon_sym_volatile, anon_sym_goto, - [45762] = 3, - ACTIONS(3), 1, - sym_comment, - STATE(1606), 1, - sym_string_literal, - ACTIONS(101), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [45776] = 5, + [45637] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3625), 1, + ACTIONS(3893), 1, anon_sym_LPAREN2, - ACTIONS(3890), 1, - anon_sym_LBRACK, - STATE(1520), 1, - sym_parameter_list, - ACTIONS(3908), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - [45794] = 5, + STATE(1503), 2, + sym_gnu_asm_qualifier, + aux_sym_gnu_asm_expression_repeat1, + ACTIONS(3895), 3, + anon_sym_inline, + anon_sym_volatile, + anon_sym_goto, + [45653] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3890), 1, + ACTIONS(3881), 1, anon_sym_LBRACK, - STATE(1520), 1, + STATE(1516), 1, sym_parameter_list, - ACTIONS(3910), 3, + ACTIONS(3898), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - [45812] = 5, + [45671] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3890), 1, + ACTIONS(3881), 1, anon_sym_LBRACK, - STATE(1520), 1, + STATE(1516), 1, sym_parameter_list, - ACTIONS(3912), 3, + ACTIONS(3900), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - [45830] = 3, + [45689] = 3, ACTIONS(3), 1, sym_comment, - STATE(1920), 1, + STATE(1680), 1, sym_string_literal, ACTIONS(101), 5, anon_sym_L_DQUOTE, @@ -137000,10 +136889,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [45844] = 3, + [45703] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3902), 1, + anon_sym_LBRACK, + ACTIONS(3905), 1, + anon_sym_EQ, + ACTIONS(3907), 1, + anon_sym_DOT, + STATE(1507), 3, + sym_subscript_designator, + sym_field_designator, + aux_sym_initializer_pair_repeat1, + [45721] = 3, ACTIONS(3), 1, sym_comment, - STATE(817), 1, + STATE(818), 1, sym_string_literal, ACTIONS(101), 5, anon_sym_L_DQUOTE, @@ -137011,716 +136913,738 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [45858] = 4, + [45735] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3914), 1, + ACTIONS(3910), 1, anon_sym_LPAREN2, - STATE(1498), 2, + STATE(1503), 2, sym_gnu_asm_qualifier, aux_sym_gnu_asm_expression_repeat1, - ACTIONS(3906), 3, + ACTIONS(3891), 3, anon_sym_inline, anon_sym_volatile, anon_sym_goto, - [45874] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3916), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK, - anon_sym_COLON, - [45885] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3918), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK, - anon_sym_COLON, - [45896] = 2, + [45751] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3920), 5, + ACTIONS(3912), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [45907] = 2, + [45762] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3922), 5, + ACTIONS(3914), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [45918] = 2, + [45773] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3924), 5, + ACTIONS(3916), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [45929] = 6, + [45784] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___declspec, - ACTIONS(2324), 1, + ACTIONS(2303), 1, anon_sym_LBRACE, - ACTIONS(3926), 1, + ACTIONS(3918), 1, sym_identifier, - STATE(955), 1, + STATE(949), 1, sym_field_declaration_list, - STATE(1599), 1, + STATE(1633), 1, sym_ms_declspec_modifier, - [45948] = 6, + [45803] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___declspec, - ACTIONS(2324), 1, - anon_sym_LBRACE, - ACTIONS(3928), 1, - sym_identifier, - STATE(954), 1, - sym_field_declaration_list, - STATE(1635), 1, - sym_ms_declspec_modifier, - [45967] = 2, + ACTIONS(2625), 1, + anon_sym_LPAREN2, + ACTIONS(3922), 1, + anon_sym_COLON_COLON, + STATE(1734), 1, + sym_argument_list, + ACTIONS(3920), 2, + anon_sym_COMMA, + anon_sym_RBRACK_RBRACK, + [45820] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3930), 5, + ACTIONS(3924), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [45978] = 2, + [45831] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3932), 5, + ACTIONS(3926), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [45989] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2629), 1, - anon_sym_LPAREN2, - ACTIONS(3936), 1, - anon_sym_COLON_COLON, - STATE(1736), 1, - sym_argument_list, - ACTIONS(3934), 2, - anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [46006] = 2, + [45842] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3938), 5, + ACTIONS(3928), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [46017] = 2, + [45853] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3940), 5, + ACTIONS(3930), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [46028] = 5, + [45864] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3890), 1, + ACTIONS(3881), 1, anon_sym_LBRACK, - STATE(1520), 1, + STATE(1516), 1, sym_parameter_list, - ACTIONS(3829), 2, + ACTIONS(3791), 2, anon_sym_COMMA, anon_sym_RPAREN, - [46045] = 2, + [45881] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3942), 5, + ACTIONS(3932), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [46056] = 2, + [45892] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3944), 5, + ACTIONS(3934), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [46067] = 2, + [45903] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3946), 5, + ACTIONS(3936), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [46078] = 5, + [45914] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3625), 1, + ACTIONS(3617), 1, anon_sym_LPAREN2, - ACTIONS(3890), 1, + ACTIONS(3881), 1, anon_sym_LBRACK, - STATE(1520), 1, + STATE(1516), 1, sym_parameter_list, - ACTIONS(3799), 2, + ACTIONS(3797), 2, anon_sym_COMMA, anon_sym_RPAREN, - [46095] = 4, + [45931] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, - anon_sym___attribute__, - ACTIONS(3948), 1, - anon_sym_SEMI, - STATE(1326), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - [46109] = 4, + ACTIONS(43), 1, + anon_sym___declspec, + ACTIONS(2303), 1, + anon_sym_LBRACE, + ACTIONS(3938), 1, + sym_identifier, + STATE(960), 1, + sym_field_declaration_list, + STATE(1593), 1, + sym_ms_declspec_modifier, + [45950] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, - anon_sym___attribute__, - ACTIONS(3950), 1, - anon_sym_SEMI, - STATE(1577), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - [46123] = 5, - ACTIONS(3410), 1, - sym_comment, - ACTIONS(3952), 1, - aux_sym_preproc_include_token2, - ACTIONS(3954), 1, - anon_sym_LPAREN, - ACTIONS(3956), 1, - sym_preproc_arg, - STATE(1750), 1, - sym_preproc_params, - [46139] = 4, + ACTIONS(3940), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK, + anon_sym_COLON, + [45961] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3958), 1, + ACTIONS(3942), 5, anon_sym_COMMA, - STATE(1581), 1, - aux_sym_gnu_asm_clobber_list_repeat1, - ACTIONS(3960), 2, anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK, anon_sym_COLON, - [46153] = 4, + [45972] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3962), 1, + ACTIONS(3944), 1, anon_sym_COMMA, - STATE(1533), 1, - aux_sym_gnu_asm_input_operand_list_repeat1, - ACTIONS(3965), 2, + STATE(1529), 1, + aux_sym_gnu_asm_clobber_list_repeat1, + ACTIONS(3946), 2, anon_sym_RPAREN, anon_sym_COLON, - [46167] = 4, + [45986] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, + ACTIONS(3604), 1, anon_sym___attribute__, - ACTIONS(3967), 1, + ACTIONS(3948), 1, anon_sym_SEMI, - STATE(1326), 2, + STATE(1575), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [46181] = 4, + [46000] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, - anon_sym___attribute__, - ACTIONS(3969), 1, - anon_sym_SEMI, - STATE(1326), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - [46195] = 4, + ACTIONS(3944), 1, + anon_sym_COMMA, + STATE(1586), 1, + aux_sym_gnu_asm_clobber_list_repeat1, + ACTIONS(3950), 2, + anon_sym_RPAREN, + anon_sym_COLON, + [46014] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3683), 1, + ACTIONS(3952), 1, anon_sym_COMMA, - STATE(1553), 1, + STATE(1530), 1, + aux_sym_gnu_asm_input_operand_list_repeat1, + ACTIONS(3955), 2, + anon_sym_RPAREN, + anon_sym_COLON, + [46028] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3679), 1, + anon_sym_COMMA, + STATE(1549), 1, aux_sym__field_declaration_declarator_repeat1, - ACTIONS(3971), 2, + ACTIONS(3957), 2, anon_sym_SEMI, anon_sym___attribute__, - [46209] = 4, + [46042] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, + ACTIONS(3604), 1, anon_sym___attribute__, - ACTIONS(3973), 1, + ACTIONS(3959), 1, anon_sym_SEMI, - STATE(1568), 2, + STATE(1563), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [46223] = 5, + [46056] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3975), 1, + ACTIONS(3961), 1, sym_identifier, - ACTIONS(3977), 1, + ACTIONS(3963), 1, anon_sym_COMMA, - ACTIONS(3979), 1, + ACTIONS(3965), 1, anon_sym_RPAREN, - STATE(1665), 1, + STATE(1667), 1, aux_sym_function_definition_repeat1, - [46239] = 4, + [46072] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3981), 1, + ACTIONS(3967), 1, anon_sym_COMMA, - STATE(1587), 1, + STATE(1584), 1, aux_sym_gnu_asm_output_operand_list_repeat1, - ACTIONS(3983), 2, + ACTIONS(3969), 2, anon_sym_RPAREN, anon_sym_COLON, - [46253] = 5, - ACTIONS(3410), 1, + [46086] = 5, + ACTIONS(3352), 1, sym_comment, - ACTIONS(3954), 1, + ACTIONS(3971), 1, + aux_sym_preproc_include_token2, + ACTIONS(3973), 1, anon_sym_LPAREN, - ACTIONS(3985), 1, + ACTIONS(3975), 1, + sym_preproc_arg, + STATE(1754), 1, + sym_preproc_params, + [46102] = 5, + ACTIONS(3352), 1, + sym_comment, + ACTIONS(3973), 1, + anon_sym_LPAREN, + ACTIONS(3977), 1, aux_sym_preproc_include_token2, - ACTIONS(3987), 1, + ACTIONS(3979), 1, sym_preproc_arg, - STATE(1756), 1, + STATE(1764), 1, sym_preproc_params, - [46269] = 5, - ACTIONS(3410), 1, + [46118] = 5, + ACTIONS(3352), 1, sym_comment, - ACTIONS(3954), 1, + ACTIONS(3973), 1, anon_sym_LPAREN, - ACTIONS(3989), 1, + ACTIONS(3981), 1, aux_sym_preproc_include_token2, - ACTIONS(3991), 1, + ACTIONS(3983), 1, sym_preproc_arg, - STATE(1766), 1, + STATE(1770), 1, sym_preproc_params, - [46285] = 5, - ACTIONS(3410), 1, + [46134] = 5, + ACTIONS(3352), 1, sym_comment, - ACTIONS(3954), 1, + ACTIONS(3973), 1, anon_sym_LPAREN, - ACTIONS(3993), 1, + ACTIONS(3985), 1, aux_sym_preproc_include_token2, - ACTIONS(3995), 1, + ACTIONS(3987), 1, sym_preproc_arg, - STATE(1772), 1, + STATE(1776), 1, sym_preproc_params, - [46301] = 4, + [46150] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3683), 1, + ACTIONS(3679), 1, anon_sym_COMMA, - STATE(1550), 1, + STATE(1545), 1, aux_sym__field_declaration_declarator_repeat1, - ACTIONS(3997), 2, + ACTIONS(3989), 2, anon_sym_SEMI, anon_sym___attribute__, - [46315] = 5, - ACTIONS(3410), 1, - sym_comment, - ACTIONS(3954), 1, - anon_sym_LPAREN, - ACTIONS(3999), 1, - aux_sym_preproc_include_token2, - ACTIONS(4001), 1, - sym_preproc_arg, - STATE(1778), 1, - sym_preproc_params, - [46331] = 4, + [46164] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, + ACTIONS(3604), 1, anon_sym___attribute__, - ACTIONS(4003), 1, + ACTIONS(3991), 1, anon_sym_SEMI, - STATE(1535), 2, + STATE(1551), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [46345] = 5, + [46178] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3977), 1, + ACTIONS(3963), 1, anon_sym_COMMA, - ACTIONS(4005), 1, + ACTIONS(3993), 1, sym_identifier, - ACTIONS(4007), 1, + ACTIONS(3995), 1, anon_sym_RPAREN, - STATE(1650), 1, + STATE(1648), 1, aux_sym_function_definition_repeat1, - [46361] = 4, + [46194] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - STATE(1761), 1, + STATE(1758), 1, sym_argument_list, - ACTIONS(4009), 2, + ACTIONS(3997), 2, anon_sym_COMMA, anon_sym_RBRACK_RBRACK, - [46375] = 5, - ACTIONS(3410), 1, - sym_comment, - ACTIONS(4011), 1, - anon_sym_DQUOTE, - ACTIONS(4013), 1, - aux_sym_string_literal_token1, - ACTIONS(4015), 1, - sym_escape_sequence, - STATE(1570), 1, - aux_sym_string_literal_repeat1, - [46391] = 4, + [46208] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3719), 1, anon_sym_COMMA, - STATE(1573), 1, + STATE(1571), 1, aux_sym__type_definition_declarators_repeat1, - ACTIONS(4017), 2, + ACTIONS(3999), 2, anon_sym_SEMI, anon_sym___attribute__, - [46405] = 4, + [46222] = 5, + ACTIONS(3352), 1, + sym_comment, + ACTIONS(4001), 1, + anon_sym_DQUOTE, + ACTIONS(4003), 1, + aux_sym_string_literal_token1, + ACTIONS(4005), 1, + sym_escape_sequence, + STATE(1567), 1, + aux_sym_string_literal_repeat1, + [46238] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4019), 1, + ACTIONS(4007), 1, anon_sym_COMMA, - STATE(1550), 1, + STATE(1545), 1, aux_sym__field_declaration_declarator_repeat1, - ACTIONS(4022), 2, + ACTIONS(4010), 2, anon_sym_SEMI, anon_sym___attribute__, - [46419] = 2, + [46252] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4024), 4, - anon_sym_LPAREN2, - anon_sym_inline, - anon_sym_volatile, - anon_sym_goto, - [46429] = 5, - ACTIONS(3410), 1, + ACTIONS(3604), 1, + anon_sym___attribute__, + ACTIONS(4012), 1, + anon_sym_SEMI, + STATE(1324), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [46266] = 5, + ACTIONS(3352), 1, sym_comment, - ACTIONS(4013), 1, + ACTIONS(4003), 1, aux_sym_string_literal_token1, - ACTIONS(4015), 1, + ACTIONS(4005), 1, sym_escape_sequence, - ACTIONS(4026), 1, + ACTIONS(4014), 1, anon_sym_DQUOTE, - STATE(1570), 1, + STATE(1567), 1, aux_sym_string_literal_repeat1, - [46445] = 4, + [46282] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3683), 1, + ACTIONS(4016), 4, + anon_sym_LPAREN2, + anon_sym_inline, + anon_sym_volatile, + anon_sym_goto, + [46292] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3679), 1, anon_sym_COMMA, - STATE(1550), 1, + STATE(1545), 1, aux_sym__field_declaration_declarator_repeat1, - ACTIONS(4028), 2, + ACTIONS(4018), 2, anon_sym_SEMI, anon_sym___attribute__, - [46459] = 4, - ACTIONS(3), 1, + [46306] = 5, + ACTIONS(3352), 1, sym_comment, - ACTIONS(3958), 1, - anon_sym_COMMA, - STATE(1532), 1, - aux_sym_gnu_asm_clobber_list_repeat1, - ACTIONS(4030), 2, - anon_sym_RPAREN, - anon_sym_COLON, - [46473] = 4, + ACTIONS(3973), 1, + anon_sym_LPAREN, + ACTIONS(4020), 1, + aux_sym_preproc_include_token2, + ACTIONS(4022), 1, + sym_preproc_arg, + STATE(1694), 1, + sym_preproc_params, + [46322] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4032), 1, - anon_sym_COMMA, - STATE(1533), 1, - aux_sym_gnu_asm_input_operand_list_repeat1, - ACTIONS(4034), 2, - anon_sym_RPAREN, - anon_sym_COLON, - [46487] = 5, - ACTIONS(3410), 1, - sym_comment, - ACTIONS(4036), 1, - anon_sym_DQUOTE, - ACTIONS(4038), 1, - aux_sym_string_literal_token1, - ACTIONS(4040), 1, - sym_escape_sequence, - STATE(1552), 1, - aux_sym_string_literal_repeat1, - [46503] = 5, - ACTIONS(3410), 1, + ACTIONS(3604), 1, + anon_sym___attribute__, + ACTIONS(4024), 1, + anon_sym_SEMI, + STATE(1324), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [46336] = 5, + ACTIONS(3352), 1, sym_comment, - ACTIONS(4042), 1, + ACTIONS(4026), 1, anon_sym_DQUOTE, - ACTIONS(4044), 1, + ACTIONS(4028), 1, aux_sym_string_literal_token1, - ACTIONS(4046), 1, + ACTIONS(4030), 1, sym_escape_sequence, - STATE(1583), 1, + STATE(1576), 1, aux_sym_string_literal_repeat1, - [46519] = 4, + [46352] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4032), 1, anon_sym_COMMA, - STATE(1555), 1, + STATE(1530), 1, aux_sym_gnu_asm_input_operand_list_repeat1, - ACTIONS(4048), 2, + ACTIONS(4034), 2, anon_sym_RPAREN, anon_sym_COLON, - [46533] = 4, + [46366] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3981), 1, - anon_sym_COMMA, - STATE(1539), 1, - aux_sym_gnu_asm_output_operand_list_repeat1, - ACTIONS(4050), 2, - anon_sym_RPAREN, - anon_sym_COLON, - [46547] = 5, - ACTIONS(3410), 1, + ACTIONS(3604), 1, + anon_sym___attribute__, + ACTIONS(4036), 1, + anon_sym_SEMI, + STATE(1324), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [46380] = 5, + ACTIONS(3352), 1, sym_comment, - ACTIONS(4052), 1, + ACTIONS(4038), 1, anon_sym_DQUOTE, - ACTIONS(4054), 1, + ACTIONS(4040), 1, aux_sym_string_literal_token1, - ACTIONS(4056), 1, + ACTIONS(4042), 1, sym_escape_sequence, - STATE(1548), 1, + STATE(1544), 1, aux_sym_string_literal_repeat1, - [46563] = 5, - ACTIONS(3410), 1, + [46396] = 5, + ACTIONS(3352), 1, sym_comment, - ACTIONS(3954), 1, + ACTIONS(3973), 1, anon_sym_LPAREN, - ACTIONS(4058), 1, + ACTIONS(4044), 1, aux_sym_preproc_include_token2, - ACTIONS(4060), 1, + ACTIONS(4046), 1, sym_preproc_arg, - STATE(1721), 1, + STATE(1743), 1, sym_preproc_params, - [46579] = 4, + [46412] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, + ACTIONS(3604), 1, anon_sym___attribute__, - ACTIONS(4062), 1, + ACTIONS(4048), 1, anon_sym_SEMI, - STATE(1588), 2, + STATE(1582), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [46593] = 4, + [46426] = 5, + ACTIONS(3352), 1, + sym_comment, + ACTIONS(3973), 1, + anon_sym_LPAREN, + ACTIONS(4050), 1, + aux_sym_preproc_include_token2, + ACTIONS(4052), 1, + sym_preproc_arg, + STATE(1718), 1, + sym_preproc_params, + [46442] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3963), 1, + anon_sym_COMMA, + ACTIONS(4054), 1, + sym_identifier, + ACTIONS(4056), 1, + anon_sym_RPAREN, + STATE(1629), 1, + aux_sym_function_definition_repeat1, + [46458] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, + ACTIONS(3604), 1, anon_sym___attribute__, - ACTIONS(4064), 1, + ACTIONS(4058), 1, anon_sym_SEMI, - STATE(1326), 2, + STATE(1546), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [46607] = 4, + [46472] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, + ACTIONS(3967), 1, + anon_sym_COMMA, + STATE(1534), 1, + aux_sym_gnu_asm_output_operand_list_repeat1, + ACTIONS(4060), 2, + anon_sym_RPAREN, + anon_sym_COLON, + [46486] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3604), 1, anon_sym___attribute__, - ACTIONS(4066), 1, + ACTIONS(4062), 1, anon_sym_SEMI, - STATE(1584), 2, + STATE(1572), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [46621] = 4, + [46500] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, + ACTIONS(3604), 1, anon_sym___attribute__, - ACTIONS(4068), 1, + ACTIONS(4064), 1, anon_sym_SEMI, - STATE(1529), 2, + STATE(1324), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [46635] = 5, + [46514] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3977), 1, + ACTIONS(3963), 1, anon_sym_COMMA, - ACTIONS(4070), 1, + ACTIONS(4066), 1, sym_identifier, - ACTIONS(4072), 1, + ACTIONS(4068), 1, anon_sym_RPAREN, STATE(1674), 1, aux_sym_function_definition_repeat1, - [46651] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3608), 1, - anon_sym___attribute__, - ACTIONS(4074), 1, - anon_sym_SEMI, - STATE(1326), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - [46665] = 4, + [46530] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, - anon_sym___attribute__, - ACTIONS(4076), 1, - anon_sym_SEMI, - STATE(1326), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - [46679] = 4, + ACTIONS(4032), 1, + anon_sym_COMMA, + STATE(1553), 1, + aux_sym_gnu_asm_input_operand_list_repeat1, + ACTIONS(4070), 2, + anon_sym_RPAREN, + anon_sym_COLON, + [46544] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, + ACTIONS(3604), 1, anon_sym___attribute__, - ACTIONS(4078), 1, + ACTIONS(4072), 1, anon_sym_SEMI, - STATE(1563), 2, + STATE(1585), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [46693] = 5, - ACTIONS(3410), 1, + [46558] = 5, + ACTIONS(3352), 1, sym_comment, - ACTIONS(4080), 1, + ACTIONS(4074), 1, anon_sym_DQUOTE, + ACTIONS(4076), 1, + aux_sym_string_literal_token1, + ACTIONS(4079), 1, + sym_escape_sequence, + STATE(1567), 1, + aux_sym_string_literal_repeat1, + [46574] = 5, + ACTIONS(3352), 1, + sym_comment, ACTIONS(4082), 1, + anon_sym_DQUOTE, + ACTIONS(4084), 1, aux_sym_string_literal_token1, - ACTIONS(4085), 1, + ACTIONS(4086), 1, sym_escape_sequence, - STATE(1570), 1, + STATE(1547), 1, aux_sym_string_literal_repeat1, - [46709] = 5, + [46590] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3977), 1, - anon_sym_COMMA, + ACTIONS(3604), 1, + anon_sym___attribute__, ACTIONS(4088), 1, - sym_identifier, - ACTIONS(4090), 1, - anon_sym_RPAREN, - STATE(1646), 1, - aux_sym_function_definition_repeat1, - [46725] = 5, - ACTIONS(3410), 1, + anon_sym_SEMI, + STATE(1324), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [46604] = 5, + ACTIONS(3352), 1, sym_comment, - ACTIONS(3954), 1, + ACTIONS(3973), 1, anon_sym_LPAREN, - ACTIONS(4092), 1, + ACTIONS(4090), 1, aux_sym_preproc_include_token2, - ACTIONS(4094), 1, + ACTIONS(4092), 1, sym_preproc_arg, - STATE(1789), 1, + STATE(1774), 1, sym_preproc_params, - [46741] = 4, + [46620] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4096), 1, + ACTIONS(4094), 1, anon_sym_COMMA, - STATE(1573), 1, + STATE(1571), 1, aux_sym__type_definition_declarators_repeat1, - ACTIONS(4099), 2, + ACTIONS(4097), 2, anon_sym_SEMI, anon_sym___attribute__, - [46755] = 4, + [46634] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, + ACTIONS(3604), 1, anon_sym___attribute__, - ACTIONS(4101), 1, + ACTIONS(4099), 1, anon_sym_SEMI, - STATE(1567), 2, + STATE(1324), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [46769] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3977), 1, - anon_sym_COMMA, - ACTIONS(4103), 1, - sym_identifier, - ACTIONS(4105), 1, - anon_sym_RPAREN, - STATE(1687), 1, - aux_sym_function_definition_repeat1, - [46785] = 4, + [46648] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, + ACTIONS(3604), 1, anon_sym___attribute__, - ACTIONS(4107), 1, + ACTIONS(4101), 1, anon_sym_SEMI, - STATE(1582), 2, + STATE(1569), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [46799] = 4, + [46662] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, + ACTIONS(3604), 1, anon_sym___attribute__, - ACTIONS(4109), 1, + ACTIONS(4103), 1, anon_sym_SEMI, - STATE(1326), 2, + STATE(1581), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [46813] = 4, + [46676] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, + ACTIONS(3604), 1, anon_sym___attribute__, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_SEMI, - STATE(1534), 2, + STATE(1324), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [46827] = 5, - ACTIONS(3410), 1, + [46690] = 5, + ACTIONS(3352), 1, sym_comment, - ACTIONS(3954), 1, - anon_sym_LPAREN, + ACTIONS(4003), 1, + aux_sym_string_literal_token1, + ACTIONS(4005), 1, + sym_escape_sequence, + ACTIONS(4107), 1, + anon_sym_DQUOTE, + STATE(1567), 1, + aux_sym_string_literal_repeat1, + [46706] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3963), 1, + anon_sym_COMMA, + ACTIONS(4109), 1, + sym_identifier, + ACTIONS(4111), 1, + anon_sym_RPAREN, + STATE(1690), 1, + aux_sym_function_definition_repeat1, + [46722] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3617), 1, + anon_sym_LPAREN2, + ACTIONS(3881), 1, + anon_sym_LBRACK, ACTIONS(4113), 1, - aux_sym_preproc_include_token2, + anon_sym_RPAREN, + STATE(1516), 1, + sym_parameter_list, + [46738] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3604), 1, + anon_sym___attribute__, ACTIONS(4115), 1, - sym_preproc_arg, - STATE(1731), 1, - sym_preproc_params, - [46843] = 5, + anon_sym_SEMI, + STATE(1554), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [46752] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4117), 1, @@ -137729,3031 +137653,3009 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(4121), 1, anon_sym_RBRACE, - STATE(1648), 1, + STATE(1636), 1, sym_enumerator, - [46859] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4123), 1, - anon_sym_COMMA, - STATE(1581), 1, - aux_sym_gnu_asm_clobber_list_repeat1, - ACTIONS(4126), 2, - anon_sym_RPAREN, - anon_sym_COLON, - [46873] = 4, + [46768] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, + ACTIONS(3604), 1, anon_sym___attribute__, - ACTIONS(4128), 1, + ACTIONS(4123), 1, anon_sym_SEMI, - STATE(1326), 2, + STATE(1324), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [46887] = 5, - ACTIONS(3410), 1, - sym_comment, - ACTIONS(4013), 1, - aux_sym_string_literal_token1, - ACTIONS(4015), 1, - sym_escape_sequence, - ACTIONS(4130), 1, - anon_sym_DQUOTE, - STATE(1570), 1, - aux_sym_string_literal_repeat1, - [46903] = 4, + [46782] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, + ACTIONS(3604), 1, anon_sym___attribute__, - ACTIONS(4132), 1, + ACTIONS(4125), 1, anon_sym_SEMI, - STATE(1326), 2, + STATE(1324), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [46917] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3625), 1, - anon_sym_LPAREN2, - ACTIONS(3890), 1, - anon_sym_LBRACK, - ACTIONS(4134), 1, - anon_sym_RPAREN, - STATE(1520), 1, - sym_parameter_list, - [46933] = 5, - ACTIONS(3410), 1, + [46796] = 5, + ACTIONS(3352), 1, sym_comment, - ACTIONS(3954), 1, + ACTIONS(3973), 1, anon_sym_LPAREN, - ACTIONS(4136), 1, + ACTIONS(4127), 1, aux_sym_preproc_include_token2, - ACTIONS(4138), 1, + ACTIONS(4129), 1, sym_preproc_arg, - STATE(1700), 1, + STATE(1696), 1, sym_preproc_params, - [46949] = 4, + [46812] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4140), 1, + ACTIONS(4131), 1, anon_sym_COMMA, - STATE(1587), 1, + STATE(1584), 1, aux_sym_gnu_asm_output_operand_list_repeat1, - ACTIONS(4143), 2, + ACTIONS(4134), 2, anon_sym_RPAREN, anon_sym_COLON, - [46963] = 4, + [46826] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, + ACTIONS(3604), 1, anon_sym___attribute__, - ACTIONS(4145), 1, + ACTIONS(4136), 1, anon_sym_SEMI, - STATE(1326), 2, + STATE(1324), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [46977] = 3, + [46840] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4149), 1, + ACTIONS(4138), 1, + anon_sym_COMMA, + STATE(1586), 1, + aux_sym_gnu_asm_clobber_list_repeat1, + ACTIONS(4141), 2, anon_sym_RPAREN, - ACTIONS(4147), 2, - anon_sym_DOT_DOT_DOT, - sym_identifier, - [46988] = 4, + anon_sym_COLON, + [46854] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4117), 1, - sym_identifier, + ACTIONS(4143), 1, + anon_sym_COMMA, + ACTIONS(4146), 1, + anon_sym_RPAREN, + STATE(1587), 1, + aux_sym_gnu_asm_goto_list_repeat1, + [46867] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4148), 1, + anon_sym_COMMA, ACTIONS(4151), 1, - anon_sym_RBRACE, - STATE(1751), 1, - sym_enumerator, - [47001] = 4, + anon_sym_RBRACK_RBRACK, + STATE(1588), 1, + aux_sym_attribute_declaration_repeat1, + [46880] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3623), 1, + ACTIONS(3615), 1, anon_sym_COMMA, ACTIONS(4153), 1, anon_sym_SEMI, - STATE(1661), 1, + STATE(1659), 1, aux_sym__declaration_declarator_repeat1, - [47014] = 4, + [46893] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3157), 1, - anon_sym_COMMA, + ACTIONS(3604), 1, + anon_sym___attribute__, ACTIONS(4155), 1, - anon_sym_RPAREN, - STATE(1645), 1, - aux_sym_argument_list_repeat1, - [47027] = 4, + anon_sym_SEMI, + STATE(1984), 1, + sym_attribute_specifier, + [46906] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, - anon_sym___attribute__, + ACTIONS(3374), 1, + anon_sym_COMMA, ACTIONS(4157), 1, + anon_sym_RPAREN, + STATE(1635), 1, + aux_sym_preproc_argument_list_repeat1, + [46919] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3615), 1, + anon_sym_COMMA, + ACTIONS(4153), 1, anon_sym_SEMI, - STATE(1984), 1, - sym_attribute_specifier, - [47040] = 4, + STATE(1659), 1, + aux_sym__declaration_declarator_repeat1, + [46932] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3374), 1, - anon_sym_COMMA, + ACTIONS(2303), 1, + anon_sym_LBRACE, ACTIONS(4159), 1, - anon_sym_RPAREN, - STATE(1636), 1, - aux_sym_preproc_argument_list_repeat1, - [47053] = 4, + sym_identifier, + STATE(956), 1, + sym_field_declaration_list, + [46945] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3157), 1, anon_sym_COMMA, - ACTIONS(3187), 1, + ACTIONS(3173), 1, anon_sym_RPAREN, - STATE(1660), 1, + STATE(1658), 1, aux_sym_argument_list_repeat1, - [47066] = 4, - ACTIONS(3410), 1, - sym_comment, - ACTIONS(4161), 1, - aux_sym_preproc_include_token2, - ACTIONS(4163), 1, - anon_sym_LPAREN2, - STATE(1973), 1, - sym_preproc_argument_list, - [47079] = 2, + [46958] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4165), 3, + ACTIONS(4161), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - [47088] = 4, + [46967] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, + ACTIONS(3604), 1, anon_sym___attribute__, - ACTIONS(4167), 1, + ACTIONS(4163), 1, anon_sym_SEMI, - STATE(1831), 1, + STATE(1835), 1, sym_attribute_specifier, - [47101] = 4, + [46980] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2324), 1, + ACTIONS(2303), 1, anon_sym_LBRACE, - ACTIONS(4169), 1, + ACTIONS(4165), 1, sym_identifier, - STATE(963), 1, + STATE(949), 1, sym_field_declaration_list, - [47114] = 4, + [46993] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3374), 1, anon_sym_COMMA, - ACTIONS(4171), 1, + ACTIONS(4167), 1, anon_sym_RPAREN, - STATE(1636), 1, + STATE(1635), 1, aux_sym_preproc_argument_list_repeat1, - [47127] = 4, - ACTIONS(3), 1, + [47006] = 4, + ACTIONS(3352), 1, sym_comment, - ACTIONS(2324), 1, - anon_sym_LBRACE, - ACTIONS(4173), 1, - sym_identifier, - STATE(954), 1, - sym_field_declaration_list, - [47140] = 4, + ACTIONS(4169), 1, + aux_sym_preproc_include_token2, + ACTIONS(4171), 1, + anon_sym_LPAREN2, + STATE(1971), 1, + sym_preproc_argument_list, + [47019] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4175), 1, + ACTIONS(3157), 1, anon_sym_COMMA, - ACTIONS(4177), 1, + ACTIONS(3159), 1, anon_sym_RPAREN, - STATE(1641), 1, - aux_sym_preproc_params_repeat1, - [47153] = 4, + STATE(1643), 1, + aux_sym_argument_list_repeat1, + [47032] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3245), 1, + ACTIONS(3225), 1, anon_sym_RBRACE, - ACTIONS(4179), 1, + ACTIONS(4173), 1, anon_sym_COMMA, - STATE(1603), 1, + STATE(1601), 1, aux_sym_initializer_list_repeat1, - [47166] = 4, + [47045] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3157), 1, + ACTIONS(4176), 1, anon_sym_COMMA, - ACTIONS(3181), 1, + ACTIONS(4178), 1, anon_sym_RPAREN, - STATE(1645), 1, - aux_sym_argument_list_repeat1, - [47179] = 4, + STATE(1693), 1, + aux_sym_layout_qualifiers_repeat1, + [47058] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4182), 1, + ACTIONS(4180), 1, anon_sym_COMMA, - ACTIONS(4184), 1, + ACTIONS(4182), 1, anon_sym_RPAREN, - STATE(1628), 1, - aux_sym_parameter_list_repeat1, - [47192] = 2, + STATE(1639), 1, + aux_sym_preproc_params_repeat1, + [47071] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4186), 3, + ACTIONS(4184), 1, anon_sym_COMMA, + ACTIONS(4186), 1, anon_sym_RPAREN, - anon_sym_COLON, - [47201] = 4, + STATE(1587), 1, + aux_sym_gnu_asm_goto_list_repeat1, + [47084] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4188), 1, anon_sym_COMMA, ACTIONS(4190), 1, - anon_sym_RPAREN, - STATE(1694), 1, - aux_sym_layout_qualifiers_repeat1, - [47214] = 4, + anon_sym_RBRACK_RBRACK, + STATE(1647), 1, + aux_sym_attribute_declaration_repeat1, + [47097] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, + ACTIONS(3604), 1, anon_sym___attribute__, ACTIONS(4192), 1, anon_sym_SEMI, - STATE(1839), 1, + STATE(1995), 1, sym_attribute_specifier, - [47227] = 4, + [47110] = 4, ACTIONS(3), 1, sym_comment, + ACTIONS(2429), 1, + anon_sym_RBRACE, ACTIONS(4194), 1, anon_sym_COMMA, + STATE(1601), 1, + aux_sym_initializer_list_repeat1, + [47123] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3604), 1, + anon_sym___attribute__, ACTIONS(4196), 1, - anon_sym_RBRACK_RBRACK, - STATE(1655), 1, - aux_sym_attribute_declaration_repeat1, - [47240] = 4, + anon_sym_SEMI, + STATE(1841), 1, + sym_attribute_specifier, + [47136] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3623), 1, + ACTIONS(3615), 1, anon_sym_COMMA, ACTIONS(4198), 1, anon_sym_SEMI, - STATE(1664), 1, + STATE(1662), 1, aux_sym__declaration_declarator_repeat1, - [47253] = 4, + [47149] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2441), 1, - anon_sym_RBRACE, ACTIONS(4200), 1, anon_sym_COMMA, - STATE(1603), 1, - aux_sym_initializer_list_repeat1, - [47266] = 4, - ACTIONS(3), 1, - sym_comment, ACTIONS(4202), 1, - sym_identifier, - ACTIONS(4204), 1, - anon_sym_shared, - STATE(1621), 1, - sym_qualifier, - [47279] = 2, + anon_sym_RPAREN, + STATE(1626), 1, + aux_sym_parameter_list_repeat1, + [47162] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4206), 3, + ACTIONS(4204), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - [47288] = 4, + [47171] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3183), 1, + ACTIONS(3167), 1, anon_sym_COMMA, - ACTIONS(3185), 1, + ACTIONS(3169), 1, anon_sym_RBRACE, - STATE(1611), 1, + STATE(1607), 1, aux_sym_initializer_list_repeat1, - [47301] = 4, + [47184] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4202), 1, + ACTIONS(4206), 3, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_DOT, + [47193] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4208), 1, sym_identifier, - ACTIONS(4204), 1, + ACTIONS(4210), 1, anon_sym_shared, - STATE(1662), 1, + STATE(1617), 1, sym_qualifier, - [47314] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4208), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - [47323] = 4, - ACTIONS(3410), 1, + [47206] = 4, + ACTIONS(3352), 1, sym_comment, - ACTIONS(4163), 1, + ACTIONS(4171), 1, anon_sym_LPAREN2, - ACTIONS(4210), 1, + ACTIONS(4212), 1, aux_sym_preproc_include_token2, - STATE(1973), 1, + STATE(1971), 1, sym_preproc_argument_list, - [47336] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4212), 3, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_DOT, - [47345] = 4, + [47219] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4194), 1, + ACTIONS(4214), 3, anon_sym_COMMA, - ACTIONS(4214), 1, - anon_sym_RBRACK_RBRACK, - STATE(1678), 1, - aux_sym_attribute_declaration_repeat1, - [47358] = 4, + anon_sym_RPAREN, + anon_sym_COLON, + [47228] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3977), 1, + ACTIONS(4176), 1, anon_sym_COMMA, ACTIONS(4216), 1, anon_sym_RPAREN, - STATE(1680), 1, - aux_sym_function_definition_repeat1, - [47371] = 4, + STATE(1683), 1, + aux_sym_layout_qualifiers_repeat1, + [47241] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4188), 1, - anon_sym_COMMA, - ACTIONS(4218), 1, - anon_sym_RPAREN, - STATE(1685), 1, - aux_sym_layout_qualifiers_repeat1, - [47384] = 3, + ACTIONS(4208), 1, + sym_identifier, + ACTIONS(4210), 1, + anon_sym_shared, + STATE(1664), 1, + sym_qualifier, + [47254] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4222), 1, + ACTIONS(4220), 1, anon_sym_EQ, - ACTIONS(4220), 2, + ACTIONS(4218), 2, anon_sym_COMMA, anon_sym_RPAREN, - [47395] = 2, + [47265] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4224), 3, + ACTIONS(4222), 3, anon_sym_LBRACK, anon_sym_EQ, anon_sym_DOT, - [47404] = 4, + [47274] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4226), 1, + ACTIONS(4224), 1, anon_sym_COMMA, - ACTIONS(4229), 1, + ACTIONS(4227), 1, anon_sym_RPAREN, - STATE(1624), 1, + STATE(1621), 1, aux_sym_parameter_list_repeat1, - [47417] = 4, + [47287] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3963), 1, + anon_sym_COMMA, + ACTIONS(4229), 1, + anon_sym_RPAREN, + STATE(1678), 1, + aux_sym_function_definition_repeat1, + [47300] = 4, ACTIONS(3), 1, sym_comment, + ACTIONS(3769), 1, + anon_sym_RPAREN, ACTIONS(3771), 1, anon_sym_COLON, - ACTIONS(3781), 1, - anon_sym_RPAREN, - STATE(1691), 1, + STATE(1689), 1, sym_gnu_asm_output_operand_list, - [47430] = 4, + [47313] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3623), 1, + ACTIONS(3615), 1, anon_sym_COMMA, - ACTIONS(3627), 1, + ACTIONS(3619), 1, anon_sym_SEMI, - STATE(1591), 1, + STATE(1592), 1, aux_sym__declaration_declarator_repeat1, - [47443] = 4, + [47326] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4231), 1, + ACTIONS(4188), 1, anon_sym_COMMA, - ACTIONS(4234), 1, - anon_sym_RPAREN, - STATE(1627), 1, - aux_sym_gnu_asm_goto_list_repeat1, - [47456] = 4, + ACTIONS(4231), 1, + anon_sym_RBRACK_RBRACK, + STATE(1588), 1, + aux_sym_attribute_declaration_repeat1, + [47339] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4182), 1, + ACTIONS(4200), 1, anon_sym_COMMA, - ACTIONS(4236), 1, + ACTIONS(4233), 1, anon_sym_RPAREN, - STATE(1624), 1, + STATE(1621), 1, aux_sym_parameter_list_repeat1, - [47469] = 4, - ACTIONS(3410), 1, - sym_comment, - ACTIONS(4163), 1, - anon_sym_LPAREN2, - ACTIONS(4238), 1, - aux_sym_preproc_include_token2, - STATE(1973), 1, - sym_preproc_argument_list, - [47482] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4194), 1, - anon_sym_COMMA, - ACTIONS(4240), 1, - anon_sym_RBRACK_RBRACK, - STATE(1640), 1, - aux_sym_attribute_declaration_repeat1, - [47495] = 4, + [47352] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4117), 1, sym_identifier, - ACTIONS(4242), 1, + ACTIONS(4235), 1, anon_sym_RBRACE, - STATE(1751), 1, + STATE(1748), 1, sym_enumerator, - [47508] = 4, + [47365] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4244), 1, + ACTIONS(4237), 1, anon_sym_COMMA, - ACTIONS(4247), 1, + ACTIONS(4240), 1, anon_sym_RBRACE, - STATE(1632), 1, + STATE(1628), 1, aux_sym_enumerator_list_repeat1, - [47521] = 4, + [47378] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4249), 1, + ACTIONS(3963), 1, anon_sym_COMMA, - ACTIONS(4251), 1, + ACTIONS(4242), 1, anon_sym_RPAREN, - STATE(1627), 1, - aux_sym_gnu_asm_goto_list_repeat1, - [47534] = 4, + STATE(1678), 1, + aux_sym_function_definition_repeat1, + [47391] = 4, + ACTIONS(3352), 1, + sym_comment, + ACTIONS(4171), 1, + anon_sym_LPAREN2, + ACTIONS(4244), 1, + aux_sym_preproc_include_token2, + STATE(1971), 1, + sym_preproc_argument_list, + [47404] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4253), 1, + ACTIONS(4248), 1, + anon_sym_RPAREN, + ACTIONS(4246), 2, + anon_sym_DOT_DOT_DOT, + sym_identifier, + [47415] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4250), 1, anon_sym_COMMA, - ACTIONS(4256), 1, + ACTIONS(4253), 1, anon_sym_RPAREN, - STATE(1634), 1, + STATE(1632), 1, aux_sym_preproc_params_repeat1, - [47547] = 4, + [47428] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2324), 1, + ACTIONS(2303), 1, anon_sym_LBRACE, - ACTIONS(4258), 1, + ACTIONS(4255), 1, sym_identifier, - STATE(969), 1, + STATE(957), 1, sym_field_declaration_list, - [47560] = 4, + [47441] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3506), 1, + ACTIONS(3067), 1, + anon_sym_LBRACE, + ACTIONS(4257), 1, + sym_identifier, + STATE(1166), 1, + sym_enumerator_list, + [47454] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3434), 1, anon_sym_RPAREN, - ACTIONS(4260), 1, + ACTIONS(4259), 1, anon_sym_COMMA, - STATE(1636), 1, + STATE(1635), 1, aux_sym_preproc_argument_list_repeat1, - [47573] = 4, + [47467] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3067), 1, - anon_sym_LBRACE, - ACTIONS(4263), 1, - sym_identifier, - STATE(1168), 1, - sym_enumerator_list, - [47586] = 4, + ACTIONS(4262), 1, + anon_sym_COMMA, + ACTIONS(4264), 1, + anon_sym_RBRACE, + STATE(1650), 1, + aux_sym_enumerator_list_repeat1, + [47480] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3067), 1, anon_sym_LBRACE, - ACTIONS(4265), 1, + ACTIONS(4266), 1, sym_identifier, - STATE(1040), 1, + STATE(1037), 1, sym_enumerator_list, - [47599] = 4, + [47493] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3977), 1, + ACTIONS(4270), 1, + anon_sym_EQ, + ACTIONS(4268), 2, anon_sym_COMMA, - ACTIONS(4267), 1, - anon_sym_RPAREN, - STATE(1620), 1, - aux_sym_function_definition_repeat1, - [47612] = 4, + anon_sym_RBRACE, + [47504] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4269), 1, + ACTIONS(4180), 1, anon_sym_COMMA, ACTIONS(4272), 1, - anon_sym_RBRACK_RBRACK, - STATE(1640), 1, - aux_sym_attribute_declaration_repeat1, - [47625] = 4, + anon_sym_RPAREN, + STATE(1632), 1, + aux_sym_preproc_params_repeat1, + [47517] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4175), 1, + ACTIONS(3157), 1, anon_sym_COMMA, ACTIONS(4274), 1, anon_sym_RPAREN, - STATE(1634), 1, - aux_sym_preproc_params_repeat1, - [47638] = 4, + STATE(1643), 1, + aux_sym_argument_list_repeat1, + [47530] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3623), 1, - anon_sym_COMMA, - ACTIONS(4153), 1, - anon_sym_SEMI, - STATE(1661), 1, - aux_sym__declaration_declarator_repeat1, - [47651] = 4, + ACTIONS(4117), 1, + sym_identifier, + ACTIONS(4276), 1, + anon_sym_RBRACE, + STATE(1748), 1, + sym_enumerator, + [47543] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4276), 1, - anon_sym_RPAREN, ACTIONS(4278), 1, + anon_sym_RPAREN, + ACTIONS(4280), 1, anon_sym_COLON, - STATE(1938), 1, + STATE(1936), 1, sym_gnu_asm_goto_list, - [47664] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3977), 1, - anon_sym_COMMA, - ACTIONS(4280), 1, - anon_sym_RPAREN, - STATE(1653), 1, - aux_sym_function_definition_repeat1, - [47677] = 4, + [47556] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3193), 1, + ACTIONS(3207), 1, anon_sym_RPAREN, ACTIONS(4282), 1, anon_sym_COMMA, - STATE(1645), 1, + STATE(1643), 1, aux_sym_argument_list_repeat1, - [47690] = 4, + [47569] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3977), 1, + ACTIONS(3963), 1, anon_sym_COMMA, - ACTIONS(4267), 1, + ACTIONS(4285), 1, anon_sym_RPAREN, - STATE(1680), 1, + STATE(1653), 1, aux_sym_function_definition_repeat1, - [47703] = 4, + [47582] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3374), 1, anon_sym_COMMA, - ACTIONS(4285), 1, + ACTIONS(4287), 1, anon_sym_RPAREN, - STATE(1636), 1, + STATE(1635), 1, aux_sym_preproc_argument_list_repeat1, - [47716] = 4, + [47595] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4287), 1, + ACTIONS(3963), 1, anon_sym_COMMA, - ACTIONS(4289), 1, - anon_sym_RBRACE, - STATE(1651), 1, - aux_sym_enumerator_list_repeat1, - [47729] = 3, + ACTIONS(4242), 1, + anon_sym_RPAREN, + STATE(1622), 1, + aux_sym_function_definition_repeat1, + [47608] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4293), 1, - anon_sym_EQ, - ACTIONS(4291), 2, + ACTIONS(4188), 1, anon_sym_COMMA, - anon_sym_RBRACE, - [47740] = 4, + ACTIONS(4289), 1, + anon_sym_RBRACK_RBRACK, + STATE(1588), 1, + aux_sym_attribute_declaration_repeat1, + [47621] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3977), 1, + ACTIONS(3963), 1, anon_sym_COMMA, - ACTIONS(4280), 1, + ACTIONS(4285), 1, anon_sym_RPAREN, - STATE(1680), 1, + STATE(1678), 1, aux_sym_function_definition_repeat1, - [47753] = 4, + [47634] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4151), 1, + ACTIONS(3157), 1, + anon_sym_COMMA, + ACTIONS(4291), 1, + anon_sym_RPAREN, + STATE(1643), 1, + aux_sym_argument_list_repeat1, + [47647] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4276), 1, anon_sym_RBRACE, - ACTIONS(4295), 1, + ACTIONS(4293), 1, anon_sym_COMMA, - STATE(1632), 1, + STATE(1628), 1, aux_sym_enumerator_list_repeat1, - [47766] = 4, + [47660] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3157), 1, + ACTIONS(3153), 1, anon_sym_COMMA, - ACTIONS(4297), 1, + ACTIONS(4295), 1, anon_sym_RPAREN, - STATE(1645), 1, - aux_sym_argument_list_repeat1, - [47779] = 4, + STATE(1670), 1, + aux_sym_generic_expression_repeat1, + [47673] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3977), 1, + ACTIONS(4297), 3, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym___attribute__, + [47682] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3963), 1, anon_sym_COMMA, ACTIONS(4299), 1, anon_sym_RPAREN, - STATE(1680), 1, + STATE(1678), 1, aux_sym_function_definition_repeat1, - [47792] = 4, + [47695] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, + ACTIONS(3604), 1, anon_sym___attribute__, ACTIONS(4301), 1, anon_sym_SEMI, - STATE(2039), 1, + STATE(2037), 1, sym_attribute_specifier, - [47805] = 4, + [47708] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4194), 1, - anon_sym_COMMA, - ACTIONS(4303), 1, - anon_sym_RBRACK_RBRACK, - STATE(1640), 1, - aux_sym_attribute_declaration_repeat1, - [47818] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3977), 1, + ACTIONS(4303), 3, anon_sym_COMMA, - ACTIONS(4305), 1, anon_sym_RPAREN, - STATE(1668), 1, - aux_sym_function_definition_repeat1, - [47831] = 4, + anon_sym_COLON, + [47717] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3157), 1, + ACTIONS(4305), 3, anon_sym_COMMA, - ACTIONS(3189), 1, anon_sym_RPAREN, - STATE(1604), 1, - aux_sym_argument_list_repeat1, - [47844] = 4, + anon_sym_COLON, + [47726] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3161), 1, + ACTIONS(4188), 1, anon_sym_COMMA, ACTIONS(4307), 1, - anon_sym_RPAREN, - STATE(1671), 1, - aux_sym_generic_expression_repeat1, - [47857] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4309), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - [47866] = 4, + anon_sym_RBRACK_RBRACK, + STATE(1625), 1, + aux_sym_attribute_declaration_repeat1, + [47739] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3157), 1, anon_sym_COMMA, - ACTIONS(3159), 1, + ACTIONS(3171), 1, anon_sym_RPAREN, - STATE(1645), 1, + STATE(1643), 1, aux_sym_argument_list_repeat1, - [47879] = 4, + [47752] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4311), 1, + ACTIONS(4309), 1, anon_sym_COMMA, - ACTIONS(4314), 1, + ACTIONS(4312), 1, anon_sym_SEMI, - STATE(1661), 1, + STATE(1659), 1, aux_sym__declaration_declarator_repeat1, - [47892] = 4, + [47765] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4188), 1, + ACTIONS(3157), 1, anon_sym_COMMA, - ACTIONS(4316), 1, + ACTIONS(3161), 1, anon_sym_RPAREN, - STATE(1607), 1, - aux_sym_layout_qualifiers_repeat1, - [47905] = 4, + STATE(1600), 1, + aux_sym_argument_list_repeat1, + [47778] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, + ACTIONS(3604), 1, anon_sym___attribute__, - ACTIONS(4318), 1, + ACTIONS(4314), 1, anon_sym_SEMI, - STATE(1944), 1, + STATE(1920), 1, sym_attribute_specifier, - [47918] = 4, + [47791] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3623), 1, + ACTIONS(3615), 1, anon_sym_COMMA, - ACTIONS(4320), 1, + ACTIONS(4316), 1, anon_sym_SEMI, - STATE(1661), 1, + STATE(1659), 1, aux_sym__declaration_declarator_repeat1, - [47931] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3977), 1, - anon_sym_COMMA, - ACTIONS(4305), 1, - anon_sym_RPAREN, - STATE(1680), 1, - aux_sym_function_definition_repeat1, - [47944] = 4, + [47804] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4194), 1, + ACTIONS(4188), 1, anon_sym_COMMA, - ACTIONS(4322), 1, + ACTIONS(4318), 1, anon_sym_RBRACK_RBRACK, - STATE(1630), 1, + STATE(1676), 1, aux_sym_attribute_declaration_repeat1, - [47957] = 2, + [47817] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4324), 3, + ACTIONS(4176), 1, anon_sym_COMMA, + ACTIONS(4320), 1, anon_sym_RPAREN, - anon_sym_COLON, - [47966] = 4, + STATE(1602), 1, + aux_sym_layout_qualifiers_repeat1, + [47830] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3977), 1, + ACTIONS(3963), 1, anon_sym_COMMA, - ACTIONS(4326), 1, + ACTIONS(4322), 1, anon_sym_RPAREN, - STATE(1680), 1, + STATE(1668), 1, aux_sym_function_definition_repeat1, - [47979] = 4, - ACTIONS(3410), 1, + [47843] = 4, + ACTIONS(3352), 1, sym_comment, - ACTIONS(4163), 1, + ACTIONS(4171), 1, anon_sym_LPAREN2, - ACTIONS(4328), 1, + ACTIONS(4324), 1, aux_sym_preproc_include_token2, - STATE(1973), 1, + STATE(1971), 1, sym_preproc_argument_list, - [47992] = 4, + [47856] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4249), 1, + ACTIONS(3963), 1, anon_sym_COMMA, - ACTIONS(4330), 1, + ACTIONS(4322), 1, anon_sym_RPAREN, - STATE(1633), 1, - aux_sym_gnu_asm_goto_list_repeat1, - [48005] = 4, + STATE(1678), 1, + aux_sym_function_definition_repeat1, + [47869] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4332), 1, + ACTIONS(3963), 1, anon_sym_COMMA, - ACTIONS(4335), 1, + ACTIONS(4326), 1, anon_sym_RPAREN, - STATE(1671), 1, - aux_sym_generic_expression_repeat1, - [48018] = 4, + STATE(1678), 1, + aux_sym_function_definition_repeat1, + [47882] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3977), 1, + ACTIONS(4184), 1, anon_sym_COMMA, - ACTIONS(4337), 1, + ACTIONS(4328), 1, anon_sym_RPAREN, - STATE(1675), 1, - aux_sym_function_definition_repeat1, - [48031] = 4, + STATE(1604), 1, + aux_sym_gnu_asm_goto_list_repeat1, + [47895] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, - anon_sym___attribute__, - ACTIONS(4339), 1, - anon_sym_SEMI, - STATE(1991), 1, - sym_attribute_specifier, - [48044] = 4, + ACTIONS(4330), 1, + anon_sym_COMMA, + ACTIONS(4333), 1, + anon_sym_RPAREN, + STATE(1670), 1, + aux_sym_generic_expression_repeat1, + [47908] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3977), 1, + ACTIONS(3067), 1, + anon_sym_LBRACE, + ACTIONS(4335), 1, + sym_identifier, + STATE(1166), 1, + sym_enumerator_list, + [47921] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4337), 3, anon_sym_COMMA, - ACTIONS(4337), 1, anon_sym_RPAREN, - STATE(1680), 1, - aux_sym_function_definition_repeat1, - [48057] = 4, + anon_sym_COLON, + [47930] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3977), 1, + ACTIONS(3963), 1, anon_sym_COMMA, - ACTIONS(4341), 1, + ACTIONS(4339), 1, anon_sym_RPAREN, - STATE(1680), 1, + STATE(1677), 1, aux_sym_function_definition_repeat1, - [48070] = 4, + [47943] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3067), 1, - anon_sym_LBRACE, - ACTIONS(4343), 1, - sym_identifier, - STATE(1168), 1, - sym_enumerator_list, - [48083] = 4, + ACTIONS(3963), 1, + anon_sym_COMMA, + ACTIONS(4339), 1, + anon_sym_RPAREN, + STATE(1678), 1, + aux_sym_function_definition_repeat1, + [47956] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, + ACTIONS(3604), 1, anon_sym___attribute__, - ACTIONS(4345), 1, + ACTIONS(4341), 1, anon_sym_SEMI, - STATE(1974), 1, + STATE(1962), 1, sym_attribute_specifier, - [48096] = 4, + [47969] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4194), 1, + ACTIONS(4188), 1, anon_sym_COMMA, - ACTIONS(4347), 1, + ACTIONS(4343), 1, anon_sym_RBRACK_RBRACK, - STATE(1640), 1, + STATE(1588), 1, aux_sym_attribute_declaration_repeat1, - [48109] = 4, + [47982] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4278), 1, + ACTIONS(3963), 1, + anon_sym_COMMA, + ACTIONS(4345), 1, + anon_sym_RPAREN, + STATE(1678), 1, + aux_sym_function_definition_repeat1, + [47995] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4347), 1, + anon_sym_COMMA, + ACTIONS(4350), 1, + anon_sym_RPAREN, + STATE(1678), 1, + aux_sym_function_definition_repeat1, + [48008] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4280), 1, anon_sym_COLON, - ACTIONS(4349), 1, + ACTIONS(4352), 1, anon_sym_RPAREN, - STATE(1894), 1, + STATE(1893), 1, sym_gnu_asm_goto_list, - [48122] = 4, + [48021] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4351), 1, + ACTIONS(4354), 3, anon_sym_COMMA, - ACTIONS(4354), 1, anon_sym_RPAREN, - STATE(1680), 1, - aux_sym_function_definition_repeat1, - [48135] = 4, + anon_sym_COLON, + [48030] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4356), 1, anon_sym_RPAREN, ACTIONS(4358), 1, anon_sym_COLON, - STATE(1643), 1, + STATE(1642), 1, sym_gnu_asm_clobber_list, - [48148] = 4, + [48043] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4358), 1, anon_sym_COLON, ACTIONS(4360), 1, - anon_sym_RPAREN, - STATE(1679), 1, - sym_gnu_asm_clobber_list, - [48161] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4362), 1, - anon_sym_RPAREN, - ACTIONS(4364), 1, - anon_sym_COLON, - STATE(1681), 1, - sym_gnu_asm_input_operand_list, - [48174] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3977), 1, - anon_sym_COMMA, - ACTIONS(4366), 1, - anon_sym_RPAREN, - STATE(1692), 1, - aux_sym_function_definition_repeat1, - [48187] = 4, + anon_sym_RPAREN, + STATE(1679), 1, + sym_gnu_asm_clobber_list, + [48056] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4188), 1, + ACTIONS(4176), 1, anon_sym_COMMA, - ACTIONS(4368), 1, + ACTIONS(4362), 1, anon_sym_RPAREN, - STATE(1694), 1, + STATE(1693), 1, aux_sym_layout_qualifiers_repeat1, - [48200] = 4, + [48069] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4202), 1, + ACTIONS(4208), 1, sym_identifier, - ACTIONS(4204), 1, + ACTIONS(4210), 1, anon_sym_shared, - STATE(1727), 1, + STATE(1723), 1, sym_qualifier, - [48213] = 4, + [48082] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3977), 1, + ACTIONS(3963), 1, anon_sym_COMMA, - ACTIONS(4366), 1, + ACTIONS(4364), 1, anon_sym_RPAREN, - STATE(1680), 1, + STATE(1692), 1, aux_sym_function_definition_repeat1, - [48226] = 4, - ACTIONS(3410), 1, + [48095] = 4, + ACTIONS(3352), 1, sym_comment, - ACTIONS(4163), 1, + ACTIONS(4171), 1, anon_sym_LPAREN2, - ACTIONS(4370), 1, + ACTIONS(4366), 1, aux_sym_preproc_include_token2, - STATE(1973), 1, + STATE(1971), 1, sym_preproc_argument_list, - [48239] = 2, + [48108] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4372), 3, - anon_sym_COMMA, + ACTIONS(4368), 1, anon_sym_RPAREN, + ACTIONS(4370), 1, anon_sym_COLON, - [48248] = 4, + STATE(1681), 1, + sym_gnu_asm_input_operand_list, + [48121] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3769), 1, - anon_sym_RPAREN, ACTIONS(3771), 1, anon_sym_COLON, - STATE(1683), 1, + ACTIONS(3789), 1, + anon_sym_RPAREN, + STATE(1687), 1, sym_gnu_asm_output_operand_list, - [48261] = 4, + [48134] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4364), 1, + ACTIONS(4370), 1, anon_sym_COLON, - ACTIONS(4374), 1, + ACTIONS(4372), 1, anon_sym_RPAREN, STATE(1682), 1, sym_gnu_asm_input_operand_list, - [48274] = 4, + [48147] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3977), 1, + ACTIONS(3963), 1, anon_sym_COMMA, - ACTIONS(4376), 1, + ACTIONS(4364), 1, anon_sym_RPAREN, - STATE(1680), 1, + STATE(1678), 1, aux_sym_function_definition_repeat1, - [48287] = 4, + [48160] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, + ACTIONS(3604), 1, anon_sym___attribute__, - ACTIONS(4378), 1, + ACTIONS(4374), 1, anon_sym_SEMI, - STATE(1909), 1, + STATE(1911), 1, sym_attribute_specifier, - [48300] = 4, + [48173] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4380), 1, + ACTIONS(3963), 1, anon_sym_COMMA, - ACTIONS(4383), 1, + ACTIONS(4376), 1, anon_sym_RPAREN, - STATE(1694), 1, - aux_sym_layout_qualifiers_repeat1, - [48313] = 2, + STATE(1678), 1, + aux_sym_function_definition_repeat1, + [48186] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4385), 3, + ACTIONS(4378), 1, anon_sym_COMMA, - anon_sym_SEMI, - anon_sym___attribute__, - [48322] = 3, - ACTIONS(3), 1, + ACTIONS(4381), 1, + anon_sym_RPAREN, + STATE(1693), 1, + aux_sym_layout_qualifiers_repeat1, + [48199] = 3, + ACTIONS(3352), 1, sym_comment, - ACTIONS(4387), 1, - sym_identifier, - ACTIONS(4389), 1, - anon_sym_SEMI, - [48332] = 3, + ACTIONS(4383), 1, + aux_sym_preproc_include_token2, + ACTIONS(4385), 1, + sym_preproc_arg, + [48209] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4391), 1, + ACTIONS(4387), 1, anon_sym_LPAREN2, - STATE(491), 1, + STATE(480), 1, sym_parenthesized_expression, - [48342] = 3, - ACTIONS(3), 1, + [48219] = 3, + ACTIONS(3352), 1, sym_comment, - ACTIONS(531), 1, - anon_sym_LBRACE, - STATE(242), 1, - sym_compound_statement, - [48352] = 3, - ACTIONS(3410), 1, + ACTIONS(4389), 1, + aux_sym_preproc_include_token2, + ACTIONS(4391), 1, + sym_preproc_arg, + [48229] = 3, + ACTIONS(3352), 1, sym_comment, ACTIONS(4393), 1, aux_sym_preproc_include_token2, ACTIONS(4395), 1, sym_preproc_arg, - [48362] = 3, - ACTIONS(3410), 1, + [48239] = 3, + ACTIONS(3352), 1, sym_comment, ACTIONS(4397), 1, aux_sym_preproc_include_token2, ACTIONS(4399), 1, sym_preproc_arg, - [48372] = 3, - ACTIONS(3410), 1, - sym_comment, - ACTIONS(4401), 1, - aux_sym_preproc_include_token2, - ACTIONS(4403), 1, - sym_preproc_arg, - [48382] = 3, + [48249] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4405), 1, + ACTIONS(4401), 1, sym_identifier, - STATE(1609), 1, + STATE(1605), 1, sym_attribute, - [48392] = 3, + [48259] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 1, + ACTIONS(4403), 1, sym_identifier, - ACTIONS(4409), 1, + ACTIONS(4405), 1, anon_sym_SEMI, - [48402] = 3, + [48269] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4391), 1, + ACTIONS(4387), 1, anon_sym_LPAREN2, - STATE(519), 1, + STATE(495), 1, sym_parenthesized_expression, - [48412] = 3, + [48279] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4411), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - STATE(1715), 1, + STATE(1712), 1, sym_parenthesized_expression, - [48422] = 3, + [48289] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4391), 1, + ACTIONS(4387), 1, anon_sym_LPAREN2, - STATE(512), 1, + STATE(496), 1, sym_parenthesized_expression, - [48432] = 3, + [48299] = 2, + ACTIONS(3352), 1, + sym_comment, + ACTIONS(4409), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [48307] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(591), 1, + ACTIONS(757), 1, anon_sym_LBRACE, - STATE(268), 1, + STATE(330), 1, sym_compound_statement, - [48442] = 2, - ACTIONS(3410), 1, - sym_comment, - ACTIONS(4413), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [48450] = 3, + [48317] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4415), 1, + ACTIONS(4411), 1, anon_sym_LPAREN2, - STATE(665), 1, + STATE(666), 1, sym_layout_qualifiers, - [48460] = 3, + [48327] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4417), 1, + ACTIONS(4413), 1, sym_identifier, - ACTIONS(4419), 1, - anon_sym_LPAREN2, - [48470] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2629), 1, + ACTIONS(4415), 1, anon_sym_LPAREN2, - STATE(1908), 1, - sym_argument_list, - [48480] = 3, + [48337] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4117), 1, sym_identifier, - STATE(1751), 1, + STATE(1748), 1, sym_enumerator, - [48490] = 3, + [48347] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4421), 1, - sym_identifier, - ACTIONS(4423), 1, - anon_sym_SEMI, - [48500] = 3, + ACTIONS(2625), 1, + anon_sym_LPAREN2, + STATE(1906), 1, + sym_argument_list, + [48357] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3229), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [48365] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4425), 1, + ACTIONS(4417), 1, sym_identifier, - ACTIONS(4427), 1, + ACTIONS(4419), 1, anon_sym_SEMI, - [48510] = 3, + [48375] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACE, STATE(286), 1, sym_compound_statement, - [48520] = 3, + [48385] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4429), 1, + ACTIONS(4421), 1, sym_identifier, - ACTIONS(4431), 1, + ACTIONS(4423), 1, anon_sym_SEMI, - [48530] = 3, + [48395] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 1, + ACTIONS(2625), 1, anon_sym_LPAREN2, - STATE(1849), 1, + STATE(1847), 1, sym_argument_list, - [48540] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3243), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [48548] = 2, + [48405] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4229), 2, + ACTIONS(4227), 2, anon_sym_COMMA, anon_sym_RPAREN, - [48556] = 2, + [48413] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4433), 2, + ACTIONS(4425), 2, anon_sym_COMMA, anon_sym_RPAREN, - [48564] = 3, - ACTIONS(3410), 1, + [48421] = 3, + ACTIONS(3352), 1, sym_comment, - ACTIONS(4435), 1, + ACTIONS(4427), 1, aux_sym_preproc_include_token2, - ACTIONS(4437), 1, + ACTIONS(4429), 1, sym_preproc_arg, - [48574] = 3, - ACTIONS(3410), 1, + [48431] = 3, + ACTIONS(3352), 1, sym_comment, - ACTIONS(4439), 1, + ACTIONS(4431), 1, aux_sym_preproc_include_token2, - ACTIONS(4441), 1, + ACTIONS(4433), 1, sym_preproc_arg, - [48584] = 2, + [48441] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4256), 2, + ACTIONS(4253), 2, anon_sym_COMMA, anon_sym_RPAREN, - [48592] = 2, + [48449] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3193), 2, + ACTIONS(3207), 2, anon_sym_COMMA, anon_sym_RPAREN, - [48600] = 2, + [48457] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4443), 2, - anon_sym_COMMA, + ACTIONS(4435), 1, + sym_identifier, + ACTIONS(4437), 1, anon_sym_SEMI, - [48608] = 3, + [48467] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4445), 1, - sym_identifier, - ACTIONS(4447), 1, + ACTIONS(4439), 2, + anon_sym_COMMA, anon_sym_SEMI, - [48618] = 2, + [48475] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4383), 2, + ACTIONS(4381), 2, anon_sym_COMMA, anon_sym_RPAREN, - [48626] = 3, - ACTIONS(3410), 1, + [48483] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4441), 1, + sym_identifier, + ACTIONS(4443), 1, + anon_sym_SEMI, + [48493] = 3, + ACTIONS(3352), 1, sym_comment, - ACTIONS(4449), 1, + ACTIONS(4445), 1, aux_sym_preproc_include_token2, - ACTIONS(4451), 1, + ACTIONS(4447), 1, sym_preproc_arg, - [48636] = 3, + [48503] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4411), 1, + ACTIONS(4387), 1, anon_sym_LPAREN2, - STATE(1918), 1, + STATE(509), 1, sym_parenthesized_expression, - [48646] = 3, + [48513] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4391), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - STATE(495), 1, + STATE(1916), 1, sym_parenthesized_expression, - [48656] = 3, - ACTIONS(3410), 1, - sym_comment, - ACTIONS(4453), 1, - aux_sym_preproc_include_token2, - ACTIONS(4455), 1, - sym_preproc_arg, - [48666] = 3, + [48523] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4391), 1, + ACTIONS(4387), 1, anon_sym_LPAREN2, - STATE(478), 1, + STATE(489), 1, sym_parenthesized_expression, - [48676] = 2, + [48533] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3691), 2, + ACTIONS(3225), 2, anon_sym_COMMA, - anon_sym_SEMI, - [48684] = 3, + anon_sym_RBRACE, + [48541] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4411), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - STATE(1707), 1, + STATE(1705), 1, sym_parenthesized_expression, - [48694] = 3, + [48551] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4411), 1, + ACTIONS(145), 1, + anon_sym_LBRACE, + STATE(108), 1, + sym_compound_statement, + [48561] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4407), 1, anon_sym_LPAREN2, - STATE(1907), 1, + STATE(1899), 1, sym_parenthesized_expression, - [48704] = 2, + [48571] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3687), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [48579] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4457), 2, + ACTIONS(4449), 2, anon_sym_COMMA, anon_sym_RBRACK_RBRACK, - [48712] = 3, + [48587] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4405), 1, + ACTIONS(4401), 1, sym_identifier, - STATE(1785), 1, + STATE(1783), 1, sym_attribute, - [48722] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(145), 1, - anon_sym_LBRACE, - STATE(121), 1, - sym_compound_statement, - [48732] = 3, - ACTIONS(3410), 1, - sym_comment, - ACTIONS(4459), 1, - aux_sym_preproc_include_token2, - ACTIONS(4461), 1, - sym_preproc_arg, - [48742] = 2, + [48597] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3207), 2, - anon_sym_COMMA, + ACTIONS(4451), 1, + sym_identifier, + ACTIONS(4453), 1, anon_sym_SEMI, - [48750] = 3, + [48607] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4391), 1, + ACTIONS(4387), 1, anon_sym_LPAREN2, - STATE(500), 1, + STATE(502), 1, sym_parenthesized_expression, - [48760] = 3, + [48617] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4411), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - STATE(1775), 1, + STATE(1780), 1, sym_parenthesized_expression, - [48770] = 3, + [48627] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4391), 1, + ACTIONS(4387), 1, anon_sym_LPAREN2, STATE(497), 1, sym_parenthesized_expression, - [48780] = 3, + [48637] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4463), 1, - sym_identifier, - ACTIONS(4465), 1, + ACTIONS(3243), 2, + anon_sym_COMMA, anon_sym_SEMI, - [48790] = 3, + [48645] = 3, + ACTIONS(3352), 1, + sym_comment, + ACTIONS(4455), 1, + aux_sym_preproc_include_token2, + ACTIONS(4457), 1, + sym_preproc_arg, + [48655] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4391), 1, - anon_sym_LPAREN2, - STATE(489), 1, - sym_parenthesized_expression, - [48800] = 3, - ACTIONS(3410), 1, + ACTIONS(4459), 1, + sym_identifier, + ACTIONS(4461), 1, + anon_sym_RPAREN, + [48665] = 3, + ACTIONS(3352), 1, + sym_comment, + ACTIONS(4463), 1, + aux_sym_preproc_include_token2, + ACTIONS(4465), 1, + sym_preproc_arg, + [48675] = 3, + ACTIONS(3352), 1, sym_comment, ACTIONS(4467), 1, aux_sym_preproc_include_token2, ACTIONS(4469), 1, sym_preproc_arg, - [48810] = 3, + [48685] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4471), 1, - sym_identifier, - ACTIONS(4473), 1, - anon_sym_RPAREN, - [48820] = 3, + ACTIONS(4407), 1, + anon_sym_LPAREN2, + STATE(1845), 1, + sym_parenthesized_expression, + [48695] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4411), 1, + ACTIONS(4387), 1, anon_sym_LPAREN2, - STATE(1846), 1, + STATE(479), 1, sym_parenthesized_expression, - [48830] = 3, + [48705] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4411), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - STATE(2019), 1, + STATE(2011), 1, sym_parenthesized_expression, - [48840] = 3, - ACTIONS(3410), 1, - sym_comment, - ACTIONS(4475), 1, - aux_sym_preproc_include_token2, - ACTIONS(4477), 1, - sym_preproc_arg, - [48850] = 2, + [48715] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4247), 2, + ACTIONS(4240), 2, anon_sym_COMMA, anon_sym_RBRACE, - [48858] = 2, - ACTIONS(3410), 1, + [48723] = 2, + ACTIONS(3352), 1, sym_comment, - ACTIONS(4479), 2, + ACTIONS(4471), 2, aux_sym_char_literal_token1, sym_escape_sequence, - [48866] = 3, + [48731] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4481), 1, + ACTIONS(4387), 1, + anon_sym_LPAREN2, + STATE(493), 1, + sym_parenthesized_expression, + [48741] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4473), 1, sym_identifier, - ACTIONS(4483), 1, + ACTIONS(4475), 1, anon_sym_SEMI, - [48876] = 3, + [48751] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4391), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - STATE(502), 1, + STATE(1731), 1, sym_parenthesized_expression, - [48886] = 3, + [48761] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4411), 1, + ACTIONS(4387), 1, anon_sym_LPAREN2, - STATE(1738), 1, + STATE(505), 1, sym_parenthesized_expression, - [48896] = 3, - ACTIONS(3410), 1, + [48771] = 3, + ACTIONS(3352), 1, sym_comment, - ACTIONS(4485), 1, + ACTIONS(4477), 1, aux_sym_preproc_include_token2, - ACTIONS(4487), 1, + ACTIONS(4479), 1, sym_preproc_arg, - [48906] = 3, + [48781] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4391), 1, - anon_sym_LPAREN2, - STATE(504), 1, - sym_parenthesized_expression, - [48916] = 3, + ACTIONS(4401), 1, + sym_identifier, + STATE(1657), 1, + sym_attribute, + [48791] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4489), 1, + ACTIONS(4481), 1, sym_identifier, - ACTIONS(4491), 1, + ACTIONS(4483), 1, anon_sym_SEMI, - [48926] = 3, + [48801] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4405), 1, + ACTIONS(4485), 1, sym_identifier, - STATE(1666), 1, - sym_attribute, - [48936] = 2, + ACTIONS(4487), 1, + anon_sym_SEMI, + [48811] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3245), 2, + ACTIONS(4489), 2, anon_sym_COMMA, - anon_sym_RBRACE, - [48944] = 2, + anon_sym_RBRACK_RBRACK, + [48819] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4493), 2, + ACTIONS(4218), 2, anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [48952] = 3, - ACTIONS(3410), 1, + anon_sym_RPAREN, + [48827] = 3, + ACTIONS(3352), 1, sym_comment, - ACTIONS(4495), 1, + ACTIONS(4491), 1, aux_sym_preproc_include_token2, - ACTIONS(4497), 1, + ACTIONS(4493), 1, sym_preproc_arg, - [48962] = 3, + [48837] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4499), 1, + ACTIONS(4495), 1, + anon_sym_LPAREN2, + STATE(820), 1, + sym_layout_qualifiers, + [48847] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4497), 1, sym_identifier, - ACTIONS(4501), 1, + ACTIONS(4499), 1, anon_sym_SEMI, - [48972] = 3, + [48857] = 3, ACTIONS(3), 1, sym_comment, + ACTIONS(4501), 1, + sym_identifier, ACTIONS(4503), 1, anon_sym_LPAREN2, - STATE(821), 1, - sym_layout_qualifiers, - [48982] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4220), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [48990] = 3, - ACTIONS(3410), 1, + [48867] = 3, + ACTIONS(3352), 1, sym_comment, ACTIONS(4505), 1, aux_sym_preproc_include_token2, ACTIONS(4507), 1, sym_preproc_arg, - [49000] = 3, - ACTIONS(3), 1, + [48877] = 3, + ACTIONS(3352), 1, sym_comment, ACTIONS(4509), 1, - sym_identifier, + aux_sym_preproc_include_token2, ACTIONS(4511), 1, - anon_sym_SEMI, - [49010] = 3, - ACTIONS(3410), 1, + sym_preproc_arg, + [48887] = 3, + ACTIONS(3352), 1, sym_comment, ACTIONS(4513), 1, aux_sym_preproc_include_token2, ACTIONS(4515), 1, sym_preproc_arg, - [49020] = 3, + [48897] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4517), 1, sym_identifier, ACTIONS(4519), 1, - anon_sym_LPAREN2, - [49030] = 3, + anon_sym_SEMI, + [48907] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4411), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - STATE(2003), 1, + STATE(2002), 1, sym_parenthesized_expression, - [49040] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4354), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [49048] = 3, - ACTIONS(3410), 1, + [48917] = 3, + ACTIONS(3352), 1, sym_comment, ACTIONS(4521), 1, aux_sym_preproc_include_token2, ACTIONS(4523), 1, sym_preproc_arg, - [49058] = 2, - ACTIONS(3410), 1, - sym_comment, - ACTIONS(4525), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [49066] = 3, - ACTIONS(3410), 1, + [48927] = 3, + ACTIONS(3352), 1, sym_comment, - ACTIONS(4527), 1, + ACTIONS(4525), 1, aux_sym_preproc_include_token2, - ACTIONS(4529), 1, + ACTIONS(4527), 1, sym_preproc_arg, - [49076] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(219), 1, - anon_sym_LBRACE, - STATE(194), 1, - sym_compound_statement, - [49086] = 3, + [48937] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4391), 1, - anon_sym_LPAREN2, - STATE(484), 1, - sym_parenthesized_expression, - [49096] = 3, - ACTIONS(3410), 1, + ACTIONS(3165), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [48945] = 3, + ACTIONS(3352), 1, sym_comment, - ACTIONS(4531), 1, + ACTIONS(4529), 1, aux_sym_preproc_include_token2, - ACTIONS(4533), 1, + ACTIONS(4531), 1, sym_preproc_arg, - [49106] = 3, - ACTIONS(3410), 1, + [48955] = 2, + ACTIONS(3352), 1, + sym_comment, + ACTIONS(4533), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [48963] = 3, + ACTIONS(3352), 1, sym_comment, ACTIONS(4535), 1, aux_sym_preproc_include_token2, ACTIONS(4537), 1, sym_preproc_arg, - [49116] = 3, - ACTIONS(3410), 1, + [48973] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4387), 1, + anon_sym_LPAREN2, + STATE(481), 1, + sym_parenthesized_expression, + [48983] = 3, + ACTIONS(3352), 1, sym_comment, ACTIONS(4539), 1, aux_sym_preproc_include_token2, ACTIONS(4541), 1, sym_preproc_arg, - [49126] = 2, + [48993] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4543), 2, - anon_sym_DOT_DOT_DOT, - sym_identifier, - [49134] = 2, + ACTIONS(4350), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [49001] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4545), 2, + ACTIONS(531), 1, + anon_sym_LBRACE, + STATE(334), 1, + sym_compound_statement, + [49011] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4543), 2, anon_sym_COMMA, anon_sym_RPAREN, - [49142] = 3, + [49019] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4547), 1, + ACTIONS(219), 1, + anon_sym_LBRACE, + STATE(175), 1, + sym_compound_statement, + [49029] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4545), 2, + anon_sym_DOT_DOT_DOT, sym_identifier, - ACTIONS(4549), 1, - anon_sym_SEMI, - [49152] = 3, - ACTIONS(3410), 1, + [49037] = 3, + ACTIONS(3352), 1, sym_comment, - ACTIONS(4551), 1, + ACTIONS(4547), 1, aux_sym_preproc_include_token2, - ACTIONS(4553), 1, + ACTIONS(4549), 1, sym_preproc_arg, - [49162] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3179), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [49170] = 2, + [49047] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4272), 2, + ACTIONS(4151), 2, anon_sym_COMMA, anon_sym_RBRACK_RBRACK, - [49178] = 3, + [49055] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4405), 1, + ACTIONS(4401), 1, sym_identifier, - STATE(1619), 1, + STATE(1663), 1, sym_attribute, - [49188] = 3, + [49065] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4391), 1, + ACTIONS(4387), 1, anon_sym_LPAREN2, - STATE(490), 1, + STATE(485), 1, sym_parenthesized_expression, - [49198] = 3, + [49075] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4411), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - STATE(1698), 1, + STATE(1778), 1, sym_parenthesized_expression, - [49208] = 3, - ACTIONS(3410), 1, + [49085] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4551), 1, + sym_identifier, + ACTIONS(4553), 1, + anon_sym_SEMI, + [49095] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4555), 1, - aux_sym_preproc_include_token2, + anon_sym_SEMI, + [49102] = 2, + ACTIONS(3), 1, + sym_comment, ACTIONS(4557), 1, - sym_preproc_arg, - [49218] = 2, + anon_sym_RPAREN, + [49109] = 2, ACTIONS(3), 1, sym_comment, + ACTIONS(4519), 1, + anon_sym_SEMI, + [49116] = 2, + ACTIONS(3352), 1, + sym_comment, ACTIONS(4559), 1, - aux_sym_preproc_if_token2, - [49225] = 2, - ACTIONS(3410), 1, + aux_sym_preproc_include_token2, + [49123] = 2, + ACTIONS(3352), 1, sym_comment, ACTIONS(4561), 1, aux_sym_preproc_include_token2, - [49232] = 2, - ACTIONS(3410), 1, + [49130] = 2, + ACTIONS(3352), 1, sym_comment, ACTIONS(4563), 1, aux_sym_preproc_include_token2, - [49239] = 2, - ACTIONS(3410), 1, + [49137] = 2, + ACTIONS(3352), 1, sym_comment, - ACTIONS(3482), 1, + ACTIONS(3510), 1, aux_sym_preproc_include_token2, - [49246] = 2, - ACTIONS(3410), 1, + [49144] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4565), 1, - aux_sym_preproc_include_token2, - [49253] = 2, - ACTIONS(3410), 1, + sym_identifier, + [49151] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4567), 1, - aux_sym_preproc_include_token2, - [49260] = 2, - ACTIONS(3410), 1, + sym_identifier, + [49158] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4569), 1, - aux_sym_preproc_include_token2, - [49267] = 2, + aux_sym_preproc_if_token2, + [49165] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4571), 1, sym_identifier, - [49274] = 2, - ACTIONS(3), 1, + [49172] = 2, + ACTIONS(3352), 1, sym_comment, ACTIONS(4573), 1, - sym_identifier, - [49281] = 2, + aux_sym_preproc_include_token2, + [49179] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4575), 1, aux_sym_preproc_if_token2, - [49288] = 2, + [49186] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4577), 1, - sym_identifier, - [49295] = 2, - ACTIONS(3410), 1, + aux_sym_preproc_if_token2, + [49193] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4579), 1, - aux_sym_preproc_include_token2, - [49302] = 2, + anon_sym_SEMI, + [49200] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4581), 1, - aux_sym_preproc_if_token2, - [49309] = 2, + anon_sym_SEMI, + [49207] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3199), 1, + anon_sym_SEMI, + [49214] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4583), 1, aux_sym_preproc_if_token2, - [49316] = 2, + [49221] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4585), 1, + ACTIONS(4437), 1, anon_sym_SEMI, - [49323] = 2, + [49228] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4587), 1, - anon_sym_SEMI, - [49330] = 2, + ACTIONS(3221), 1, + anon_sym_RPAREN, + [49235] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3209), 1, + ACTIONS(4553), 1, anon_sym_SEMI, - [49337] = 2, + [49242] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3213), 1, - anon_sym_SEMI, - [49344] = 2, - ACTIONS(3), 1, + ACTIONS(4585), 1, + anon_sym_RPAREN, + [49249] = 2, + ACTIONS(3352), 1, sym_comment, - ACTIONS(4589), 1, - aux_sym_preproc_if_token2, - [49351] = 2, + ACTIONS(4587), 1, + aux_sym_preproc_include_token2, + [49256] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4549), 1, - anon_sym_SEMI, - [49358] = 2, - ACTIONS(3410), 1, + ACTIONS(3169), 1, + anon_sym_RBRACE, + [49263] = 2, + ACTIONS(3352), 1, sym_comment, - ACTIONS(4591), 1, + ACTIONS(4212), 1, aux_sym_preproc_include_token2, - [49365] = 2, + [49270] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4589), 1, + sym_identifier, + [49277] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3215), 1, + ACTIONS(4591), 1, anon_sym_SEMI, - [49372] = 2, - ACTIONS(3410), 1, + [49284] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(4210), 1, - aux_sym_preproc_include_token2, - [49379] = 2, + ACTIONS(4593), 1, + anon_sym_SEMI, + [49291] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3225), 1, + ACTIONS(3217), 1, anon_sym_RPAREN, - [49386] = 2, + [49298] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4593), 1, - sym_identifier, - [49393] = 2, + ACTIONS(4264), 1, + anon_sym_RBRACE, + [49305] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4595), 1, - anon_sym_SEMI, - [49400] = 2, + aux_sym_preproc_if_token2, + [49312] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4597), 1, - anon_sym_SEMI, - [49407] = 2, + anon_sym_COLON, + [49319] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4599), 1, - anon_sym_COLON, - [49414] = 2, + sym_identifier, + [49326] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4601), 1, - aux_sym_preproc_if_token2, - [49421] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4427), 1, - anon_sym_SEMI, - [49428] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4289), 1, - anon_sym_RBRACE, - [49435] = 2, - ACTIONS(3), 1, + anon_sym_RPAREN, + [49333] = 2, + ACTIONS(3352), 1, sym_comment, ACTIONS(4603), 1, - aux_sym_preproc_if_token2, - [49442] = 2, - ACTIONS(3), 1, + aux_sym_preproc_include_token2, + [49340] = 2, + ACTIONS(3352), 1, sym_comment, ACTIONS(4605), 1, - anon_sym_RPAREN, - [49449] = 2, + aux_sym_preproc_include_token2, + [49347] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4607), 1, sym_identifier, - [49456] = 2, + [49354] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4609), 1, - anon_sym_RPAREN, - [49463] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3223), 1, - anon_sym_RPAREN, - [49470] = 2, - ACTIONS(3410), 1, + anon_sym_SEMI, + [49361] = 2, + ACTIONS(3352), 1, sym_comment, ACTIONS(4611), 1, aux_sym_preproc_include_token2, - [49477] = 2, + [49368] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4613), 1, - sym_identifier, - [49484] = 2, + anon_sym_RPAREN, + [49375] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4615), 1, - aux_sym_preproc_if_token2, - [49491] = 2, - ACTIONS(3), 1, + anon_sym_RPAREN, + [49382] = 2, + ACTIONS(3352), 1, sym_comment, ACTIONS(4617), 1, + aux_sym_preproc_include_token2, + [49389] = 2, + ACTIONS(3352), 1, + sym_comment, + ACTIONS(3518), 1, + aux_sym_preproc_include_token2, + [49396] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3209), 1, anon_sym_RPAREN, - [49498] = 2, + [49403] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4619), 1, - anon_sym_RPAREN, - [49505] = 2, + aux_sym_preproc_if_token2, + [49410] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4621), 1, anon_sym_SEMI, - [49512] = 2, - ACTIONS(3410), 1, + [49417] = 2, + ACTIONS(3352), 1, sym_comment, - ACTIONS(3458), 1, + ACTIONS(4623), 1, aux_sym_preproc_include_token2, - [49519] = 2, + [49424] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4623), 1, - aux_sym_preproc_if_token2, - [49526] = 2, - ACTIONS(3410), 1, - sym_comment, ACTIONS(4625), 1, - aux_sym_preproc_include_token2, - [49533] = 2, + anon_sym_SEMI, + [49431] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4627), 1, - anon_sym_SEMI, - [49540] = 2, + aux_sym_preproc_if_token2, + [49438] = 2, + ACTIONS(3352), 1, + sym_comment, + ACTIONS(4169), 1, + aux_sym_preproc_include_token2, + [49445] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4629), 1, aux_sym_preproc_if_token2, - [49547] = 2, - ACTIONS(3), 1, + [49452] = 2, + ACTIONS(3352), 1, sym_comment, ACTIONS(4631), 1, - anon_sym_SEMI, - [49554] = 2, - ACTIONS(3410), 1, - sym_comment, - ACTIONS(4633), 1, aux_sym_preproc_include_token2, - [49561] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4635), 1, - anon_sym_SEMI, - [49568] = 2, + [49459] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3237), 1, + ACTIONS(4633), 1, anon_sym_SEMI, - [49575] = 2, + [49466] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4501), 1, + ACTIONS(4635), 1, anon_sym_SEMI, - [49582] = 2, + [49473] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4637), 1, aux_sym_preproc_if_token2, - [49589] = 2, + [49480] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4639), 1, aux_sym_preproc_if_token2, - [49596] = 2, + [49487] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4641), 1, anon_sym_SEMI, - [49603] = 2, - ACTIONS(3410), 1, - sym_comment, - ACTIONS(4161), 1, - aux_sym_preproc_include_token2, - [49610] = 2, + [49494] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4643), 1, anon_sym_SEMI, - [49617] = 2, - ACTIONS(3), 1, + [49501] = 2, + ACTIONS(3352), 1, sym_comment, ACTIONS(4645), 1, - anon_sym_SEMI, - [49624] = 2, + aux_sym_preproc_include_token2, + [49508] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4647), 1, - anon_sym_RPAREN, - [49631] = 2, + anon_sym_STAR, + [49515] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4649), 1, - anon_sym_STAR, - [49638] = 2, + anon_sym_RPAREN, + [49522] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4651), 1, - anon_sym_RBRACK, - [49645] = 2, + anon_sym_SEMI, + [49529] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4653), 1, - anon_sym_SEMI, - [49652] = 2, + aux_sym_preproc_if_token2, + [49536] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4655), 1, aux_sym_preproc_if_token2, - [49659] = 2, + [49543] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4657), 1, - aux_sym_preproc_if_token2, - [49666] = 2, - ACTIONS(3410), 1, + anon_sym_SEMI, + [49550] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4499), 1, + anon_sym_SEMI, + [49557] = 2, + ACTIONS(3352), 1, sym_comment, ACTIONS(4659), 1, aux_sym_preproc_include_token2, - [49673] = 2, + [49564] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4511), 1, - anon_sym_SEMI, - [49680] = 2, - ACTIONS(3410), 1, - sym_comment, ACTIONS(4661), 1, - aux_sym_preproc_include_token2, - [49687] = 2, + anon_sym_RPAREN, + [49571] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4663), 1, - anon_sym_RPAREN, - [49694] = 2, - ACTIONS(3410), 1, + anon_sym_SEMI, + [49578] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4665), 1, - aux_sym_preproc_include_token2, - [49701] = 2, - ACTIONS(3410), 1, + anon_sym_SEMI, + [49585] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4667), 1, - aux_sym_preproc_include_token2, - [49708] = 2, + sym_identifier, + [49592] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4669), 1, sym_identifier, - [49715] = 2, - ACTIONS(3), 1, + [49599] = 2, + ACTIONS(3352), 1, sym_comment, ACTIONS(4671), 1, - sym_identifier, - [49722] = 2, + aux_sym_preproc_include_token2, + [49606] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4673), 1, + ACTIONS(4487), 1, anon_sym_SEMI, - [49729] = 2, + [49613] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4673), 1, + anon_sym_RPAREN, + [49620] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4675), 1, anon_sym_SEMI, - [49736] = 2, + [49627] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 1, + ACTIONS(4483), 1, anon_sym_SEMI, - [49743] = 2, - ACTIONS(3410), 1, + [49634] = 2, + ACTIONS(3352), 1, sym_comment, ACTIONS(4677), 1, aux_sym_preproc_include_token2, - [49750] = 2, + [49641] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4679), 1, - anon_sym_SEMI, - [49757] = 2, + anon_sym_RPAREN, + [49648] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4491), 1, + ACTIONS(4681), 1, anon_sym_SEMI, - [49764] = 2, + [49655] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4681), 1, - anon_sym_RPAREN, - [49771] = 2, - ACTIONS(3410), 1, - sym_comment, ACTIONS(4683), 1, - aux_sym_preproc_include_token2, - [49778] = 2, - ACTIONS(3), 1, + sym_identifier, + [49662] = 2, + ACTIONS(3352), 1, sym_comment, ACTIONS(4685), 1, - sym_identifier, - [49785] = 2, + aux_sym_preproc_include_token2, + [49669] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4687), 1, + ACTIONS(3231), 1, anon_sym_SEMI, - [49792] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4689), 1, - anon_sym_RPAREN, - [49799] = 2, + [49676] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4691), 1, - anon_sym_SEMI, - [49806] = 2, + ACTIONS(4687), 1, + anon_sym_RBRACK, + [49683] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4693), 1, + ACTIONS(4689), 1, anon_sym_COMMA, - [49813] = 2, + [49690] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4695), 1, - aux_sym_preproc_if_token2, - [49820] = 2, + ACTIONS(4475), 1, + anon_sym_SEMI, + [49697] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4697), 1, + ACTIONS(4691), 1, anon_sym_RPAREN, - [49827] = 2, + [49704] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4699), 1, + ACTIONS(4693), 1, anon_sym_RPAREN, - [49834] = 2, + [49711] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3235), 1, anon_sym_SEMI, - [49841] = 2, - ACTIONS(3410), 1, + [49718] = 2, + ACTIONS(3352), 1, sym_comment, - ACTIONS(4370), 1, + ACTIONS(4366), 1, aux_sym_preproc_include_token2, - [49848] = 2, + [49725] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4701), 1, + ACTIONS(4695), 1, anon_sym_RPAREN, - [49855] = 2, + [49732] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4483), 1, + ACTIONS(4697), 1, anon_sym_SEMI, - [49862] = 2, + [49739] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4699), 1, + aux_sym_preproc_if_token2, + [49746] = 2, + ACTIONS(3352), 1, + sym_comment, + ACTIONS(4701), 1, + aux_sym_preproc_include_token2, + [49753] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4703), 1, - anon_sym_SEMI, - [49869] = 2, - ACTIONS(3410), 1, + sym_identifier, + [49760] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4705), 1, - aux_sym_preproc_include_token2, - [49876] = 2, + aux_sym_preproc_if_token2, + [49767] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4707), 1, - sym_identifier, - [49883] = 2, + anon_sym_SEMI, + [49774] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4709), 1, - anon_sym_SEMI, - [49890] = 2, - ACTIONS(3410), 1, + anon_sym_RPAREN, + [49781] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4711), 1, - aux_sym_preproc_include_token2, - [49897] = 2, + anon_sym_COLON, + [49788] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4713), 1, - anon_sym_RPAREN, - [49904] = 2, + aux_sym_preproc_if_token2, + [49795] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4715), 1, - aux_sym_preproc_if_token2, - [49911] = 2, - ACTIONS(3410), 1, + anon_sym_COLON, + [49802] = 2, + ACTIONS(3352), 1, sym_comment, ACTIONS(4717), 1, aux_sym_preproc_include_token2, - [49918] = 2, + [49809] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4719), 1, - anon_sym_SQUOTE, - [49925] = 2, + anon_sym_SEMI, + [49816] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4721), 1, - anon_sym_COLON, - [49932] = 2, + aux_sym_preproc_if_token2, + [49823] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3191), 1, + anon_sym_SEMI, + [49830] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4723), 1, - anon_sym_COLON, - [49939] = 2, + anon_sym_RPAREN, + [49837] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4725), 1, - anon_sym_SEMI, - [49946] = 2, + anon_sym_SQUOTE, + [49844] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4727), 1, - anon_sym_RPAREN, - [49953] = 2, + sym_identifier, + [49851] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4729), 1, - anon_sym_SEMI, - [49960] = 2, + sym_identifier, + [49858] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4731), 1, - anon_sym_SQUOTE, - [49967] = 2, + sym_identifier, + [49865] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4733), 1, - sym_identifier, - [49974] = 2, + sym_primitive_type, + [49872] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4735), 1, - sym_identifier, - [49981] = 2, + anon_sym_SEMI, + [49879] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4737), 1, - sym_identifier, - [49988] = 2, + anon_sym_SEMI, + [49886] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4739), 1, - sym_primitive_type, - [49995] = 2, + anon_sym_SEMI, + [49893] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4741), 1, aux_sym_preproc_if_token2, - [50002] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3185), 1, - anon_sym_RBRACE, - [50009] = 2, + [49900] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4743), 1, - anon_sym_SEMI, - [50016] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3229), 1, - anon_sym_SEMI, - [50023] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4745), 1, sym_identifier, - [50030] = 2, + [49907] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3239), 1, - anon_sym_SEMI, - [50037] = 2, + ACTIONS(4745), 1, + aux_sym_preproc_if_token2, + [49914] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4747), 1, - anon_sym_SEMI, - [50044] = 2, + anon_sym_SQUOTE, + [49921] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4749), 1, anon_sym_RPAREN, - [50051] = 2, + [49928] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4751), 1, anon_sym_SEMI, - [50058] = 2, + [49935] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4753), 1, anon_sym_RPAREN, - [50065] = 2, + [49942] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4755), 1, aux_sym_preproc_if_token2, - [50072] = 2, + [49949] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4757), 1, + ACTIONS(3195), 1, anon_sym_SEMI, - [50079] = 2, + [49956] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4759), 1, + ACTIONS(4757), 1, anon_sym_SEMI, - [50086] = 2, + [49963] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3219), 1, - anon_sym_RPAREN, - [50093] = 2, + ACTIONS(4759), 1, + anon_sym_SEMI, + [49970] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4761), 1, aux_sym_preproc_if_token2, - [50100] = 2, + [49977] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4763), 1, sym_identifier, - [50107] = 2, + [49984] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4765), 1, anon_sym_SEMI, - [50114] = 2, + [49991] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4767), 1, anon_sym_SEMI, - [50121] = 2, + [49998] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4769), 1, anon_sym_RPAREN, - [50128] = 2, + [50005] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4771), 1, anon_sym_LPAREN2, - [50135] = 2, + [50012] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4773), 1, sym_identifier, - [50142] = 2, + [50019] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3217), 1, + ACTIONS(4775), 1, + anon_sym_SEMI, + [50026] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3201), 1, anon_sym_RPAREN, - [50149] = 2, + [50033] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4775), 1, + ACTIONS(3203), 1, anon_sym_SEMI, - [50156] = 2, + [50040] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4777), 1, - anon_sym_RPAREN, - [50163] = 2, + anon_sym_COLON, + [50047] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4465), 1, + ACTIONS(4453), 1, anon_sym_SEMI, - [50170] = 2, - ACTIONS(3), 1, + [50054] = 2, + ACTIONS(3352), 1, sym_comment, ACTIONS(4779), 1, - anon_sym_RPAREN, - [50177] = 2, - ACTIONS(3410), 1, + aux_sym_preproc_include_token2, + [50061] = 2, + ACTIONS(3352), 1, sym_comment, ACTIONS(4781), 1, aux_sym_preproc_include_token2, - [50184] = 2, + [50068] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4783), 1, - anon_sym_COLON, - [50191] = 2, + sym_identifier, + [50075] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4785), 1, sym_identifier, - [50198] = 2, + [50082] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4787), 1, - sym_identifier, - [50205] = 2, - ACTIONS(3410), 1, + anon_sym_RPAREN, + [50089] = 2, + ACTIONS(3352), 1, sym_comment, - ACTIONS(4328), 1, + ACTIONS(4324), 1, aux_sym_preproc_include_token2, - [50212] = 2, + [50096] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4789), 1, - sym_identifier, - [50219] = 2, + anon_sym_SEMI, + [50103] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4791), 1, - aux_sym_preproc_if_token2, - [50226] = 2, + anon_sym_STAR, + [50110] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4793), 1, - anon_sym_STAR, - [50233] = 2, + sym_identifier, + [50117] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4795), 1, - sym_identifier, - [50240] = 2, - ACTIONS(3410), 1, + aux_sym_preproc_if_token2, + [50124] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4797), 1, - aux_sym_preproc_include_token2, - [50247] = 2, + sym_identifier, + [50131] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4799), 1, - anon_sym_SEMI, - [50254] = 2, + anon_sym_RPAREN, + [50138] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4801), 1, - anon_sym_RPAREN, - [50261] = 2, + anon_sym_SEMI, + [50145] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4803), 1, - anon_sym_LPAREN2, - [50268] = 2, + aux_sym_preproc_if_token2, + [50152] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4805), 1, - aux_sym_preproc_if_token2, - [50275] = 2, + anon_sym_SEMI, + [50159] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4807), 1, - aux_sym_preproc_if_token2, - [50282] = 2, + anon_sym_COLON, + [50166] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4809), 1, - anon_sym_COLON, - [50289] = 2, + aux_sym_preproc_if_token2, + [50173] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4811), 1, anon_sym_COLON, - [50296] = 2, + [50180] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4813), 1, anon_sym_SEMI, - [50303] = 2, + [50187] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4815), 1, - anon_sym_SEMI, - [50310] = 2, + sym_identifier, + [50194] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4817), 1, - sym_identifier, - [50317] = 2, + anon_sym_LPAREN2, + [50201] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4819), 1, - anon_sym_LPAREN2, - [50324] = 2, + aux_sym_preproc_if_token2, + [50208] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4821), 1, - aux_sym_preproc_if_token2, - [50331] = 2, - ACTIONS(3410), 1, + anon_sym_LPAREN2, + [50215] = 2, + ACTIONS(3352), 1, sym_comment, ACTIONS(4823), 1, aux_sym_preproc_include_token2, - [50338] = 2, + [50222] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4825), 1, - aux_sym_preproc_if_token2, - [50345] = 2, + sym_identifier, + [50229] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4827), 1, sym_identifier, - [50352] = 2, + [50236] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4829), 1, - sym_identifier, - [50359] = 2, + anon_sym_SEMI, + [50243] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4831), 1, anon_sym_SEMI, - [50366] = 2, - ACTIONS(2300), 1, + [50250] = 2, + ACTIONS(2282), 1, aux_sym_preproc_include_token2, - ACTIONS(3410), 1, + ACTIONS(3352), 1, sym_comment, - [50373] = 2, + [50257] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4833), 1, - anon_sym_SEMI, - [50380] = 2, + anon_sym_RPAREN, + [50264] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4835), 1, - anon_sym_RPAREN, - [50387] = 2, + sym_identifier, + [50271] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4837), 1, sym_identifier, - [50394] = 2, + [50278] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4839), 1, sym_identifier, - [50401] = 2, + [50285] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4443), 1, + anon_sym_SEMI, + [50292] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4841), 1, sym_identifier, - [50408] = 2, + [50299] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4843), 1, - anon_sym_SEMI, - [50415] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4845), 1, - sym_identifier, - [50422] = 2, - ACTIONS(3410), 1, + anon_sym_STAR, + [50306] = 2, + ACTIONS(3352), 1, sym_comment, - ACTIONS(3552), 1, + ACTIONS(3486), 1, aux_sym_preproc_include_token2, - [50429] = 2, + [50313] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4447), 1, + ACTIONS(4845), 1, anon_sym_SEMI, - [50436] = 2, + [50320] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4847), 1, - anon_sym_STAR, - [50443] = 2, + anon_sym_LPAREN2, + [50327] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4849), 1, - anon_sym_LPAREN2, - [50450] = 2, + aux_sym_preproc_if_token2, + [50334] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4851), 1, - aux_sym_preproc_if_token2, - [50457] = 2, + sym_identifier, + [50341] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4853), 1, sym_identifier, - [50464] = 2, + [50348] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4855), 1, - sym_identifier, - [50471] = 2, - ACTIONS(3), 1, + aux_sym_preproc_if_token2, + [50355] = 2, + ACTIONS(3352), 1, sym_comment, ACTIONS(4857), 1, - anon_sym_SEMI, - [50478] = 2, - ACTIONS(3410), 1, + aux_sym_preproc_include_token2, + [50362] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4859), 1, + anon_sym_RPAREN, + [50369] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3227), 1, + anon_sym_SEMI, + [50376] = 2, + ACTIONS(3352), 1, + sym_comment, + ACTIONS(3526), 1, aux_sym_preproc_include_token2, - [50485] = 2, + [50383] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4861), 1, - anon_sym_RPAREN, - [50492] = 2, + aux_sym_preproc_if_token2, + [50390] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4863), 1, - aux_sym_preproc_if_token2, - [50499] = 2, - ACTIONS(3410), 1, - sym_comment, - ACTIONS(3454), 1, - aux_sym_preproc_include_token2, - [50506] = 2, + anon_sym_while, + [50397] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4865), 1, - anon_sym_SEMI, - [50513] = 2, + sym_identifier, + [50404] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4867), 1, - anon_sym_while, - [50520] = 2, + aux_sym_preproc_if_token2, + [50411] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4869), 1, - sym_identifier, - [50527] = 2, + aux_sym_preproc_if_token2, + [50418] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4871), 1, - aux_sym_preproc_if_token2, - [50534] = 2, + anon_sym_STAR, + [50425] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4873), 1, - aux_sym_preproc_if_token2, - [50541] = 2, + anon_sym_SEMI, + [50432] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4875), 1, - anon_sym_STAR, - [50548] = 2, + anon_sym_SEMI, + [50439] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4877), 1, - anon_sym_SEMI, - [50555] = 2, + aux_sym_preproc_if_token2, + [50446] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4879), 1, - aux_sym_preproc_if_token2, - [50562] = 2, + anon_sym_SEMI, + [50453] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4881), 1, - anon_sym_SEMI, - [50569] = 2, - ACTIONS(3), 1, + aux_sym_preproc_if_token2, + [50460] = 2, + ACTIONS(3352), 1, sym_comment, ACTIONS(4883), 1, - aux_sym_preproc_if_token2, - [50576] = 2, + aux_sym_preproc_include_token2, + [50467] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4885), 1, anon_sym_SEMI, - [50583] = 2, + [50474] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4887), 1, - aux_sym_preproc_if_token2, - [50590] = 2, + anon_sym_SQUOTE, + [50481] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4889), 1, aux_sym_preproc_if_token2, - [50597] = 2, + [50488] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4891), 1, - anon_sym_SQUOTE, - [50604] = 2, + aux_sym_preproc_if_token2, + [50495] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4893), 1, - aux_sym_preproc_if_token2, - [50611] = 2, + anon_sym_LPAREN2, + [50502] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4895), 1, anon_sym_SEMI, - [50618] = 2, + [50509] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4897), 1, - anon_sym_LPAREN2, - [50625] = 2, + anon_sym_SEMI, + [50516] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4899), 1, + ACTIONS(3249), 1, anon_sym_SEMI, - [50632] = 2, + [50523] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4901), 1, - anon_sym_SEMI, - [50639] = 2, + ACTIONS(4899), 1, + anon_sym_while, + [50530] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3221), 1, - anon_sym_SEMI, - [50646] = 2, + ACTIONS(4901), 1, + anon_sym_while, + [50537] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, - anon_sym_while, - [50653] = 2, + anon_sym_SEMI, + [50544] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4905), 1, - anon_sym_while, - [50660] = 2, - ACTIONS(3410), 1, + anon_sym_SEMI, + [50551] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4907), 1, - aux_sym_preproc_include_token2, - [50667] = 2, + aux_sym_preproc_if_token2, + [50558] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4909), 1, aux_sym_preproc_if_token2, - [50674] = 2, + [50565] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4911), 1, - aux_sym_preproc_if_token2, - [50681] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4913), 1, - anon_sym_SEMI, - [50688] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4915), 1, anon_sym_SEMI, - [50695] = 2, + [50572] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3233), 1, + ACTIONS(3189), 1, anon_sym_SEMI, - [50702] = 2, + [50579] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4917), 1, + ACTIONS(4913), 1, sym_identifier, - [50709] = 2, + [50586] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4919), 1, + ACTIONS(4915), 1, anon_sym_SEMI, - [50716] = 2, + [50593] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4921), 1, + ACTIONS(4917), 1, anon_sym_SEMI, - [50723] = 2, + [50600] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4923), 1, + ACTIONS(4919), 1, anon_sym_SEMI, - [50730] = 2, + [50607] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4431), 1, + ACTIONS(4423), 1, anon_sym_SEMI, - [50737] = 2, + [50614] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4925), 1, + ACTIONS(3193), 1, anon_sym_SEMI, - [50744] = 2, + [50621] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4927), 1, + ACTIONS(4921), 1, aux_sym_preproc_if_token2, - [50751] = 2, + [50628] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4929), 1, + ACTIONS(4923), 1, anon_sym_RPAREN, - [50758] = 2, + [50635] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3251), 1, + ACTIONS(3237), 1, anon_sym_RPAREN, - [50765] = 2, + [50642] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4931), 1, + ACTIONS(4925), 1, anon_sym_while, - [50772] = 2, - ACTIONS(3410), 1, + [50649] = 2, + ACTIONS(3352), 1, sym_comment, - ACTIONS(4933), 1, + ACTIONS(4927), 1, aux_sym_preproc_include_token2, - [50779] = 2, + [50656] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3227), 1, + ACTIONS(4929), 1, anon_sym_SEMI, - [50786] = 2, + [50663] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4935), 1, + ACTIONS(4931), 1, aux_sym_preproc_if_token2, - [50793] = 2, + [50670] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4937), 1, + ACTIONS(4933), 1, aux_sym_preproc_if_token2, - [50800] = 2, - ACTIONS(3410), 1, + [50677] = 2, + ACTIONS(3352), 1, sym_comment, - ACTIONS(4238), 1, + ACTIONS(4244), 1, aux_sym_preproc_include_token2, - [50807] = 2, - ACTIONS(2304), 1, + [50684] = 2, + ACTIONS(2286), 1, aux_sym_preproc_include_token2, - ACTIONS(3410), 1, + ACTIONS(3352), 1, sym_comment, - [50814] = 2, + [50691] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4939), 1, + ACTIONS(4935), 1, ts_builtin_sym_end, - [50821] = 2, + [50698] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4941), 1, + ACTIONS(3233), 1, anon_sym_SEMI, - [50828] = 2, + [50705] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4943), 1, + ACTIONS(4937), 1, aux_sym_preproc_if_token2, - [50835] = 2, + [50712] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3199), 1, + ACTIONS(3187), 1, anon_sym_SEMI, - [50842] = 2, + [50719] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4945), 1, + ACTIONS(4939), 1, anon_sym_RPAREN, - [50849] = 2, + [50726] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4947), 1, + ACTIONS(4941), 1, anon_sym_LPAREN2, - [50856] = 2, + [50733] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4949), 1, + ACTIONS(4943), 1, anon_sym_LPAREN2, - [50863] = 2, + [50740] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4951), 1, + ACTIONS(4945), 1, anon_sym_LPAREN2, - [50870] = 2, + [50747] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4953), 1, + ACTIONS(4947), 1, sym_identifier, - [50877] = 2, + [50754] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4955), 1, + ACTIONS(4949), 1, anon_sym_while, - [50884] = 2, + [50761] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4957), 1, + ACTIONS(4951), 1, anon_sym_SEMI, - [50891] = 2, + [50768] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4959), 1, + ACTIONS(4953), 1, anon_sym_SEMI, - [50898] = 2, + [50775] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4961), 1, + ACTIONS(4955), 1, anon_sym_LPAREN2, - [50905] = 2, + [50782] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3197), 1, - anon_sym_SEMI, - [50912] = 2, + ACTIONS(4957), 1, + sym_identifier, + [50789] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4963), 1, + ACTIONS(4959), 1, anon_sym_COLON, - [50919] = 2, + [50796] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4965), 1, - sym_identifier, - [50926] = 2, + ACTIONS(3245), 1, + anon_sym_SEMI, + [50803] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3195), 1, - anon_sym_SEMI, - [50933] = 2, - ACTIONS(3410), 1, + ACTIONS(4961), 1, + aux_sym_preproc_if_token2, + [50810] = 2, + ACTIONS(3352), 1, sym_comment, - ACTIONS(4967), 1, + ACTIONS(4963), 1, aux_sym_preproc_include_token2, - [50940] = 2, + [50817] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4969), 1, + ACTIONS(4965), 1, anon_sym_SEMI, - [50947] = 2, + [50824] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4971), 1, - aux_sym_preproc_if_token2, - [50954] = 2, + ACTIONS(4967), 1, + anon_sym_COLON, + [50831] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4973), 1, + ACTIONS(4969), 1, anon_sym_LPAREN2, - [50961] = 2, + [50838] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4975), 1, + ACTIONS(4971), 1, anon_sym_SEMI, - [50968] = 2, + [50845] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3241), 1, + ACTIONS(3223), 1, anon_sym_RPAREN, - [50975] = 2, + [50852] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3249), 1, + ACTIONS(3219), 1, anon_sym_RPAREN, - [50982] = 2, + [50859] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3253), 1, + ACTIONS(3213), 1, anon_sym_RPAREN, - [50989] = 2, + [50866] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4977), 1, + ACTIONS(4973), 1, anon_sym_LPAREN2, - [50996] = 2, + [50873] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4979), 1, - anon_sym_COLON, - [51003] = 2, + ACTIONS(4419), 1, + anon_sym_SEMI, + [50880] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4981), 1, + ACTIONS(4975), 1, anon_sym_LPAREN2, - [51010] = 2, + [50887] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4983), 1, + ACTIONS(4977), 1, anon_sym_RBRACK, - [51017] = 2, + [50894] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4985), 1, + ACTIONS(4979), 1, sym_identifier, - [51024] = 2, + [50901] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3211), 1, + ACTIONS(4405), 1, anon_sym_SEMI, - [51031] = 2, + [50908] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4409), 1, + ACTIONS(3241), 1, anon_sym_SEMI, - [51038] = 2, + [50915] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4987), 1, + ACTIONS(4981), 1, anon_sym_LPAREN2, - [51045] = 2, - ACTIONS(3), 1, + [50922] = 2, + ACTIONS(3352), 1, sym_comment, - ACTIONS(4423), 1, - anon_sym_SEMI, - [51052] = 2, + ACTIONS(4983), 1, + aux_sym_preproc_include_token2, + [50929] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4989), 1, + ACTIONS(4985), 1, anon_sym_LPAREN2, - [51059] = 2, + [50936] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4991), 1, + ACTIONS(4987), 1, anon_sym_RPAREN, - [51066] = 2, + [50943] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4993), 1, + ACTIONS(4989), 1, anon_sym_RPAREN, - [51073] = 2, + [50950] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4995), 1, + ACTIONS(4991), 1, anon_sym_LPAREN2, - [51080] = 2, + [50957] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4997), 1, - sym_identifier, - [51087] = 2, + ACTIONS(4993), 1, + sym_primitive_type, + [50964] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4999), 1, + ACTIONS(4995), 1, sym_identifier, - [51094] = 2, + [50971] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5001), 1, + ACTIONS(4997), 1, sym_identifier, - [51101] = 2, + [50978] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5003), 1, - sym_primitive_type, - [51108] = 2, + ACTIONS(4999), 1, + sym_identifier, + [50985] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5005), 1, + ACTIONS(5001), 1, aux_sym_preproc_if_token2, - [51115] = 2, + [50992] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5007), 1, + ACTIONS(5003), 1, aux_sym_preproc_if_token2, - [51122] = 2, - ACTIONS(3410), 1, + [50999] = 2, + ACTIONS(3352), 1, sym_comment, - ACTIONS(5009), 1, + ACTIONS(5005), 1, aux_sym_preproc_include_token2, }; @@ -140764,121 +140666,121 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(680)] = 339, [SMALL_STATE(681)] = 447, [SMALL_STATE(682)] = 555, - [SMALL_STATE(683)] = 663, - [SMALL_STATE(684)] = 771, - [SMALL_STATE(685)] = 879, - [SMALL_STATE(686)] = 987, - [SMALL_STATE(687)] = 1095, + [SMALL_STATE(683)] = 661, + [SMALL_STATE(684)] = 769, + [SMALL_STATE(685)] = 877, + [SMALL_STATE(686)] = 985, + [SMALL_STATE(687)] = 1093, [SMALL_STATE(688)] = 1201, [SMALL_STATE(689)] = 1309, [SMALL_STATE(690)] = 1417, [SMALL_STATE(691)] = 1525, [SMALL_STATE(692)] = 1633, [SMALL_STATE(693)] = 1741, - [SMALL_STATE(694)] = 1849, - [SMALL_STATE(695)] = 1957, - [SMALL_STATE(696)] = 2065, + [SMALL_STATE(694)] = 1847, + [SMALL_STATE(695)] = 1955, + [SMALL_STATE(696)] = 2063, [SMALL_STATE(697)] = 2171, [SMALL_STATE(698)] = 2279, [SMALL_STATE(699)] = 2387, [SMALL_STATE(700)] = 2495, - [SMALL_STATE(701)] = 2600, - [SMALL_STATE(702)] = 2705, - [SMALL_STATE(703)] = 2808, - [SMALL_STATE(704)] = 2913, - [SMALL_STATE(705)] = 3016, - [SMALL_STATE(706)] = 3119, - [SMALL_STATE(707)] = 3224, - [SMALL_STATE(708)] = 3327, - [SMALL_STATE(709)] = 3430, + [SMALL_STATE(701)] = 2598, + [SMALL_STATE(702)] = 2701, + [SMALL_STATE(703)] = 2806, + [SMALL_STATE(704)] = 2909, + [SMALL_STATE(705)] = 3014, + [SMALL_STATE(706)] = 3117, + [SMALL_STATE(707)] = 3220, + [SMALL_STATE(708)] = 3325, + [SMALL_STATE(709)] = 3428, [SMALL_STATE(710)] = 3533, - [SMALL_STATE(711)] = 3638, - [SMALL_STATE(712)] = 3743, - [SMALL_STATE(713)] = 3848, - [SMALL_STATE(714)] = 3951, + [SMALL_STATE(711)] = 3636, + [SMALL_STATE(712)] = 3739, + [SMALL_STATE(713)] = 3844, + [SMALL_STATE(714)] = 3949, [SMALL_STATE(715)] = 4054, [SMALL_STATE(716)] = 4157, [SMALL_STATE(717)] = 4260, [SMALL_STATE(718)] = 4362, - [SMALL_STATE(719)] = 4462, - [SMALL_STATE(720)] = 4562, - [SMALL_STATE(721)] = 4662, - [SMALL_STATE(722)] = 4762, - [SMALL_STATE(723)] = 4864, - [SMALL_STATE(724)] = 4964, - [SMALL_STATE(725)] = 5066, + [SMALL_STATE(719)] = 4464, + [SMALL_STATE(720)] = 4566, + [SMALL_STATE(721)] = 4666, + [SMALL_STATE(722)] = 4768, + [SMALL_STATE(723)] = 4868, + [SMALL_STATE(724)] = 4968, + [SMALL_STATE(725)] = 5068, [SMALL_STATE(726)] = 5168, [SMALL_STATE(727)] = 5268, - [SMALL_STATE(728)] = 5370, - [SMALL_STATE(729)] = 5472, - [SMALL_STATE(730)] = 5574, - [SMALL_STATE(731)] = 5676, - [SMALL_STATE(732)] = 5778, - [SMALL_STATE(733)] = 5880, - [SMALL_STATE(734)] = 5982, - [SMALL_STATE(735)] = 6084, - [SMALL_STATE(736)] = 6186, - [SMALL_STATE(737)] = 6288, - [SMALL_STATE(738)] = 6390, - [SMALL_STATE(739)] = 6492, - [SMALL_STATE(740)] = 6594, - [SMALL_STATE(741)] = 6696, - [SMALL_STATE(742)] = 6798, - [SMALL_STATE(743)] = 6900, - [SMALL_STATE(744)] = 7002, - [SMALL_STATE(745)] = 7104, - [SMALL_STATE(746)] = 7206, - [SMALL_STATE(747)] = 7308, - [SMALL_STATE(748)] = 7410, - [SMALL_STATE(749)] = 7510, - [SMALL_STATE(750)] = 7612, - [SMALL_STATE(751)] = 7714, - [SMALL_STATE(752)] = 7816, - [SMALL_STATE(753)] = 7918, - [SMALL_STATE(754)] = 8020, - [SMALL_STATE(755)] = 8120, - [SMALL_STATE(756)] = 8222, - [SMALL_STATE(757)] = 8322, - [SMALL_STATE(758)] = 8424, - [SMALL_STATE(759)] = 8524, - [SMALL_STATE(760)] = 8624, - [SMALL_STATE(761)] = 8726, - [SMALL_STATE(762)] = 8826, - [SMALL_STATE(763)] = 8928, - [SMALL_STATE(764)] = 9028, - [SMALL_STATE(765)] = 9130, - [SMALL_STATE(766)] = 9232, - [SMALL_STATE(767)] = 9334, - [SMALL_STATE(768)] = 9434, - [SMALL_STATE(769)] = 9536, - [SMALL_STATE(770)] = 9638, - [SMALL_STATE(771)] = 9738, - [SMALL_STATE(772)] = 9840, - [SMALL_STATE(773)] = 9940, - [SMALL_STATE(774)] = 10040, - [SMALL_STATE(775)] = 10142, - [SMALL_STATE(776)] = 10244, - [SMALL_STATE(777)] = 10346, - [SMALL_STATE(778)] = 10446, - [SMALL_STATE(779)] = 10546, - [SMALL_STATE(780)] = 10646, - [SMALL_STATE(781)] = 10746, - [SMALL_STATE(782)] = 10846, - [SMALL_STATE(783)] = 10946, - [SMALL_STATE(784)] = 11046, - [SMALL_STATE(785)] = 11146, + [SMALL_STATE(728)] = 5368, + [SMALL_STATE(729)] = 5468, + [SMALL_STATE(730)] = 5568, + [SMALL_STATE(731)] = 5668, + [SMALL_STATE(732)] = 5768, + [SMALL_STATE(733)] = 5868, + [SMALL_STATE(734)] = 5970, + [SMALL_STATE(735)] = 6072, + [SMALL_STATE(736)] = 6172, + [SMALL_STATE(737)] = 6274, + [SMALL_STATE(738)] = 6376, + [SMALL_STATE(739)] = 6478, + [SMALL_STATE(740)] = 6580, + [SMALL_STATE(741)] = 6682, + [SMALL_STATE(742)] = 6784, + [SMALL_STATE(743)] = 6886, + [SMALL_STATE(744)] = 6988, + [SMALL_STATE(745)] = 7090, + [SMALL_STATE(746)] = 7192, + [SMALL_STATE(747)] = 7294, + [SMALL_STATE(748)] = 7396, + [SMALL_STATE(749)] = 7498, + [SMALL_STATE(750)] = 7600, + [SMALL_STATE(751)] = 7702, + [SMALL_STATE(752)] = 7804, + [SMALL_STATE(753)] = 7906, + [SMALL_STATE(754)] = 8008, + [SMALL_STATE(755)] = 8110, + [SMALL_STATE(756)] = 8212, + [SMALL_STATE(757)] = 8312, + [SMALL_STATE(758)] = 8412, + [SMALL_STATE(759)] = 8512, + [SMALL_STATE(760)] = 8612, + [SMALL_STATE(761)] = 8712, + [SMALL_STATE(762)] = 8812, + [SMALL_STATE(763)] = 8914, + [SMALL_STATE(764)] = 9016, + [SMALL_STATE(765)] = 9118, + [SMALL_STATE(766)] = 9220, + [SMALL_STATE(767)] = 9322, + [SMALL_STATE(768)] = 9424, + [SMALL_STATE(769)] = 9526, + [SMALL_STATE(770)] = 9628, + [SMALL_STATE(771)] = 9730, + [SMALL_STATE(772)] = 9832, + [SMALL_STATE(773)] = 9934, + [SMALL_STATE(774)] = 10036, + [SMALL_STATE(775)] = 10138, + [SMALL_STATE(776)] = 10240, + [SMALL_STATE(777)] = 10340, + [SMALL_STATE(778)] = 10442, + [SMALL_STATE(779)] = 10542, + [SMALL_STATE(780)] = 10644, + [SMALL_STATE(781)] = 10744, + [SMALL_STATE(782)] = 10844, + [SMALL_STATE(783)] = 10944, + [SMALL_STATE(784)] = 11044, + [SMALL_STATE(785)] = 11144, [SMALL_STATE(786)] = 11246, - [SMALL_STATE(787)] = 11346, - [SMALL_STATE(788)] = 11446, - [SMALL_STATE(789)] = 11546, - [SMALL_STATE(790)] = 11648, - [SMALL_STATE(791)] = 11748, + [SMALL_STATE(787)] = 11348, + [SMALL_STATE(788)] = 11448, + [SMALL_STATE(789)] = 11548, + [SMALL_STATE(790)] = 11650, + [SMALL_STATE(791)] = 11750, [SMALL_STATE(792)] = 11850, [SMALL_STATE(793)] = 11952, [SMALL_STATE(794)] = 12054, [SMALL_STATE(795)] = 12154, - [SMALL_STATE(796)] = 12254, - [SMALL_STATE(797)] = 12356, + [SMALL_STATE(796)] = 12256, + [SMALL_STATE(797)] = 12358, [SMALL_STATE(798)] = 12458, [SMALL_STATE(799)] = 12560, [SMALL_STATE(800)] = 12662, @@ -140887,15 +140789,15 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(803)] = 12941, [SMALL_STATE(804)] = 13034, [SMALL_STATE(805)] = 13127, - [SMALL_STATE(806)] = 13206, - [SMALL_STATE(807)] = 13299, - [SMALL_STATE(808)] = 13392, - [SMALL_STATE(809)] = 13485, - [SMALL_STATE(810)] = 13578, - [SMALL_STATE(811)] = 13671, - [SMALL_STATE(812)] = 13764, - [SMALL_STATE(813)] = 13857, - [SMALL_STATE(814)] = 13950, + [SMALL_STATE(806)] = 13220, + [SMALL_STATE(807)] = 13313, + [SMALL_STATE(808)] = 13406, + [SMALL_STATE(809)] = 13499, + [SMALL_STATE(810)] = 13592, + [SMALL_STATE(811)] = 13685, + [SMALL_STATE(812)] = 13778, + [SMALL_STATE(813)] = 13871, + [SMALL_STATE(814)] = 13964, [SMALL_STATE(815)] = 14043, [SMALL_STATE(816)] = 14136, [SMALL_STATE(817)] = 14202, @@ -140908,9 +140810,9 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(824)] = 14628, [SMALL_STATE(825)] = 14685, [SMALL_STATE(826)] = 14746, - [SMALL_STATE(827)] = 14807, - [SMALL_STATE(828)] = 14864, - [SMALL_STATE(829)] = 14921, + [SMALL_STATE(827)] = 14803, + [SMALL_STATE(828)] = 14860, + [SMALL_STATE(829)] = 14917, [SMALL_STATE(830)] = 14978, [SMALL_STATE(831)] = 15042, [SMALL_STATE(832)] = 15097, @@ -140918,9 +140820,9 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(834)] = 15207, [SMALL_STATE(835)] = 15262, [SMALL_STATE(836)] = 15317, - [SMALL_STATE(837)] = 15372, - [SMALL_STATE(838)] = 15427, - [SMALL_STATE(839)] = 15482, + [SMALL_STATE(837)] = 15376, + [SMALL_STATE(838)] = 15431, + [SMALL_STATE(839)] = 15486, [SMALL_STATE(840)] = 15541, [SMALL_STATE(841)] = 15596, [SMALL_STATE(842)] = 15651, @@ -140950,1200 +140852,1198 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(866)] = 17619, [SMALL_STATE(867)] = 17701, [SMALL_STATE(868)] = 17764, - [SMALL_STATE(869)] = 17829, - [SMALL_STATE(870)] = 17892, - [SMALL_STATE(871)] = 17971, - [SMALL_STATE(872)] = 18034, - [SMALL_STATE(873)] = 18087, + [SMALL_STATE(869)] = 17827, + [SMALL_STATE(870)] = 17890, + [SMALL_STATE(871)] = 17969, + [SMALL_STATE(872)] = 18032, + [SMALL_STATE(873)] = 18097, [SMALL_STATE(874)] = 18150, [SMALL_STATE(875)] = 18213, [SMALL_STATE(876)] = 18276, [SMALL_STATE(877)] = 18328, - [SMALL_STATE(878)] = 18401, - [SMALL_STATE(879)] = 18482, - [SMALL_STATE(880)] = 18533, - [SMALL_STATE(881)] = 18584, - [SMALL_STATE(882)] = 18635, - [SMALL_STATE(883)] = 18696, - [SMALL_STATE(884)] = 18747, - [SMALL_STATE(885)] = 18798, - [SMALL_STATE(886)] = 18849, - [SMALL_STATE(887)] = 18900, - [SMALL_STATE(888)] = 18951, - [SMALL_STATE(889)] = 19016, - [SMALL_STATE(890)] = 19083, - [SMALL_STATE(891)] = 19154, - [SMALL_STATE(892)] = 19205, - [SMALL_STATE(893)] = 19280, - [SMALL_STATE(894)] = 19331, - [SMALL_STATE(895)] = 19382, - [SMALL_STATE(896)] = 19459, - [SMALL_STATE(897)] = 19538, - [SMALL_STATE(898)] = 19605, - [SMALL_STATE(899)] = 19656, - [SMALL_STATE(900)] = 19719, - [SMALL_STATE(901)] = 19770, - [SMALL_STATE(902)] = 19855, - [SMALL_STATE(903)] = 19906, - [SMALL_STATE(904)] = 19957, - [SMALL_STATE(905)] = 20018, - [SMALL_STATE(906)] = 20077, - [SMALL_STATE(907)] = 20128, - [SMALL_STATE(908)] = 20213, - [SMALL_STATE(909)] = 20298, - [SMALL_STATE(910)] = 20349, - [SMALL_STATE(911)] = 20400, - [SMALL_STATE(912)] = 20451, - [SMALL_STATE(913)] = 20512, - [SMALL_STATE(914)] = 20573, - [SMALL_STATE(915)] = 20624, - [SMALL_STATE(916)] = 20675, - [SMALL_STATE(917)] = 20734, - [SMALL_STATE(918)] = 20788, - [SMALL_STATE(919)] = 20843, - [SMALL_STATE(920)] = 20890, - [SMALL_STATE(921)] = 20945, - [SMALL_STATE(922)] = 21024, - [SMALL_STATE(923)] = 21071, - [SMALL_STATE(924)] = 21126, - [SMALL_STATE(925)] = 21181, - [SMALL_STATE(926)] = 21236, - [SMALL_STATE(927)] = 21310, - [SMALL_STATE(928)] = 21372, - [SMALL_STATE(929)] = 21418, - [SMALL_STATE(930)] = 21464, - [SMALL_STATE(931)] = 21518, - [SMALL_STATE(932)] = 21580, - [SMALL_STATE(933)] = 21650, - [SMALL_STATE(934)] = 21706, - [SMALL_STATE(935)] = 21752, - [SMALL_STATE(936)] = 21808, - [SMALL_STATE(937)] = 21888, - [SMALL_STATE(938)] = 21960, - [SMALL_STATE(939)] = 22016, - [SMALL_STATE(940)] = 22096, - [SMALL_STATE(941)] = 22172, - [SMALL_STATE(942)] = 22230, - [SMALL_STATE(943)] = 22310, - [SMALL_STATE(944)] = 22370, - [SMALL_STATE(945)] = 22426, - [SMALL_STATE(946)] = 22492, - [SMALL_STATE(947)] = 22560, - [SMALL_STATE(948)] = 22605, - [SMALL_STATE(949)] = 22654, + [SMALL_STATE(878)] = 18389, + [SMALL_STATE(879)] = 18466, + [SMALL_STATE(880)] = 18517, + [SMALL_STATE(881)] = 18568, + [SMALL_STATE(882)] = 18653, + [SMALL_STATE(883)] = 18704, + [SMALL_STATE(884)] = 18755, + [SMALL_STATE(885)] = 18816, + [SMALL_STATE(886)] = 18867, + [SMALL_STATE(887)] = 18918, + [SMALL_STATE(888)] = 18977, + [SMALL_STATE(889)] = 19038, + [SMALL_STATE(890)] = 19089, + [SMALL_STATE(891)] = 19148, + [SMALL_STATE(892)] = 19199, + [SMALL_STATE(893)] = 19250, + [SMALL_STATE(894)] = 19301, + [SMALL_STATE(895)] = 19352, + [SMALL_STATE(896)] = 19403, + [SMALL_STATE(897)] = 19488, + [SMALL_STATE(898)] = 19539, + [SMALL_STATE(899)] = 19590, + [SMALL_STATE(900)] = 19641, + [SMALL_STATE(901)] = 19692, + [SMALL_STATE(902)] = 19753, + [SMALL_STATE(903)] = 19804, + [SMALL_STATE(904)] = 19869, + [SMALL_STATE(905)] = 19936, + [SMALL_STATE(906)] = 20007, + [SMALL_STATE(907)] = 20080, + [SMALL_STATE(908)] = 20155, + [SMALL_STATE(909)] = 20206, + [SMALL_STATE(910)] = 20285, + [SMALL_STATE(911)] = 20366, + [SMALL_STATE(912)] = 20429, + [SMALL_STATE(913)] = 20480, + [SMALL_STATE(914)] = 20565, + [SMALL_STATE(915)] = 20616, + [SMALL_STATE(916)] = 20677, + [SMALL_STATE(917)] = 20728, + [SMALL_STATE(918)] = 20782, + [SMALL_STATE(919)] = 20861, + [SMALL_STATE(920)] = 20916, + [SMALL_STATE(921)] = 20963, + [SMALL_STATE(922)] = 21010, + [SMALL_STATE(923)] = 21065, + [SMALL_STATE(924)] = 21120, + [SMALL_STATE(925)] = 21175, + [SMALL_STATE(926)] = 21230, + [SMALL_STATE(927)] = 21284, + [SMALL_STATE(928)] = 21364, + [SMALL_STATE(929)] = 21410, + [SMALL_STATE(930)] = 21466, + [SMALL_STATE(931)] = 21522, + [SMALL_STATE(932)] = 21578, + [SMALL_STATE(933)] = 21634, + [SMALL_STATE(934)] = 21708, + [SMALL_STATE(935)] = 21784, + [SMALL_STATE(936)] = 21842, + [SMALL_STATE(937)] = 21922, + [SMALL_STATE(938)] = 21990, + [SMALL_STATE(939)] = 22062, + [SMALL_STATE(940)] = 22108, + [SMALL_STATE(941)] = 22178, + [SMALL_STATE(942)] = 22234, + [SMALL_STATE(943)] = 22296, + [SMALL_STATE(944)] = 22342, + [SMALL_STATE(945)] = 22402, + [SMALL_STATE(946)] = 22482, + [SMALL_STATE(947)] = 22548, + [SMALL_STATE(948)] = 22593, + [SMALL_STATE(949)] = 22650, [SMALL_STATE(950)] = 22699, - [SMALL_STATE(951)] = 22744, - [SMALL_STATE(952)] = 22793, - [SMALL_STATE(953)] = 22842, - [SMALL_STATE(954)] = 22891, - [SMALL_STATE(955)] = 22940, + [SMALL_STATE(951)] = 22748, + [SMALL_STATE(952)] = 22797, + [SMALL_STATE(953)] = 22846, + [SMALL_STATE(954)] = 22895, + [SMALL_STATE(955)] = 22944, [SMALL_STATE(956)] = 22989, [SMALL_STATE(957)] = 23038, [SMALL_STATE(958)] = 23087, - [SMALL_STATE(959)] = 23132, - [SMALL_STATE(960)] = 23189, - [SMALL_STATE(961)] = 23246, - [SMALL_STATE(962)] = 23303, - [SMALL_STATE(963)] = 23352, - [SMALL_STATE(964)] = 23401, - [SMALL_STATE(965)] = 23458, - [SMALL_STATE(966)] = 23507, - [SMALL_STATE(967)] = 23556, - [SMALL_STATE(968)] = 23605, - [SMALL_STATE(969)] = 23654, - [SMALL_STATE(970)] = 23703, - [SMALL_STATE(971)] = 23752, - [SMALL_STATE(972)] = 23801, - [SMALL_STATE(973)] = 23845, - [SMALL_STATE(974)] = 23889, - [SMALL_STATE(975)] = 23933, - [SMALL_STATE(976)] = 23977, - [SMALL_STATE(977)] = 24021, - [SMALL_STATE(978)] = 24065, - [SMALL_STATE(979)] = 24109, - [SMALL_STATE(980)] = 24153, - [SMALL_STATE(981)] = 24197, - [SMALL_STATE(982)] = 24241, - [SMALL_STATE(983)] = 24285, - [SMALL_STATE(984)] = 24329, - [SMALL_STATE(985)] = 24373, - [SMALL_STATE(986)] = 24417, - [SMALL_STATE(987)] = 24463, - [SMALL_STATE(988)] = 24507, - [SMALL_STATE(989)] = 24551, - [SMALL_STATE(990)] = 24595, - [SMALL_STATE(991)] = 24639, - [SMALL_STATE(992)] = 24683, - [SMALL_STATE(993)] = 24727, - [SMALL_STATE(994)] = 24771, - [SMALL_STATE(995)] = 24815, - [SMALL_STATE(996)] = 24859, - [SMALL_STATE(997)] = 24903, - [SMALL_STATE(998)] = 24947, - [SMALL_STATE(999)] = 24991, - [SMALL_STATE(1000)] = 25035, - [SMALL_STATE(1001)] = 25079, - [SMALL_STATE(1002)] = 25123, - [SMALL_STATE(1003)] = 25175, - [SMALL_STATE(1004)] = 25219, - [SMALL_STATE(1005)] = 25263, - [SMALL_STATE(1006)] = 25307, - [SMALL_STATE(1007)] = 25351, - [SMALL_STATE(1008)] = 25395, - [SMALL_STATE(1009)] = 25439, - [SMALL_STATE(1010)] = 25508, - [SMALL_STATE(1011)] = 25577, - [SMALL_STATE(1012)] = 25646, - [SMALL_STATE(1013)] = 25715, - [SMALL_STATE(1014)] = 25771, - [SMALL_STATE(1015)] = 25827, - [SMALL_STATE(1016)] = 25879, - [SMALL_STATE(1017)] = 25935, - [SMALL_STATE(1018)] = 25991, - [SMALL_STATE(1019)] = 26047, - [SMALL_STATE(1020)] = 26096, - [SMALL_STATE(1021)] = 26138, - [SMALL_STATE(1022)] = 26180, - [SMALL_STATE(1023)] = 26254, - [SMALL_STATE(1024)] = 26296, - [SMALL_STATE(1025)] = 26364, - [SMALL_STATE(1026)] = 26406, - [SMALL_STATE(1027)] = 26448, - [SMALL_STATE(1028)] = 26514, - [SMALL_STATE(1029)] = 26568, - [SMALL_STATE(1030)] = 26638, - [SMALL_STATE(1031)] = 26702, - [SMALL_STATE(1032)] = 26770, - [SMALL_STATE(1033)] = 26832, - [SMALL_STATE(1034)] = 26906, - [SMALL_STATE(1035)] = 26964, - [SMALL_STATE(1036)] = 27020, - [SMALL_STATE(1037)] = 27078, - [SMALL_STATE(1038)] = 27152, - [SMALL_STATE(1039)] = 27195, - [SMALL_STATE(1040)] = 27258, - [SMALL_STATE(1041)] = 27301, - [SMALL_STATE(1042)] = 27340, - [SMALL_STATE(1043)] = 27383, - [SMALL_STATE(1044)] = 27443, - [SMALL_STATE(1045)] = 27503, - [SMALL_STATE(1046)] = 27563, - [SMALL_STATE(1047)] = 27623, - [SMALL_STATE(1048)] = 27683, - [SMALL_STATE(1049)] = 27743, - [SMALL_STATE(1050)] = 27803, - [SMALL_STATE(1051)] = 27863, - [SMALL_STATE(1052)] = 27938, - [SMALL_STATE(1053)] = 28013, - [SMALL_STATE(1054)] = 28056, - [SMALL_STATE(1055)] = 28127, - [SMALL_STATE(1056)] = 28200, - [SMALL_STATE(1057)] = 28275, - [SMALL_STATE(1058)] = 28350, - [SMALL_STATE(1059)] = 28425, - [SMALL_STATE(1060)] = 28500, - [SMALL_STATE(1061)] = 28556, - [SMALL_STATE(1062)] = 28598, - [SMALL_STATE(1063)] = 28668, - [SMALL_STATE(1064)] = 28740, - [SMALL_STATE(1065)] = 28812, - [SMALL_STATE(1066)] = 28884, - [SMALL_STATE(1067)] = 28940, - [SMALL_STATE(1068)] = 28996, - [SMALL_STATE(1069)] = 29052, - [SMALL_STATE(1070)] = 29094, - [SMALL_STATE(1071)] = 29164, - [SMALL_STATE(1072)] = 29234, - [SMALL_STATE(1073)] = 29276, - [SMALL_STATE(1074)] = 29346, - [SMALL_STATE(1075)] = 29388, - [SMALL_STATE(1076)] = 29460, - [SMALL_STATE(1077)] = 29516, - [SMALL_STATE(1078)] = 29572, - [SMALL_STATE(1079)] = 29644, - [SMALL_STATE(1080)] = 29700, - [SMALL_STATE(1081)] = 29772, - [SMALL_STATE(1082)] = 29844, - [SMALL_STATE(1083)] = 29916, - [SMALL_STATE(1084)] = 29988, - [SMALL_STATE(1085)] = 30044, - [SMALL_STATE(1086)] = 30100, - [SMALL_STATE(1087)] = 30172, - [SMALL_STATE(1088)] = 30228, - [SMALL_STATE(1089)] = 30300, - [SMALL_STATE(1090)] = 30372, - [SMALL_STATE(1091)] = 30428, - [SMALL_STATE(1092)] = 30470, - [SMALL_STATE(1093)] = 30542, - [SMALL_STATE(1094)] = 30614, - [SMALL_STATE(1095)] = 30684, - [SMALL_STATE(1096)] = 30726, - [SMALL_STATE(1097)] = 30798, - [SMALL_STATE(1098)] = 30854, - [SMALL_STATE(1099)] = 30926, - [SMALL_STATE(1100)] = 30968, - [SMALL_STATE(1101)] = 31040, - [SMALL_STATE(1102)] = 31082, - [SMALL_STATE(1103)] = 31154, - [SMALL_STATE(1104)] = 31196, - [SMALL_STATE(1105)] = 31252, + [SMALL_STATE(959)] = 23136, + [SMALL_STATE(960)] = 23181, + [SMALL_STATE(961)] = 23230, + [SMALL_STATE(962)] = 23287, + [SMALL_STATE(963)] = 23336, + [SMALL_STATE(964)] = 23393, + [SMALL_STATE(965)] = 23442, + [SMALL_STATE(966)] = 23487, + [SMALL_STATE(967)] = 23536, + [SMALL_STATE(968)] = 23585, + [SMALL_STATE(969)] = 23642, + [SMALL_STATE(970)] = 23691, + [SMALL_STATE(971)] = 23740, + [SMALL_STATE(972)] = 23789, + [SMALL_STATE(973)] = 23833, + [SMALL_STATE(974)] = 23877, + [SMALL_STATE(975)] = 23923, + [SMALL_STATE(976)] = 23967, + [SMALL_STATE(977)] = 24011, + [SMALL_STATE(978)] = 24055, + [SMALL_STATE(979)] = 24099, + [SMALL_STATE(980)] = 24143, + [SMALL_STATE(981)] = 24187, + [SMALL_STATE(982)] = 24231, + [SMALL_STATE(983)] = 24275, + [SMALL_STATE(984)] = 24319, + [SMALL_STATE(985)] = 24363, + [SMALL_STATE(986)] = 24407, + [SMALL_STATE(987)] = 24451, + [SMALL_STATE(988)] = 24495, + [SMALL_STATE(989)] = 24539, + [SMALL_STATE(990)] = 24583, + [SMALL_STATE(991)] = 24627, + [SMALL_STATE(992)] = 24671, + [SMALL_STATE(993)] = 24715, + [SMALL_STATE(994)] = 24759, + [SMALL_STATE(995)] = 24803, + [SMALL_STATE(996)] = 24847, + [SMALL_STATE(997)] = 24891, + [SMALL_STATE(998)] = 24935, + [SMALL_STATE(999)] = 24979, + [SMALL_STATE(1000)] = 25031, + [SMALL_STATE(1001)] = 25075, + [SMALL_STATE(1002)] = 25119, + [SMALL_STATE(1003)] = 25163, + [SMALL_STATE(1004)] = 25207, + [SMALL_STATE(1005)] = 25251, + [SMALL_STATE(1006)] = 25295, + [SMALL_STATE(1007)] = 25339, + [SMALL_STATE(1008)] = 25383, + [SMALL_STATE(1009)] = 25427, + [SMALL_STATE(1010)] = 25496, + [SMALL_STATE(1011)] = 25565, + [SMALL_STATE(1012)] = 25634, + [SMALL_STATE(1013)] = 25703, + [SMALL_STATE(1014)] = 25759, + [SMALL_STATE(1015)] = 25815, + [SMALL_STATE(1016)] = 25871, + [SMALL_STATE(1017)] = 25927, + [SMALL_STATE(1018)] = 25979, + [SMALL_STATE(1019)] = 26035, + [SMALL_STATE(1020)] = 26084, + [SMALL_STATE(1021)] = 26126, + [SMALL_STATE(1022)] = 26200, + [SMALL_STATE(1023)] = 26274, + [SMALL_STATE(1024)] = 26316, + [SMALL_STATE(1025)] = 26374, + [SMALL_STATE(1026)] = 26416, + [SMALL_STATE(1027)] = 26470, + [SMALL_STATE(1028)] = 26540, + [SMALL_STATE(1029)] = 26582, + [SMALL_STATE(1030)] = 26650, + [SMALL_STATE(1031)] = 26718, + [SMALL_STATE(1032)] = 26774, + [SMALL_STATE(1033)] = 26836, + [SMALL_STATE(1034)] = 26910, + [SMALL_STATE(1035)] = 26976, + [SMALL_STATE(1036)] = 27040, + [SMALL_STATE(1037)] = 27082, + [SMALL_STATE(1038)] = 27125, + [SMALL_STATE(1039)] = 27164, + [SMALL_STATE(1040)] = 27207, + [SMALL_STATE(1041)] = 27250, + [SMALL_STATE(1042)] = 27313, + [SMALL_STATE(1043)] = 27373, + [SMALL_STATE(1044)] = 27433, + [SMALL_STATE(1045)] = 27493, + [SMALL_STATE(1046)] = 27553, + [SMALL_STATE(1047)] = 27613, + [SMALL_STATE(1048)] = 27673, + [SMALL_STATE(1049)] = 27733, + [SMALL_STATE(1050)] = 27793, + [SMALL_STATE(1051)] = 27868, + [SMALL_STATE(1052)] = 27943, + [SMALL_STATE(1053)] = 28018, + [SMALL_STATE(1054)] = 28091, + [SMALL_STATE(1055)] = 28166, + [SMALL_STATE(1056)] = 28241, + [SMALL_STATE(1057)] = 28316, + [SMALL_STATE(1058)] = 28359, + [SMALL_STATE(1059)] = 28430, + [SMALL_STATE(1060)] = 28502, + [SMALL_STATE(1061)] = 28544, + [SMALL_STATE(1062)] = 28616, + [SMALL_STATE(1063)] = 28688, + [SMALL_STATE(1064)] = 28760, + [SMALL_STATE(1065)] = 28832, + [SMALL_STATE(1066)] = 28888, + [SMALL_STATE(1067)] = 28930, + [SMALL_STATE(1068)] = 29002, + [SMALL_STATE(1069)] = 29074, + [SMALL_STATE(1070)] = 29146, + [SMALL_STATE(1071)] = 29202, + [SMALL_STATE(1072)] = 29258, + [SMALL_STATE(1073)] = 29314, + [SMALL_STATE(1074)] = 29356, + [SMALL_STATE(1075)] = 29412, + [SMALL_STATE(1076)] = 29482, + [SMALL_STATE(1077)] = 29538, + [SMALL_STATE(1078)] = 29610, + [SMALL_STATE(1079)] = 29652, + [SMALL_STATE(1080)] = 29722, + [SMALL_STATE(1081)] = 29794, + [SMALL_STATE(1082)] = 29864, + [SMALL_STATE(1083)] = 29936, + [SMALL_STATE(1084)] = 29992, + [SMALL_STATE(1085)] = 30064, + [SMALL_STATE(1086)] = 30136, + [SMALL_STATE(1087)] = 30208, + [SMALL_STATE(1088)] = 30278, + [SMALL_STATE(1089)] = 30350, + [SMALL_STATE(1090)] = 30392, + [SMALL_STATE(1091)] = 30434, + [SMALL_STATE(1092)] = 30490, + [SMALL_STATE(1093)] = 30560, + [SMALL_STATE(1094)] = 30632, + [SMALL_STATE(1095)] = 30688, + [SMALL_STATE(1096)] = 30760, + [SMALL_STATE(1097)] = 30832, + [SMALL_STATE(1098)] = 30904, + [SMALL_STATE(1099)] = 30974, + [SMALL_STATE(1100)] = 31016, + [SMALL_STATE(1101)] = 31058, + [SMALL_STATE(1102)] = 31100, + [SMALL_STATE(1103)] = 31156, + [SMALL_STATE(1104)] = 31212, + [SMALL_STATE(1105)] = 31268, [SMALL_STATE(1106)] = 31324, - [SMALL_STATE(1107)] = 31394, - [SMALL_STATE(1108)] = 31450, - [SMALL_STATE(1109)] = 31520, - [SMALL_STATE(1110)] = 31562, - [SMALL_STATE(1111)] = 31632, - [SMALL_STATE(1112)] = 31704, - [SMALL_STATE(1113)] = 31776, - [SMALL_STATE(1114)] = 31832, - [SMALL_STATE(1115)] = 31874, - [SMALL_STATE(1116)] = 31946, - [SMALL_STATE(1117)] = 32015, - [SMALL_STATE(1118)] = 32068, - [SMALL_STATE(1119)] = 32137, - [SMALL_STATE(1120)] = 32206, - [SMALL_STATE(1121)] = 32269, - [SMALL_STATE(1122)] = 32334, - [SMALL_STATE(1123)] = 32383, - [SMALL_STATE(1124)] = 32452, - [SMALL_STATE(1125)] = 32521, - [SMALL_STATE(1126)] = 32590, - [SMALL_STATE(1127)] = 32643, - [SMALL_STATE(1128)] = 32712, - [SMALL_STATE(1129)] = 32781, - [SMALL_STATE(1130)] = 32850, - [SMALL_STATE(1131)] = 32903, - [SMALL_STATE(1132)] = 32972, - [SMALL_STATE(1133)] = 33041, - [SMALL_STATE(1134)] = 33094, - [SMALL_STATE(1135)] = 33155, - [SMALL_STATE(1136)] = 33224, - [SMALL_STATE(1137)] = 33293, - [SMALL_STATE(1138)] = 33346, - [SMALL_STATE(1139)] = 33399, - [SMALL_STATE(1140)] = 33458, - [SMALL_STATE(1141)] = 33527, - [SMALL_STATE(1142)] = 33596, - [SMALL_STATE(1143)] = 33665, - [SMALL_STATE(1144)] = 33722, - [SMALL_STATE(1145)] = 33791, - [SMALL_STATE(1146)] = 33860, - [SMALL_STATE(1147)] = 33899, - [SMALL_STATE(1148)] = 33968, - [SMALL_STATE(1149)] = 34037, - [SMALL_STATE(1150)] = 34106, - [SMALL_STATE(1151)] = 34159, - [SMALL_STATE(1152)] = 34228, - [SMALL_STATE(1153)] = 34297, - [SMALL_STATE(1154)] = 34360, - [SMALL_STATE(1155)] = 34429, - [SMALL_STATE(1156)] = 34498, - [SMALL_STATE(1157)] = 34567, - [SMALL_STATE(1158)] = 34620, - [SMALL_STATE(1159)] = 34689, - [SMALL_STATE(1160)] = 34758, - [SMALL_STATE(1161)] = 34809, - [SMALL_STATE(1162)] = 34851, - [SMALL_STATE(1163)] = 34917, - [SMALL_STATE(1164)] = 34953, - [SMALL_STATE(1165)] = 34997, - [SMALL_STATE(1166)] = 35039, - [SMALL_STATE(1167)] = 35075, - [SMALL_STATE(1168)] = 35111, - [SMALL_STATE(1169)] = 35147, - [SMALL_STATE(1170)] = 35194, - [SMALL_STATE(1171)] = 35241, - [SMALL_STATE(1172)] = 35288, - [SMALL_STATE(1173)] = 35319, - [SMALL_STATE(1174)] = 35350, - [SMALL_STATE(1175)] = 35397, - [SMALL_STATE(1176)] = 35444, - [SMALL_STATE(1177)] = 35491, - [SMALL_STATE(1178)] = 35535, - [SMALL_STATE(1179)] = 35579, - [SMALL_STATE(1180)] = 35623, - [SMALL_STATE(1181)] = 35667, - [SMALL_STATE(1182)] = 35705, - [SMALL_STATE(1183)] = 35739, - [SMALL_STATE(1184)] = 35783, - [SMALL_STATE(1185)] = 35827, - [SMALL_STATE(1186)] = 35870, - [SMALL_STATE(1187)] = 35913, - [SMALL_STATE(1188)] = 35968, - [SMALL_STATE(1189)] = 36011, - [SMALL_STATE(1190)] = 36066, - [SMALL_STATE(1191)] = 36099, - [SMALL_STATE(1192)] = 36154, - [SMALL_STATE(1193)] = 36186, - [SMALL_STATE(1194)] = 36226, - [SMALL_STATE(1195)] = 36266, - [SMALL_STATE(1196)] = 36294, - [SMALL_STATE(1197)] = 36322, - [SMALL_STATE(1198)] = 36362, - [SMALL_STATE(1199)] = 36402, - [SMALL_STATE(1200)] = 36442, - [SMALL_STATE(1201)] = 36482, - [SMALL_STATE(1202)] = 36522, - [SMALL_STATE(1203)] = 36562, - [SMALL_STATE(1204)] = 36590, - [SMALL_STATE(1205)] = 36618, - [SMALL_STATE(1206)] = 36646, - [SMALL_STATE(1207)] = 36686, - [SMALL_STATE(1208)] = 36726, - [SMALL_STATE(1209)] = 36766, - [SMALL_STATE(1210)] = 36806, - [SMALL_STATE(1211)] = 36854, - [SMALL_STATE(1212)] = 36894, - [SMALL_STATE(1213)] = 36922, - [SMALL_STATE(1214)] = 36962, - [SMALL_STATE(1215)] = 37002, - [SMALL_STATE(1216)] = 37030, - [SMALL_STATE(1217)] = 37078, - [SMALL_STATE(1218)] = 37118, - [SMALL_STATE(1219)] = 37158, - [SMALL_STATE(1220)] = 37198, - [SMALL_STATE(1221)] = 37238, - [SMALL_STATE(1222)] = 37272, - [SMALL_STATE(1223)] = 37312, - [SMALL_STATE(1224)] = 37340, - [SMALL_STATE(1225)] = 37380, - [SMALL_STATE(1226)] = 37420, - [SMALL_STATE(1227)] = 37470, - [SMALL_STATE(1228)] = 37510, - [SMALL_STATE(1229)] = 37550, - [SMALL_STATE(1230)] = 37590, - [SMALL_STATE(1231)] = 37630, - [SMALL_STATE(1232)] = 37670, - [SMALL_STATE(1233)] = 37710, - [SMALL_STATE(1234)] = 37750, - [SMALL_STATE(1235)] = 37786, - [SMALL_STATE(1236)] = 37826, - [SMALL_STATE(1237)] = 37868, - [SMALL_STATE(1238)] = 37908, - [SMALL_STATE(1239)] = 37948, - [SMALL_STATE(1240)] = 37992, - [SMALL_STATE(1241)] = 38032, - [SMALL_STATE(1242)] = 38072, - [SMALL_STATE(1243)] = 38100, - [SMALL_STATE(1244)] = 38132, - [SMALL_STATE(1245)] = 38172, - [SMALL_STATE(1246)] = 38218, - [SMALL_STATE(1247)] = 38258, - [SMALL_STATE(1248)] = 38298, - [SMALL_STATE(1249)] = 38344, - [SMALL_STATE(1250)] = 38376, - [SMALL_STATE(1251)] = 38408, - [SMALL_STATE(1252)] = 38440, - [SMALL_STATE(1253)] = 38488, - [SMALL_STATE(1254)] = 38516, - [SMALL_STATE(1255)] = 38561, - [SMALL_STATE(1256)] = 38602, - [SMALL_STATE(1257)] = 38637, - [SMALL_STATE(1258)] = 38682, - [SMALL_STATE(1259)] = 38709, - [SMALL_STATE(1260)] = 38754, - [SMALL_STATE(1261)] = 38781, - [SMALL_STATE(1262)] = 38830, - [SMALL_STATE(1263)] = 38859, - [SMALL_STATE(1264)] = 38904, - [SMALL_STATE(1265)] = 38931, - [SMALL_STATE(1266)] = 38976, - [SMALL_STATE(1267)] = 39021, - [SMALL_STATE(1268)] = 39064, - [SMALL_STATE(1269)] = 39103, - [SMALL_STATE(1270)] = 39140, - [SMALL_STATE(1271)] = 39185, - [SMALL_STATE(1272)] = 39212, - [SMALL_STATE(1273)] = 39239, - [SMALL_STATE(1274)] = 39266, - [SMALL_STATE(1275)] = 39293, - [SMALL_STATE(1276)] = 39328, - [SMALL_STATE(1277)] = 39373, - [SMALL_STATE(1278)] = 39418, - [SMALL_STATE(1279)] = 39451, - [SMALL_STATE(1280)] = 39482, - [SMALL_STATE(1281)] = 39527, - [SMALL_STATE(1282)] = 39572, - [SMALL_STATE(1283)] = 39617, - [SMALL_STATE(1284)] = 39666, - [SMALL_STATE(1285)] = 39693, - [SMALL_STATE(1286)] = 39720, - [SMALL_STATE(1287)] = 39747, - [SMALL_STATE(1288)] = 39788, - [SMALL_STATE(1289)] = 39829, - [SMALL_STATE(1290)] = 39870, - [SMALL_STATE(1291)] = 39905, - [SMALL_STATE(1292)] = 39946, - [SMALL_STATE(1293)] = 39987, - [SMALL_STATE(1294)] = 40028, - [SMALL_STATE(1295)] = 40069, - [SMALL_STATE(1296)] = 40110, - [SMALL_STATE(1297)] = 40151, - [SMALL_STATE(1298)] = 40192, - [SMALL_STATE(1299)] = 40230, - [SMALL_STATE(1300)] = 40268, - [SMALL_STATE(1301)] = 40309, - [SMALL_STATE(1302)] = 40350, - [SMALL_STATE(1303)] = 40391, - [SMALL_STATE(1304)] = 40432, - [SMALL_STATE(1305)] = 40473, - [SMALL_STATE(1306)] = 40518, - [SMALL_STATE(1307)] = 40563, - [SMALL_STATE(1308)] = 40604, - [SMALL_STATE(1309)] = 40645, - [SMALL_STATE(1310)] = 40690, - [SMALL_STATE(1311)] = 40735, - [SMALL_STATE(1312)] = 40776, - [SMALL_STATE(1313)] = 40821, - [SMALL_STATE(1314)] = 40847, - [SMALL_STATE(1315)] = 40877, - [SMALL_STATE(1316)] = 40902, - [SMALL_STATE(1317)] = 40937, - [SMALL_STATE(1318)] = 40972, - [SMALL_STATE(1319)] = 41001, - [SMALL_STATE(1320)] = 41036, - [SMALL_STATE(1321)] = 41061, - [SMALL_STATE(1322)] = 41096, - [SMALL_STATE(1323)] = 41131, - [SMALL_STATE(1324)] = 41160, - [SMALL_STATE(1325)] = 41185, - [SMALL_STATE(1326)] = 41220, - [SMALL_STATE(1327)] = 41245, - [SMALL_STATE(1328)] = 41280, - [SMALL_STATE(1329)] = 41315, - [SMALL_STATE(1330)] = 41344, - [SMALL_STATE(1331)] = 41379, - [SMALL_STATE(1332)] = 41414, - [SMALL_STATE(1333)] = 41449, - [SMALL_STATE(1334)] = 41484, - [SMALL_STATE(1335)] = 41519, - [SMALL_STATE(1336)] = 41554, - [SMALL_STATE(1337)] = 41589, - [SMALL_STATE(1338)] = 41624, - [SMALL_STATE(1339)] = 41663, - [SMALL_STATE(1340)] = 41698, - [SMALL_STATE(1341)] = 41727, - [SMALL_STATE(1342)] = 41759, - [SMALL_STATE(1343)] = 41783, - [SMALL_STATE(1344)] = 41803, - [SMALL_STATE(1345)] = 41839, - [SMALL_STATE(1346)] = 41873, - [SMALL_STATE(1347)] = 41893, - [SMALL_STATE(1348)] = 41913, - [SMALL_STATE(1349)] = 41942, - [SMALL_STATE(1350)] = 41971, - [SMALL_STATE(1351)] = 42000, - [SMALL_STATE(1352)] = 42029, - [SMALL_STATE(1353)] = 42058, - [SMALL_STATE(1354)] = 42087, - [SMALL_STATE(1355)] = 42116, - [SMALL_STATE(1356)] = 42145, - [SMALL_STATE(1357)] = 42174, - [SMALL_STATE(1358)] = 42203, - [SMALL_STATE(1359)] = 42232, - [SMALL_STATE(1360)] = 42261, - [SMALL_STATE(1361)] = 42290, - [SMALL_STATE(1362)] = 42319, - [SMALL_STATE(1363)] = 42348, - [SMALL_STATE(1364)] = 42377, - [SMALL_STATE(1365)] = 42406, - [SMALL_STATE(1366)] = 42435, - [SMALL_STATE(1367)] = 42464, - [SMALL_STATE(1368)] = 42493, - [SMALL_STATE(1369)] = 42522, - [SMALL_STATE(1370)] = 42551, - [SMALL_STATE(1371)] = 42580, - [SMALL_STATE(1372)] = 42609, - [SMALL_STATE(1373)] = 42638, - [SMALL_STATE(1374)] = 42667, - [SMALL_STATE(1375)] = 42696, - [SMALL_STATE(1376)] = 42723, - [SMALL_STATE(1377)] = 42752, - [SMALL_STATE(1378)] = 42781, - [SMALL_STATE(1379)] = 42810, - [SMALL_STATE(1380)] = 42839, - [SMALL_STATE(1381)] = 42868, - [SMALL_STATE(1382)] = 42897, - [SMALL_STATE(1383)] = 42924, - [SMALL_STATE(1384)] = 42953, - [SMALL_STATE(1385)] = 42982, - [SMALL_STATE(1386)] = 43011, - [SMALL_STATE(1387)] = 43040, - [SMALL_STATE(1388)] = 43069, - [SMALL_STATE(1389)] = 43098, - [SMALL_STATE(1390)] = 43127, - [SMALL_STATE(1391)] = 43154, - [SMALL_STATE(1392)] = 43183, - [SMALL_STATE(1393)] = 43212, - [SMALL_STATE(1394)] = 43241, - [SMALL_STATE(1395)] = 43270, - [SMALL_STATE(1396)] = 43299, - [SMALL_STATE(1397)] = 43328, - [SMALL_STATE(1398)] = 43357, - [SMALL_STATE(1399)] = 43386, - [SMALL_STATE(1400)] = 43413, - [SMALL_STATE(1401)] = 43444, - [SMALL_STATE(1402)] = 43462, - [SMALL_STATE(1403)] = 43480, - [SMALL_STATE(1404)] = 43510, - [SMALL_STATE(1405)] = 43534, - [SMALL_STATE(1406)] = 43558, - [SMALL_STATE(1407)] = 43576, - [SMALL_STATE(1408)] = 43602, - [SMALL_STATE(1409)] = 43620, - [SMALL_STATE(1410)] = 43638, - [SMALL_STATE(1411)] = 43664, - [SMALL_STATE(1412)] = 43686, - [SMALL_STATE(1413)] = 43712, - [SMALL_STATE(1414)] = 43738, - [SMALL_STATE(1415)] = 43756, - [SMALL_STATE(1416)] = 43777, - [SMALL_STATE(1417)] = 43802, - [SMALL_STATE(1418)] = 43825, - [SMALL_STATE(1419)] = 43846, - [SMALL_STATE(1420)] = 43867, - [SMALL_STATE(1421)] = 43890, - [SMALL_STATE(1422)] = 43911, - [SMALL_STATE(1423)] = 43932, - [SMALL_STATE(1424)] = 43953, - [SMALL_STATE(1425)] = 43979, - [SMALL_STATE(1426)] = 44005, - [SMALL_STATE(1427)] = 44031, - [SMALL_STATE(1428)] = 44057, - [SMALL_STATE(1429)] = 44083, - [SMALL_STATE(1430)] = 44109, - [SMALL_STATE(1431)] = 44135, - [SMALL_STATE(1432)] = 44161, - [SMALL_STATE(1433)] = 44177, - [SMALL_STATE(1434)] = 44197, - [SMALL_STATE(1435)] = 44223, - [SMALL_STATE(1436)] = 44249, - [SMALL_STATE(1437)] = 44275, - [SMALL_STATE(1438)] = 44299, - [SMALL_STATE(1439)] = 44315, - [SMALL_STATE(1440)] = 44341, - [SMALL_STATE(1441)] = 44361, - [SMALL_STATE(1442)] = 44387, - [SMALL_STATE(1443)] = 44413, - [SMALL_STATE(1444)] = 44429, - [SMALL_STATE(1445)] = 44445, - [SMALL_STATE(1446)] = 44461, - [SMALL_STATE(1447)] = 44487, - [SMALL_STATE(1448)] = 44513, - [SMALL_STATE(1449)] = 44539, - [SMALL_STATE(1450)] = 44565, - [SMALL_STATE(1451)] = 44591, - [SMALL_STATE(1452)] = 44617, - [SMALL_STATE(1453)] = 44633, - [SMALL_STATE(1454)] = 44651, - [SMALL_STATE(1455)] = 44677, - [SMALL_STATE(1456)] = 44703, - [SMALL_STATE(1457)] = 44723, - [SMALL_STATE(1458)] = 44749, - [SMALL_STATE(1459)] = 44775, - [SMALL_STATE(1460)] = 44791, - [SMALL_STATE(1461)] = 44817, - [SMALL_STATE(1462)] = 44843, - [SMALL_STATE(1463)] = 44869, - [SMALL_STATE(1464)] = 44895, - [SMALL_STATE(1465)] = 44921, - [SMALL_STATE(1466)] = 44947, - [SMALL_STATE(1467)] = 44973, - [SMALL_STATE(1468)] = 44999, - [SMALL_STATE(1469)] = 45025, - [SMALL_STATE(1470)] = 45051, - [SMALL_STATE(1471)] = 45075, - [SMALL_STATE(1472)] = 45091, - [SMALL_STATE(1473)] = 45117, - [SMALL_STATE(1474)] = 45143, - [SMALL_STATE(1475)] = 45169, - [SMALL_STATE(1476)] = 45195, - [SMALL_STATE(1477)] = 45215, - [SMALL_STATE(1478)] = 45241, - [SMALL_STATE(1479)] = 45267, - [SMALL_STATE(1480)] = 45293, - [SMALL_STATE(1481)] = 45319, - [SMALL_STATE(1482)] = 45345, - [SMALL_STATE(1483)] = 45371, - [SMALL_STATE(1484)] = 45397, - [SMALL_STATE(1485)] = 45412, - [SMALL_STATE(1486)] = 45435, - [SMALL_STATE(1487)] = 45450, - [SMALL_STATE(1488)] = 45465, - [SMALL_STATE(1489)] = 45480, - [SMALL_STATE(1490)] = 45495, - [SMALL_STATE(1491)] = 45520, - [SMALL_STATE(1492)] = 45543, - [SMALL_STATE(1493)] = 45558, - [SMALL_STATE(1494)] = 45573, - [SMALL_STATE(1495)] = 45596, - [SMALL_STATE(1496)] = 45611, - [SMALL_STATE(1497)] = 45626, - [SMALL_STATE(1498)] = 45644, - [SMALL_STATE(1499)] = 45660, - [SMALL_STATE(1500)] = 45678, - [SMALL_STATE(1501)] = 45696, - [SMALL_STATE(1502)] = 45714, - [SMALL_STATE(1503)] = 45732, - [SMALL_STATE(1504)] = 45746, - [SMALL_STATE(1505)] = 45762, - [SMALL_STATE(1506)] = 45776, - [SMALL_STATE(1507)] = 45794, - [SMALL_STATE(1508)] = 45812, - [SMALL_STATE(1509)] = 45830, - [SMALL_STATE(1510)] = 45844, - [SMALL_STATE(1511)] = 45858, - [SMALL_STATE(1512)] = 45874, - [SMALL_STATE(1513)] = 45885, - [SMALL_STATE(1514)] = 45896, - [SMALL_STATE(1515)] = 45907, - [SMALL_STATE(1516)] = 45918, - [SMALL_STATE(1517)] = 45929, - [SMALL_STATE(1518)] = 45948, - [SMALL_STATE(1519)] = 45967, - [SMALL_STATE(1520)] = 45978, - [SMALL_STATE(1521)] = 45989, - [SMALL_STATE(1522)] = 46006, - [SMALL_STATE(1523)] = 46017, - [SMALL_STATE(1524)] = 46028, - [SMALL_STATE(1525)] = 46045, - [SMALL_STATE(1526)] = 46056, - [SMALL_STATE(1527)] = 46067, - [SMALL_STATE(1528)] = 46078, - [SMALL_STATE(1529)] = 46095, - [SMALL_STATE(1530)] = 46109, - [SMALL_STATE(1531)] = 46123, - [SMALL_STATE(1532)] = 46139, - [SMALL_STATE(1533)] = 46153, - [SMALL_STATE(1534)] = 46167, - [SMALL_STATE(1535)] = 46181, - [SMALL_STATE(1536)] = 46195, - [SMALL_STATE(1537)] = 46209, - [SMALL_STATE(1538)] = 46223, - [SMALL_STATE(1539)] = 46239, - [SMALL_STATE(1540)] = 46253, - [SMALL_STATE(1541)] = 46269, - [SMALL_STATE(1542)] = 46285, - [SMALL_STATE(1543)] = 46301, - [SMALL_STATE(1544)] = 46315, - [SMALL_STATE(1545)] = 46331, - [SMALL_STATE(1546)] = 46345, - [SMALL_STATE(1547)] = 46361, - [SMALL_STATE(1548)] = 46375, - [SMALL_STATE(1549)] = 46391, - [SMALL_STATE(1550)] = 46405, - [SMALL_STATE(1551)] = 46419, - [SMALL_STATE(1552)] = 46429, - [SMALL_STATE(1553)] = 46445, - [SMALL_STATE(1554)] = 46459, - [SMALL_STATE(1555)] = 46473, - [SMALL_STATE(1556)] = 46487, - [SMALL_STATE(1557)] = 46503, - [SMALL_STATE(1558)] = 46519, - [SMALL_STATE(1559)] = 46533, - [SMALL_STATE(1560)] = 46547, - [SMALL_STATE(1561)] = 46563, - [SMALL_STATE(1562)] = 46579, - [SMALL_STATE(1563)] = 46593, - [SMALL_STATE(1564)] = 46607, - [SMALL_STATE(1565)] = 46621, - [SMALL_STATE(1566)] = 46635, - [SMALL_STATE(1567)] = 46651, - [SMALL_STATE(1568)] = 46665, - [SMALL_STATE(1569)] = 46679, - [SMALL_STATE(1570)] = 46693, - [SMALL_STATE(1571)] = 46709, - [SMALL_STATE(1572)] = 46725, - [SMALL_STATE(1573)] = 46741, - [SMALL_STATE(1574)] = 46755, - [SMALL_STATE(1575)] = 46769, - [SMALL_STATE(1576)] = 46785, - [SMALL_STATE(1577)] = 46799, - [SMALL_STATE(1578)] = 46813, - [SMALL_STATE(1579)] = 46827, - [SMALL_STATE(1580)] = 46843, - [SMALL_STATE(1581)] = 46859, - [SMALL_STATE(1582)] = 46873, - [SMALL_STATE(1583)] = 46887, - [SMALL_STATE(1584)] = 46903, - [SMALL_STATE(1585)] = 46917, - [SMALL_STATE(1586)] = 46933, - [SMALL_STATE(1587)] = 46949, - [SMALL_STATE(1588)] = 46963, - [SMALL_STATE(1589)] = 46977, - [SMALL_STATE(1590)] = 46988, - [SMALL_STATE(1591)] = 47001, - [SMALL_STATE(1592)] = 47014, - [SMALL_STATE(1593)] = 47027, - [SMALL_STATE(1594)] = 47040, - [SMALL_STATE(1595)] = 47053, - [SMALL_STATE(1596)] = 47066, - [SMALL_STATE(1597)] = 47079, - [SMALL_STATE(1598)] = 47088, - [SMALL_STATE(1599)] = 47101, - [SMALL_STATE(1600)] = 47114, - [SMALL_STATE(1601)] = 47127, - [SMALL_STATE(1602)] = 47140, - [SMALL_STATE(1603)] = 47153, - [SMALL_STATE(1604)] = 47166, - [SMALL_STATE(1605)] = 47179, - [SMALL_STATE(1606)] = 47192, - [SMALL_STATE(1607)] = 47201, - [SMALL_STATE(1608)] = 47214, - [SMALL_STATE(1609)] = 47227, - [SMALL_STATE(1610)] = 47240, - [SMALL_STATE(1611)] = 47253, - [SMALL_STATE(1612)] = 47266, - [SMALL_STATE(1613)] = 47279, - [SMALL_STATE(1614)] = 47288, - [SMALL_STATE(1615)] = 47301, - [SMALL_STATE(1616)] = 47314, - [SMALL_STATE(1617)] = 47323, - [SMALL_STATE(1618)] = 47336, - [SMALL_STATE(1619)] = 47345, - [SMALL_STATE(1620)] = 47358, - [SMALL_STATE(1621)] = 47371, - [SMALL_STATE(1622)] = 47384, - [SMALL_STATE(1623)] = 47395, - [SMALL_STATE(1624)] = 47404, - [SMALL_STATE(1625)] = 47417, - [SMALL_STATE(1626)] = 47430, - [SMALL_STATE(1627)] = 47443, - [SMALL_STATE(1628)] = 47456, - [SMALL_STATE(1629)] = 47469, - [SMALL_STATE(1630)] = 47482, - [SMALL_STATE(1631)] = 47495, - [SMALL_STATE(1632)] = 47508, - [SMALL_STATE(1633)] = 47521, - [SMALL_STATE(1634)] = 47534, - [SMALL_STATE(1635)] = 47547, - [SMALL_STATE(1636)] = 47560, - [SMALL_STATE(1637)] = 47573, - [SMALL_STATE(1638)] = 47586, - [SMALL_STATE(1639)] = 47599, - [SMALL_STATE(1640)] = 47612, - [SMALL_STATE(1641)] = 47625, - [SMALL_STATE(1642)] = 47638, - [SMALL_STATE(1643)] = 47651, - [SMALL_STATE(1644)] = 47664, - [SMALL_STATE(1645)] = 47677, - [SMALL_STATE(1646)] = 47690, - [SMALL_STATE(1647)] = 47703, - [SMALL_STATE(1648)] = 47716, - [SMALL_STATE(1649)] = 47729, - [SMALL_STATE(1650)] = 47740, - [SMALL_STATE(1651)] = 47753, - [SMALL_STATE(1652)] = 47766, - [SMALL_STATE(1653)] = 47779, - [SMALL_STATE(1654)] = 47792, - [SMALL_STATE(1655)] = 47805, - [SMALL_STATE(1656)] = 47818, - [SMALL_STATE(1657)] = 47831, - [SMALL_STATE(1658)] = 47844, - [SMALL_STATE(1659)] = 47857, - [SMALL_STATE(1660)] = 47866, - [SMALL_STATE(1661)] = 47879, - [SMALL_STATE(1662)] = 47892, - [SMALL_STATE(1663)] = 47905, - [SMALL_STATE(1664)] = 47918, - [SMALL_STATE(1665)] = 47931, - [SMALL_STATE(1666)] = 47944, - [SMALL_STATE(1667)] = 47957, - [SMALL_STATE(1668)] = 47966, - [SMALL_STATE(1669)] = 47979, - [SMALL_STATE(1670)] = 47992, - [SMALL_STATE(1671)] = 48005, - [SMALL_STATE(1672)] = 48018, - [SMALL_STATE(1673)] = 48031, - [SMALL_STATE(1674)] = 48044, - [SMALL_STATE(1675)] = 48057, - [SMALL_STATE(1676)] = 48070, - [SMALL_STATE(1677)] = 48083, - [SMALL_STATE(1678)] = 48096, - [SMALL_STATE(1679)] = 48109, - [SMALL_STATE(1680)] = 48122, - [SMALL_STATE(1681)] = 48135, - [SMALL_STATE(1682)] = 48148, - [SMALL_STATE(1683)] = 48161, - [SMALL_STATE(1684)] = 48174, - [SMALL_STATE(1685)] = 48187, - [SMALL_STATE(1686)] = 48200, - [SMALL_STATE(1687)] = 48213, - [SMALL_STATE(1688)] = 48226, - [SMALL_STATE(1689)] = 48239, - [SMALL_STATE(1690)] = 48248, - [SMALL_STATE(1691)] = 48261, - [SMALL_STATE(1692)] = 48274, - [SMALL_STATE(1693)] = 48287, - [SMALL_STATE(1694)] = 48300, - [SMALL_STATE(1695)] = 48313, - [SMALL_STATE(1696)] = 48322, - [SMALL_STATE(1697)] = 48332, - [SMALL_STATE(1698)] = 48342, - [SMALL_STATE(1699)] = 48352, - [SMALL_STATE(1700)] = 48362, - [SMALL_STATE(1701)] = 48372, - [SMALL_STATE(1702)] = 48382, - [SMALL_STATE(1703)] = 48392, - [SMALL_STATE(1704)] = 48402, - [SMALL_STATE(1705)] = 48412, - [SMALL_STATE(1706)] = 48422, - [SMALL_STATE(1707)] = 48432, - [SMALL_STATE(1708)] = 48442, - [SMALL_STATE(1709)] = 48450, - [SMALL_STATE(1710)] = 48460, - [SMALL_STATE(1711)] = 48470, - [SMALL_STATE(1712)] = 48480, - [SMALL_STATE(1713)] = 48490, - [SMALL_STATE(1714)] = 48500, - [SMALL_STATE(1715)] = 48510, - [SMALL_STATE(1716)] = 48520, - [SMALL_STATE(1717)] = 48530, - [SMALL_STATE(1718)] = 48540, - [SMALL_STATE(1719)] = 48548, - [SMALL_STATE(1720)] = 48556, - [SMALL_STATE(1721)] = 48564, - [SMALL_STATE(1722)] = 48574, - [SMALL_STATE(1723)] = 48584, - [SMALL_STATE(1724)] = 48592, - [SMALL_STATE(1725)] = 48600, - [SMALL_STATE(1726)] = 48608, - [SMALL_STATE(1727)] = 48618, - [SMALL_STATE(1728)] = 48626, - [SMALL_STATE(1729)] = 48636, - [SMALL_STATE(1730)] = 48646, - [SMALL_STATE(1731)] = 48656, - [SMALL_STATE(1732)] = 48666, - [SMALL_STATE(1733)] = 48676, - [SMALL_STATE(1734)] = 48684, - [SMALL_STATE(1735)] = 48694, - [SMALL_STATE(1736)] = 48704, - [SMALL_STATE(1737)] = 48712, - [SMALL_STATE(1738)] = 48722, - [SMALL_STATE(1739)] = 48732, - [SMALL_STATE(1740)] = 48742, - [SMALL_STATE(1741)] = 48750, - [SMALL_STATE(1742)] = 48760, - [SMALL_STATE(1743)] = 48770, - [SMALL_STATE(1744)] = 48780, - [SMALL_STATE(1745)] = 48790, - [SMALL_STATE(1746)] = 48800, - [SMALL_STATE(1747)] = 48810, - [SMALL_STATE(1748)] = 48820, - [SMALL_STATE(1749)] = 48830, - [SMALL_STATE(1750)] = 48840, - [SMALL_STATE(1751)] = 48850, - [SMALL_STATE(1752)] = 48858, - [SMALL_STATE(1753)] = 48866, - [SMALL_STATE(1754)] = 48876, - [SMALL_STATE(1755)] = 48886, - [SMALL_STATE(1756)] = 48896, - [SMALL_STATE(1757)] = 48906, - [SMALL_STATE(1758)] = 48916, - [SMALL_STATE(1759)] = 48926, - [SMALL_STATE(1760)] = 48936, - [SMALL_STATE(1761)] = 48944, - [SMALL_STATE(1762)] = 48952, - [SMALL_STATE(1763)] = 48962, - [SMALL_STATE(1764)] = 48972, - [SMALL_STATE(1765)] = 48982, - [SMALL_STATE(1766)] = 48990, - [SMALL_STATE(1767)] = 49000, - [SMALL_STATE(1768)] = 49010, - [SMALL_STATE(1769)] = 49020, - [SMALL_STATE(1770)] = 49030, - [SMALL_STATE(1771)] = 49040, - [SMALL_STATE(1772)] = 49048, - [SMALL_STATE(1773)] = 49058, - [SMALL_STATE(1774)] = 49066, - [SMALL_STATE(1775)] = 49076, - [SMALL_STATE(1776)] = 49086, - [SMALL_STATE(1777)] = 49096, - [SMALL_STATE(1778)] = 49106, - [SMALL_STATE(1779)] = 49116, - [SMALL_STATE(1780)] = 49126, - [SMALL_STATE(1781)] = 49134, - [SMALL_STATE(1782)] = 49142, - [SMALL_STATE(1783)] = 49152, - [SMALL_STATE(1784)] = 49162, - [SMALL_STATE(1785)] = 49170, - [SMALL_STATE(1786)] = 49178, - [SMALL_STATE(1787)] = 49188, - [SMALL_STATE(1788)] = 49198, - [SMALL_STATE(1789)] = 49208, - [SMALL_STATE(1790)] = 49218, - [SMALL_STATE(1791)] = 49225, - [SMALL_STATE(1792)] = 49232, - [SMALL_STATE(1793)] = 49239, - [SMALL_STATE(1794)] = 49246, - [SMALL_STATE(1795)] = 49253, - [SMALL_STATE(1796)] = 49260, - [SMALL_STATE(1797)] = 49267, - [SMALL_STATE(1798)] = 49274, - [SMALL_STATE(1799)] = 49281, - [SMALL_STATE(1800)] = 49288, - [SMALL_STATE(1801)] = 49295, - [SMALL_STATE(1802)] = 49302, - [SMALL_STATE(1803)] = 49309, - [SMALL_STATE(1804)] = 49316, - [SMALL_STATE(1805)] = 49323, - [SMALL_STATE(1806)] = 49330, - [SMALL_STATE(1807)] = 49337, - [SMALL_STATE(1808)] = 49344, - [SMALL_STATE(1809)] = 49351, - [SMALL_STATE(1810)] = 49358, - [SMALL_STATE(1811)] = 49365, - [SMALL_STATE(1812)] = 49372, - [SMALL_STATE(1813)] = 49379, - [SMALL_STATE(1814)] = 49386, - [SMALL_STATE(1815)] = 49393, - [SMALL_STATE(1816)] = 49400, - [SMALL_STATE(1817)] = 49407, - [SMALL_STATE(1818)] = 49414, - [SMALL_STATE(1819)] = 49421, - [SMALL_STATE(1820)] = 49428, - [SMALL_STATE(1821)] = 49435, - [SMALL_STATE(1822)] = 49442, - [SMALL_STATE(1823)] = 49449, - [SMALL_STATE(1824)] = 49456, - [SMALL_STATE(1825)] = 49463, - [SMALL_STATE(1826)] = 49470, - [SMALL_STATE(1827)] = 49477, - [SMALL_STATE(1828)] = 49484, - [SMALL_STATE(1829)] = 49491, - [SMALL_STATE(1830)] = 49498, - [SMALL_STATE(1831)] = 49505, - [SMALL_STATE(1832)] = 49512, - [SMALL_STATE(1833)] = 49519, - [SMALL_STATE(1834)] = 49526, - [SMALL_STATE(1835)] = 49533, - [SMALL_STATE(1836)] = 49540, - [SMALL_STATE(1837)] = 49547, - [SMALL_STATE(1838)] = 49554, - [SMALL_STATE(1839)] = 49561, - [SMALL_STATE(1840)] = 49568, - [SMALL_STATE(1841)] = 49575, - [SMALL_STATE(1842)] = 49582, - [SMALL_STATE(1843)] = 49589, - [SMALL_STATE(1844)] = 49596, - [SMALL_STATE(1845)] = 49603, - [SMALL_STATE(1846)] = 49610, - [SMALL_STATE(1847)] = 49617, - [SMALL_STATE(1848)] = 49624, - [SMALL_STATE(1849)] = 49631, - [SMALL_STATE(1850)] = 49638, - [SMALL_STATE(1851)] = 49645, - [SMALL_STATE(1852)] = 49652, - [SMALL_STATE(1853)] = 49659, - [SMALL_STATE(1854)] = 49666, - [SMALL_STATE(1855)] = 49673, - [SMALL_STATE(1856)] = 49680, - [SMALL_STATE(1857)] = 49687, - [SMALL_STATE(1858)] = 49694, - [SMALL_STATE(1859)] = 49701, - [SMALL_STATE(1860)] = 49708, - [SMALL_STATE(1861)] = 49715, - [SMALL_STATE(1862)] = 49722, - [SMALL_STATE(1863)] = 49729, - [SMALL_STATE(1864)] = 49736, - [SMALL_STATE(1865)] = 49743, - [SMALL_STATE(1866)] = 49750, - [SMALL_STATE(1867)] = 49757, - [SMALL_STATE(1868)] = 49764, - [SMALL_STATE(1869)] = 49771, - [SMALL_STATE(1870)] = 49778, - [SMALL_STATE(1871)] = 49785, - [SMALL_STATE(1872)] = 49792, - [SMALL_STATE(1873)] = 49799, - [SMALL_STATE(1874)] = 49806, - [SMALL_STATE(1875)] = 49813, - [SMALL_STATE(1876)] = 49820, - [SMALL_STATE(1877)] = 49827, - [SMALL_STATE(1878)] = 49834, - [SMALL_STATE(1879)] = 49841, - [SMALL_STATE(1880)] = 49848, - [SMALL_STATE(1881)] = 49855, - [SMALL_STATE(1882)] = 49862, - [SMALL_STATE(1883)] = 49869, - [SMALL_STATE(1884)] = 49876, - [SMALL_STATE(1885)] = 49883, - [SMALL_STATE(1886)] = 49890, - [SMALL_STATE(1887)] = 49897, - [SMALL_STATE(1888)] = 49904, - [SMALL_STATE(1889)] = 49911, - [SMALL_STATE(1890)] = 49918, - [SMALL_STATE(1891)] = 49925, - [SMALL_STATE(1892)] = 49932, - [SMALL_STATE(1893)] = 49939, - [SMALL_STATE(1894)] = 49946, - [SMALL_STATE(1895)] = 49953, - [SMALL_STATE(1896)] = 49960, - [SMALL_STATE(1897)] = 49967, - [SMALL_STATE(1898)] = 49974, - [SMALL_STATE(1899)] = 49981, - [SMALL_STATE(1900)] = 49988, - [SMALL_STATE(1901)] = 49995, - [SMALL_STATE(1902)] = 50002, - [SMALL_STATE(1903)] = 50009, - [SMALL_STATE(1904)] = 50016, - [SMALL_STATE(1905)] = 50023, - [SMALL_STATE(1906)] = 50030, - [SMALL_STATE(1907)] = 50037, - [SMALL_STATE(1908)] = 50044, - [SMALL_STATE(1909)] = 50051, - [SMALL_STATE(1910)] = 50058, - [SMALL_STATE(1911)] = 50065, - [SMALL_STATE(1912)] = 50072, - [SMALL_STATE(1913)] = 50079, - [SMALL_STATE(1914)] = 50086, - [SMALL_STATE(1915)] = 50093, - [SMALL_STATE(1916)] = 50100, - [SMALL_STATE(1917)] = 50107, - [SMALL_STATE(1918)] = 50114, - [SMALL_STATE(1919)] = 50121, - [SMALL_STATE(1920)] = 50128, - [SMALL_STATE(1921)] = 50135, - [SMALL_STATE(1922)] = 50142, - [SMALL_STATE(1923)] = 50149, - [SMALL_STATE(1924)] = 50156, - [SMALL_STATE(1925)] = 50163, - [SMALL_STATE(1926)] = 50170, - [SMALL_STATE(1927)] = 50177, - [SMALL_STATE(1928)] = 50184, - [SMALL_STATE(1929)] = 50191, - [SMALL_STATE(1930)] = 50198, - [SMALL_STATE(1931)] = 50205, - [SMALL_STATE(1932)] = 50212, - [SMALL_STATE(1933)] = 50219, - [SMALL_STATE(1934)] = 50226, - [SMALL_STATE(1935)] = 50233, - [SMALL_STATE(1936)] = 50240, - [SMALL_STATE(1937)] = 50247, - [SMALL_STATE(1938)] = 50254, - [SMALL_STATE(1939)] = 50261, - [SMALL_STATE(1940)] = 50268, - [SMALL_STATE(1941)] = 50275, - [SMALL_STATE(1942)] = 50282, - [SMALL_STATE(1943)] = 50289, - [SMALL_STATE(1944)] = 50296, - [SMALL_STATE(1945)] = 50303, - [SMALL_STATE(1946)] = 50310, - [SMALL_STATE(1947)] = 50317, - [SMALL_STATE(1948)] = 50324, - [SMALL_STATE(1949)] = 50331, - [SMALL_STATE(1950)] = 50338, - [SMALL_STATE(1951)] = 50345, - [SMALL_STATE(1952)] = 50352, - [SMALL_STATE(1953)] = 50359, - [SMALL_STATE(1954)] = 50366, - [SMALL_STATE(1955)] = 50373, - [SMALL_STATE(1956)] = 50380, - [SMALL_STATE(1957)] = 50387, - [SMALL_STATE(1958)] = 50394, - [SMALL_STATE(1959)] = 50401, - [SMALL_STATE(1960)] = 50408, - [SMALL_STATE(1961)] = 50415, - [SMALL_STATE(1962)] = 50422, - [SMALL_STATE(1963)] = 50429, - [SMALL_STATE(1964)] = 50436, - [SMALL_STATE(1965)] = 50443, - [SMALL_STATE(1966)] = 50450, - [SMALL_STATE(1967)] = 50457, - [SMALL_STATE(1968)] = 50464, - [SMALL_STATE(1969)] = 50471, - [SMALL_STATE(1970)] = 50478, - [SMALL_STATE(1971)] = 50485, - [SMALL_STATE(1972)] = 50492, - [SMALL_STATE(1973)] = 50499, - [SMALL_STATE(1974)] = 50506, - [SMALL_STATE(1975)] = 50513, - [SMALL_STATE(1976)] = 50520, - [SMALL_STATE(1977)] = 50527, - [SMALL_STATE(1978)] = 50534, - [SMALL_STATE(1979)] = 50541, - [SMALL_STATE(1980)] = 50548, - [SMALL_STATE(1981)] = 50555, - [SMALL_STATE(1982)] = 50562, - [SMALL_STATE(1983)] = 50569, - [SMALL_STATE(1984)] = 50576, - [SMALL_STATE(1985)] = 50583, - [SMALL_STATE(1986)] = 50590, - [SMALL_STATE(1987)] = 50597, - [SMALL_STATE(1988)] = 50604, - [SMALL_STATE(1989)] = 50611, - [SMALL_STATE(1990)] = 50618, - [SMALL_STATE(1991)] = 50625, - [SMALL_STATE(1992)] = 50632, - [SMALL_STATE(1993)] = 50639, - [SMALL_STATE(1994)] = 50646, - [SMALL_STATE(1995)] = 50653, - [SMALL_STATE(1996)] = 50660, - [SMALL_STATE(1997)] = 50667, - [SMALL_STATE(1998)] = 50674, - [SMALL_STATE(1999)] = 50681, - [SMALL_STATE(2000)] = 50688, - [SMALL_STATE(2001)] = 50695, - [SMALL_STATE(2002)] = 50702, - [SMALL_STATE(2003)] = 50709, - [SMALL_STATE(2004)] = 50716, - [SMALL_STATE(2005)] = 50723, - [SMALL_STATE(2006)] = 50730, - [SMALL_STATE(2007)] = 50737, - [SMALL_STATE(2008)] = 50744, - [SMALL_STATE(2009)] = 50751, - [SMALL_STATE(2010)] = 50758, - [SMALL_STATE(2011)] = 50765, - [SMALL_STATE(2012)] = 50772, - [SMALL_STATE(2013)] = 50779, - [SMALL_STATE(2014)] = 50786, - [SMALL_STATE(2015)] = 50793, - [SMALL_STATE(2016)] = 50800, - [SMALL_STATE(2017)] = 50807, - [SMALL_STATE(2018)] = 50814, - [SMALL_STATE(2019)] = 50821, - [SMALL_STATE(2020)] = 50828, - [SMALL_STATE(2021)] = 50835, - [SMALL_STATE(2022)] = 50842, - [SMALL_STATE(2023)] = 50849, - [SMALL_STATE(2024)] = 50856, - [SMALL_STATE(2025)] = 50863, - [SMALL_STATE(2026)] = 50870, - [SMALL_STATE(2027)] = 50877, - [SMALL_STATE(2028)] = 50884, - [SMALL_STATE(2029)] = 50891, - [SMALL_STATE(2030)] = 50898, - [SMALL_STATE(2031)] = 50905, - [SMALL_STATE(2032)] = 50912, - [SMALL_STATE(2033)] = 50919, - [SMALL_STATE(2034)] = 50926, - [SMALL_STATE(2035)] = 50933, - [SMALL_STATE(2036)] = 50940, - [SMALL_STATE(2037)] = 50947, - [SMALL_STATE(2038)] = 50954, - [SMALL_STATE(2039)] = 50961, - [SMALL_STATE(2040)] = 50968, - [SMALL_STATE(2041)] = 50975, - [SMALL_STATE(2042)] = 50982, - [SMALL_STATE(2043)] = 50989, - [SMALL_STATE(2044)] = 50996, - [SMALL_STATE(2045)] = 51003, - [SMALL_STATE(2046)] = 51010, - [SMALL_STATE(2047)] = 51017, - [SMALL_STATE(2048)] = 51024, - [SMALL_STATE(2049)] = 51031, - [SMALL_STATE(2050)] = 51038, - [SMALL_STATE(2051)] = 51045, - [SMALL_STATE(2052)] = 51052, - [SMALL_STATE(2053)] = 51059, - [SMALL_STATE(2054)] = 51066, - [SMALL_STATE(2055)] = 51073, - [SMALL_STATE(2056)] = 51080, - [SMALL_STATE(2057)] = 51087, - [SMALL_STATE(2058)] = 51094, - [SMALL_STATE(2059)] = 51101, - [SMALL_STATE(2060)] = 51108, - [SMALL_STATE(2061)] = 51115, - [SMALL_STATE(2062)] = 51122, + [SMALL_STATE(1107)] = 31396, + [SMALL_STATE(1108)] = 31466, + [SMALL_STATE(1109)] = 31508, + [SMALL_STATE(1110)] = 31580, + [SMALL_STATE(1111)] = 31636, + [SMALL_STATE(1112)] = 31678, + [SMALL_STATE(1113)] = 31734, + [SMALL_STATE(1114)] = 31804, + [SMALL_STATE(1115)] = 31876, + [SMALL_STATE(1116)] = 31945, + [SMALL_STATE(1117)] = 32014, + [SMALL_STATE(1118)] = 32083, + [SMALL_STATE(1119)] = 32132, + [SMALL_STATE(1120)] = 32201, + [SMALL_STATE(1121)] = 32270, + [SMALL_STATE(1122)] = 32339, + [SMALL_STATE(1123)] = 32408, + [SMALL_STATE(1124)] = 32477, + [SMALL_STATE(1125)] = 32546, + [SMALL_STATE(1126)] = 32615, + [SMALL_STATE(1127)] = 32666, + [SMALL_STATE(1128)] = 32719, + [SMALL_STATE(1129)] = 32784, + [SMALL_STATE(1130)] = 32853, + [SMALL_STATE(1131)] = 32922, + [SMALL_STATE(1132)] = 32991, + [SMALL_STATE(1133)] = 33060, + [SMALL_STATE(1134)] = 33113, + [SMALL_STATE(1135)] = 33182, + [SMALL_STATE(1136)] = 33235, + [SMALL_STATE(1137)] = 33304, + [SMALL_STATE(1138)] = 33373, + [SMALL_STATE(1139)] = 33442, + [SMALL_STATE(1140)] = 33511, + [SMALL_STATE(1141)] = 33580, + [SMALL_STATE(1142)] = 33649, + [SMALL_STATE(1143)] = 33702, + [SMALL_STATE(1144)] = 33755, + [SMALL_STATE(1145)] = 33794, + [SMALL_STATE(1146)] = 33863, + [SMALL_STATE(1147)] = 33926, + [SMALL_STATE(1148)] = 33995, + [SMALL_STATE(1149)] = 34052, + [SMALL_STATE(1150)] = 34121, + [SMALL_STATE(1151)] = 34184, + [SMALL_STATE(1152)] = 34243, + [SMALL_STATE(1153)] = 34296, + [SMALL_STATE(1154)] = 34365, + [SMALL_STATE(1155)] = 34434, + [SMALL_STATE(1156)] = 34503, + [SMALL_STATE(1157)] = 34572, + [SMALL_STATE(1158)] = 34633, + [SMALL_STATE(1159)] = 34686, + [SMALL_STATE(1160)] = 34730, + [SMALL_STATE(1161)] = 34772, + [SMALL_STATE(1162)] = 34808, + [SMALL_STATE(1163)] = 34874, + [SMALL_STATE(1164)] = 34916, + [SMALL_STATE(1165)] = 34952, + [SMALL_STATE(1166)] = 34988, + [SMALL_STATE(1167)] = 35024, + [SMALL_STATE(1168)] = 35071, + [SMALL_STATE(1169)] = 35118, + [SMALL_STATE(1170)] = 35165, + [SMALL_STATE(1171)] = 35196, + [SMALL_STATE(1172)] = 35243, + [SMALL_STATE(1173)] = 35290, + [SMALL_STATE(1174)] = 35337, + [SMALL_STATE(1175)] = 35368, + [SMALL_STATE(1176)] = 35412, + [SMALL_STATE(1177)] = 35456, + [SMALL_STATE(1178)] = 35500, + [SMALL_STATE(1179)] = 35544, + [SMALL_STATE(1180)] = 35578, + [SMALL_STATE(1181)] = 35622, + [SMALL_STATE(1182)] = 35660, + [SMALL_STATE(1183)] = 35704, + [SMALL_STATE(1184)] = 35737, + [SMALL_STATE(1185)] = 35780, + [SMALL_STATE(1186)] = 35823, + [SMALL_STATE(1187)] = 35878, + [SMALL_STATE(1188)] = 35933, + [SMALL_STATE(1189)] = 35988, + [SMALL_STATE(1190)] = 36031, + [SMALL_STATE(1191)] = 36071, + [SMALL_STATE(1192)] = 36107, + [SMALL_STATE(1193)] = 36147, + [SMALL_STATE(1194)] = 36187, + [SMALL_STATE(1195)] = 36227, + [SMALL_STATE(1196)] = 36277, + [SMALL_STATE(1197)] = 36317, + [SMALL_STATE(1198)] = 36357, + [SMALL_STATE(1199)] = 36397, + [SMALL_STATE(1200)] = 36437, + [SMALL_STATE(1201)] = 36477, + [SMALL_STATE(1202)] = 36517, + [SMALL_STATE(1203)] = 36557, + [SMALL_STATE(1204)] = 36597, + [SMALL_STATE(1205)] = 36637, + [SMALL_STATE(1206)] = 36677, + [SMALL_STATE(1207)] = 36717, + [SMALL_STATE(1208)] = 36757, + [SMALL_STATE(1209)] = 36797, + [SMALL_STATE(1210)] = 36837, + [SMALL_STATE(1211)] = 36877, + [SMALL_STATE(1212)] = 36917, + [SMALL_STATE(1213)] = 36957, + [SMALL_STATE(1214)] = 36997, + [SMALL_STATE(1215)] = 37037, + [SMALL_STATE(1216)] = 37077, + [SMALL_STATE(1217)] = 37117, + [SMALL_STATE(1218)] = 37145, + [SMALL_STATE(1219)] = 37173, + [SMALL_STATE(1220)] = 37201, + [SMALL_STATE(1221)] = 37233, + [SMALL_STATE(1222)] = 37265, + [SMALL_STATE(1223)] = 37297, + [SMALL_STATE(1224)] = 37325, + [SMALL_STATE(1225)] = 37365, + [SMALL_STATE(1226)] = 37397, + [SMALL_STATE(1227)] = 37425, + [SMALL_STATE(1228)] = 37465, + [SMALL_STATE(1229)] = 37513, + [SMALL_STATE(1230)] = 37559, + [SMALL_STATE(1231)] = 37587, + [SMALL_STATE(1232)] = 37633, + [SMALL_STATE(1233)] = 37677, + [SMALL_STATE(1234)] = 37717, + [SMALL_STATE(1235)] = 37759, + [SMALL_STATE(1236)] = 37799, + [SMALL_STATE(1237)] = 37827, + [SMALL_STATE(1238)] = 37867, + [SMALL_STATE(1239)] = 37895, + [SMALL_STATE(1240)] = 37929, + [SMALL_STATE(1241)] = 37957, + [SMALL_STATE(1242)] = 37985, + [SMALL_STATE(1243)] = 38033, + [SMALL_STATE(1244)] = 38081, + [SMALL_STATE(1245)] = 38121, + [SMALL_STATE(1246)] = 38161, + [SMALL_STATE(1247)] = 38201, + [SMALL_STATE(1248)] = 38233, + [SMALL_STATE(1249)] = 38273, + [SMALL_STATE(1250)] = 38313, + [SMALL_STATE(1251)] = 38353, + [SMALL_STATE(1252)] = 38393, + [SMALL_STATE(1253)] = 38432, + [SMALL_STATE(1254)] = 38459, + [SMALL_STATE(1255)] = 38508, + [SMALL_STATE(1256)] = 38543, + [SMALL_STATE(1257)] = 38570, + [SMALL_STATE(1258)] = 38597, + [SMALL_STATE(1259)] = 38646, + [SMALL_STATE(1260)] = 38673, + [SMALL_STATE(1261)] = 38702, + [SMALL_STATE(1262)] = 38729, + [SMALL_STATE(1263)] = 38774, + [SMALL_STATE(1264)] = 38817, + [SMALL_STATE(1265)] = 38862, + [SMALL_STATE(1266)] = 38903, + [SMALL_STATE(1267)] = 38948, + [SMALL_STATE(1268)] = 38975, + [SMALL_STATE(1269)] = 39002, + [SMALL_STATE(1270)] = 39039, + [SMALL_STATE(1271)] = 39084, + [SMALL_STATE(1272)] = 39119, + [SMALL_STATE(1273)] = 39152, + [SMALL_STATE(1274)] = 39183, + [SMALL_STATE(1275)] = 39228, + [SMALL_STATE(1276)] = 39273, + [SMALL_STATE(1277)] = 39318, + [SMALL_STATE(1278)] = 39345, + [SMALL_STATE(1279)] = 39372, + [SMALL_STATE(1280)] = 39417, + [SMALL_STATE(1281)] = 39444, + [SMALL_STATE(1282)] = 39489, + [SMALL_STATE(1283)] = 39534, + [SMALL_STATE(1284)] = 39579, + [SMALL_STATE(1285)] = 39624, + [SMALL_STATE(1286)] = 39665, + [SMALL_STATE(1287)] = 39700, + [SMALL_STATE(1288)] = 39741, + [SMALL_STATE(1289)] = 39782, + [SMALL_STATE(1290)] = 39823, + [SMALL_STATE(1291)] = 39864, + [SMALL_STATE(1292)] = 39905, + [SMALL_STATE(1293)] = 39946, + [SMALL_STATE(1294)] = 39987, + [SMALL_STATE(1295)] = 40028, + [SMALL_STATE(1296)] = 40069, + [SMALL_STATE(1297)] = 40107, + [SMALL_STATE(1298)] = 40145, + [SMALL_STATE(1299)] = 40186, + [SMALL_STATE(1300)] = 40227, + [SMALL_STATE(1301)] = 40268, + [SMALL_STATE(1302)] = 40313, + [SMALL_STATE(1303)] = 40358, + [SMALL_STATE(1304)] = 40399, + [SMALL_STATE(1305)] = 40444, + [SMALL_STATE(1306)] = 40485, + [SMALL_STATE(1307)] = 40530, + [SMALL_STATE(1308)] = 40571, + [SMALL_STATE(1309)] = 40612, + [SMALL_STATE(1310)] = 40653, + [SMALL_STATE(1311)] = 40698, + [SMALL_STATE(1312)] = 40728, + [SMALL_STATE(1313)] = 40754, + [SMALL_STATE(1314)] = 40779, + [SMALL_STATE(1315)] = 40814, + [SMALL_STATE(1316)] = 40849, + [SMALL_STATE(1317)] = 40884, + [SMALL_STATE(1318)] = 40919, + [SMALL_STATE(1319)] = 40944, + [SMALL_STATE(1320)] = 40979, + [SMALL_STATE(1321)] = 41014, + [SMALL_STATE(1322)] = 41043, + [SMALL_STATE(1323)] = 41068, + [SMALL_STATE(1324)] = 41103, + [SMALL_STATE(1325)] = 41128, + [SMALL_STATE(1326)] = 41163, + [SMALL_STATE(1327)] = 41198, + [SMALL_STATE(1328)] = 41227, + [SMALL_STATE(1329)] = 41262, + [SMALL_STATE(1330)] = 41297, + [SMALL_STATE(1331)] = 41332, + [SMALL_STATE(1332)] = 41367, + [SMALL_STATE(1333)] = 41402, + [SMALL_STATE(1334)] = 41437, + [SMALL_STATE(1335)] = 41472, + [SMALL_STATE(1336)] = 41501, + [SMALL_STATE(1337)] = 41540, + [SMALL_STATE(1338)] = 41575, + [SMALL_STATE(1339)] = 41604, + [SMALL_STATE(1340)] = 41636, + [SMALL_STATE(1341)] = 41660, + [SMALL_STATE(1342)] = 41680, + [SMALL_STATE(1343)] = 41716, + [SMALL_STATE(1344)] = 41750, + [SMALL_STATE(1345)] = 41770, + [SMALL_STATE(1346)] = 41790, + [SMALL_STATE(1347)] = 41819, + [SMALL_STATE(1348)] = 41848, + [SMALL_STATE(1349)] = 41877, + [SMALL_STATE(1350)] = 41906, + [SMALL_STATE(1351)] = 41935, + [SMALL_STATE(1352)] = 41964, + [SMALL_STATE(1353)] = 41993, + [SMALL_STATE(1354)] = 42022, + [SMALL_STATE(1355)] = 42051, + [SMALL_STATE(1356)] = 42080, + [SMALL_STATE(1357)] = 42109, + [SMALL_STATE(1358)] = 42138, + [SMALL_STATE(1359)] = 42167, + [SMALL_STATE(1360)] = 42196, + [SMALL_STATE(1361)] = 42225, + [SMALL_STATE(1362)] = 42254, + [SMALL_STATE(1363)] = 42283, + [SMALL_STATE(1364)] = 42312, + [SMALL_STATE(1365)] = 42341, + [SMALL_STATE(1366)] = 42370, + [SMALL_STATE(1367)] = 42399, + [SMALL_STATE(1368)] = 42428, + [SMALL_STATE(1369)] = 42457, + [SMALL_STATE(1370)] = 42486, + [SMALL_STATE(1371)] = 42515, + [SMALL_STATE(1372)] = 42544, + [SMALL_STATE(1373)] = 42573, + [SMALL_STATE(1374)] = 42600, + [SMALL_STATE(1375)] = 42629, + [SMALL_STATE(1376)] = 42658, + [SMALL_STATE(1377)] = 42687, + [SMALL_STATE(1378)] = 42716, + [SMALL_STATE(1379)] = 42745, + [SMALL_STATE(1380)] = 42774, + [SMALL_STATE(1381)] = 42801, + [SMALL_STATE(1382)] = 42830, + [SMALL_STATE(1383)] = 42859, + [SMALL_STATE(1384)] = 42888, + [SMALL_STATE(1385)] = 42917, + [SMALL_STATE(1386)] = 42946, + [SMALL_STATE(1387)] = 42975, + [SMALL_STATE(1388)] = 43004, + [SMALL_STATE(1389)] = 43031, + [SMALL_STATE(1390)] = 43060, + [SMALL_STATE(1391)] = 43089, + [SMALL_STATE(1392)] = 43118, + [SMALL_STATE(1393)] = 43147, + [SMALL_STATE(1394)] = 43176, + [SMALL_STATE(1395)] = 43205, + [SMALL_STATE(1396)] = 43234, + [SMALL_STATE(1397)] = 43261, + [SMALL_STATE(1398)] = 43290, + [SMALL_STATE(1399)] = 43321, + [SMALL_STATE(1400)] = 43339, + [SMALL_STATE(1401)] = 43365, + [SMALL_STATE(1402)] = 43389, + [SMALL_STATE(1403)] = 43419, + [SMALL_STATE(1404)] = 43443, + [SMALL_STATE(1405)] = 43469, + [SMALL_STATE(1406)] = 43487, + [SMALL_STATE(1407)] = 43505, + [SMALL_STATE(1408)] = 43531, + [SMALL_STATE(1409)] = 43549, + [SMALL_STATE(1410)] = 43571, + [SMALL_STATE(1411)] = 43597, + [SMALL_STATE(1412)] = 43615, + [SMALL_STATE(1413)] = 43633, + [SMALL_STATE(1414)] = 43654, + [SMALL_STATE(1415)] = 43679, + [SMALL_STATE(1416)] = 43700, + [SMALL_STATE(1417)] = 43723, + [SMALL_STATE(1418)] = 43744, + [SMALL_STATE(1419)] = 43765, + [SMALL_STATE(1420)] = 43786, + [SMALL_STATE(1421)] = 43807, + [SMALL_STATE(1422)] = 43830, + [SMALL_STATE(1423)] = 43856, + [SMALL_STATE(1424)] = 43880, + [SMALL_STATE(1425)] = 43906, + [SMALL_STATE(1426)] = 43932, + [SMALL_STATE(1427)] = 43958, + [SMALL_STATE(1428)] = 43984, + [SMALL_STATE(1429)] = 44010, + [SMALL_STATE(1430)] = 44036, + [SMALL_STATE(1431)] = 44056, + [SMALL_STATE(1432)] = 44082, + [SMALL_STATE(1433)] = 44108, + [SMALL_STATE(1434)] = 44124, + [SMALL_STATE(1435)] = 44148, + [SMALL_STATE(1436)] = 44164, + [SMALL_STATE(1437)] = 44190, + [SMALL_STATE(1438)] = 44216, + [SMALL_STATE(1439)] = 44242, + [SMALL_STATE(1440)] = 44258, + [SMALL_STATE(1441)] = 44284, + [SMALL_STATE(1442)] = 44300, + [SMALL_STATE(1443)] = 44326, + [SMALL_STATE(1444)] = 44346, + [SMALL_STATE(1445)] = 44372, + [SMALL_STATE(1446)] = 44388, + [SMALL_STATE(1447)] = 44414, + [SMALL_STATE(1448)] = 44440, + [SMALL_STATE(1449)] = 44456, + [SMALL_STATE(1450)] = 44472, + [SMALL_STATE(1451)] = 44498, + [SMALL_STATE(1452)] = 44524, + [SMALL_STATE(1453)] = 44542, + [SMALL_STATE(1454)] = 44568, + [SMALL_STATE(1455)] = 44588, + [SMALL_STATE(1456)] = 44614, + [SMALL_STATE(1457)] = 44640, + [SMALL_STATE(1458)] = 44666, + [SMALL_STATE(1459)] = 44692, + [SMALL_STATE(1460)] = 44718, + [SMALL_STATE(1461)] = 44744, + [SMALL_STATE(1462)] = 44770, + [SMALL_STATE(1463)] = 44796, + [SMALL_STATE(1464)] = 44822, + [SMALL_STATE(1465)] = 44848, + [SMALL_STATE(1466)] = 44874, + [SMALL_STATE(1467)] = 44900, + [SMALL_STATE(1468)] = 44926, + [SMALL_STATE(1469)] = 44952, + [SMALL_STATE(1470)] = 44978, + [SMALL_STATE(1471)] = 45004, + [SMALL_STATE(1472)] = 45020, + [SMALL_STATE(1473)] = 45046, + [SMALL_STATE(1474)] = 45072, + [SMALL_STATE(1475)] = 45098, + [SMALL_STATE(1476)] = 45118, + [SMALL_STATE(1477)] = 45144, + [SMALL_STATE(1478)] = 45170, + [SMALL_STATE(1479)] = 45196, + [SMALL_STATE(1480)] = 45222, + [SMALL_STATE(1481)] = 45248, + [SMALL_STATE(1482)] = 45274, + [SMALL_STATE(1483)] = 45297, + [SMALL_STATE(1484)] = 45312, + [SMALL_STATE(1485)] = 45327, + [SMALL_STATE(1486)] = 45352, + [SMALL_STATE(1487)] = 45367, + [SMALL_STATE(1488)] = 45382, + [SMALL_STATE(1489)] = 45397, + [SMALL_STATE(1490)] = 45420, + [SMALL_STATE(1491)] = 45435, + [SMALL_STATE(1492)] = 45458, + [SMALL_STATE(1493)] = 45473, + [SMALL_STATE(1494)] = 45488, + [SMALL_STATE(1495)] = 45503, + [SMALL_STATE(1496)] = 45517, + [SMALL_STATE(1497)] = 45535, + [SMALL_STATE(1498)] = 45553, + [SMALL_STATE(1499)] = 45571, + [SMALL_STATE(1500)] = 45585, + [SMALL_STATE(1501)] = 45603, + [SMALL_STATE(1502)] = 45621, + [SMALL_STATE(1503)] = 45637, + [SMALL_STATE(1504)] = 45653, + [SMALL_STATE(1505)] = 45671, + [SMALL_STATE(1506)] = 45689, + [SMALL_STATE(1507)] = 45703, + [SMALL_STATE(1508)] = 45721, + [SMALL_STATE(1509)] = 45735, + [SMALL_STATE(1510)] = 45751, + [SMALL_STATE(1511)] = 45762, + [SMALL_STATE(1512)] = 45773, + [SMALL_STATE(1513)] = 45784, + [SMALL_STATE(1514)] = 45803, + [SMALL_STATE(1515)] = 45820, + [SMALL_STATE(1516)] = 45831, + [SMALL_STATE(1517)] = 45842, + [SMALL_STATE(1518)] = 45853, + [SMALL_STATE(1519)] = 45864, + [SMALL_STATE(1520)] = 45881, + [SMALL_STATE(1521)] = 45892, + [SMALL_STATE(1522)] = 45903, + [SMALL_STATE(1523)] = 45914, + [SMALL_STATE(1524)] = 45931, + [SMALL_STATE(1525)] = 45950, + [SMALL_STATE(1526)] = 45961, + [SMALL_STATE(1527)] = 45972, + [SMALL_STATE(1528)] = 45986, + [SMALL_STATE(1529)] = 46000, + [SMALL_STATE(1530)] = 46014, + [SMALL_STATE(1531)] = 46028, + [SMALL_STATE(1532)] = 46042, + [SMALL_STATE(1533)] = 46056, + [SMALL_STATE(1534)] = 46072, + [SMALL_STATE(1535)] = 46086, + [SMALL_STATE(1536)] = 46102, + [SMALL_STATE(1537)] = 46118, + [SMALL_STATE(1538)] = 46134, + [SMALL_STATE(1539)] = 46150, + [SMALL_STATE(1540)] = 46164, + [SMALL_STATE(1541)] = 46178, + [SMALL_STATE(1542)] = 46194, + [SMALL_STATE(1543)] = 46208, + [SMALL_STATE(1544)] = 46222, + [SMALL_STATE(1545)] = 46238, + [SMALL_STATE(1546)] = 46252, + [SMALL_STATE(1547)] = 46266, + [SMALL_STATE(1548)] = 46282, + [SMALL_STATE(1549)] = 46292, + [SMALL_STATE(1550)] = 46306, + [SMALL_STATE(1551)] = 46322, + [SMALL_STATE(1552)] = 46336, + [SMALL_STATE(1553)] = 46352, + [SMALL_STATE(1554)] = 46366, + [SMALL_STATE(1555)] = 46380, + [SMALL_STATE(1556)] = 46396, + [SMALL_STATE(1557)] = 46412, + [SMALL_STATE(1558)] = 46426, + [SMALL_STATE(1559)] = 46442, + [SMALL_STATE(1560)] = 46458, + [SMALL_STATE(1561)] = 46472, + [SMALL_STATE(1562)] = 46486, + [SMALL_STATE(1563)] = 46500, + [SMALL_STATE(1564)] = 46514, + [SMALL_STATE(1565)] = 46530, + [SMALL_STATE(1566)] = 46544, + [SMALL_STATE(1567)] = 46558, + [SMALL_STATE(1568)] = 46574, + [SMALL_STATE(1569)] = 46590, + [SMALL_STATE(1570)] = 46604, + [SMALL_STATE(1571)] = 46620, + [SMALL_STATE(1572)] = 46634, + [SMALL_STATE(1573)] = 46648, + [SMALL_STATE(1574)] = 46662, + [SMALL_STATE(1575)] = 46676, + [SMALL_STATE(1576)] = 46690, + [SMALL_STATE(1577)] = 46706, + [SMALL_STATE(1578)] = 46722, + [SMALL_STATE(1579)] = 46738, + [SMALL_STATE(1580)] = 46752, + [SMALL_STATE(1581)] = 46768, + [SMALL_STATE(1582)] = 46782, + [SMALL_STATE(1583)] = 46796, + [SMALL_STATE(1584)] = 46812, + [SMALL_STATE(1585)] = 46826, + [SMALL_STATE(1586)] = 46840, + [SMALL_STATE(1587)] = 46854, + [SMALL_STATE(1588)] = 46867, + [SMALL_STATE(1589)] = 46880, + [SMALL_STATE(1590)] = 46893, + [SMALL_STATE(1591)] = 46906, + [SMALL_STATE(1592)] = 46919, + [SMALL_STATE(1593)] = 46932, + [SMALL_STATE(1594)] = 46945, + [SMALL_STATE(1595)] = 46958, + [SMALL_STATE(1596)] = 46967, + [SMALL_STATE(1597)] = 46980, + [SMALL_STATE(1598)] = 46993, + [SMALL_STATE(1599)] = 47006, + [SMALL_STATE(1600)] = 47019, + [SMALL_STATE(1601)] = 47032, + [SMALL_STATE(1602)] = 47045, + [SMALL_STATE(1603)] = 47058, + [SMALL_STATE(1604)] = 47071, + [SMALL_STATE(1605)] = 47084, + [SMALL_STATE(1606)] = 47097, + [SMALL_STATE(1607)] = 47110, + [SMALL_STATE(1608)] = 47123, + [SMALL_STATE(1609)] = 47136, + [SMALL_STATE(1610)] = 47149, + [SMALL_STATE(1611)] = 47162, + [SMALL_STATE(1612)] = 47171, + [SMALL_STATE(1613)] = 47184, + [SMALL_STATE(1614)] = 47193, + [SMALL_STATE(1615)] = 47206, + [SMALL_STATE(1616)] = 47219, + [SMALL_STATE(1617)] = 47228, + [SMALL_STATE(1618)] = 47241, + [SMALL_STATE(1619)] = 47254, + [SMALL_STATE(1620)] = 47265, + [SMALL_STATE(1621)] = 47274, + [SMALL_STATE(1622)] = 47287, + [SMALL_STATE(1623)] = 47300, + [SMALL_STATE(1624)] = 47313, + [SMALL_STATE(1625)] = 47326, + [SMALL_STATE(1626)] = 47339, + [SMALL_STATE(1627)] = 47352, + [SMALL_STATE(1628)] = 47365, + [SMALL_STATE(1629)] = 47378, + [SMALL_STATE(1630)] = 47391, + [SMALL_STATE(1631)] = 47404, + [SMALL_STATE(1632)] = 47415, + [SMALL_STATE(1633)] = 47428, + [SMALL_STATE(1634)] = 47441, + [SMALL_STATE(1635)] = 47454, + [SMALL_STATE(1636)] = 47467, + [SMALL_STATE(1637)] = 47480, + [SMALL_STATE(1638)] = 47493, + [SMALL_STATE(1639)] = 47504, + [SMALL_STATE(1640)] = 47517, + [SMALL_STATE(1641)] = 47530, + [SMALL_STATE(1642)] = 47543, + [SMALL_STATE(1643)] = 47556, + [SMALL_STATE(1644)] = 47569, + [SMALL_STATE(1645)] = 47582, + [SMALL_STATE(1646)] = 47595, + [SMALL_STATE(1647)] = 47608, + [SMALL_STATE(1648)] = 47621, + [SMALL_STATE(1649)] = 47634, + [SMALL_STATE(1650)] = 47647, + [SMALL_STATE(1651)] = 47660, + [SMALL_STATE(1652)] = 47673, + [SMALL_STATE(1653)] = 47682, + [SMALL_STATE(1654)] = 47695, + [SMALL_STATE(1655)] = 47708, + [SMALL_STATE(1656)] = 47717, + [SMALL_STATE(1657)] = 47726, + [SMALL_STATE(1658)] = 47739, + [SMALL_STATE(1659)] = 47752, + [SMALL_STATE(1660)] = 47765, + [SMALL_STATE(1661)] = 47778, + [SMALL_STATE(1662)] = 47791, + [SMALL_STATE(1663)] = 47804, + [SMALL_STATE(1664)] = 47817, + [SMALL_STATE(1665)] = 47830, + [SMALL_STATE(1666)] = 47843, + [SMALL_STATE(1667)] = 47856, + [SMALL_STATE(1668)] = 47869, + [SMALL_STATE(1669)] = 47882, + [SMALL_STATE(1670)] = 47895, + [SMALL_STATE(1671)] = 47908, + [SMALL_STATE(1672)] = 47921, + [SMALL_STATE(1673)] = 47930, + [SMALL_STATE(1674)] = 47943, + [SMALL_STATE(1675)] = 47956, + [SMALL_STATE(1676)] = 47969, + [SMALL_STATE(1677)] = 47982, + [SMALL_STATE(1678)] = 47995, + [SMALL_STATE(1679)] = 48008, + [SMALL_STATE(1680)] = 48021, + [SMALL_STATE(1681)] = 48030, + [SMALL_STATE(1682)] = 48043, + [SMALL_STATE(1683)] = 48056, + [SMALL_STATE(1684)] = 48069, + [SMALL_STATE(1685)] = 48082, + [SMALL_STATE(1686)] = 48095, + [SMALL_STATE(1687)] = 48108, + [SMALL_STATE(1688)] = 48121, + [SMALL_STATE(1689)] = 48134, + [SMALL_STATE(1690)] = 48147, + [SMALL_STATE(1691)] = 48160, + [SMALL_STATE(1692)] = 48173, + [SMALL_STATE(1693)] = 48186, + [SMALL_STATE(1694)] = 48199, + [SMALL_STATE(1695)] = 48209, + [SMALL_STATE(1696)] = 48219, + [SMALL_STATE(1697)] = 48229, + [SMALL_STATE(1698)] = 48239, + [SMALL_STATE(1699)] = 48249, + [SMALL_STATE(1700)] = 48259, + [SMALL_STATE(1701)] = 48269, + [SMALL_STATE(1702)] = 48279, + [SMALL_STATE(1703)] = 48289, + [SMALL_STATE(1704)] = 48299, + [SMALL_STATE(1705)] = 48307, + [SMALL_STATE(1706)] = 48317, + [SMALL_STATE(1707)] = 48327, + [SMALL_STATE(1708)] = 48337, + [SMALL_STATE(1709)] = 48347, + [SMALL_STATE(1710)] = 48357, + [SMALL_STATE(1711)] = 48365, + [SMALL_STATE(1712)] = 48375, + [SMALL_STATE(1713)] = 48385, + [SMALL_STATE(1714)] = 48395, + [SMALL_STATE(1715)] = 48405, + [SMALL_STATE(1716)] = 48413, + [SMALL_STATE(1717)] = 48421, + [SMALL_STATE(1718)] = 48431, + [SMALL_STATE(1719)] = 48441, + [SMALL_STATE(1720)] = 48449, + [SMALL_STATE(1721)] = 48457, + [SMALL_STATE(1722)] = 48467, + [SMALL_STATE(1723)] = 48475, + [SMALL_STATE(1724)] = 48483, + [SMALL_STATE(1725)] = 48493, + [SMALL_STATE(1726)] = 48503, + [SMALL_STATE(1727)] = 48513, + [SMALL_STATE(1728)] = 48523, + [SMALL_STATE(1729)] = 48533, + [SMALL_STATE(1730)] = 48541, + [SMALL_STATE(1731)] = 48551, + [SMALL_STATE(1732)] = 48561, + [SMALL_STATE(1733)] = 48571, + [SMALL_STATE(1734)] = 48579, + [SMALL_STATE(1735)] = 48587, + [SMALL_STATE(1736)] = 48597, + [SMALL_STATE(1737)] = 48607, + [SMALL_STATE(1738)] = 48617, + [SMALL_STATE(1739)] = 48627, + [SMALL_STATE(1740)] = 48637, + [SMALL_STATE(1741)] = 48645, + [SMALL_STATE(1742)] = 48655, + [SMALL_STATE(1743)] = 48665, + [SMALL_STATE(1744)] = 48675, + [SMALL_STATE(1745)] = 48685, + [SMALL_STATE(1746)] = 48695, + [SMALL_STATE(1747)] = 48705, + [SMALL_STATE(1748)] = 48715, + [SMALL_STATE(1749)] = 48723, + [SMALL_STATE(1750)] = 48731, + [SMALL_STATE(1751)] = 48741, + [SMALL_STATE(1752)] = 48751, + [SMALL_STATE(1753)] = 48761, + [SMALL_STATE(1754)] = 48771, + [SMALL_STATE(1755)] = 48781, + [SMALL_STATE(1756)] = 48791, + [SMALL_STATE(1757)] = 48801, + [SMALL_STATE(1758)] = 48811, + [SMALL_STATE(1759)] = 48819, + [SMALL_STATE(1760)] = 48827, + [SMALL_STATE(1761)] = 48837, + [SMALL_STATE(1762)] = 48847, + [SMALL_STATE(1763)] = 48857, + [SMALL_STATE(1764)] = 48867, + [SMALL_STATE(1765)] = 48877, + [SMALL_STATE(1766)] = 48887, + [SMALL_STATE(1767)] = 48897, + [SMALL_STATE(1768)] = 48907, + [SMALL_STATE(1769)] = 48917, + [SMALL_STATE(1770)] = 48927, + [SMALL_STATE(1771)] = 48937, + [SMALL_STATE(1772)] = 48945, + [SMALL_STATE(1773)] = 48955, + [SMALL_STATE(1774)] = 48963, + [SMALL_STATE(1775)] = 48973, + [SMALL_STATE(1776)] = 48983, + [SMALL_STATE(1777)] = 48993, + [SMALL_STATE(1778)] = 49001, + [SMALL_STATE(1779)] = 49011, + [SMALL_STATE(1780)] = 49019, + [SMALL_STATE(1781)] = 49029, + [SMALL_STATE(1782)] = 49037, + [SMALL_STATE(1783)] = 49047, + [SMALL_STATE(1784)] = 49055, + [SMALL_STATE(1785)] = 49065, + [SMALL_STATE(1786)] = 49075, + [SMALL_STATE(1787)] = 49085, + [SMALL_STATE(1788)] = 49095, + [SMALL_STATE(1789)] = 49102, + [SMALL_STATE(1790)] = 49109, + [SMALL_STATE(1791)] = 49116, + [SMALL_STATE(1792)] = 49123, + [SMALL_STATE(1793)] = 49130, + [SMALL_STATE(1794)] = 49137, + [SMALL_STATE(1795)] = 49144, + [SMALL_STATE(1796)] = 49151, + [SMALL_STATE(1797)] = 49158, + [SMALL_STATE(1798)] = 49165, + [SMALL_STATE(1799)] = 49172, + [SMALL_STATE(1800)] = 49179, + [SMALL_STATE(1801)] = 49186, + [SMALL_STATE(1802)] = 49193, + [SMALL_STATE(1803)] = 49200, + [SMALL_STATE(1804)] = 49207, + [SMALL_STATE(1805)] = 49214, + [SMALL_STATE(1806)] = 49221, + [SMALL_STATE(1807)] = 49228, + [SMALL_STATE(1808)] = 49235, + [SMALL_STATE(1809)] = 49242, + [SMALL_STATE(1810)] = 49249, + [SMALL_STATE(1811)] = 49256, + [SMALL_STATE(1812)] = 49263, + [SMALL_STATE(1813)] = 49270, + [SMALL_STATE(1814)] = 49277, + [SMALL_STATE(1815)] = 49284, + [SMALL_STATE(1816)] = 49291, + [SMALL_STATE(1817)] = 49298, + [SMALL_STATE(1818)] = 49305, + [SMALL_STATE(1819)] = 49312, + [SMALL_STATE(1820)] = 49319, + [SMALL_STATE(1821)] = 49326, + [SMALL_STATE(1822)] = 49333, + [SMALL_STATE(1823)] = 49340, + [SMALL_STATE(1824)] = 49347, + [SMALL_STATE(1825)] = 49354, + [SMALL_STATE(1826)] = 49361, + [SMALL_STATE(1827)] = 49368, + [SMALL_STATE(1828)] = 49375, + [SMALL_STATE(1829)] = 49382, + [SMALL_STATE(1830)] = 49389, + [SMALL_STATE(1831)] = 49396, + [SMALL_STATE(1832)] = 49403, + [SMALL_STATE(1833)] = 49410, + [SMALL_STATE(1834)] = 49417, + [SMALL_STATE(1835)] = 49424, + [SMALL_STATE(1836)] = 49431, + [SMALL_STATE(1837)] = 49438, + [SMALL_STATE(1838)] = 49445, + [SMALL_STATE(1839)] = 49452, + [SMALL_STATE(1840)] = 49459, + [SMALL_STATE(1841)] = 49466, + [SMALL_STATE(1842)] = 49473, + [SMALL_STATE(1843)] = 49480, + [SMALL_STATE(1844)] = 49487, + [SMALL_STATE(1845)] = 49494, + [SMALL_STATE(1846)] = 49501, + [SMALL_STATE(1847)] = 49508, + [SMALL_STATE(1848)] = 49515, + [SMALL_STATE(1849)] = 49522, + [SMALL_STATE(1850)] = 49529, + [SMALL_STATE(1851)] = 49536, + [SMALL_STATE(1852)] = 49543, + [SMALL_STATE(1853)] = 49550, + [SMALL_STATE(1854)] = 49557, + [SMALL_STATE(1855)] = 49564, + [SMALL_STATE(1856)] = 49571, + [SMALL_STATE(1857)] = 49578, + [SMALL_STATE(1858)] = 49585, + [SMALL_STATE(1859)] = 49592, + [SMALL_STATE(1860)] = 49599, + [SMALL_STATE(1861)] = 49606, + [SMALL_STATE(1862)] = 49613, + [SMALL_STATE(1863)] = 49620, + [SMALL_STATE(1864)] = 49627, + [SMALL_STATE(1865)] = 49634, + [SMALL_STATE(1866)] = 49641, + [SMALL_STATE(1867)] = 49648, + [SMALL_STATE(1868)] = 49655, + [SMALL_STATE(1869)] = 49662, + [SMALL_STATE(1870)] = 49669, + [SMALL_STATE(1871)] = 49676, + [SMALL_STATE(1872)] = 49683, + [SMALL_STATE(1873)] = 49690, + [SMALL_STATE(1874)] = 49697, + [SMALL_STATE(1875)] = 49704, + [SMALL_STATE(1876)] = 49711, + [SMALL_STATE(1877)] = 49718, + [SMALL_STATE(1878)] = 49725, + [SMALL_STATE(1879)] = 49732, + [SMALL_STATE(1880)] = 49739, + [SMALL_STATE(1881)] = 49746, + [SMALL_STATE(1882)] = 49753, + [SMALL_STATE(1883)] = 49760, + [SMALL_STATE(1884)] = 49767, + [SMALL_STATE(1885)] = 49774, + [SMALL_STATE(1886)] = 49781, + [SMALL_STATE(1887)] = 49788, + [SMALL_STATE(1888)] = 49795, + [SMALL_STATE(1889)] = 49802, + [SMALL_STATE(1890)] = 49809, + [SMALL_STATE(1891)] = 49816, + [SMALL_STATE(1892)] = 49823, + [SMALL_STATE(1893)] = 49830, + [SMALL_STATE(1894)] = 49837, + [SMALL_STATE(1895)] = 49844, + [SMALL_STATE(1896)] = 49851, + [SMALL_STATE(1897)] = 49858, + [SMALL_STATE(1898)] = 49865, + [SMALL_STATE(1899)] = 49872, + [SMALL_STATE(1900)] = 49879, + [SMALL_STATE(1901)] = 49886, + [SMALL_STATE(1902)] = 49893, + [SMALL_STATE(1903)] = 49900, + [SMALL_STATE(1904)] = 49907, + [SMALL_STATE(1905)] = 49914, + [SMALL_STATE(1906)] = 49921, + [SMALL_STATE(1907)] = 49928, + [SMALL_STATE(1908)] = 49935, + [SMALL_STATE(1909)] = 49942, + [SMALL_STATE(1910)] = 49949, + [SMALL_STATE(1911)] = 49956, + [SMALL_STATE(1912)] = 49963, + [SMALL_STATE(1913)] = 49970, + [SMALL_STATE(1914)] = 49977, + [SMALL_STATE(1915)] = 49984, + [SMALL_STATE(1916)] = 49991, + [SMALL_STATE(1917)] = 49998, + [SMALL_STATE(1918)] = 50005, + [SMALL_STATE(1919)] = 50012, + [SMALL_STATE(1920)] = 50019, + [SMALL_STATE(1921)] = 50026, + [SMALL_STATE(1922)] = 50033, + [SMALL_STATE(1923)] = 50040, + [SMALL_STATE(1924)] = 50047, + [SMALL_STATE(1925)] = 50054, + [SMALL_STATE(1926)] = 50061, + [SMALL_STATE(1927)] = 50068, + [SMALL_STATE(1928)] = 50075, + [SMALL_STATE(1929)] = 50082, + [SMALL_STATE(1930)] = 50089, + [SMALL_STATE(1931)] = 50096, + [SMALL_STATE(1932)] = 50103, + [SMALL_STATE(1933)] = 50110, + [SMALL_STATE(1934)] = 50117, + [SMALL_STATE(1935)] = 50124, + [SMALL_STATE(1936)] = 50131, + [SMALL_STATE(1937)] = 50138, + [SMALL_STATE(1938)] = 50145, + [SMALL_STATE(1939)] = 50152, + [SMALL_STATE(1940)] = 50159, + [SMALL_STATE(1941)] = 50166, + [SMALL_STATE(1942)] = 50173, + [SMALL_STATE(1943)] = 50180, + [SMALL_STATE(1944)] = 50187, + [SMALL_STATE(1945)] = 50194, + [SMALL_STATE(1946)] = 50201, + [SMALL_STATE(1947)] = 50208, + [SMALL_STATE(1948)] = 50215, + [SMALL_STATE(1949)] = 50222, + [SMALL_STATE(1950)] = 50229, + [SMALL_STATE(1951)] = 50236, + [SMALL_STATE(1952)] = 50243, + [SMALL_STATE(1953)] = 50250, + [SMALL_STATE(1954)] = 50257, + [SMALL_STATE(1955)] = 50264, + [SMALL_STATE(1956)] = 50271, + [SMALL_STATE(1957)] = 50278, + [SMALL_STATE(1958)] = 50285, + [SMALL_STATE(1959)] = 50292, + [SMALL_STATE(1960)] = 50299, + [SMALL_STATE(1961)] = 50306, + [SMALL_STATE(1962)] = 50313, + [SMALL_STATE(1963)] = 50320, + [SMALL_STATE(1964)] = 50327, + [SMALL_STATE(1965)] = 50334, + [SMALL_STATE(1966)] = 50341, + [SMALL_STATE(1967)] = 50348, + [SMALL_STATE(1968)] = 50355, + [SMALL_STATE(1969)] = 50362, + [SMALL_STATE(1970)] = 50369, + [SMALL_STATE(1971)] = 50376, + [SMALL_STATE(1972)] = 50383, + [SMALL_STATE(1973)] = 50390, + [SMALL_STATE(1974)] = 50397, + [SMALL_STATE(1975)] = 50404, + [SMALL_STATE(1976)] = 50411, + [SMALL_STATE(1977)] = 50418, + [SMALL_STATE(1978)] = 50425, + [SMALL_STATE(1979)] = 50432, + [SMALL_STATE(1980)] = 50439, + [SMALL_STATE(1981)] = 50446, + [SMALL_STATE(1982)] = 50453, + [SMALL_STATE(1983)] = 50460, + [SMALL_STATE(1984)] = 50467, + [SMALL_STATE(1985)] = 50474, + [SMALL_STATE(1986)] = 50481, + [SMALL_STATE(1987)] = 50488, + [SMALL_STATE(1988)] = 50495, + [SMALL_STATE(1989)] = 50502, + [SMALL_STATE(1990)] = 50509, + [SMALL_STATE(1991)] = 50516, + [SMALL_STATE(1992)] = 50523, + [SMALL_STATE(1993)] = 50530, + [SMALL_STATE(1994)] = 50537, + [SMALL_STATE(1995)] = 50544, + [SMALL_STATE(1996)] = 50551, + [SMALL_STATE(1997)] = 50558, + [SMALL_STATE(1998)] = 50565, + [SMALL_STATE(1999)] = 50572, + [SMALL_STATE(2000)] = 50579, + [SMALL_STATE(2001)] = 50586, + [SMALL_STATE(2002)] = 50593, + [SMALL_STATE(2003)] = 50600, + [SMALL_STATE(2004)] = 50607, + [SMALL_STATE(2005)] = 50614, + [SMALL_STATE(2006)] = 50621, + [SMALL_STATE(2007)] = 50628, + [SMALL_STATE(2008)] = 50635, + [SMALL_STATE(2009)] = 50642, + [SMALL_STATE(2010)] = 50649, + [SMALL_STATE(2011)] = 50656, + [SMALL_STATE(2012)] = 50663, + [SMALL_STATE(2013)] = 50670, + [SMALL_STATE(2014)] = 50677, + [SMALL_STATE(2015)] = 50684, + [SMALL_STATE(2016)] = 50691, + [SMALL_STATE(2017)] = 50698, + [SMALL_STATE(2018)] = 50705, + [SMALL_STATE(2019)] = 50712, + [SMALL_STATE(2020)] = 50719, + [SMALL_STATE(2021)] = 50726, + [SMALL_STATE(2022)] = 50733, + [SMALL_STATE(2023)] = 50740, + [SMALL_STATE(2024)] = 50747, + [SMALL_STATE(2025)] = 50754, + [SMALL_STATE(2026)] = 50761, + [SMALL_STATE(2027)] = 50768, + [SMALL_STATE(2028)] = 50775, + [SMALL_STATE(2029)] = 50782, + [SMALL_STATE(2030)] = 50789, + [SMALL_STATE(2031)] = 50796, + [SMALL_STATE(2032)] = 50803, + [SMALL_STATE(2033)] = 50810, + [SMALL_STATE(2034)] = 50817, + [SMALL_STATE(2035)] = 50824, + [SMALL_STATE(2036)] = 50831, + [SMALL_STATE(2037)] = 50838, + [SMALL_STATE(2038)] = 50845, + [SMALL_STATE(2039)] = 50852, + [SMALL_STATE(2040)] = 50859, + [SMALL_STATE(2041)] = 50866, + [SMALL_STATE(2042)] = 50873, + [SMALL_STATE(2043)] = 50880, + [SMALL_STATE(2044)] = 50887, + [SMALL_STATE(2045)] = 50894, + [SMALL_STATE(2046)] = 50901, + [SMALL_STATE(2047)] = 50908, + [SMALL_STATE(2048)] = 50915, + [SMALL_STATE(2049)] = 50922, + [SMALL_STATE(2050)] = 50929, + [SMALL_STATE(2051)] = 50936, + [SMALL_STATE(2052)] = 50943, + [SMALL_STATE(2053)] = 50950, + [SMALL_STATE(2054)] = 50957, + [SMALL_STATE(2055)] = 50964, + [SMALL_STATE(2056)] = 50971, + [SMALL_STATE(2057)] = 50978, + [SMALL_STATE(2058)] = 50985, + [SMALL_STATE(2059)] = 50992, + [SMALL_STATE(2060)] = 50999, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -142151,2261 +142051,2259 @@ 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(658), - [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1418), - [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2058), - [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1194), - [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2057), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1701), - [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), - [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), - [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(742), - [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), - [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(470), - [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(671), - [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(524), - [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1021), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1068), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2050), - [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2043), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1041), - [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1002), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(934), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(922), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1000), - [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1638), - [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1490), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1517), - [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1704), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1705), - [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(733), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2032), - [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1706), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(506), - [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2030), - [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(692), - [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2029), - [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2028), - [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2026), - [85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), - [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(745), - [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2025), - [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2024), - [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2023), - [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1504), - [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), - [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), - [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), - [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1163), - [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(883), + [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(657), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1417), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2056), + [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1192), + [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2055), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1698), + [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), + [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(799), + [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(472), + [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(672), + [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), + [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1036), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1070), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(954), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2048), + [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2041), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1038), + [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(999), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(921), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(997), + [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1637), + [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1485), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1524), + [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1701), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1702), + [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(734), + [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2030), + [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1703), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(504), + [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2028), + [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(690), + [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2027), + [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2026), + [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2024), + [85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), + [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(795), + [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2023), + [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2022), + [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2021), + [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1502), + [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), + [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), + [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), + [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1161), + [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(898), [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(667), - [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1709), - [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(647), - [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1419), - [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1860), - [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1218), - [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), - [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1861), - [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(45), - [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1232), - [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1967), - [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1728), - [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(471), - [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(668), - [135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1706), + [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645), + [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1413), + [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1858), + [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1216), + [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), + [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1859), + [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(41), + [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1210), + [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1965), + [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1725), + [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(470), + [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(663), + [135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536), - [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1026), - [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1079), - [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(948), - [145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1787), - [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1755), - [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(750), - [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1817), - [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1697), - [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(492), - [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2038), + [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1020), + [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1102), + [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(970), + [145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1785), + [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1752), + [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(796), + [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1819), + [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1695), + [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499), + [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2036), [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(680), - [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1937), - [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1923), - [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1870), - [169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), - [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(900), - [173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(202), - [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148), - [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(383), - [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(158), - [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(400), - [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(368), - [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(386), - [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(416), - [189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(415), - [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(637), - [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1423), - [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1929), - [197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1247), - [199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef, 3, .production_id = 15), - [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1898), - [203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1699), - [205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(472), - [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(664), - [209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(530), - [213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1025), - [215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1107), - [217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(965), - [219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1757), - [223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1742), - [225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(752), - [227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2044), - [229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1754), - [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(514), - [233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2045), - [235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(682), - [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1816), - [239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1815), - [241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1905), - [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435), - [245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(647), - [248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1419), - [251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1860), - [254] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1218), + [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1939), + [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1937), + [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1868), + [169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(897), + [173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(231), + [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358), + [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204), + [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424), + [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372), + [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151), + [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(376), + [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(158), + [189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371), + [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(639), + [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1418), + [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1927), + [197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1245), + [199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef, 2, .production_id = 15), + [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1896), + [203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1697), + [205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(469), + [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(665), + [209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(539), + [213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1028), + [215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1083), + [217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), + [219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1753), + [223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1738), + [225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(793), + [227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2035), + [229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1750), + [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(520), + [233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2043), + [235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(695), + [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1815), + [239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1814), + [241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1903), + [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(404), + [245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(645), + [248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1413), + [251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1858), + [254] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1216), [257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), - [259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1861), - [262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1728), - [265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(527), - [268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(742), - [271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(742), - [274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(754), - [277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(471), - [280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(668), - [283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(105), + [259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1859), + [262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1725), + [265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(533), + [268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(799), + [271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(799), + [274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(720), + [277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(470), + [280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(663), + [283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(101), [286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(536), - [289] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1026), - [292] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1079), - [295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(948), - [298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2050), - [301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1702), - [304] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2043), - [307] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1041), - [310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(42), - [313] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1002), - [316] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(934), - [319] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(922), - [322] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1000), - [325] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1638), - [328] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1490), - [331] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1517), - [334] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1787), - [337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1755), - [340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(750), - [343] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1817), - [346] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1697), - [349] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(492), - [352] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2038), + [289] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1020), + [292] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1102), + [295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(970), + [298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2048), + [301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1699), + [304] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2041), + [307] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1038), + [310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(50), + [313] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(999), + [316] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(939), + [319] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(921), + [322] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(997), + [325] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1637), + [328] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1485), + [331] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1524), + [334] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1785), + [337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1752), + [340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(796), + [343] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1819), + [346] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1695), + [349] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(499), + [352] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2036), [355] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(680), - [358] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1937), - [361] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1923), - [364] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1870), - [367] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(744), - [370] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(745), - [373] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2025), - [376] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2024), - [379] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2023), - [382] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1504), - [385] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(900), - [388] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1708), - [391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1557), - [394] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(900), - [397] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(883), + [358] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1939), + [361] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1937), + [364] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1868), + [367] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(775), + [370] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(795), + [373] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2023), + [376] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2022), + [379] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2021), + [382] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1502), + [385] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(897), + [388] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1704), + [391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1552), + [394] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(897), + [397] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(898), [400] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(667), - [403] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1709), - [406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(210), - [408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(201), - [410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(403), - [412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378), - [414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141), - [416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 3, .production_id = 38), - [418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(150), - [420] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef, 2, .production_id = 15), - [422] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 4, .production_id = 38), - [424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(402), - [426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(407), - [428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(349), - [430] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(637), - [433] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1423), - [436] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1929), - [439] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1247), - [442] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1898), - [445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1699), - [448] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(472), - [451] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(664), - [454] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(178), - [457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(530), - [460] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1025), - [463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1107), - [466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(965), - [469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(33), - [472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1757), - [475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1742), - [478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(752), - [481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2044), - [484] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1754), - [487] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(514), - [490] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2045), - [493] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(682), - [496] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1816), - [499] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1815), - [502] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1905), - [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(642), - [507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1421), - [509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1797), - [511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1241), - [513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1798), - [515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1739), - [517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(469), - [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(672), - [521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), + [403] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1706), + [406] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 4, .production_id = 38), + [408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), + [410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(145), + [412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379), + [414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(394), + [416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef, 3, .production_id = 15), + [418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(202), + [420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148), + [422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417), + [424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(214), + [426] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 3, .production_id = 38), + [428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), + [430] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(639), + [433] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1418), + [436] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1927), + [439] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1245), + [442] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1896), + [445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1697), + [448] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(469), + [451] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(665), + [454] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(188), + [457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(539), + [460] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1028), + [463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1083), + [466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(951), + [469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(32), + [472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1753), + [475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1738), + [478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(793), + [481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2035), + [484] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1750), + [487] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(520), + [490] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2043), + [493] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(695), + [496] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1815), + [499] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1814), + [502] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1903), + [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(647), + [507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1420), + [509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1795), + [511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1213), + [513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1796), + [515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1741), + [517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(471), + [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(668), + [521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), + [523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), [525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1023), - [527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), - [529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(957), - [531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1745), - [537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1788), - [539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(749), - [541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1891), - [543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1776), - [545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(480), - [547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1965), - [549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(683), - [551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1885), - [553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1882), - [555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1800), - [557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(646), - [565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1415), - [567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1952), - [569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1213), - [571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 2), - [573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1930), - [575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1746), - [577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(473), - [579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(662), - [581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(539), - [585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1020), - [587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1097), - [589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(962), - [591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1743), - [595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1734), - [597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(753), - [599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1892), - [601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1741), - [603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(475), - [605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2052), - [607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(688), - [609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2000), - [611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1982), - [613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1935), - [615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), - [629] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(642), - [632] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1421), - [635] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1797), - [638] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1241), - [641] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1798), - [644] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1739), - [647] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(469), - [650] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(672), - [653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(246), - [656] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(531), - [659] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1023), - [662] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1060), - [665] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(957), - [668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(36), - [671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), - [673] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1745), - [676] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1788), - [679] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(749), - [682] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1891), - [685] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1776), - [688] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(480), - [691] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1965), - [694] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(683), - [697] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1885), - [700] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1882), - [703] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1800), - [706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), - [714] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 1), - [716] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(646), - [719] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1415), - [722] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1952), - [725] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1213), - [728] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1930), - [731] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1746), - [734] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(473), - [737] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(662), - [740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(248), - [743] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(539), - [746] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1020), - [749] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1097), - [752] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(962), - [755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(34), - [758] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1743), - [761] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1734), - [764] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(753), - [767] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1892), - [770] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1741), - [773] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(475), - [776] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2052), - [779] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(688), - [782] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2000), - [785] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1982), - [788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1935), - [791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), - [795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), - [803] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(658), - [806] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1418), - [809] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2058), - [812] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1194), - [815] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2057), - [818] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1701), - [821] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(527), - [824] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(742), - [827] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(742), - [830] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(754), - [833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(470), - [836] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(671), - [839] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(524), - [842] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1021), - [845] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1068), - [848] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(951), - [851] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2050), - [854] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1702), - [857] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2043), - [860] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1041), - [863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(51), - [866] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1002), - [869] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(934), - [872] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(922), - [875] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1000), - [878] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1638), - [881] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1490), - [884] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1517), - [887] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1704), - [890] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1705), - [893] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(733), - [896] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2032), - [899] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1706), - [902] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(506), - [905] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2030), - [908] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(692), - [911] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2029), - [914] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2028), - [917] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2026), - [920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(744), - [923] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(745), - [926] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2025), - [929] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2024), - [932] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2023), - [935] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1504), - [938] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1163), - [941] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1708), - [944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1557), - [947] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1163), - [950] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(883), - [953] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(667), - [956] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1709), - [959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translation_unit, 1), - [961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(641), - [963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, .production_id = 8), - [965] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 2), - [967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3, .production_id = 8), - [969] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(641), - [972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), - [974] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(527), - [977] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(742), - [980] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(742), - [983] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(754), - [986] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(536), - [989] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(668), - [992] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(105), - [995] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1026), - [998] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1079), - [1001] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(934), - [1004] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2050), - [1007] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1702), - [1010] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2043), - [1013] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(42), - [1016] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1002), - [1019] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(922), - [1022] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1000), - [1025] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1638), - [1028] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1490), - [1031] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1517), - [1034] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1787), - [1037] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1755), - [1040] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1697), - [1043] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(492), - [1046] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2038), - [1049] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(680), - [1052] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1937), - [1055] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1923), - [1058] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1870), - [1061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(744), - [1064] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(745), - [1067] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2025), - [1070] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2024), - [1073] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2023), - [1076] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1504), - [1079] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(900), - [1082] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1708), - [1085] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1557), - [1088] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(900), - [1091] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(883), - [1094] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(667), - [1097] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1709), - [1100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3), - [1102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(648), - [1104] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(648), - [1107] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(530), - [1110] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(664), - [1113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(178), - [1116] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1025), - [1119] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1107), - [1122] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(33), - [1125] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1757), - [1128] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1742), - [1131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1754), - [1134] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(514), - [1137] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2045), - [1140] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(682), - [1143] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1816), - [1146] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1815), - [1149] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1905), - [1152] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(644), - [1155] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(539), - [1158] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(662), - [1161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(248), - [1164] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1020), - [1167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1097), - [1170] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(34), - [1173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1743), - [1176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1734), - [1179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1741), - [1182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(475), - [1185] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2052), - [1188] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(688), - [1191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2000), - [1194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1982), - [1197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1935), - [1200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, .production_id = 8), - [1202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645), - [1204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), - [1206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(643), - [1208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 2), + [527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1091), + [529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(953), + [531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1775), + [537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1786), + [539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(733), + [541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1886), + [543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1746), + [545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(500), + [547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1963), + [549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(696), + [551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1879), + [553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1788), + [555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1798), + [557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), + [559] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(638), + [562] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1419), + [565] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1950), + [568] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1233), + [571] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1928), + [574] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1744), + [577] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(473), + [580] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(662), + [583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(313), + [586] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(528), + [589] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1025), + [592] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1076), + [595] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(958), + [598] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(37), + [601] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1739), + [604] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1730), + [607] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(792), + [610] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1888), + [613] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1737), + [616] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(494), + [619] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2050), + [622] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(687), + [625] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1994), + [628] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1979), + [631] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1933), + [634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), + [652] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(647), + [655] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1420), + [658] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1795), + [661] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1213), + [664] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1796), + [667] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1741), + [670] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(471), + [673] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(668), + [676] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(306), + [679] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(538), + [682] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1023), + [685] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1091), + [688] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(953), + [691] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(31), + [694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), + [696] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1775), + [699] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1786), + [702] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(733), + [705] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1886), + [708] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1746), + [711] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(500), + [714] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1963), + [717] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(696), + [720] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1879), + [723] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1788), + [726] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1798), + [729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(638), + [731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1419), + [733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1950), + [735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1233), + [737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 1), + [739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1928), + [741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1744), + [743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(473), + [745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(662), + [747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528), + [751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1025), + [753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1076), + [755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(958), + [757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1739), + [761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1730), + [763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(792), + [765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1888), + [767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1737), + [769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(494), + [771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2050), + [773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(687), + [775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1994), + [777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1979), + [779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1933), + [781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), + [783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 2), + [789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), + [793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), + [801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translation_unit, 1), + [803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), + [805] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(657), + [808] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1417), + [811] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2056), + [814] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1192), + [817] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2055), + [820] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1698), + [823] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(533), + [826] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(799), + [829] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(799), + [832] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(720), + [835] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(472), + [838] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(672), + [841] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(532), + [844] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1036), + [847] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1070), + [850] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(954), + [853] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2048), + [856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1699), + [859] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2041), + [862] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1038), + [865] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(29), + [868] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(999), + [871] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(939), + [874] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(921), + [877] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(997), + [880] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1637), + [883] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1485), + [886] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1524), + [889] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1701), + [892] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1702), + [895] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(734), + [898] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2030), + [901] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1703), + [904] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(504), + [907] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2028), + [910] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(690), + [913] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2027), + [916] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2026), + [919] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2024), + [922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(775), + [925] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(795), + [928] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2023), + [931] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2022), + [934] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2021), + [937] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1502), + [940] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1161), + [943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1704), + [946] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1552), + [949] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1161), + [952] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(898), + [955] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(667), + [958] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1706), + [961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(642), + [963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3), + [965] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(642), + [968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), + [970] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(533), + [973] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(799), + [976] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(799), + [979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(720), + [982] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(536), + [985] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(663), + [988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(101), + [991] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1020), + [994] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1102), + [997] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(939), + [1000] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2048), + [1003] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1699), + [1006] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2041), + [1009] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(50), + [1012] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(999), + [1015] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(921), + [1018] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(997), + [1021] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1637), + [1024] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1485), + [1027] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1524), + [1030] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1785), + [1033] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1752), + [1036] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1695), + [1039] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(499), + [1042] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2036), + [1045] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(680), + [1048] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1939), + [1051] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1937), + [1054] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1868), + [1057] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(775), + [1060] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(795), + [1063] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2023), + [1066] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2022), + [1069] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2021), + [1072] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1502), + [1075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(897), + [1078] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1704), + [1081] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1552), + [1084] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(897), + [1087] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(898), + [1090] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(667), + [1093] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1706), + [1096] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 2), + [1098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, .production_id = 8), + [1100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3, .production_id = 8), + [1102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(643), + [1104] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(643), + [1107] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(539), + [1110] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(665), + [1113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(188), + [1116] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1028), + [1119] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1083), + [1122] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(32), + [1125] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1753), + [1128] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1738), + [1131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1750), + [1134] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(520), + [1137] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2043), + [1140] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(695), + [1143] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1815), + [1146] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1814), + [1149] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1903), + [1152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(644), + [1154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 2), + [1156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(641), + [1158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, .production_id = 8), + [1160] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(644), + [1163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(538), + [1166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(668), + [1169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(306), + [1172] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1023), + [1175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1091), + [1178] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(31), + [1181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), + [1183] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1775), + [1186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1786), + [1189] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1746), + [1192] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(500), + [1195] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1963), + [1198] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(696), + [1201] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1879), + [1204] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1788), + [1207] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1798), [1210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3, .production_id = 8), - [1212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(644), - [1214] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(643), - [1217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(531), - [1220] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(672), - [1223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(246), - [1226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1023), - [1229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1060), - [1232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(36), - [1235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), - [1237] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1745), - [1240] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1788), - [1243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1776), - [1246] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(480), - [1249] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1965), - [1252] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(683), - [1255] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1885), - [1258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1882), - [1261] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1800), - [1264] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(645), - [1267] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(524), - [1270] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(671), - [1273] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(338), - [1276] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1021), - [1279] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1068), - [1282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(51), - [1285] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1704), - [1288] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1705), - [1291] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1706), - [1294] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(506), - [1297] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2030), - [1300] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(692), - [1303] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2029), - [1306] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2028), - [1309] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2026), - [1312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3), - [1314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(638), - [1316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1730), - [1318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1732), - [1320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1990), - [1322] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(638), - [1325] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1730), - [1328] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1732), - [1331] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1990), - [1334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(652), - [1336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), + [1212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3), + [1214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(646), + [1216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [1218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(641), + [1221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(528), + [1224] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(662), + [1227] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(313), + [1230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1025), + [1233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1076), + [1236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(37), + [1239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1739), + [1242] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1730), + [1245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1737), + [1248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(494), + [1251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2050), + [1254] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(687), + [1257] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1994), + [1260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1979), + [1263] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1933), + [1266] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(646), + [1269] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(532), + [1272] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(672), + [1275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(291), + [1278] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1036), + [1281] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1070), + [1284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(29), + [1287] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1701), + [1290] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1702), + [1293] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1703), + [1296] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(504), + [1299] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2028), + [1302] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(690), + [1305] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2027), + [1308] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2026), + [1311] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2024), + [1314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(637), + [1316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1726), + [1318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1728), + [1320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1988), + [1322] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(637), + [1325] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1726), + [1328] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1728), + [1331] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1988), + [1334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(654), + [1336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(529), [1338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(669), - [1340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), - [1342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), + [1340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), + [1342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), [1344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, .production_id = 24), [1346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, .production_id = 24), - [1348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(516), - [1350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 4, .production_id = 46), - [1352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4, .production_id = 46), - [1354] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 5, .production_id = 80), - [1356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 5, .production_id = 80), - [1358] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 5), - [1360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 5), - [1362] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 6, .production_id = 72), - [1364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, .production_id = 72), - [1366] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 1), - [1368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1), - [1370] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, .production_id = 76), - [1372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, .production_id = 76), - [1374] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2), - [1376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 2), - [1378] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 46), - [1380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 46), - [1382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 72), - [1384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 72), - [1386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 4), - [1388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4), - [1390] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 53), - [1392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 53), - [1394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 4, .production_id = 46), - [1396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 4, .production_id = 46), - [1398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 3, .production_id = 30), - [1400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 3, .production_id = 30), - [1402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, .production_id = 28), - [1404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, .production_id = 28), - [1406] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 3, .production_id = 26), - [1408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 3, .production_id = 26), - [1410] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3), - [1412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3), - [1414] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 25), - [1416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, .production_id = 25), - [1418] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, .production_id = 25), - [1420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, .production_id = 25), - [1422] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 3), - [1424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3), - [1426] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2), - [1428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2), - [1430] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 3), - [1432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 3), - [1434] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_statement, 2), - [1436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_statement, 2), - [1438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2), - [1440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2), - [1442] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2), - [1444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2), - [1446] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), - [1448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), - [1450] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2), - [1452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2), - [1454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, .production_id = 105), - [1456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 105), - [1458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 4, .production_id = 37), - [1460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 4, .production_id = 37), - [1462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 6, .production_id = 88), - [1464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 6, .production_id = 88), - [1466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, .production_id = 92), - [1468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 92), - [1470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, .production_id = 111), - [1472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, .production_id = 111), - [1474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, .production_id = 117), - [1476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, .production_id = 117), - [1478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3), - [1480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3), - [1482] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, .production_id = 71), - [1484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, .production_id = 71), - [1486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 66), - [1488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 66), - [1490] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 38), - [1492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 38), - [1494] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 65), - [1496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 65), - [1498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 5, .production_id = 64), - [1500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 5, .production_id = 64), - [1502] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, .production_id = 45), - [1504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 45), - [1506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(483), - [1508] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2), - [1510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2), - [1512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 15), - [1514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 15), - [1516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 39), - [1518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 39), - [1520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 4, .production_id = 38), - [1522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 4, .production_id = 38), - [1524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 2, .production_id = 3), - [1526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 2, .production_id = 3), - [1528] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__empty_declaration, 2), - [1530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__empty_declaration, 2), - [1532] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 4, .production_id = 36), - [1534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 4, .production_id = 36), - [1536] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, .production_id = 31), - [1538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, .production_id = 31), - [1540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_linkage_specification, 3, .production_id = 20), - [1542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_linkage_specification, 3, .production_id = 20), - [1544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_include, 3, .production_id = 14), - [1546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_include, 3, .production_id = 14), - [1548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 3, .production_id = 15), - [1550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 3, .production_id = 15), + [1348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(521), + [1350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 5, .production_id = 80), + [1352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 5, .production_id = 80), + [1354] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2), + [1356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2), + [1358] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3), + [1360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3), + [1362] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 3, .production_id = 26), + [1364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 3, .production_id = 26), + [1366] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, .production_id = 28), + [1368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, .production_id = 28), + [1370] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 3, .production_id = 30), + [1372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 3, .production_id = 30), + [1374] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 5), + [1376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 5), + [1378] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 6, .production_id = 72), + [1380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, .production_id = 72), + [1382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 1), + [1384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1), + [1386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 25), + [1388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, .production_id = 25), + [1390] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), + [1392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), + [1394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2), + [1396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2), + [1398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2), + [1400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2), + [1402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 4, .production_id = 46), + [1404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 4, .production_id = 46), + [1406] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, .production_id = 25), + [1408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, .production_id = 25), + [1410] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 53), + [1412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 53), + [1414] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 3), + [1416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3), + [1418] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2), + [1420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2), + [1422] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 3), + [1424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 3), + [1426] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_statement, 2), + [1428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_statement, 2), + [1430] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 4), + [1432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4), + [1434] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 4, .production_id = 46), + [1436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4, .production_id = 46), + [1438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, .production_id = 76), + [1440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, .production_id = 76), + [1442] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2), + [1444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 2), + [1446] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 72), + [1448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 72), + [1450] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 46), + [1452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 46), + [1454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__empty_declaration, 2), + [1456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__empty_declaration, 2), + [1458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, .production_id = 45), + [1460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 45), + [1462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, .production_id = 31), + [1464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, .production_id = 31), + [1466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 4, .production_id = 36), + [1468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 4, .production_id = 36), + [1470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 4, .production_id = 37), + [1472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 4, .production_id = 37), + [1474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 6, .production_id = 88), + [1476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 6, .production_id = 88), + [1478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, .production_id = 92), + [1480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 92), + [1482] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3), + [1484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3), + [1486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, .production_id = 105), + [1488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 105), + [1490] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, .production_id = 111), + [1492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, .production_id = 111), + [1494] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, .production_id = 117), + [1496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, .production_id = 117), + [1498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 2, .production_id = 3), + [1500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 2, .production_id = 3), + [1502] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, .production_id = 71), + [1504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, .production_id = 71), + [1506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 4, .production_id = 38), + [1508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 4, .production_id = 38), + [1510] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 66), + [1512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 66), + [1514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(515), + [1516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 38), + [1518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 38), + [1520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 3, .production_id = 15), + [1522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 3, .production_id = 15), + [1524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 39), + [1526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 39), + [1528] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 15), + [1530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 15), + [1532] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 3, .production_id = 16), + [1534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 3, .production_id = 16), + [1536] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2), + [1538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2), + [1540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 65), + [1542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 65), + [1544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 5, .production_id = 64), + [1546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 5, .production_id = 64), + [1548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_include, 3, .production_id = 14), + [1550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_include, 3, .production_id = 14), [1552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 15), [1554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 15), - [1556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 3, .production_id = 16), - [1558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 3, .production_id = 16), - [1560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(520), - [1562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(521), - [1564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(513), + [1556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_linkage_specification, 3, .production_id = 20), + [1558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_linkage_specification, 3, .production_id = 20), + [1560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(512), + [1562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(516), + [1564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(486), [1566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__top_level_expression_statement, 2), [1568] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__top_level_expression_statement, 2), - [1570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(485), - [1572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(986), - [1574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1957), - [1576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1206), - [1578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(552), - [1580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1827), - [1582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(459), - [1584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1246), - [1586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1762), - [1588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540), - [1590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(605), - [1592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(602), - [1594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(625), - [1596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(628), - [1598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(577), - [1600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(557), - [1602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(584), - [1604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1958), - [1606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1237), - [1608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 38), - [1610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1884), - [1612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1768), - [1614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(533), - [1616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(560), - [1618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(632), - [1620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(549), - [1622] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(986), - [1625] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1957), - [1628] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1206), - [1631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), - [1633] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1827), - [1636] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1762), - [1639] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(540), - [1642] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(922), - [1645] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(934), - [1648] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2050), - [1651] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1786), - [1654] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2043), - [1657] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1002), - [1660] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1000), - [1663] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1638), - [1666] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1490), - [1669] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1517), - [1672] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(667), - [1675] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1709), - [1678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(633), - [1680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(588), - [1682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(623), - [1684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 3, .production_id = 38), - [1686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(569), - [1688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(613), - [1690] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1958), - [1693] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1237), - [1696] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1884), - [1699] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1768), - [1702] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(533), - [1705] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1959), - [1708] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1238), - [1711] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1916), - [1714] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1774), - [1717] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(538), - [1720] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1897), - [1723] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1233), - [1726] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1899), - [1729] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1779), - [1732] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(523), - [1735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), - [1737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1959), - [1739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1238), - [1741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 1), - [1743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1916), - [1745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1774), - [1747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), - [1749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 2), - [1751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1897), - [1753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1233), - [1755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1899), - [1757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1779), - [1759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523), - [1761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), - [1763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), - [1765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1091), - [1767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [1769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1061), - [1771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [1773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1074), - [1775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [1777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1109), - [1779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [1781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1099), - [1783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [1785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(826), + [1570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(506), + [1572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(974), + [1574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1955), + [1576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1204), + [1578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(626), + [1580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1824), + [1582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(460), + [1584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1212), + [1586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1760), + [1588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(534), + [1590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), + [1592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585), + [1594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(568), + [1596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(634), + [1598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(601), + [1600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(602), + [1602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(573), + [1604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1956), + [1606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1235), + [1608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(578), + [1610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1882), + [1612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1766), + [1614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(530), + [1616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(629), + [1618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(618), + [1620] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(974), + [1623] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1955), + [1626] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1204), + [1629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), + [1631] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1824), + [1634] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1760), + [1637] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(534), + [1640] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(921), + [1643] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(939), + [1646] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2048), + [1649] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1784), + [1652] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2041), + [1655] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(999), + [1658] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(997), + [1661] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1637), + [1664] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1485), + [1667] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1524), + [1670] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(667), + [1673] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1706), + [1676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(586), + [1678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(607), + [1680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(565), + [1682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 3, .production_id = 38), + [1684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558), + [1686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(632), + [1688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 38), + [1690] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1956), + [1693] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1235), + [1696] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1882), + [1699] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1766), + [1702] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(530), + [1705] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1895), + [1708] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1190), + [1711] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1897), + [1714] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1765), + [1717] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(535), + [1720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), + [1722] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1957), + [1725] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1246), + [1728] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1914), + [1731] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1772), + [1734] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(531), + [1737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1895), + [1739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1190), + [1741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1897), + [1743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1765), + [1745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(535), + [1747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), + [1749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1957), + [1751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1246), + [1753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 1), + [1755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1914), + [1757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1772), + [1759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), + [1761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), + [1763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 2), + [1765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1111), + [1767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [1769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1089), + [1771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [1773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1108), + [1775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [1777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1066), + [1779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [1781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078), + [1783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [1785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(825), [1787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 4, .production_id = 55), - [1789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), - [1791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(759), - [1793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), - [1795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(754), - [1797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 4, .production_id = 55), - [1799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), - [1801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), - [1803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(773), - [1805] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1), SHIFT(986), - [1808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), - [1810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1), - [1812] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1), SHIFT(922), - [1815] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1), SHIFT(934), - [1818] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1), SHIFT(2050), - [1821] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 1), SHIFT(1786), - [1824] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1), SHIFT(2043), - [1827] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1), SHIFT(1002), - [1830] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1), SHIFT(1000), - [1833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1), SHIFT(1638), - [1836] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1), SHIFT(1490), - [1839] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1), SHIFT(1517), - [1842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), - [1844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), - [1846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), - [1848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), - [1850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [1852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(721), - [1854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), - [1856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(770), - [1858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [1860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(726), - [1862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(871), - [1864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759), - [1866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(738), - [1868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1943), - [1870] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(867), - [1873] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(527), - [1876] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(742), - [1879] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(742), - [1882] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(754), - [1885] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(178), - [1888] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1759), - [1891] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(33), - [1894] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1757), - [1897] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1742), - [1900] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(752), - [1903] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2044), - [1906] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1754), - [1909] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(514), - [1912] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2045), - [1915] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(682), - [1918] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1816), - [1921] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1815), - [1924] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1905), - [1927] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(744), - [1930] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(745), - [1933] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2025), - [1936] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2024), - [1939] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2023), - [1942] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1504), - [1945] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(900), - [1948] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1708), - [1951] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1557), - [1954] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(900), - [1957] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(883), - [1960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(875), - [1962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(867), - [1964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(873), - [1966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(874), - [1968] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(873), - [1971] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(338), - [1974] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(51), - [1977] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1704), - [1980] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1705), - [1983] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(733), - [1986] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2032), - [1989] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1706), - [1992] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(506), - [1995] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2030), - [1998] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(692), - [2001] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2029), - [2004] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2028), - [2007] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2026), - [2010] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(871), - [2013] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(246), - [2016] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1730), - [2019] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(738), - [2022] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1943), - [2025] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1732), - [2028] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1990), - [2031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869), - [2033] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(874), - [2036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(105), - [2039] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(42), - [2042] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1787), - [2045] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1755), - [2048] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(750), - [2051] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1817), - [2054] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1697), - [2057] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(492), - [2060] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2038), - [2063] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(680), - [2066] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1937), - [2069] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1923), - [2072] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1870), - [2075] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(875), - [2078] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(36), - [2081] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1745), - [2084] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1788), - [2087] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(749), - [2090] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1891), - [2093] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1776), - [2096] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(480), - [2099] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1965), - [2102] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(683), - [2105] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1885), - [2108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1882), - [2111] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1800), - [2114] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(869), - [2117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(248), - [2120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(34), - [2123] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1743), - [2126] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1734), - [2129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(753), - [2132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1892), - [2135] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1741), - [2138] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(475), - [2141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2052), - [2144] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(688), - [2147] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2000), - [2150] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1982), - [2153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1935), - [2156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1053), - [2158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), - [2160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), - [2162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), - [2164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), - [2166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(674), - [2168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1717), - [2170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(659), - [2172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1764), - [2174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(640), - [2176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1069), - [2178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(805), - [2180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1181), - [2182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1637), - [2184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1103), - [2186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072), - [2188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1114), - [2190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1101), - [2192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1095), - [2194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(830), - [2196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 3), - [2198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 3), - [2200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 4), - [2202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 4), - [2204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [2206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), - [2208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(916), - [2210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), - [2212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(771), - [2214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), - [2216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), - [2218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), - [2220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(775), - [2222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 46), - [2224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 46), - [2226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 66), - [2228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 66), - [2230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 38), - [2232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 38), - [2234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 65), - [2236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 65), - [2238] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 46), - [2240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 46), - [2242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 15), - [2244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 15), - [2246] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 88), - [2248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 88), - [2250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1), REDUCE(aux_sym_attributed_declarator_repeat1, 1), - [2253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1), - [2255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1), - [2257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1), - [2259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declaration_modifiers, 1), REDUCE(aux_sym_attributed_declarator_repeat1, 1), - [2262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 68), - [2264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 68), - [2266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 30), - [2268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 30), - [2270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 15), - [2272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 15), - [2274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 39), - [2276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 39), - [2278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 68), - [2280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 68), - [2282] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 38), - [2284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 38), - [2286] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, .production_id = 40), - [2288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, .production_id = 40), - [2290] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 30), - [2292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 30), - [2294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 40), - [2296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 40), - [2298] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3), - [2300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3), - [2302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2), - [2304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2), - [2306] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_specifier, 1, .production_id = 1), - [2308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_not_binary, 1), - [2310] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression_not_binary, 1), SHIFT(1076), - [2314] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_not_binary, 1), - [2316] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression_not_binary, 1), - [2319] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression_not_binary, 1), - [2322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), - [2324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), - [2326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(747), - [2328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [2330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), - [2332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [2334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 2), - [2336] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 2), SHIFT_REPEAT(640), - [2339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2), - [2341] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 2), SHIFT_REPEAT(667), - [2344] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 2), SHIFT_REPEAT(1709), - [2347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [2349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), - [2351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [2353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), - [2355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), - [2357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(872), - [2359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522), - [2361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), - [2363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), - [2365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), - [2367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), - [2369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), - [2371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), - [2373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), - [2375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), - [2377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), - [2379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), - [2381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), - [2383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), - [2385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), - [2387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1519), - [2389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), - [2391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443), - [2393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), - [2395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), - [2397] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1), SHIFT(1881), - [2400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 1), - [2402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_layout_qualifiers, 4), - [2404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_layout_qualifiers, 4), - [2406] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1), SHIFT(2051), - [2409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_layout_specification, 2), - [2411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_layout_specification, 2), - [2413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_layout_qualifiers, 3), - [2415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_layout_qualifiers, 3), - [2417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extension_storage_class, 1), - [2419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extension_storage_class, 1), - [2421] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1), SHIFT(1925), - [2424] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1), SHIFT(1809), - [2427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), - [2429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), - [2431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), - [2433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1814), - [2435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1), SHIFT(2006), - [2438] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1), SHIFT(1819), - [2441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), - [2443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(816), - [2445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), - [2447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), - [2449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(737), - [2451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), - [2453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(728), - [2455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(746), - [2457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [2459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, .production_id = 79), - [2461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [2463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [2465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), - [2467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 2, .production_id = 54), - [2469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 2), - [2471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [2473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, .production_id = 97), - [2475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), - [2477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [2479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), - [2481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, .production_id = 38), - [2483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, .production_id = 54), - [2485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), - [2487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), - [2489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), - [2491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), - [2493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), - [2495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444), - [2497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), - [2499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), - [2501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), - [2503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), - [2505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), - [2507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), - [2509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), - [2511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), - [2513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [2515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), - [2517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [2519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), - [2521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parameter_declaration_repeat1, 2), - [2523] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_parameter_declaration_repeat1, 2), SHIFT_REPEAT(816), - [2526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_declaration_repeat1, 2), - [2528] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_parameter_declaration_repeat1, 2), SHIFT_REPEAT(1764), - [2531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(818), - [2533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2), - [2535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2), - [2537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(819), - [2539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 3), - [2541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 3), - [2543] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(819), - [2546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), - [2548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), - [2550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1557), - [2553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), - [2555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), - [2557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 101), - [2559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 101), - [2561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 115), - [2563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 115), - [2565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 116), - [2567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 116), - [2569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 100), - [2571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 100), - [2573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 4, .production_id = 56), - [2575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 4, .production_id = 56), - [2577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 110), - [2579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 110), - [2581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 9, .production_id = 120), - [2583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 9, .production_id = 120), - [2585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 109), - [2587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 109), - [2589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2), - [2591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_type_repeat1, 2), - [2593] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2), SHIFT_REPEAT(872), - [2596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 82), - [2598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 82), - [2600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 83), - [2602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 83), - [2604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), - [2606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), - [2608] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(922), - [2611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(934), - [2614] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(2050), - [2617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1786), - [2620] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(2043), - [2623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_qualifier, 1), - [2625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_qualifier, 1), - [2627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 27), - [2629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), - [2631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(787), - [2633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(786), - [2635] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 27), - [2637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), - [2639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(778), - [2641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), - [2643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(777), - [2645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [2647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), - [2649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), - [2651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), - [2653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(783), - [2655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(782), - [2657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(784), - [2659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 8), - [2661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 8), - [2663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 5), - [2665] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 5), - [2667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 10), - [2669] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 10), - [2671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null, 1), - [2673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null, 1), - [2675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 4), - [2677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 4), - [2679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3), - [2681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3), - [2683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2), - [2685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2), - [2687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, .production_id = 35), - [2689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 35), - [2691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 9), - [2693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 9), - [2695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4), - [2697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4), - [2699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alignof_expression, 4, .production_id = 55), - [2701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alignof_expression, 4, .production_id = 55), - [2703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 2, .production_id = 8), - [2705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 2, .production_id = 8), - [2707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5), - [2709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5), - [2711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), - [2713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), - [2715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 27), - [2717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), - [2719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_expression, 3, .production_id = 27), - [2721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), - [2723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 4), - [2725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 4), - [2727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_offsetof_expression, 6, .production_id = 98), - [2729] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_offsetof_expression, 6, .production_id = 98), - [2731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_expression, 2, .production_id = 4), - [2733] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_expression, 2, .production_id = 4), - [2735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 4), - [2737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 4), - [2739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 3), - [2741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 3), - [2743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 4, .production_id = 63), - [2745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 4, .production_id = 63), - [2747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, .production_id = 87), - [2749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5, .production_id = 87), - [2751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 11), - [2753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 11), - [2755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 4, .production_id = 62), - [2757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 4, .production_id = 62), + [1789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(778), + [1791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), + [1793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 4, .production_id = 55), + [1795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), + [1797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(782), + [1799] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1), SHIFT(974), + [1802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), + [1804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1), + [1806] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1), SHIFT(921), + [1809] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1), SHIFT(939), + [1812] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1), SHIFT(2048), + [1815] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 1), SHIFT(1784), + [1818] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1), SHIFT(2041), + [1821] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1), SHIFT(999), + [1824] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1), SHIFT(997), + [1827] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1), SHIFT(1637), + [1830] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1), SHIFT(1485), + [1833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1), SHIFT(1524), + [1836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), + [1838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), + [1840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), + [1842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), + [1844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(791), + [1846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), + [1848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(797), + [1850] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(868), + [1853] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(533), + [1856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(799), + [1859] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(799), + [1862] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(720), + [1865] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(101), + [1868] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1755), + [1871] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(50), + [1874] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1785), + [1877] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1752), + [1880] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(796), + [1883] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1819), + [1886] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1695), + [1889] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(499), + [1892] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2036), + [1895] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(680), + [1898] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1939), + [1901] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1937), + [1904] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1868), + [1907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(775), + [1910] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(795), + [1913] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2023), + [1916] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2022), + [1919] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2021), + [1922] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1502), + [1925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(897), + [1928] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1704), + [1931] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1552), + [1934] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(897), + [1937] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(898), + [1940] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(874), + [1943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(188), + [1946] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(32), + [1949] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1753), + [1952] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1738), + [1955] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(793), + [1958] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2035), + [1961] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1750), + [1964] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(520), + [1967] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2043), + [1970] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(695), + [1973] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1815), + [1976] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1814), + [1979] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1903), + [1982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(874), + [1984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), + [1986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869), + [1988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(798), + [1990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1942), + [1992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(871), + [1994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(868), + [1996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(875), + [1998] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(869), + [2001] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(306), + [2004] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(29), + [2007] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1726), + [2010] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1702), + [2013] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(798), + [2016] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1942), + [2019] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1728), + [2022] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(504), + [2025] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1988), + [2028] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(690), + [2031] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2027), + [2034] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2026), + [2037] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2024), + [2040] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(871), + [2043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(31), + [2046] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1775), + [2049] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1786), + [2052] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(733), + [2055] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1886), + [2058] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1746), + [2061] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(500), + [2064] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1963), + [2067] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(696), + [2070] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1879), + [2073] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1788), + [2076] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1798), + [2079] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(875), + [2082] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(291), + [2085] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1701), + [2088] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(734), + [2091] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2030), + [2094] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1703), + [2097] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2028), + [2100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(867), + [2102] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(867), + [2105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(313), + [2108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(37), + [2111] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1739), + [2114] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1730), + [2117] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(792), + [2120] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1888), + [2123] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1737), + [2126] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(494), + [2129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2050), + [2132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(687), + [2135] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1994), + [2138] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1979), + [2141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1933), + [2144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), + [2146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), + [2148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), + [2150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), + [2152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [2154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(674), + [2156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1714), + [2158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(652), + [2160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1761), + [2162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(814), + [2164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1181), + [2166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1634), + [2168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1100), + [2170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(648), + [2172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), + [2174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1073), + [2176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1099), + [2178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1090), + [2180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1101), + [2182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(830), + [2184] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 3), + [2186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 3), + [2188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 4), + [2190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 4), + [2192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), + [2194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), + [2196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(890), + [2198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(789), + [2200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), + [2202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(785), + [2204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 46), + [2206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 46), + [2208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 30), + [2210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 30), + [2212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 40), + [2214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 40), + [2216] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1), REDUCE(aux_sym_attributed_declarator_repeat1, 1), + [2219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1), + [2221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1), + [2223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1), + [2225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declaration_modifiers, 1), REDUCE(aux_sym_attributed_declarator_repeat1, 1), + [2228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 88), + [2230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 88), + [2232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 66), + [2234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 66), + [2236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 38), + [2238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 38), + [2240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 65), + [2242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 65), + [2244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 46), + [2246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 46), + [2248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 68), + [2250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 68), + [2252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 30), + [2254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 30), + [2256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 15), + [2258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 15), + [2260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 39), + [2262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 39), + [2264] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 38), + [2266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 38), + [2268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 68), + [2270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 68), + [2272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, .production_id = 40), + [2274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, .production_id = 40), + [2276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 15), + [2278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 15), + [2280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3), + [2282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3), + [2284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2), + [2286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2), + [2288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_specifier, 1, .production_id = 1), + [2290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_not_binary, 1), + [2292] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression_not_binary, 1), SHIFT(1094), + [2296] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_not_binary, 1), + [2298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression_not_binary, 1), + [2301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), + [2303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), + [2305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(755), + [2307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), + [2309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), + [2311] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression_not_binary, 1), + [2314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [2316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), + [2318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), + [2320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), + [2322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [2324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 2), + [2326] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 2), SHIFT_REPEAT(648), + [2329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2), + [2331] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 2), SHIFT_REPEAT(667), + [2334] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 2), SHIFT_REPEAT(1706), + [2337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), + [2339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), + [2341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), + [2343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(873), + [2345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), + [2347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), + [2349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), + [2351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), + [2353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), + [2355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), + [2357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [2359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), + [2361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), + [2363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510), + [2365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), + [2367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), + [2369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), + [2371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), + [2373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), + [2375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), + [2377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), + [2379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), + [2381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), + [2383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), + [2385] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1), SHIFT(1873), + [2388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 1), + [2390] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1), SHIFT(1924), + [2393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_layout_qualifiers, 4), + [2395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_layout_qualifiers, 4), + [2397] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1), SHIFT(2042), + [2400] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_layout_specification, 2), + [2402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_layout_specification, 2), + [2404] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extension_storage_class, 1), + [2406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extension_storage_class, 1), + [2408] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1), SHIFT(1806), + [2411] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1), SHIFT(1808), + [2414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), + [2416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), + [2418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), + [2420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1813), + [2422] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_layout_qualifiers, 3), + [2424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_layout_qualifiers, 3), + [2426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1), SHIFT(2004), + [2429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), + [2431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(816), + [2433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), + [2435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), + [2437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(750), + [2439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), + [2441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(747), + [2443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(718), + [2445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [2447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, .production_id = 54), + [2449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), + [2451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [2453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 2), + [2455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 2, .production_id = 54), + [2457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), + [2459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, .production_id = 97), + [2461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [2463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, .production_id = 38), + [2465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), + [2467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), + [2469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), + [2471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), + [2473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [2475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), + [2477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, .production_id = 79), + [2479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), + [2481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), + [2483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), + [2485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), + [2487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), + [2489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), + [2491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), + [2493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), + [2495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), + [2497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), + [2499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), + [2501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517), + [2503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), + [2505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), + [2507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), + [2509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), + [2511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [2513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [2515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), + [2517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parameter_declaration_repeat1, 2), + [2519] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_parameter_declaration_repeat1, 2), SHIFT_REPEAT(816), + [2522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_declaration_repeat1, 2), + [2524] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_parameter_declaration_repeat1, 2), SHIFT_REPEAT(1761), + [2527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(819), + [2529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 3), + [2531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 3), + [2533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(817), + [2535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2), + [2537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2), + [2539] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(819), + [2542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), + [2544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), + [2546] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1552), + [2549] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), + [2551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), + [2553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 82), + [2555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 82), + [2557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 4, .production_id = 56), + [2559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 4, .production_id = 56), + [2561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 100), + [2563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 100), + [2565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 9, .production_id = 120), + [2567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 9, .production_id = 120), + [2569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 110), + [2571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 110), + [2573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2), + [2575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_type_repeat1, 2), + [2577] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2), SHIFT_REPEAT(873), + [2580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 116), + [2582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 116), + [2584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 109), + [2586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 109), + [2588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 101), + [2590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 101), + [2592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 115), + [2594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 115), + [2596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 83), + [2598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 83), + [2600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), + [2602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), + [2604] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(921), + [2607] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(939), + [2610] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(2048), + [2613] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1784), + [2616] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(2041), + [2619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_qualifier, 1), + [2621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_qualifier, 1), + [2623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 2, .production_id = 8), + [2625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), + [2627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 2, .production_id = 8), + [2629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), + [2631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), + [2633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), + [2635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 27), + [2637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(731), + [2639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(730), + [2641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 27), + [2643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(726), + [2645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(725), + [2647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), + [2649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(723), + [2651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), + [2653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(722), + [2655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2), + [2657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2), + [2659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alignof_expression, 4, .production_id = 55), + [2661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alignof_expression, 4, .production_id = 55), + [2663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 4, .production_id = 63), + [2665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), + [2667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), + [2669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(727), + [2671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 4, .production_id = 63), + [2673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), + [2675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 11), + [2677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 11), + [2679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 8), + [2681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 8), + [2683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, .production_id = 43), + [2685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, .production_id = 43), + [2687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_offsetof_expression, 6, .production_id = 98), + [2689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_offsetof_expression, 6, .production_id = 98), + [2691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 5), + [2693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 5), + [2695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 4), + [2697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 4), + [2699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_expression, 2, .production_id = 4), + [2701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_expression, 2, .production_id = 4), + [2703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 2), + [2705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 2), + [2707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(736), + [2709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), + [2711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_char_literal, 3), + [2713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_char_literal, 3), + [2715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 9), + [2717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 9), + [2719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3), + [2721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3), + [2723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5), + [2725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5), + [2727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 4, .production_id = 62), + [2729] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 4, .production_id = 62), + [2731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, .production_id = 87), + [2733] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5, .production_id = 87), + [2735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), + [2737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), + [2739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null, 1), + [2741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null, 1), + [2743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 4), + [2745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 4), + [2747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4), + [2749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4), + [2751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 4), + [2753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 4), + [2755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, .production_id = 35), + [2757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 35), [2759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 43), [2761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 43), - [2763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, .production_id = 43), - [2765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, .production_id = 43), - [2767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 4), - [2769] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 4), - [2771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_char_literal, 3), - [2773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_char_literal, 3), - [2775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 2), - [2777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 2), - [2779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(743), - [2781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), - [2783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 51), - [2785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 51), - [2787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_declspec_modifier, 4), - [2789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_declspec_modifier, 4), - [2791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 22), - [2793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 22), - [2795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1414), - [2797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 1, .dynamic_precedence = 1), - [2799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1172), - [2801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1173), - [2803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), - [2805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 22), - [2807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 22), - [2809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, .production_id = 6), - [2811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, .production_id = 6), - [2813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, .production_id = 6), - [2815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, .production_id = 6), - [2817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), - [2819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(758), - [2821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(748), - [2823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(795), - [2825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(790), + [2763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 4), + [2765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 4), + [2767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 27), + [2769] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_expression, 3, .production_id = 27), + [2771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 3), + [2773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 3), + [2775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 10), + [2777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 10), + [2779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1411), + [2781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 1, .dynamic_precedence = 1), + [2783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1174), + [2785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1170), + [2787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), + [2789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 22), + [2791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 22), + [2793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_declspec_modifier, 4), + [2795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_declspec_modifier, 4), + [2797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, .production_id = 6), + [2799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, .production_id = 6), + [2801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, .production_id = 6), + [2803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, .production_id = 6), + [2805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 51), + [2807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 51), + [2809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 22), + [2811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 22), + [2813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), + [2815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(756), + [2817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(780), + [2819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), + [2821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), + [2823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(759), + [2825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(760), [2827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(761), - [2829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), - [2831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(794), - [2833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), - [2835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(779), - [2837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_storage_class_specifier, 1), - [2839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_storage_class_specifier, 1), - [2841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), - [2843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), - [2845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), - [2847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), - [2849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), - [2851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), - [2853] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(952), - [2856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, .production_id = 7), - [2858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, .production_id = 7), - [2860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 23), - [2862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 23), - [2864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, .production_id = 7), - [2866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, .production_id = 7), - [2868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 50), - [2870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 50), - [2872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 3, .production_id = 12), - [2874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 3, .production_id = 12), - [2876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 12), - [2878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 12), - [2880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 1, .production_id = 2), - [2882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 1, .production_id = 2), - [2884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 23), - [2886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 23), - [2888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 2), - [2890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 2), - [2892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 75), - [2894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 75), - [2896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 21), - [2898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 21), - [2900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 50), - [2902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 50), - [2904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 52), - [2906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 52), - [2908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 21), - [2910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 21), - [2912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2), - [2914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2), - [2916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 5, .production_id = 48), - [2918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 5, .production_id = 48), - [2920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 2), - [2922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 2), - [2924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 6), - [2926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 6), - [2928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 7), - [2930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 7), - [2932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_type_specifier, 4, .dynamic_precedence = -1, .production_id = 57), - [2934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_type_specifier, 4, .dynamic_precedence = -1, .production_id = 57), - [2936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 6), - [2938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 6), - [2940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 7), - [2942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 7), - [2944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 6), - [2946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 6), - [2948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 6, .production_id = 75), - [2950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 6, .production_id = 75), - [2952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 4), - [2954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 4), - [2956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3), - [2958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3), - [2960] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), SHIFT(1076), - [2963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 23), - [2965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 23), - [2967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 22), - [2969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 22), - [2971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 3), - [2973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 3), - [2975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 21), - [2977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 21), - [2979] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 21), - [2981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, .production_id = 21), - [2983] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 7), - [2985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 7), - [2987] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 12), - [2989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 12), - [2991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 50), - [2993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 50), - [2995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .production_id = 13), - [2997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .production_id = 13), - [2999] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 23), - [3001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 23), - [3003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_specifier, 1), - [3005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_specifier, 1), - [3007] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 51), - [3009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 51), - [3011] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(997), - [3014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 1), - [3016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), - [3018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(952), - [3020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(994), - [3022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 5), - [3024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 5), - [3026] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 52), - [3028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 52), - [3030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 22), - [3032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 22), + [2829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), + [2831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(783), + [2833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), + [2835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(784), + [2837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), + [2839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_storage_class_specifier, 1), + [2841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_storage_class_specifier, 1), + [2843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 2), + [2845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 2), + [2847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 23), + [2849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 23), + [2851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 21), + [2853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 21), + [2855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), + [2857] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 21), + [2859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 21), + [2861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 23), + [2863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 23), + [2865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 52), + [2867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 52), + [2869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, .production_id = 7), + [2871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, .production_id = 7), + [2873] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 12), + [2875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 12), + [2877] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 50), + [2879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 50), + [2881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 1, .production_id = 2), + [2883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 1, .production_id = 2), + [2885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 50), + [2887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 50), + [2889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), + [2891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), + [2893] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(966), + [2896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 3, .production_id = 12), + [2898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 3, .production_id = 12), + [2900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, .production_id = 7), + [2902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, .production_id = 7), + [2904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 75), + [2906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 75), + [2908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 50), + [2910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 50), + [2912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 23), + [2914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 23), + [2916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), SHIFT(1094), + [2919] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 6, .production_id = 74), + [2921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 6, .production_id = 74), + [2923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 5), + [2925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 5), + [2927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 6, .production_id = 75), + [2929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 6, .production_id = 75), + [2931] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 7), + [2933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 7), + [2935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 5, .production_id = 50), + [2937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 5, .production_id = 50), + [2939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3), + [2941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3), + [2943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 21), + [2945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, .production_id = 21), + [2947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 23), + [2949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 23), + [2951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 5, .production_id = 48), + [2953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 5, .production_id = 48), + [2955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 51), + [2957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 51), + [2959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .production_id = 13), + [2961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .production_id = 13), + [2963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 22), + [2965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 22), + [2967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 21), + [2969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 21), + [2971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 7), + [2973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 7), + [2975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 12), + [2977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 12), + [2979] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 22), + [2981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 22), + [2983] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 2), + [2985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 2), + [2987] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 4), + [2989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 4), + [2991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_specifier, 1), + [2993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_specifier, 1), + [2995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 3), + [2997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 3), + [2999] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(987), + [3002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 1), + [3004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), + [3006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(966), + [3008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(992), + [3010] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 6), + [3012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 6), + [3014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 6), + [3016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 6), + [3018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_type_specifier, 4, .dynamic_precedence = -1, .production_id = 57), + [3020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_type_specifier, 4, .dynamic_precedence = -1, .production_id = 57), + [3022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 7), + [3024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 7), + [3026] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2), + [3028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2), + [3030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 6), + [3032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 6), [3034] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 21), [3036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 21), - [3038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 5, .production_id = 50), - [3040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 5, .production_id = 50), - [3042] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 6, .production_id = 74), - [3044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 6, .production_id = 74), - [3046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1493), - [3048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), - [3050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), - [3052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1487), - [3054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1496), - [3056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [3058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), + [3038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 52), + [3040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 52), + [3042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1490), + [3044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), + [3046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), + [3048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1488), + [3050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1487), + [3052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [3054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [3056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [3058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), [3060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 6), [3062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 6), - [3064] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 6), SHIFT(2050), + [3064] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 6), SHIFT(2048), [3067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1580), - [3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), - [3071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), - [3073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [3075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [3077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 48), - [3079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, .production_id = 48), - [3081] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 48), SHIFT(2050), - [3084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1087), - [3086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1104), - [3088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(736), - [3090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), - [3092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(731), - [3094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), - [3096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), - [3098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(774), - [3100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), - [3102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(799), - [3104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), - [3106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(797), - [3108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), - [3110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), - [3112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), - [3114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1066), - [3116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1113), - [3118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1090), - [3120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 5, .production_id = 74), - [3122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 5, .production_id = 74), - [3124] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 5, .production_id = 74), SHIFT(2050), - [3127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1), - [3129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 7), - [3131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 7), - [3133] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 7), SHIFT(2050), - [3136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_call_modifier, 1), - [3138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_call_modifier, 1), - [3140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 21), - [3142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 21), - [3144] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 21), SHIFT(2050), - [3147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1471), - [3149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), - [3151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), - [3153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), - [3155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), + [3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), + [3071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [3073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 48), + [3075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, .production_id = 48), + [3077] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 48), SHIFT(2048), + [3080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1103), + [3082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(762), + [3084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), + [3086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(763), + [3088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), + [3090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [3092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(766), + [3094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), + [3096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(770), + [3098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), + [3100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(772), + [3102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), + [3104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), + [3106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), + [3108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072), + [3110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1074), + [3112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1104), + [3114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), + [3116] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 7), + [3118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 7), + [3120] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 7), SHIFT(2048), + [3123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_call_modifier, 1), + [3125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_call_modifier, 1), + [3127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 5, .production_id = 74), + [3129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 5, .production_id = 74), + [3131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 5, .production_id = 74), SHIFT(2048), + [3134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 21), + [3136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 21), + [3138] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 21), SHIFT(2048), + [3141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1), + [3143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1471), + [3145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), + [3147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), + [3149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), + [3151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), + [3153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), + [3155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), [3157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), - [3159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [3161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), - [3163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), - [3165] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), - [3168] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), SHIFT(1076), - [3172] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), - [3175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bitfield_clause, 2), - [3177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), - [3179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comma_expression, 3, .production_id = 42), - [3181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), - [3183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), - [3185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), - [3187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [3189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), - [3191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1256), - [3193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), - [3195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [3197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), - [3199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), - [3201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1676), - [3203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 4), - [3205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualifier, 3), - [3207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declarator, 3, .production_id = 59), - [3209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [3211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), - [3213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [3215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [3217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, .production_id = 78), - [3219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, .production_id = 77), - [3221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [3223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), - [3225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 5, .production_id = 106), - [3227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [3229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [3231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 3, .production_id = 73), - [3233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [3235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), - [3237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [3239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [3241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, .production_id = 94), - [3243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_pair, 3, .production_id = 104), - [3245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), - [3247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 3), - [3249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, .production_id = 95), - [3251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), - [3253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, .production_id = 96), - [3255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [3257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(741), - [3259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), - [3261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(740), - [3263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), - [3265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), - [3267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(734), - [3269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), - [3271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(730), - [3273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), - [3275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(765), - [3277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), - [3279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), - [3281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [3283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [3285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [3287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [3289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), - [3291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), - [3293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), - [3295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [3297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [3299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [3301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), - [3303] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2), SHIFT_REPEAT(922), - [3306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), - [3308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [3310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), - [3312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [3159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), + [3161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), + [3163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [3165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comma_expression, 3, .production_id = 42), + [3167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), + [3169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [3171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [3173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), + [3175] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), + [3178] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), SHIFT(1094), + [3182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), + [3185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bitfield_clause, 2), + [3187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), + [3189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [3191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [3193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [3195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [3197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1671), + [3199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [3201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, .production_id = 77), + [3203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), + [3205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1255), + [3207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), + [3209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 5, .production_id = 106), + [3211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 3), + [3213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, .production_id = 96), + [3215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualifier, 3), + [3217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), + [3219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, .production_id = 95), + [3221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, .production_id = 78), + [3223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, .production_id = 94), + [3225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), + [3227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), + [3229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_pair, 3, .production_id = 104), + [3231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [3233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), + [3235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), + [3237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), + [3239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 3, .production_id = 73), + [3241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), + [3243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declarator, 3, .production_id = 59), + [3245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), + [3247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 4), + [3249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [3251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), + [3253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [3255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), + [3257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), + [3259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(738), + [3261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(737), + [3263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), + [3265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), + [3267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(744), + [3269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), + [3271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(746), + [3273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), + [3275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(719), + [3277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [3279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), + [3281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), + [3283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611), + [3285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [3287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [3289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [3291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), + [3293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), + [3295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [3297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), + [3299] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2), SHIFT_REPEAT(921), + [3302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [3304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [3306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), + [3308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), + [3310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), + [3312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), [3314] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), [3316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), - [3318] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(1172), - [3321] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(1173), - [3324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), - [3326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), - [3328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [3330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 2), - [3332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_pointer_modifier, 1), - [3334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_pointer_modifier, 1), - [3336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1), - [3338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1), - [3340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 12), - [3342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 1, .production_id = 2), - [3344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 12), - [3346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(997), - [3348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__preproc_expression, 1), - [3350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), - [3352] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__preproc_expression, 1), - [3354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1182), - [3356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), - [3358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), - [3360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1769), - [3362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), - [3364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1225), - [3366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), - [3368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), - [3370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), - [3372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), - [3374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), - [3376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), - [3378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), - [3380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), - [3382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1198), - [3384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), - [3386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), - [3388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1201), - [3390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), - [3392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1207), - [3394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), - [3396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1211), - [3398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), - [3400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), - [3402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), - [3404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), - [3406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), - [3408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1186), - [3410] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), - [3412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), - [3414] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 1, .production_id = 2), - [3416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 1, .production_id = 2), - [3418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1190), - [3420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), - [3422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1710), - [3424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), - [3426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1244), - [3428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), - [3430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), - [3432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266), - [3434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 2), - [3436] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 2), - [3438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 4), - [3440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 4), - [3442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), - [3444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), - [3446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), - [3448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), - [3450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), - [3452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), - [3454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 11), - [3456] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 11), - [3458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 2), - [3460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 2), - [3462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), - [3464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), - [3466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), - [3468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), - [3470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 1, .production_id = 40), - [3472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), - [3474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 4), - [3476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 4), - [3478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), - [3480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), - [3482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 3), - [3484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 3), - [3486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, .production_id = 68), - [3488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), - [3490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), - [3492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), - [3494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), - [3496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 27), - [3498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 27), - [3500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), - [3502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), - [3504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), - [3506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), - [3508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), - [3510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), - [3512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), - [3514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), - [3516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), - [3518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), - [3520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), - [3522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), - [3524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), - [3526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), - [3528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), - [3530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_parenthesized_expression, 3), - [3532] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_parenthesized_expression, 3), - [3534] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 3, .production_id = 12), - [3536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 3, .production_id = 12), - [3538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), - [3540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), - [3542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), - [3544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 2, .production_id = 12), - [3546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 2, .production_id = 12), - [3548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 2, .production_id = 2), - [3550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 2, .production_id = 2), - [3552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 4), - [3554] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 4), - [3556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [3558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1219), - [3560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1220), - [3562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1222), - [3564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1193), - [3566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1224), - [3568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1227), - [3570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1228), - [3572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1229), - [3574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1230), - [3576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1231), - [3578] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(952), - [3581] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(994), - [3584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), - [3586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [3588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), - [3590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [3592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [3594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [3596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [3598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), - [3600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [3602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [3604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [3606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), - [3608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), - [3610] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 6), SHIFT(2059), - [3613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), - [3615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), - [3617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), - [3619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), - [3621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), - [3623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), - [3625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), - [3627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_declarator, 1, .production_id = 9), - [3629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(650), - [3631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), - [3633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), - [3635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), - [3637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), - [3639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), + [3318] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(1174), + [3321] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(1170), + [3324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [3326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 2), + [3328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1), + [3330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1), + [3332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 12), + [3334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 1, .production_id = 2), + [3336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 12), + [3338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_pointer_modifier, 1), + [3340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_pointer_modifier, 1), + [3342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__preproc_expression, 1), + [3344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), + [3346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__preproc_expression, 1), + [3348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(987), + [3350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1184), + [3352] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), + [3354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1179), + [3356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), + [3358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), + [3360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1763), + [3362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), + [3364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1244), + [3366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), + [3368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), + [3370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), + [3372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), + [3374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), + [3376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), + [3378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), + [3380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), + [3382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1214), + [3384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), + [3386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), + [3388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1197), + [3390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), + [3392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1250), + [3394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), + [3396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1194), + [3398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), + [3400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), + [3402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), + [3404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), + [3406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), + [3408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), + [3410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1183), + [3412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), + [3414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1707), + [3416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), + [3418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1249), + [3420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266), + [3422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), + [3424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 27), + [3426] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 27), + [3428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), + [3430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), + [3432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), + [3434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), + [3436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), + [3438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), + [3440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), + [3442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), + [3444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), + [3446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), + [3448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), + [3450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), + [3452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), + [3454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), + [3456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), + [3458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), + [3460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), + [3462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), + [3464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), + [3466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), + [3468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), + [3470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), + [3472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), + [3474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), + [3476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), + [3478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 4), + [3480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 4), + [3482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 2), + [3484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 2), + [3486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 4), + [3488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 4), + [3490] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 3, .production_id = 12), + [3492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 3, .production_id = 12), + [3494] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 2, .production_id = 2), + [3496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 2, .production_id = 2), + [3498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 2, .production_id = 12), + [3500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 2, .production_id = 12), + [3502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_parenthesized_expression, 3), + [3504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_parenthesized_expression, 3), + [3506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), + [3508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), + [3510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 3), + [3512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 3), + [3514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), + [3516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), + [3518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 2), + [3520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 2), + [3522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 4), + [3524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 4), + [3526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 11), + [3528] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 11), + [3530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 1, .production_id = 40), + [3532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, .production_id = 68), + [3534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), + [3536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), + [3538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), + [3540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 1, .production_id = 2), + [3542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 1, .production_id = 2), + [3544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), + [3546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), + [3548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), + [3550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), + [3552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1198), + [3554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1199), + [3556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1206), + [3558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1207), + [3560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1208), + [3562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1209), + [3564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), + [3566] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(966), + [3569] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(992), + [3572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), + [3574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1202), + [3576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1203), + [3578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1205), + [3580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [3582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1200), + [3584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [3586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [3588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [3590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), + [3592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), + [3594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [3596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [3598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [3600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [3602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), + [3604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), + [3606] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 6), SHIFT(2054), + [3609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), + [3611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), + [3613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [3615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), + [3617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), + [3619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_declarator, 1, .production_id = 9), + [3621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(656), + [3623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), + [3625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), + [3627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), + [3629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), + [3631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), + [3633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), + [3635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), + [3637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 2, .production_id = 32), + [3639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 2, .production_id = 32), [3641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), - [3643] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT_REPEAT(1702), + [3643] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT_REPEAT(1699), [3646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), - [3648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 2, .production_id = 32), - [3650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 2, .production_id = 32), - [3652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 3, .production_id = 32), - [3654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 3, .production_id = 32), - [3656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 5, .dynamic_precedence = 1, .production_id = 102), - [3658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 4, .production_id = 32), - [3660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 4, .production_id = 32), - [3662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 4, .dynamic_precedence = 1, .production_id = 84), - [3664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), - [3666] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(2050), - [3669] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), - [3671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 58), - [3673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 29), - [3675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_declarator, 2), - [3677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_declarator, 2), - [3679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2), - [3681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 2), - [3683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), - [3685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 1, .production_id = 9), - [3687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(655), - [3689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), - [3691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_declarator_repeat1, 2, .production_id = 29), - [3693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3), - [3695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 3), - [3697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4), - [3699] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 4), - [3701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 5, .dynamic_precedence = 1, .production_id = 102), - [3703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 4, .dynamic_precedence = 1, .production_id = 84), - [3705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 2, .dynamic_precedence = 1, .production_id = 29), - [3707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 3, .dynamic_precedence = 1, .production_id = 58), - [3709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 2, .production_id = 29), - [3711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 9), - [3713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, .production_id = 9), - [3715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 3, .production_id = 9), - [3717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 3, .production_id = 9), - [3719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), + [3648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 3, .production_id = 32), + [3650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 3, .production_id = 32), + [3652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 4, .production_id = 32), + [3654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 4, .production_id = 32), + [3656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 4, .dynamic_precedence = 1, .production_id = 84), + [3658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), + [3660] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(2048), + [3663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), + [3665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 58), + [3667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 5, .dynamic_precedence = 1, .production_id = 102), + [3669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 29), + [3671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_declarator, 2), + [3673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_declarator, 2), + [3675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2), + [3677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 2), + [3679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), + [3681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 1, .production_id = 9), + [3683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(660), + [3685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), + [3687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_declarator_repeat1, 2, .production_id = 29), + [3689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3), + [3691] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 3), + [3693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4), + [3695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 4), + [3697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 5, .dynamic_precedence = 1, .production_id = 102), + [3699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 4, .dynamic_precedence = 1, .production_id = 84), + [3701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 2, .dynamic_precedence = 1, .production_id = 29), + [3703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 3, .dynamic_precedence = 1, .production_id = 58), + [3705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 2, .production_id = 29), + [3707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 9), + [3709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, .production_id = 9), + [3711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 3, .dynamic_precedence = 1, .production_id = 58), + [3713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(658), + [3715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 1), + [3717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), + [3719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), [3721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_declarators, 1, .production_id = 9), - [3723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(651), - [3725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 1), - [3727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), - [3729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 1), - [3731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), - [3733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), - [3735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), + [3723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 1), + [3725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935), + [3727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 2, .dynamic_precedence = 1, .production_id = 29), + [3729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), + [3731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), + [3733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 5, .production_id = 103), + [3735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 5, .production_id = 103), [3737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 4, .dynamic_precedence = 1, .production_id = 84), - [3739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 5, .production_id = 103), - [3741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 5, .production_id = 103), - [3743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 86), - [3745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, .production_id = 86), - [3747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 2, .dynamic_precedence = 1, .production_id = 29), - [3749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_field_declarator, 2), - [3751] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_field_declarator, 2), - [3753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 5, .dynamic_precedence = 1, .production_id = 102), - [3755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 3, .dynamic_precedence = 1, .production_id = 58), - [3757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declarator, 1), - [3759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declarator, 1), - [3761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1688), - [3763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), - [3765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), - [3767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, .production_id = 29), - [3769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), - [3771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), - [3773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1629), - [3775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), - [3777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1669), - [3779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), - [3781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), - [3783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1596), - [3785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), - [3787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_type_declarator, 2), - [3789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_type_declarator, 2), - [3791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1617), - [3793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), - [3795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 86), - [3797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, .production_id = 86), - [3799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, .production_id = 67), - [3801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 3, .production_id = 9), - [3803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 3, .production_id = 9), - [3805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1510), - [3807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 9), - [3809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, .production_id = 9), - [3811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 5, .production_id = 103), - [3813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 5, .production_id = 103), - [3815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), - [3817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), - [3819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 2, .production_id = 32), - [3821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_field_declarator, 2, .production_id = 32), - [3823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 1), - [3825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1), - [3827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1), - [3829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 3, .production_id = 89), - [3831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1, .production_id = 49), - [3833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1, .production_id = 49), - [3835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 5, .production_id = 103), - [3837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 5, .production_id = 103), - [3839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), - [3841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 3, .production_id = 9), - [3843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 3, .production_id = 9), - [3845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, .production_id = 19), - [3847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, .production_id = 19), - [3849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), - [3851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), - [3853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_declarator, 2, .production_id = 32), - [3855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type_declarator, 2, .production_id = 32), - [3857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(925), - [3859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), - [3861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 86), - [3863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, .production_id = 86), - [3865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, .production_id = 1), - [3867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, .production_id = 1), - [3869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), + [3739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 86), + [3741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, .production_id = 86), + [3743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_field_declarator, 2), + [3745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_field_declarator, 2), + [3747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 5, .dynamic_precedence = 1, .production_id = 102), + [3749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declarator, 1), + [3751] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declarator, 1), + [3753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 3, .production_id = 9), + [3755] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 3, .production_id = 9), + [3757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1666), + [3759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), + [3761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), + [3763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, .production_id = 29), + [3765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_type_declarator, 2), + [3767] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_type_declarator, 2), + [3769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), + [3771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), + [3773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1630), + [3775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014), + [3777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1615), + [3779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), + [3781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1686), + [3783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), + [3785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1599), + [3787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), + [3789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), + [3791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 3, .production_id = 89), + [3793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1), + [3795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1), + [3797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, .production_id = 67), + [3799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 3, .production_id = 9), + [3801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 3, .production_id = 9), + [3803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 86), + [3805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, .production_id = 86), + [3807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), + [3809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), + [3811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1508), + [3813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 5, .production_id = 103), + [3815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 5, .production_id = 103), + [3817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 2, .production_id = 32), + [3819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_field_declarator, 2, .production_id = 32), + [3821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 9), + [3823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, .production_id = 9), + [3825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 1), + [3827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1, .production_id = 49), + [3829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1, .production_id = 49), + [3831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), + [3833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_declarator, 2, .production_id = 32), + [3835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type_declarator, 2, .production_id = 32), + [3837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 3, .production_id = 9), + [3839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 3, .production_id = 9), + [3841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(922), + [3843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), + [3845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), + [3847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1), + [3849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1), + [3851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, .production_id = 19), + [3853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, .production_id = 19), + [3855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), + [3857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, .production_id = 1), + [3859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, .production_id = 1), + [3861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), + [3863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 86), + [3865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, .production_id = 86), + [3867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 5, .production_id = 103), + [3869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 5, .production_id = 103), [3871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 9), [3873] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, .production_id = 9), - [3875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1), - [3877] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1), - [3879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), - [3881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), - [3883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_expression_repeat1, 2), - [3885] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_expression_repeat1, 2), SHIFT_REPEAT(1551), - [3888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 41), - [3890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), - [3892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 44), - [3894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 58), - [3896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(755), - [3899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), - [3901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(1814), - [3904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440), - [3906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), - [3908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 4, .production_id = 70), - [3910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 29), - [3912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 17), - [3914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1476), - [3916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 9), - [3918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 5, .production_id = 103), - [3920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 90), - [3922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 1, .production_id = 18), - [3924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__abstract_declarator, 1), - [3926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(924), - [3928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(920), - [3930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 2), - [3932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 32), - [3934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, .production_id = 5), - [3936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), - [3938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 9), - [3940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 86), - [3942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3), - [3944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 69), - [3946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_parenthesized_declarator, 3), - [3948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [3950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [3952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [3954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), - [3956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1889), - [3958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), - [3960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 3, .production_id = 113), - [3962] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, .production_id = 107), SHIFT_REPEAT(1456), - [3965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, .production_id = 107), - [3967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), - [3969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [3971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 2, .production_id = 9), - [3973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [3975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), - [3977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), - [3979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), - [3981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), - [3983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 3, .production_id = 99), - [3985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [3987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1869), - [3989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), - [3991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1856), - [3993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), - [3995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1927), - [3997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 2, .production_id = 34), - [3999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), - [4001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1795), - [4003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [4005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), - [4007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), - [4009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, .production_id = 47), - [4011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(591), - [4013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), - [4015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1570), - [4017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_declarators, 2, .production_id = 34), - [4019] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 2, .production_id = 61), SHIFT_REPEAT(1391), - [4022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 2, .production_id = 61), - [4024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_qualifier, 1), - [4026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1954), - [4028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 3, .production_id = 93), - [4030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 2, .production_id = 108), - [4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456), + [3875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), + [3877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), + [3879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 29), + [3881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), + [3883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 41), + [3885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 44), + [3887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 58), + [3889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443), + [3891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), + [3893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_expression_repeat1, 2), + [3895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_expression_repeat1, 2), SHIFT_REPEAT(1548), + [3898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 4, .production_id = 70), + [3900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 17), + [3902] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(768), + [3905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), + [3907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(1813), + [3910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), + [3912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 9), + [3914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 1, .production_id = 18), + [3916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 5, .production_id = 103), + [3918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(919), + [3920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, .production_id = 5), + [3922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), + [3924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 2), + [3926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 32), + [3928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 86), + [3930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 90), + [3932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3), + [3934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 69), + [3936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_parenthesized_declarator, 3), + [3938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(923), + [3940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__abstract_declarator, 1), + [3942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 9), + [3944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), + [3946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 2, .production_id = 108), + [3948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [3950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 3, .production_id = 113), + [3952] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, .production_id = 107), SHIFT_REPEAT(1454), + [3955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, .production_id = 107), + [3957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 2, .production_id = 9), + [3959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [3961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), + [3963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), + [3965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), + [3967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), + [3969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 3, .production_id = 99), + [3971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), + [3973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), + [3975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1865), + [3977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), + [3979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1839), + [3981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), + [3983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1826), + [3985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), + [3987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1792), + [3989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 2, .production_id = 34), + [3991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [3993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), + [3995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), + [3997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, .production_id = 47), + [3999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_declarators, 2, .production_id = 34), + [4001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(591), + [4003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), + [4005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1567), + [4007] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 2, .production_id = 61), SHIFT_REPEAT(1389), + [4010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 2, .production_id = 61), + [4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [4014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1953), + [4016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_qualifier, 1), + [4018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 3, .production_id = 93), + [4020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [4022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1983), + [4024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [4026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(824), + [4028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576), + [4030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1576), + [4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), [4034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 3, .production_id = 99), - [4036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2017), - [4038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), - [4040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1552), - [4042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(824), - [4044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), - [4046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1583), - [4048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 2, .production_id = 81), - [4050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 2, .production_id = 81), - [4052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(592), - [4054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), - [4056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1548), - [4058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [4060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1970), - [4062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [4064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), - [4066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [4068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [4070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), - [4072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), - [4074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [4076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), - [4078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [4080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), - [4082] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(1570), - [4085] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(1570), - [4088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), - [4090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), - [4092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), - [4094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1801), - [4096] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, .production_id = 61), SHIFT_REPEAT(1299), - [4099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, .production_id = 61), - [4101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), - [4103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684), - [4105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), - [4107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [4109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), - [4111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), - [4113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [4115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1996), - [4117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), - [4119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), - [4121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), - [4123] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, .production_id = 118), SHIFT_REPEAT(1505), - [4126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, .production_id = 118), - [4128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [4130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(828), - [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), - [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), - [4136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [4138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1936), - [4140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, .production_id = 107), SHIFT_REPEAT(1433), - [4143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, .production_id = 107), - [4145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), - [4147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), - [4149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), - [4151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), + [4036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [4038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(592), + [4040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), + [4042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1544), + [4044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [4046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1889), + [4048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [4050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [4052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1968), + [4054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), + [4056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), + [4058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [4060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 2, .production_id = 81), + [4062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [4064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [4066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), + [4068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), + [4070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 2, .production_id = 81), + [4072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [4074] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), + [4076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(1567), + [4079] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(1567), + [4082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2015), + [4084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547), + [4086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1547), + [4088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [4090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), + [4092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1799), + [4094] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, .production_id = 61), SHIFT_REPEAT(1296), + [4097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, .production_id = 61), + [4099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [4101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [4103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [4105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [4107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(827), + [4109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), + [4111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), + [4113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522), + [4115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), + [4117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), + [4119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), + [4121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), + [4123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [4125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [4127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [4129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2060), + [4131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, .production_id = 107), SHIFT_REPEAT(1430), + [4134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, .production_id = 107), + [4136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [4138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, .production_id = 118), SHIFT_REPEAT(1506), + [4141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, .production_id = 118), + [4143] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, .production_id = 121), SHIFT_REPEAT(1949), + [4146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, .production_id = 121), + [4148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2), SHIFT_REPEAT(1735), + [4151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2), [4153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_declarator, 2, .production_id = 34), - [4155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), - [4157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), - [4159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), - [4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), - [4163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1188), - [4165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, .production_id = 81), - [4167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [4169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), - [4171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), - [4173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), - [4175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780), - [4177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), - [4179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), SHIFT_REPEAT(676), - [4182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), - [4184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), - [4186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, .production_id = 108), - [4188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), - [4190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), - [4192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), - [4194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), - [4196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [4155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), + [4157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), + [4159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [4161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, .production_id = 81), + [4163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), + [4165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), + [4167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), + [4169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [4171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1185), + [4173] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), SHIFT_REPEAT(676), + [4176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684), + [4178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), + [4180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), + [4182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), + [4184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), + [4186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 3, .production_id = 119), + [4188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), + [4190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [4192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), + [4194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), + [4196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), [4198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_declarator, 2, .production_id = 33), - [4200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), - [4202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1622), - [4204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1765), - [4206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand, 7, .production_id = 122), - [4208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand, 7, .production_id = 122), - [4210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [4212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_designator, 2, .production_id = 91), - [4214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), - [4216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), - [4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), - [4220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualifier, 1), - [4222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), - [4224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_designator, 3), - [4226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), SHIFT_REPEAT(657), - [4229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), - [4231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, .production_id = 121), SHIFT_REPEAT(1951), - [4234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, .production_id = 121), - [4236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), - [4238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), - [4240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), - [4242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), - [4244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), SHIFT_REPEAT(1712), - [4247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), - [4249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951), - [4251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 3, .production_id = 119), - [4253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), SHIFT_REPEAT(1780), - [4256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), - [4258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [4260] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), SHIFT_REPEAT(1208), - [4263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), - [4265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), - [4267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), - [4269] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2), SHIFT_REPEAT(1737), - [4272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2), - [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722), - [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), - [4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), - [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), + [4200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), + [4202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), + [4204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand, 7, .production_id = 122), + [4206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_designator, 2, .production_id = 91), + [4208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1619), + [4210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1759), + [4212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [4214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand, 7, .production_id = 122), + [4216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [4218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualifier, 1), + [4220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), + [4222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_designator, 3), + [4224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), SHIFT_REPEAT(650), + [4227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), + [4229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), + [4231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), + [4233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), + [4235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), + [4237] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), SHIFT_REPEAT(1708), + [4240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), + [4242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), + [4244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [4246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603), + [4248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), + [4250] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), SHIFT_REPEAT(1781), + [4253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), + [4255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [4257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), + [4259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), SHIFT_REPEAT(1251), + [4262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), + [4264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), + [4266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), + [4268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 1, .production_id = 5), + [4270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), + [4272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), + [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), + [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), + [4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), + [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), [4282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(679), - [4285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), - [4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), - [4289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), - [4291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 1, .production_id = 5), - [4293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), - [4295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), - [4297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), - [4299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), + [4285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), + [4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), + [4289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [4291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), + [4293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), + [4295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), + [4297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 3, .production_id = 29), + [4299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), [4301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), - [4303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [4305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [4307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), - [4309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand, 4, .production_id = 112), - [4311] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_declarator_repeat1, 2, .production_id = 61), SHIFT_REPEAT(1341), - [4314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_declarator_repeat1, 2, .production_id = 61), - [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), - [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), - [4320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_declarator, 3, .production_id = 60), - [4322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), - [4324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, .production_id = 81), - [4326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), - [4328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [4330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 2, .production_id = 114), - [4332] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2), SHIFT_REPEAT(1077), - [4335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2), - [4337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), - [4339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [4341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), - [4343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), - [4345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), - [4347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), - [4349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), - [4351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_definition_repeat1, 2), SHIFT_REPEAT(1961), - [4354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_definition_repeat1, 2), - [4356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), - [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1453), - [4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), - [4362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), - [4364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), - [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), - [4370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), - [4372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand, 4, .production_id = 112), - [4374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), - [4376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), - [4378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), - [4380] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_layout_qualifiers_repeat1, 2), SHIFT_REPEAT(1686), - [4383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_layout_qualifiers_repeat1, 2), - [4385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 3, .production_id = 29), - [4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), - [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [4391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), - [4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [4395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2062), - [4397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), - [4399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2035), - [4401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), - [4403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2012), - [4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), - [4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), - [4409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [4411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), - [4413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1987), - [4415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), - [4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), - [4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), - [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), - [4423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [4425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), - [4427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [4429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), - [4431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), - [4433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, .production_id = 114), - [4435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), - [4437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1826), - [4439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 4), - [4441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 4), - [4443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_declarator_repeat1, 3, .production_id = 85), - [4445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), - [4447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [4451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1791), - [4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [4455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1949), - [4457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, .production_id = 5), - [4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [4461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1834), - [4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), - [4465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [4467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [4469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1883), - [4471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), - [4473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 1), - [4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [4477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1858), - [4479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1896), - [4481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), - [4483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), - [4485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [4487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1865), - [4489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), - [4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), - [4493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 4, .production_id = 47), - [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), - [4497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1859), - [4499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), - [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), - [4503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), - [4505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), - [4507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1854), - [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), - [4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), - [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), - [4515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1838), - [4517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), - [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), - [4521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), - [4523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1792), - [4525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1890), - [4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), - [4529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1794), - [4531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 2), - [4533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 2), - [4535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), - [4537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1796), - [4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), - [4541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1810), - [4543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), - [4545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 1), - [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), - [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), - [4551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 3), - [4553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 3), - [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), - [4557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1886), - [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), - [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), - [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), - [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), - [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586), - [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), - [4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), - [4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [4583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef, 3, .production_id = 39), - [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), - [4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [4589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), - [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), - [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), - [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), - [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), - [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), - [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2022), - [4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), - [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), - [4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), - [4617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [4619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), - [4621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), - [4623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [4627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), - [4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [4633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), - [4635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), - [4637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), - [4639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), - [4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [4643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), - [4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [4647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), - [4649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_based_modifier, 2), - [4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), - [4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), - [4655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [4659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), - [4661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), - [4663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), - [4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [4667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), - [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531), - [4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), - [4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), - [4683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), - [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), - [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), - [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), - [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), - [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), - [4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), - [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), - [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), - [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), - [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), - [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), - [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), - [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), - [4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), - [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), - [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), - [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), - [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), - [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), - [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), - [4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [4749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), - [4751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), - [4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), + [4303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand, 4, .production_id = 112), + [4305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, .production_id = 81), + [4307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), + [4309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_declarator_repeat1, 2, .production_id = 61), SHIFT_REPEAT(1339), + [4312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_declarator_repeat1, 2, .production_id = 61), + [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), + [4316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_declarator, 3, .production_id = 60), + [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), + [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), + [4322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), + [4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [4326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), + [4328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 2, .production_id = 114), + [4330] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2), SHIFT_REPEAT(1065), + [4333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2), + [4335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), + [4337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand, 4, .production_id = 112), + [4339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), + [4341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), + [4343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [4345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), + [4347] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_definition_repeat1, 2), SHIFT_REPEAT(1959), + [4350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_definition_repeat1, 2), + [4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), + [4354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, .production_id = 108), + [4356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), + [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), + [4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), + [4362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), + [4364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), + [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), + [4370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), + [4372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), + [4374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), + [4376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), + [4378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_layout_qualifiers_repeat1, 2), SHIFT_REPEAT(1684), + [4381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_layout_qualifiers_repeat1, 2), + [4383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [4385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1948), + [4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), + [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [4391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2033), + [4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [4395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2049), + [4397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [4399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2010), + [4401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), + [4403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), + [4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), + [4409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1985), + [4411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1614), + [4413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), + [4415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), + [4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), + [4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), + [4423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), + [4425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, .production_id = 114), + [4427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 4), + [4429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 4), + [4431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), + [4433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1823), + [4435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), + [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), + [4439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_declarator_repeat1, 3, .production_id = 85), + [4441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), + [4443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [4445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [4447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1926), + [4449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, .production_id = 5), + [4451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), + [4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), + [4455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [4457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1822), + [4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), + [4461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 1), + [4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [4465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1854), + [4467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [4469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1881), + [4471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1905), + [4473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), + [4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [4477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [4479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1860), + [4481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), + [4483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [4485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), + [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [4489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 4, .production_id = 47), + [4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), + [4493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1846), + [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), + [4497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), + [4499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), + [4503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), + [4505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), + [4507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1834), + [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), + [4511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1810), + [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [4515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1829), + [4517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), + [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), + [4521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 2), + [4523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 2), + [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), + [4527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1925), + [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), + [4531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1791), + [4533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1894), + [4535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), + [4537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1869), + [4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), + [4541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1793), + [4543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 1), + [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), + [4547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 3), + [4549] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 3), + [4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1790), + [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), + [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), + [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), + [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), + [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), + [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), + [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890), + [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), + [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), + [4577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef, 3, .production_id = 39), + [4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), + [4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), + [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), + [4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), + [4589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), + [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), + [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), + [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), + [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), + [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), + [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), + [4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), + [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), + [4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), + [4617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), + [4619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), + [4621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [4623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), + [4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), + [4627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), + [4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), + [4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), + [4633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), + [4635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [4637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), + [4639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [4643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), + [4647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_based_modifier, 2), + [4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), + [4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), + [4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [4655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), + [4659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [4661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), + [4663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [4667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), + [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), + [4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), + [4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), + [4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [4683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), + [4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), + [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), + [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), + [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), + [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), + [4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), + [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), + [4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), + [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), + [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), + [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), + [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), + [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), + [4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), + [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), + [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), + [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), + [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), + [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), + [4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), + [4749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), + [4751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), [4755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 65), - [4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), - [4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), - [4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), - [4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946), - [4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547), - [4775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), - [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), - [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), - [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), - [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1579), - [4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), - [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), - [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), - [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), - [4797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), - [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), - [4803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), - [4805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 5, .production_id = 88), - [4807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), - [4809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [4813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), - [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), - [4817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), - [4819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), - [4821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), - [4823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), - [4825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), - [4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), - [4829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), - [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [4833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), - [4837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), - [4839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), - [4841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), - [4843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), - [4845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771), - [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), - [4849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), - [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), - [4853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), - [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), - [4859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), - [4861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), - [4863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 4, .production_id = 65), - [4865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), - [4867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770), - [4869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), - [4871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef, 4, .production_id = 66), - [4873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), - [4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), - [4877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [4879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [4881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), + [4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), + [4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), + [4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), + [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), + [4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), + [4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), + [4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), + [4775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), + [4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), + [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), + [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), + [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), + [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003), + [4795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 5, .production_id = 88), + [4797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), + [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), + [4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [4803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 5, .production_id = 88), + [4805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [4807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), + [4809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), + [4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [4813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), + [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1954), + [4817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), + [4819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [4821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), + [4823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [4825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716), + [4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), + [4829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), + [4833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), + [4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), + [4837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), + [4839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), + [4841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), + [4843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), + [4845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), + [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [4849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), + [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [4853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), + [4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), + [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), + [4859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), + [4861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [4863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), + [4865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), + [4867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 4, .production_id = 65), + [4869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef, 4, .production_id = 66), + [4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), + [4873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [4877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), + [4879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [4881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), [4885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), - [4887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), - [4889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), - [4891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), - [4893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), - [4895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [4897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [4899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), - [4901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), - [4903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), - [4905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748), - [4907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [4909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), - [4911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), - [4913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), - [4915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [4917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), - [4919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [4921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [4923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [4925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), - [4927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), - [4929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), - [4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), - [4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), - [4935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), + [4887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), + [4889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [4891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), + [4893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [4895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), + [4897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [4899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), + [4901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), + [4903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [4905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), + [4907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), + [4909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [4911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), + [4913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), + [4915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [4917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [4919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [4921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), + [4923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), + [4925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), + [4927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), + [4929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), + [4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [4935] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), [4937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [4939] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [4941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [4943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [4945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), - [4947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), - [4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), - [4951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), - [4953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), - [4955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), - [4957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), - [4959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [4961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [4963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [4965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), - [4967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [4969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [4971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), - [4973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [4975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), - [4977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002), - [4979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [4981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [4983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), - [4985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1848), - [4987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), - [4989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [4991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [4993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [4995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), - [4997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), - [4999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [5001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), - [5003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), - [5005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), - [5007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 5, .production_id = 88), - [5009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [4939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), + [4941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), + [4943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), + [4945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), + [4947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), + [4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), + [4951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [4953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [4955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [4957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), + [4959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [4961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), + [4963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [4965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [4967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [4969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [4971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), + [4973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), + [4975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [4977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), + [4979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1848), + [4981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), + [4983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [4985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [4987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), + [4989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), + [4991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), + [4993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), + [4995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), + [4997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), + [4999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), + [5001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), + [5003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), + [5005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), }; #ifdef __cplusplus